@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }
  article ol, article ul {
    list-style: disc;
    padding-left: 30px;
    margin: 15px 0; }

blockquote, q {
  quotes: none; }

a {
  text-decoration: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

button {
  border: none;
  outline: none; }

/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullheight {
    height: 768px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fullheight {
    height: 1024px; } }

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px; } }

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .fullheight {
    height: 568px; } }

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 320px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .fullheight {
    height: 480px; } }

html,
body {
  position: relative;
  min-height: 100vh; }

body {
  background-color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

.logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 46px;
  text-indent: -9999px;
  width: 160px;
  top: 5px;
  z-index: 500; }

.payments {
  padding: 12em 0; }

.text-group {
  margin-bottom: 3rem; }

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

.gutter-top {
  margin-top: 2em; }
  .gutter-top--sm {
    margin-top: 1em; }
  .gutter-top--lg {
    margin-top: 3em; }

.pligttxt {
  display: none; }
  @media screen and (min-width: 480px) {
    .pligttxt {
      display: block; } }

a {
  color: #16a085;
  text-decoration: underline; }
  .page a {
    color: #fff; }

.hr {
  border-top: 1px solid #a0a0a0;
  padding-top: 4em;
  margin-top: 4em; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.clearfix::before,
.clearfix::after {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
  content: "";
  display: table;
  clear: both; }

h1, .h1, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Ubuntu", sans-serif; }

h1, .h1 {
  font-size: 5em;
  color: white;
  line-height: 1.1;
  margin-bottom: 60px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-shadow: 1px 2px #5e5a58;
  font-weight: 200;
  text-align: center; }
  @media screen and (max-width: 1250px) {
    h1, .h1 {
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; } }
  @media screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 2.9em;
      margin-bottom: 35px; } }
  @media screen and (max-width: 480px) {
    h1, .h1 {
      margin-bottom: 10px; }
      .ansøg h1, .ansøg .h1 {
        display: none; }
      .nemid h1, .nemid .h1 {
        display: none; } }

h2, .h2 {
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 1rem; }
  @media screen and (max-width: 480px) {
    h2, .h2 {
      text-align: center; } }

h3, .h3 {
  color: white;
  font-size: 2.25em; }
  @media screen and (max-width: 480px) {
    h3, .h3 {
      text-align: center; } }

h4, .h4 {
  font-size: 1.75em; }

h5, .h5 {
  font-size: 1em; }

a {
  text-decoration: none; }
  footer a {
    font-size: 0.8125em; }

p {
  color: #4b535a;
  font-weight: 500;
  font-size: 1em;
  line-height: 24px; }
  footer p {
    font-size: 0.8125em;
    line-height: 18px; }
    footer p a {
      font-size: 1em; }

small {
  color: white;
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4; }

.page .main__content ul {
  list-style-type: disc;
  margin-bottom: 2rem;
  margin-left: 3rem; }
  .page .main__content ul li {
    color: white;
    font-weight: 500;
    line-height: 1.6;
    margin: 1em 0; }

b, strong {
  display: block;
  font-weight: 700; }

