ul.tx-indexedsearch-browsebox {
  padding: 0;
  list-style-type: none;
}
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
}
ul.tx-indexedsearch-browsebox li + li:before {
  content: " | ";
  display: inline-block;
}

html {
  font-size: 18px;
}

body {
  overflow-x: hidden;
  font-weight: 300;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

b, strong {
  font-weight: 600;
}

h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong {
  font-weight: 900;
}

a {
  color: #C00418;
}
a:hover {
  color: #C00418;
}

.fa-ul {
  margin-left: 1.5555555556rem;
}
.fa-ul li {
  margin-bottom: 0.5rem;
}

.form-control, .custom-select {
  display: block;
  width: 100%;
  min-height: 34px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: inset 0px 2px 3px -2px rgba(0, 0, 0, 0.16);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-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;
}

textarea {
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 11px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.026em;
  color: #373737;
}

.form-control, .custom-select {
  z-index: 1;
  position: relative;
  border: 1px solid #373737;
  padding: 0.5rem 16px;
  background-color: #fff;
}
.form-control:focus, .custom-select:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #373737;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #373737 !important;
}

.form-group {
  position: relative;
}
.form-group:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.form-group label,
.form-group .form-control {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}

.form-group label {
  position: relative;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  pointer-events: none;
}

.form-group.-active .form-control, .form-group.-focus .form-control {
  font-family: "Source Code Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.009em;
  font-weight: 400;
}

.form-group.-focus .form-control {
  color: #C00418;
  border: 1px solid #C00418;
}

.form-group.-animated {
  padding-top: 30px;
}

.form-group.-animated label {
  position: absolute;
  left: 0;
  padding-left: 16px;
  z-index: 2;
  margin-bottom: 0;
  -webkit-transform: translateY(11.5px);
  -moz-transform: translateY(11.5px);
  -ms-transform: translateY(11.5px);
  -o-transform: translateY(11.5px);
  transform: translateY(11.5px);
}
@media (min-width: 1200px) {
  .form-group.-animated label {
    -webkit-transform: translateY(12.5px);
    -moz-transform: translateY(12.5px);
    -ms-transform: translateY(12.5px);
    -o-transform: translateY(12.5px);
    transform: translateY(12.5px);
  }
}
@media (min-width: 1820px) {
  .form-group.-animated label {
    -webkit-transform: translateY(14.5px);
    -moz-transform: translateY(14.5px);
    -ms-transform: translateY(14.5px);
    -o-transform: translateY(14.5px);
    transform: translateY(14.5px);
  }
}

.form-group.-animated.-active label, .form-group.-animated.-focus label {
  padding-left: 0;
  -webkit-transform: translateY(-17.5px);
  -moz-transform: translateY(-17.5px);
  -ms-transform: translateY(-17.5px);
  -o-transform: translateY(-17.5px);
  transform: translateY(-17.5px);
}

.form-group.-focus:before {
  z-index: 1;
}

.form-group.-focus:before {
  visibility: visible;
  opacity: 0.5;
}

.form-group.-focus label,
.form-group.-focus .form-control {
  z-index: 2;
}

.form-group.-focus .form-caption {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.custom-control {
  padding-top: 0.5555555556rem;
}

.custom-control-input {
  z-index: 1;
  width: 1.5rem;
}

.custom-control-label {
  line-height: 2;
}
.custom-control-label:before {
  background-color: transparent;
  border-color: #373737;
}
.custom-control-label:before, .custom-control-label:after {
  left: -2rem;
}

#header {
  max-width: 100%;
  width: 100%;
  z-index: 1000;
  min-height: 7rem;
  height: 100%;
}
#header .logo {
  position: absolute;
  z-index: 99;
  left: -190px;
  border-radius: 0.25rem;
}
#header .logo a {
  z-index: 4;
}
#header .logo a img {
  width: 6.66rem;
  height: auto;
}
#header .container-fluid .logo {
  left: -3rem !important;
}

#header-wrapper {
  position: relative;
  width: 100%;
  min-height: 10rem;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

