/* line 415, ../sass/resources/_icons.scss */
.logo-hurtigruten {
  background-image: url("/images/front/logo-hurtigruten40x40.png");
}

/* line 415, ../sass/resources/_icons.scss */
.logo-STA {
  background-image: url("/images/front/logo-sta-40x40.png");
}

/* line 765, ../sass/base/_forms.scss */
input[type="text"].newsletter__input {
  display: table-cell;
  float: none;
  width: auto;
  width: 60%;
  text-transform: none;
  padding-left: 17px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 60px;
  vertical-align: top;
  color: #34444b;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"].newsletter__submit {
  display: table-cell;
  width: 40%;
  float: none;
  background-color: #ec6851;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0 4px 4px 0;
  height: 60px;
  vertical-align: top;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"]:hover.newsletter__submit {
  background-color: #d45d49;
}

/* line 413, ../sass/base/_base.scss */
.blockquote--large::before {
  content: '“';
  font-size: 96px;
  font-weight: bold;
  font-style: italic;
  line-height: 110px;
  color: #ec6851;
  position: absolute;
  left: 0;
  top: 0;
}