legend {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

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

.bg-wrapper {
  background-image: url(../images/bg.jpg);
  background-position: 0 65px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding-top: 240px;
  min-height: 88vh;
  background-size: contain; }
  .forside .bg-wrapper {
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      .forside .bg-wrapper {
        background-size: 600% auto; } }
  @media screen and (max-width: 1250px) {
    .bg-wrapper {
      padding: 125px 2em; } }
  @media screen and (max-width: 768px) {
    .bg-wrapper {
      margin-top: 0;
      padding: 125px 2em 70px;
      background-position: top;
      background-size: 600% auto; } }
  @media screen and (max-width: 480px) {
    .bg-wrapper {
      padding: 80px 2em 30px;
      background-image: url(../images/mobile-bg.jpg) !important; } }

.container-flex {
  width: 100%;
  max-width: 1180px;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto; }
  .container-flex.row {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .container-flex.row {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.pad {
  padding: 30px 40px; }

.loan-container {
  width: 100%;
  padding: 25px 30px 0;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .loan-container {
      padding-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .loan-container {
      padding-top: 20px; } }

.bg-image {
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 100%; }
  .bg-image img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.hidden {
  display: none !important; }

@media screen and (min-width: 769px) {
  .visible-mobile {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important; } }

.iframe iframe {
  width: 200px;
  height: 250px;
  border: none;
  overflow: hidden; }

.center-elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.column {
  float: left; }
  .column.col-1-3 {
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .column.col-1-3 {
        width: 30%; } }
  .column.two-three {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .column.two-three {
        width: 70%; } }
  .column.flex {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }

.col-1-1 {
  width: 100%; }

.col-1-3 {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .col-1-3 {
      width: 33%;
      max-width: 380px; } }

.col-2-3 {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .col-2-3 {
      width: 65%;
      max-width: 780px; } }

.col-1-2 {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .col-1-2 {
      width: 46%; } }

/* Node modules */
/*@import "../node_modules/pikaday/css/pikaday";*/
aside {
  background-color: #fff;
  padding: 25px 40px 30px;
  border-radius: 5px; }
  @media screen and (max-width: 480px) {
    aside {
      padding: 16px 24px; } }
  aside .loan-container {
    padding: 0; }
    aside .loan-container .slide-container {
      -ms-flex-direction: column;
          flex-direction: column; }
      aside .loan-container .slide-container .col-1-3 {
        width: 100%; }
        aside .loan-container .slide-container .col-1-3.amount {
          padding-bottom: 30px;
          border-bottom: 1px solid #dddddd; }
        aside .loan-container .slide-container .col-1-3.months {
          padding-top: 30px;
          margin-bottom: 45px; }
          @media screen and (max-width: 480px) {
            aside .loan-container .slide-container .col-1-3.months {
              padding-top: 0;
              margin-bottom: 0; } }
      aside .loan-container .slide-container .mini-view {
        padding: 20px 0;
        border-bottom: 1px solid #dddddd; }
        @media screen and (max-width: 480px) {
          aside .loan-container .slide-container .mini-view {
            padding: 10px 0; } }
        aside .loan-container .slide-container .mini-view li {
          width: 100%;
          display: inline-block; }
          aside .loan-container .slide-container .mini-view li p {
            display: inline-block;
            float: left;
            width: 100%; }
        aside .loan-container .slide-container .mini-view span {
          font-size: 1em;
          color: #3498db;
          float: right;
          padding-top: 0;
          font-weight: 700; }
  aside .duty-text {
    padding-top: 15px; }
  aside h3 {
    color: #4b535a;
    margin-bottom: 30px; }

article {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px #dddddd; }
  article .article--header {
    background-color: #3498db;
    padding: 20px 40px;
    border-radius: 5px 5px 0 0; }
    article .article--header h2, article .article--header .h2 {
      color: #fff;
      font-size: 2.1875em;
      margin: 0;
      font-weight: 300; }
      @media screen and (max-width: 480px) {
        article .article--header h2, article .article--header .h2 {
          font-size: 1.875em; } }

.dbl-header {
  text-align: center;
  margin-bottom: 60px; }
  .dbl-header h1 {
    margin-bottom: 30px; }
  .dbl-header span {
    color: #fff;
    font-size: 28px;
    font-weight: 400; }

.header {
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(36, 36, 38, 0.1);
  width: 100%; }
  .header .container {
    width: 1180px;
    max-width: 100%;
    -ms-flex-align: center;
        align-items: center;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    height: 5em;
    overflow: visible;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .header .container {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .header__inner {
    -ms-flex-align: center;
        align-items: center;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    transition: opacity 300ms ease-out;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .header__inner {
        width: 30%; } }
  .header__menu {
    background-color: #fff;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 65px;
    width: 100vw;
    height: 100vh;
    transform: translateY(-100vh);
    transition: opacity 300ms ease-out;
    overflow: scroll; }
    @media screen and (max-width: 767px) {
      .header__menu {
        opacity: 0; } }
    @media screen and (min-width: 768px) {
      .header__menu {
        background-color: transparent;
        height: auto;
        position: relative;
        transform: translateY(0);
        top: 0;
        right: 0;
        width: auto;
        overflow: hidden; } }
    .header__menu .header__info {
      display: none; }
    .header__menu .navigation__item {
      border-bottom: 1px solid #333;
      margin-right: 15px; }
      @media screen and (max-width: 480px) {
        .header__menu .navigation__item {
          margin-right: 0; } }
      .header__menu .navigation__item:last-of-type {
        margin-right: 0; }
        @media screen and (max-width: 768px) {
          .header__menu .navigation__item:last-of-type {
            display: none; } }
      .header__menu .navigation__item a {
        color: #4b535a;
        display: block;
        font-size: 20px;
        font-weight: normal;
        padding: 1.4rem 1.2rem;
        text-align: center;
        text-decoration: none; }
        @media screen and (min-width: 768px) {
          .header__menu .navigation__item a {
            color: #242426;
            font-size: 0.9em;
            text-transform: none;
            padding: 1rem; } }
      @media screen and (min-width: 768px) {
        .header__menu .navigation__item {
          border-bottom: 0;
          float: left; } }
      .header__menu .navigation__item.active a {
        color: #16a085; }
      .header__menu .navigation__item:last-of-type {
        border: 1px solid #000;
        border-radius: 5px; }
        .header__menu .navigation__item:last-of-type a {
          color: #16a085;
          font-weight: 700; }
    @media screen and (min-width: 768px) {
      .header__menu .navigation__details {
        display: none; } }
    .header__menu .btn-container {
      background-color: #1cb54b; }
      @media screen and (min-width: 768px) {
        .header__menu .btn-container {
          display: none; } }
      .header__menu .btn-container a {
        box-shadow: none;
        font-size: 30px;
        text-decoration: underline;
        margin: 0 auto;
        display: block;
        text-align: center; }
        .header__menu .btn-container a:before {
          top: 0; }

.toggle--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 768px) {
    .toggle--container {
      display: none; } }

.header__toggle {
  background-color: transparent;
  border: none;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 500ms ease-in-out;
  padding: 0;
  width: 30px;
  display: block;
  outline: none;
  z-index: 800;
  margin-left: 10px; }
  .header__toggle span {
    background: #242426;
    border-radius: 1rem;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 250ms ease-in-out;
    width: 100%; }
    .header__toggle span:nth-child(1) {
      top: 0px;
      transform-origin: left center; }
    .header__toggle span:nth-child(2) {
      top: 7px;
      transform-origin: left center; }
    .header__toggle span:nth-child(3) {
      top: 14px;
      transform-origin: left center; }
  .header__toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
    top: -4px;
    left: 4px; }
  .header__toggle.is-open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .header__toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
    left: 4px; }

.header--nav .header__inner {
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .header--nav .header__inner {
      transform: translateX(0); } }

.header--nav nav {
  transform: translateX(0);
  opacity: 1; }

.header--nav .btn-container {
  display: block; }

@media screen and (max-width: 767px) {
  .header--nav .header__info {
    padding: 40px 50px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; } }

.header--nav .header__info .footer__address {
  margin-top: 50px;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .header--nav .header__info .footer__address p {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }

.body--nav {
  height: 100%;
  overflow: hidden; }
  .body--nav main:after {
    background-color: rgba(36, 36, 38, 0.6); }

.footer {
  background-color: #ffffff;
  padding: 60px 0 50px;
  box-shadow: 0 1px 13px #d6d6d6;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 30px 0 25px; } }
  .forside .footer {
    background-color: #f5f5f5; }
  .footer .container {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .footer .container {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
  .footer div div {
    width: 50%; }
    .footer div div:last-of-type {
      text-align: right; }
      @media screen and (max-width: 768px) {
        .footer div div:last-of-type {
          text-align: center;
          margin-top: 20px; } }
  .footer img {
    max-height: 30px;
    width: auto;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .footer img {
        margin: 0 auto;
        display: block; } }
  @media screen and (max-width: 768px) {
    .footer .footer__menu {
      display: none; } }
  .footer .footer__menu .navigation {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer__menu .navigation .navigation__item {
      padding-right: 25px; }
      .footer .footer__menu .navigation .navigation__item:last-of-type {
        padding-right: 0; }

.slider {
  margin: 10em auto 4em; }
  @media (max-width: 768px) {
    .slider {
      width: 65vw;
      margin: 10em auto 2em; } }
  .slider .slider__interval {
    -ms-flex-align: center;
        align-items: center;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.slide-container {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .slide-container .loan-slider-amount, .slide-container .loan-slider-runtime {
      margin: 15px 0 !important; } }
  @media (min-width: 1024px) {
    .slide-container .amount {
      margin-right: 80px; } }
  @media (min-width: 1024px) {
    .slide-container .months {
      margin-right: 60px; } }
  @media screen and (max-width: 1024px) {
    .slide-container {
      -ms-flex-direction: column;
          flex-direction: column;
      max-width: 500px;
      margin: 0 auto; } }
  .input-group .slide-container {
    padding: 40px; }
    @media screen and (max-width: 480px) {
      .input-group .slide-container {
        padding: 20px 40px; } }
  @media screen and (max-width: 768px) {
    .slide-container > div {
      padding-bottom: 25px; }
      .slide-container > div:first-of-type {
        border-bottom: 1px solid #ecf0f1;
        margin-bottom: 25px; }
      .slide-container > div:last-of-type {
        margin-top: 0;
        margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .slide-container > div {
      padding-bottom: 10px; }
      .slide-container > div:first-of-type {
        border-bottom: 1px solid #ecf0f1;
        margin-bottom: 0px; } }
  .slide-container p.medium {
    display: inline-block;
    width: 50%;
    float: left; }
    .slide-container p.medium:last-of-type {
      text-align: right; }
  .slide-container .loan--total {
    border-radius: 5px;
    background: #3498db;
    padding: 40px 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 1024px) {
      .slide-container .loan--total {
        padding: 30px 0;
        margin-top: 15px; } }
    @media screen and (max-width: 768px) {
      .slide-container .loan--total {
        padding: 15px 0;
        margin-top: 0; } }
  .slide-container .loan--total__title {
    color: #fff;
    line-height: 1; }
  .slide-container .loan--total__price {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .slide-container .loan--total__price {
        font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      .slide-container .loan--total__price {
        font-size: 1.5rem; } }
  .slide-container .amount--chosen, .slide-container .months--chosen {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .slide-container .amount--chosen, .slide-container .months--chosen {
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 25px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; } }
  .slide-container .month--chosen__value, .slide-container .amount--chosen__value {
    padding-top: 8px;
    font-size: 40px;
    font-weight: 300; }
    @media screen and (max-width: 480px) {
      .slide-container .month--chosen__value, .slide-container .amount--chosen__value {
        font-size: 30px;
        padding-top: 0; } }
  @media screen and (max-width: 480px) {
    .slide-container .months--chosen {
      margin-top: 15px; } }

/* jQuery UI Slider */
.ui-slider {
  background-color: #fff;
  border-radius: 5px; }

.ui-slider .ui-slider-handle {
  background: #2980b9;
  border-radius: 50%;
  border: none;
  height: 18px;
  outline: none;
  width: 18px; }

.ui-slider-horizontal {
  height: .5em; }

.ui-slider-range-min {
  background-color: #3498db; }

.ui-slider .ui-state-active {
  background-color: #2980b9; }

.ui-widget.ui-widget-content {
  border: #ecf0f1;
  background-color: #ecf0f1; }

#loanCartForm {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    #loanCartForm {
      display: none; }
      .application #loanCartForm {
        display: block;
        margin-top: 0; } }
  #loanCartForm div {
    opacity: 1;
    transition: opacity .3s ease-in;
    max-height: 100%; }
    #loanCartForm div.hidden {
      max-height: 0;
      opacity: 0;
      transition: opacity .3s ease-in;
      padding: 0;
      margin: 0; }
      #loanCartForm div.hidden * {
        display: none; }

.form-birth input {
  margin-right: 20px; }
  .form-birth input:last-of-type {
    margin-right: 0; }

.form-divider {
  margin: 2rem 0 1rem; }
  .form-divider h5 {
    font-size: 24px;
    font-weight: 600; }

.btn-container {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0px 30px; }
  @media screen and (max-width: 480px) {
    .btn-container {
      padding: 15px 0px; } }
  .btn-container.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 1.5rem; }
    @media screen and (max-width: 480px) {
      .btn-container.align-right {
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0; } }
  .btn-container.b-top {
    border-top: 1px solid #ddd; }

.btn {
  padding: 10px 45px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  font-size: 18px;
  font-weight: 500; }
  .btn.btn-light-green {
    box-shadow: 0 4px 0 #168844;
    background-color: #1cb54b;
    color: #fff;
    transition: all .3s linear; }
    .btn.btn-light-green:hover {
      background-color: #2dd761;
      box-shadow: 0 4px 0 #16a085; }
    .input-group .btn.btn-light-green {
      margin: 15px 0; }
      @media screen and (max-width: 480px) {
        .input-group .btn.btn-light-green {
          margin: -10px 0 15px; } }
  .btn.btn-blue {
    background-color: #45B1E3;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400; }
    .btn.btn-blue svg {
      margin-left: 1rem;
      width: 24px;
      height: 24px; }
  .btn.no-icon:before {
    content: "";
    display: none; }
  .btn.btn-large {
    padding: 20px 120px; }
    @media screen and (max-width: 480px) {
      .btn.btn-large {
        padding: 10px 0;
        width: 100%;
        margin-top: 10px !important; } }
  .btn:before {
    content: url(../images/btn-symbol.png);
    position: relative;
    left: -10px;
    top: 3px; }

.assurance {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 70px 0 20px; }
  @media screen and (min-width: 768px) {
    .assurance {
      -js-display: flex;
      display: -ms-flexbox;
      display: flex; } }
  .assurance.nemid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 480px) {
      .assurance.nemid {
        padding: 20px 0; } }
    .assurance.nemid .assurance--dbl {
      padding: 0;
      -ms-flex-align: center;
          align-items: center;
      min-height: auto; }
  .assurance h2 {
    font-size: 42px;
    text-align: center;
    color: #4b535a;
    margin-bottom: 70px;
    font-weight: 300; }
  .assurance .assurance__flex {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 15px; }
    .assurance .assurance__flex.column {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media screen and (max-width: 480px) {
        .assurance .assurance__flex.column {
          margin-bottom: 0; } }
      .assurance .assurance__flex.column > div {
        border: none;
        max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .assurance .assurance__flex {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .assurance .assurance__flex > div {
      border: 1px solid #dddddd;
      padding: 50px 25px;
      border-radius: 10px;
      max-width: 355px;
      min-height: 241px; }
      @media screen and (max-width: 1024px) {
        .assurance .assurance__flex > div {
          margin-bottom: 25px; }
          .assurance .assurance__flex > div:last-of-type {
            margin-bottom: 0; } }
  .assurance .assurance--dbl {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
    color: #3498db; }
    .assurance .assurance--dbl > div {
      padding: 0 45px; }
      @media screen and (max-width: 1024px) {
        .assurance .assurance--dbl > div {
          padding: 0 20px; } }
    .assurance .assurance--dbl .assurance--dbl__nmb {
      font-size: 60px;
      border-right: 1px solid #4b535a;
      padding-right: 20px; }
    .assurance .assurance--dbl .assurance--dbl__text {
      padding: 0 30px; }
      .assurance .assurance--dbl .assurance--dbl__text p {
        font-size: 23px;
        line-height: 25px;
        color: #3498db;
        font-weight: 400; }
  .assurance .assurance--single {
    text-align: center; }

.nemid-expl {
  padding: 15px 0; }

.ui-accordion {
  font-family: "Ubuntu", sans-serif; }
  .ui-accordion .ui-accordion-header {
    background: none;
    border: none;
    color: #4b535a;
    border-bottom: none;
    border-bottom: 1px solid #dddddd;
    font-weight: 500;
    transition: color .2s ease;
    padding: 15px 0;
    text-align: left; }
  .ui-accordion .ui-accordion-header-active {
    border-bottom: none;
    color: #3498db; }
  .ui-accordion .ui-widget-content {
    border: none;
    border-bottom: 1px solid #dddddd; }
  .ui-accordion .ui-accordion-content {
    padding-left: 50px;
    padding-top: 3px; }
    @media screen and (max-width: 480px) {
      .ui-accordion .ui-accordion-content {
        padding-left: 15px; } }
    .ui-accordion .ui-accordion-content p {
      font-size: 13px;
      line-height: 18px; }
  .ui-accordion .ui-state-hover {
    background: none; }
  .ui-accordion .ui-icon {
    transition: transform .2s ease-in;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    display: block;
    float: left;
    height: 27px; }
  .ui-accordion .ui-icon.iconOpen {
    background-image: url("../images/arrow.png");
    transform: rotate(-180deg); }
  .ui-accordion .ui-icon.iconClosed {
    background-image: url("../images/arrow.png");
    transform: rotate(0deg); }

.steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  padding: 20px 0;
  max-width: 1180px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 768px) {
    .steps {
      -ms-flex-direction: column;
          flex-direction: column;
      margin: 0;
      padding: 5px 0;
      margin-bottom: -25px; }
      .nemid .steps {
        margin-bottom: 15px; } }
  .steps--list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 768px) {
      .steps--list {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .steps--list__item {
      padding: 0 25px; }
      @media screen and (max-width: 768px) {
        .steps--list__item {
          padding: 10px 0; } }
      .steps--list__item.active {
        color: #3498db; }
      .steps--list__item:first-of-type {
        padding-left: 0; }
        .steps--list__item:first-of-type:after {
          content: "|";
          position: relative;
          left: 25px; }
          @media screen and (max-width: 768px) {
            .steps--list__item:first-of-type:after {
              display: none; } }
      .steps--list__item:last-of-type {
        padding-right: 0; }
        .steps--list__item:last-of-type:before {
          content: "|";
          position: relative;
          right: 25px; }
          @media screen and (max-width: 768px) {
            .steps--list__item:last-of-type:before {
              display: none; } }

@media screen and (max-width: 480px) {
  .step-one .input-group:first-of-type {
    display: none; } }

.check__body {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc; }
  .check__body .check__body__details__name p span {
    color: #3498db;
    position: absolute;
    left: 220px; }

.receipt-btns {
  padding-top: 25px; }

.receipt-phone {
  font-size: 55px;
  color: #3498db;
  margin-top: 20px;
  font-weight: 300; }

.autocomplete-container {
  /* relative position for at de absolut positionerede forslag får korrekt placering.*/
  position: relative;
  width: 100%;
  max-width: 30em; }

.autocomplete-container input {
  /* Både input og forslag får samme bredde som omkringliggende DIV */
  width: 100%;
  box-sizing: border-box; }

.dawa-autocomplete-suggestions {
  margin: 0.3em 0 0 0;
  padding: 0;
  text-align: left;
  border-radius: 0.3125em;
  background: #fcfcfc;
  box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box; }

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
  margin: 0;
  list-style: none;
  cursor: pointer;
  padding: 0.4em 0.6em;
  color: #333;
  border: 0.0625em solid #ddd;
  border-bottom-width: 0; }

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-width: 0.0625em; }

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
  background: #f0f0f0; }

.spargoLoanForm.splitty header, .spargoNemID.splitty header {
  display: none; }

.spargoLoanForm.splitty .bg-wrapper, .spargoNemID.splitty .bg-wrapper {
  background-image: none !important;
  background-color: rgba(52, 152, 219, 0.4) !important;
  padding-top: 4rem; }
  @media screen and (max-width: 480px) {
    .spargoLoanForm.splitty .bg-wrapper, .spargoNemID.splitty .bg-wrapper {
      padding-top: 2rem; } }

/*.eskat {
    background-color: rgba(0,128,0,.1);
    border-width: 1px;
    border-color: green;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0px 3px #dddddd;
    border-radius: 4px;

    label {
        font-size: 18px;
        color: #172C43;
        margin-bottom: 0;
    }

    .flex {
        display: flex;

        &.align-center {
            align-items: center;
        }

        &-col {
            flex-direction: column;
        }

        .img {
            margin-left: auto;
            height: 33px;
            overflow: hidden;
            display: flex;
            align-items: flex-end;

            img {
                width: 133px;
                height: auto;
            }
        }
    }

    .check-list {
        h5 {
            margin-bottom: 1rem;
            font-size: 1rem;
            font-weight: bold;
            margin-top: 1rem;
        }

        .flex {
            margin-bottom: .5rem;

            svg {
                margin-right: 1rem;
                width: 16px;
                height: 12px;
            }
        }
    }

    input[type="checkbox"] {
        //position: relative;
        //left: 0;
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-right: 1rem;
    }

    .textarea {
        span {
            font-size: 12px;
        }
    }
}*/
::placeholder, ::-webkit-input-placeholder {
  font-weight: 400;
  color: #4b535a;
  font-size: 10px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4b535a;
  opacity: 1;
  font-weight: 400;
  font-size: 10px; }

input, textarea {
  font-size: 16px !important; }

.input-group {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 2em;
  box-shadow: 0px 3px #dddddd; }
  .input-group p {
    color: #242426; }
  .input-group small {
    color: #a0a0a0; }
  .input-group h1, .input-group .h1, .input-group h2, .input-group .h2, .input-group h3, .input-group .h3 {
    color: #242426; }
  .input-group__title {
    background-color: #3498db;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white !important;
    padding: 1.5rem;
    font-size: 35px;
    font-weight: 300; }
    @media screen and (max-width: 480px) {
      .input-group__title {
        font-size: 1.4rem; } }
  .input-group__fields {
    padding: 30px 1.5rem 15px; }
    @media screen and (max-width: 767px) {
      .input-group__fields {
        padding: 1rem 1.5rem; } }

.button-group {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .button-group div input {
    width: 92% !important; }
    @media screen and (max-width: 480px) {
      .button-group div input {
        width: 88% !important; } }
  .button-group input {
    margin: 0 0.5em; }
    .button-group input:first-of-type {
      margin-left: 0; }
    .button-group input:last-of-type {
      margin-right: 0; }
  .button-group .select {
    margin: 0 0.5em; }
    .button-group .select:first-of-type {
      margin-left: 0; }
    .button-group .select:last-of-type {
      margin-right: 0; }
  .button-group:after {
    content: "";
    display: table;
    clear: both; }

/*
	General styling
*/
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #888888;
  border-radius: 3px;
  display: block;
  padding: 5px 10px;
  width: 100%;
  outline: none;
  transition: border-color 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  min-width: 1px; }
  input.input-validation-error {
    border: 2px solid #cb3030; }
  input:focus {
    border-color: #4b535a; }

.field-validation-error {
  position: absolute;
  font-size: 10px;
  top: 12px;
  right: 43px;
  color: #cb3030; }
  @media screen and (max-width: 480px) {
    .field-validation-error {
      display: none; } }
  .select .field-validation-error {
    right: -78%; }

.termsandconditions.field-validation-error {
  margin-top: -20px; }

.bank.field-validation-error {
  margin-top: 30px; }

input, label, select, button {
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #4b535a; }

fieldset {
  margin-bottom: 10px; }
  fieldset legend {
    line-height: 1.2;
    margin-bottom: 0.6rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      fieldset legend {
        float: left;
        margin-bottom: 0;
        padding-top: 5px;
        width: 30%; }
        .splitOne fieldset legend {
          padding-top: .3em; } }
  fieldset.form-birth div div {
    margin-right: 15px; }
    fieldset.form-birth div div:last-of-type {
      margin-right: 0; }

/*
	Buttons
*/
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #aa4d62;
  display: inline-block;
  box-shadow: 0 4px 0 #52252f;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-size: 1em;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 4px;
  padding: 0.75em 0;
  position: relative;
  /* Hover */
  /* Child */
  /* Larger version */ }
  .button:before, .button:after {
    background-color: #873d4e;
    content: "";
    position: absolute; }
  .button:after {
    height: 100%;
    left: 0;
    top: 0;
    transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 0; }
  .button:hover:after {
    width: 100%; }
  .button span {
    color: white;
    padding: 0 2.5em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    transition: color 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    z-index: 1; }
  .button--lg {
    box-shadow: 0 6px 0 #52252f;
    font-size: 1.25em;
    margin-bottom: 6px; }

.t3 .button[type="submit"] {
  background-color: #5eae41;
  box-shadow: 0 6px 0 #2c511e; }
  .t3 .button[type="submit"]:before, .t3 .button[type="submit"]:after {
    background-color: #2c511e; }

.button--outline {
  background-color: transparent;
  box-shadow: none;
  border: 2px solid white;
  margin-bottom: 0;
  /* Hover */
  /* Child */
  /* Larger version */ }
  .button--outline:before, .button--outline:after {
    background-color: white; }
  .button--outline:hover span {
    color: #16a085; }
  .button--outline span {
    color: white;
    text-shadow: none; }
  .button--outline.t1Var {
    background-color: #fff; }
    .button--outline.t1Var:before, .button--outline.t1Var:after {
      background-color: #2d5f1b; }
    .button--outline.t1Var span {
      color: #5eae41; }
    .button--outline.t1Var:hover span {
      color: #fff; }
  .button--outline.t2Var {
    background-color: #aa4d62;
    /* Hover */ }
    .button--outline.t2Var:before, .button--outline.t2Var:after {
      background-color: #873d4e; }
    .button--outline.t2Var span {
      color: #fff; }
    .button--outline.t2Var:hover span {
      color: #fff; }
  .button--outline--lg {
    font-size: 1.25em; }

.button--selected {
  background-color: #16a085;
  box-shadow: 0 4px 0 #073028;
  /* Hover */
  /* Checkmark */ }
  .button--selected:before, .button--selected:after {
    background-color: #107360; }
  .button--selected span:after {
    background-image: url("../images/icon-checkmark.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    top: 1px;
    transform: scale(1);
    width: 18px; }

.button--selected.button--lg {
  box-shadow: 0 6px 0 #073028;
  /* Size of checkmark */ }
  .button--selected.button--lg span:after {
    width: 24px; }

/*
	Select
*/
.select {
  background-color: white;
  display: block;
  padding: 5px 0;
  min-width: 283px; }
  @media screen and (max-width: 480px) {
    .select {
      min-width: auto;
      width: 100%;
      padding: 0; }
      .select select {
        height: 26px;
        padding-right: 0 !important;
        padding-left: 10px;
        width: calc(100% - 12px) !important; } }
  .dbl .select {
    min-width: calc(489px / 2 - 7px); }
    @media screen and (max-width: 480px) {
      .dbl .select {
        min-width: auto;
        width: 50%;
        margin: 0 0; }
        .dbl .select:first-of-type {
          margin-right: 5%; } }
    .dbl .select .field-validation-error {
      right: 7px;
      background: #fff;
      z-index: 500;
      pointer-events: none; }
  .splitOne .select {
    padding: .3em 1em; }
  .select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    box-sizing: content-box;
    outline: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    color: #4b535a;
    font-weight: 400;
    border: 1px solid #888888;
    border-radius: 3px;
    height: 26px;
    padding-left: 10px; }
    .select select.input-validation-error {
      border: 2px solid #cb3030; }
  .select select:required:invalid {
    color: #4b535a; }
  .select option[value=""][disabled] {
    display: none; }
  .select option {
    color: #242426; }
  .select:after {
    border-color: #242426 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 4px;
    content: '';
    margin-top: -3px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 1em;
    width: 0; }

/*
	Radio buttons and checkboxes
*/
.options {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: -0.7em; }

.options__item {
  margin-right: 0.5em;
  margin-bottom: 0.5em; }
  .options__item:last-child {
    margin-right: 0; }
  .options__item label {
    background-color: white;
    border: 1px solid #888888;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    transition: border-color 300ms ease-out, background-color 300ms ease-out, color 300ms ease-out;
    vertical-align: middle;
    color: #4b535a;
    /* Hover */
    /* Child */ }
    .splitOne .options__item label {
      padding: .3em 0; }
    .options__item label:before, .options__item label:after {
      background-color: #e0e0e0;
      content: "";
      position: absolute; }
    .options__item label:after {
      height: 100%;
      left: 0;
      top: 0;
      transition: all 200ms ease-out;
      width: 0; }
    .options__item label:hover:after {
      width: 100%; }
    .options__item label span {
      color: #4b535a;
      padding: 0 1em;
      transition: color 200ms ease-out;
      z-index: 1;
      font-weight: 400; }
  .options__item input[type="radio"] {
    position: absolute;
    left: -9999px; }
  .options__item input[type="radio"]:checked + label {
    background-color: #3498db;
    border-color: #3498db; }
    .options__item input[type="radio"]:checked + label:hover:after {
      width: 0; }
    .options__item input[type="radio"]:checked + label span {
      color: white; }

/* Styling of checkboxes */
.checkboxes {
  margin-top: 1em; }
  .checkboxes .checkboxes__item {
    margin-bottom: 1em; }
    .checkboxes .checkboxes__item:last-child {
      margin-bottom: 0; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

input[type="checkbox"] ~ label {
  display: block;
  position: relative;
  padding-left: 40px;
  /* Checkbox */
  /* Checkmark */ }
  input[type="checkbox"] ~ label:before {
    background-color: white;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px; }
  input[type="checkbox"] ~ label:after {
    background-image: url("../images/icon-checkmark-alt.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 5px;
    position: absolute;
    top: 7px;
    transition: transform 200ms ease-out;
    width: 16px; }
  input[type="checkbox"] ~ label span {
    line-height: 1.6; }

/* Checkmark visibility toggle */
input[type="checkbox"]:not(:checked) ~ label:after {
  transform: scale(0); }

input[type="checkbox"]:checked ~ label:after {
  transform: scale(1); }

.errorlog {
  color: red;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center; }

.icon-info {
  float: right;
  height: 28px;
  color: white;
  font-size: 18px;
  line-height: 28px;
  width: 28px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  background-image: url("/Spargo.Assets/images/infoicon.png");
  margin-top: 3px;
  cursor: pointer; }

.icon-info.kalp-no {
  position: absolute;
  top: -1px;
  right: 3px; }

.tooltip > .tooltip-inner {
  background-color: #fff;
  border: 1px solid #488bc4;
  border-radius: 0;
  color: #000;
  padding: 10px;
  text-align: left;
  max-width: 400px; }

.tooltip {
  width: 400px;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: -1; }

.tooltip-active {
  opacity: 1;
  z-index: 999; }

.tooltip > .tooltip-arrow {
  display: none; }

body:not(.is-touch-device) .tooltip button {
  display: none; }

.tooltip button {
  float: right;
  margin: -5px;
  border: none;
  background: none;
  padding: 0 3px 0 8px; }

@media only screen and (max-width: 480px) {
  .tooltip {
    max-width: 300px; } }

.infotxt {
  width: 88%;
  float: left; }

@media (min-width: 768px) and (max-width: 992) {
  .infotxt {
    width: 82%; } }

@media (min-width: 992px) {
  .infotxt {
    width: 92%; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .infotxt {
    width: 91%; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .infotxt {
    width: 82%; } }

.infotxt-small {
  width: 83%;
  float: left; }

@media (min-width: 768px) and (max-width: 992) {
  .infotxt-small {
    width: 77%; } }

@media (min-width: 992px) {
  .infotxt-small {
    width: 87%; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .infotxt-small {
    width: 86%; } }

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .infotxt-small {
    width: 77%; } }

/* -------------- Loan Form Checkmarks -------------------------*/
.formgroup {
  position: relative; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  width: 19px;
  height: 19px;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark-form {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position: absolute;
  right: 13px;
  top: 5px;
  margin: 0; }

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  width: 9px;
  height: 6px; }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

.checkmark-IE {
  height: 20px;
  width: 20px;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 95%;
  bottom: 45%; }
  @media (max-width: 768px) {
    .checkmark-IE {
      left: 90%; } }

.input-validation-error ~ .checkmark-form {
  display: none !important; }

.input-validation-error ~ .checkmark-IE {
  display: none !important; }

.checkmark-error {
  display: none; }

.input-validation-error ~ .checkmark-error {
  display: block;
  transform: scale(0);
  transition: transform .2s linear;
  position: absolute;
  right: 13px;
  top: 5px; }
  .input-validation-error ~ .checkmark-error.show {
    transform: scale(1);
    transition: transform .2s linear; }

.duty-text {
  padding-top: 25px;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .duty-text {
      padding-top: 0; } }
  .duty-text p {
    color: #4b535a;
    font-size: 13px;
    text-align: center;
    line-height: 18px; }
    @media screen and (max-width: 480px) {
      .duty-text p {
        text-align: left;
        font-size: 12px; } }
    aside .duty-text p {
      text-align: left; }
  .input-group .duty-text {
    padding: 0 30px 25px; }

/* Pikaday */
.pika-title {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #3498db;
  color: #fff;
  text-decoration: underline;
  -ms-flex: 1;
      flex: 1;
  box-shadow: 2px 2px 5px #999;
  -ms-flex-order: 1;
      order: 1; }
  .pika-label:first-of-type {
    -ms-flex-order: 2;
        order: 2; }

/* Jquery dropdowns*/
.date-dropdowns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .date-dropdowns select {
    -ms-flex: 1;
        flex: 1;
    margin-right: .5rem;
    padding: 5px 10px;
    border: 1px solid #888888; }
    .date-dropdowns select:last-of-type {
      margin-right: 0; }
