html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
}
.header {
  padding: 20px;
  background: #66b3ff;
  color: #fff;
  z-index: 10;
  -webkit-transition: padding 200ms ease-in-out;
  -o-transition: padding 200ms ease-in-out;
  transition: padding 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .header {
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header .container {
  margin-top: 0;
}
.front .header {
  padding: 40px 20px;
}
.header h1 {
  margin-bottom: 0;
  font-family: "Montserrat", "Open Sans", "Lucida Grande", "Helvetica Neue", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 550px) {
  .header h1 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .header h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 550px) {
  .header h1 span {
    position: relative;
    top: -8px;
  }
}
.header h1 .smaller {
  display: block;
  margin-top: -22px;
  margin-left: 105px;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .header .header-logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    max-width: 80px;
  }
}
@media screen and (max-width: 550px) {
  .header {
    padding: 15px 0;
  }
  .header img {
    max-width: 30px;
    max-height: 24px;
  }
}
@media screen and (min-width: 550px) {
  .header img {
    max-width: 210px;
    max-height: 90px;
  }
}
.header .menu-links {
  margin: 45px 0 5px 0;
}
.header .menu-links a {
  padding: 4px 10px;
  margin-right: 5px;
  background: #ffffff4a;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header .menu-links a img {
  display: none;
}
.header .menu-links a:hover {
  background: #ffffffa1;
  color: #66b3ff;
}
.header .menu-links a.active {
  background: #fff;
  color: #66b3ff;
}
.header .menu-links a.active img {
  display: initial;
}
.app-container {
  height: 100%;
  padding: 0;
  margin: 0;
}
.app-container > .row {
  margin-top: 0;
  margin-bottom: 0;
}
.app-menu-button {
  position: fixed;
  top: 75px;
  left: 20px;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .app-menu-button {
    display: none !important;
  }
}
.app-menu {
  position: relative;
  min-height: 100vh;
  max-width: 340px;
  background-color: #66b3ff;
  z-index: 20;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.site-maltaekni .app-menu {
  background-color: #576a76;
}
.site-kjarni .app-menu {
  background-color: #8da1a1;
}
@media screen and (max-width: 768px) {
  .app-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 95vw;
    box-shadow: 2px 0px 12px #0000008a;
    overflow-y: auto;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .app-menu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.app-menu .menu-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 560px) {
  .app-menu .menu-close-button {
    display: none;
  }
}
.app-menu .menu-content {
  position: sticky;
  top: 0;
  max-height: 100vh;
  padding: 20px;
  overflow-y: auto;
}
.app-menu .menu-content::-webkit-scrollbar-button {
  display: none;
  height: 13px;
  border-radius: 0px;
  background-color: #AAA;
}
.app-menu .menu-content::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}
.app-menu .menu-content::-webkit-scrollbar-thumb {
  background-color: #145e9c;
  border-radius: 5px;
}
.app-menu .menu-content::-webkit-scrollbar-thumb:hover {
  background-color: #115286;
}
.app-menu .menu-content::-webkit-scrollbar-track {
  background-color: #4fa3e8;
}
.app-menu .menu-content::-webkit-scrollbar-track:hover {
  background-color: #6ab1ec;
}
.app-menu .menu-content::-webkit-scrollbar {
  width: 8px;
}
.app-menu .app-title-container:after {
  content: ' ';
  display: block;
  width: 150px;
  height: 2px;
  margin-left: 30px;
  margin-top: 1rem;
  background-color: #99ccff;
}
@media screen and (max-width: 560px) {
  .app-menu .app-title-container:after {
    margin-top: 1rem;
  }
}
.site-maltaekni .app-menu .app-title-container:after {
  background-color: #e5e5e5 !important;
}
.site-kjarni .app-menu .app-title-container:after {
  background-color: #e5e5e5 !important;
}
.app-menu .app-title-container small {
  display: block;
  margin: 0 30px 0 30px;
  color: #fff;
  text-align: left;
  font-style: italic;
}
.app-menu .app-title-container h1.app-title {
  margin: 15px 25px 0 30px;
  color: #fff;
  font-size: 4.5rem;
  text-align: left;
}
@media screen and (max-width: 560px) {
  .app-menu .app-title-container h1.app-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .app-menu .app-title-container h1.app-title {
    font-size: 2.4rem;
  }
}
.app-menu .app-title-container h1.app-title .sub {
  display: block;
  font-size: 1.5rem;
}
.app-menu .app-title-container h2 {
  margin: 15px 25px 0 30px;
  color: #fff;
  font-size: 2.3rem;
  text-align: left;
}
._site-maltaekni .app-menu .app-title-container:after {
  content: ' ';
  display: block;
  width: 150px;
  height: 2px;
  margin-left: 30px;
  margin-top: 1rem;
  background-color: #99ccff;
}
@media screen and (max-width: 560px) {
  ._site-maltaekni .app-menu .app-title-container:after {
    margin-top: 1rem;
  }
}
._site-maltaekni .app-menu .app-title-container small {
  display: block;
  margin: 10px 30px 0 30px;
  color: #fff;
  text-align: left;
  font-style: italic;
}
._site-maltaekni .app-menu .app-title-container h1.app-title {
  margin: 15px 25px 0 30px;
  color: #fff;
  font-size: 2.15rem;
  text-align: left;
}
@media screen and (max-width: 560px) {
  ._site-maltaekni .app-menu .app-title-container h1.app-title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  ._site-maltaekni .app-menu .app-title-container h1.app-title {
    font-size: 2.4rem;
  }
}
._site-maltaekni .app-menu .app-title-container h1.app-title .sub {
  display: block;
  font-size: 1.5rem;
}
._site-kjarni .app-menu .app-title-container h1.app-title {
  font-size: 2.5rem;
}
.app-menu a {
  color: #fff;
}
.app-menu a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.app-menu .site-logo {
  display: block;
  padding-top: 3px;
  padding-bottom: 23px;
  margin: 0 30px;
  border-bottom: 1px solid #ffffff40;
}
.app-menu .site-logo .logo {
  max-width: 140px;
}
.app-menu h5 {
  margin: 30px 0 20px 30px;
  text-align: left;
  color: #fff;
}
.app-menu .menu-links {
  margin: 1rem 15px 1rem 15px;
}
@media screen and (max-width: 768px) {
  .app-menu .menu-links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 560px) {
  .app-menu .menu-links {
    margin-top: 20px;
  }
}
.app-menu .menu-links a {
  position: relative;
  display: block;
  padding: 0.2rem 1rem;
  font-weight: bold;
  text-align: left;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .app-menu .menu-links a {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .app-menu .menu-links a {
    padding: 0.1rem 1rem;
  }
}
.app-menu .menu-links a:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 20px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.app-menu .menu-links a.active:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.app-menu .menu-links a:hover:after {
  opacity: 0.4;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-header {
  display: none;
}
.mobile-header h1 {
  margin: 0;
  color: #66b3ff;
  font-size: 2rem;
}
.mobile-menu-btn {
  position: absolute;
  top: 75px;
  z-index: 100;
}
.btn-menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 5px 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .btn-menu {
    margin: 3px 0 0 0;
    background-color: #f3f3f37d;
  }
}
.btn-menu:active,
.btn-menu:focus {
  outline: 0;
}
.btn-menu:hover {
  background: #ffffff4f;
  border: 1px solid #6060604f;
}
.hamburger-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.hamburger-icon .icon-middle {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.open.hamburger-icon .icon-middle {
  opacity: 0;
}
.black.hamburger-icon .icon-middle {
  background: #000;
}
.hamburger-icon .icon-before-after:before,
.hamburger-icon .icon-before-after:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.black.hamburger-icon .icon-before-after:before,
.black.hamburger-icon .icon-before-after:after {
  background: #000;
}
.hamburger-icon .icon-before-after:before {
  top: 0;
  left: 0;
}
.open.hamburger-icon .icon-before-after:before {
  transform: rotate(45deg);
}
.hamburger-icon .icon-before-after:after {
  top: 18px;
  left: 0;
}
.open.hamburger-icon .icon-before-after:after {
  transform: rotate(-45deg);
}
.column-content {
  max-width: 1200px !important;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .column-content {
    padding: 20px;
  }
}
.floating-search-button {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #66b3ff;
  background-image: url('../img/icon-search.svg');
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 2px 2px #00000040;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media screen and (max-width: 560px) {
  .floating-search-button {
    top: auto;
    bottom: 20px;
  }
}
.floating-search-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search-form {
  position: sticky;
  top: 0;
  width: 100%;
  margin-top: 0;
  background-color: #f3f3f3;
  z-index: 10;
  box-shadow: 0 0px 0px #00000000;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.search-form.sticky {
  box-shadow: 0 2px 6px #00000040;
}
.search-form.sticky .column-content {
  padding-top: 20px;
}
.search-form.sticky .column-content .form-check {
  margin-bottom: 5px;
}
.searchform-minimized .search-form {
  margin-top: -148px;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}
.searchform-minimized .search-form.forced-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-form .column-content {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .search-form .column-content {
    padding: 20px 20px 1px 70px;
  }
}
.search-form input.form-control {
  padding: .375rem 0;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background: transparent;
}
.search-form input.form-control:focus {
  box-shadow: none;
}
.search-form input.form-control::placeholder {
  color: #999;
}
.search-form .btn-primary {
  height: 38px;
  padding: 0 25px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 38px;
  box-shadow: 0 0px 0px #00000000;
  border-color: #66b3ff;
  background-color: #66b3ff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.search-form .btn-primary:hover {
  box-shadow: 0 2px 2px #0000005e;
}
@media screen and (max-width: 560px) {
  .search-form .btn-primary {
    padding: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .search-form .btn-primary .label {
    display: none;
  }
}
.search-form .btn-primary .icon {
  display: none;
}
.search-form .btn-primary .icon img {
  max-width: 20px;
}
@media screen and (max-width: 560px) {
  .search-form .btn-primary .icon {
    display: block;
  }
}
.search-form .form-check {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .search-form .form-check {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
}
.search-form .loading-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 0px;
  background: #fff6;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.loading .search-form .loading-bar {
  height: 4px;
}
.search-form .loading-bar .indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #339aff;
  animation-name: loading-bar-animate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.search-form .search-info {
  float: left;
  margin-top: 13px;
  color: #727272;
  font-size: 0.8rem;
}
.search-form .search-info a {
  padding: 0 10px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
@keyframes loading-bar-animate {
  0% {
    left: 0;
    right: auto;
    width: 0%;
  }
  49% {
    left: 0;
    right: auto;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0%;
  }
}
.alert-results {
  padding: 25px;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
}
.alert-results .msg {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.alert-results .alt {
  font-size: 1.05rem;
}
.alert-results ul {
  margin-bottom: 0;
  padding-left: 0;
}
.alert-results ul li {
  list-style: none;
  font-size: 1.05rem;
}
.alert-results ul li:not(:first-child) {
  margin-top: 5px;
}
.alert {
  padding: 20px;
  font-size: 0.9rem;
  color: #000;
  border-radius: 3px;
}
.alert.alert-error {
  background-color: red;
}
.alert.alert-info {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.page-header {
  margin-bottom: 35px;
}
.page-header h2:after {
  content: ' ';
  display: block;
  width: 150px;
  height: 2px;
  margin-top: 20px;
  background-color: #99ccff;
}
.beyging-table-container {
  padding: 0;
  margin: 0;
}
.beyging-table-container h3,
.beyging-table-container h4,
.beyging-table-container h5 {
  color: #464646;
}
.beyging-table-container h3 {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.beyging-table-container h4 {
  margin: 20px 0 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.beyging-table-container .VO_beygingarmynd {
  font-weight: bold;
  color: #66b3ff;
}
.beyging-table-container > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.beyging-table-container div[class=""] > div[class^="col-"],
.beyging-table-container div:not([class]) > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 560px) {
  .beyging-table-container table.table-responsive {
    display: table;
    width: 100%;
  }
}
.beyging-table-container table th {
  padding: 0.45rem 0.75rem;
  border-bottom: 0;
  font-size: 0.85rem;
}
.beyging-table-container table td {
  text-align: left;
  font-size: 0.95rem;
}
.beyging-table-container table td table tr:hover {
  background-color: transparent;
}
.beyging-table-container table td table td {
  padding: 0;
  border: 0;
}
.hinfo-ordflokkur {
  color: #c88413;
}
.hinfo-aukaskyring {
  color: #808080;
}
.hinfo-beyging {
  color: #66b3ff;
}
.page-content .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-content .breadcrumb {
    margin-top: 50px;
  }
}
.page-content h2 {
  position: relative;
  margin: 20px 0 20px 0;
  color: #597892;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .page-content h2 {
    font-size: 1.6rem;
  }
}
.page-content h2:after {
  content: ' ';
  display: block;
  width: 150px;
  height: 2px;
  margin-top: 20px;
  background-color: #99ccff;
}
.page-content h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-content h2:first-child {
    margin-top: 5px;
    margin-left: 50px;
  }
}
.page-content .breadcrumb-nav + .html-content > h2 {
  margin-left: 0;
}
.page-content h3 {
  margin: 30px 0 10px 0;
  color: #597892;
  font-size: 1.3rem;
  font-weight: bold;
}
.page-content h4 {
  margin: 20px 0 10px 0;
  color: #597892;
  font-size: 1.1rem;
}
.page-content p,
.page-content ul,
.page-content ol,
.page-content blockquote {
  font-size: 1rem;
}
.page-content table td {
  padding: 0.25rem 0.75rem;
}
.page-content br,
.alert br {
  margin-top: 10px;
}
.page-content b,
.alert b,
.page-content i,
.alert i,
.page-content a,
.alert a,
.page-content .highlight,
.alert .highlight {
  color: #66b3ff;
}
.page-content i,
.alert i {
  font-style: italic;
}
.page-content b,
.alert b,
.page-content strong,
.alert strong {
  font-weight: bold;
}
.page-content .vont,
.alert .vont {
  color: #9e0a00;
}
.page-content .vont b,
.alert .vont b,
.page-content .vont strong,
.alert .vont strong {
  color: #9e0a00;
}
.page-content a,
.alert a {
  border-bottom: 1px dotted;
  color: #66b3ff;
}
.page-content a:hover,
.alert a:hover {
  border-bottom-style: solid;
  text-decoration: none;
}
.page-content .btn-primary,
.alert .btn-primary {
  color: #fff;
  border: 1px solid transparent;
}
.page-content blockquote,
.alert blockquote {
  margin-left: 20px;
}
.page-content .card,
.alert .card {
  margin-bottom: 20px;
}
.toggle-switch {
  position: relative;
  cursor: pointer;
}
.toggle-switch .label {
  display: inline-block;
  color: #727272;
  font-size: 0.8rem;
}
.toggle-switch:hover .label {
  color: #444;
}
.toggle-switch:hover .switch .button {
  background: #b4d7f4;
}
.toggle-switch .switch {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  width: 26px;
  height: 8px;
  background: #b2b2b2;
  box-shadow: inset 1px 1px 0px #0000001f;
  border-radius: 15px;
}
.toggle-switch .switch .button {
  display: block;
  position: absolute;
  top: -4px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: #5aa7e8;
  border-radius: 100%;
  box-shadow: 1px 1px 1px #0000008f;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.toggle-switch .switch .button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 7px;
  border-right: 2px solid #2071b5;
  border-bottom: 2px solid #2071b5;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.switch-on.toggle-switch .switch .button {
  left: 12px;
  background-color: #fff;
}
.switch-on.toggle-switch .switch .button .icon {
  opacity: 1;
}
.front-banner .col .column-content {
  height: 100%;
  padding: 30px;
  background-color: #f3f3f3;
}
.front-banner .col h2 {
  margin-left: 0;
  font-size: 1.5rem;
}
.front-banner .col h3:first-child {
  margin-top: 0;
}
.front-banner .expandable-box {
  position: relative;
  max-height: 160px;
  padding-bottom: 135px;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-in-out;
  -o-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
.front-banner .expandable-box:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+55 */
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 55%, #f3f3f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 55%, #f3f3f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 55%, #f3f3f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
  -webkit-transition: max-height 300ms ease-in-out;
  -o-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out;
}
.front-banner .expandable-box.expanded {
  max-height: 5000px;
  padding-bottom: 0px;
}
.front-banner .expandable-box.expanded:after {
  height: 0;
}
.front-banner .expandable-box.expanded .expand-button {
  display: none;
}
.front-banner .expandable-box .expand-button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer {
  border-top: 1px solid #f3f3f3;
}
.footer .footer-content {
  max-width: 1200px !important;
  padding: 40px;
  color: #777;
}
@media print {
  .app-menu,
  .app-menu-button {
    display: none;
  }
  html,
  body {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .column-content,
  .main-column {
    display: block !important;
    width: 100%;
    max-width: 100% !important;
    overflow: visible !important;
  }
  .main-column {
    flex: 0 0 100% !important;
  }
  p {
    display: block !important;
  }
  .d-flex {
    display: block !important;
  }
  style,
  script,
  head {
    display: none !important;
  }
  .row,
  .card {
    display: block !important;
  }
  .footer .footer-content {
    padding: 20px;
  }
  * {
    overflow: visible !important;
  }
  #_sam_portal_menu {
    display: none;
  }
  .search-form {
    display: none !important;
  }
}
.site-lang-fo .lang-en {
  display: none !important;
}
.site-lang-en .lang-fo {
  display: none !important;
}
@media screen and (max-width: 550px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .hidden-mobile-up {
    display: none !important;
  }
}
.logo-sam-left {
  padding: 0 0 5px 0;
}
