/*@primaryColor: #4F99BC;
@secondaryColor: #4D4D4D;
@green: #238200;
@red: #80350E;
@lightGrey: #f0f0f0;*/
:root {
  --primaryColor: #344e41;
  --secondaryColor: #588157;
  --lightblue: #a3b18a;
  --green: #238200;
  --white: #faf0e6;
  --yellow: #ffb703;
  --orange: #fb8500;
  --bs-primary-rgb: 5, 102, 141;
  --bs-secondary-rgb: 33, 158, 188;
}
.btn-primary {
  background-color: #344e41;
  border-color: #344e41;
}
body {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#logo {
  background: url('/img/logo-hjaelp-500.png') no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 100px;
  margin-bottom: 0.5em;
  text-indent: -2000px;
}
#logo span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
}
.flxMultiElement .bx-wrapper {
  padding: 30px 0;
}
#flxPageLoadMessage {
  max-width: 450px;
  right: -500px;
}
#flxPageLoadMessage .inner {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#flxPageLoadMessage .inner::before {
  top: 2.2rem;
}
#flxPageLoadMessage .inner.info {
  color: #fff;
  background-color: #588157;
}
#flxPageLoadMessage .inner .title {
  font-size: 1.2rem;
  font-weight: 600;
}
.listSimpleButtons a.active {
  display: none;
}
.flxInview {
  opacity: 0;
}
.featuredText {
  color: var(--primaryColor);
}
a.flxLinkButtonInline,
button.flxLinkButtonInline,
a.flxLinkButton,
button.flxLinkButton,
#submitknap {
  border: none;
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #344e41;
}
a.flxLinkButtonInline.active,
button.flxLinkButtonInline.active,
a.flxLinkButton.active,
button.flxLinkButton.active,
#submitknap.active,
a.flxLinkButtonInline:hover,
button.flxLinkButtonInline:hover,
a.flxLinkButton:hover,
button.flxLinkButton:hover,
#submitknap:hover {
  background-color: #202f27;
  color: #fff !important;
}
a.flxLinkButtonInline:hover,
button.flxLinkButtonInline:hover,
a.flxLinkButton:hover,
button.flxLinkButton:hover,
#submitknap:hover {
  outline: 4px solid rgba(0, 0, 0, 0.1);
  background-color: #2a3f34;
}
a.flxLinkButtonInline:active,
button.flxLinkButtonInline:active,
a.flxLinkButton:active,
button.flxLinkButton:active,
#submitknap:active {
  outline: 4px solid rgba(0, 0, 0, 0.2);
  background-color: #202f27;
}
a.flxLinkButtonInline > .fal,
button.flxLinkButtonInline > .fal,
a.flxLinkButton > .fal,
button.flxLinkButton > .fal,
#submitknap > .fal {
  margin-right: 0.2em;
  font-size: 0.8em;
  opacity: 0.8;
}
a.flxLinkButtonInline.flxLinkButtonSmall,
button.flxLinkButtonInline.flxLinkButtonSmall,
a.flxLinkButton.flxLinkButtonSmall,
button.flxLinkButton.flxLinkButtonSmall,
#submitknap.flxLinkButtonSmall {
  font-size: 0.7em;
  padding: 6px 10px;
}
a.flxLinkButtonInline.flxLinkButtonLarge,
button.flxLinkButtonInline.flxLinkButtonLarge,
a.flxLinkButton.flxLinkButtonLarge,
button.flxLinkButton.flxLinkButtonLarge,
#submitknap.flxLinkButtonLarge {
  font-size: 1.2em;
  padding: 20px 15px;
}
.flxSection.sectionVerticalPadding-large {
  padding-top: 60px;
  padding-bottom: 60px;
}
.alert {
  /*box-shadow:         0px 0px 25px rgba(0, 0, 0, 0.1);*/
}
.alert.alert-warning {
  --bs-alert-color: #055160;
  --bs-alert-bg: #FFD600;
  --bs-alert-border-color: #FFD600;
  background-color: #ddd;
  border: none;
  border-left: 10px solid #FFD600;
}
.alert.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #BBE2F2;
  --bs-alert-border-color: #BBE2F2;
  background-color: #ddd;
  border: none;
  border-left: 10px solid #588157;
}
.alert.alert-danger {
  --bs-alert-color: #fff;
  --bs-alert-bg: #BC3232;
  --bs-alert-border-color: #BC3232;
  background-color: #ddd;
  border: none;
  border-left: 10px solid #BC3232;
}
.alert.alert-icon {
  padding-left: 2.5rem;
  position: relative;
}
.alert.alert-icon > .fal {
  position: absolute;
  left: 1.3rem;
  top: 1.6rem;
  font-size: 1.2rem;
  translate: -50% -50%;
}
/*.bx-wrapper .bx-pager.bx-default-pager a {
	background: auto;
	border: 1px solid #aaa;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/
.bx-wrapper .bx-pager.bx-default-pager a {
  transition: width 300ms ease-in-out;
  width: 7px;
  height: 7px;
  border: none;
  background-color: var(--lightblue);
  margin: 0 4px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  border-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: none;
  width: 15px;
  background-color: var(--primaryColor);
}
.sectionDarkBackground .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
}
.sectionDarkBackground .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--primaryColor);
}
.FormElement {
  margin-bottom: 0.5em;
}
.form-control {
  font-size: 16px;
}
.form-label.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: 0.25rem;
  font-weight: 600;
}
.form-check-input:checked {
  background-color: #344e41;
  border-color: #344e41;
}
#submitknap {
  font-size: 0.9em;
}
#flxWallContainer {
  position: relative;
}
#flxWallContainer .flxWallItemsContainer .flxWallElement {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#flxWallContainer .flxWallItemsContainer .flxWallElement h1,
#flxWallContainer .flxWallItemsContainer .flxWallElement h2,
#flxWallContainer .flxWallItemsContainer .flxWallElement h3,
#flxWallContainer .flxWallItemsContainer .flxWallElement h4,
#flxWallContainer .flxWallItemsContainer .flxWallElement h5,
#flxWallContainer .flxWallItemsContainer .flxWallElement h6 {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.elementBox1 a.flxLinkButton,
.elementBox1 a.flxLinkButtonInline,
.elementBox1 #submitknap,
.elementBox1 .elementBox1Link a {
  background-color: #fff !important;
  color: #344e41 !important;
  font-weight: bold;
}
a,
a:link,
a:visited {
  color: #344e41;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active,
a:link:active,
a:visited:active {
  color: #202f27;
}
#colsContainer #menuCol #menuColInner {
  background-color: var(--primaryColor);
  color: #dad7cd;
}
#colsContainer #menuCol #menuColInner a {
  color: #dad7cd;
}
#colsContainer #menuCol #menuColInner .light {
  color: var(--lightblue);
}
#colsContainer #menuCol #menuColInner .flxLinkButton {
  background-color: var(--secondaryColor);
}
#colsContainer #menuCol #menuColInner .flxLinkButton:hover {
  background-color: #547b53;
  /*box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.2);*/
}
#colsContainer #canvas .flxElement {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#menu > li > a.active {
  background-color: #344e41;
}
.flxElement h1,
.flxElement h2,
.flxElement h3,
.flxElement h4,
.flxElement h5,
.flxElement h6 {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.flxElement h1,
.flxElement h2 {
  color: #344e41;
}
.flxElement.flxElementCollapsible h1,
.flxElement.flxElementCollapsible h2,
.flxElement.flxElementCollapsible h3,
.flxElement.flxElementCollapsible h4,
.flxElement.flxElementCollapsible h5,
.flxElement.flxElementCollapsible h6 {
  margin-bottom: 0;
}
.flxElement.flxElementCollapsible .flxElementContent {
  margin-top: 0.5em;
}
.flxElement.flxElementCollapsible > h2:before {
  color: #bbb;
}
.trialBanner {
  background-color: #cc0000;
  border-radius: 5px;
  margin: 1rem;
  margin-bottom: 0;
  padding: 10px;
}
.trialBanner .header {
  text-align: center;
  margin-bottom: 1em;
}
.trialBanner div {
  font-weight: bold;
}
.trialBanner #AIMenu {
  padding: 0;
  margin: 0;
}
.trialBanner #AIMenu > li a::before {
  color: #fff !important;
}
.trialBanner #AIMenu > li.active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.trialBanner #AIMenu > li:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.trialBanner #AIMenu > li:last-child {
  margin-bottom: 0 !important;
}
.searchContainer {
  margin: 0 10px;
}
.listSimpleButtons .flxLinkButton {
  margin-bottom: 0.5em;
}
#resultContainer {
  margin: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.elementBox1,