header.nav-visible {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}
header .nav-tabs {
  border-bottom: 0;
}
header > div {
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
}
header #header-main {
  background: transparent;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
}
header #header-main .logout {
  position: absolute;
  right: -10.5555555556rem;
  top: 50%;
  transform: translateY(-50%);
}
header #header-main.nav-visible #main-nav {
  visibility: visible;
  opacity: 1;
  display: block;
  margin-top: 1.6666666667rem;
}
header #header-main.nav-visible #sub-nav {
  visibility: visible;
  opacity: 1;
}
header #header-main #current-main {
  display: none;
}
header #header-main .toggle-nav, header #header-main .navbar-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  padding-right: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 10;
  cursor: pointer;
}
header #header-main .toggle-nav:focus, header #header-main .navbar-toggle:focus {
  outline: none;
}
header #header-main .toggle-nav.triggered ul.buns li.bun, header #header-main .navbar-toggle.triggered ul.buns li.bun {
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
header #header-main .toggle-nav.triggered ul.buns li.bun:last-child, header #header-main .navbar-toggle.triggered ul.buns li.bun:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  margin-top: 0;
}
header #header-main .toggle-nav ul.buns, header #header-main .navbar-toggle ul.buns {
  width: 1.625em;
  height: 1.625em;
  list-style: none;
  padding: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #fff;
}
header #header-main .toggle-nav ul.buns:hover, header #header-main .navbar-toggle ul.buns:hover {
  cursor: pointer;
}
header #header-main .toggle-nav ul.buns li.bun, header #header-main .navbar-toggle ul.buns li.bun {
  width: 100%;
  height: 2px;
  background-color: #373737;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-3.75px) translateZ(0);
  transform: translateY(-3.75px) translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header #header-main .toggle-nav ul.buns li.bun:last-child, header #header-main .navbar-toggle ul.buns li.bun:last-child {
  -webkit-transform: translateY(3.75px) translateZ(0);
  transform: translateY(3.75px) translateZ(0);
  margin-top: 3px;
}
header #header-main #main-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
header #header-main #main-nav > .list-inline {
  border-bottom: 1px solid #707070;
}
header #header-main #main-nav .list-inline {
  margin-bottom: 0;
}
header #header-main #main-nav .list-inline > li {
  display: inline-block;
  position: relative;
  top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}
header #header-main #main-nav .list-inline > li .menu-arrow, header #header-main #main-nav .list-inline > li .menu-arrow-sub {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  width: 64px;
  color: #373737;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
header #header-main #main-nav .list-inline > li a {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1px;
  text-transform: uppercase;
  color: #373737;
  font-weight: 700;
  line-height: 1.65rem;
  letter-spacing: 0.063em;
  display: block;
}
header #header-main #main-nav .list-inline > li a:hover {
  color: #C00418;
}
header #header-main #main-nav .list-inline > li:first-child a {
  padding-left: 0;
}
header #header-main #main-nav .list-inline > li.active {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  padding-left: 0;
  padding-right: 0;
}
header #header-main #main-nav .list-inline > li.active:first-child {
  border-left: 1px solid #fff;
}
header #header-main #main-nav .list-inline > li.active a {
  color: #C00418;
  background: #fff;
}
header #header-main #main-nav .list-inline > li.active .menu-arrow, header #header-main #main-nav .list-inline > li.active .menu-arrow-sub {
  color: #C00418;
}
header #sub-nav {
  margin: 0;
  background: rgba(255, 255, 255, 0.6);
}
header #sub-nav ul {
  margin-bottom: 0;
  position: relative;
}
header #sub-nav ul li {
  margin: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 0.1875rem;
}
header #sub-nav ul li:first-child {
  padding-left: 1px;
}
header #sub-nav ul li a {
  text-transform: uppercase;
  color: #373737;
  line-height: 1.6428571428rem;
  letter-spacing: 0.063em;
  font-weight: 400;
  border: 0;
  padding: 0;
  font-size: 0.7222222222rem;
}
header #sub-nav ul li a:hover {
  color: #C00418;
}
header #sub-nav ul li.active a {
  color: #C00418;
}

