html {
  height: 100%;
  background-color: #fdfdfd;
}
.primary {
  color: #355a80;
}
.bg-primary {
  background-color: #355a80;
}
.b--primary {
  border-color: #355a80;
}
.light-primary {
  color: #8090a0;
}
.bg-light-primary {
  background-color: #8090a0;
}
.b--light-primary {
  border-color: #8090a0;
}
.fancy-fonts {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.ia-loggo {
  background-color: transparent;
  background-image: url('../../Content/Themes/Common/Images/idha-loggo.png');
  background-repeat: no-repeat;
  background-position: 18px center;
  height: 78px;
  width: 180px;
}
.ia-banner {
  background-color: white;
  background-image: url('../../Content/Themes/Common/Images/idha-banner.png');
  background-repeat: no-repeat;
  background-position: right;
  height: 80px;
}
.ia-flag {
  display: inline-block;
  background-color: white;
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 21px;
}
.ia-flag.en {
  background-image: url('../../Content/Common/images/i18n/gb.png');
}
.ia-flag.sv {
  background-image: url('../../Content/Common/images/i18n/se.png');
}
.ia-flag:hover {
  text-decoration: underline;
}
.ia-flag a {
  font-size: 12px;
  text-decoration: none;
  font-style: normal;
}
.ia-flag + .ia-flag {
  margin-left: 15px;
}
.ia-release-notes {
  margin: 0 3rem 2rem 3rem;
}
.ia-release-notes h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.ia-release-notes h2::before {
  font-size: 24px;
  content: '\2693';
  position: absolute;
  left: -28px;
  color: #3189e1;
}
.ia-release-notes h5 {
  font-size: 20px;
  display: inline-block;
  margin-left: 0.4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #3189e1;
}
.ia-release-notes h3 {
  margin-top: 2rem;
}
.ia-release-notes ul {
  list-style: none;
  padding-left: 0;
}
.ia-release-notes ul li {
  line-height: 1.25rem;
  padding-left: 30px;
  position: relative;
}
.ia-release-notes ul li + li {
  margin-top: 5px;
}
.ia-release-notes ul li::before {
  font-size: 24px;
  content: '\2022';
  position: absolute;
  left: 10px;
  color: #3189e1;
}
