@charset "UTF-8";
/*!
 * Copyright 2017 Frederik Bring
 * bring@rheinschafe.de
 * http://www.rheinschafe.de
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .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 {
  -moz-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] {
  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;
  -moz-box-sizing: content-box;
  -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;
}

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

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

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

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: gray;
  background-color: #fff;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .login-menu .tx-felogin-pi1 form fieldset legend, .h5, .h6 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small, .login-menu .tx-felogin-pi1 form fieldset legend small,
.h4 .small,
.login-menu .tx-felogin-pi1 form fieldset legend .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4, .login-menu .tx-felogin-pi1 form fieldset legend,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small, .login-menu .tx-felogin-pi1 form fieldset legend small,
.h4 .small,
.login-menu .tx-felogin-pi1 form fieldset legend .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4, .login-menu .tx-felogin-pi1 form fieldset legend {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

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

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

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

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

.text-muted {
  color: #b3b3b3;
}

.text-primary {
  color: #003560;
}

a.text-primary:hover {
  color: #00192d;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #003560;
}

a.bg-primary:hover {
  background-color: #00192d;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #e6e6e6;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #e6e6e6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #b3b3b3;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e6e6e6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: gray;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: gray;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: gray;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #003560;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 53, 96, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 53, 96, 0.6);
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 39px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
}

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

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

.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #666666;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #666666;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #666666;
  background-color: #b3b3b3;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #cccccc;
  background-color: #666666;
}

.btn-primary {
  color: #fff;
  background-color: #335d80;
  border-color: #335d80;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #24435c;
  border-color: #223d54;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #335d80;
  border-color: #335d80;
}
.btn-primary .badge {
  color: #335d80;
  background-color: #fff;
}

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

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

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

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

.btn-link {
  color: #003560;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #000b14;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #b3b3b3;
  text-decoration: none;
}

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

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

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

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

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

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

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

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.nav > li.disabled > a {
  color: #b3b3b3;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #b3b3b3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: #003560;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e6e6e6 #e6e6e6 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: gray;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #003560;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

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

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #003560;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #000b14;
  background-color: #e6e6e6;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #003560;
  border-color: #003560;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b3b3b3;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .alert .h4, .alert .login-menu .tx-felogin-pi1 form fieldset legend, .login-menu .tx-felogin-pi1 form fieldset .alert legend {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

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

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

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

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

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

.clearfix:before, .slick-dots:before, .category-list:before, .clearfix:after, .slick-dots:after, .category-list:after {
  content: " ";
  display: table;
}
.clearfix:after, .slick-dots:after, .category-list:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

  table.visible-xs {
    display: table;
  }

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

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

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

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

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

  table.visible-sm {
    display: table;
  }

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

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

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

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

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

  table.visible-md {
    display: table;
  }

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

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

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

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

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

  table.visible-lg {
    display: table;
  }

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

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

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

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

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

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

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

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

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

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

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

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}

.mm-listview .active,
.mm-listview .current {
  background-color: #fff;
  color: #94c21f;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: "";
  bottom: 0;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.1);
  color: gray;
  border-width: 1px;
  border-style: solid;
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #94c21f;
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #94c21f;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

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

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure figure figcaption {
  margin-top: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .container-fluid,
.container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .row.grid-gutter-md {
    margin-right: -30px;
    margin-left: -30px;
  }
  .row.grid-gutter-md div[class^=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

@media only screen and (min-width: 768px) {
  .container {
    width: 740px;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1160px;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

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

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.tile.is-ancestor:last-child {
  margin-bottom: -10px;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 10px;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 10px;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* $ico-layout: smart;
$ico-sprite-dimensions: true;
$ico-spacing: 5px;
@import "sprites/ico/*.png";
@include all-ico-sprites;

.ico {
	@include inline-block;
} */
html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

::selection {
  color: #fff;
  background: #809ab0;
}

::-moz-selection {
  color: #fff;
  background: #809ab0;
}

/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/roboto-v27-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-100.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-100.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-100.woff") format("woff"), url("../Fonts/roboto-v27-latin-100.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/roboto-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-300.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-300.woff") format("woff"), url("../Fonts/roboto-v27-latin-300.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../Fonts/roboto-v27-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-100italic.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-100italic.woff") format("woff"), url("../Fonts/roboto-v27-latin-100italic.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-100italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/roboto-v27-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-300italic.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-300italic.woff") format("woff"), url("../Fonts/roboto-v27-latin-300italic.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-regular.woff") format("woff"), url("../Fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/roboto-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-500.woff") format("woff"), url("../Fonts/roboto-v27-latin-500.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v27-latin-700.woff2") format("woff2"), url("../Fonts/roboto-v27-latin-700.woff") format("woff"), url("../Fonts/roboto-v27-latin-700.ttf") format("truetype"), url("../Fonts/roboto-v27-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
b,
strong {
  font-weight: 500;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
}

p,
ul,
ul li,
ol,
ol li,
div {
  font-weight: 300;
}

ul {
  padding-left: 19px;
}

