/**
 * @file
 * Generic base elements.
 */
/**
 * @file
 * Variables specific to Lohkanguovddas theme.
*/
/**
 * @file
 * Generic mixins.
 */
/**
 * @file
 * Variables specific to Lohkanguovddas theme.
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap");
h2,
.h2 {
  font-size: 1.75rem;
  margin-top: 1.375rem;
  margin-bottom: 0.6875rem; }
  @media screen and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2.125rem; } }

h3,
.h3 {
  font-size: 1.5rem;
  margin-top: 1.375rem;
  margin-bottom: 0.6875rem; }
  @media screen and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 1.75rem; } }

h4,
.h4 {
  font-size: 1.25rem;
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem; }

p {
  margin: 0 0 1.25rem 0;
  font-size: 1.125rem;
  line-height: 1.5; }

.button--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: 0.4s ease;
  text-decoration: none; }

.button--primary {
  color: #fff;
  background-color: #605851;
  border-color: #605851; }
  .button--primary:hover, .button--primary:focus {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #373737;
    transition: 0.4s ease; }

/*Accessibility Mixins
===============================*/
*,
*:before,
*:after {
  box-sizing: border-box; }

::-moz-selection {
  background-color: #505c7f;
  color: #fff; }

::selection {
  background-color: #505c7f;
  color: #fff; }

*:focus,
button:focus {
  outline: 1px dotted #000; }

body {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 1.5; }

img {
  width: auto;
  height: auto;
  max-width: 100%; }
  img[alt] {
    line-height: 1.1;
    font-size: 0.875rem; }

a {
  display: inline-block;
  color: #505c7f;
  word-break: break-word; }

a,
button {
  cursor: pointer; }

strong {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1; }

ul {
  padding: 0;
  list-style-position: inside; }
  .field--name-body ul {
    padding-left: 2.5rem;
    list-style-position: outside;
    font-size: 18px; }

.field--name-field-media-oembed-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

/* Style the iframe to fit in the container div with full height and width */
iframe.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

video {
  max-width: 100%; }

.text-center {
  text-align: center; }

.text-bold {
  font-weight: bold; }

.button--green {
  background-color: #505c7f; }

.error-page {
  padding: 100px 0; }
  .error-page .button {
    margin: 20px 0; }

.error-text {
  margin: 20px 0; }

table {
  width: 100%;
  margin: 1.25rem 0;
  border-collapse: collapse;
  font-size: 1rem;
  color: #333; }
  table caption {
    caption-side: top;
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
    color: #0d0d0d; }
  table thead tr {
    background-color: #505c7f;
    color: #fff; }
  table thead th {
    padding: 0.875rem 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    font-size: 0.875rem; }
  table th,
  table td {
    padding: 0.75rem 0.9375rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: middle; }
  table tbody tr {
    transition: background-color 0.4s ease; }
    table tbody tr:nth-child(even) {
      background-color: #f7f7f7; }
    table tbody tr:hover {
      background-color: rgba(80, 92, 127, 0.05); }

.media--type-image.media--view-mode-article-detail,
.media--type-image.media--view-mode-article-teaser,
.media--type-image.media--view-mode-article-carousel,
.media--type-image.media--view-mode-package-detail,
.media--type-image.media--view-mode-package-teaser,
.media--type-image.media--view-mode-view-header-banner {
  position: relative;
  display: block;
  overflow: hidden; }
  .media--type-image.media--view-mode-article-detail .field--name-field-media-image,
  .media--type-image.media--view-mode-article-teaser .field--name-field-media-image,
  .media--type-image.media--view-mode-article-carousel .field--name-field-media-image,
  .media--type-image.media--view-mode-package-detail .field--name-field-media-image,
  .media--type-image.media--view-mode-package-teaser .field--name-field-media-image,
  .media--type-image.media--view-mode-view-header-banner .field--name-field-media-image {
    line-height: 0; }
  .media--type-image.media--view-mode-article-detail .field--name-field-photo-credit,
  .media--type-image.media--view-mode-article-teaser .field--name-field-photo-credit,
  .media--type-image.media--view-mode-article-carousel .field--name-field-photo-credit,
  .media--type-image.media--view-mode-package-detail .field--name-field-photo-credit,
  .media--type-image.media--view-mode-package-teaser .field--name-field-photo-credit,
  .media--type-image.media--view-mode-view-header-banner .field--name-field-photo-credit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 1.5rem 0.75rem 0.5rem;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.75);
    background: linear-gradient(180deg, rgba(9, 14, 19, 0) 0%, rgba(9, 14, 19, 0.84) 78%);
    pointer-events: none; }

.translation-disclaimer-wrap {
  margin: 0.5rem 0 1rem; }

.translation-disclaimer {
  position: relative;
  margin: 0;
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: 1px solid rgba(80, 92, 127, 0.22);
  border-left: 0.375rem solid #505c7f;
  border-radius: 0.375rem;
  background: #ffe6c3;
  box-shadow: 0 0.5rem 1.125rem rgba(9, 14, 19, 0.08);
  color: #0d0d0d;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.45;
  animation: translation-disclaimer-enter 260ms ease-out; }
  @media screen and (min-width: 768px) {
    .translation-disclaimer {
      padding: 0.9375rem 1.25rem 0.9375rem 3.375rem;
      font-size: 1.125rem; } }
  .translation-disclaimer:before {
    content: "!";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #505c7f;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .translation-disclaimer:before {
        left: 1.125rem; } }

@keyframes translation-disclaimer-enter {
  from {
    opacity: 0;
    transform: translateY(0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
