:root {
  --ids-color-sot: rgb(31, 33, 30);
  --ids-color-sot-10: rgb(232, 232, 232);
  --ids-color-sot-20: rgb(210, 211, 210);
  --ids-color-sot-50: rgb(143, 144, 142);
  --ids-color-sot-60: rgb(98, 99, 97);
  --ids-color-sot-80: rgb(76, 77, 75);

  --ids-color-stein: rgb(126, 128, 130);
  --ids-color-stein-10: rgb(242, 242, 242);
  --ids-color-stein-20: rgb(229, 230, 230);
  --ids-color-stein-30: rgb(216, 217, 217);
  --ids-color-stein-50: rgb(190, 191, 193);
  --ids-color-stein-80: rgb(152, 153, 155);

  --ids-color-skygge: rgb(244, 243, 243);

  --ids-color-himmel: #fffdfa;

  --ids-color-mose: rgb(63, 70, 60);
  --ids-color-mose-10: rgba(63, 70, 60, 0.1);

  --ids-color-gress: rgb(73, 97, 75);
  --ids-color-gress-10: rgba(73, 97, 75, 0.1);
  --ids-color-gress-50: rgba(73, 97, 75, 0.5);
  --ids-color-gress-80: rgba(73, 97, 75, 0.8);

  --ids-color-gressGult-dark: #7f602f;
  --ids-color-gressGult: rgb(168, 127, 62);
  --ids-color-gressGult-10: rgb(246, 242, 235);
  --ids-color-gressGult-20: rgb(238, 229, 216);

  --ids-color-lyng: rgb(109, 50, 50);
}

:root {
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Alegreya', serif;
}

body {
  font-family: var(--font-body), sans-serif;
  font-size: 14px;
  line-height: 24px;
}

p {
  display: block;
  margin-bottom: 12px;
  margin-top: 0;
}

strong {
  font-weight: 600;
}

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

.small-meta {
  font-size: 10px;
  line-height: 12px;
}



.ids-dateinput {
  display: inline-block;
  margin: 1px;
  width: 100%;
}

.ids-dateinput-form {
  display: flex;
}

.ids-dateinput.ids-dateinput--error {
  margin-bottom: 30px;
}

.ids-dateinput-errorMessage {
  color: var(--ids-color-stein);
  font-size: 12px;
  display: block;
  margin-left: 4px;
  position: absolute;
}

.ids-dateinput-container {
  min-width: 90px;
  position: relative;
}

.ids-dateinput__button {
  background-color: transparent;
  border-width: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  float: right;
  height: 44px;
  margin-left: -44px;
  min-width: 0;
  min-width: initial;
  padding: 0;
  position: relative;
  width: 44px;
}

input[type='text'].ids-dateinput-input {
  background-color: rgba(25,126,128,0.5098);
  background-color: var(--ids-color-stein-10);
  border: 2px solid transparent;
  box-sizing: border-box;
  color: rgb(31, 33, 30);
  color: var(--ids-color-sot);
  font-size: 14px;
  height: 43px;
  margin: 1px;
  padding: 10px 15px;
  width: 100%;
  border-radius: var(--ids-border-radius);
}

.ids-dateinput-input::-moz-placeholder {
  color: rgba(204,126,128,0.5098);
  color: var(--ids-color-stein-80);
}

.ids-dateinput-input::-ms-input-placeholder {
  color: rgba(204,126,128,0.5098);
  color: var(--ids-color-stein-80);
}

.ids-dateinput-input::placeholder {
  color: rgba(204,126,128,0.5098);
  color: var(--ids-color-stein-80);
}

input[type='text'].ids-dateinput-input--error {
  border-color: var(--ids-color-lyng);
}

.ids-dateinput-input--disabled {
  opacity: 0.5;
}

.ids-dateinput-label {
  font-size: 12px;
  margin-right: 8px;
}

@media (max-width: 550px) {
  .ids-dateinput input.ids-dateinput-input {
    font-size: 16px;
  }
}

/* DayPicker styles */

.DayPicker-Screen-Reader-Only {
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute !important;
  top: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
}

.DayPicker {
  display: inline-block;
  font-size: 14px;
}

.DayPicker-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  color: #8b9898;
  display: table-cell;
  text-align: center;
  width: 44px;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  border: 1px solid transparent;
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;

  color: var(--ids-color-mose);
}