blockquote {
  font-size: 16px;
  color: #99aebf;
  margin: 0 30px;
  padding: 15px 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .login-menu .tx-felogin-pi1 form fieldset legend, .h5, .h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 30px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4, .login-menu .tx-felogin-pi1 form fieldset legend {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 48px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4, .login-menu .tx-felogin-pi1 form fieldset legend {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  h4, .h4, .login-menu .tx-felogin-pi1 form fieldset legend {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }
}
h2 + h1, .h2 + h1, h2 + .h1, .h2 + .h1,
h3 + h1,
.h3 + h1,
h3 + .h1,
.h3 + .h1,
h4 + h1,
.h4 + h1,
.login-menu .tx-felogin-pi1 form fieldset legend + h1,
h4 + .h1,
.h4 + .h1,
.login-menu .tx-felogin-pi1 form fieldset legend + .h1,
h5 + h1,
.h5 + h1,
h5 + .h1,
.h5 + .h1,
h6 + h1,
.h6 + h1,
h6 + .h1,
.h6 + .h1,
h2 + h1.h2,
h3 + h1.h2,
h4 + h1.h2,
h5 + h1.h2,
h6 + h1.h2 {
  margin-top: -12.5px;
}

.color-primary {
  color: #003560;
}
.color-primary:hover, .color-primary:active, .color-primary:focus, .color-primary:visited {
  color: #003560;
}

.color-secondary {
  color: #94c21f;
}
.color-secondary:hover, .color-secondary:active, .color-secondary:focus, .color-secondary:visited {
  color: #94c21f;
}

label {
  font-weight: 300;
}

legend {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
}

.form-control {
  font-weight: 300;
  font-size: 16px;
}
.form-control:-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #cccccc !important;
}

.input-lg {
  border-radius: 0;
}

.radio label, .radio-inline label,
.checkbox label, .checkbox-inline label {
  font-weight: 300;
}

.parsley-errors-list {
  display: none;
  list-style-type: none;
  margin: 0;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list li:not(:first-child) {
  margin-top: 5px;
}

fieldset + fieldset {
  margin-top: 20px;
}

.label-animation {
  position: relative;
  padding-top: 14px;
}
.label-animation .input-lg + label {
  top: 38.5px;
  left: 16px;
}
.label-animation label {
  position: absolute;
  opacity: 0.8;
  top: 33.5px;
  left: 12px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
.label-animation.value label {
  opacity: 1;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #003560;
}
.label-animation input:focus + label, .label-animation input:active + label {
  opacity: 1;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #003560;
}

.navbar-toggle .icon-bar.first, .navbar-toggle .icon-bar.second, .navbar-toggle .icon-bar.third {
  position: relative;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .icon-bar.first, .navbar-toggle.collapsed .icon-bar.second, .navbar-toggle.collapsed .icon-bar.third {
  top: 0;
  opacity: 1;
  transform: rotate(0deg);
}
.navbar-toggle .icon-bar.first {
  transform: rotate(45deg);
  top: 6px;
}
.navbar-toggle .icon-bar.second {
  opacity: 0;
}
.navbar-toggle .icon-bar.third {
  transform: rotate(-45deg);
  top: -6px;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 5px 20px;
  transition: all 0.3s;
}

.btn-white {
  color: gray;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: gray;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white .badge {
  color: #fff;
  background-color: gray;
}

.btn-default {
  font-weight: 300;
}

.btn-ghost {
  background-color: transparent;
  font-weight: 300;
}
.btn-ghost.btn-primary {
  color: #335d80;
}
.btn-ghost.btn-primary:hover, .btn-ghost.btn-primary:active, .btn-ghost.btn-primary:focus {
  background-color: #ccd7df;
}
.btn-ghost.btn-default {
  color: gray;
}
.btn-ghost.btn-default:hover, .btn-ghost.btn-default:active, .btn-ghost.btn-default:focus {
  background-color: #e6e6e6;
}
.btn-ghost.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-ghost.btn-white:hover, .btn-ghost.btn-white:active, .btn-ghost.btn-white:focus {
  background-color: #fff;
  color: gray;
}

.arrow-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.arrow-link:after {
  font-family: "resolv" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  transition: all 0.3s;
  position: relative;
  top: 2px;
  left: 5px;
}
.arrow-link:hover:after {
  left: 10px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list li {
  float: left;
  background-color: #fff;
  padding: 0 20px;
  color: gray;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.category-list li:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.category-list.category-list-gray li {
  background-color: #f7f7f7;
}

.cc-window .dp--cookie-check {
  border-top: 0.15em #85bd30 solid;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-top: 12px;
  padding-top: 10px;
}
.cc-window .dp--cookie-check label {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.cc-window .dp--check-box {
  appearance: none;
  background-color: #053a64;
  margin: 0;
  font: inherit;
  color: white;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid white;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.cc-window .dp--check-box:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #85bd30;
  background-color: CanvasText;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.cc-window .dp--check-box:checked:before {
  transform: scale(1);
}
.cc-window .dp--check-box:focus {
  outline: 0;
}

.cc-btn:hover {
  color: #85bd30;
}

@media (max-width: 600px) {
  .cc-window .dp--cookie-check {
    display: block;
  }
  .cc-window .dp--cookie-check label:first-child {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .cc-window .cc-compliance {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
div[class^=col-].padding-top-xs, div[class^=col-].padding-top-sm, div[class^=col-].padding-top-md, div[class^=col-].padding-top-lg, div[class^=col-].padding-top-xl {
  padding-top: 25px;
}
div[class^=col-].padding-bottom-xs, div[class^=col-].padding-bottom-sm, div[class^=col-].padding-bottom-md, div[class^=col-].padding-bottom-lg, div[class^=col-].padding-bottom-xl {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  div[class^=col-].padding-top-sm, div[class^=col-].padding-top-md, div[class^=col-].padding-top-lg, div[class^=col-].padding-top-xl {
    padding-top: 50px;
  }
  div[class^=col-].padding-bottom-sm, div[class^=col-].padding-bottom-md, div[class^=col-].padding-bottom-lg, div[class^=col-].padding-bottom-xl {
    padding-bottom: 50px;
  }
  div[class^=col-][class*=pull-up-] {
    z-index: 100;
    padding-top: 0;
  }
  div[class^=col-].pull-up-sm {
    margin-top: -100px;
  }
  div[class^=col-].pull-up-md {
    margin-top: -150px;
  }
  div[class^=col-].pull-up-lg {
    margin-top: -200px;
  }
  div[class^=col-].pull-up-xl {
    margin-top: -250px;
  }
}
@media (min-width: 992px) {
  div[class^=col-].padding-top-md, div[class^=col-].padding-top-lg, div[class^=col-].padding-top-xl {
    padding-top: 75px;
  }
  div[class^=col-].padding-bottom-md, div[class^=col-].padding-bottom-lg, div[class^=col-].padding-bottom-xl {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  div[class^=col-].padding-top-lg {
    padding-top: 100px;
  }
  div[class^=col-].padding-top-xl {
    padding-top: 125px;
  }
  div[class^=col-].padding-bottom-lg {
    padding-bottom: 100px;
  }
  div[class^=col-].padding-bottom-xl {
    padding-bottom: 125px;
  }
}
.contact-person img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.contact-person .content > p:first-child {
  margin-bottom: 0;
}

.content-box.padding-xs, .content-box.padding-sm {
  padding: 25px;
}
@media (min-width: 992px) {
  .content-box.padding-sm {
    padding: 40px;
  }
}
.content-box.bg-white {
  background-color: #fff;
}
.content-box.bg-gray {
  background-color: #f7f7f7;
}
.content-box.bg-gray-dark {
  background-color: gray;
}
.content-box.bg-primary {
  background-color: #335d80;
}
.content-box.bg-primary-light {
  background-color: #99aebf;
}
.content-box.bg-secondary {
  background-color: #a9ce4c;
}
.content-box.bg-gray-dark, .content-box.bg-primary, .content-box.bg-primary-light, .content-box.bg-secondary {
  color: #fff;
}
.content-box.bg-gray-dark a:not(.btn), .content-box.bg-primary a:not(.btn), .content-box.bg-primary-light a:not(.btn), .content-box.bg-secondary a:not(.btn) {
  color: #fff;
}
.content-box.dropshadow {
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.1);
}
.content-box.border {
  border: 1px solid #cccccc;
}
.content-box h1:first-child, .content-box .h1:first-child,
.content-box h2:first-child, .content-box .h2:first-child,
.content-box h3:first-child, .content-box .h3:first-child,
.content-box h4:first-child, .content-box .h4:first-child, .content-box .login-menu .tx-felogin-pi1 form fieldset legend:first-child, .login-menu .tx-felogin-pi1 form fieldset .content-box legend:first-child,
.content-box h5:first-child, .content-box .h5:first-child,
.content-box h6:first-child, .content-box .h6:first-child {
  margin-top: 0;
}

.facts-figures-entry {
  position: relative;
  margin-top: 100px;
}
.facts-figures-entry:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  z-index: -1;
}
.facts-figures-entry img {
  width: 100%;
  height: auto;
}
.facts-figures-entry .content-title {
  margin: 25px 0;
}
.facts-figures-entry .content-text {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .facts-figures-entry .main-title {
    position: absolute;
    top: 5%;
  }
  .facts-figures-entry .content-title,
.facts-figures-entry .content-text {
    margin: 75px 0;
  }
  .facts-figures-entry .content-text p {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .facts-figures-entry {
    margin-top: 150px;
  }
  .facts-figures-entry:after {
    top: 45%;
  }
}
@media (min-width: 1200px) {
  .facts-figures-entry .main-title {
    position: absolute;
    top: 15%;
  }
}
.tx-felogin-pi1 fieldset {
  margin-top: 15px;
}
.tx-felogin-pi1 input[type=submit] {
  margin-top: 15px;
}

figure figcaption {
  margin-top: 10px;
  color: #cccccc;
  font-weight: 300;
  font-size: 14px;
}

.ce-gallery figure.video {
  display: block;
}

figure.slick-slide img {
  width: 100%;
}

footer {
  position: relative;
  border-top: 1px solid #f2f2f2;
}
footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  z-index: 10;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.05;
}
footer .menu {
  background-color: #fff;
}
footer .menu dd > a,
footer .menu address,
footer .menu p,
footer .menu p > a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 300;
}
footer .menu dl a {
  display: block;
}
footer .menu a {
  display: inline-block;
  padding: 7.5px 0;
}
footer .menu dd a,
footer .menu dt a,
footer .menu h5 a,
footer .menu .h5 a {
  border-left: 1px solid transparent;
  transition: all 0.3s;
}
footer .menu dd a:hover, footer .menu dd a:focus, footer .menu dd a:active,
footer .menu dt a:hover,
footer .menu dt a:focus,
footer .menu dt a:active,
footer .menu h5 a:hover,
footer .menu .h5 a:hover,
footer .menu h5 a:focus,
footer .menu .h5 a:focus,
footer .menu h5 a:active,
footer .menu .h5 a:active {
  border-left: 1px solid #335d80;
  padding-left: 7px;
  color: #335d80;
}
footer .menu dt,
footer .menu h5,
footer .menu .h5 {
  margin-top: 0;
}
footer .menu dt a,
footer .menu h5 a,
footer .menu .h5 a {
  color: #b3b3b3;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
footer .meta {
  background-color: #335d80;
}
footer .meta p,
footer .meta a {
  color: #fff;
  margin: 0;
}
@media (min-width: 992px) {
  footer .contact {
    padding-left: 40px;
    border-left: 1px solid #f2f2f2;
  }
}

.ha-entry {
  position: relative;
  padding-top: 150px;
}
.ha-entry:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: #f2f2f2;
  width: 100%;
  height: calc(50% + 150px);
}
.ha-entry img {
  width: 100%;
  height: auto;
}
.ha-entry .image-caption {
  font-size: 14px;
  margin-bottom: 0;
  color: #cccccc;
}

.ha-latest h3, .ha-latest .h3 {
  margin-top: 0;
}
.ha-latest .logo {
  width: 120px;
  height: auto;
  margin-bottom: 25px;
}
.ha-latest .photo {
  position: relative;
}
.ha-latest .photo img {
  width: 100%;
  height: auto;
}
.ha-latest .photo .honour-badge {
  display: none;
}
@media (min-width: 992px) {
  .ha-latest .photo .honour-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
  }
  .ha-latest .photo .honour-badge .icon {
    color: #6686a0;
    font-size: 35px;
    line-height: 25px;
  }
}
.ha-latest .photo .badge {
  position: absolute;
  top: -85px;
  right: 30px;
  z-index: 50;
  text-transform: uppercase;
  overflow: hidden;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.1);
}
.ha-latest .photo .badge .name {
  background-color: #003560;
  padding: 15px 75px 15px 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
.ha-latest .photo .badge .date {
  position: absolute;
  top: 50%;
  right: 5px;
  background-color: #333333;
  transform: translateY(-50%) rotate(90deg);
  width: 55px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
}
.ha-latest .photo .badge .date .day,
.ha-latest .photo .badge .date .month {
  display: block;
  line-height: 1;
}
.ha-latest .photo .badge .date .day {
  font-size: 30px;
}

.slick-honour-awards .slide {
  background-color: #ccd7df;
  margin: 40px 0;
}
.slick-honour-awards .slide .header img {
  width: 100%;
  height: auto;
}
.slick-honour-awards .slide .body {
  padding: 30px;
  color: #fff;
}
.slick-honour-awards .slide .body .icon {
  display: inline-block;
  height: 50px;
  font-size: 50px;
  line-height: 1;
}
.slick-honour-awards .slide .body .title {
  margin-bottom: 30px;
}
.slick-honour-awards .slide .body .name {
  color: #809ab0;
  font-weight: 500;
  margin-bottom: 0;
}
.slick-honour-awards .slide .body .subtitle {
  margin-top: 0;
  color: #809ab0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .slick-honour-awards-section .slick-row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .slick-honour-awards-section .slick-dots {
    bottom: -10px;
  }

  .slick-honour-awards .slide {
    margin: 40px;
    box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.08);
    transform: scale(1);
    transition: all 0.3s;
  }
  .slick-honour-awards .slide:hover {
    box-shadow: 20px 20px 15px 0px rgba(0, 0, 0, 0.08);
    transform: scale(1.025);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slick-honour-awards-section .slick-row {
    margin-right: -36.6666666667px;
    margin-left: -36.6666666667px;
  }

  .slick-honour-awards .slide {
    margin: 26.6666666667px;
  }
}
@media (min-width: 992px) {
  .slick-honour-awards-section .slick-dots {
    bottom: -20px;
  }
  .slick-honour-awards-section .slick-arrow .icon-arrow-right {
    float: right;
    right: 0;
  }
  .slick-honour-awards-section .slick-arrow .icon-arrow-right:hover {
    right: -5px;
  }
  .slick-honour-awards-section .slick-arrow .icon-arrow-left {
    float: left;
    left: 0;
  }
  .slick-honour-awards-section .slick-arrow .icon-arrow-left:hover {
    left: -5px;
  }
  .slick-honour-awards-section .slick-arrow i[class^=icon] {
    cursor: pointer;
    font-size: 36px;
    position: relative;
    transition: all 0.3s;
  }
}
.honour-awards-timeline .title {
  margin-top: 0;
}
.honour-awards-timeline .border {
  border-left: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .honour-awards-timeline .border,
.honour-awards-timeline .border-sm {
    padding-left: 20px;
  }
  .honour-awards-timeline .border-sm {
    border-left: 1px solid #e6e6e6;
  }
}

#timeline a[data-toggle=collapse] {
  color: gray;
}
#timeline a[data-toggle=collapse][aria-expanded=true] .showIfClosed {
  display: none;
}
#timeline a[data-toggle=collapse][aria-expanded=true] .showIfOpen {
  display: inline-block;
}
#timeline a[data-toggle=collapse][aria-expanded=false] .showIfClosed {
  display: inline-block;
}
#timeline a[data-toggle=collapse][aria-expanded=false] .showIfOpen {
  display: none;
}
#timeline .year,
#timeline .toggle-label {
  margin: 0;
}
#timeline .year {
  float: right;
  position: relative;
  padding-right: 20px;
}
#timeline .year:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 1px;
  background-color: #e6e6e6;
}
#timeline .toggle-label {
  padding: 25px 0;
}
#timeline .toggle-label i.icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: #94c21f;
}
#timeline .timeline-teaser {
  margin: 20px 0;
  padding-bottom: 10px;
}
#timeline .timeline-teaser .header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#timeline .timeline-teaser .header img {
  width: 100%;
  height: auto;
}
#timeline .timeline-teaser .name {
  margin: 0;
  margin-bottom: -3px;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  text-transform: none;
}