.elementBox2,
.elementBox3 {
  background-color: var(--primaryColor);
}
.elementBox1 h1,
.elementBox2 h1,
.elementBox1 h2,
.elementBox2 h2,
.elementBox1 h3,
.elementBox2 h3,
.elementBox1 h4,
.elementBox2 h4,
.elementBox1 h5,
.elementBox2 h5,
.elementBox1 h6,
.elementBox2 h6 {
  color: #fff;
}
.elementBox1 .table,
.elementBox2 .table {
  color: #fff;
}
.elementBox1 .table td:first-child,
.elementBox2 .table td:first-child,
.elementBox1 .table th:first-child,
.elementBox2 .table th:first-child {
  padding-left: 0;
}
.elementBox1 .table td:last-child,
.elementBox2 .table td:last-child,
.elementBox1 .table th:last-child,
.elementBox2 .table th:last-child {
  padding-right: 0;
}
.elementBox1 .table.table-striped,
.elementBox2 .table.table-striped {
  border-color: #2a3f34;
}
.elementBox1 .table.table-striped > tbody > tr:nth-of-type(odd) > *,
.elementBox2 .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #fff;
}
.elementBox1 .elementBox1Link a,
.elementBox2 .elementBox1Link a {
  background-color: #588157;
  border: none;
  outline: 0px solid rgba(0, 0, 0, 0.05) !important;
}
.elementBox1 .elementBox1Link a:hover,
.elementBox2 .elementBox1Link a:hover,
.elementBox1 .elementBox1Link a:active,
.elementBox2 .elementBox1Link a:active {
  border: none;
  text-decoration: none !important;
  outline: 4px solid rgba(0, 0, 0, 0.05) !important;
}
.swiper-button-prev,
.swiper-button-next {
  left: 0;
  translate: -50% 0%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  --swiper-navigation-size: 16px;
  transition: all 200ms ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-button-next {
  left: auto;
  right: 0;
  translate: 50% -25%;
}
.elementBox2Link a {
  background-color: var(--primaryColor);
  outline: 0px solid rgba(0, 0, 0, 0.05) !important;
}
.elementBox2Link a:hover,
.elementBox2Link a:active {
  background-color: #202f27;
  outline: 4px solid rgba(0, 0, 0, 0.05) !important;
  text-decoration: none !important;
}
.quoteContainer .quote {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flxMultiElement {
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-width: 5px;
  --swiper-pagination-color: #202f27;
  --swiper-navigation-color: #202f27;
  --swiper-pagination-bottom: -10px;
  /*.swiper {
		overflow: visible !important;
	}*/
}
.swiper-pagination-bullet {
  transition: width 200ms ease-in-out;
  border-radius: 3px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
}
.elementBox1 h2 {
  color: #fff;
}
.elementBox1 a {
  color: #fff;
}
.elementBox1 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.elementBox1 .flxLinkButton:hover,
.elementBox1 a.flxLinkButtonInline:hover {
  box-shadow: none;
  transform: scale(1.02);
  text-decoration: none;
}
.elementBox2 {
  background-color: #588157;
}
.elementBox2 h2 {
  color: #fff;
}
.elementBox3 {
  background-color: #f0f0f0;
}
.elementBox3 h2 a {
  color: #344e41;
}
#PageHeader #PageTitle h1 {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--primaryColor);
}
.breadcrumb {
  font-size: 1rem;
}
.userProfile ul {
  margin: 1em 0;
}
.userProfile ul li {
  margin-left: 2em;
  list-style: disc;
}
.btn {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.btn.btn-transparent {
  background-color: rgba(0, 0, 0, 0.04);
}
.btn.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-transparent:active {
  border-color: transparent;
  outline: 4px solid rgba(0, 0, 0, 0.05);
}
.btn.btn-sm {
  --bs-btn-padding-y: 0.15rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.775rem;
  --bs-btn-border-radius: 0.25rem;
}
.bulletList {
  margin-bottom: 1em;
}
.bulletList::after {
  content: "";
  clear: both;
  display: table;
}
.bulletList .header {
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
  display: block;
}
.bulletList span:not(.header) {
  margin: 2px 0;
  margin-right: 0.5em;
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 100px;
  padding: 1px 10px;
  font-size: 13px;
}
ul.topicList {
  --icon-space: 1.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.topicList li {
  color: #999;
  padding: 2px 5px;
  margin: 0;
  padding-left: var(--icon-space);
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 200ms ease-in-out;
}
ul.topicList li a {
  display: block;
}
ul.topicList li:before {
  position: absolute;
  left: 10px;
  content: "\f105";
  /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  /*margin-left: calc( (var(--icon-space) * -1) );*/
  width: var(--icon-space);
  font-weight: 200;
}
ul.topicList li:hover {
  background-color: #f0f0f0;
}
#AIMenu {
  padding: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  #AIMenu {
    font-size: 1.2rem;
  }
}
#AIMenu > li {
  margin-bottom: 1px;
  --icon-space: 1.3em;
}
#AIMenu > li:not(.header) {
  position: relative;
  padding-left: var(--icon-space);
  border-radius: 3px;
  transition: background-color 200ms ease-in-out;
}
#AIMenu > li:not(.header) a {
  display: block;
  padding: 5px;
}
#AIMenu > li:not(.header) a::before {
  color: #588157;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  line-height: 1em;
  vertical-align: 0.125em;
  display: inline-block;
  margin-left: calc(var(--icon-space) * -1);
  width: var(--icon-space);
  font-weight: 200;
  content: "\f061";
}
#AIMenu > li:not(.header):hover {
  background-color: #3e5d4e;
}
#AIMenu > li:not(.header).active {
  background-color: var(--secondaryColor);
}
#AIMenu > li:not(.header).active > a {
  font-weight: bold !important;
}
#AIMenu > li:not(.header).active a::before {
  color: #344e41;
}
#AIMenu > li:not(.header) ul {
  padding: 0;
  margin: 0 0 0 1em;
  font-size: 0.9em;
}
#AIMenu > li:not(.header) ul li.active > a {
  font-weight: bold !important;
}
#AIMenu > li.header {
  font-size: 20px;
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 1em;
}
#AIMenu > li.header:first-child {
  margin-top: 0;
}
li#mi_93 {
  margin-bottom: 1em !important;
}
#mobileBar {
  background-color: var(--primaryColor);
}
.fa-ul {
  list-style-type: none !important;
  margin-left: 2.5em !important;
  padding-left: 0 !important;
}
.userProfile .profilePicture {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 500px;
  background-color: #f0f0f0;
  float: right;
  margin-right: 1em;
}
.userProfile .profilePicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.listItem {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.listItem::after {
  content: "";
  clear: both;
  display: table;
}
.listItem .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 500px;
  background-color: #f0f0f0;
  float: right;
  margin-left: 1em;
}
.listItem .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.listItem .distanceContainer {
  background-color: rgba(0, 84, 96, 0.1);
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  padding: 1px 5px;
}
.listItem:last-child {
  border: none;
}
.listItem h2 {
  font-family: 'IBM Plex Sans', -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listItem h2 .fal {
  transition: margin-left 100ms ease-in-out;
}
.listItem h2:hover .fal {
  margin-left: 10px;
}
.listItem .extract {
  line-height: 1;
  font-size: 0.9em;
}
/*
@import "styles.articles.less";*/
.flxElement div.contactPhoto,
div.contactPhoto {
  float: right;
  border-radius: 300px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .flxElement div.contactPhoto,
  div.contactPhoto {
    width: 100px;
    height: 100px;
  }
}
.flxElement div.contactPhoto.large,
div.contactPhoto.large {
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .flxElement div.contactPhoto.large,
  div.contactPhoto.large {
    width: 150px;
    height: 150px;
  }
}
.flxElement div.contactPhoto.posabs,
div.contactPhoto.posabs {
  position: absolute;
  top: -10px;
  right: -10px;
}
.flxElement div.contactPhoto img,
div.contactPhoto img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.userBox > h2,
.userBox h5 {
  padding-right: 150px;
}
@media (max-width: 767px) {
  .userBox > h2,
  .userBox h5 {
    padding-right: 100px;
  }
}
/*# sourceMappingURL=styles.local.css.map */