.menu-arrow, .sub-nav-m, .sub-nav-2-m, .menu-arrow-sub {
  display: none;
}

.showcase {
  margin-bottom: 60px;
}

.showcase .form-group {
  margin-bottom: 0;
}

.select label {
  position: relative !important;
  transform: none !important;
  padding-left: 0 !important;
}

input p.small {
  font-size: 75%;
  letter-spacing: 0.038em;
}

.powermail_fieldwrap_type_radio {
  padding-top: 30px;
}
.powermail_fieldwrap_type_radio .radio .powermail_radio {
  display: inline-block;
  margin-right: 10px;
}
.powermail_fieldwrap_type_radio .radio p {
  display: inline-block;
  margin-bottom: 0;
}

.parsley-errors-list {
  list-style: none;
  color: #C00418;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.026em;
  padding-left: 0;
  margin-top: 0.25rem;
}
.parsley-errors-list li:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 0.25rem;
}

.expand {
  max-width: 100%;
}

.board-functions span {
  margin: 0 3px;
  cursor: pointer;
}

.archived {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.not-archived {
  position: relative;
  visibility: visible;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 1;
}

.card.archived {
  opacity: 0.5;
}

.check-card {
  width: 500px;
  clear: both;
  display: block;
  padding: 0 0;
  border-radius: 4px;
}
.check-card:after {
  clear: both;
  display: block;
  content: "";
}
.check-card .checkbox-container {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.input-title {
  clear: both;
  padding: 0 0 12px 0;
  font-size: 16px;
  color: #212529;
  font-weight: 300;
}

/* Styling Checkbox Starts */
.checkbox-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  clear: both;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #212529;
}
.checkbox-label .checkbox-custom:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #bf0417;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #212529;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-radius: 5px;
  border: 2px solid #bf0417;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkbox-label input:checked ~ .checkbox-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu .dropdown-menu {
  position: relative;
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-toggle:after {
  border-top: 0.3em transparent solid;
  border-right: 0.3em transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0.12775em;
}

#accordion .card {
  border: 1px solid #373737;
  margin-bottom: 0.5rem;
}
#accordion .card .card-header {
  background-color: #fff;
  border-bottom: 0;
}
#accordion .card .card-header:first-child {
  border-radius: 3px;
}
#accordion .card .card-header .client {
  display: inline-block;
  width: 3.4rem;
}
#accordion .card .card-header .client .client-logo {
  padding: 0.2rem;
  width: 3rem;
}
#accordion .card .card-body {
  border-top: 1px solid #373737;
}
#accordion .card .card-body .client-logo {
  width: 10%;
  float: right;
}
#accordion .card.contact-person {
  max-height: 32.3333333333rem;
  height: 100% !important;
}
#accordion .card.contact-person.informations {
  max-height: unset;
}
#accordion .card.contact-person .card-body {
  border-top: 0;
}
#accordion .card.contact-person .avatar-image {
  width: 13.8888888889rem;
  height: 13.8888888889rem;
}

.table th, .table td {
  border-top: 1px solid #373737;
}
.table thead th {
  border-bottom: 1px solid #373737;
}

.table-hover tbody tr:hover {
  background-color: transparent;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #373737;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 1px;
}
.table-bordered tbody tr:nth-of-type(odd) {
  background-color: #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(222, 226, 230, 0.5333333333);
}
.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(222, 226, 230, 0.5333333333);
}
.table-striped.data-table th, .table-striped.data-table td {
  border: 0;
}
.table-striped.data-table th .btn-outline-primary, .table-striped.data-table td .btn-outline-primary {
  background-color: #fff;
}
.table-striped.data-table th .btn-outline-primary:hover, .table-striped.data-table td .btn-outline-primary:hover {
  background-color: #C00418;
}

.progress {
  background-color: #dee2e6;
}