.icon-row .icon {
  margin: 15px 0;
  text-align: center;
}
.icon-row .icon h5, .icon-row .icon .h5 {
  margin-bottom: 0;
}
.icon-row .icon .number {
  font-size: 24px;
  font-weight: 500;
  color: #b3b3b3;
}

.icon-row.border div[class^=col-] {
  position: relative;
}
.icon-row.border div[class^=col-]:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .icon-row.border div[class^=col-]:nth-child(2n+0):after {
    display: none;
  }
}
@media (min-width: 768px) {
  .icon-row.border div[class^=col-]:nth-child(4n+0):after {
    display: none;
  }
}

.image-content > .row {
  margin-left: 0;
  margin-right: 0;
}
.image-content > .row > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.image-content .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-content .image img {
  width: 100%;
}
.image-content .content {
  padding: 25px;
}
@media (min-width: 768px) {
  .image-content .content {
    padding: 25px 50px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .image-content .content {
    padding: 25px 75px;
  }
}

.infobox {
  margin-bottom: 20px;
}

.keyvisual-main .slide {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.keyvisual-main .slide:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
.keyvisual-main .slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.keyvisual-main .slide .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 85%;
  margin-top: 45px;
}
.keyvisual-main .slide .content.shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.keyvisual-main .slide .content a,
.keyvisual-main .slide .content a:hover,
.keyvisual-main .slide .content a:focus,
.keyvisual-main .slide .content a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.keyvisual-main .slide .content h1, .keyvisual-main .slide .content .h1 {
  position: relative;
  margin-top: 0;
  padding-bottom: 15px;
}
.keyvisual-main .slide .content h1:after, .keyvisual-main .slide .content .h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #fff;
}
.keyvisual-main .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 5%;
}