.DayPicker-Button {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--ids-color-sot);
  cursor: pointer;
  min-width: 40px;
  padding: 10px;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #eaecec;
  color: #8b9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: var(--ids-color-gressGult);
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8b9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  border: none !important;
  color: #dce0e0 !important;
  cursor: default !important;
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ) {
  background: none;
  border-radius: var(--ids-border-radius);
  border: 1px solid var(--ids-color-mose);
  color: var(--ids-color-mose);
  position: relative;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--outside
  ):hover {
  background-color: var(--ids-color-mose-10);
  color: var(--ids-color-mose);
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(
    .DayPicker-Day--selected
  ):not(.DayPicker-Day--outside):hover {
  background-color: var(--ids-color-mose-10);
  border: none;
}

/*Caption*/

.DayPicker-Caption {
  margin-bottom: 12px;
  height: 44px;
}

.Daypicker-CaptionLabel {
  display: flex;
  height: 50% !important;
  justify-content: space-between;
  margin: 11px 5% 0 5% !important;
  text-transform: capitalize;
  width: 90% !important;
}

.Daypicker-CaptionLabel svg {
  margin-top: 6px;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-CaptionDropdown {
  border-bottom: 1px solid var(--ids-color-stein-20);

  display: flex;
  height: 44px;
  justify-content: space-around;
  left: 0;
  right: 0;
  top: 0;
}

.DayPicker-Dropdown {
  position: relative;
}

.Daypicker-CaptionLabel,
.DayPicker-Dropdown select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div > .DayPicker-Dropdown {
  border-right: 1px solid var(--ids-color-stein-20);
  width: 100%;
  left: 0;
  right: 0;
}

div > .DayPicker-Dropdown ~ .DayPicker-Dropdown {
  border-right: 0;
  border-right: initial;
  left: auto;
  left: initial;

  width: 33%;
  right: 0;
}

.DayPicker-Dropdown select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

/*Footer*/

.DayPicker-Footer {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  color: var(--ids-color-mose);
  font-size: 0.875em;
  cursor: pointer;
}

.DayPicker-backwardButton,
.DayPicker-forwardButton {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 44px;
  width: 44px;
}

.DayPicker-backwardButton {
  padding-left: 15px;
}

.DayPicker-forwardButton {
  padding-right: 15px;
}

.frontpage-giftcard-jumbo {
    border-radius: 12px;
    max-width: var(--frontpage-max-width);
    overflow: hidden;
    height: 300px;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-areas:
        'title'
        'description'
        'button';
    grid-template-rows: 135px 45px auto;
    grid-row-gap: 10px;
    justify-items: center;
}

/*
 * This simulates creating an internal anchor point in the image
 * to allow certain objects stay in the same place relative to
 * the image's parent container.
 * In this case, we want the fisherman to stay in view on the left
 * of the jumbo even when resizing. Effectively creating a dynamic
 * cropping.
 */
.frontpage-giftcard-jumbo > .relative-anchor {
    position: absolute;
    top: 0;
    left: 25%;
    width: 0px;
    height: 0px;
    z-index: -1;
}

.frontpage-giftcard-jumbo > .relative-anchor > picture {
    display: block;
    position: absolute;
    top: 0;
    left: -400px;
    width: 1600px;
    height: 300px;
    z-index: -1;
}

.frontpage-giftcard-jumbo > h1 {
    grid-area: title;
    font-family: var(--font-heading);
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    align-self: end;
}

.frontpage-giftcard-jumbo > p {
    grid-area: description;
    font-family: var(--font-body);
    color: white;
    font-size: 1.25rem;
    align-self: center;
}

.frontpage-giftcard-jumbo > button {
    grid-area: button;
    align-self: start;
    padding: 10px 20px 10px 44px;
    outline: 1px solid transparent;
}

.frontpage-giftcard-jumbo > button:active {
    transform: scale(0.98);
    top: 0;
    transition-property: top;
}

.frontpage-giftcard-jumbo > button:hover {
    background-color: rgb(75, 84, 71);
    color: white;
    outline: 1px solid var(--ids-color-mose);
}

.frontpage-giftcard-jumbo > button:focus-visible {
    outline: 2px solid #fff;
}

.frontpage-giftcard-jumbo > button svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-55%) scale(0.9);
    fill: white;
}


