#logo {
  background: url('/img/advokatinfo-2liner.png') no-repeat;
  background-size: contain;
  background-position: center;
  width: 200px;
  height: 100px;
  text-indent: -2000px;
}
#logo span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
}
a.flxLinkButtonInline,
button.flxLinkButtonInline,
a.flxLinkButton,
button.flxLinkButton {
  background-color: #005460;
}
a.flxLinkButtonInline.active,
button.flxLinkButtonInline.active,
a.flxLinkButton.active,
button.flxLinkButton.active,
a.flxLinkButtonInline:hover,
button.flxLinkButtonInline:hover,
a.flxLinkButton:hover,
button.flxLinkButton:hover {
  background-color: #00272d;
  color: #fff !important;
}
a.flxLinkButtonInline:hover,
button.flxLinkButtonInline:hover,
a.flxLinkButton:hover,
button.flxLinkButton:hover {
  background-color: #003e47;
}
.elementBox1 a.flxLinkButton,
.elementBox1 a.flxLinkButtonInline {
  background-color: #fff;
  color: #005460 !important;
}
a,
a:link,
a:visited {
  color: #005460;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active,
a:link:active,
a:visited:active {
  color: #00272d;
}
#menu > li > a.active {
  background-color: #005460;
}
.flxElement h2 {
  color: #005460;
}
.elementBox1,
.elementBox2,
.elementBox3 {
  background-color: #005460;
}
.elementBox1 h2 {
  color: #fff;
}
.elementBox1 a {
  color: #fff;
}
.elementBox1 a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.elementBox2 {
  background-color: #4D4D4D;
}
.elementBox2 h2 {
  color: #fff;
}
.elementBox3 {
  background-color: #f0f0f0;
}
#PageHeader #PageTitle h1 {
  color: #005460;
}
.userProfile ul {
  margin: 1em 0;
}
.userProfile ul li {
  margin-left: 2em;
  list-style: disc;
}
.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: 2em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.topicList li {
  color: #999;
  padding: 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: "\f07b";
  /* 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;
}
@media (max-width: 767px) {
  #AIMenu {
    font-size: 1.2rem;
  }
}
#AIMenu li {
  margin-bottom: 1px;
}
#AIMenu li:not(.header) {
  position: relative;
  padding-left: 10px;
  border-radius: 3px;
}
#AIMenu li:not(.header).active,
#AIMenu li:not(.header):hover {
  background-color: #f0f0f0;
}
#AIMenu li:not(.header).active {
  font-weight: bold;
}
#AIMenu li:not(.header) a {
  display: block;
  padding: 5px;
}
#AIMenu li:not(.header) a::before {
  margin-right: 5px;
  color: #005460;
  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: 0.1em;
  vertical-align: 0.225em;
  font-weight: 200;
  content: "\f061";
}
#AIMenu li.header {
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: bold;
  margin-top: 1em;
}
#AIMenu li.header:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #mobileBar {
    background-color: #005460;
  }
}
.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: 'Lora', 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;
}
.articleListItem {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.articleListItem:last-child {
  border: none;
}
.articleListItem h2 {
  font-family: 'Lora', serif;
  font-size: 1.6rem;
}
.articleListItem h2 .fal {
  transition: margin-left 100ms ease-in-out;
}
.articleListItem h2:hover .fal {
  margin-left: 10px;
}
.articleListItem .extract {
  line-height: 1;
  font-size: 0.9em;
}
.articleBody h2,
.articleBody h3 {
  font-family: 'Lora', serif;
  font-weight: bold;
  color: #005460;
}
.articleBody p:last-child {
  margin-bottom: 0;
}
.articleBody blockquote {
  padding: 1em;
  background-color: #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Lora', serif;
  font-size: 1.2em;
  overflow: hidden;
}
.articleBody ul li {
  margin-left: 2em;
  list-style: disc;
  margin-bottom: 0.5em;
}
.articleBody .articleImages {
  margin-bottom: 1em;
}
@media (min-width: 991px) {
  .articleBody .articleImages {
    float: right;
    margin-left: 20px;
  }
}
.articleBody .articleImages .articleImage {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2px;
}
.articleBody .articleImages .articleImage:last-child {
  margin-bottom: 0;
}
.articleBody .articleImages .articleImage img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 991px) {
  .articleBody .articleImages .articleImage {
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 400px;
  }
}
/*# sourceMappingURL=styles.local.css.map */