@media (min-width: 768px) {
  .keyvisual-main .slide:before {
    padding-bottom: 80%;
  }
}
@media (min-width: 992px) {
  .keyvisual-main .slide:before {
    padding-bottom: 70%;
  }
}
@media (min-width: 1200px) {
  .keyvisual-main .slide:before {
    padding-bottom: 52.48%;
  }
}
.keyvisual-sub {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.keyvisual-sub:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
@media (max-width: 767px) {
  .keyvisual-sub.no-text:before {
    padding-bottom: 75%;
  }
}
.keyvisual-sub img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.keyvisual-sub .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 85%;
  margin-top: 45px;
}
.keyvisual-sub .content a,
.keyvisual-sub .content a:hover,
.keyvisual-sub .content a:focus,
.keyvisual-sub .content a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.keyvisual-sub .content h1, .keyvisual-sub .content .h1 {
  position: relative;
  margin-top: 0;
  padding-bottom: 15px;
}
.keyvisual-sub .content h1 small, .keyvisual-sub .content .h1 small {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.keyvisual-sub .content p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .keyvisual-sub:before {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  .keyvisual-sub .content p {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .keyvisual-sub:before {
    padding-bottom: 40%;
  }
}
.keyvisual-sub-sm {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.keyvisual-sub-sm:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.keyvisual-sub-sm img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .keyvisual-sub-sm:before {
    padding-bottom: 40%;
  }
}
@media (min-width: 992px) {
  .keyvisual-sub-sm:before {
    padding-bottom: 30%;
  }
}
@media (min-width: 1200px) {
  .keyvisual-sub-sm:before {
    padding-bottom: 20%;
  }
}
.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

.list-teaser {
  padding: 45px 0 30px;
  margin: 15px 0;
}
.list-teaser:first-child {
  padding-top: 0;
  margin-top: 0;
}
.list-teaser + .list-teaser {
  border-top: 1px solid #e6e6e6;
}
.list-teaser .date {
  display: inline-block;
  text-align: center;
}
.list-teaser .date .day {
  display: block;
  width: 33px;
  padding: 10px 0;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  font-weight: 500;
}
.list-teaser .date .month,
.list-teaser .date .year {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.list-teaser .img {
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.list-teaser .img img {
  width: 100%;
  height: auto;
}
.list-teaser .content .category-list {
  margin-bottom: 10px;
}
.list-teaser .content h3, .list-teaser .content .h3 {
  font-weight: 400;
  margin-top: 0;
}
.list-teaser .content h3 a, .list-teaser .content .h3 a {
  color: gray;
}
.list-teaser .content a.btn.pull-right + a.btn.pull-right {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .list-teaser .date .day {
    width: 40px;
  }
  .list-teaser .content {
    margin-left: 15px;
  }
}
.list-teaser-sm {
  display: flex;
}
.list-teaser-sm .date {
  margin-right: 20px;
}
.list-teaser-sm .content {
  margin-left: 0;
}
.list-teaser-sm .content ul {
  font-size: 14px;
  margin-bottom: 5px;
}
.list-teaser-sm .content .meta-info {
  margin-bottom: 30px;
}
.list-teaser-sm .content .meta-info > p {
  margin-bottom: 3px;
}

.navbar-default {
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.navbar-default .navbar-brand {
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
.navbar-default .navbar-brand img {
  height: 40px;
  width: auto;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > i, .navbar-default .navbar-nav > li.open.active > a,
.navbar-default .navbar-nav > li.open.active > a:hover,
.navbar-default .navbar-nav > li.open.active > i {
  background-color: #fff;
  color: #94c21f;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > i {
  background-color: #f2f2f2;
  color: #94c21f;
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    padding-bottom: 15px;
  }
  .navbar-default .navbar-brand img {
    height: 50px;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 30px;
    height: 25.6px;
    box-sizing: content-box;
  }
  .navbar-default .navbar-nav > li > a.rs-dropdown-toggle:active, .navbar-default .navbar-nav > li > a.rs-dropdown-toggle:focus {
    background-color: #fff;
    color: #94c21f;
  }
  .navbar-default .navbar-nav > li > a > i.icon {
    position: relative;
    top: 2px;
    font-size: 18px;
  }
  .navbar-default .navbar-nav > li.rs-dropdown > a {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-default .navbar-nav > li.rs-dropdown > a {
    padding-right: 30px;
  }
}

.navbar-nav .rs-dropdown-toggle {
  cursor: pointer;
}
.navbar-nav > .rs-dropdown:last-child > .rs-dropdown-menu {
  right: 0;
}
.navbar-nav > .rs-dropdown > i.rs-dropdown-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 10px;
}
.navbar-nav > .rs-dropdown > .rs-dropdown-menu {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.navbar-nav > .rs-dropdown .rs-dropdown {
  padding-right: 25px;
}
.navbar-nav > .rs-dropdown .rs-dropdown > i.rs-dropdown-toggle {
  position: absolute;
  right: 0;
  top: 13px;
}
.navbar-nav .rs-dropdown {
  position: relative;
}
.navbar-nav .rs-dropdown .rs-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 40px;
  list-style: none;
}
.navbar-nav .rs-dropdown .rs-dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  white-space: nowrap;
  color: gray;
}
.navbar-nav .rs-dropdown .rs-dropdown-menu > li > a:hover, .navbar-nav .rs-dropdown .rs-dropdown-menu > li > a:focus, .navbar-nav .rs-dropdown .rs-dropdown-menu > li > a:active {
  text-decoration: none;
  color: #333333;
}
.navbar-nav .rs-dropdown .rs-dropdown-menu .rs-dropdown-menu {
  position: relative;
  padding: 0;
  padding-left: 20px;
}
.navbar-nav .rs-dropdown.open > .rs-dropdown-menu {
  display: block;
}
.navbar-nav .rs-dropdown.open .open > a,
.navbar-nav .rs-dropdown.open .open > i {
  color: #333333;
  background-color: transparent;
}

.login-menu > h3, .login-menu > .h3 {
  margin-top: 0;
}
.login-menu .tx-felogin-pi1 > h3, .login-menu .tx-felogin-pi1 > .h3 {
  display: none;
}
.login-menu .tx-felogin-pi1 > h3 + div, .login-menu .tx-felogin-pi1 > .h3 + div {
  display: none;
}
.login-menu .tx-felogin-pi1 form {
  margin-bottom: 0;
}
.login-menu .tx-felogin-pi1 form fieldset {
  margin-top: 0;
}
.login-menu a + a {
  margin-top: 15px;
}

.nav-sub {
  padding: 20px 30px;
  margin-bottom: 20px;
}
.nav-sub.bg-white {
  background-color: #fff;
}
.nav-sub.bg-gray {
  background-color: #f7f7f7;
}
.nav-sub.bg-gray-dark {
  background-color: gray;
}
.nav-sub.bg-primary {
  background-color: #335d80;
}
.nav-sub.bg-primary-light {
  background-color: #99aebf;
}
.nav-sub.bg-secondary {
  background-color: #a9ce4c;
}
.nav-sub.bg-gray-dark, .nav-sub.bg-primary, .nav-sub.bg-primary-light, .nav-sub.bg-secondary {
  color: #fff;
}
.nav-sub.bg-gray-dark a:not(.btn), .nav-sub.bg-primary a:not(.btn), .nav-sub.bg-primary-light a:not(.btn), .nav-sub.bg-secondary a:not(.btn) {
  color: #fff;
}
.nav-sub .header {
  margin-bottom: 20px;
}
.nav-sub .header h3, .nav-sub .header .h3 {
  margin: 0;
  padding: 0;
}
.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-sub ul ul {
  padding-left: 15px;
}
.nav-sub ul li > a {
  display: block;
  padding: 4px 0;
  border-left: 1px solid transparent;
  transition: all 0.3s;
}
.nav-sub ul li > a:hover, .nav-sub ul li > a:focus, .nav-sub ul li > a:active {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 7px;
}
.nav-sub ul li.current > a {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 7px;
}
.nav-sub.bg-white a, .nav-sub.bg-gray a {
  color: gray;
}
.nav-sub.bg-white a:hover, .nav-sub.bg-white a:focus, .nav-sub.bg-white a:active, .nav-sub.bg-gray a:hover, .nav-sub.bg-gray a:focus, .nav-sub.bg-gray a:active {
  border-left-color: #335d80;
  color: #335d80;
}
.nav-sub.bg-white li.current > a, .nav-sub.bg-gray li.current > a {
  border-left-color: #335d80;
  color: #335d80;
}
.nav-sub.bg-primary a:hover, .nav-sub.bg-primary a:focus, .nav-sub.bg-primary a:active, .nav-sub.bg-secondary a:hover, .nav-sub.bg-secondary a:focus, .nav-sub.bg-secondary a:active {
  border-left-color: #fff;
  color: #fff;
}
.nav-sub.bg-primary li.current > a, .nav-sub.bg-secondary li.current > a {
  border-left-color: #fff;
  color: #fff;
}

.news-single,
.calendar-single {
  background-color: #fff;
  padding: 20px 25px 30px;
}
.news-single .divider,
.calendar-single .divider {
  margin: 0 5px;
}
.news-single .meta-info,
.calendar-single .meta-info {
  font-size: 14px;
  font-weight: 300;
  color: #b3b3b3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.news-single .meta-info a,
.calendar-single .meta-info a {
  color: #b3b3b3;
}
.news-single .meta-info .news-backlink-wrap,
.news-single .meta-info .prev-next-nav,
.calendar-single .meta-info .news-backlink-wrap,
.calendar-single .meta-info .prev-next-nav {
  max-width: 50%;
}
.news-single .meta-info .news-backlink-wrap,
.calendar-single .meta-info .news-backlink-wrap {
  float: left;
}
.news-single .meta-info .prev-next-nav,
.calendar-single .meta-info .prev-next-nav {
  float: right;
}
.news-single .meta-info .prev-next-nav .previous a .icon,
.news-single .meta-info .prev-next-nav .next a .icon,
.calendar-single .meta-info .prev-next-nav .previous a .icon,
.calendar-single .meta-info .prev-next-nav .next a .icon {
  position: relative;
  left: 0;
  transition: all 0.3s;
}
.news-single .meta-info .prev-next-nav .previous a:hover .icon,
.calendar-single .meta-info .prev-next-nav .previous a:hover .icon {
  left: -5px;
}
.news-single .meta-info .prev-next-nav .next a:hover .icon,
.calendar-single .meta-info .prev-next-nav .next a:hover .icon {
  left: 5px;
}
.news-single .meta-info .prev-next-nav .icon,
.calendar-single .meta-info .prev-next-nav .icon {
  font-size: 12px;
}
.news-single .header,
.calendar-single .header {
  margin-bottom: 25px;
}
.news-single .header .news-list-date,
.calendar-single .header .news-list-date {
  color: #b3b3b3;
  font-size: 14px;
}
.news-single .header h2, .news-single .header .h2,
.calendar-single .header h2,
.calendar-single .header .h2 {
  margin-top: 5px;
  font-weight: 400;
}
.news-single .header h5, .news-single .header .h5,
.calendar-single .header h5,
.calendar-single .header .h5 {
  letter-spacing: 0;
}
.news-single .teaser-text,
.calendar-single .teaser-text {
  margin-bottom: 25px;
}
.news-single .teaser-text p,
.calendar-single .teaser-text p {
  font-weight: 400;
}
.news-single .slick-news-detail,
.calendar-single .slick-news-detail {
  margin-top: 20px;
  padding-bottom: 25px;
}
.news-single .slick-news-detail .slick-dots,
.calendar-single .slick-news-detail .slick-dots {
  bottom: 0;
}
.news-single .footer,
.calendar-single .footer {
  border: 0;
  margin-top: 30px;
}
.news-single .footer span,
.calendar-single .footer span {
  padding: 0;
  border: 0;
}
.news-single .footer .category,
.news-single .footer .tags,
.calendar-single .footer .category,
.calendar-single .footer .tags {
  margin: 0;
}
@media (max-width: 479px) {
  .news-single .footer .category,
.calendar-single .footer .category {
    margin-bottom: 10px;
  }
  .news-single .footer .divider,
.calendar-single .footer .divider {
    display: none;
  }
}
@media (min-width: 992px) {
  .news-single,
.calendar-single {
    padding: 20px 40px 30px;
  }
}

.news .news-columns .title {
  margin-bottom: 15px;
}
.news .news-columns img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.news-grid-item {
  background-color: #fff;
  transform: scale(1);
  transition: all 0.3s;
  margin-bottom: 20px;
}
.news-grid-item:hover {
  transform: scale(1.025);
}
.news-grid-item a {
  color: gray;
}
.news-grid-item .header {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-grid-item .header .category-list {
  position: absolute;
  top: 25px;
  left: 30px;
  max-width: 50%;
  pointer-events: none;
}
.news-grid-item .header img {
  width: 100%;
  height: auto;
}
.news-grid-item .body {
  padding-left: 35px;
  padding-right: 35px;
}
.news-grid-item .body h3, .news-grid-item .body .h3 {
  margin-top: 0;
}
.news-grid-item .body .date {
  margin-bottom: 0;
  margin-top: 25px;
  opacity: 0.8;
}
.news-grid-item.news-grid-item-sm .body {
  padding-top: 25px;
  padding-bottom: 15px;
}
.news-grid-item.news-grid-item-sm .body h3, .news-grid-item.news-grid-item-sm .body .h3 {
  font-size: 20px;
}
.news-grid-item.news-grid-item-lg .body {
  padding-top: 30px;
  padding-bottom: 20px;
}
.news-grid-item.news-grid-item-lg .body h3, .news-grid-item.news-grid-item-lg .body .h3 {
  font-size: 24px;
}

.section-news {
  position: relative;
  padding: 200px 0 75px 0;
}
.section-news .backgroundImage {
  position: fixed;
  top: 100px;
  right: 0;
  max-width: 100%;
  height: auto;
}
.section-news > .container {
  position: relative;
  z-index: 30;
}

.notification {
  border: 1px solid black;
  background-color: #cccccc;
}
.notification img {
  width: 100%;
  height: auto;
}

.news-twitter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  transform: scale(1);
  box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.news-twitter:hover {
  transform: scale(1.025);
  box-shadow: 20px 20px 15px 0px rgba(0, 0, 0, 0.05);
}
.news-twitter a,
.news-twitter a:hover,
.news-twitter a:active,
.news-twitter a:focus {
  color: gray;
}
.news-twitter .header {
  background-color: #ccd7df;
  padding-top: 20px;
  padding-bottom: 10px;
}
.news-twitter .header .icon {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.news-twitter .body {
  padding: 20px;
  height: 400px;
  max-height: 100vh;
  overflow-y: scroll;
}
.news-twitter .footer-link {
  padding: 20px;
}

@media (min-width: 992px) {
  .notification-fixed {
    position: fixed;
    top: 10%;
    right: 50px;
  }
}
.pagination {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  padding: 25px 10px;
}
.pagination > li {
  display: inline-block;
  margin-right: 10px;
}
.pagination > li > a {
  padding: 4px 12px;
  color: gray;
}
.pagination > li.active > a {
  background-color: #cccccc;
  border-color: #cccccc;
}
.pagination > li:first-child > a, .pagination > li:last-child > a {
  border-radius: 0;
}
.pagination > li:last-child {
  margin-right: 0;
}

.kesearchbox {
  display: flex;
  position: relative;
}
.kesearchbox input[type=text],
.kesearchbox .submit {
  position: relative;
  z-index: 15;
}
.kesearchbox input[type=text] {
  width: 100%;
  padding-left: 15px;
  margin-right: 10px;
  border: none;
  border-bottom: 1px solid #999999;
  background: transparent;
  transition: all 2s;
  outline: none;
}
.kesearchbox .submit {
  padding: 0 10px;
  border: none;
  background-color: rgba(102, 102, 102, 0.2);
  transition: all 0.3s;
  outline: none;
}
.kesearchbox .submit:hover, .kesearchbox .submit:active, .kesearchbox .submit:focus {
  background-color: rgba(102, 102, 102, 0.4);
}
.kesearchbox .submit i {
  font-size: 14px;
  color: #fff;
}

.hit {
  font-weight: 500;
}

.section.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section.bg-white {
  background-color: #fff;
}
.section.bg-gray {
  background-color: #f7f7f7;
}
.section.bg-gray-dark {
  background-color: gray;
}
.section.bg-primary {
  background-color: #335d80;
}
.section.bg-primary-light {
  background-color: #99aebf;
}
.section.bg-secondary {
  background-color: #a9ce4c;
}
.section.bg-gray-dark, .section.bg-primary, .section.bg-primary-light, .section.bg-secondary {
  color: #fff;
}
.section.bg-gray-dark a:not(.btn), .section.bg-primary a:not(.btn), .section.bg-primary-light a:not(.btn), .section.bg-secondary a:not(.btn) {
  color: #fff;
}

.container-none > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-none > .row > div[class^=col-] {
  padding: 0;
}

.select-dropdown {
  display: inline-block;
  float: left;
  position: relative;
  transition: all 0.3s;
}
.select-dropdown.open .label {
  position: relative;
  z-index: 110;
  border-color: #003560;
  border-bottom-color: #cccccc;
}
.select-dropdown.open .dropdown {
  border-color: #003560;
  z-index: 100;
}
.select-dropdown .label {
  border: 1px solid #cccccc;
  padding: 5px 15px;
  cursor: pointer;
}
.select-dropdown .label .icon {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.select-dropdown .label::selection {
  color: gray;
  background-color: transparent;
}
.select-dropdown .dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 100%;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background-color: #fff;
  transition: border-color 0.3s;
}
.select-dropdown .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select-dropdown .dropdown ul li {
  padding: 3px 0;
}
.select-dropdown .dropdown ul li a {
  color: gray;
}
.select-dropdown + .reset-filter {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.single-image {
  width: 100%;
  height: auto;
}

.slick-slide {
  outline: none;
}

.slick-slider,
.slick-slider * {
  min-height: 0;
  min-width: 0;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #94c21f;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  line-height: 0;
  visibility: hidden;
}
.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots-center {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.slick-dots-primary li {
  background-color: #ccd7df;
}

.slick-dots-xs li {
  width: 5px;
  height: 5px;
  margin-right: 30px;
}

.slick-dots-sm li {
  width: 8px;
  height: 8px;
}

.slick-dots-md li {
  width: 15px;
  height: 15px;
}

.special-headline {
  text-transform: none;
  margin-bottom: 30px;
}
.special-headline .strong {
  font-weight: 500;
}
@media (max-width: 479px) {
  .special-headline .strong {
    display: block;
  }
}
.special-headline a {
  color: gray;
}
.special-headline a:after {
  font-family: "resolv" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  transition: all 0.3s;
  position: relative;
  top: 1px;
  left: 5px;
  color: #94c21f;
  font-size: 80%;
}
.special-headline a:hover:after {
  left: 10px;
}

.contenttable,
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.contenttable th,
.contenttable td,
.table th,
.table td {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.contenttable thead th,
.table thead th {
  background-color: #e6ebef;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contenttable tbody,
.table tbody {
  vertical-align: top;
}
.contenttable tbody td,
.table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}
.contenttable tbody td a,
.table tbody td a {
  color: gray;
}
.contenttable tbody td.areas, .contenttable tbody td.areas *,
.table tbody td.areas,
.table tbody td.areas * {
  font-size: 24px;
  font-weight: 100;
}
@media (min-width: 992px) {
  .contenttable .table-member th,
.contenttable .table-member td,
.table .table-member th,
.table .table-member td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: 1px solid #cccccc;
  }
}

.table-member tbody .person {
  position: relative;
  padding-right: 90px;
}
.table-member tbody .person a,
.table-member tbody .person a:hover,
.table-member tbody .person a:focus,
.table-member tbody .person a:visited,
.table-member tbody .person a:active {
  color: gray;
}
.table-member tbody .person .name {
  font-weight: 400;
}
.table-member tbody .person .image {
  position: absolute;
  top: 22px;
  right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.table-member tbody .link {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.table-member tbody .link a {
  transition: all 0.3s;
  padding: 7px;
  color: #94c21f;
  display: inline-block;
}
.table-member tbody .link a:hover, .table-member tbody .link a:active, .table-member tbody .link a:focus {
  padding-left: 15px;
  padding-right: 5px;
}
.table-member .areas {
  width: 16.6666666667%;
}
.table-member .link {
  width: 16.6666666667%;
}

@media (min-width: 768px) {
  .table-member .areas {
    width: 8.3333333333%;
  }
  .table-member .person {
    width: 41.6666666667%;
  }
  .table-member .fields {
    width: 41.6666666667%;
  }
  .table-member .link {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .table-member th,
.table-member td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .table-member tbody .areas {
    font-size: 24px;
    font-weight: 100;
  }
  .table-member tbody .person .image {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .table-member .person {
    width: 37.5%;
  }
  .table-member .fields {
    width: 45.8333333333%;
  }
}
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
  float: left;
}

.ce-center .ce-gallery {
  text-align: center;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  margin-top: 10px;
  color: #cccccc;
  font-weight: 300;
  font-size: 14px;
}
.ce-gallery img {
  max-width: 100%;
  height: auto;
}
.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #333333;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 15px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 15px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 15px;
}

.ce-below .ce-gallery {
  margin-top: 15px;
}

.ce-column {
  margin-right: 10px;
}
.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 25px;
}
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
.ce-uploads span {
  display: block;
}

.ce-textpic.full-width-img .ce-gallery,
.ce-textpic.full-width-img .ce-outer,
.ce-textpic.full-width-img .ce-inner,
.ce-textpic.full-width-img .ce-column {
  float: none;
  right: auto;
  left: auto;
}
.ce-textpic.full-width-img figure {
  display: block;
}
.ce-textpic.full-width-img img {
  width: 100%;
  height: auto;
}
.ce-textpic.icon-description figure img {
  width: 70px;
  max-width: 100%;
}
.ce-textpic.icon-description figure figcaption {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #99aebf;
  font-weight: 400;
  font-size: 16px;
}
.ce-textpic.icon-description .ce-bodytext p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #99aebf;
  font-weight: 400;
  font-size: 16px;
}
.ce-textpic.flex-space-between .ce-gallery,
.ce-textpic.flex-space-between .ce-outer,
.ce-textpic.flex-space-between .ce-inner,
.ce-textpic.flex-space-between .ce-column {
  float: none;
  right: auto;
  left: auto;
}
.ce-textpic.flex-space-between .ce-row {
  display: flex;
  justify-content: space-between;
}
.ce-textpic.responsive-video * {
  float: none;
}

.cta-item {
  position: fixed;
  bottom: 20%;
  right: 0;
  overflow: hidden;
  z-index: 10;
  right: -100px;
  display: block;
  padding: 13px 13px 13px 63px;
  width: 150px;
  height: 50px;
  background-color: #003661;
  color: white;
  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  transition: right 500ms ease;
}
.cta-item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  background-color: #85bd30;
}
.cta-item:hover {
  right: 0;
  color: white;
}

.cta-item + .cta-item {
  bottom: calc(20% + 52px);
}

.cta-item + .cta-item + .cta-item {
  bottom: calc(20% + 104px);
}

footer {
  margin-top: 50px;
}

.cc-allow-all,
.cc-allow,
.cc-deny {
  color: white;
}

@font-face {
  font-family: "resolv";
  src: url("../Fonts/resolv.eot");
  src: url("../Fonts/resolv.eot?#iefix") format("embedded-opentype"), url("../Fonts/resolv.woff") format("woff"), url("../Fonts/resolv.ttf") format("truetype"), url("../Fonts/resolv.svg#resolv") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "resolv" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "resolv" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "a";
}

.icon-arrow-up:before {
  content: "b";
}

.icon-search:before {
  content: "c";
}

.icon-user:before {
  content: "d";
}

.icon-honour:before {
  content: "e";
}

.icon-cross:before {
  content: "f";
}

.icon-twitter-bird:before {
  content: "g";
}

.icon-arrow-bottom:before {
  content: "h";
}

.icon-arrow-bottom-thick:before {
  content: "i";
}

.icon-email-mail-streamline:before {
  content: "j";
}

.icon-paperplane:before {
  content: "k";
}

.icon-arrow-left:before {
  content: "l";
}

/*# sourceMappingURL=app.css.map */
