/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.primary {
  color: #00457E;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.globalfont {
  color: #00457E;
}
.gradient {
  background: #4c55b9;
  background: -moz-linear-gradient(145deg, #4c55b9 0%, #00e1ff 100%);
  background: -webkit-linear-gradient(145deg, #4c55b9 0%, #00e1ff 100%);
  background: linear-gradient(145deg, #4c55b9 0%, #00e1ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c55b9", endColorstr="#00e1ff", GradientType=1);
}
body {
  color: #00457E;
  background-color: #ffffff;
}
/* ==================================================
   HELPER CLASSES
================================================== */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
:focus {
  outline: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbars::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbars {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hide,
.hidden,
.display-none {
  display: none !important;
}
.affix {
  position: fixed;
}
.m-auto {
  margin: 0px auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.img-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.inline-full {
  display: inline-block;
  width: 100%;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.lineheight-one {
  line-height: 1;
}
.relative {
  position: relative;
}
.clear-b {
  clear: both;
}
.text-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smooth-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.smooth-scroll::-webkit-scrollbar {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mobile-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mobile-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .desktop-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .desktop-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .desktop-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .desktop-align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .desktop-right {
    float: right !important;
  }
  .desktop-left {
    float: left !important;
  }
}
@media (max-width: 1023px) {
  .mobile-right {
    float: right !important;
  }
  .mobile-left {
    float: left !important;
  }
}
/* keywords */
.keywords {
  display: none;
}
/* List-Styles */
.list-inline {
  padding: 0 !important;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0px;
}
.list-inline > li:last-child {
  padding-right: 0px;
}
.list-unstyled {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.list-row {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-row > li {
  width: 100%;
}
.list-row > li .list-hint {
  font-size: small;
  font-weight: bold;
}
@media (min-width: 768px) {
  .list-row > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-row > li .list-hint {
    width: 200px;
  }
}
.list-col {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
/* End List-Styles */
.icon-margin-right {
  margin-right: 15px;
}
.icon-margin-left {
  margin-left: 15px;
}
.icon-circle-xxl {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 5px;
  height: 38px;
  width: 38px;
  line-height: 26px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
/* responsive iframe (google map, usw) */
.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.parallax-background,
.parallax-background-1,
.parallax_container-background,
.parallax_container-background-1 {
  background-attachment: inherit;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-background-0,
.parallax-background-2,
.parallax-background-3,
.parallax_container-background-0,
.parallax_container-background-2,
.parallax_container-background-3 {
  background-attachment: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontend .parallax-background,
.sitemanager_part_edit .parallax-background,
.frontend .parallax-background-1,
.sitemanager_part_edit .parallax-background-1,
.frontend .parallax_container-background,
.sitemanager_part_edit .parallax_container-background,
.frontend .parallax_container-background-1,
.sitemanager_part_edit .parallax_container-background-1,
.frontend .parallax-background-0,
.sitemanager_part_edit .parallax-background-0,
.frontend .parallax-background-2,
.sitemanager_part_edit .parallax-background-2,
.frontend .parallax-background-3,
.sitemanager_part_edit .parallax-background-3,
.frontend .parallax_container-background-0,
.sitemanager_part_edit .parallax_container-background-0,
.frontend .parallax_container-background-2,
.sitemanager_part_edit .parallax_container-background-2,
.frontend .parallax_container-background-3,
.sitemanager_part_edit .parallax_container-background-3 {
  overflow: hidden;
}
.box-decoration {
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.wpf_pic_ratio {
  height: 0;
  padding-bottom: 56.25%;
}
/* IMAGES AND CAPTIONS */
.p30 {
  padding: 30px;
}
.p60 {
  padding: 60px;
}
.mb30 {
  margin-bottom: 30px;
}
figure {
  position: relative;
  line-height: 0;
}
figure > a,
figure > img {
  line-height: 0;
}
figure,
img,
.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
figcaption.state {
  padding: 0;
}
figcaption.state span {
  display: inline-block;
}
.img-bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.img-bg-80 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.transition-all {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transition-smooth {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
/* ==================================================
   FLEXBOX
================================================== */
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
section {
  width: 100%;
}
input,
textarea,
button {
  background: none;
  border: none;
}
a,
.a {
  color: #00457E;
  user-select: none;
  cursor: pointer;
}
a:hover,
.a:hover {
  color: #bfb497;
  cursor: pointer;
}
.link {
  position: relative;
  color: #00457E;
  user-select: none;
  cursor: pointer;
  width: auto;
  display: inline-block;
}
.link:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  background-color: #00457E;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: 0.8s transform cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.1s;
}
.link:hover {
  color: #00457E;
  cursor: pointer;
}
.link:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
a {
  text-decoration: none;
  outline: 0 none!important;
}
a:hover,
.btn:hover,
.btn-link:hover,
.btn-text-link:hover,
a:focus,
.btn:focus,
.btn-link:focus,
.btn-text-link:focus {
  text-decoration: none;
  cursor: pointer;
}
.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
}
.disabled,
.disabled:hover,
.disabled:focus,
.disabled.focus,
.disabled:active,
.disabled.active {
  cursor: not-allowed;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
}
.btn {
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  text-align: center;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* IE8 */
}
.btn .btn-icon {
  margin-right: 10px;
}
.btn-default {
  color: #00457E !important;
  background-color: #ffffff;
  border-color: #00457E !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #00457E;
  background-color: #f2f2f2;
  border-color: #003765 !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #00457E !important;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #00457E;
  font-size: small;
}
.btn-gold {
  color: #bfb497 !important;
  background-color: #ffffff;
  border-color: #bfb497 !important;
}
.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus,
.btn-gold:active,
.btn-gold.active,
.open > .dropdown-toggle.btn-gold {
  color: #bfb497;
  background-color: #f2f2f2;
  border-color: #b5a987 !important;
}
.btn-gold:active,
.btn-gold.active,
.open > .dropdown-toggle.btn-gold {
  background-image: none;
}
.btn-gold.disabled,
.btn-gold[disabled],
fieldset[disabled] .btn-gold,
.btn-gold.disabled:hover,
.btn-gold[disabled]:hover,
fieldset[disabled] .btn-gold:hover,
.btn-gold.disabled:focus,
.btn-gold[disabled]:focus,
fieldset[disabled] .btn-gold:focus,
.btn-gold.disabled.focus,
.btn-gold[disabled].focus,
fieldset[disabled] .btn-gold.focus,
.btn-gold.disabled:active,
.btn-gold[disabled]:active,
fieldset[disabled] .btn-gold:active,
.btn-gold.disabled.active,
.btn-gold[disabled].active,
fieldset[disabled] .btn-gold.active {
  background-color: #ffffff;
  border-color: #bfb497 !important;
}
.btn-gold .badge {
  color: #ffffff;
  background-color: #bfb497;
  font-size: small;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #00457E;
  border-color: #00457E !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #003765;
  border-color: #003765 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00457E;
  border-color: #00457E !important;
}
.btn-primary .badge {
  color: #00457E;
  background-color: #ffffff;
  font-size: small;
}
.btn-secondary {
  color: #ffffff !important;
  background-color: #0B294C;
  border-color: #0B294C !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #081d36;
  border-color: #081d36 !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #0B294C;
  border-color: #0B294C !important;
}
.btn-secondary .badge {
  color: #0B294C;
  background-color: #ffffff;
  font-size: small;
}
.btn-third {
  color: #ffffff !important;
  background-color: #00203D;
  border-color: #00203D !important;
}
.btn-third:hover,
.btn-third:focus,
.btn-third.focus,
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
  color: #ffffff;
  background-color: #001324;
  border-color: #001324 !important;
}
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
  background-image: none;
}
.btn-third.disabled,
.btn-third[disabled],
fieldset[disabled] .btn-third,
.btn-third.disabled:hover,
.btn-third[disabled]:hover,
fieldset[disabled] .btn-third:hover,
.btn-third.disabled:focus,
.btn-third[disabled]:focus,
fieldset[disabled] .btn-third:focus,
.btn-third.disabled.focus,
.btn-third[disabled].focus,
fieldset[disabled] .btn-third.focus,
.btn-third.disabled:active,
.btn-third[disabled]:active,
fieldset[disabled] .btn-third:active,
.btn-third.disabled.active,
.btn-third[disabled].active,
fieldset[disabled] .btn-third.active {
  background-color: #00203D;
  border-color: #00203D !important;
}
.btn-third .badge {
  color: #00203D;
  background-color: #ffffff;
  font-size: small;
}
.btn-fourth {
  color: #ffffff !important;
  background-color: #1C2636;
  border-color: #1C2636 !important;
}
.btn-fourth:hover,
.btn-fourth:focus,
.btn-fourth.focus,
.btn-fourth:active,
.btn-fourth.active,
.open > .dropdown-toggle.btn-fourth {
  color: #ffffff;
  background-color: #131a25;
  border-color: #131a25 !important;
}
.btn-fourth:active,
.btn-fourth.active,
.open > .dropdown-toggle.btn-fourth {
  background-image: none;
}
.btn-fourth.disabled,
.btn-fourth[disabled],
fieldset[disabled] .btn-fourth,
.btn-fourth.disabled:hover,
.btn-fourth[disabled]:hover,
fieldset[disabled] .btn-fourth:hover,
.btn-fourth.disabled:focus,
.btn-fourth[disabled]:focus,
fieldset[disabled] .btn-fourth:focus,
.btn-fourth.disabled.focus,
.btn-fourth[disabled].focus,
fieldset[disabled] .btn-fourth.focus,
.btn-fourth.disabled:active,
.btn-fourth[disabled]:active,
fieldset[disabled] .btn-fourth:active,
.btn-fourth.disabled.active,
.btn-fourth[disabled].active,
fieldset[disabled] .btn-fourth.active {
  background-color: #1C2636;
  border-color: #1C2636 !important;
}
.btn-fourth .badge {
  color: #1C2636;
  background-color: #ffffff;
  font-size: small;
}
.btn-success {
  color: #ffffff !important;
  background-color: #00B050;
  border-color: #00B050 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #009744;
  border-color: #009744 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #00B050;
  border-color: #00B050 !important;
}
.btn-success .badge {
  color: #00B050;
  background-color: #ffffff;
  font-size: small;
}
.btn-info {
  color: #ffffff !important;
  background-color: #00B2FF;
  border-color: #00B2FF !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #00a0e6;
  border-color: #00a0e6 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00B2FF;
  border-color: #00B2FF !important;
}
.btn-info .badge {
  color: #00B2FF;
  background-color: #ffffff;
  font-size: small;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #FFC000;
  border-color: #FFC000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e6ad00;
  border-color: #e6ad00 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FFC000;
  border-color: #FFC000 !important;
}
.btn-warning .badge {
  color: #FFC000;
  background-color: #ffffff;
  font-size: small;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #FF3330;
  border-color: #FF3330 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff1a17;
  border-color: #ff1a17 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #FF3330;
  border-color: #FF3330 !important;
}
.btn-danger .badge {
  color: #FF3330;
  background-color: #ffffff;
  font-size: small;
}
.btn-primary-bordered {
  color: #00457E !important;
  background-color: transparent;
  border-color: #00457E !important;
  box-shadow: inset 0 0 0 2px #00457E;
}
.btn-primary-bordered:hover,
.btn-primary-bordered:focus,
.btn-primary-bordered.focus,
.btn-primary-bordered:active,
.btn-primary-bordered.active,
.open > .dropdown-toggle.btn-primary-bordered {
  color: #00457E;
  background-color: rgba(0, 0, 0, 0);
  border-color: #003765 !important;
}
.btn-primary-bordered:active,
.btn-primary-bordered.active,
.open > .dropdown-toggle.btn-primary-bordered {
  background-image: none;
}
.btn-primary-bordered.disabled,
.btn-primary-bordered[disabled],
fieldset[disabled] .btn-primary-bordered,
.btn-primary-bordered.disabled:hover,
.btn-primary-bordered[disabled]:hover,
fieldset[disabled] .btn-primary-bordered:hover,
.btn-primary-bordered.disabled:focus,
.btn-primary-bordered[disabled]:focus,
fieldset[disabled] .btn-primary-bordered:focus,
.btn-primary-bordered.disabled.focus,
.btn-primary-bordered[disabled].focus,
fieldset[disabled] .btn-primary-bordered.focus,
.btn-primary-bordered.disabled:active,
.btn-primary-bordered[disabled]:active,
fieldset[disabled] .btn-primary-bordered:active,
.btn-primary-bordered.disabled.active,
.btn-primary-bordered[disabled].active,
fieldset[disabled] .btn-primary-bordered.active {
  background-color: transparent;
  border-color: #00457E !important;
}
.btn-primary-bordered .badge {
  color: transparent;
  background-color: #00457E;
  font-size: small;
}
.btn-primary-bordered:hover {
  box-shadow: inset 0 0 0 2px #003765;
}
.btn-white-bordered {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff !important;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.btn-white-bordered:hover,
.btn-white-bordered:focus,
.btn-white-bordered.focus,
.btn-white-bordered:active,
.btn-white-bordered.active,
.open > .dropdown-toggle.btn-white-bordered {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f2f2f2 !important;
}
.btn-white-bordered:active,
.btn-white-bordered.active,
.open > .dropdown-toggle.btn-white-bordered {
  background-image: none;
}
.btn-white-bordered.disabled,
.btn-white-bordered[disabled],
fieldset[disabled] .btn-white-bordered,
.btn-white-bordered.disabled:hover,
.btn-white-bordered[disabled]:hover,
fieldset[disabled] .btn-white-bordered:hover,
.btn-white-bordered.disabled:focus,
.btn-white-bordered[disabled]:focus,
fieldset[disabled] .btn-white-bordered:focus,
.btn-white-bordered.disabled.focus,
.btn-white-bordered[disabled].focus,
fieldset[disabled] .btn-white-bordered.focus,
.btn-white-bordered.disabled:active,
.btn-white-bordered[disabled]:active,
fieldset[disabled] .btn-white-bordered:active,
.btn-white-bordered.disabled.active,
.btn-white-bordered[disabled].active,
fieldset[disabled] .btn-white-bordered.active {
  background-color: transparent;
  border-color: #ffffff !important;
}
.btn-white-bordered .badge {
  color: transparent;
  background-color: #ffffff;
  font-size: small;
}
.btn-white-bordered:hover {
  box-shadow: inset 0 0 0 2px #f2f2f2;
}
.btn-play-circle {
  position: relative;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0px 15px 20px;
  border-color: transparent transparent transparent #00457E;
}
.btn-play-circle:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -54px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px #00457E;
}
.btn-back-rounded {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 0;
  cursor: pointer;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #00457E;
  color: #00457E;
}
.btn-back-rounded:hover {
  border: 1px solid #00457E;
  color: #00457E;
}
.btn-back-rounded.inverse {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-back-rounded.inverse:hover {
  border: 1px solid #00457E;
  color: #00457E;
}
.btn-xs {
  padding: 8px 24px;
  font-size: clamp(6px, 0.4vw, 10px);
  height: auto;
  border-radius: 4px;
}
.btn-sm {
  padding: 11px 30px;
  font-size: clamp(8px, 0.6vw, 12px);
  height: auto;
  border-radius: 4px;
}
.btn-lg {
  padding: 20px 48px;
  font-size: clamp(16px, 1vw, 20px);
  height: auto;
  border-radius: 4px;
}
.btn-xl {
  padding: 24px 56px;
  font-size: clamp(20px, 1.2vw, 24px);
  height: auto;
  border-radius: 4px;
}
.btn {
  padding: 10px 20px;
  font-size: 12px;
  height: auto;
  border-radius: 4px;
}
.btn.btn-xs {
  padding: 8px 24px;
  font-size: clamp(6px, 0.4vw, 10px);
  height: auto;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 11px 30px;
  font-size: clamp(8px, 0.6vw, 12px);
  height: auto;
  border-radius: 4px;
}
.btn.btn-lg {
  padding: 20px 48px;
  font-size: clamp(16px, 1vw, 20px);
  height: auto;
  border-radius: 4px;
}
.btn.btn-xl {
  padding: 24px 56px;
  font-size: clamp(20px, 1.2vw, 24px);
  height: auto;
  border-radius: 4px;
}
.btn.btn-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 0px;
}
.btn.btn-circle .btn-text {
  display: none;
}
[readonly] {
  cursor: default;
}
input[type="text"],
input[type="password"],
input[type="textPass"],
select,
textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 16px;
  background-color: #eff2f9;
  border: none;
  width: -webkit-fill-available;
  overflow: hidden;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="textPass"]::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.5;
  font-style: normal !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="textPass"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: normal !important;
}
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="textPass"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-style: normal !important;
}
.disabled input[type="input"],
.disabled input[type=text],
.disabled input[type="password"],
.disabled textarea,
.disabled label {
  cursor: not-allowed;
}
textarea {
  outline: none;
  resize: vertical;
}
/* Select */
select {
  cursor: pointer;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 200px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.select:before {
  content: '';
  position: absolute;
  top: 12px;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px;
  border-bottom: 2px;
  border-left: 0px;
  border-top: 0px;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* arrows */
select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* End Select */
/* Forms */
.formrow > div {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .formrow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    gap: 60px;
  }
  .formrow > div {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0px;
  }
}
.formheadline {
  margin-bottom: 20px;
}
.formfield label {
  display: block;
  margin-bottom: 10px;
}
.formfield input[type="text"],
.formfield input[type="password"],
.formfield input[type="textPass"],
.formfield select,
.formfield textarea {
  margin-bottom: 20px;
}
.formspacer {
  display: block;
  height: 60px;
}
.checkboxfield {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.checkboxfield > label {
  display: block;
  margin-right: 15px;
}
.checkboxform {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkboxform > label {
  display: block;
  margin-right: 15px;
}
.checkboxformfield {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checkboxformfield label.title {
  margin-bottom: 20px;
}
/* multiselect right/left */
.mod-multiselect {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 15px;
}
.mod-multiselect > div {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mod-multiselect .controls {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.mod-multiselect .controls .btn-select {
  font-size: 10px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.mod-multiselect .controls .btn-select:hover {
  color: #bfb497;
}
.mod-multiselect select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  margin-bottom: 0px;
  padding: 0px;
}
.mod-multiselect option {
  padding: 10px;
  margin: 0;
  user-select: none;
  border-bottom: 1px solid #ffffff;
}
.mod-multiselect option:last-child {
  border-bottom: 0px solid transparent;
}
.mod-multiselect option:hover {
  color: #bfb497;
}
.mod-multiselect select:-internal-list-box option:checked {
  background-color: #bfb497;
}
/* slider checkbox */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round:before {
  border-radius: 50%;
}
.slider.round {
  border-radius: 999px;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
input:checked + .slider {
  background-color: #004481;
}
input:focus + .slider {
  box-shadow: 0 0 1px #004481;
}
/* End Forms */
input[type="radio"],
input[type="checkbox"] {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.label_for {
  margin: 0 !important;
  padding: 0 10px;
}
/* Radio button  ------------------------------------------------------------- */
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
input[type="radio"] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  /*min-height:21px; padding-top: 3px;*/
}
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
input[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #00457E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  transform: scale(0) translate(24%, -50%);
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  transform: scale(1) translate(24%, -50%);
}
/* End Radio button  ------------------------------------------------------------- */
/* Checkbox button  ------------------------------------------------------------- */
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 6px;
  border-left: 2px solid #00457E;
  border-bottom: 2px solid #00457E;
  -webkit-transform: rotate(-20%);
  -moz-transform: rotate(-20%);
  -ms-transform: rotate(-20%);
  -o-transform: rotate(-20%);
  transform: rotate(-20%);
  position: absolute;
  top: 44%;
  left: 3.5px;
}
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  transform: scale(1) rotate(-45deg) translate(26%, -48%);
}
/* End Checkbox button  ------------------------------------------------------------- */
/* Upload */
input[type="file"] {
  display: none;
}
.file-upload::-webkit-file-upload-button {
  visibility: hidden;
}
.file-upload {
  overflow: hidden;
  width: 165px;
}
.file-upload::before {
  content: 'Select file';
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  touch-action: manipulation;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  height: auto;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}
.file-upload::before:hover,
.file-upload::before:focus {
  text-decoration: none;
  cursor: pointer;
}
.file-upload::before:focus,
.file-upload::before:active:focus,
.file-upload::before.active:focus,
.file-upload::before.focus,
.file-upload::before:active.focus,
.file-upload::before.active.focus {
  outline: none;
  outline-offset: 0px;
}
.file-upload::before:hover,
.file-upload::before:focus,
.file-upload::before.focus {
  text-decoration: none;
}
.file-upload::before:active,
.file-upload::before.active {
  outline: 0;
  background-image: none;
}
.file-upload::before.disabled,
.file-upload::before[disabled],
fieldset[disabled] .file-upload::before {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* IE8 */
}
.file-upload::before .btn-icon {
  margin-right: 10px;
}
.file-upload::before.btn-xs {
  padding: 8px 24px;
  font-size: clamp(6px, 0.4vw, 10px);
  height: auto;
  border-radius: 4px;
}
.file-upload::before.btn-sm {
  padding: 11px 30px;
  font-size: clamp(8px, 0.6vw, 12px);
  height: auto;
  border-radius: 4px;
}
.file-upload::before.btn-lg {
  padding: 20px 48px;
  font-size: clamp(16px, 1vw, 20px);
  height: auto;
  border-radius: 4px;
}
.file-upload::before.btn-xl {
  padding: 24px 56px;
  font-size: clamp(20px, 1.2vw, 24px);
  height: auto;
  border-radius: 4px;
}
.file-upload::before.btn-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 0px;
}
.file-upload::before.btn-circle .btn-text {
  display: none;
}
/* End Upload */
/* Input-Attributes  */
.attribute-type-image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.attribute-type-image > i {
  position: absolute;
  z-index: 2;
  left: 16px;
}
.attribute-type-image input {
  padding-left: 46px;
}
input[data-file-name] {
  position: relative;
  background-color: #f9f8f6;
}
input[data-file-name]:before {
  content: 'file';
  position: absolute;
  right: 5px;
  top: 5px;
}
/* End */
/* Component-Styles */
/* auth styles */
.loginbox {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 320px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.loginbox .logo {
  margin-bottom: 30px;
}
.loginbox .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.loginbox .row label {
  width: auto;
  min-width: 100px;
}
.loginbox .btn {
  margin-top: 15px;
}
.logout-successfully,
.login-successfully {
  padding: 60px;
}
/* End Component-Styles */
/* CORE SETTINGS */
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 16px;
}
main {
  display: block;
}
h1 {
  padding: 0;
  margin: 0;
  font-size: 48px;
}
h2 {
  padding: 0;
  margin: 0;
  font-size: clamp(28px, 2vw, 40px);
}
h3 {
  padding: 0;
  margin: 0;
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: normal;
}
h4 {
  padding: 0;
  margin: 0;
  font-size: clamp(12px, 1.2vw, 25px);
  font-weight: normal;
}
h5 {
  padding: 0;
  margin: 0;
  font-size: clamp(10px, 0.8vw, 22px);
  font-weight: normal;
}
p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
.small {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 12px;
}
.texthighlite {
  display: inline-block;
  background-color: #AFF6FF;
  padding: 0 5px;
}
/* just for prototyping */
/* header */
body {
  font-family: 'Myriad Pro', sans-serif, Arial;
}
h1,
h2,
h3 {
  font-family: 'Myriad Pro', sans-serif, Arial;
}
header {
  /*position: sticky; top:0; z-index:999;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  height: 80px;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
header .logo {
  width: 200px;
  height: auto;
  padding: 0 0 0 30px;
}
header nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .mainmenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  height: 80px;
  cursor: pointer;
}
header .mainmenu .btn-icon {
  margin-right: 10px;
}
header .mainmenu:hover {
  color: #bfb497;
}
main {
  padding: 0px;
}
.pageEditContent {
  padding: 0 60px 60px 60px;
}
.editMainContent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 15px;
}
.editMainContent > div {
  width: 50%;
}
.editMainContent .checkboxformfield {
  width: 100px;
}
.titlesection {
  position: sticky;
  top: 0px;
  z-index: 99;
  height: 80px;
  background-color: #ffffff;
  padding: 30px 60px 30px 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.titlesection .div_right {
  margin-left: auto;
}
.titlesection .description {
  width: 100%;
  margin-top: 10px;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.list .inner {
  width: 100%;
}
.list .row {
  width: 100%;
}
.list .row > * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.list .row .id {
  width: 2%;
}
.list .row .state {
  width: 2%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.list .row .user {
  width: 25%;
}
.list .row .name {
  width: 44%;
}
.list .row .desc {
  width: 47%;
}
.list .row .first-name {
  width: 28%;
}
.list .row .last-name {
  width: 28%;
}
.list .row .level {
  width: 2%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.list .row .options {
  width: 10%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.list .row .options > * {
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.list .row .options > div {
  cursor: pointer;
}
.list .row .options > div:hover {
  color: #bfb497;
}
.list .list-header {
  position: sticky;
  top: 140px;
  z-index: 99;
}
.list .list-content {
  /*overflow: auto; position: absolute; bottom: 60px; top: 277px; width: 100; left: 60px; right: 60px;*/
}
.list .list-content .row > * {
  min-height: 50px;
}
.list .list-content .row:nth-child(even) {
  background-color: #fbfbfb;
}
.list .list-content .row:hover {
  background-color: #f3f1ec;
}
.list .list-header,
.list .row-header {
  background-color: #bfb497;
  color: #ffffff;
}
.list .list-header > *,
.list .row-header > * {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 40px;
}
.state_dot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.state_dot.state_0 {
  background: #FF3330;
  box-shadow: 0 0 10px #FF3330;
  -webkit-box-shadow: 0 0 10px #FF3330;
  -moz-box-shadow: 0 0 10px #FF3330;
}
.state_dot.state_1 {
  background: #00B050;
  box-shadow: 0 0 10px #00B050;
  -webkit-box-shadow: 0 0 10px #00B050;
  -moz-box-shadow: 0 0 10px #00B050;
}
/* attributes-list */
.attributes-title {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 30px 0;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.attributes-title .btn {
  margin-left: auto;
}
.attributes-lang {
  gap: 15px;
}
.lang-select {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* IE8 */
  border: 1px solid #00457E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.lang-select.active {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  border: 1px solid #00457E;
}
.attributes-list {
  gap: 15px;
}
.attributes-list:first-child {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  font-weight: 600;
}
.attributes-list > * {
  margin-bottom: 15px;
}
.attributes-list .fallback {
  width: 60px;
}
.attributes-list .key {
  width: 200px;
}
.attributes-list .purpose {
  width: 200px;
}
.attributes-list .checkboxform:not(.fallback) {
  width: 200px;
}
.attributes-list .values {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attributes-list .values .btn {
  margin-left: 10px;
}
.attributes-list .langs {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attributes-list .options {
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.attributes-list .value-switch {
  display: none;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attributes-list .value-switch.active {
  display: block;
}
#attrBox .fallback {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* end attributes-list */
/* popup */
.popup {
  display: none;
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  backdrop-filter: blur(6px);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.popup .popup_content {
  position: relative;
  height: auto;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.popup .popup_content .popup-close-x {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup .popup_content > .header {
  padding: 30px 30px 15px 30px;
}
.popup .popup_content > .content {
  padding: 15px 30px;
  min-width: 400px;
}
.popup .popup_content > .content .cke_chrome {
  border: 0px solid transparent;
}
.popup .popup_content > .content .cke_reset {
  width: 100%;
}
.popup .popup_content > .content .cke_top {
  background-color: #ffffff;
}
.popup .popup_content > .content .cke_bottom {
  background-color: #ffffff;
  border-top: 0px solid transparent;
}
.popup .popup_content > .footer {
  padding: 30px 30px 30px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
}
.popup .popup_content.centered > .content,
.popup .popup_content.centered > .footer {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.popup .popup_content .check-symbol {
  font-size: 120px;
}
.popup.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 999;
}
/* end poup */
/* Modal */
.modal-background {
  display: none;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: #000000a3;
  top: 0;
  left: 0;
}
.modal-background .inner {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.modal {
  background-color: #fff;
  width: 500px;
  position: absolute;
  border: 2px solid #004481;
  padding: 15px;
  border-radius: 15px;
}
.modal .header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .content {
  display: grid;
  justify-content: center;
  min-height: 100px;
  align-items: center;
}
.modal .footer {
  display: flex;
  justify-content: center;
}
.modal .footer div {
  margin: 0 5px;
}
/* Mouse Click Effect */
div.clickEffect {
  position: fixed;
  box-sizing: border-box;
  border-style: solid;
  border-color: #ffffff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  z-index: 99999;
  animation: mouse_effect 1.85s ease-out;
  pointer-events: none;
}
@keyframes mouse_effect {
  0% {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* IE8 */
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    border-width: 0.5em;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
  }
  100% {
    opacity: 0.05;
    filter: alpha(opacity=5);
    /* IE8 */
    width: 15em;
    height: 15em;
    margin: -7.5em;
    border-width: 0.03em;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
  }
}
/**/
.tabs.tabs-year {
  display: flex;
}
.tabs.tabs-year a {
  border-radius: 20px 20px 0 0;
  background-color: #dbd4c4;
  border: 1px solid #bfb497;
  border-bottom: unset;
  text-align: center;
  position: relative;
  color: #00457e;
  cursor: pointer;
  padding: 10px;
  width: 120px;
  margin-left: -8px;
}
.tabs.tabs-year a:first-child {
  margin-left: unset;
}
.tabs.tabs-year a.aktive {
  background-color: #bfb497;
  font-weight: bold;
  z-index: 9999;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.loading-bg {
  display: none;
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: #000000a3;
  top: 0;
  left: 0;
}
.loading-bg img {
  position: relative;
  margin: auto;
  height: 300px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 5px;
}
.gap-15 {
  gap: 5px;
}