@media (max-width: 770px) {

    .frontpage-giftcard-jumbo > .relative-anchor > picture {
        transform: scale(1.25);
    }

    .frontpage-giftcard-jumbo > h1 {
        font-size: 1.75rem;
    }

    .frontpage-giftcard-jumbo > p {
        font-size: 1rem;
        align-self: start;
    }

    .frontpage-giftcard-jumbo > .relative-anchor {
        left: 50%;
    }
}

@media (max-width: 550px) {
    .frontpage-giftcard-jumbo > .relative-anchor > picture {
        transform: scale(1.5);
        left: -160px;
        top: -50px;
    }
}

.frontpage-map-jumbo {
    border-radius: 12px;
    max-width: var(--frontpage-max-width);
    overflow: hidden;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
    display: grid;
    grid-template-areas:
        'title'
        'description'
        'button';
    grid-template-rows: 140px 55px 60px;
    grid-row-gap: 10px;
    justify-items: left;
    align-items: center;
}

/*
 * This simulates creating an internal anchor point in the image
 * to allow certain objects stay in the same place relative to
 * the image's parent container.
 * In this case, we want the fisherman to stay in view on the left
 * of the jumbo even when resizing. Effectively creating a dynamic
 * cropping.
 */
.frontpage-map-jumbo > .relative-anchor {
    position: absolute;
    top: 0;
    left: 40%;
    width: 0px;
    height: 0px;
    z-index: -1;
}

.frontpage-map-jumbo > .relative-anchor > picture {
    display: block;
    position: absolute;
    top: 0;
    left: -640px;
    width: 1600px;
    height: 300px;
    z-index: -1;
}

.frontpage-map-jumbo > h1 {
    grid-area: title;
    font-family: var(--font-heading);
    max-width: 355px;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    align-self: end;
    line-height: 3rem;
    padding-left: 70px;
}

.frontpage-map-jumbo > p {
    grid-area: description;
    font-family: var(--font-body);
    color: white;
    font-size: 1rem;
    align-self: start;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    max-width: 400px;
    padding-left: 70px;
}

.frontpage-map-jumbo > button.ids-button-primary {
    grid-area: button;
    align-self: start;
    padding: 10px 20px 10px 44px;
    outline: 1px solid transparent;
    margin-left: 70px;
    background-color: var(--ids-color-gressGult);
}

.frontpage-map-jumbo > button.ids-button-primary:active {
    transform: scale(0.98);
    top: 0;
    transition-property: top;
}

.frontpage-map-jumbo > button.ids-button-primary:hover {
    background-color: rgb(178, 136, 69);
    color: white;
    outline: 1px solid var(--ids-color-gressGult);
}

.frontpage-map-jumbo > button.ids-button-primary:focus-visible {
    outline: 2px solid #fff;
}

.frontpage-map-jumbo > button.ids-button-primary svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-55%) scale(0.9);
    fill: white;
}

@media (max-width: 770px) {
    .frontpage-map-jumbo {
        grid-template-rows: 125px 55px auto;
    }

    .frontpage-map-jumbo > .relative-anchor {
        left: 85%;
    }

    .frontpage-map-jumbo > .relative-anchor > picture {
        transform: scale(1.25);
        left: -975px;
        top: 25px;
    }

    .frontpage-map-jumbo > h1 {
        font-size: 2.5rem;
        text-shadow: 0 0 20px rgba(0, 0, 0, 1);
        line-height: 2.5rem;
        padding-left: 40px;
    }

    .frontpage-map-jumbo > p {
        padding-left: 40px;
        text-shadow: 0 0 15px rgba(0, 0, 0, 1);
    }

    .frontpage-map-jumbo > button.ids-button-primary {
        margin-left: 40px;
    }
}

@media (max-width: 550px) {
    .frontpage-map-jumbo {
        justify-items: center;
        grid-template-rows: 150px 55px auto;
    }

    .frontpage-map-jumbo > .relative-anchor > picture {
        transform: scale(1);
        left: -1040px;
        top: 0px;
    }

    .frontpage-map-jumbo > h1 {
        text-align: center;
        max-width: none;
        max-width: initial;
        line-height: inherit;
        font-size: 1.75rem;
        padding: 0 70px;
        text-shadow: 0 0 15px rgba(0, 0, 0, 1);
    }

    .frontpage-map-jumbo > p {
        text-align: center;
        max-width: none;
        max-width: initial;
        padding: 0 70px;
        text-shadow: 0 0 15px rgba(0, 0, 0, 1);
    }

    .frontpage-map-jumbo > button.ids-button-primary {
        margin-left: 0;
    }
}

