﻿/*
	Fonts
*/
/*
	Colors
*/
/*
	Breakpoints
*/
/*
	Glitch línan
*/
.glitch-line {
  position: relative;
}
body {
  font-family: proxima-nova;
  line-height: 1.69rem;
  /*
	@media (min-width: 1400px) {
		.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
			max-width: 1490px;
		}
	}*/
}
body .h1 {
  font-weight: 800;
  line-height: 4.219rem;
  font-size: 3.375rem;
}
@media screen and (max-width: 40em) {
  body .h1 {
    line-height: 3.125rem;
    font-size: 2.5rem;
  }
}
body h1 {
  font-weight: 700;
  line-height: 2.813rem;
  font-size: 2.25rem;
}
@media screen and (max-width: 40em) {
  body h1 {
    line-height: 2.031rem;
    font-size: 1.625rem;
  }
}
body .h2 {
  font-weight: 800;
  line-height: 3.594rem;
  font-size: 2.875rem;
}
@media screen and (max-width: 40em) {
  body .h2 {
    line-height: 2.656rem;
    font-size: 2.125rem;
  }
}
body h2 {
  font-weight: 700;
  line-height: 2.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 40em) {
  body h2 {
    line-height: 2.25rem;
    font-size: 1.5rem;
  }
}
body .h3 {
  font-weight: 700;
  line-height: 2.813rem;
  font-size: 2.25rem;
}
@media screen and (max-width: 40em) {
  body .h3 {
    line-height: 2.031rem;
    font-size: 1.625rem;
  }
}
body h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 40em) {
  body h3 {
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}
body .h4 {
  font-weight: 700;
  line-height: 2.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 40em) {
  body .h4 {
    line-height: 2.25rem;
    font-size: 1.5rem;
  }
}
body h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  body h4 {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
body .h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 40em) {
  body .h5 {
    line-height: 1.875rem;
    font-size: 1.25rem;
  }
}
body h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  body h5 {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
body .h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  body .h6 {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
body h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  body h6 {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body .frontpage-box-grid .standard-grid {
    grid-template-columns: unset !important;
  }
}
body .sub-page {
  padding-top: 40px;
}
@media (max-width: 575px) {
  body .sub-page {
    padding-left: var(--bs-gutter-x, 1.75rem);
  }
}
body .sub-page .side-menu-container {
  margin-left: 150px;
}
@media (max-width: 1350px) {
  body .sub-page .template-grid {
    grid-template-columns: auto !important;
  }
  body .sub-page .template-grid .first:first-child {
    width: 100%;
  }
  body .sub-page .template-grid .last .side-menu-container {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  body .sub-page .template-grid {
    grid-template-columns: auto !important;
  }
  body .sub-page .template-grid .first:first-child {
    width: 100%;
  }
  body .sub-page .template-grid .last .side-menu-container {
    margin-left: 0px;
  }
}
/*
	Common styles
*/
.grid-background {
  /*background-image: url('/library?itemid=836952d0-da75-4942-9825-a78461ea28f2');*/
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.hide {
  display: none;
}
.clickable {
  cursor: pointer;
}
.link-hover:hover {
  font-weight: bold;
  color: #122A52;
}
.red {
  color: #BA231E;
}
.intro {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  line-height: 2.4rem;
  font-weight: lighter;
}
.back-button {
  display: grid;
  justify-content: end;
  float: right;
  position: relative;
  text-align: end;
  cursor: pointer;
  padding-left: 15px;
}
.back-button:after {
  margin-top: -21px;
  margin-left: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/_content/Application.Theme/images/icons/down-arrow.svg");
  transform: rotate(90deg);
}
a {
  color: #2A456F;
  text-decoration: none;
}
a:hover {
  color: #2A456F;
}
.hidden {
  display: none;
}
.bold {
  font-weight: bold;
}
header {
  /*
		Breadcrumb
	*/
}
header nav .breadcrumb {
  margin-left: 26px;
  margin-top: 14px;
}
header nav .breadcrumb .breadcrumb-item a {
  color: #BA231E;
  text-decoration: none;
}
header nav .breadcrumb .breadcrumb-item.active a {
  color: #BA231E;
  font-weight: 700;
}
header nav .breadcrumb .breadcrumb-item.active span {
  color: #BA231E;
  font-weight: 700;
}
header nav .breadcrumb .breadcrumb-item:before {
  content: "";
  background-image: url(/_content/Application.Theme/images/icons/red_pointer.svg);
  height: 12px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 7px;
  right: 1px;
}
main {
  /*
		Input fields
	*/
  /*
	Form
*/
}
main .container {
  /*
			Töflu einingin
		*/
}
main .container table {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  main .container table {
    width: 100%;
  }
}
main .container table thead {
  border-bottom: 2px solid #BA231E;
  height: 36px;
}
main .container table thead th {
  padding-right: 1.4rem;
  color: #2A456F;
}
@media (max-width: 650px) {
  main .container table thead th {
    padding-right: 0rem;
    font-size: 12px;
  }
}
main .container table tbody:before {
  content: '';
  display: block;
  height: 5px;
}
main .container table tbody tr {
  height: 2rem;
}
main .container table tbody tr td:not(:last-child) {
  padding-right: 1.4rem;
}
main .container table tbody tr td:last-child {
  padding-right: 0.2rem;
}
@media (max-width: 650px) {
  main .container table tbody tr {
    font-size: 8px;
  }
}
main .container table tbody tr:not(.gray-line):hover {
  background-color: #F3F3F3;
}
main input {
  border-radius: 0;
  border-color: #2A456F;
}
main .rz-colorpicker,
main .rz-lookup-search input,
main .rz-spinner,
main .rz-calendar .rz-inputtext,
main .rz-multiselect,
main .rz-dropdown,
main .mask,
main .rz-textarea,
main .rz-textbox {
  border-radius: 0;
  border-color: #2A456F;
  min-height: 43px;
}
main .rz-colorpicker:hover,
main .rz-lookup-search input:hover,
main .rz-spinner:hover,
main .rz-calendar .rz-inputtext:hover,
main .rz-multiselect:hover,
main .rz-dropdown:hover,
main .mask:hover,
main .rz-textarea:hover,
main .rz-textbox:hover {
  border: 1px solid #2A456F !important;
}
main .form-control {
  height: 43px;
  border: 1.5px solid #2A456F;
  border-radius: 0px;
  margin-bottom: 16px;
}
main .form-control:focus {
  box-shadow: 0 0 0 0.25rem #6E83A5;
}
main label {
  color: #2A456F;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 6px;
}
main .form input[type=file] button {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background-color: #2A456F;
  color: #FFFFFF;
}
main .form input[type=checkbox] {
  border-radius: 0px;
  border-color: #2A456F;
}
main .form .form-group {
  margin-bottom: 26px;
}
main .form .form-group > input[type=file] {
  display: grid;
}
main .form .form-check {
  margin-top: 10px;
}
main .form .select:before {
  content: "";
  background-image: url(/_content/Application.Theme/images/icons/red_pointer.svg);
  height: 17px;
  width: 27px;
  position: relative;
  left: 95%;
  top: 72px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  main .form .select:before {
    left: 92%;
  }
}
main .form input[type=submit] {
  float: right;
}
main .form h4 {
  background-color: #2A456F;
  color: #FFFFFF;
  padding: 10px 0px 10px 10px;
}
.btn {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
}
.btn-red {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #BA231E;
  color: #FFFFFF;
}
.btn-blue {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background-color: #2A456F;
  color: #FFFFFF;
}
.modal-btn {
  position: absolute;
  right: 4%;
  bottom: 3%;
}
.btn-gray {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #484B4F;
  color: #FFFFFF;
}
.btn-light-gray {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #F3F3F3;
  color: #2A456F;
}
.btn-white {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #FFFFFF;
  color: #484B4F;
}
.btn-white .arrow {
  filter: invert();
}
.btn-white-blueborder {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #FFFFFF;
  color: #484B4F;
  border: 1px solid #2A456F;
}
.btn-white-blueborder .arrow {
  filter: invert();
}
.btn-white-blueborder:focus-visible {
  background-color: #2A456F;
  color: #FFFFFF;
}
.svg-icon {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
}
.arrow {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2216%22%20height%3D%2215%22%20viewBox%3D%220%200%2016%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%20%3Cpath%20d%3D%22M8.29289%200.792893C8.68342%200.402369%209.31658%200.402369%209.70711%200.792893L15.7071%206.79289C15.8946%206.98043%2016%207.23478%2016%207.5C16%207.76522%2015.8946%208.01957%2015.7071%208.20711L9.70711%2014.2071C9.31658%2014.5976%208.68342%2014.5976%208.29289%2014.2071C7.90237%2013.8166%207.90237%2013.1834%208.29289%2012.7929L12.5858%208.5L1%208.5C0.447715%208.5%200%208.05229%200%207.5C0%206.94772%200.447715%206.5%201%206.5L12.5858%206.5L8.29289%202.20711C7.90237%201.81658%207.90237%201.18342%208.29289%200.792893Z%22%20fill%3D%22white%22/%3E%20%3C/svg%3E%20');
  left: 6px;
}
.x-icon {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%229%22%20viewBox%3D%220%200%208%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.167368%200.889536C0.390524%200.666379%200.752333%200.666379%200.97549%200.889536L4%203.91405L7.02451%200.889536C7.24767%200.666379%207.60948%200.666379%207.83263%200.889536C8.05579%201.11269%208.05579%201.4745%207.83263%201.69766L4.80812%204.72217L7.83263%207.74668C8.05579%207.96984%208.05579%208.33164%207.83263%208.5548C7.60948%208.77796%207.24767%208.77796%207.02451%208.5548L4%205.53029L0.97549%208.5548C0.752333%208.77796%200.390524%208.77796%200.167368%208.5548C-0.0557892%208.33164%20-0.0557892%207.96984%200.167368%207.74668L3.19188%204.72217L0.167368%201.69766C-0.0557892%201.4745%20-0.0557892%201.11269%200.167368%200.889536Z%22%20fill%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  left: -5px;
}
.pointer {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200.722168L5%204.72217L1%208.72217%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%20%3C/svg%3E');
  left: 0px;
}
.menu-arrow {
  transition: transform 0.2s ease-in;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9%200.5L5%204.5L1%200.5%22%20stroke%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  top: 5px;
}
.menu-arrow.open {
  transform: rotate(180deg);
}
.left-arrow {
  transition: transform 0.2s ease-in;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9%200.5L5%204.5L1%200.5%22%20stroke%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  top: 5px;
  transform: rotate(90deg);
}
.left-arrow.open {
  transform: rotate(180deg);
}
.link-arrow {
  transition: transform 0.2s ease-in;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9%200.5L5%204.5L1%200.5%22%20stroke%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  top: 5px;
  margin-left: 8px;
  transform: rotate(270deg);
}
.link-arrow.open {
  transform: rotate(180deg);
}
.arrow-closed {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M9%200.5L5%204.5L1%200.5%22%20stroke%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  top: 5px;
}
.accordion-arrow {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  overflow: visible !important;
  text-indent: 0 !important;
  transition: transform 0.2s ease-in;
  background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2221%22%20height%3D%2213%22%20viewBox%3D%220%200%2021%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.5607%2011.7828C10.9749%2012.3686%2010.0251%2012.3686%209.43934%2011.7828L0.43934%202.78283C-0.146447%202.19704%20-0.146447%201.24729%200.439341%200.661508C1.02513%200.0757213%201.97487%200.0757214%202.56066%200.661508L10.5%208.60085L18.4393%200.661509C19.0251%200.0757229%2019.9749%200.0757229%2020.5607%200.66151C21.1464%201.2473%2021.1464%202.19704%2020.5607%202.78283L11.5607%2011.7828Z%22%20fill%3D%22%232A456F%22/%3E%20%3C/svg%3E');
  top: 5px;
}
.accordion-arrow.open {
  transform: rotate(180deg);
}
main .container table.price-table tbody tr td:last-child {
  text-align: right;
}
.textarea_big textarea {
  min-height: 16rem;
  height: 16rem;
}
.gagnagatt-tab .veva-tabs-tabs .veva-tabs-tab-list {
  padding: 5px;
  background-color: #FFFFFF;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.gagnagatt-tab .veva-tabs-tabs .veva-tabs-tab-list .veva-tabs-tab {
  padding: 0.5rem 1rem;
  margin: 5px;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #2A456F;
  text-transform: uppercase;
}
.gagnagatt-tab .veva-tabs-tabs .veva-tabs-tab-list .veva-tabs-tab--active {
  background-color: #2A456F;
  border: 2px solid #2A456F;
}
.gagnagatt-tab .veva-tabs-tabs .veva-tabs-tab-list .veva-tabs-tab--active .veva-tabs-link {
  color: #f0f0f0 !important;
}
.tab:focus {
  outline: none;
}
.tabs-container {
  position: relative;
  width: 91.1vw;
  margin-left: 5vw;
}
.tabs-container .title-container {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: fit-content;
  min-height: 6.25rem;
  background-color: #2A456F;
  position: relative;
  margin-bottom: 40px;
}
.tabs-container .title-container::before {
  position: absolute;
  top: 50%;
  left: -22px;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 5rem;
  width: 6px;
  margin: 0 1rem;
}
.tabs-container .title-container h2 {
  padding: 16px 0px 5px 24px;
}
.tabs-container .nav {
  border-bottom: none;
  margin-left: 14px;
  margin-bottom: 60px;
}
@media (max-width: 371px) {
  .tabs-container .nav {
    margin-left: 10px;
  }
}
.tabs-container .nav .nav-item {
  align-self: center;
  padding-right: 1.125rem;
  min-width: 150px;
}
.tabs-container .nav .nav-item .nav-link {
  width: 128px;
  text-align: center;
  margin-top: 10px;
  color: #122A52;
  background: #FFFFFF;
  border: solid 1px #2A456F;
}
.tabs-container .nav .nav-item .nav-link.active {
  color: #FFFFFF;
  background: #2A456F;
  border-radius: 0px;
}
@media (min-width: 1400px) {
  .tabs-container {
    width: 86.1vw;
    margin-left: 13vw;
  }
  .tabs-container .nav {
    position: absolute;
    right: 160px;
    top: 17px;
    margin-bottom: 0px;
  }
  .tabs-container .nav .nav-item .nav-link {
    color: #FFFFFF;
    background: #2A456F;
    border-radius: 0px;
    border: solid 1px #FFFFFF;
  }
  .tabs-container .nav .nav-item .nav-link.active {
    color: #122A52;
    background: #FFFFFF;
    border: solid 1px #2A456F;
  }
}
.tab-text a {
  color: #2A456F;
  font: bold;
}
.tab-text a a:hover {
  color: #2A456F;
}
.tab-text a.active {
  color: #2A456F;
}
.veva-tabs-tabs {
  background-color: var(--grayscale-5-color);
}
.veva-tabs-tab.veva-tabs-tab--active {
  background-color: var(--primary-color);
  color: var(--primary-text-color);
}
.veva-tabs-tab.veva-tabs-tab--active .veva-tabs-link {
  color: inherit;
}
.veva-tabs-tab:first-child {
  border-radius: 5px 0 0 0;
}
.veva-tabs-tab:last-child {
  border-radius: 0 5px 0 0;
}
.veva-tabs.tabs--right .veva-tabs-tabs {
  text-align: right;
}
.veva-tabs.tabs--centered .veva-tabs-tabs {
  text-align: center;
}
.veva-tabs.tabs--justified .veva-tabs-tab {
  flex: 1;
  text-align: center;
}
.veva-tabs.tabs--justified .veva-tabs-tab-list {
  display: flex;
}
.veva-tabs .veva-tabs--overflowing:after {
  left: 5px;
  border-right: 8px solid rgba(128, 128, 128, 0.7);
}
.veva-tabs .veva-tabs--overflowing:before {
  right: 5px;
  border-left: 8px solid rgba(128, 128, 128, 0.7);
}
/*
	Styles for header
*/
footer {
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-top: auto;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 9px;
}
footer ul li:not(:first-child) {
  padding-top: 16px;
}
footer .footer-container {
  max-width: 1700px;
}
@media screen and (max-width: 1200px) {
  footer .footer-container {
    padding-left: 40px;
  }
}
footer .upper {
  min-height: 300px;
  background-color: #A11E1A;
  padding-top: 3.125rem;
}
footer .upper .upper-container {
  justify-content: space-between;
}
footer .upper .info-box {
  /*
			ul {
				li {
					a {
						color: white;
						text-decoration: none;
					}

					&:not(:first-child) {
						padding-top: 4px;
					}
				}

				&.info-list {
					li {

						.colum-1 {
							text-align: left;
						}

						.colum-2 {
							text-align: left;
						}
						
						@info-padding: 1.25rem;

						&:first-child {
							a {
								padding-left: calc(@info-padding + 1.875rem);
							}
						}

						&:last-child {
							a {
								padding-left: @info-padding;
							}
						}

						span {
							padding-left: calc(@info-padding + 2.375rem);
						}*/
}
footer .upper .info-box .info-item {
  padding-top: 1.125em;
}
footer .upper .info-box .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
}
footer .upper .info-box .col2 {
  padding-left: 40px;
}
footer .upper .info-box .grid-item {
  text-align: left;
}
footer .upper .info-box .grid-item a {
  color: white;
  text-decoration: none;
}
footer .upper .info-box .grid-item:not(:first-child) {
  padding-top: 4px;
}
footer .upper .social-media {
  align-self: flex-end;
}
footer .upper .social-media .media-btn-group {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .upper .social-media .media-btn-group p {
  padding-left: 3px;
}
footer .upper .social-media .media-btn-group .media-button {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  align-content: center;
}
footer .below {
  min-height: 165px;
  background-color: #871A16;
}
footer .below .certs {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
/*
	Styles for header
*/
header figure {
  margin: 0 0 0rem;
}
header .icon-search::after {
  background-image: url("/_content/Application.Theme/images/icons/search.svg");
}
header .icon-search {
  height: 40px;
  width: 48px;
}
header .icon-envelope::after {
  background-image: url("/_content/Application.Theme/images/icons/message.svg");
  background-size: contain;
}
header .icon-envelope {
  height: 40px;
  width: 30px;
  cursor: pointer;
}
header .languageButton {
  margin: 8px;
  font-size: 20px;
  font-weight: 700;
}
header .icon-lock::after {
  background-image: url("/_content/Application.Theme/images/icons/lock.svg");
  background-size: contain;
}
header .icon-lock {
  height: 31px;
  width: 30px;
}
@media (min-width: 500px) {
  header .icon-lock {
    margin-right: 32px !important;
  }
}
@media (max-width: 500px) {
  header .icon-lock {
    margin: 0 10px;
  }
}
header .right-header {
  height: 40px;
  display: flex;
}
@media (min-width: 500px) {
  header .right-header .header-icon {
    margin-right: 20px;
  }
}
header [class*="icon-"]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
header .heading-container {
  width: 100%;
}
header .heading-container .headings {
  padding-left: 7.3%;
}
@media (max-width: 1750px) {
  header .heading-container .headings {
    padding-left: 1.3%;
  }
}
header .header-container {
  max-width: 1700px;
}
@media screen and (max-width: 1200px) {
  header .header-container {
    padding-left: 20px;
  }
}
header .header-container .navbar {
  height: 100px;
}
@media screen and (max-width: 1200px) {
  header .header-container .navbar {
    height: 70px;
  }
}
header .header-container .navbar .container-fluid {
  padding-left: 0px;
  flex-wrap: nowrap;
}
header .header-container .navbar .navbar-brand {
  padding-left: 0px;
}
@media screen and (max-width: 1200px) {
  header .header-container .navbar .navbar-brand figure {
    margin-top: 6px;
  }
  header .header-container .navbar .navbar-brand figure img {
    height: 90%;
  }
}
/*
	Styles for Page title
*/
.pagetitle-grey .heading {
  color: #2A456F;
  font-weight: 700;
  padding: 8px 24px;
  background-color: #F3F3F3;
  min-height: 52px;
  position: relative;
}
.pagetitle-grey .heading::before {
  position: absolute;
  top: 30%;
  left: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 140%;
  width: 6px;
  margin: 0 1rem;
}
.pagetitle-grey .heading .h6 {
  margin-top: 3px;
  font-size: 20px;
  line-height: 30px;
}
.pagetitle-grey .heading .h6.larger {
  font-size: 46px;
  line-height: 57.5px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
}
.page-titles .h3 {
  margin-left: 37px;
  color: #2A456F;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-titles .h3 {
    margin-left: 0px;
  }
}
.page-titles .h3:after {
  content: "";
  left: 0px;
  display: block;
  max-width: 25rem;
  padding-top: 4px;
  border-bottom: 2px solid #BA231E;
}
.page-titles .h4 {
  margin-left: 37px;
  color: #BA231E;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .page-titles .h4 {
    margin-left: 0px;
    width: 100%;
  }
}
.page-titles .news-date {
  margin-left: 37px;
}
/*
	Frontpage Banner
*/
.banner {
  min-height: 726px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /*@media (max-width: 768px) {
		.banner-background--video video {
			display: none;
		}
	}*/
}
.banner .banner-background {
  display: block;
  transition: background 0.3s, height 0.3s;
  background-color: var(--background-color);
  background-image: var(--background-image);
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slant)), 0% 100%);
}
.banner .banner-background--video video {
  width: 100%;
  height: 100%;
}
.banner .video-cover {
  object-fit: cover;
}
.banner .video-contain {
  object-fit: contain;
}
.banner .banner.banner--height-medium .banner-background {
  height: 602px;
}
.banner .banner.banner--height-short .banner-background {
  height: 526px;
}
.banner .banner.banner--height-fluid .banner-background {
  height: 100%;
}
.banner .banner * {
  color: #fff;
}
.banner .banner.header--light * {
  color: #1B1B1B;
}
.banner .banner--height-medium {
  min-height: 602px;
}
.banner .banner--height-short {
  min-height: 526px;
}
.banner .banner--height-fluid {
  min-height: 300px;
}
@media only screen and (min-width: 900px) {
  .banner .banner {
    margin-top: -130px;
    min-height: 913px;
  }
  .banner .banner .banner-background {
    height: 913px;
  }
  .banner .banner.banner--height-medium .banner-background {
    height: 702px;
  }
  .banner .banner.banner--height-short .banner-background {
    height: 526px;
  }
  .banner .banner--height-medium {
    min-height: 702px;
  }
  .banner .banner--height-short {
    min-height: 526px;
  }
  .banner .banner--height-fluid {
    min-height: 526px;
  }
}
.banner .text-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 40px 80px;
  position: absolute;
  bottom: 30%;
  left: 13.3%;
  max-width: 800px;
  padding-right: 70px;
}
.banner .text-box::before {
  position: absolute;
  top: 15%;
  left: -22px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 100%;
  width: 6px;
  margin: 0 1rem;
}
.banner .text-box a {
  position: absolute;
  left: 75%;
  bottom: -6%;
}
@media (max-width: 500px) {
  .banner .text-box a {
    left: initial;
    right: 10%;
  }
}
.banner .text-box a:hover {
  color: #FFFFFF;
}
.banner .text-box h1 {
  color: #BA231E;
  font-size: 3.375rem;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 68px;
  /* Fixes TextProcessor styling */
}
@media (max-width: 49em) {
  .banner .text-box h1 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 36em) {
  .banner .text-box h1 {
    font-size: 2rem;
  }
}
.banner .text-box h1 > * > p {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}
.banner .text-box .text {
  color: #2A456F;
  font-weight: bold;
  font-size: 1.5rem;
  /* Fixes TextProcessor styling */
}
.banner .text-box .text > * > p {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}
@media (min-width: 920px) {
  .banner .no-wrap-h1 h1 {
    overflow: hidden;
    white-space: nowrap;
    width: calc(110%);
  }
}
@media screen and (max-width: 40em) {
  .banner .no-wrap-h1 .text-box {
    bottom: 23%;
    max-width: 91%;
    left: 5.3%;
  }
  .banner .no-wrap-h1 .text-box a {
    left: 55%;
  }
}
@media only screen and (max-width: 900px) {
  .banner {
    margin-top: 30px;
    min-height: 350px;
  }
}
/*
	Frontpage Sub banner
*/
@media (max-width: 1200px) {
  .lendingarsida {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 700px) {
  .lendingarsida {
    padding: 0px !important;
  }
}
.banner-grid-background {
  /*background-image: url('/library?itemid=836952d0-da75-4942-9825-a78461ea28f2');*/
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 174px;
  left: 0px;
  z-index: -1;
}
.lendingarsida .sub-banner .banner-image {
  position: relative;
}
.lendingarsida .sub-banner .banner-image::before {
  position: absolute;
  top: 70%;
  right: 63.6%;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 25rem;
  width: 6px;
  margin: 0 1rem;
}
.lendingarsida .sub-banner.blueRight .text-box,
.lendingarsida .sub-banner.redRight .text-box,
.lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
.lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
  padding-top: 40px;
  height: fit-content;
  top: 25px;
  min-width: 700px;
  left: 552px;
}
.lendingarsida .sub-banner.blueLeft .text-box,
.lendingarsida .sub-banner.redLeft .text-box {
  padding-top: 40px;
  height: fit-content;
  right: 80%;
  top: 300px;
  min-height: 350px;
  margin-bottom: 200px;
  height: auto;
  min-width: 700px;
}
.lendingarsida .sub-banner.blueRight .text-box,
.lendingarsida .sub-banner.redRight .text-box,
.lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
.lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
  padding-top: 40px;
  left: 72%;
  top: 300px;
  min-height: 350px;
  margin-bottom: 200px;
  height: auto;
  min-width: 700px;
}
.lendingarsida .sub-banner.blueRight .banner-image,
.lendingarsida .sub-banner.redRight .banner-image,
.lendingarsida .sub-banner.bigImgBlueTextRight .banner-image,
.lendingarsida .sub-banner.bigImgBlueTextRightLow .banner-image {
  left: 42%;
}
@media (max-width: 1700px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: 90%;
  }
}
@media (max-width: 1399px) {
  .lendingarsida .sub-banner .banner-image {
    position: relative;
  }
  .lendingarsida .sub-banner .banner-image::before {
    position: absolute;
    top: 51%;
    right: 79.8%;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 25rem;
    width: 6px;
    margin: 0 1rem;
  }
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.redLeft .text-box,
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    right: 62%;
  }
  .lendingarsida .sub-banner.sub-banner,
  .lendingarsida .sub-banner.blueRight,
  .lendingarsida .sub-banner.bigImgBlueTextRight,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow {
    margin-top: 0px;
  }
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: 45%;
  }
  .lendingarsida .sub-banner.blueRight .banner-image,
  .lendingarsida .sub-banner.redRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .banner-image {
    left: 5%;
  }
}
@media (max-width: 1200px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: 15%;
    top: -65px;
    min-width: 0px;
    margin-right: 60px;
  }
  .lendingarsida .sub-banner.blueRight .banner-image,
  .lendingarsida .sub-banner.redRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .banner-image {
    left: 52%;
  }
  .lendingarsida .sub-banner .banner-image {
    position: relative;
  }
  .lendingarsida .sub-banner .banner-image::before {
    position: absolute;
    top: 72%;
    right: 93.6%;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 25rem;
    width: 6px;
    margin: 0 1rem;
  }
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.redLeft .text-box,
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    top: -65px;
    left: 9.3%;
    min-width: 0px;
  }
  .lendingarsida .sub-banner:last-child {
    margin-bottom: 0px;
  }
  .lendingarsida .sub-banner.sub-banner,
  .lendingarsida .sub-banner.blueRight {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    margin-left: 136px;
    margin-bottom: 0px;
    min-width: 0px;
    left: -11%;
  }
  .lendingarsida .sub-banner .banner-image {
    position: relative;
  }
  .lendingarsida .sub-banner .banner-image::before {
    position: absolute;
    top: 72%;
    right: 93%;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 25rem;
    width: 6px;
    margin: 0 1rem;
  }
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.redLeft .text-box,
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.blueLeft .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    margin-bottom: 0px;
    left: -5.3%;
  }
}
@media (max-width: 768px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: -11%;
  }
  .lendingarsida .sub-banner.blueRight .banner-image,
  .lendingarsida .sub-banner.redRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRight .banner-image,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .banner-image {
    left: 50%;
  }
}
@media (max-width: 560px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: -22%;
  }
}
@media (max-width: 400px) {
  .lendingarsida .sub-banner.blueRight .text-box,
  .lendingarsida .sub-banner.redRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRight .text-box,
  .lendingarsida .sub-banner.bigImgBlueTextRightLow .text-box {
    left: -30%;
  }
}
.sub-banner {
  display: flex;
  position: relative;
  color: #FFFFFF;
  width: 100%;
  min-height: 250px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .sub-banner {
    display: block;
  }
}
.sub-banner:last-child {
  margin-bottom: 100px;
}
.sub-banner:not(:first-child) {
  margin-top: 120px;
}
.sub-banner .banner-image {
  width: 100%;
  height: 0;
  padding-top: 37.64%;
  height: 480px;
  max-width: 847px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .sub-banner .banner-image {
    background-size: cover;
    width: 100vw;
    max-height: 213px;
    padding-top: 56.64%;
    height: 210px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sub-banner .bigImgBlueTextRight {
  margin-top: 0px;
}
.sub-banner .bigImgBlueTextRightLow {
  margin-top: 0px;
}
.sub-banner .text-box {
  min-height: 220px;
  height: fit-content;
  padding-bottom: 10px;
  width: 47%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.sub-banner .text-box a {
  bottom: -21px;
}
.sub-banner .text-box h2 {
  font-weight: 800;
  font-size: 2.875rem;
  word-break: break-word;
  line-height: 1em;
}
@media screen and (max-width: 1200px) {
  .sub-banner .text-box h2 {
    font-size: 2.375rem;
  }
}
.sub-banner .text-box p {
  font-size: 1.125rem;
  margin-top: 36px;
}
@media screen and (max-width: 1200px) {
  .sub-banner .text-box {
    width: 100%;
    position: initial;
  }
}
@media screen and (min-width: 1200px) {
  .sub-banner .text-box {
    min-width: fit-content;
  }
}
.sub-banner.bigImgBlueTextRight .banner-image {
  max-width: none;
}
.sub-banner.bigImgBlueTextRightLow .banner-image {
  max-width: none;
}
.sub-banner.blueRight,
.sub-banner.redRight,
.sub-banner.bigImgBlueTextRight,
.sub-banner.bigImgBlueTextRightLow {
  flex-direction: row-reverse;
}
.sub-banner.blueRight .banner-image,
.sub-banner.redRight .banner-image,
.sub-banner.bigImgBlueTextRight .banner-image,
.sub-banner.bigImgBlueTextRightLow .banner-image {
  background-position-x: right;
}
.sub-banner.blueRight .text-box,
.sub-banner.redRight .text-box,
.sub-banner.bigImgBlueTextRight .text-box,
.sub-banner.bigImgBlueTextRightLow .text-box {
  top: 40px;
  left: 22%;
}
.sub-banner.blueRight .text-box a,
.sub-banner.redRight .text-box a,
.sub-banner.bigImgBlueTextRight .text-box a,
.sub-banner.bigImgBlueTextRightLow .text-box a {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #FFFFFF;
  color: #484B4F;
  position: absolute;
  right: 40px;
}
.sub-banner.blueRight .text-box a .arrow,
.sub-banner.redRight .text-box a .arrow,
.sub-banner.bigImgBlueTextRight .text-box a .arrow,
.sub-banner.bigImgBlueTextRightLow .text-box a .arrow {
  filter: invert();
}
@media screen and (max-width: 1200px) {
  .sub-banner.blueRight .text-box a,
  .sub-banner.redRight .text-box a,
  .sub-banner.bigImgBlueTextRight .text-box a,
  .sub-banner.bigImgBlueTextRightLow .text-box a {
    min-width: fit-content;
    height: 2.688rem;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 108px;
    background: #484B4F;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1200px) {
  .sub-banner.blueRight .text-box,
  .sub-banner.redRight .text-box,
  .sub-banner.bigImgBlueTextRight .text-box,
  .sub-banner.bigImgBlueTextRightLow .text-box {
    left: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .sub-banner.blueRight .text-box,
  .sub-banner.redRight .text-box,
  .sub-banner.bigImgBlueTextRight .text-box,
  .sub-banner.bigImgBlueTextRightLow .text-box {
    width: 100%;
  }
}
.sub-banner.bigImgBlueTextRight .text-box {
  left: 98%;
}
.sub-banner.bigImgBlueTextRightLow .text-box {
  left: 98%;
  align-self: flex-end;
  margin-bottom: 118px;
  background-color: #2A456F;
}
.sub-banner.blueLeft .text-box,
.sub-banner.redLeft .text-box {
  bottom: 40px;
  right: 22%;
  top: 185px;
}
.sub-banner.blueLeft .text-box a,
.sub-banner.redLeft .text-box a {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #484B4F;
  color: #FFFFFF;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .sub-banner.blueLeft .text-box,
  .sub-banner.redLeft .text-box {
    right: 0%;
  }
}
.sub-banner.redLeft .banner-image {
  position: relative;
}
.sub-banner.redLeft .banner-image::before {
  position: absolute;
  top: -10%;
  left: 6%;
  content: "";
  border-left: 6px solid #EE7E7A;
  height: 5rem;
  width: 6px;
  margin: 0 1rem;
}
.sub-banner.redLeft .text-box {
  position: relative;
}
.sub-banner.redLeft .text-box::before {
  position: absolute;
  top: -33%;
  left: -21px;
  content: "";
  border-left: 6px solid #EE7E7A;
  height: 15rem;
  width: 6px;
  margin: 0 1rem;
}
.sub-banner.blueRight .text-box,
.sub-banner.blueLeft .text-box,
.sub-banner.bigImgBlueTextRight .text-box,
.sub-bannerbigImgBlueTextRightLow .text-box {
  background-color: #2A456F;
  position: relative;
}
.sub-banner.redRight .text-box,
.sub-banner.redLeft .text-box {
  background-color: #BA231E;
}
.sub-banner.blueRight .banner-image {
  position: relative;
}
.sub-banner.blueRight .banner-image::before {
  position: absolute;
  top: 90%;
  right: 6%;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 5rem;
  width: 6px;
  margin: 0 1rem;
}
.sub-banner.blueRight .text-box {
  position: relative;
}
.sub-banner.blueRight .text-box::before {
  position: absolute;
  top: 20%;
  left: -21px;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 15rem;
  width: 6px;
  margin: 0 1rem;
}
.sub-banner.bigImgBlueTextRight .text-box {
  position: relative;
}
.sub-banner.bigImgBlueTextRight .text-box::before {
  position: absolute;
  top: 20%;
  right: -21px;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 15rem;
  width: 6px;
  margin: 0 1rem;
}
.sub-banner.bigImgBlueTextRightLow .text-box {
  position: relative;
}
.sub-banner.bigImgBlueTextRightLow .text-box::before {
  position: absolute;
  top: 20%;
  right: -21px;
  content: "";
  border-left: 6px solid #6E83A5;
  height: 15rem;
  width: 6px;
  margin: 0 1rem;
}
@media (max-width: 1400px) {
  .sub-banner.sub-banner,
  .sub-banner.blueRight {
    margin-top: 100px;
  }
  .sub-banner.sub-banner,
  .sub-banner.bigImgBlueTextRight,
  .sub-banner.bigImgBlueTextRightLow {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .sub-banner.redLeft .banner-image {
    position: relative;
  }
  .sub-banner.redLeft .banner-image::before {
    position: absolute;
    top: -9%;
    left: 85%;
    content: "";
    border-left: 6px solid #EE7E7A;
    height: 5rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.blueRight .banner-image {
    position: relative;
  }
  .sub-banner.blueRight .banner-image::before {
    position: absolute;
    top: -9%;
    right: 3%;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 5rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.sub-banner,
  .sub-banner.bigImgBlueTextRight,
  .sub-banner.bigImgBlueTextRightLow {
    margin-top: 0px;
  }
  .sub-banner.blueRight .text-box,
  .sub-banner.blueLeft .text-box,
  .sub-banner.bigImgBlueTextRight .text-box,
  .sub-banner.bigImgBlueTextRightLow .text-box {
    bottom: 40px;
    top: 95px;
    width: 90%;
    top: -100px;
    right: -5%;
    left: 2%;
  }
  .sub-banner.bigImgBlueTextRight .banner-image,
  .sub-banner.bigImgBlueTextRightLow .banner-image {
    max-width: none;
    transform: none;
  }
  .sub-banner.bigImgBlueTextRight .text-box,
  .sub-banner.bigImgBlueTextRightLow .text-box {
    width: 60%;
  }
  .sub-banner.redRight .text-box,
  .sub-banner.redLeft .text-box {
    bottom: 40px;
    top: 95px;
    width: 90%;
    top: -100px;
    right: -2%;
  }
}
@media (max-width: 991px) {
  .sub-banner.redLeft .banner-image {
    position: relative;
  }
  .sub-banner.redLeft .banner-image::before {
    position: absolute;
    top: -15%;
    left: 85%;
    content: "";
    border-left: 6px solid #EE7E7A;
    height: 5rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.redLeft .text-box {
    position: relative;
  }
  .sub-banner.redLeft .text-box::before {
    position: absolute;
    top: -35%;
    left: -22px;
    content: "";
    border-left: 6px solid #EE7E7A;
    height: 15rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.blueRight .banner-image {
    position: relative;
  }
  .sub-banner.blueRight .banner-image::before {
    position: absolute;
    top: -15%;
    right: 3%;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 5rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.blueRight .text-box {
    position: relative;
    top: -40px;
  }
  .sub-banner.blueRight .text-box::before {
    position: absolute;
    top: 0%;
    left: -22px;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 15rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.blueRight .text-box,
  .sub-banner.blueLeft .text-box,
  .sub-banner.bigImgBlueTextRight .text-box {
    bottom: 40px;
    top: 95px;
    width: 90%;
    top: -50px;
    right: -5%;
    left: 6%;
  }
  .sub-banner.bigImgBlueTextRight .text-box {
    position: relative;
    width: 86%;
  }
  .sub-banner.bigImgBlueTextRight .text-box::before {
    position: absolute;
    top: 20%;
    right: -21px;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 15rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.bigImgBlueTextRightLow .text-box {
    position: relative;
    width: 86%;
  }
  .sub-banner.bigImgBlueTextRightLow .text-box::before {
    position: absolute;
    top: 20%;
    right: -21px;
    content: "";
    border-left: 6px solid #6E83A5;
    height: 15rem;
    width: 6px;
    margin: 0 1rem;
  }
  .sub-banner.redRight .text-box,
  .sub-banner.redLeft .text-box {
    bottom: 40px;
    top: 95px;
    width: 90%;
    top: -10px;
    right: -5%;
  }
}
/*
	Frontpage Shortcuts
*/
.shortcuts {
  padding: 2rem 1rem 2rem 1rem;
  margin-right: 0px;
  justify-content: space-between;
}
.shortcuts .shortcut {
  text-decoration: none;
}
.shortcuts .shortcut h2 {
  font-size: 1.25rem;
  color: #2A456F;
  text-align: center;
  font-weight: bold;
  width: 100%;
  line-height: 30px;
}
.shortcuts .shortcut .icon {
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  margin-bottom: 13px;
}
@media screen and (max-width: 40em) {
  .shortcuts .shortcut {
    padding-top: 40px;
  }
}
.media-corner .media-corner-item {
  vertical-align: top;
  text-align: center;
  min-height: 220px;
  padding-top: 20px;
}
.media-corner .media-corner-item img {
  height: 156px;
  object-fit: contain;
}
.media-corner .media-corner-item .title-img {
  display: block;
  height: 44px;
  font-family: proxima-nova;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  padding-top: 5px;
  text-align: left;
}
@media (max-width: 1000px) {
  .media-corner .media-corner-item .title-img {
    text-align: center;
  }
}
.media-corner .media-corner-item:hover {
  background-color: #F3F3F3;
}
.notifications {
  flex-direction: column;
}
.notifications h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F14;
  border-bottom: 2px solid #BA231E;
}
.notifications .notifications-see-all {
  width: auto;
  align-self: end;
  display: flex;
}
.notifications .notifications-see-all .arrow-right {
  background: url('../images/icons/down-arrow.svg') no-repeat 0 0;
  width: 12px;
  height: 6px;
  background-size: cover;
  margin-top: 6px;
  margin-left: 6px;
  transform: rotate(270deg);
}
.notifications .notifications-see-all a.notifications-all {
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #2A456F;
  text-decoration: none;
  margin-bottom: 16px;
}
.notifications .notifications-item .location-code {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #BA231E;
}
.notifications .notifications-item .date-of-incident {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2A456F;
}
.notifications .notifications-item .notifications-item-short {
  font-size: 15px;
  line-height: 22px;
  color: #001436;
}
.employees .search {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .employees .search label {
    width: 20%;
    font-weight: 600;
    align-self: center;
  }
  .employees .search input {
    width: 80%;
    border-radius: initial;
    border: 1.5px solid #2A456F;
  }
}
.employees .table-responsive {
  padding-top: 40px;
}
.employees .table-responsive table tbody tr td:last-child {
  width: 121px;
}
.employees.board {
  padding-top: 40px;
}
.employees.board h2,
.employees.board h3 {
  color: #2A456F;
  font-weight: 700;
}
.employees.board h2 {
  line-height: 2.25rem;
  font-size: 1.5rem;
}
.employees.board h3 {
  font-size: 1.125rem;
}
.employees.board p {
  font-size: 0.938rem;
  line-height: 1.406rem;
}
.employees.board .employee {
  padding-top: 40px;
  justify-content: space-around;
}
.employees.board .employee figure {
  margin-bottom: 0px;
}
.employees.board .employee figure img {
  max-width: 181px;
}
.employees.board .employee figure {
  width: 181px;
  padding-bottom: 16px;
}
.employees.board .employee:nth-child(odd) figure {
  width: 181px;
  position: relative;
}
.employees.board .employee:nth-child(odd) figure::before {
  position: absolute;
  top: -6%;
  left: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 5rem;
  width: 6px;
  margin: 0 1rem;
}
.employees.board .employee:nth-child(even) figure {
  width: 181px;
  position: relative;
}
.employees.board .employee:nth-child(even) figure::before {
  position: absolute;
  top: -6%;
  right: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 5rem;
  width: 6px;
  margin: 0 1rem;
}
.contact-emp-modal {
  display: block;
}
.contact-emp-modal .modal-dialog .modal-content .modal-header {
  color: #2A456F;
  font-weight: bold;
}
.contact-emp-modal .modal-dialog .modal-content .modal-body form .validation-message {
  padding-bottom: 13px;
}
.contact-emp-modal .modal-dialog .modal-content .modal-body .success-message {
  padding-bottom: 13px;
}
.videos .filter {
  display: flex;
}
.videos .filter > div {
  padding-left: 0px;
}
@media (max-width: 1399px) {
  .videos .filter > div {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .videos .filter > div:first-child {
    width: 100%;
  }
  .videos .filter > div:not(:first-child) {
    width: 50%;
    padding-top: 16px;
  }
}
.videos .filter .full-search {
  width: 63.5%;
}
.videos .filter .full-search input::placeholder {
  margin-left: 10px;
  color: #CECFD0;
}
.videos .filter .select {
  min-width: 9.333%;
  color: #2A456F;
}
.videos .filter input,
.videos .filter select,
.videos .filter input:focus,
.videos .filter select:focus {
  height: 31px;
  width: 100%;
  border-color: #2A456F;
  border-radius: 0px;
  padding-left: 10px;
  border: 1.5px solid;
}
.videos .filter button {
  height: 31px;
  max-width: fit-content;
}
.videos .filter button .btn-blue span {
  left: 8px;
}
.videos .filter button.btn-light-gray {
  border: none;
}
@media (max-width: 1399px) {
  .videos .video-list {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .videos .video-list {
    justify-content: center;
  }
}
.videos .video-list .video {
  padding-top: 40px;
  position: relative;
  max-width: 16.875rem;
  padding-left: 0px;
  padding-right: 0px;
}
.videos .video-list .video::before {
  position: absolute;
  top: 35%;
  left: -6%;
  content: "";
  border-left: 6px solid #BA231E;
  height: 7.5rem;
  width: 6px;
  margin: 0 1rem;
}
@media (min-width: 1400px) {
  .videos .video-list .video:not(:nth-child(3n)) {
    margin-right: 33px;
  }
}
@media screen and (max-width: 768px) {
  .videos .video-list .video {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.videos .video-list .video figure {
  margin: 0px;
  max-height: 9.375rem;
}
.videos .video-list .video .info {
  padding-left: 0.75rem;
  padding-top: 1rem;
  min-height: 13.813rem;
}
.videos .video-list .video .info p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.938rem;
}
.videos .video-list .video .info p.date {
  margin-bottom: 0px;
}
.videos .video-list .video .info h3 {
  margin-bottom: 0px;
}
.videos .video-list .video:hover,
.videos .video-list .video:focus {
  cursor: pointer;
}
.videos .video-list .video:hover .info,
.videos .video-list .video:focus .info {
  background-color: #F3F3F3;
}
.videos .video-list .video .video .info {
  padding: 0.938rem 0.875rem 0px 0.938rem;
  min-height: 16.875rem;
}
.videos .video-list .video .video .info h2 {
  color: #2A456F;
}
.videos .video-modal {
  max-width: 49.063rem;
  max-height: 37.05rem;
  color: #FFFFFF;
  top: 20vh;
  left: 25vw;
  display: none;
  background-color: #2A456F;
}
@media screen and (max-width: 40em) {
  .videos .video-modal {
    top: 0;
    left: 0;
    flex-direction: row-reverse;
    max-height: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .videos .video-modal .controls,
  .videos .video-modal .video {
    padding-top: 40px;
  }
}
.videos .video-modal .video-player {
  height: 62%;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .videos .video-modal .video-player:not(.youtube) {
    height: 36%;
    padding-top: 0.625rem;
    padding-left: 0.75rem;
  }
}
.videos .video-modal .video-player.youtube {
  padding-left: 40px;
}
@media screen and (max-width: 40em) {
  .videos .video-modal .video-player.youtube {
    padding-left: 0.75rem;
    height: 45%;
  }
}
.videos .video-modal .info {
  padding-left: 40px;
}
@media screen and (max-width: 40em) {
  .videos .video-modal .info {
    padding-left: 0.75rem;
  }
}
.videos .video-modal .info p {
  font-size: 1.125rem;
}
.videos .video-modal .info p.date {
  font-size: 0.938rem;
  margin-bottom: 0px;
}
.videos .video-modal .info h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 0;
}
.videos .video-modal .controls {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 40em) {
  .videos .video-modal .controls {
    padding-left: 1.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 40em) {
  .videos .video-modal .controls {
    flex-direction: row;
    justify-content: space-between;
  }
}
.videos .video-modal .controls .close {
  padding-bottom: 1.5rem;
}
.videos .video-modal .controls .next {
  padding-bottom: 1.5rem;
}
.videos .video-modal .controls .close:hover,
.videos .video-modal .controls .next:hover,
.videos .video-modal .controls .last:hover {
  cursor: pointer;
}
.notification-container .row.open {
  background-color: #F3F3F3;
}
.notification-container .row .shortDescr {
  padding-top: 10px;
}
.notification-container .row .arrowForLongdescr {
  padding-top: 15px;
}
.notification-container .row .contentContainer {
  display: none;
}
.notification-container .row .contentContainer ul {
  list-style: none;
  padding-left: 0px;
}
.notification-container .row .contentContainer.open {
  display: block;
}
.notification-container .row .dateContainer {
  font-size: 15px;
  line-height: 150%;
  padding-left: 5px;
  color: #2A456F;
  padding-top: 15px;
  padding-left: 12px;
  white-space: nowrap;
}
.notification-container .row .justify-content-between {
  flex-grow: 1;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #2A456F;
}
.notification-container .row .accordion-arrow {
  margin: unset;
}
.notification-container .row li {
  padding-top: 5px;
}
.projects {
  font-family: proxima-nova;
}
.projects .filter {
  margin-bottom: 40px;
}
.projects .filter .filter-by-status {
  min-height: 70px;
}
.projects .filter .filter-by-status .red {
  font-weight: bold;
  color: #BA231E;
}
.projects .filter .filter-by-status .states {
  line-height: 50px;
}
.projects .filter .filter-by-status .states a {
  white-space: nowrap;
}
.projects .filter .filter-by-status .states .red-line {
  position: relative;
  width: 2px;
  min-height: 97px;
  background: #BA231E;
  right: -486px;
  top: -28px;
}
@media (min-width: 768px) {
  .projects .filter .filter-by-status .states {
    position: relative;
  }
  .projects .filter .filter-by-status .states::before {
    position: absolute;
    bottom: -50px;
    right: -6px;
    content: "";
    border-left: 6px solid #BA231E;
    height: 97px;
    width: 6px;
    margin: 0 1rem;
  }
}
.projects .filter .filter-by-status .states a {
  background: #FFFFFF;
  border: 1px solid #2A456F;
  box-sizing: border-box;
  padding: 4px 8px;
  color: #2A456F;
  text-decoration: none;
  cursor: pointer;
  margin: 4px;
}
.projects .filter .filter-by-status .states a.selected {
  background: #2A456F;
  color: white;
}
.projects .filter .filter-by-location .red {
  font-weight: bold;
  color: #BA231E;
}
.projects .filter .filter-by-location .locations {
  line-height: 50px;
  padding-bottom: 50px;
}
.projects .filter .filter-by-location .locations a {
  background: #FFFFFF;
  border: 1px solid #2A456F;
  box-sizing: border-box;
  padding: 4px 8px;
  color: #2A456F;
  text-decoration: none;
  cursor: pointer;
  margin: 4px;
  margin-bottom: 25px !important;
}
.projects .filter .filter-by-location .locations a.selected {
  background: #2A456F;
  color: white;
}
.projects-list {
  font-family: proxima-nova;
  font-style: normal;
}
.projects-list .project-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
  position: relative;
}
.projects-list .project-box::before {
  position: absolute;
  bottom: 10px;
  right: -4px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 97px;
  width: 6px;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .projects-list .project-box .project-box-image {
    max-height: 207px;
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  .projects-list .project-box .project-box-image {
    width: 300px;
    height: 207px;
    object-fit: cover;
  }
}
.projects-list .project-box .project-box-details {
  height: 73px;
  flex-direction: column;
  display: flex;
  margin: 8px 16px;
  margin-bottom: 10px;
}
.projects-list .project-box .project-box-details .bold {
  font-weigth: bold;
}
.projects-list .project-box .project-box-details .title {
  /* Landsnet / Heading / H5 */
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1em;
  cursor: pointer;
  text-decoration: none;
  color: #2A456F;
}
.projects-list .project-box .project-box-details .project-box-details-info {
  display: flex;
  align-items: center;
}
.projects-list .project-box .project-box-details .project-box-details-info .project-box-details-status {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #0B0F14;
  padding-right: 16px;
}
.projects-list .project-box .project-box-details .project-box-details-info .project-box-details-status .preparation {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #FABE4B;
}
.projects-list .project-box .project-box-details .project-box-details-info .project-box-details-status .finished {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #001436;
}
.projects-list .project-box .project-box-details .project-box-details-info .project-box-details-status .inprogress {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #B5C749;
}
.projects-list .project-box .project-box-details .project-box-details-info .project-box-location {
  /* Landsnet / Paragraph / P2 */
  margin-bottom: 0px;
  font-size: 15px;
  /* identical to box height, or 150% */
  /* Landsnet / Grár / 600 */
  color: #0B0F14;
}
.project-container .texti {
  margin-bottom: 40px;
}
.project-container .vefsja {
  width: 700px;
  height: 500px;
  padding-bottom: 50px;
}
@media (max-width: 1415px) {
  .project-container .vefsja {
    width: 100%;
    height: 500px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .project-container .vefsja {
    width: 100%;
    height: 300px;
    padding-bottom: 50px;
  }
}
.project-container .project .project-item .project-item-content {
  max-width: 650px;
}
.project-container .project .project-item .project-item-content .picture .project-box-image {
  width: 650px;
  height: 400px;
}
.project-container .project .project-item .project-item-content-body {
  margin-top: 30px;
  font-size: 18px;
}
.project-container .project-contact .title {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2A456F;
}
.project-container .project-navigation {
  position: relative;
  max-width: fit-content;
}
.project-container .project-navigation::before {
  position: absolute;
  top: -10px;
  right: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 126px;
  width: 6px;
  margin: 0 1rem;
}
.project-container .project-navigation h2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.project-container .project-navigation ul {
  padding-left: 8px;
  margin-bottom: 0px;
}
.project-container .project-navigation ul li a {
  list-style: none;
  cursor: pointer;
}
.project-container .project-navigation .back-button a {
  line-height: 1.1em;
}
.project-container .project-navigation .project-navigation-details-status {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #0B0F14;
  padding-right: 16px;
}
.project-container .project-navigation .project-navigation-details-status .preparation {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #FABE4B;
}
.project-container .project-navigation .project-navigation-details-status .finished {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #001436;
}
.project-container .project-navigation .project-navigation-details-status .inprogress {
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #B5C749;
}
.project-container .project-navigation a.back-button {
  float: left;
}
.project-container .samrad {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #2A456F;
}
.project-container ul {
  margin-top: 8px;
  list-style: none;
}
@media screen and (max-width: 40em) {
  .project-container ul {
    padding-left: 0px;
  }
}
.project-container ul li {
  padding-bottom: 8px;
}
.project-container ul .accordion {
  cursor: pointer;
  width: 100%;
  min-height: 40px;
  font-weight: 600;
  color: #2A456F;
}
.project-container ul .accordion div {
  width: 100%;
}
@media screen and (max-width: 40em) {
  .project-container ul .accordion div {
    width: 88%;
  }
}
.project-container ul .assets {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.7s;
  padding-left: 0px;
  margin-top: 8px;
}
.project-container ul .assets.open {
  height: fit-content;
  min-height: fit-content;
  max-height: fit-content;
}
.project-container ul .assets li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .project-container ul .assets li {
    display: block;
  }
}
.project-container ul .assets li:hover {
  background-color: #F3F3F3;
}
.project-container ul .assets li .file-name {
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 6px;
  line-height: 22.5px;
}
.project-container ul .assets li .buttons {
  padding-top: 4px;
  padding-bottom: 8px;
  margin-right: 50px;
}
.project-container ul .assets li .buttons a {
  margin-right: 8px;
}
.project-container ul .assets li .buttons a,
.project-container ul .assets li .buttons button {
  height: 31px;
  width: 91px;
  background-color: rgba(0, 0, 0, 0);
}
.project-container ul .assets li .buttons a:hover,
.project-container ul .assets li .buttons button:hover,
.project-container ul .assets li .buttons a:focus,
.project-container ul .assets li .buttons button:focus {
  color: #FFFFFF;
  background-color: #2A456F;
  transition: all 0.3s;
}
.articles {
  font-family: proxima-nova;
  font-style: normal;
  margin-left: 32px;
  margin-top: 20px;
}
.articles .article {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.articles .article .article-image .image {
  width: 200px;
  background-image: url(/library/?itemid=e191c033-77ee-4505-99b9-5059b0f7b87f);
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles .article .article-body {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.articles .article .article-body .article-body-date {
  font-size: 15px;
  line-height: 22px;
  color: #0B0F14;
}
.articles .article .article-body .article-body-date p {
  margin-bottom: 0px;
}
.articles .article .article-body .article-body-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2A456F;
}
.articles .article .article-body .article-body-header p {
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .articles .article {
    display: flex;
    flex-direction: column;
  }
  .articles .article .article-image {
    margin-bottom: 10px;
  }
  .articles .article .article-body {
    margin-left: 0px;
  }
}
.anchor-megamenu {
  width: 100vw;
  top: 0;
  height: 100vh;
  background-color: #FFFFFF;
  display: flex;
  z-index: 9999;
  position: fixed;
  left: 97%;
  transition: left 650ms ease-in;
}
.anchor-megamenu .doc:hover {
  color: #A11E1A;
}
.anchor-megamenu .annualreport {
  margin-top: -175px;
}
.anchor-megamenu .navigation-content {
  width: 95vw;
  padding: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.anchor-megamenu .navigation-content::-webkit-scrollbar {
  display: none;
}
.anchor-megamenu .navigation-content .h3 {
  font-size: 19px;
  color: #BA231E;
}
.anchor-megamenu .navigation-content .h4 {
  font-size: 18px;
  line-height: 0px;
}
.anchor-megamenu .navigation-content .col-md-6 .row :nth-child(6) ul li:last-child .doc {
  margin-top: 20px;
  font-size: 19px;
  color: #BA231E;
}
.anchor-megamenu .navigation-content ul {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}
.anchor-megamenu .navigation-content ul li a:hover {
  text-decoration: underline;
}
.anchor-megamenu.open {
  left: 0;
  transition: left 650ms ease-in;
}
.anchor-megamenu .side-button {
  height: 100%;
}
.anchor-megamenu .side-button button {
  height: 100%;
  background-color: #BA231E;
  font-size: 24px;
  width: 60px;
  color: white;
  border: none;
}
.anchor-megamenu .side-button button .turn-text {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .anchor-megamenu {
    left: 0px;
    width: 100vw;
    flex-direction: column;
    top: 95%;
    transition: top 650ms ease-in;
  }
  .anchor-megamenu .navigation-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .anchor-megamenu .navigation-content::-webkit-scrollbar {
    display: none;
  }
  .anchor-megamenu.open {
    top: 0;
    transition: top 650ms ease-in;
  }
  .anchor-megamenu .side-button {
    width: 100vw;
  }
  .anchor-megamenu .side-button button {
    width: 100%;
    height: 40px;
  }
  .anchor-megamenu .side-button button .turn-text {
    transform: rotate(0deg);
  }
}
@media (min-width: 1400px) {
  .anchor-menu {
    position: fixed !important;
    top: 200px;
  }
}
.attachment-list {
  font-family: proxima-nova;
  font-style: normal;
  padding: 60px;
  height: auto;
  background-color: #F3F3F3;
  position: relative;
  min-height: 420px;
}
.attachment-list::before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 280px;
  width: 6px;
  margin: 0 1rem;
}
.attachment-list .see-all {
  position: absolute;
  right: 81px;
  bottom: -16px;
  width: 100px;
  background: #BA231E;
  padding: 8px 16px;
}
.attachment-list .see-all a {
  text-decoration: none;
  color: white;
}
.attachment-list .see-all .arrow {
  position: absolute;
  right: -60px;
  top: 12px;
}
.attachment-list .list-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  color: #BA231E;
}
.attachment-list .attachment-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.attachment-list .attachment-item.white-border-bottom {
  border-bottom: 2px solid white;
}
.attachment-list .attachment-item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #BA231E;
  text-decoration: none;
}
.attachment-list .attachment-item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F14;
  padding-bottom: 20px;
  margin-left: 20px;
}
.link-list-container {
  max-width: 613px;
  color: #2A456F;
}
.link-list-container:not(:last-child) {
  padding-bottom: 40px;
}
.link-list-container h2 {
  border-bottom: 2px solid #BA231E;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.link-list-container ul {
  margin-bottom: 0px;
}
.link-list-container ul li {
  display: flex;
  font-weight: bold;
}
.link-list-container ul li .description {
  line-height: inherit;
  padding-right: 16px;
}
.side-menu {
  width: 191px;
  margin-left: 152px;
  line-height: 20px;
  position: relative;
}
.side-menu::before {
  position: absolute;
  top: 70%;
  right: -28px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 110px;
  width: 6px;
  margin: 0 1rem;
}
.side-menu h2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.side-menu ul {
  padding-left: 8px;
}
.side-menu ul li {
  min-height: 33px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.side-menu ul li:not(:first-child) {
  padding-top: 6px;
}
.side-menu ul li span {
  cursor: pointer;
}
.side-menu ul li a {
  width: 155px;
}
.side-menu ul .sub-menu {
  max-height: 0px;
  margin-top: 6px;
  overflow: hidden;
  background-color: #F3F3F3;
  transition: max-height 0.7s;
  width: fit-content;
}
.side-menu ul .sub-menu .nav-item {
  height: fit-content;
  align-items: center;
}
.side-menu ul .sub-menu.open {
  height: fit-content;
  min-height: fit-content;
  max-height: 400px;
  overflow: auto;
  width: fit-content;
}
.side-menu ul .sub-menu li {
  padding: 4px;
}
.side-menu ul .sub-menu li a {
  min-width: fit-content;
}
.side-menu ul .sub-menu li:not(:first-child) {
  padding-top: 0px;
}
.lykiltolur table tbody {
  width: 100%;
}
.lykiltolur table tbody tr {
  height: 45px;
}
.lykiltolur table tbody tr:hover {
  background-color: none;
}
.lykiltolur table tbody tr:not(.gray-line):not(.remove-border) {
  border-bottom: 1px solid #F3F3F3;
}
.lykiltolur table tbody tr.gray-line {
  height: 0px;
  position: relative;
}
.lykiltolur table tbody tr.gray-line:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #CECFD0;
  position: absolute;
  top: 50%;
}
.lykiltolur table tbody tr.gray-line td:first-child {
  display: none;
}
.lykiltolur table tbody tr.gray-line td:not(first-child) {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .side-list {
    margin-top: 45px;
  }
}
.side-list .fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.side-list .link-arrow {
  right: -3px;
}
.side-list .title h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #BA231E;
}
.side-list .list {
  color: #2A456F;
  line-height: 22.5px;
}
.side-list .list .h6 {
  text-transform: uppercase;
}
.side-list .list .title {
  padding-top: 16px;
}
.side-list .list .boxes {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.side-list .list .preparation {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #FABE4B;
}
.side-list .list .inprogress {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #B5C749;
}
.side-list .list a {
  width: 100%;
}
.side-list .list a .link-arrow {
  margin-right: 0;
}
@media (max-width: 991px) {
  .power-transmission-container .power-transmission-info {
    margin-top: 45px;
  }
}
.power-transmission-container .power-transmission-info .fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.power-transmission-container .power-transmission-info .link-arrow {
  right: -3px;
}
.power-transmission-container .power-transmission-info .title h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #BA231E;
}
.power-transmission-container .power-transmission-info .list {
  color: #2A456F;
  line-height: 22.5px;
}
.power-transmission-container .power-transmission-info .list .h6 {
  text-transform: uppercase;
}
.power-transmission-container .power-transmission-info .list .title {
  padding-top: 16px;
}
.power-transmission-container .power-transmission-info .list .boxes {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.power-transmission-container .power-transmission-info .list .preparation {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #FABE4B;
}
.power-transmission-container .power-transmission-info .list .inprogress {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #B5C749;
}
.power-transmission-container .power-transmission-info .list a {
  width: 100%;
}
.power-transmission-container .power-transmission-info .list a .link-arrow {
  margin-right: 0;
}
.power-transmission-container .power-transmission-info .sub {
  margin-left: 10px;
}
.power-transmission-container .power-transmission-info .last-checked:not(.hidden) {
  display: grid;
}
.power-transmission-container .power-transmission-info .list .full-power {
  margin-bottom: 8px;
}
.power-transmission-container .power-transmission-info .list .link-arrow {
  display: grid;
}
.power-transmission-container .power-transmission-info .list .buttons {
  display: grid;
  margin-top: 8px;
}
.power-transmission-container .power-transmission-info .list .buttons button {
  width: 100%;
  height: 31px;
  margin-top: 8px;
}
.power-transmission-container .power-transmission-info .list .buttons button.btn-white {
  border: 1px solid #2A456F;
}
.power-transmission-container .power-transmission-info .list ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 13px;
}
.power-transmission-container .power-transmission-info .list ul.formatted li .info {
  text-align: left;
}
.power-transmission-container .power-transmission-info .list ul li {
  margin-top: 8px;
}
.power-transmission-container .power-transmission-info .list ul li .info {
  text-align: right;
  width: 52px;
  margin-right: 9px;
}
.power-transmission-container .power-transmission-info .list ul li .line {
  width: 122px;
  height: 3px;
  margin-top: 9px;
}
.power-transmission-container .power-transmission-info .list ul li .blue {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #3C9BB9;
}
.power-transmission-container .power-transmission-info .list ul li .dark-blue {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #2A456F;
}
.power-transmission-container .power-transmission-info .list ul li .red {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #D42822;
}
.power-transmission-container .power-transmission-info .list ul li .dark-red {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #871A16;
}
.power-transmission-container .power-transmission-info .list ul li .green {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #B5C749;
}
.power-transmission-container .power-transmission-info .list ul li .yellow {
  width: 122px;
  height: 3px;
  margin-top: 9px;
  background-color: #FABE4B;
}
.power-transmission-container .power-transmission-info .list ul li .box {
  width: 16px;
  height: 16px;
  margin-right: 26px;
  margin-left: 18px;
  background-color: #2A456F;
}
.power-transmission-container .power-transmission-info .list ul li .circle {
  width: 16px;
  height: 16px;
  margin-right: 26px;
  margin-left: 18px;
  background-color: #2A456F;
  border-radius: 100px;
}
.power-transmission-container svg {
  width: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .power-transmission-container svg {
    height: 100%;
  }
}
.power-transmission-container svg g.hover-popup .popup {
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.power-transmission-container svg g.hover-popup .popup .upper-text {
  font-weight: 700;
  font-size: 15px;
}
.power-transmission-container svg g.hover-popup .popup .lower-text {
  font-size: 12px;
}
.power-transmission-container svg g.hover-popup:hover .popup {
  overflow: visible;
  transition: opacity 0.3s;
  opacity: 100;
  visibility: visible;
}
@media (max-width: 991px) {
  .construction-container .constructions-list {
    margin-top: 45px;
  }
}
.construction-container .constructions-list .fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.construction-container .constructions-list .link-arrow {
  right: -3px;
}
.construction-container .constructions-list .title h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #BA231E;
}
.construction-container .constructions-list .list {
  color: #2A456F;
  line-height: 22.5px;
}
.construction-container .constructions-list .list .h6 {
  text-transform: uppercase;
}
.construction-container .constructions-list .list .title {
  padding-top: 16px;
}
.construction-container .constructions-list .list .boxes {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.construction-container .constructions-list .list .preparation {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #FABE4B;
}
.construction-container .constructions-list .list .inprogress {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #B5C749;
}
.construction-container .constructions-list .list a {
  width: 100%;
}
.construction-container .constructions-list .list a .link-arrow {
  margin-right: 0;
}
.construction-container .Construction-map svg {
  width: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .construction-container .Construction-map svg {
    height: 100%;
  }
}
.construction-container .Construction-map svg .pointer {
  fill: #FFFFFF;
  transition: all 0.5s;
}
.construction-container .Construction-map svg .pointer:hover {
  cursor: pointer;
}
.construction-container .Construction-map svg .pointer.active {
  fill: #2A456F;
  stroke: #2A456F;
  transition: all 0.5s;
}
.construction-container .Construction-map svg .number {
  fill: #2A456F;
  font-weight: bold;
}
.announcements {
  cursor: pointer;
}
@media (max-width: 991px) {
  .announcement-map-container .announcement-info {
    margin-top: 45px;
  }
}
.announcement-map-container .announcement-info .fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.announcement-map-container .announcement-info .link-arrow {
  right: -3px;
}
.announcement-map-container .announcement-info .title h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #BA231E;
}
.announcement-map-container .announcement-info .list {
  color: #2A456F;
  line-height: 22.5px;
}
.announcement-map-container .announcement-info .list .h6 {
  text-transform: uppercase;
}
.announcement-map-container .announcement-info .list .title {
  padding-top: 16px;
}
.announcement-map-container .announcement-info .list .boxes {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.announcement-map-container .announcement-info .list .preparation {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #FABE4B;
}
.announcement-map-container .announcement-info .list .inprogress {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #B5C749;
}
.announcement-map-container .announcement-info .list a {
  width: 100%;
}
.announcement-map-container .announcement-info .list a .link-arrow {
  margin-right: 0;
}
.announcement-map-container .announcement-info .list ul {
  list-style: none;
  padding-left: 0px;
}
.announcement-map-container .announcement-info .list ul li {
  position: relative;
}
.announcement-map-container .announcement-info .list ul li:not(:first-child) {
  margin-top: 16px;
}
.announcement-map-container .announcement-info .list ul li:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  background-color: #F3F3F3;
}
.announcement-map-container .announcement-info .list ul li .location-code {
  padding-right: 8px;
}
.announcement-map-container .announcement-info .list ul li .description {
  font-size: 15px;
  max-width: 289px;
  margin-top: 3px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
}
.announcement-map-container .announcement-info .list ul li .description.fade-out::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  /* Set the height of the fade-out */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
.announcement-map-container svg {
  width: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .announcement-map-container svg {
    height: 100%;
  }
}
.announcement-map-container svg g.hover-popup .popup {
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.announcement-map-container svg g.hover-popup .popup rect,
.announcement-map-container svg g.hover-popup .popup path {
  fill: #2A456F;
}
.announcement-map-container svg g.hover-popup .popup .upper-text {
  font-weight: 700;
  font-size: 15px;
}
.announcement-map-container svg g.hover-popup .popup .lower-text {
  font-size: 12px;
}
.announcement-map-container svg g.hover-popup:hover .popup,
.announcement-map-container svg g.hover-popup:focus .popup,
.announcement-map-container svg g.hover-popup.active .popup {
  overflow: visible;
  transition: opacity 0.3s;
  opacity: 100;
  visibility: visible;
}
.announcement-map-container svg path:not(.iceland) {
  fill: #2A456F;
  stroke: #2A456F;
}
.announcement-map-container svg path:not(.iceland):hover {
  fill: #BA231E;
  stroke: #BA231E;
}
.announcement-map-container svg .highlight {
  fill: #BA231E !important;
  stroke: #BA231E !important;
}
.gear {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.gear {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotation 2s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#popup {
  font-weight: bold;
  background: #2A456F;
  color: #fff;
  transition: opacity 0.3s;
  padding: 0 15px;
  z-index: 1;
}
#popup #popup-content-name {
  font-weight: 700;
  font-size: 15px;
}
#popup #popup-content-id {
  margin-top: -10px;
  font-size: 12px;
}
#map-container {
  position: relative;
}
.marker {
  position: absolute;
  background: #2A456F;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 12px;
}
.marker:after {
  border-top: 3px solid #2A456F;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}
.marker.sw:after {
  left: -6px;
  bottom: -15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.marker.e:after {
  right: -13px;
  top: 50%;
}
.marker.w:after {
  left: -13px;
  top: 50%;
}
.marker.vsv:after {
  bottom: -10px;
  left: 10%;
  transform: rotate(128deg);
  -webkit-transform: rotate(128deg);
  -moz-transform: rotate(128deg);
  -ms-transform: rotate(128deg);
}
.marker.nw:after {
  left: -13px;
  top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.marker.ne:after {
  right: -13px;
  top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.marker-by-snid {
  background: #666666;
}
#map_faded {
  position: absolute;
  bottom: 124px;
  margin-left: 0;
  display: block;
  pointer-events: none;
}
#map_faded g {
  display: block !important;
}
.news .news-item .title-wrapper {
  display: inline-block;
}
.news .news-item .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  color: #2A456F;
  margin-bottom: 0;
}
.news .news-item .divider {
  width: 100%;
  height: 2px;
  color: #BA231E;
  opacity: 1;
  margin: 0;
}
.news .news-item .date {
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #0B0F14;
}
.news .news-item .news-header {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  /* Landsnet / Rauður / 400 */
  color: #BA231E;
}
.news .news-item .abstract-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 3px;
  color: #5A5A5A;
  margin-bottom: 3rem;
}
.news .news-item .news-item-content {
  padding-left: 40px;
}
.news .news-item .news-item-content .news-item-content-body {
  margin-top: 46px;
}
.news .news-item .news-item-content .news-item-content-body h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #BA231E;
}
.news .news-item .news-item-content .news-box-image {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  margin-bottom: 15px;
}
.news .news-item .news-item-content .byline {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #0B0F14;
}
.news .news-item .news-item-content .byline p {
  margin-bottom: 0;
}
.news .news-item .news-item-content .epilogue {
  font-style: italic;
}
.news .back-button {
  display: grid;
  justify-content: end;
  float: right;
  position: relative;
  text-align: end;
  cursor: pointer;
  padding-left: 15px;
}
.news .back-button:after {
  margin-top: -21px;
  margin-left: -15px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/_content/Application.Theme/images/icons/down-arrow.svg");
  transform: rotate(90deg);
}
.news-frontpage {
  font-family: proxima-nova;
  font-style: normal;
  padding: 60px;
  height: auto;
  background-color: #F3F3F3;
  position: relative;
  margin-bottom: 30px;
}
.news-frontpage::before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  border-left: 6px solid #2A456F;
  height: 280px;
  width: 6px;
  margin: 0 1rem;
}
.news-frontpage .news-header {
  color: #2A456F;
  font-weight: 700;
  margin-left: -20px;
}
.news-frontpage .see-all {
  position: absolute;
  right: 81px;
  bottom: -16px;
  width: 140px;
  background: #2A456F;
  padding: 8px 16px;
}
.news-frontpage .see-all .see-all-text {
  text-decoration: none;
  color: white;
}
.news-frontpage .see-all .arrow {
  position: absolute;
  right: -100px;
  top: 12px;
}
.news-frontpage .news-item {
  height: fit-content;
}
.news-frontpage .news-item.white-border-bottom {
  border-bottom: 2px solid white;
}
.news-frontpage .news-item p {
  padding-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2A456F;
}
.news-frontpage .news-item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F14;
  padding-bottom: 20px;
  margin-left: 20px;
  display: block;
  /* Fixes styling on TextProcessor */
}
.news-frontpage .news-item a > * > p {
  padding-top: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  color: inherit !important;
}
.pagination a {
  color: #2A456F;
}
.pagination a:hover {
  color: #2A456F;
}
.news-list {
  color: #2A456F;
}
.news-list .news-list-filter {
  margin-bottom: 48px;
  font-size: 15px;
}
.news-list .news-list-filter .stringsearch {
  width: 387px;
  padding: 0px;
}
.news-list .news-list-filter .datepicker {
  width: 141px;
  padding: 0px;
  margin-left: 10px;
}
.news-list .news-list-filter .datepicker input {
  width: 100%;
}
.news-list .news-list-filter .clean-btn {
  width: 83px;
  margin-left: 10px;
}
.news-list .news-list-filter .search-btn {
  width: 69px;
  margin-right: 10px;
}
.news-list .news-list-filter .search-btn .pointer {
  left: 9px;
}
.news-list .news-list-filter input {
  width: 100%;
  border-width: 1px;
  padding: 4px 8px 4px 8px;
}
.news-list .news-list-filter button {
  max-width: fit-content;
  height: 36px;
}
.news-list .news-list-filter .down-pointer .select {
  background: transparent;
  position: relative;
  z-index: 2;
}
.news-list .news-list-filter .down-pointer input.select[type=date] {
  background: white;
}
.news-list .news-list-filter .down-pointer::after {
  content: ' ';
  display: block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  background-image: url(/_content/Application.Theme/images/icons/red_pointer.svg);
  transform: rotate(90deg);
  color: red;
  bottom: 27px;
  left: 111px;
  z-index: 1;
}
.news-list .news-list-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.news-list .news-list-item .news-list-item-image {
  margin-right: 20px;
  width: 200px;
  height: 150px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .news-list .news-list-item .news-list-item-image {
    width: 88vw;
    height: 52.8vw;
    margin-bottom: 6px;
  }
}
.news-list .news-list-item .news-list-item-content {
  display: flex;
  flex-direction: column;
  width: 78%;
  font-size: 15px;
}
.news-list .news-list-item .news-list-item-content .news-list-item-date {
  color: #0B0F14;
  margin-bottom: 0;
}
.news-list .news-list-item .news-list-item-content .news-list-item-title {
  color: #2A456F;
}
.news-list .news-list-item .news-list-item-content .news-list-item-abstract {
  color: #0B0F14;
  line-height: 22.5px;
}
@media (max-width: 1200px) {
  .news-list .news-list-filter .row {
    justify-content: space-between;
  }
  .news-list .news-list-filter .row .btn-light-gray {
    margin-left: -77px;
  }
  .news-list .news-list-filter div {
    margin: 5px 0px 5px 0px;
  }
  .news-list .news-list-filter button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .news-list .news-list-item {
    display: block;
  }
  .news-list .news-list-item .news-list-image img {
    min-width: auto;
    max-width: auto;
  }
}
.contacts .title {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-transform: uppercase;
  /* Landsnet / Blár / 400 */
  color: #2A456F;
}
.contacts .contact {
  margin-bottom: 20px;
  margin-left: 20px;
}
.contacts .contact p {
  margin-bottom: 0px;
}
.contacts .contact .name {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  /* or 150% */
  /* Landsnet / Blár / 600 */
  color: #001436;
}
.contacts .contact .phone {
  font-family: proxima-nova;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  /* or 150% */
  /* Landsnet / Blár / 600 */
  color: #001436;
}
.contacts .contact .role {
  font-family: proxima-nova;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  /* or 150% */
  /* Landsnet / Blár / 600 */
  color: #001436;
}
.contacts .contact .email {
  font-family: proxima-nova;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #001436;
  text-decoration: none;
}
.frontpage-attachments {
  font-family: proxima-nova;
  font-style: normal;
  padding: 60px;
  height: auto;
  background-color: #F3F3F3;
  position: relative;
}
.frontpage-attachments::before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  border-left: 6px solid #BA231E;
  height: 280px;
  width: 6px;
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .frontpage-attachments {
    margin-top: 140px;
  }
}
.frontpage-attachments .list-title {
  color: #BA231E;
  font-weight: 700;
  margin-left: -20px;
}
.frontpage-attachments a {
  text-decoration: none;
  color: white;
  /* Fixes styling on TextProcessor */
}
.frontpage-attachments a > * > p {
  padding-top: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
}
.frontpage-attachments .see-all {
  position: absolute;
  right: 81px;
  bottom: -16px;
  width: 140px;
  background: #BA231E;
  padding: 8px 16px;
}
.frontpage-attachments .see-all .arrow {
  position: absolute;
  right: -100px;
  top: 12px;
}
.frontpage-attachments .attachment-item {
  height: fit-content;
}
.frontpage-attachments .attachment-item.white-border-bottom {
  border-bottom: 2px solid white;
}
.frontpage-attachments .attachment-item p {
  padding-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #BA231E;
}
.frontpage-attachments .attachment-item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0B0F14;
  padding-bottom: 20px;
  margin-left: 20px;
  display: block;
}
.development-projects svg .fill {
  fill: #2A456F;
}
.development-projects svg .skip {
  fill: #BA231E;
}
.development-projects.mobile {
  display: none;
}
.development-projects.mobile h2 {
  font-size: 15px;
  color: #2A456F;
  border-bottom: 2px solid #BA231E;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .development-projects.mobile {
    display: block;
  }
}
.development-projects.mobile ul {
  list-style: none;
  padding-left: 0px;
}
.development-projects.mobile ul h3 {
  color: #2A456F;
  margin-bottom: 16px;
}
.development-projects.mobile ul li h4 {
  font-size: 15px;
  margin-bottom: 0ox;
}
.development-projects.mobile ul li div {
  padding: 8px;
  display: grid;
  background-color: #F3F3F3;
  margin-bottom: 32px;
}
.development-projects.mobile ul li div svg {
  margin-top: 24px;
}
.development-projects.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .development-projects.desktop {
    display: none;
  }
}
.development-projects.desktop table thead th {
  color: #BA231E !important;
}
.development-projects.desktop table tbody tr {
  cursor: pointer;
}
.development-projects.desktop table tbody tr td:first-child {
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  color: #2A456F;
  max-width: 435px;
}
.development-projects.desktop table tbody tr td:nth-child(2) {
  max-width: 200px;
}
.development-project {
  font-size: 20px;
  line-height: 30px;
}
.development-project .states {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .development-project .states {
    display: grid;
  }
}
.development-project .states div {
  padding-left: 0px;
}
.development-project .states div.state:not(:last-child) {
  position: relative;
}
.development-project .states div.state:not(:last-child):before {
  content: '';
  width: 87.8%;
  height: 2px;
  right: 0px;
  position: absolute;
  display: block;
  background-color: #2A456F;
  top: 67px;
}
@media screen and (max-width: 768px) {
  .development-project .states div.state:not(:last-child):before {
    content: '';
    width: 2px;
    top: 34px;
    height: 100%;
    left: 10.3px;
    position: absolute;
    display: block;
    background-color: #2A456F;
  }
}
@media screen and (max-width: 768px) {
  .development-project .states div .title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .development-project .states div .title .h6 {
    margin-left: 40px;
  }
  .development-project .states div .title .circle {
    margin-right: 16px;
    position: absolute;
  }
}
.development-project .states div .title .h6 {
  color: #2A456F;
  text-transform: uppercase;
  height: 48px;
  max-width: 161px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .development-project .states div .title .h6 {
    max-width: 100%;
    align-items: baseline;
    height: auto;
  }
}
.development-project .states div .title .circle {
  align-self: start;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 1px solid #2A456F;
  background-color: #FFFFFF;
}
.development-project .states div .title .circle:before {
  display: none;
}
.development-project .states div .title .circle.fill {
  background-color: #2A456F;
}
.development-project .states div .title .circle.skip {
  background-color: #BA231E;
  border: 1px solid #BA231E;
}
.development-project .states div .info {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .development-project .states div .info {
    margin-left: 40px;
    margin-top: 0px;
  }
}
.development-project .go-back {
  display: inline-flex;
  float: right;
  font-size: 15px;
}
.development-project .go-back .left-arrow {
  margin-right: 8px;
  margin-top: 1px;
  width: 11px;
}
.development-project .content ul {
  list-style: disc;
}
.accordion .row.open {
  background-color: #F3F3F3;
}
.accordion .row .accordion-item {
  height: 40px;
  font: 400 19px/25px 'proxima-nova', sans-serif;
  color: #4a4a4a;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: space-between;
  /* Fixes styling on TextProcessor */
}
.accordion .row .accordion-item > * > p {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}
.accordion .row .contentContainer {
  padding-top: 8px;
  display: none;
}
.accordion .row .contentContainer.open {
  display: block;
}
.accordion .row .justify-content-between {
  flex-grow: 1;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #2A456F;
}
.accordion .row .accordion-arrow {
  margin: unset;
  margin-right: 20px;
}
.accordion .row li {
  padding-top: 5px;
}
.accordion-with-assets {
  margin-top: 20px;
  list-style: none;
}
@media screen and (max-width: 40em) {
  .accordion-with-assets {
    padding-left: 0px;
  }
}
.accordion-with-assets li {
  padding-bottom: 8px;
}
.accordion-with-assets .accordion {
  cursor: pointer;
  width: 100%;
  min-height: 40px;
  font-weight: 600;
  color: #2A456F;
}
.accordion-with-assets .accordion .h4 {
  font-size: 20px;
}
.accordion-with-assets .accordion div {
  width: 100%;
}
@media screen and (max-width: 40em) {
  .accordion-with-assets .accordion div {
    width: 88%;
  }
}
.accordion-with-assets .assets {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.7s;
  padding-left: 0px;
  margin-top: 8px;
}
.accordion-with-assets .assets.open {
  height: fit-content;
  min-height: fit-content;
  max-height: 300px;
}
.accordion-with-assets .assets li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .accordion-with-assets .assets li {
    display: block;
  }
}
.accordion-with-assets .assets li:hover {
  background-color: #F3F3F3;
}
.accordion-with-assets .assets li .file-name {
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 6px;
  line-height: 22.5px;
}
.accordion-with-assets .assets li .buttons {
  padding-top: 4px;
  padding-bottom: 8px;
  margin-right: 50px;
}
.accordion-with-assets .assets li .buttons a {
  margin-right: 8px;
  cursor: pointer;
}
.accordion-with-assets .assets li .buttons a,
.accordion-with-assets .assets li .buttons button {
  height: 31px;
  width: 91px;
  background-color: rgba(0, 0, 0, 0);
}
.accordion-with-assets .assets li .buttons a:hover,
.accordion-with-assets .assets li .buttons button:hover,
.accordion-with-assets .assets li .buttons a:focus,
.accordion-with-assets .assets li .buttons button:focus {
  color: #FFFFFF;
  background-color: #2A456F;
  transition: all 0.3s;
}
.assets {
  padding-left: 0px;
  margin-top: 8px;
}
.assets li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .assets li {
    display: block;
  }
}
.assets li:hover {
  background-color: #F3F3F3;
}
.assets li .file-name {
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 6px;
  line-height: 22.5px;
}
.assets li .buttons {
  padding-top: 4px;
  padding-bottom: 8px;
  margin-right: 50px;
}
.assets li .buttons a {
  margin-right: 8px;
  cursor: pointer;
}
.assets li .buttons a,
.assets li .buttons button {
  height: 31px;
  width: 91px;
  background-color: rgba(0, 0, 0, 0);
}
.assets li .buttons a:hover,
.assets li .buttons button:hover,
.assets li .buttons a:focus,
.assets li .buttons button:focus {
  color: #FFFFFF;
  background-color: #2A456F;
  transition: all 0.3s;
}
.li-style li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .li-style li {
    display: block;
  }
}
.li-style li:hover {
  background-color: #F3F3F3;
}
.li-style li .file-name {
  padding-bottom: 8px;
  padding-top: 4px;
  padding-left: 6px;
  line-height: 22.5px;
}
.li-style li .buttons {
  padding-top: 4px;
  padding-bottom: 8px;
  margin-right: 50px;
}
.li-style li .buttons a {
  margin-right: 8px;
  cursor: pointer;
}
.li-style li .buttons a,
.li-style li .buttons button {
  height: 31px;
  width: 91px;
  background-color: rgba(0, 0, 0, 0);
}
.li-style li .buttons a:hover,
.li-style li .buttons button:hover,
.li-style li .buttons a:focus,
.li-style li .buttons button:focus {
  color: #FFFFFF;
  background-color: #2A456F;
  transition: all 0.3s;
}
.attachment-table {
  width: 100%;
}
.concepts .filters {
  width: 100%;
  justify-content: space-between;
}
.concepts .filters .alphabet {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .concepts .filters .alphabet {
    width: 60.333333%;
  }
  .concepts .filters .alphabet:after {
    content: '';
    height: 88%;
    width: 2px;
    background-color: #BA231E;
    position: absolute;
    right: 2.1%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .concepts .filters .alphabet {
    width: 60.333333%;
  }
  .concepts .filters .alphabet:after {
    content: '';
    height: 88%;
    width: 2px;
    background-color: #BA231E;
    position: absolute;
    right: 2.1%;
    margin-top: 12px;
  }
}
.concepts .filters .alphabet .character {
  min-width: fit-content;
  height: 2.688rem;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 108px;
  background: #FFFFFF;
  color: #484B4F;
  border: 1px solid #2A456F;
  height: 31px;
  width: 26px;
  color: #2A456F;
  padding: 0px;
  margin-top: 12px;
}
.concepts .filters .alphabet .character .arrow {
  filter: invert();
}
.concepts .filters .alphabet .character:focus-visible {
  background-color: #2A456F;
  color: #FFFFFF;
}
.concepts .filters .alphabet .character.active {
  background-color: #2A456F;
  color: #FFFFFF;
}
.concepts .filters .alphabet .character:not(:last-child) {
  margin-right: 12px;
}
@media screen and (max-width: 40em) {
  .concepts .filters .alphabet .character:not(:last-child) {
    margin-right: 17px;
  }
}
.concepts .filters .alphabet .character.disabled {
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
}
.concepts .filters .alphabet .character.larger {
  padding-left: 6px;
  padding-right: 6px;
}
.concepts .filters .search {
  margin-top: 12px;
}
@media screen and (max-width: 40em) {
  .concepts .filters .search {
    margin-top: 30px;
  }
}
.concepts .filters .search .search-bar input {
  width: 100%;
  height: 31px;
  border: 1px solid #2A456F;
}
.concepts .filters .search .search-bar input::placeholder {
  color: #CECFD0;
  padding-left: 6px;
}
.concepts .filters .search .buttons {
  margin-top: 12px;
  float: right;
}
@media screen and (max-width: 40em) {
  .concepts .filters .search .buttons {
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
  }
}
.concepts .filters .search .buttons button {
  height: 31px;
  width: fit-content;
}
.concepts .filters .search .buttons button:first-child {
  margin-right: 10px;
}
.concepts .filters .search .buttons button .pointer {
  left: 6px;
}
.concepts .list h2 {
  color: #BA231E;
  margin-top: 26px;
  width: 100%;
  border-bottom: solid 1px #BA231E;
}
.concepts .list h3 {
  min-width: 260px;
  color: #2A456F;
}
.concepts .list .alpha-concepts ul {
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
  .concepts .list .alpha-concepts ul {
    padding-left: 0px;
  }
}
.concepts .list .alpha-concepts ul li {
  padding: 4px 4px 4px 0px;
  margin-top: 24px;
}
.concepts .list .alpha-concepts ul li:hover {
  background-color: #F3F3F3;
}
/*
	Search site
*/
.veva-search .veva-search-form ::placeholder {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1em;
  color: #2A456F;
}
.veva-search .veva-search-form #q {
  border: none;
  min-width: 45%;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
}
.veva-search .veva-search-form input[type=submit] {
  border: none;
  background: url("/_content/Application.Theme/images/icons/search.svg") no-repeat;
  width: 30px;
  height: 30px;
}
.veva-search .veva-search-form label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.veva-search .veva-search-form:after {
  content: "";
  left: 0px;
  display: block;
  max-width: 30rem;
  padding-top: 4px;
  width: 95%;
  height: 2px;
  background-color: #BA231E;
}
@media (max-width: 768px) {
  .veva-search .veva-search-form #q {
    border: none;
    min-width: 87%;
  }
}
.search-results ul li {
  list-style: none;
}
/* OVERWRITE FROM style.css */
main label {
  margin-bottom: 0;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.calculator {
  --warningColor: red;
  --dividerColor: #BA231E;
  --blueColor: #2A456F;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  grid-gap: 0.5rem 1rem;
}
.calculator > .description {
  grid-column: span 2;
}
.calculator > .title {
  grid-column: span 2;
  margin: 1rem 0 0;
  font-weight: bold;
  font-size: 24px;
}
.calculator > .panel.-error {
  grid-column: span 2;
  color: var(--warningColor);
}
.calculator > .form {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  grid-gap: 0.5rem;
}
.calculator > .form > .title {
  grid-column: span 2;
  margin: 1rem 0 0;
  font-weight: bold;
  font-size: 24px;
  background-color: inherit;
  color: inherit;
  padding: inherit;
}
.calculator > .form > .item {
  display: contents;
}
.calculator > .form > .item > .text.-label {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--blueColor);
}
.calculator > .form > .item > .text.-large {
  grid-row: span 2;
  display: grid;
  align-items: center;
}
.calculator > .form > .item > .input-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
  grid-gap: 0.5rem;
}
.calculator > .form > .item > .input-wrapper > .number-input {
  width: 6rem;
  text-align: right;
}
.calculator > .form > .item > .input-wrapper > .unit {
  white-space: nowrap;
}
.calculator > .form > .item > .input-wrapper > .number-input {
  padding: 0;
  border: 1px solid var(--blueColor);
  line-height: 29px;
}
.calculator > .form > .item > .input-wrapper > .number-input[readonly] {
  background-color: #f5f5f5;
  border: none;
}
.calculator > .form > .item > .input-wrapper > .number-input:focus {
  outline: 1px solid var(--blueColor);
}
.calculator > .form > .item > .input-wrapper > .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin-left: 0.25rem;
}
.calculator > .form > .item > .input-wrapper > .select-input {
  -webkit-appearance: none;
  appearance: none;
  height: 29px;
  min-width: 80px;
  padding: 0px 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjUgMS41TDUuNSA1LjVMMS41IDEuNSIgc3Ryb2tlPSIjQkEyMzFFIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  border: 1px solid var(--blueColor);
}
.calculator > .form > .item > .input-wrapper > .select-input:focus {
  outline: 1px solid var(--blueColor);
}
.calculator > .form > .item > .calculate {
  grid-column: 2 / 3;
  padding: 0.25rem 0.5rem;
  background-color: var(--blueColor);
  color: white;
  border: none;
}
.calculator > .form > .item.errors {
  display: block;
  grid-column: span 2;
  color: red;
}
.calculator > .list {
  display: grid;
  align-self: start;
  row-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
.calculator > .list > .title {
  margin: 1rem 0 0;
  font-weight: bold;
  font-size: 24px;
}
.calculator > .list > .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator > .list > .item.-bold {
  font-weight: bold;
}
.calculator > .list > .item > .text.-bold {
  font-weight: bold;
}
.calculator > .list > .item > .text.-label {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--blueColor);
}
.calculator > .list > .item > .data.-blue {
  color: var(--blueColor);
}
.calculator > .list > .item > .data.-date {
  font-weight: lighter;
  font-size: 0.9375rem;
  color: var(--blueColor);
}
.calculator > .list > .item > .data.-warning {
  color: var(--warningColor);
}
.calculator > .list > .item > .input-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5rem;
  grid-gap: 0.5rem;
}
.calculator > .list > .item > .input-wrapper > .number-input {
  width: 6rem;
  text-align: right;
}
.calculator > .list > .item > .input-wrapper > .unit {
  width: 2.5rem;
}
.calculator > .list > .item > .calculate {
  padding: 0.25rem 0.5rem;
  background-color: var(--blueColor);
  color: white;
  border: none;
  margin-left: auto;
}
.calculator > .list > .divider {
  height: 0.125rem;
  background-color: var(--dividerColor);
  margin: 0;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .calculator > .list {
    grid-column: span 2;
  }
  .calculator > .list.tarif-list {
    order: -1;
  }
}
.energy-price-table {
  font-family: proxima-nova;
  font-style: normal;
}
.energy-price-table .options form {
  height: 36px;
}
.energy-price-table .options form input {
  height: 36px;
  border-width: 1px;
  margin-right: 24px;
  padding: 10px;
}
.energy-price-table .options form .update-button {
  min-width: fit-content;
  height: 36px;
  border: none;
  /* display: flex; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 108px;
  background-color: #2A456F;
  color: #FFFFFF;
}
.energy-price-table .options form .update-button .pointer {
  margin-top: 0px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
  position: relative;
  background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%200.722168L5%204.72217L1%208.72217%22%20stroke%3D%22white%22%20stroke-width%3D%222%22/%3E%20%3C/svg%3E);
  left: 0px;
  top: 3px;
}
.energy-price-table .options form .excel-button {
  min-width: fit-content;
  border: none;
  height: 36px;
  /* display: flex; */
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 108px;
  background: #F3F3F3;
  color: #2A456F;
}
.energy-price-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.dots img {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
}
.sticky-header div {
  overflow-x: unset;
}
.sticky-header thead tr {
  position: sticky;
  top: 0;
  background: linear-gradient(to bottom, white 0%, white 90%, #BA231E 0%, #BA231E 100%);
}
.h3-border div h3 {
  border-bottom: 1px solid;
  border-top: 1px solid;
  width: 300px;
  display: flex;
  justify-content: center;
}
.averagePriceTable p {
  margin-bottom: 7px;
}
#announcementBanner {
  position: absolute;
  min-height: 50px;
  background: #FABE4B;
  width: 100%;
  left: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s;
}
#announcementBanner .announcementBanner__exclamation {
  background: url("/library?itemid=01fb7fee-a632-4cb5-a4b6-383720c734ee");
  height: 70px;
  width: 100px;
  z-index: 999999;
  position: absolute;
  left: 20px;
  top: 5px;
  background-size: contain;
}
#announcementBanner ul {
  list-style: none;
  padding-top: 7px;
  left: 100px;
  position: relative;
}
#announcementBanner ul li {
  position: relative;
}
#announcementBanner .announcementBanner__title {
  font-weight: bold;
  position: absolute;
  left: 180px;
}
#announcementBanner .announcementBanner__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#announcementBanner .announcementBanner__close:after,
#announcementBanner .announcementBanner__close:before {
  content: '';
  height: 30px;
  border-left: 3px solid #BA231E;
  position: absolute;
  transform: rotate(45deg);
  right: 30px;
  top: 10px;
}
#announcementBanner .announcementBanner__close:after {
  transform: rotate(45deg);
}
#announcementBanner .announcementBanner__close:before {
  transform: rotate(-45deg);
}
#announcementBanner.closed {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 500px) {
  #announcementBanner .announcementBanner__exclamation {
    display: none;
  }
  #announcementBanner ul {
    left: 0;
  }
}
.media-share-btns {
  display: flex;
  float: right;
  margin-top: 40px;
}
.media-share-btns div:not(:first-child) {
  margin-left: 10px;
}
.media-share-btns button {
  border: none;
  background-color: #BA231E;
  border-radius: 100%;
  height: 42px;
  width: 42px;
}
.media-share-btns button:hover {
  background-color: #A11E1A;
}
.framadagar-container {
  border-style: solid;
  border-color: #e2e9f6;
  border-width: medium;
}
.framadagar-container.square-radio-btn [type="radio"] {
  border-radius: 0%;
}
.framadagar-form [type="radio"] {
  border-radius: 0%;
  border: 1.5px solid #2A456F;
}
.framadagar-form [type="radio"]:checked {
  background: #2A456F;
  background-image: none;
}
.fullscreen-iframe {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullscreen-iframe > div,
.fullscreen-iframe > div > iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.disable-scroll {
  overflow: hidden;
}
.cta--blue-hover:hover,
.cta--blue-hover:focus {
  background-color: #2A456F;
  transition: all 0.3s;
}
.cta--blue-hover:hover .cta-link,
.cta--blue-hover:focus .cta-link {
  color: #FFFFFF;
}
.cta--muted-hover:hover,
.cta--muted-hover:focus {
  background-color: #F3F3F3;
}
.cta-accordion .row.open {
  background-color: white;
}
.svg-icon {
  overflow: visible !important;
  text-indent: 0 !important;
}
.svg-icon > svg {
  height: var(--height);
  width: var(--width);
}
.svg-icon > svg {
  fill: var(--color);
}
.svg-icon > svg path {
  stroke: var(--color);
}
h2 > * > p {
  font-size: inherit !important;
  margin-top: inherit !important;
}