/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Museo-300";
  src: url("Fonts/museo/Museo300-Regular-webfont.eot");
  src: url("Fonts/museo/Museo300-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/museo/Museo300-Regular-webfont.woff2") format("woff2"), url("Fonts/museo/Museo300-Regular-webfont.woff") format("woff"), url("Fonts/museo/Museo300-Regular-webfont.ttf") format("truetype"), url("Fonts/museo/Museo300-Regular-webfont.svg#museo300") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo-500";
  src: url("Fonts/museo/Museo500-Regular-webfont.eot");
  src: url("Fonts/museo/Museo500-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/museo/Museo500-Regular-webfont.woff2") format("woff2"), url("Fonts/museo/Museo500-Regular-webfont.woff") format("woff"), url("Fonts/museo/Museo500-Regular-webfont.ttf") format("truetype"), url("Fonts/museo/Museo500-Regular-webfont.svg#museo500") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo-700";
  src: url("Fonts/museo/Museo700-Regular-webfont.eot");
  src: url("Fonts/museo/Museo700-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Fonts/museo/Museo700-Regular-webfont.woff2") format("woff2"), url("Fonts/museo/Museo700-Regular-webfont.woff") format("woff"), url("Fonts/museo/Museo700-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Lato";
}
@media (min-width: 767px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: #007163;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0;
}