@media (max-width: 400px) {
    .frontpage-map-jumbo > h1 {
        padding: 0 20px;
    }

    .frontpage-map-jumbo > p {
        padding: 0 20px;
        line-height: 1.1rem;
    }
}

.download-from-appstore-badge {
  display: inline-block;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  text-align: center;
  height: 40px;
  width: 140px;
  cursor: pointer;
  overflow: hidden;
}

.download-from-appstore-badge[data-color-variant=black] {
  background-color: black;
}

.download-from-appstore-badge[data-color-variant=white] {
  background-color: white;
}

.download-from-appstore-badge .screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.napp-banner {
  border-radius: 12px;
  background: var(--ds-color-accent-background-tinted);
  margin: 4rem auto  1rem auto;
}

.napp-banner-content {
  display: grid;
  grid-template-columns: 200px auto;
  padding-top: 1rem;
  padding-right: 2rem;
  max-width: 880px;
  margin: 1rem auto;
}

.napp-banner-content > img {
  justify-self: stretch;
}

.napp-banner-content > div {
  align-self: center;
}

.napp-banner-badges {
  padding: 1rem 0 1.5rem 0;
  border-top: 1px solid #ccc;
}

.napp-banner-badges > * {
  margin-right: 5px;
}

@media (max-width: 549.98px) {
  .napp-banner-content {
    grid-template-areas:
      "phone text"
      "badges badges";
    grid-template-columns: 150px auto;
    padding: 0.5rem 0 0 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .napp-banner-content > img {
    align-self: center;
    grid-area: phone;
  }

  .napp-banner-content > div {
    display: contents;
  }

  .napp-banner-text {
    grid-area: text;
    padding-right: 0.5rem;
    align-self: center;
  }

  .napp-banner-text p {
    font-size: 0.9em;
    line-height: 1.1em;
  }

  .napp-banner-badges {
    grid-area: badges;
    justify-self: stretch;
    text-align: center;
    margin: 0.5rem;
    padding: 0.5rem 0 0 0;
  }
}

@media (max-width: 474.98px) {
  .napp-banner-text .ids-h1 {
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
  }
}

output.error-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: var(--ds-color-danger-background-tinted);
  color: var(--ds-color-danger-text-default);
  border-color: var(--ds-color-danger-border-default);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--ds-border-radius-base);
}

output.error-messages > h2.ids-h2 {
  color: var(--ds-color-danger-text-default);
}

output.error-messages > section.content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

output.error-messages > section.content ul li {
  margin-left: 0.5rem;
}

form.anonymous-consumer section .ids-textinput {
  width: 100%;
}

form.anonymous-consumer .ids-textinput:has(input[required]) label::after {
  margin-left: 0.2rem;
  content: '*';
  color: red;
}
form.anonymous-consumer select {
  border-radius: 0;
}

form.anonymous-consumer input[aria-invalid='true'],
form.anonymous-consumer select[aria-invalid='true'],
form.anonymous-consumer div.ids-textinput.ids-textinput--error input {
  border: 1px solid red;
}

form.logged-in-consumer section .ids-textinput {
  width: 100%;
}

form.logged-in-consumer .ids-textinput:has(input[required]) label::after {
  margin-left: 0.2rem;
  content: '*';
  color: red;
}

form.logged-in-consumer input[aria-invalid='true'],
form.logged-in-consumer select[aria-invalid='true'] {
  border: 1px solid red;
}


.pin.input-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
.pin.input-field p,.pin.input-field h4 {
        margin: 0;
    }
.pin.input-field div.ids-textinput input {
            font-size: 20px !important;
            text-align: center;
            font-family: "Courier Prime", monospace;
        }

.input-field.code .textfields-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    gap: .5rem;
}
.input-field.code .textfields-container .textfield-container {
        display: flex;
        flex-direction: row;
        gap: .2rem;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
.input-field.code .textfields-container .textfield-container input {
            font-size: 20px;
            text-transform: uppercase;
            font-family: "Courier Prime", monospace;
            text-align: center;
        }
@media (max-width: 768px) {
    .input-field.code .textfields-container .textfield-container input {
                font-size: 12px;
        }
            }
/* Override the deep div stuff in the Inatur component... :-| */
.input-field.code .textfields-container .textfield-container  > :not(label) {
            flex: 1;
        }