.progress-left {
  border-radius: 3px 0 0 3px;
  border-right: solid;
  border-color: black;
}

.progress-right {
  border-radius: 0 3px 3px 0;
}

.side-navigation .level-2 {
  padding-bottom: 0.5555555556rem;
}
.side-navigation .level-2 a.active {
  pointer-events: none;
  color: #373737;
}
.side-navigation .navigation-with-subcategories ul {
  list-style: none;
  padding-left: 1rem;
}
.side-navigation .navigation-with-subcategories ul li {
  font-size: 0.8888888889rem;
  padding-bottom: 0.2777777778rem;
}
.side-navigation .navigation-with-subcategories ul li.level-4 {
  font-size: 0.7777777778rem;
}
.side-navigation .navigation-with-subcategories ul li.level-4:first-child {
  padding-top: 0.2777777778rem;
}
.side-navigation .navigation-with-subcategories ul li a:before {
  font-weight: 500;
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7222222222rem;
  padding-right: 0.2777777778rem;
}
.side-navigation .navigation-with-subcategories ul li a.active {
  color: #373737;
}

.contact-modal .modal-content {
  border: 2px solid #373737;
}
.contact-modal .modal-content .modal-header {
  padding: 0.5rem 1rem 0 0;
  border: none !important;
}
.contact-modal .modal-content .modal-body {
  padding-top: 0;
}
.contact-modal .modal-content .modal-body .card {
  border: none !important;
}
.contact-modal .modal-content .modal-body .card .card-body {
  padding-top: 0.2rem !important;
}
.contact-modal .modal-content .modal-body .card .card-body img {
  margin-bottom: 0.5rem;
}

.btn-contact {
  width: 50%;
  margin-left: auto;
  color: #C00418;
  text-align: right;
  font-weight: 300;
}
.btn-contact:hover {
  color: #C00418;
}
.btn-contact:focus {
  box-shadow: none;
}

.base-timer {
  position: relative;
  width: 34px;
  height: 34px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.info {
  color: #373737;
}

.base-timer__path-remaining.warning {
  color: #fd7e14;
}

.base-timer__path-remaining.alert {
  color: #C00418;
}

.base-timer__label {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

header #header-main #main-nav .list-inline > li a {
  font-size: 0.95rem;
}
header #sub-nav ul li {
  padding-right: 0;
}
header #sub-nav ul li a {
  font-size: 13px;
}