.Wrapper {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

.SiteHeader {
  background-color: #333;
  padding: 20px 0;
}
@media (min-width: 767px) {
  .SiteHeader {
    padding: 40px 0;
  }
}
.SiteHeader-logo {
  width: 200px;
}
@media (min-width: 767px) {
  .SiteHeader-logo {
    width: 300px;
  }
}

.SiteMain {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  .SiteMain {
    padding-top: 40px;
  }
}

.StatusMessage {
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .StatusMessage {
    padding: 40px;
  }
}
@media (min-width: 767px) {
  .StatusMessage {
    margin-bottom: 40px;
  }
}
.StatusMessage-heading {
  font-family: "museo-500";
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 767px) {
  .StatusMessage-heading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.StatusMessage-body p {
  margin: 0;
}
.StatusMessage-body p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}
.StatusMessage-body a {
  color: inherit;
  text-decoration: underline;
}
.StatusMessage--warning {
  background-color: #f2dede;
  color: #a94442;
}
.StatusMessage--success {
  background-color: #dff0d8;
  color: #3c763d;
}
.StatusMessage--info {
  background-color: #d9edf7;
  color: #31708f;
}

@media (min-width: 575.99px) {
  .LoginWrapper {
    display: flex;
  }
}

@media (min-width: 767px) {
  .LoginWrapper {
    display: flex;
  }
}
.LoginWrapper + .LoginWrapper {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .LoginWrapper + .LoginWrapper {
    margin-top: 40px;
  }
}

.LoginForm {
  padding: 20px;
  color: #fff;
  background-color: #d63e0d;
}
@media (min-width: 767px) {
  .LoginForm {
    padding: 40px;
  }
}
@media (min-width: 767px) {
  .LoginForm, .login-container {
    flex: 1;
  }
}
.LoginForm-heading {
  font-family: "museo-700";
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 767px) {
  .LoginForm-heading {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.LoginForm p {
  margin: 0 0 1.5rem 0;
}
.LoginForm-form {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 767px) {
  .LoginForm-form {
    width: 300px;
  }
}
.LoginForm-inputs {
  margin-bottom: 20px;
}
.LoginForm-inputs.-flex {
  display: flex;
}
.LoginForm-inputs.flexCenter {
  align-items: center;
}
.LoginForm-label {
  display: block;
  margin-bottom: 0.3rem;
}
.LoginForm-input {
  padding: 10px 10px;
  border: 0;
  background: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
}
.LoginForm-input.input-validation-error {
  border: 2px solid #a00000;
}
span.field-validation-error {
  color: white;
  margin-left: 1rem;
}
.LoginForm-button {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-family: "museo-700";
  font-size: 1rem;
  color: #d63e0d;
  background: #fff;
  padding: 10px 20px;
  width: 100%;
}
@media (min-width: 767px) {
  .LoginForm-button {
    width: auto;
    font-size: 1.1rem;
  }
}
.LoginForm .LinkButton {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  font-family: "museo-700";
  font-size: 1rem;
  color: #d63e0d;
  background: #fff;
  padding: 10px 20px;
  width: 100%;
  text-decoration: none;
  align-items: center;
  display: flex;
}
@media (min-width: 767px) {
  .LoginForm .LinkButton {
    width: 300px;
    font-size: 1.1rem;
    padding: 7px;
    vertical-align: middle;
  }
}
.LoginForm .LinkButton-logo {
  width: 50px;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .LoginForm .LinkButton-logo {
    width: 50px;
    vertical-align: middle;
  }
}
.LoginForm .LinkButton-link {
  vertical-align: middle;
  color: #d63e0d;
}
@media (min-width: 767px) {
  .LoginForm .LinkButton-link {
    width: auto;
    vertical-align: middle;
  }
}
.LoginForm-validation {
  margin-top: 15px;
  padding: 8px 10px;
  background-color: #f2dede;
  color: #a94442;
  position: relative;
}
.LoginForm-validation:before {
  position: absolute;
  left: 10%;
  top: -8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #f2dede transparent;
}
.LoginForm-checkbox {
  border: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 0.3rem;
}

.LoginInfo {
  flex: 1;
  padding: 20px;
  background-color: #faebe6;
}
@media (min-width: 767px) {
  .LoginInfo {
    padding: 40px;
  }
}
.LoginInfo h2 {
  font-family: "museo-700";
}
.LoginInfo p + h2 {
  margin-top: 40px;
}

.login-container {
  position: relative;
  max-width: 500px;
  width: 100%;
  min-height: 350px;
  max-height: 850px;
}

.carousel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 390px;
  max-width: 500px;
  margin: 0;
  padding: 0;
  justify-content: center;
  height: 100%;
  min-height: 650px;
}

.carousel-cell {
      display: flex;
      width: 100%;
      height: 100%;
      max-width: 500px;
      max-height: 844px;
      justify-items: center;
      justify-content: center;
      margin: auto;
      padding: 0;
      overflow: hidden;
  }

.carousel-cell .image {
        display: block;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
        margin: auto;
        padding: 0;
        vertical-align: top;
        opacity: .5;
        position: relative;
}

.overlay {
       
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
}

.info-container {
  position: absolute;
  color: white;
  font-family: "museo-700";
  padding: 1rem;
  z-index: 100;
}

.info-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.info-container li::before {
    display: inline-block;
    content: url('/Static/Images/list-icon.svg');
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-container li {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 1em 0;
}

.login-buttons{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1rem;
}

.login-buttons .auth-button {
    text-decoration: none;
        
    display: flex;
    justify-content:center;
}

.auth-button a {
    display: flex;
    align-items: center;
    color: white;
}

.bankid-icon {
    height: 3rem;
        
}


.auth-button a {
  text-decoration: none;
}

.login-buttons > h2 {
  text-align: center;
  color: white;
  font-family: "museo-500";
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

#loginBtn, .login-buttons .auth-button {
    background: #d63e0d;
    color: white;
    font-family: "museo-700";
    cursor: pointer;
        
}

  #loginBtn {
      margin-bottom: 0.5rem;
  }

.login-buttons .auth-button {
  margin-bottom: 1.5rem;
}
.login-container input,
#loginBtn,
.login-buttons .auth-button {
  border-radius: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
  align-items: center;
 
  border: none;
  height: 3rem;
  width: 100%;
}

.login-container label {
    color: white;
    font-family: "museo-700";
    font-size: 1rem;
    margin-left: 1rem;
}

.login-container .remember-me {
  display:flex;
  align-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.remember-me input {
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
}

.flickity-page-dots{
    position: absolute;
    justify-items: center;
}

  .flickity-page-dots .flickity-page-dot.is-selected {
    background: white;
  }

.epost-icon {
  height: 2rem;
}
.epost-button{
    display: flex;
    align-items: center;
    color: white;
}

.flickity-viewport{
  height: 100%;
}

 #ftg-mobile-header{
  display: none;
 }

.info-container {
  top: 10%;
  margin: 1rem 1rem;
}

.login-buttons p{
    width: 100%;
    text-align: center;
}

.reset-password {
  padding: 1rem 1rem;
}

.login-buttons p, .login-buttons a, .reset-password {
  color: white;
}

.reset-password a, .login-buttons p a {
  text-decoration-line: underline;
}

@media (max-width: 575.98px) {
  .LoginWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .login-container{
    height: 100vh;
  }

  .carousel-cell {
    height: 100%;
    max-height: 100%;
  }

  #ftg-mobile-header {
    display: block;
    font-family: "Lato";
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    font-size: 2rem;
    width: 60%;
  }

  
}