@media (max-width: 1819.98px) {
  header #header-main #main-nav .list-inline > li.active:last-child:after {
    left: 625px;
  }
  header #header-main #main-nav .list-inline > li a {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  header #sub-nav ul li a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .navbar-header .d-md-none {
    display: none !important;
  }
  .sub-nav-m.d-md-none, .sub-nav-2-m.d-md-none {
    display: none !important;
  }
  #sub-nav.d-md-block {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  #header {
    height: auto;
  }
  #header .logo {
    left: -155px;
  }
  header #header-main.nav-visible #main-nav {
    margin-top: 25px;
  }
  header #header-main.nav-visible #current-main {
    display: none;
  }
  header #header-main #main-nav .list-inline > li a {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #header {
    height: 5.5555555556rem;
  }
  #header #header-main {
    margin-left: 1.1111111111rem;
  }
  #header #header-main .list-inline > li a {
    font-size: 0.8333333333rem !important;
  }
  #header #header-main.nav-visible #main-nav {
    margin-top: 1.6666666667rem;
  }
  #header #header-main .logout {
    right: -7.5555555556rem;
  }
}
@media (max-width: 991.98px) {
  #header {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 2.0625rem;
  }
  #header .logo {
    left: -44px;
  }
  #header .logo a img {
    width: 5.3571428571rem;
  }
  #header #header-main .logout {
    right: -116px;
  }
  .menu-arrow, .menu-arrow-sub {
    display: block;
  }
  .navbar-header .d-md-none {
    display: block !important;
  }
  #sub-nav.d-md-block {
    display: none !important;
  }
  header.nav-visible {
    height: 3.3571428571rem;
    height: auto !important;
    background-color: #fff;
  }
  header #header-main .toggle-nav ul.buns, header header #header-main .navbar-toggle ul.buns {
    margin-bottom: 0;
    height: auto;
  }
  header #header-main:before {
    content: "";
    display: block;
  }
  header #header-main #current-main {
    display: block;
    line-height: 3.3571428571rem;
    margin-top: 0;
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 1.4285714286rem;
    font-weight: 800;
    color: #C00418;
  }
  header #header-main .toggle-nav, header #header-main .navbar-toggle {
    top: 45%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
  }
  header #header-main .navbar-header {
    height: 3.3571428571rem;
    position: relative;
  }
  header #header-main #main-nav {
    height: calc(100vh - 47px);
    overflow: auto;
    padding-left: 2.5rem;
  }
  header #header-main #main-nav .list-inline {
    border-bottom: 0;
  }
  header #header-main #main-nav .list-inline > li {
    display: block;
    border-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.8333333333rem;
    padding-bottom: 0.8333333333rem;
    font-size: 1.7777777778rem;
    line-height: 2.8571428571rem;
  }
  header #header-main #main-nav .list-inline > li:first-child.active {
    border-right: 0;
  }
  header #header-main #main-nav .list-inline > li.active {
    border-right: 0;
    border-left: 0;
  }
  header #header-main #main-nav .list-inline > li.active .sub-nav-m, header #header-main #main-nav .list-inline > li.active .sub-nav-2-m {
    display: block;
  }
  header #header-main #main-nav .list-inline > li.active .sub-nav-m .list-inline > li a, header #header-main #main-nav .list-inline > li.active .sub-nav-2-m .list-inline > li a {
    line-height: 0.8333333333rem;
    color: #373737;
  }
  header #header-main #main-nav .list-inline > li.active .sub-nav-m .list-inline > li.active a, header #header-main #main-nav .list-inline > li.active .sub-nav-2-m .list-inline > li.active a {
    color: #C00418;
  }
  header #header-main #main-nav .list-inline > li.active:last-child {
    width: 100%;
    max-width: 100%;
  }
  header #header-main #main-nav .list-inline > li.active:last-child:after {
    border-bottom: 0;
  }
  header #header-main #main-nav .list-inline > li a {
    padding-left: 0;
  }
  header #header-main #main-nav .list-inline > li > ul > li {
    font-size: 1.5rem;
  }
  header #header-main #main-nav .list-inline .sub-nav-m, header #header-main #main-nav .list-inline .sub-nav-2-m {
    display: none;
    padding-left: 1.428571428rem;
    border-left: 1px solid #373737;
  }
  header #header-main #main-nav .list-inline .sub-nav-m .sf-menu > li, header #header-main #main-nav .list-inline .sub-nav-2-m .sf-menu > li {
    float: none;
  }
  header #header-main #main-nav .list-inline .sub-nav-m ul > li, header #header-main #main-nav .list-inline .sub-nav-2-m ul > li {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  header #header-main #main-nav .list-inline .sub-nav-m ul > li:first-child, header #header-main #main-nav .list-inline .sub-nav-2-m ul > li:first-child {
    margin-top: 15px;
    padding-top: 0;
  }
  header #header-main #main-nav .list-inline .sub-nav-m ul > li:last-child, header #header-main #main-nav .list-inline .sub-nav-2-m ul > li:last-child {
    padding-bottom: 0;
  }
  header #header-main #main-nav .list-inline .sub-nav-m ul > li a, header #header-main #main-nav .list-inline .sub-nav-2-m ul > li a {
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  #header #header-main .logout {
    right: 58px;
  }
}
@media (max-width: 575.98px) {
  #header .logo {
    left: -15px;
  }
  header #header-main #current-main {
    margin-left: 70px;
  }
  header #header-main.nav-visible #main-nav {
    margin-top: 0;
  }
  header #header-main #main-nav .list-inline > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tx-dl-todos #runningClockodo {
    margin: 0 0 1rem 0;
  }
}

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