@charset "UTF-8";

/* listauksen taustaväri */

.nt-list .nt-grid-container {
  max-width: 1300px;
}

/* listauksen palstajaon maksimileveys */

@media (max-width: 1450px) {
  .nt-list .nt-grid-container {
    max-width: 1100px;
  }
  /* listauksen palstajaon maksimileveys, pienet monitorit */
}

.nt-list .nt-listcard-presentation,
.nt-list .nt-card-presentation {
  background-color: #002e6c;
  color: white;
}

/* esittelyssä taustaväri */

/* .nt-button-search-closed { display: none !important; } */

.nt-slideimage-2 {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.nt-h-search {
  font-weight: normal;
  font-size: 120%;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}

.nt-search-container form input,
.nt-search-container form textarea {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*===============================================================

Neriotools list px grid

===============================================================*/

.nt-list {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  margin: 0;
  padding: 0;
  background: transparent; /*#fefefe;*/
  /*  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nt-hide {
  display: none !important;
}

/**
 * Add the correct display in IE 9-.
 */

.nt-list article,
.nt-list aside,
.nt-list footer,
.nt-list header,
.nt-list nav,
.nt-list section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

.nt-list h1 {
  font-size: 32px;
  margin: 10px 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

.nt-list figcaption,
.nt-list figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

.nt-list figure {
  margin: 16px 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

.nt-list hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */

.nt-list main {
  display: block;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

.nt-list a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

.nt-list a:active,
.nt-list a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

.nt-list abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

.nt-list b,
.nt-list strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

.nt-list b,
.nt-list 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.
 */

.nt-list code,
.nt-list kbd,
.nt-list samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 16px;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

.nt-list dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

.nt-list mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

.nt-list small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

.nt-list sub,
.nt-list sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.nt-list sub {
  bottom: -4px;
}

.nt-list sup {
  top: -8px;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

.nt-list audio,
.nt-list video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

.nt-list audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

.nt-list img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

.nt-list svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

.nt-list button,
.nt-list input,
.nt-list optgroup,
.nt-list select,
.nt-list textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */

.nt-list button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

.nt-list button,
.nt-list select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

.nt-list button,
.nt-list html [type="button"],
.nt-list [type="reset"],
.nt-list [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.nt-list button,
.nt-list [type="button"],
.nt-list [type="reset"],
.nt-list [type="submit"] {
  /**
     * Remove the inner border and padding in Firefox.
     */
  /**
     * Restore the focus styles unset by the previous rule.
     */
}

.nt-list button::-moz-focus-inner,
.nt-list [type="button"]::-moz-focus-inner,
.nt-list [type="reset"]::-moz-focus-inner,
.nt-list [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.nt-list button:-moz-focusring,
.nt-list [type="button"]:-moz-focusring,
.nt-list [type="reset"]:-moz-focusring,
.nt-list [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */

.nt-list input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

.nt-list [type="checkbox"],
.nt-list [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

.nt-list [type="number"]::-webkit-inner-spin-button,
.nt-list [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

.nt-list [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
     */
}

.nt-list [type="search"]::-webkit-search-cancel-button,
[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.
 */

.nt-list ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

.nt-list fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 5px 10px 12px;
}

/**
 * 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.
 */

.nt-list legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

.nt-list progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

.nt-list textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE, and Firefox.
 */

.nt-list details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

.nt-list summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */

.nt-list menu {
  display: block;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

.nt-list canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

.nt-list template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

.nt-list [hidden] {
  display: none;
}

.nt-foundation-mq {
  font-family: "small=0px&medium=640px&large=1024px&xlarge=1200px&xxlarge=1440px";
}

.nt-list html {
  box-sizing: border-box;
  font-size: 100%;
}

.nt-list *,
.nt-list *::before,
.nt-list *::after {
  box-sizing: inherit;
}

.nt-list img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.nt-list textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

.nt-list select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.nt-grid-container {
  max-width: 1200px;
  margin: 0 auto !important;
}

.nt-grid-container-padded {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1000px) {
  .nt-grid-container-padded {
    padding-left: 0;
    padding-right: 0;
  }
}

.nt-grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.nt-cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.nt-cell.nt-auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.nt-cell.nt-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nt-grid-x > .nt-auto {
  width: auto;
}

.nt-grid-x > .nt-shrink {
  width: auto;
}

.nt-grid-x > small-shrink,
.nt-grid-x > small-full,
.nt-grid-x > small-1,
.nt-grid-x > small-2,
.nt-grid-x > small-3,
.nt-grid-x > small-4,
.nt-grid-x > small-5,
.nt-grid-x > small-6,
.nt-grid-x > small-7,
.nt-grid-x > small-8,
.nt-grid-x > small-9,
.nt-grid-x > small-10,
.nt-grid-x > small-11,
.nt-grid-x > small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 640px) {
  .nt-list .nt-grid-x > medium-shrink,
  .nt-grid-x > medium-full,
  .nt-grid-x > medium-1,
  .nt-grid-x > medium-2,
  .nt-grid-x > medium-3,
  .nt-grid-x > medium-4,
  .nt-grid-x > medium-5,
  .nt-grid-x > medium-6,
  .nt-grid-x > medium-7,
  .nt-grid-x > medium-8,
  .nt-grid-x > medium-9,
  .nt-grid-x > medium-10,
  .nt-grid-x > medium-11,
  .nt-grid-x > medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-x > large-shrink,
  .nt-grid-x > large-full,
  .nt-grid-x > large-1,
  .nt-grid-x > large-2,
  .nt-grid-x > large-3,
  .nt-grid-x > large-4,
  .nt-grid-x > large-5,
  .nt-grid-x > large-6,
  .nt-grid-x > large-7,
  .nt-grid-x > large-8,
  .nt-grid-x > large-9,
  .nt-grid-x > large-10,
  .nt-grid-x > large-11,
  .nt-grid-x > large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.nt-grid-x > .nt-small-1 {
  width: 8.33333%;
}

.nt-grid-x > .nt-small-2 {
  width: 16.66667%;
}

.nt-grid-x > .nt-small-3 {
  width: 25%;
}

.nt-grid-x > .nt-small-4 {
  width: 33.33333%;
}

.nt-grid-x > .nt-small-5 {
  width: 41.66667%;
}

.nt-grid-x > .nt-small-6 {
  width: 50%;
}

.nt-grid-x > .nt-small-7 {
  width: 58.33333%;
}

.nt-grid-x > .nt-small-8 {
  width: 66.66667%;
}

.nt-grid-x > .nt-small-9 {
  width: 75%;
}

.nt-grid-x > .nt-small-10 {
  width: 83.33333%;
}

.nt-grid-x > .nt-small-11 {
  width: 91.66667%;
}

.nt-grid-x > .nt-small-12 {
  width: 100%;
}

@media print, screen and (min-width: 640px) {
  .nt-grid-x > .nt-medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .nt-grid-x > .nt-medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .nt-grid-x > .nt-medium-1 {
    width: 8.33333%;
  }
  .nt-grid-x > .nt-medium-2 {
    width: 16.66667%;
  }
  .nt-grid-x > .nt-medium-3 {
    width: 25%;
  }
  .nt-grid-x > .nt-medium-4 {
    width: 33.33333%;
  }
  .nt-grid-x > .nt-medium-5 {
    width: 41.66667%;
  }
  .nt-grid-x > .nt-medium-6 {
    width: 50%;
  }
  .nt-grid-x > .nt-medium-7 {
    width: 58.33333%;
  }
  .nt-grid-x > .nt-medium-8 {
    width: 66.66667%;
  }
  .nt-grid-x > .nt-medium-9 {
    width: 75%;
  }
  .nt-grid-x > .nt-medium-10 {
    width: 83.33333%;
  }
  .nt-grid-x > .nt-medium-11 {
    width: 91.66667%;
  }
  .nt-grid-x > .nt-medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-x > .nt-large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .nt-grid-x > .nt-large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .nt-grid-x > .nt-large-1 {
    width: 8.33333%;
  }
  .nt-grid-x > .nt-large-2 {
    width: 16.66667%;
  }
  .nt-grid-x > .nt-large-3 {
    width: 25%;
  }
  .nt-grid-x > .nt-large-4 {
    width: 33.33333%;
  }
  .nt-grid-x > .nt-large-5 {
    width: 41.66667%;
  }
  .nt-grid-x > .nt-large-6 {
    width: 50%;
  }
  .nt-grid-x > .nt-large-7 {
    width: 58.33333%;
  }
  .nt-grid-x > .nt-large-8 {
    width: 66.66667%;
  }
  .nt-grid-x > .nt-large-9 {
    width: 75%;
  }
  .nt-grid-x > .nt-large-10 {
    width: 83.33333%;
  }
  .nt-grid-x > .nt-large-11 {
    width: 91.66667%;
  }
  .nt-grid-x > .nt-large-12 {
    width: 100%;
  }
}

.nt-grid-margin-x:not(.nt-grid-x) > .nt-cell {
  width: auto;
}

.nt-grid-margin-y:not(.nt-grid-y) > .nt-cell {
  height: auto;
}

.nt-grid-margin-x {
  margin-left: -15px;
  margin-right: -15px;
}

.nt-grid-margin-x > .nt-cell {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.nt-grid-margin-x > .nt-auto {
  width: auto;
}

.nt-grid-margin-x > .nt-shrink {
  width: auto;
}

.nt-grid-margin-x > .nt-small-1 {
  width: calc(8.33333% - 30px);
}

.nt-grid-margin-x > .nt-small-2 {
  width: calc(16.66667% - 30px);
}

.nt-grid-margin-x > .nt-small-3 {
  width: calc(25% - 30px);
}

.nt-grid-margin-x > .nt-small-4 {
  width: calc(33.33333% - 30px);
}

.nt-grid-margin-x > .nt-small-5 {
  width: calc(41.66667% - 30px);
}

.nt-grid-margin-x > .nt-small-6 {
  width: calc(50% - 30px);
}

.nt-grid-margin-x > .nt-small-7 {
  width: calc(58.33333% - 30px);
}

.nt-grid-margin-x > .nt-small-8 {
  width: calc(66.66667% - 30px);
}

.nt-grid-margin-x > .nt-small-9 {
  width: calc(75% - 30px);
}

.nt-grid-margin-x > .nt-small-10 {
  width: calc(83.33333% - 30px);
}

.nt-grid-margin-x > .nt-small-11 {
  width: calc(91.66667% - 30px);
}

.nt-grid-margin-x > .nt-small-12 {
  width: calc(100% - 30px);
}

@media print, screen and (min-width: 640px) {
  .nt-grid-margin-x > .nt-medium-auto {
    width: auto;
  }
  .nt-grid-margin-x > .nt-medium-shrink {
    width: auto;
  }
  .nt-grid-margin-x > .nt-medium-1 {
    width: calc(8.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-2 {
    width: calc(16.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-3 {
    width: calc(25% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-4 {
    width: calc(33.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-5 {
    width: calc(41.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-6 {
    width: calc(50% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-7 {
    width: calc(58.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-8 {
    width: calc(66.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-9 {
    width: calc(75% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-10 {
    width: calc(83.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-11 {
    width: calc(91.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-medium-12 {
    width: calc(100% - 30px);
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-margin-x > .nt-large-auto {
    width: auto;
  }
  .nt-grid-margin-x > .nt-large-shrink {
    width: auto;
  }
  .nt-grid-margin-x > .nt-large-1 {
    width: calc(8.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-large-2 {
    width: calc(16.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-large-3 {
    width: calc(25% - 30px);
  }
  .nt-grid-margin-x > .nt-large-4 {
    width: calc(33.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-large-5 {
    width: calc(41.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-large-6 {
    width: calc(50% - 30px);
  }
  .nt-grid-margin-x > .nt-large-7 {
    width: calc(58.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-large-8 {
    width: calc(66.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-large-9 {
    width: calc(75% - 30px);
  }
  .nt-grid-margin-x > .nt-large-10 {
    width: calc(83.33333% - 30px);
  }
  .nt-grid-margin-x > .nt-large-11 {
    width: calc(91.66667% - 30px);
  }
  .nt-grid-margin-x > .nt-large-12 {
    width: calc(100% - 30px);
  }
}

.nt-grid-padding-x .nt-grid-padding-x {
  margin-right: -15px;
  margin-left: -15px;
}

.nt-grid-padding-x > .nt-cell {
  padding-right: 15px;
  padding-left: 15px;
}

.nt-small-up-1 > .nt-cell {
  width: 100%;
}

.nt-small-up-2 > .nt-cell {
  width: 50%;
}

.nt-small-up-3 > .nt-cell {
  width: 33.33333%;
}

.nt-small-up-4 > .nt-cell {
  width: 25%;
}

.nt-small-up-5 > .nt-cell {
  width: 20%;
}

.nt-small-up-6 > .nt-cell {
  width: 16.66667%;
}

.nt-small-up-7 > .nt-cell {
  width: 14.28571%;
}

.nt-small-up-8 > .nt-cell {
  width: 12.5%;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-up-1 > .nt-cell {
    width: 100%;
  }
  .nt-medium-up-2 > .nt-cell {
    width: 50%;
  }
  .nt-medium-up-3 > .nt-cell {
    width: 33.33333%;
  }
  .nt-medium-up-4 > .nt-cell {
    width: 25%;
  }
  .nt-medium-up-5 > .nt-cell {
    width: 20%;
  }
  .nt-medium-up-6 > .nt-cell {
    width: 16.66667%;
  }
  .nt-medium-up-7 > .nt-cell {
    width: 14.28571%;
  }
  .nt-medium-up-8 > .nt-cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-up-1 > .nt-cell {
    width: 100%;
  }
  .nt-large-up-2 > .nt-cell {
    width: 50%;
  }
  .nt-large-up-3 > .nt-cell {
    width: 33.33333%;
  }
  .nt-large-up-4 > .nt-cell {
    width: 25%;
  }
  .nt-large-up-5 > .nt-cell {
    width: 20%;
  }
  .nt-large-up-6 > .nt-cell {
    width: 16.66667%;
  }
  .nt-large-up-7 > .nt-cell {
    width: 14.28571%;
  }
  .nt-large-up-8 > .nt-cell {
    width: 12.5%;
  }
}

.nt-grid-margin-x.nt-small-up-1 > .nt-cell {
  width: calc(100% - 30px);
}

.nt-grid-margin-x.nt-small-up-2 > .nt-cell {
  width: calc(50% - 30px);
}

.nt-grid-margin-x.nt-small-up-3 > .nt-cell {
  width: calc(33.33333% - 30px);
}

.nt-grid-margin-x.nt-small-up-4 > .nt-cell {
  width: calc(25% - 30px);
}

.nt-grid-margin-x.nt-small-up-5 > .nt-cell {
  width: calc(20% - 30px);
}

.nt-grid-margin-x.nt-small-up-6 > .nt-cell {
  width: calc(16.66667% - 30px);
}

.nt-grid-margin-x.nt-small-up-7 > .nt-cell {
  width: calc(14.28571% - 30px);
}

.nt-grid-margin-x.nt-small-up-8 > .nt-cell {
  width: calc(12.5% - 30px);
}

@media print, screen and (min-width: 640px) {
  .nt-grid-margin-x.nt-medium-up-1 > .nt-cell {
    width: calc(100% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-2 > .nt-cell {
    width: calc(50% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-3 > .nt-cell {
    width: calc(33.33333% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-4 > .nt-cell {
    width: calc(25% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-5 > .nt-cell {
    width: calc(20% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-6 > .nt-cell {
    width: calc(16.66667% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-7 > .nt-cell {
    width: calc(14.28571% - 30px);
  }
  .nt-grid-margin-x.nt-medium-up-8 > .nt-cell {
    width: calc(12.5% - 30px);
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-margin-x.nt-large-up-1 > .nt-cell {
    width: calc(100% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-2 > .nt-cell {
    width: calc(50% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-3 > .nt-cell {
    width: calc(33.33333% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-4 > .nt-cell {
    width: calc(25% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-5 > .nt-cell {
    width: calc(20% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-6 > .nt-cell {
    width: calc(16.66667% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-7 > .nt-cell {
    width: calc(14.28571% - 30px);
  }
  .nt-grid-margin-x.nt-large-up-8 > .nt-cell {
    width: calc(12.5% - 30px);
  }
}

.nt-small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.nt-small-margin-collapse > .nt-cell {
  margin-right: 0;
  margin-left: 0;
}

.nt-small-margin-collapse > .nt-small-1 {
  width: 8.33333%;
}

.nt-small-margin-collapse > .nt-small-2 {
  width: 16.66667%;
}

.nt-small-margin-collapse > .nt-small-3 {
  width: 25%;
}

.nt-small-margin-collapse > .nt-small-4 {
  width: 33.33333%;
}

.nt-small-margin-collapse > .nt-small-5 {
  width: 41.66667%;
}

.nt-small-margin-collapse > .nt-small-6 {
  width: 50%;
}

.nt-small-margin-collapse > .nt-small-7 {
  width: 58.33333%;
}

.nt-small-margin-collapse > .nt-small-8 {
  width: 66.66667%;
}

.nt-small-margin-collapse > .nt-small-9 {
  width: 75%;
}

.nt-small-margin-collapse > .nt-small-10 {
  width: 83.33333%;
}

.nt-small-margin-collapse > .nt-small-11 {
  width: 91.66667%;
}

.nt-small-margin-collapse > .nt-small-12 {
  width: 100%;
}

.nt-small-margin-collapse > .nt-medium-1 {
  width: 8.33333%;
}

.nt-small-margin-collapse > .nt-medium-2 {
  width: 16.66667%;
}

.nt-small-margin-collapse > .nt-medium-3 {
  width: 25%;
}

.nt-small-margin-collapse > .nt-medium-4 {
  width: 33.33333%;
}

.nt-small-margin-collapse > .nt-medium-5 {
  width: 41.66667%;
}

.nt-small-margin-collapse > .nt-medium-6 {
  width: 50%;
}

.nt-small-margin-collapse > .nt-medium-7 {
  width: 58.33333%;
}

.nt-small-margin-collapse > .nt-medium-8 {
  width: 66.66667%;
}

.nt-small-margin-collapse > .nt-medium-9 {
  width: 75%;
}

.nt-small-margin-collapse > .nt-medium-10 {
  width: 83.33333%;
}

.nt-small-margin-collapse > .nt-medium-11 {
  width: 91.66667%;
}

.nt-small-margin-collapse > .nt-medium-12 {
  width: 100%;
}

.nt-small-margin-collapse > .nt-large-1 {
  width: 8.33333%;
}

.nt-small-margin-collapse > .nt-large-2 {
  width: 16.66667%;
}

.nt-small-margin-collapse > .nt-large-3 {
  width: 25%;
}

.nt-small-margin-collapse > .nt-large-4 {
  width: 33.33333%;
}

.nt-small-margin-collapse > .nt-large-5 {
  width: 41.66667%;
}

.nt-small-margin-collapse > .nt-large-6 {
  width: 50%;
}

.nt-small-margin-collapse > .nt-large-7 {
  width: 58.33333%;
}

.nt-small-margin-collapse > .nt-large-8 {
  width: 66.66667%;
}

.nt-small-margin-collapse > .nt-large-9 {
  width: 75%;
}

.nt-small-margin-collapse > .nt-large-10 {
  width: 83.33333%;
}

.nt-small-margin-collapse > .nt-large-11 {
  width: 91.66667%;
}

.nt-small-margin-collapse > .nt-large-12 {
  width: 100%;
}

.nt-small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.nt-small-padding-collapse > .nt-cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-medium-margin-collapse > .nt-cell {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-medium-margin-collapse > .nt-small-1 {
    width: 8.33333%;
  }
  .nt-medium-margin-collapse > .nt-small-2 {
    width: 16.66667%;
  }
  .nt-medium-margin-collapse > .nt-small-3 {
    width: 25%;
  }
  .nt-medium-margin-collapse > .nt-small-4 {
    width: 33.33333%;
  }
  .nt-medium-margin-collapse > .nt-small-5 {
    width: 41.66667%;
  }
  .nt-medium-margin-collapse > .nt-small-6 {
    width: 50%;
  }
  .nt-medium-margin-collapse > .nt-small-7 {
    width: 58.33333%;
  }
  .nt-medium-margin-collapse > .nt-small-8 {
    width: 66.66667%;
  }
  .nt-medium-margin-collapse > .nt-small-9 {
    width: 75%;
  }
  .nt-medium-margin-collapse > .nt-small-10 {
    width: 83.33333%;
  }
  .nt-medium-margin-collapse > .nt-small-11 {
    width: 91.66667%;
  }
  .nt-medium-margin-collapse > .nt-small-12 {
    width: 100%;
  }
  .nt-medium-margin-collapse > .nt-medium-1 {
    width: 8.33333%;
  }
  .nt-medium-margin-collapse > .nt-medium-2 {
    width: 16.66667%;
  }
  .nt-medium-margin-collapse > .nt-medium-3 {
    width: 25%;
  }
  .nt-medium-margin-collapse > .nt-medium-4 {
    width: 33.33333%;
  }
  .nt-medium-margin-collapse > .nt-medium-5 {
    width: 41.66667%;
  }
  .nt-medium-margin-collapse > .nt-medium-6 {
    width: 50%;
  }
  .nt-medium-margin-collapse > .nt-medium-7 {
    width: 58.33333%;
  }
  .nt-medium-margin-collapse > .nt-medium-8 {
    width: 66.66667%;
  }
  .nt-medium-margin-collapse > .nt-medium-9 {
    width: 75%;
  }
  .nt-medium-margin-collapse > .nt-medium-10 {
    width: 83.33333%;
  }
  .nt-medium-margin-collapse > .nt-medium-11 {
    width: 91.66667%;
  }
  .nt-medium-margin-collapse > .nt-medium-12 {
    width: 100%;
  }
  .nt-medium-margin-collapse > .nt-large-1 {
    width: 8.33333%;
  }
  .nt-medium-margin-collapse > .nt-large-2 {
    width: 16.66667%;
  }
  .nt-medium-margin-collapse > .nt-large-3 {
    width: 25%;
  }
  .nt-medium-margin-collapse > .nt-large-4 {
    width: 33.33333%;
  }
  .nt-medium-margin-collapse > .nt-large-5 {
    width: 41.66667%;
  }
  .nt-medium-margin-collapse > .nt-large-6 {
    width: 50%;
  }
  .nt-medium-margin-collapse > .nt-large-7 {
    width: 58.33333%;
  }
  .nt-medium-margin-collapse > .nt-large-8 {
    width: 66.66667%;
  }
  .nt-medium-margin-collapse > .nt-large-9 {
    width: 75%;
  }
  .nt-medium-margin-collapse > .nt-large-10 {
    width: 83.33333%;
  }
  .nt-medium-margin-collapse > .nt-large-11 {
    width: 91.66667%;
  }
  .nt-medium-margin-collapse > .nt-large-12 {
    width: 100%;
  }
  .nt-medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-medium-padding-collapse > .nt-cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-large-margin-collapse > .nt-cell {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-large-margin-collapse > .nt-small-1 {
    width: 8.33333%;
  }
  .nt-large-margin-collapse > .nt-small-2 {
    width: 16.66667%;
  }
  .nt-large-margin-collapse > .nt-small-3 {
    width: 25%;
  }
  .nt-large-margin-collapse > .nt-small-4 {
    width: 33.33333%;
  }
  .nt-large-margin-collapse > .nt-small-5 {
    width: 41.66667%;
  }
  .nt-large-margin-collapse > .nt-small-6 {
    width: 50%;
  }
  .nt-large-margin-collapse > .nt-small-7 {
    width: 58.33333%;
  }
  .nt-large-margin-collapse > .nt-small-8 {
    width: 66.66667%;
  }
  .nt-large-margin-collapse > .nt-small-9 {
    width: 75%;
  }
  .nt-large-margin-collapse > .nt-small-10 {
    width: 83.33333%;
  }
  .nt-large-margin-collapse > .nt-small-11 {
    width: 91.66667%;
  }
  .nt-large-margin-collapse > .nt-small-12 {
    width: 100%;
  }
  .nt-large-margin-collapse > .nt-medium-1 {
    width: 8.33333%;
  }
  .nt-large-margin-collapse > .nt-medium-2 {
    width: 16.66667%;
  }
  .nt-large-margin-collapse > .nt-medium-3 {
    width: 25%;
  }
  .nt-large-margin-collapse > .nt-medium-4 {
    width: 33.33333%;
  }
  .nt-large-margin-collapse > .nt-medium-5 {
    width: 41.66667%;
  }
  .nt-large-margin-collapse > .nt-medium-6 {
    width: 50%;
  }
  .nt-large-margin-collapse > .nt-medium-7 {
    width: 58.33333%;
  }
  .nt-large-margin-collapse > .nt-medium-8 {
    width: 66.66667%;
  }
  .nt-large-margin-collapse > .nt-medium-9 {
    width: 75%;
  }
  .nt-large-margin-collapse > .nt-medium-10 {
    width: 83.33333%;
  }
  .nt-large-margin-collapse > .nt-medium-11 {
    width: 91.66667%;
  }
  .nt-large-margin-collapse > .nt-medium-12 {
    width: 100%;
  }
  .nt-large-margin-collapse > .nt-large-1 {
    width: 8.33333%;
  }
  .nt-large-margin-collapse > .nt-large-2 {
    width: 16.66667%;
  }
  .nt-large-margin-collapse > .nt-large-3 {
    width: 25%;
  }
  .nt-large-margin-collapse > .nt-large-4 {
    width: 33.33333%;
  }
  .nt-large-margin-collapse > .nt-large-5 {
    width: 41.66667%;
  }
  .nt-large-margin-collapse > .nt-large-6 {
    width: 50%;
  }
  .nt-large-margin-collapse > .nt-large-7 {
    width: 58.33333%;
  }
  .nt-large-margin-collapse > .nt-large-8 {
    width: 66.66667%;
  }
  .nt-large-margin-collapse > .nt-large-9 {
    width: 75%;
  }
  .nt-large-margin-collapse > .nt-large-10 {
    width: 83.33333%;
  }
  .nt-large-margin-collapse > .nt-large-11 {
    width: 91.66667%;
  }
  .nt-large-margin-collapse > .nt-large-12 {
    width: 100%;
  }
  .nt-large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .nt-large-padding-collapse > .nt-cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.nt-small-offset-0 {
  margin-left: 0%;
}

.nt-grid-margin-x > .nt-small-offset-0 {
  margin-left: calc(0% + 15px);
}

.nt-small-offset-1 {
  margin-left: 8.33333%;
}

.nt-grid-margin-x > .nt-small-offset-1 {
  margin-left: calc(8.33333% + 15px);
}

.nt-small-offset-2 {
  margin-left: 16.66667%;
}

.nt-grid-margin-x > .nt-small-offset-2 {
  margin-left: calc(16.66667% + 15px);
}

.nt-small-offset-3 {
  margin-left: 25%;
}

.nt-grid-margin-x > .nt-small-offset-3 {
  margin-left: calc(25% + 15px);
}

.nt-small-offset-4 {
  margin-left: 33.33333%;
}

.nt-grid-margin-x > .nt-small-offset-4 {
  margin-left: calc(33.33333% + 15px);
}

.nt-small-offset-5 {
  margin-left: 41.66667%;
}

.nt-grid-margin-x > .nt-small-offset-5 {
  margin-left: calc(41.66667% + 15px);
}

.nt-small-offset-6 {
  margin-left: 50%;
}

.nt-grid-margin-x > .nt-small-offset-6 {
  margin-left: calc(50% + 15px);
}

.nt-small-offset-7 {
  margin-left: 58.33333%;
}

.nt-grid-margin-x > .nt-small-offset-7 {
  margin-left: calc(58.33333% + 15px);
}

.nt-small-offset-8 {
  margin-left: 66.66667%;
}

.nt-grid-margin-x > .nt-small-offset-8 {
  margin-left: calc(66.66667% + 15px);
}

.nt-small-offset-9 {
  margin-left: 75%;
}

.nt-grid-margin-x > .nt-small-offset-9 {
  margin-left: calc(75% + 15px);
}

.nt-small-offset-10 {
  margin-left: 83.33333%;
}

.nt-grid-margin-x > .nt-small-offset-10 {
  margin-left: calc(83.33333% + 15px);
}

.nt-small-offset-11 {
  margin-left: 91.66667%;
}

.nt-grid-margin-x > .nt-small-offset-11 {
  margin-left: calc(91.66667% + 15px);
}

@media print, screen and (min-width: 640px) {
  .nt-medium-offset-0 {
    margin-left: 0%;
  }
  .nt-grid-margin-x > .nt-medium-offset-0 {
    margin-left: calc(0% + 15px);
  }
  .nt-medium-offset-1 {
    margin-left: 8.33333%;
  }
  .nt-grid-margin-x > .nt-medium-offset-1 {
    margin-left: calc(8.33333% + 15px);
  }
  .nt-medium-offset-2 {
    margin-left: 16.66667%;
  }
  .nt-grid-margin-x > .nt-medium-offset-2 {
    margin-left: calc(16.66667% + 15px);
  }
  .nt-medium-offset-3 {
    margin-left: 25%;
  }
  .nt-grid-margin-x > .nt-medium-offset-3 {
    margin-left: calc(25% + 15px);
  }
  .nt-medium-offset-4 {
    margin-left: 33.33333%;
  }
  .nt-grid-margin-x > .nt-medium-offset-4 {
    margin-left: calc(33.33333% + 15px);
  }
  .nt-medium-offset-5 {
    margin-left: 41.66667%;
  }
  .nt-grid-margin-x > .nt-medium-offset-5 {
    margin-left: calc(41.66667% + 15px);
  }
  .nt-medium-offset-6 {
    margin-left: 50%;
  }
  .nt-grid-margin-x > .nt-medium-offset-6 {
    margin-left: calc(50% + 15px);
  }
  .nt-medium-offset-7 {
    margin-left: 58.33333%;
  }
  .nt-grid-margin-x > .nt-medium-offset-7 {
    margin-left: calc(58.33333% + 15px);
  }
  .nt-medium-offset-8 {
    margin-left: 66.66667%;
  }
  .nt-grid-margin-x > .nt-medium-offset-8 {
    margin-left: calc(66.66667% + 15px);
  }
  .nt-medium-offset-9 {
    margin-left: 75%;
  }
  .nt-grid-margin-x > .nt-medium-offset-9 {
    margin-left: calc(75% + 15px);
  }
  .nt-medium-offset-10 {
    margin-left: 83.33333%;
  }
  .nt-grid-margin-x > .nt-medium-offset-10 {
    margin-left: calc(83.33333% + 15px);
  }
  .nt-medium-offset-11 {
    margin-left: 91.66667%;
  }
  .nt-grid-margin-x > .nt-medium-offset-11 {
    margin-left: calc(91.66667% + 15px);
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-offset-0 {
    margin-left: 0%;
  }
  .nt-grid-margin-x > .nt-large-offset-0 {
    margin-left: calc(0% + 15px);
  }
  .nt-large-offset-1 {
    margin-left: 8.33333%;
  }
  .nt-grid-margin-x > .nt-large-offset-1 {
    margin-left: calc(8.33333% + 15px);
  }
  .nt-large-offset-2 {
    margin-left: 16.66667%;
  }
  .nt-grid-margin-x > .nt-large-offset-2 {
    margin-left: calc(16.66667% + 15px);
  }
  .nt-large-offset-3 {
    margin-left: 25%;
  }
  .nt-grid-margin-x > .nt-large-offset-3 {
    margin-left: calc(25% + 15px);
  }
  .nt-large-offset-4 {
    margin-left: 33.33333%;
  }
  .nt-grid-margin-x > .nt-large-offset-4 {
    margin-left: calc(33.33333% + 15px);
  }
  .nt-large-offset-5 {
    margin-left: 41.66667%;
  }
  .nt-grid-margin-x > .nt-large-offset-5 {
    margin-left: calc(41.66667% + 15px);
  }
  .nt-large-offset-6 {
    margin-left: 50%;
  }
  .nt-grid-margin-x > .nt-large-offset-6 {
    margin-left: calc(50% + 15px);
  }
  .nt-large-offset-7 {
    margin-left: 58.33333%;
  }
  .nt-grid-margin-x > .nt-large-offset-7 {
    margin-left: calc(58.33333% + 15px);
  }
  .nt-large-offset-8 {
    margin-left: 66.66667%;
  }
  .nt-grid-margin-x > .nt-large-offset-8 {
    margin-left: calc(66.66667% + 15px);
  }
  .nt-large-offset-9 {
    margin-left: 75%;
  }
  .nt-grid-margin-x > .nt-large-offset-9 {
    margin-left: calc(75% + 15px);
  }
  .nt-large-offset-10 {
    margin-left: 83.33333%;
  }
  .nt-grid-margin-x > .nt-large-offset-10 {
    margin-left: calc(83.33333% + 15px);
  }
  .nt-large-offset-11 {
    margin-left: 91.66667%;
  }
  .nt-grid-margin-x > .nt-large-offset-11 {
    margin-left: calc(91.66667% + 15px);
  }
}

.nt-grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.nt-grid-y > .nt-cell {
  width: auto;
}

.nt-grid-y > .nt-auto {
  height: auto;
}

.nt-grid-y > .nt-shrink {
  height: auto;
}

.nt-grid-y > small-shrink,
.nt-grid-y > small-full,
.nt-grid-y > small-1,
.nt-grid-y > small-2,
.nt-grid-y > small-3,
.nt-grid-y > small-4,
.nt-grid-y > small-5,
.nt-grid-y > small-6,
.nt-grid-y > small-7,
.nt-grid-y > small-8,
.nt-grid-y > small-9,
.nt-grid-y > small-10,
.nt-grid-y > small-11,
.nt-grid-y > small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 640px) {
  .nt-grid-y > medium-shrink,
  .nt-grid-y > medium-full,
  .nt-grid-y > medium-1,
  .nt-grid-y > medium-2,
  .nt-grid-y > medium-3,
  .nt-grid-y > medium-4,
  .nt-grid-y > medium-5,
  .nt-grid-y > medium-6,
  .nt-grid-y > medium-7,
  .nt-grid-y > medium-8,
  .nt-grid-y > medium-9,
  .nt-grid-y > medium-10,
  .nt-grid-y > medium-11,
  .nt-grid-y > medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-y > large-shrink,
  .nt-grid-y > large-full,
  .nt-grid-y > large-1,
  .nt-grid-y > large-2,
  .nt-grid-y > large-3,
  .nt-grid-y > large-4,
  .nt-grid-y > large-5,
  .nt-grid-y > large-6,
  .nt-grid-y > large-7,
  .nt-grid-y > large-8,
  .nt-grid-y > large-9,
  .nt-grid-y > large-10,
  .nt-grid-y > large-11,
  .nt-grid-y > large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.nt-grid-y > .nt-small-1 {
  height: 8.33333%;
}

.nt-grid-y > .nt-small-2 {
  height: 16.66667%;
}

.nt-grid-y > .nt-small-3 {
  height: 25%;
}

.nt-grid-y > .nt-small-4 {
  height: 33.33333%;
}

.nt-grid-y > .nt-small-5 {
  height: 41.66667%;
}

.nt-grid-y > .nt-small-6 {
  height: 50%;
}

.nt-grid-y > .nt-small-7 {
  height: 58.33333%;
}

.nt-grid-y > .nt-small-8 {
  height: 66.66667%;
}

.nt-grid-y > .nt-small-9 {
  height: 75%;
}

.nt-grid-y > .nt-small-10 {
  height: 83.33333%;
}

.nt-grid-y > .nt-small-11 {
  height: 91.66667%;
}

.nt-grid-y > .nt-small-12 {
  height: 100%;
}

@media print, screen and (min-width: 640px) {
  .nt-grid-y > .nt-medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .nt-grid-y > .nt-medium-shrink {
    height: auto;
  }
  .nt-grid-y > .nt-medium-1 {
    height: 8.33333%;
  }
  .nt-grid-y > .nt-medium-2 {
    height: 16.66667%;
  }
  .nt-grid-y > .nt-medium-3 {
    height: 25%;
  }
  .nt-grid-y > .nt-medium-4 {
    height: 33.33333%;
  }
  .nt-grid-y > .nt-medium-5 {
    height: 41.66667%;
  }
  .nt-grid-y > .nt-medium-6 {
    height: 50%;
  }
  .nt-grid-y > .nt-medium-7 {
    height: 58.33333%;
  }
  .nt-grid-y > .nt-medium-8 {
    height: 66.66667%;
  }
  .nt-grid-y > .nt-medium-9 {
    height: 75%;
  }
  .nt-grid-y > .nt-medium-10 {
    height: 83.33333%;
  }
  .nt-grid-y > .nt-medium-11 {
    height: 91.66667%;
  }
  .nt-grid-y > .nt-medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-y > .nt-large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .nt-grid-y > .nt-large-shrink {
    height: auto;
  }
  .nt-grid-y > .nt-large-1 {
    height: 8.33333%;
  }
  .nt-grid-y > .nt-large-2 {
    height: 16.66667%;
  }
  .nt-grid-y > .nt-large-3 {
    height: 25%;
  }
  .nt-grid-y > .nt-large-4 {
    height: 33.33333%;
  }
  .nt-grid-y > .nt-large-5 {
    height: 41.66667%;
  }
  .nt-grid-y > .nt-large-6 {
    height: 50%;
  }
  .nt-grid-y > .nt-large-7 {
    height: 58.33333%;
  }
  .nt-grid-y > .nt-large-8 {
    height: 66.66667%;
  }
  .nt-grid-y > .nt-large-9 {
    height: 75%;
  }
  .nt-grid-y > .nt-large-10 {
    height: 83.33333%;
  }
  .nt-grid-y > .nt-large-11 {
    height: 91.66667%;
  }
  .nt-grid-y > .nt-large-12 {
    height: 100%;
  }
}

.nt-grid-padding-y .nt-grid-padding-y {
  margin-top: -15px;
  margin-bottom: -15px;
}

.nt-grid-padding-y > .nt-cell {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nt-grid-margin-y {
  margin-top: -15px;
  margin-bottom: -15px;
}

.nt-grid-margin-y > .nt-cell {
  height: calc(100% - 30px);
  margin-top: 15px;
  margin-bottom: 15px;
}

.nt-grid-margin-y > .nt-auto {
  height: auto;
}

.nt-grid-margin-y > .nt-shrink {
  height: auto;
}

.nt-grid-margin-y > .nt-small-1 {
  height: calc(8.33333% - 30px);
}

.nt-grid-margin-y > .nt-small-2 {
  height: calc(16.66667% - 30px);
}

.nt-grid-margin-y > .nt-small-3 {
  height: calc(25% - 30px);
}

.nt-grid-margin-y > .nt-small-4 {
  height: calc(33.33333% - 30px);
}

.nt-grid-margin-y > .nt-small-5 {
  height: calc(41.66667% - 30px);
}

.nt-grid-margin-y > .nt-small-6 {
  height: calc(50% - 30px);
}

.nt-grid-margin-y > .nt-small-7 {
  height: calc(58.33333% - 30px);
}

.nt-grid-margin-y > .nt-small-8 {
  height: calc(66.66667% - 30px);
}

.nt-grid-margin-y > .nt-small-9 {
  height: calc(75% - 30px);
}

.nt-grid-margin-y > .nt-small-10 {
  height: calc(83.33333% - 30px);
}

.nt-grid-margin-y > .nt-small-11 {
  height: calc(91.66667% - 30px);
}

.nt-grid-margin-y > .nt-small-12 {
  height: calc(100% - 30px);
}

@media print, screen and (min-width: 640px) {
  .nt-grid-margin-y > .nt-medium-auto {
    height: auto;
  }
  .nt-grid-margin-y > .nt-medium-shrink {
    height: auto;
  }
  .nt-grid-margin-y > .nt-medium-1 {
    height: calc(8.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-2 {
    height: calc(16.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-3 {
    height: calc(25% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-4 {
    height: calc(33.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-5 {
    height: calc(41.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-6 {
    height: calc(50% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-7 {
    height: calc(58.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-8 {
    height: calc(66.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-9 {
    height: calc(75% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-10 {
    height: calc(83.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-11 {
    height: calc(91.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-medium-12 {
    height: calc(100% - 30px);
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-margin-y > .nt-large-auto {
    height: auto;
  }
  .nt-grid-margin-y > .nt-large-shrink {
    height: auto;
  }
  .nt-grid-margin-y > .nt-large-1 {
    height: calc(8.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-large-2 {
    height: calc(16.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-large-3 {
    height: calc(25% - 30px);
  }
  .nt-grid-margin-y > .nt-large-4 {
    height: calc(33.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-large-5 {
    height: calc(41.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-large-6 {
    height: calc(50% - 30px);
  }
  .nt-grid-margin-y > .nt-large-7 {
    height: calc(58.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-large-8 {
    height: calc(66.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-large-9 {
    height: calc(75% - 30px);
  }
  .nt-grid-margin-y > .nt-large-10 {
    height: calc(83.33333% - 30px);
  }
  .nt-grid-margin-y > .nt-large-11 {
    height: calc(91.66667% - 30px);
  }
  .nt-grid-margin-y > .nt-large-12 {
    height: calc(100% - 30px);
  }
}

.nt-grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nt-cell .nt-grid-frame {
  width: 100%;
}

.nt-cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.nt-cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.nt-cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

.nt-cell-block-container > .nt-grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nt-cell .nt-medium-grid-frame {
    width: 100%;
  }
  .nt-medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .nt-medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .nt-medium-cell-block-container > .nt-grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nt-medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nt-cell .nt-large-grid-frame {
    width: 100%;
  }
  .nt-large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .nt-large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .nt-large-cell-block-container > .nt-grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nt-large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.nt-grid-y.nt-grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print, screen and (min-width: 640px) {
  .nt-grid-y.nt-medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-grid-y.nt-large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.nt-cell .nt-grid-y.nt-grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 640px) {
  .nt-cell .nt-grid-y.nt-medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-cell .nt-grid-y.nt-large-grid-frame {
    height: 100%;
  }
}

.nt-align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nt-align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.nt-align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nt-align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nt-align-right.nt-vertical.nt-menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nt-align-center.nt-vertical.nt-menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}

.nt-align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.nt-align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.nt-align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.nt-align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nt-align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.nt-align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nt-align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nt-align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.nt-align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nt-small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.nt-small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.nt-small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.nt-small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.nt-small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.nt-small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .nt-medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .nt-medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .nt-medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .nt-medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .nt-medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .nt-large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .nt-large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .nt-large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .nt-large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .nt-large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

.nt-flex-container {
  display: -ms-flexbox;
  display: flex;
}

.nt-flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nt-flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.nt-flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.nt-flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.nt-flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nt-flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.nt-flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .nt-medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .nt-medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .nt-medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .nt-medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nt-medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .nt-medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nt-medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .nt-large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .nt-large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .nt-large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .nt-large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nt-large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .nt-large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nt-large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* HELPER MQ */

@media print, screen and (min-width: 640px) {
  .nt-medium-up-right {
    text-align: right;
  }
}

/*===============================================================

Neriotools list px typo

===============================================================*/

.nt-list button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}

.nt-list pre {
  overflow: auto;
}

.nt-list button,
.nt-list input,
.nt-list optgroup,
.nt-list select,
.nt-list textarea {
  font-family: inherit;
}

.nt-is-visible {
  display: block !important;
}

.nt-is-hidden {
  display: none !important;
}

.nt-list div,
.nt-list dl,
.nt-list dt,
.nt-list dd,
.nt-list ul,
.nt-list ol,
.nt-list li,
.nt-list h1,
.nt-list h2,
.nt-list h3,
.nt-list h4,
.nt-list h5,
.nt-list h6,
.nt-list pre,
.nt-list form,
.nt-list p,
.nt-list blockquote,
.nt-list th,
.nt-list td {
  margin: 0;
  padding: 0;
}

.nt-list p {
  margin-bottom: 16px;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.nt-list em {
  font-style: italic;
  line-height: inherit;
}

.nt-list strong,
.nt-list b {
  font-weight: bold;
  line-height: inherit;
}

.nt-list small {
  font-size: 80%;
  line-height: inherit;
}

.nt-list h1,
.nt-list h2,
.nt-list h3,
.nt-list h4,
.nt-list h5,
.nt-list h6 {
  /* font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.nt-list h1 small,
.nt-list h2 small,
.nt-list h3 small,
.nt-list h4 small,
.nt-list h5 small,
.nt-list h6 small {
  line-height: 0;
  color: #cacaca;
}

.nt-list h1 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

.nt-list h2 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

.nt-list h3 {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

.nt-list h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

.nt-list h5 {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

.nt-list h6 {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 640px) {
  .nt-list h1 {
    font-size: 48px;
  }
  .nt-list h2 {
    font-size: 40px;
  }
  .nt-list h3 {
    font-size: 31px;
  }
  .nt-list h4 {
    font-size: 25px;
  }
  .nt-list h5 {
    font-size: 20px;
  }
  .nt-list h6 {
    font-size: 16px;
  }
}

.nt-list a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}

.nt-list a:hover,
.nt-list a:focus {
  color: #258faf;
}

.nt-list a img {
  border: 0;
}

.nt-list hr {
  clear: both;
  max-width: 1000px;
  height: 0;
  margin: 20px auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

.nt-list ul,
.nt-list ol,
.nt-list dl {
  margin-bottom: 16px;
  list-style-position: outside;
  line-height: 1.6;
}

.nt-list li {
  font-size: inherit;
}

.nt-list ul {
  margin-left: 20px;
  list-style-type: none;
}

.nt-list ol {
  margin-left: 20px;
}

.nt-list ul ul,
.nt-list ol ul,
.nt-list ul ol,
.nt-list ol ol {
  margin-left: 20px;
  margin-bottom: 0;
}

.nt-list dl {
  margin-bottom: 16px;
}

.nt-list dl dt {
  margin-bottom: 4px;
  font-weight: bold;
}

.nt-list blockquote {
  margin: 0 0 16px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #cacaca;
}

.nt-list blockquote,
.nt-list blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

.nt-list cite {
  display: block;
  font-size: 13px;
  color: #8a8a8a;
}

.nt-list cite:before {
  content: "— ";
}

.nt-list abbr,
.nt-list abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

.nt-list figure {
  margin: 0;
}

.nt-list code {
  padding: 2px 5px 1px;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

.nt-list kbd {
  margin: 0;
  padding: 2px 4px 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

.nt-subheader {
  margin-top: 3px;
  margin-bottom: 8px;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.nt-lead {
  font-size: 125%;
  line-height: 1.6;
}

.nt-stat {
  font-size: 40px;
  line-height: 1;
}

.nt-list p + .stat {
  margin-top: -16px;
}

.nt-list ul.nt-nobullet,
.nt-list ol.nt-nobullet {
  margin-left: 0;
  list-style: none;
}

.nt-text-left {
  text-align: left;
}

.nt-text-right {
  text-align: right;
}

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

.nt-text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 640px) {
  .nt-medium-text-left {
    text-align: left;
  }
  .nt-medium-text-right {
    text-align: right;
  }
  .nt-medium-text-center {
    text-align: center;
  }
  .nt-medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 1024px) {
  .nt-large-text-left {
    text-align: left;
  }
  .nt-large-text-right {
    text-align: right;
  }
  .nt-large-text-center {
    text-align: center;
  }
  .nt-large-text-justify {
    text-align: justify;
  }
}

.nt-show-for-print {
  display: none !important;
}

@media print {
  .nt-list * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .nt-show-for-print {
    display: block !important;
  }
  .nt-hide-for-print {
    display: none !important;
  }
  .nt-list table.nt-show-for-print {
    display: table !important;
  }
  .nt-list thead.nt-show-for-print {
    display: table-header-group !important;
  }
  .nt-list tbody.nt-show-for-print {
    display: table-row-group !important;
  }
  .nt-list tr.nt-show-for-print {
    display: table-row !important;
  }
  .nt-list td.nt-show-for-print {
    display: table-cell !important;
  }
  .nt-list th.nt-show-for-print {
    display: table-cell !important;
  }
  .nt-list a,
  .nt-list a:visited {
    text-decoration: underline;
  }
  .nt-list a[href]:after {
    content: " (" attr(href) ")";
  }
  .nt-list .nt-ir a:after,
  .nt-list a[href^="javascript:"]:after,
  .nt-list a[href^="#"]:after {
    content: "";
  }
  .nt-list abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .nt-list pre,
  .nt-list blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  .nt-list thead {
    display: table-header-group;
  }
  .nt-list tr,
  .nt-list img {
    page-break-inside: avoid;
  }
  .nt-list img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  .nt-list p,
  .nt-list h2,
  .nt-list h3 {
    orphans: 3;
    widows: 3;
  }
  .nt-list h2,
  .nt-list h3 {
    page-break-after: avoid;
  }
  .nt-print-break-inside {
    page-break-inside: auto;
  }
}

.nt-list [type="text"],
.nt-list [type="password"],
.nt-list [type="date"],
.nt-list [type="datetime"],
.nt-list [type="datetime-local"],
.nt-list [type="month"],
.nt-list [type="week"],
.nt-list [type="email"],
.nt-list [type="number"],
.nt-list [type="search"],
.nt-list [type="tel"],
.nt-list [type="time"],
.nt-list [type="url"],
.nt-list [type="color"],
.nt-list textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  margin: 0 0 16px;
  padding: 8px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nt-list [type="text"]:focus,
.nt-list [type="password"]:focus,
.nt-list [type="date"]:focus,
.nt-list [type="datetime"]:focus,
.nt-list [type="datetime-local"]:focus,
.nt-list [type="month"]:focus,
.nt-list [type="week"]:focus,
.nt-list [type="email"]:focus,
.nt-list [type="number"]:focus,
.nt-list [type="search"]:focus,
.nt-list [type="tel"]:focus,
.nt-list [type="time"]:focus,
.nt-list [type="url"]:focus,
.nt-list [type="color"]:focus,
.nt-list textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.nt-list textarea {
  max-width: 100%;
}

.nt-list textarea[rows] {
  height: auto;
}

.nt-list input::-webkit-input-placeholder,
.nt-list textarea::-webkit-input-placeholder {
  color: #cacaca;
}

.nt-list input::-moz-placeholder,
.nt-list textarea::-moz-placeholder {
  color: #cacaca;
}

.nt-list input:-ms-input-placeholder,
.nt-list textarea:-ms-input-placeholder {
  color: #cacaca;
}

.nt-list input::placeholder,
.nt-list textarea::placeholder {
  color: #cacaca;
}

.nt-list input:disabled,
.nt-list input[readonly],
.nt-list textarea:disabled,
.nt-list textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.nt-list [type="submit"],
.nt-list [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

.nt-list input[type="search"] {
  box-sizing: border-box;
}

.nt-list [type="file"],
.nt-list [type="checkbox"],
.nt-list [type="radio"] {
  margin: 0 0 16px;
}

.nt-list [type="checkbox"] + label,
.nt-list [type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 0;
}

.nt-list [type="checkbox"] + label[for],
.nt-list [type="radio"] + label[for] {
  cursor: pointer;
}

.nt-list label > [type="checkbox"],
.nt-list label > [type="radio"] {
  margin-right: 8px;
}

[type="file"] {
  width: 100%;
}

.nt-list label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

.nt-list label.middle {
  margin: 0 0 16px;
  padding: 9px 0;
}

.nt-help-text {
  margin-top: -8px;
  font-size: 13px;
  font-style: italic;
  color: #0a0a0a;
}

.nt-input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nt-input-group > :first-child {
  border-radius: 3px 0 0 3px;
}

.nt-input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.nt-input-group-label,
.nt-input-group-field,
.nt-input-group-button,
.nt-input-group-button a,
.nt-input-group-button input,
.nt-input-group-button button,
.nt-input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.nt-input-group-label {
  padding: 0 16px;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}

.nt-input-group-label:first-child {
  border-right: 0;
}

.nt-input-group-label:last-child {
  border-left: 0;
}

.nt-input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.nt-input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nt-input-group-button a,
.nt-input-group-button input,
.nt-input-group-button button,
.nt-input-group-button label {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.nt-list fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.nt-list legend {
  max-width: 100%;
  margin-bottom: 8px;
}

.nt-fieldset {
  margin: 18px 0;
  padding: 20px;
  border: 1px solid #cacaca;
}

.nt-fieldset legend {
  margin: 0;
  margin-left: -3px;
  padding: 0 3px;
}

.nt-list select {
  height: 39px;
  margin: 0 0 16px;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 24px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  .nt-list select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

.nt-list select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.nt-list select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.nt-list select::-ms-expand {
  display: none;
}

.nt-list select[multiple] {
  height: auto;
  background-image: none;
}

.nt-is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7;
}

.nt-is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}

.nt-is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}

.nt-is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}

.nt-is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}

.nt-is-invalid-label {
  color: #c60f13;
}

.nt-form-error {
  display: none;
  margin-top: -8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #c60f13;
}

.nt-form-error.nt-is-visible {
  display: block;
}

.nt-slide-in-down.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-in-down.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nt-slide-in-left.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-in-left.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nt-slide-in-up.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-in-up.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nt-slide-in-right.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-in-right.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nt-slide-out-down.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-out-down.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.nt-slide-out-right.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-out-right.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.nt-slide-out-up.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-out-up.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nt-slide-out-left.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nt-slide-out-left.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nt-fade-in.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.nt-fade-in.nt-mui-enter.nt-mui-enter-active {
  opacity: 1;
}

.nt-fade-out.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.nt-fade-out.nt-mui-leave.nt-mui-leave-active {
  opacity: 0;
}

.nt-hinge-in-from-top.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-top.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-in-from-right.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-right.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-in-from-bottom.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-bottom.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-in-from-left.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-left.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-in-from-middle-x.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-middle-x.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-in-from-middle-y.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-hinge-in-from-middle-y.nt-mui-enter.nt-mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.nt-hinge-out-from-top.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-top.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.nt-hinge-out-from-right.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-right.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.nt-hinge-out-from-bottom.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-bottom.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.nt-hinge-out-from-left.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-left.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.nt-hinge-out-from-middle-x.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-middle-x.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.nt-hinge-out-from-middle-y.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-hinge-out-from-middle-y.nt-mui-leave.nt-mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.nt-scale-in-up.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-scale-in-up.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.nt-scale-in-down.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-scale-in-down.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.nt-scale-out-up.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-scale-out-up.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.nt-scale-out-down.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-scale-out-down.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.nt-spin-in.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-spin-in.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.nt-spin-out.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-spin-out.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.nt-spin-in-ccw.nt-mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.nt-spin-in-ccw.nt-mui-enter.nt-mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.nt-spin-out-ccw.nt-mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.nt-spin-out-ccw.nt-mui-leave.nt-mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.nt-slow {
  transition-duration: 750ms !important;
}

.nt-fast {
  transition-duration: 250ms !important;
}

.nt-linear {
  transition-timing-function: linear !important;
}

.nt-ease {
  transition-timing-function: ease !important;
}

.nt-ease-in {
  transition-timing-function: ease-in !important;
}

.nt-ease-out {
  transition-timing-function: ease-out !important;
}

.nt-ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.nt-bounce-in {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}

.nt-bounce-out {
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.nt-bounce-in-out {
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}

.nt-short-delay {
  transition-delay: 300ms !important;
}

.nt-long-delay {
  transition-delay: 700ms !important;
}

.nt-shake {
  animation-name: nt-shake-7;
}

@keyframes nt-shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}

.nt-spin-cw {
  animation-name: nt-spin-cw-1turn;
}

@keyframes nt-spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.nt-spin-ccw {
  animation-name: nt-spin-ccw-1turn;
}

@keyframes nt-spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.nt-wiggle {
  animation-name: nt-wiggle-7deg;
}

@keyframes nt-wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}

.nt-shake,
.nt-spin-cw,
.nt-spin-ccw,
.nt-wiggle {
  animation-duration: 500ms;
}

.nt-infinite {
  animation-iteration-count: infinite;
}

.nt-slow {
  animation-duration: 750ms !important;
}

.nt-fast {
  animation-duration: 250ms !important;
}

.nt-linear {
  animation-timing-function: linear !important;
}

.nt-ease {
  animation-timing-function: ease !important;
}

.nt-ease-in {
  animation-timing-function: ease-in !important;
}

.nt-ease-out {
  animation-timing-function: ease-out !important;
}

.nt-ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.nt-bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.nt-bounce-out {
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}

.nt-bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.nt-short-delay {
  animation-delay: 300ms !important;
}

.nt-long-delay {
  animation-delay: 700ms !important;
}

/*===============================================================

Neriotools list px ui

===============================================================*/

.nt-button {
  padding: 10px 20px;
  border-radius: 2px;
  background: white;
  color: #444;
}

.nt-button:hover {
  opacity: 1;
}

@media (max-width: 639px) {
  .nt-hide-for-small {
    display: none;
  }
}

@media (min-width: 640px) {
  .nt-show-for-small {
    display: none;
  }
}

@media (max-width: 639px) {
  .nt-small-text-left {
    text-align: left;
  }
}

@media (min-width: 640px) {
  .nt-medium-text-right {
    text-align: right;
  }
}

@media (min-width: 640px) {
  .nt-medium-float-right {
    display: inline-block;
    float: right;
  }
}

.nt-list {
  /**** 
  	search section
  	*************************/
  /**** 
  nt-listcard
  *************************/
  /**** 
  	PAGINATION
  	*************************/
}

.nt-list .nt-search-section {
  background: #eee;
  margin: 30px 0;
  padding: 20px 10px;
}

.nt-list .nt-search-section select {
  margin: 0;
}

.nt-list .nt-search-section .nt-button-search-closed,
.nt-list .nt-search-section .nt-button-search-open {
  background: white;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 99px;
  cursor: pointer;
  margin: 13px 0 0 0;
}

@media (min-width: 1024px) {
  .nt-list .nt-search-section .nt-button-search-closed,
  .nt-list .nt-search-section .nt-button-search-open {
    margin: 5px auto;
  }
}

.nt-list .nt-listcard {
  position: relative;
  color: black;
}

.nt-list .nt-listcard:hover {
  color: black;
}

.nt-list .nt-listcard .nt-listcard-presentation {
  background-color: whitesmoke;
  color: black;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
}

.nt-list .nt-listcard .nt-listcard-images .nt-listcard-image {
  padding-top: 85%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nt-list .nt-listcard .nt-listcard-info {
  padding: 15px 10px 20px;
  text-align: center;
}

.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell {
  font-size: 14px;
  line-height: 190%;
}

.nt-list.nt-sold-items .nt-realtytype {
  font-size: 14px;
  font-weight: normal;
}

.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell span::after {
  content: " ";
}

.nt-list
  .nt-listcard
  .nt-listcard-info
  .nt-listcard-info-cell
  span:last-child::after {
  content: "";
}

.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell:nth-child(1),
.nt-list .nt-listcard .nt-listcard-info .nt-listcard-info-cell:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
}

.nt-list
  .nt-listcard
  .nt-listcard-info
  .nt-listcard-info-cell.nt-listcard-company-name {
  display: none;
}

.nt-list .nt-pagination-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nt-list .nt-pagination-section .nt-pagination {
  margin-left: 0;
  margin-bottom: 16px;
}

.nt-list .nt-pagination-section .nt-pagination::before,
.nt-list .nt-pagination-section .nt-pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.nt-list .nt-pagination-section .nt-pagination::after {
  clear: both;
}

.nt-list .nt-pagination-section .nt-pagination li {
  margin-right: 1px;
  border-radius: 0px;
  font-size: 16px;
  display: none;
}

.nt-list .nt-pagination-section .nt-pagination li:last-child,
.nt-list .nt-pagination-section .nt-pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 640px) {
  .nt-list .nt-pagination-section .nt-pagination li {
    display: inline-block;
  }
}

.nt-list .nt-pagination-section .nt-pagination a,
.nt-list .nt-pagination-section .nt-pagination button {
  display: block;
  padding: 3px 10px;
  border-radius: 0px;
  color: #0a0a0a;
  background: #e6e6e6;
}

.nt-list .nt-pagination-section .nt-pagination a:hover,
.nt-list .nt-pagination-section .nt-pagination button:hover {
  background: #cecece;
}

.nt-list .nt-pagination-section .nt-pagination .nt-current {
  padding: 3px 10px;
  background: #666;
  color: #fefefe;
  cursor: default;
}

.nt-list .nt-pagination-section .nt-pagination .nt-disabled {
  padding: 3px 10px;
  color: #cacaca;
  cursor: not-allowed;
}

.nt-list .nt-pagination-section .nt-pagination .nt-disabled:hover {
  background: transparent;
}

.nt-list .nt-pagination-section .nt-pagination .nt-ellipsis::after {
  padding: 3px 10px;
  content: "…";
  color: #0a0a0a;
}

/*eo. .nt-list*/

/*===============================================================

Neriotools card ui

===============================================================*/

.nt-list {
  /**** 
  	nt-card
  	*************************/
  /* .nt-card-hero*/
  /*eo.nt-card-hero*/
  /*********************************************/
  /* .nt-card-info */
  /*nt-card-contact*/
  /* nt-card-some-share */
  /*********************************************/
  /*********************************************/
  /*********************************************/
  /*********************************************/
  /*eo.nt-list*/
}

.nt-list .nt-h2,
.nt-list h2 {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 400;
}

.nt-list .nt-card-top-bar {
  background: rgba(221, 221, 221, 0.3);
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (max-width: 639px) {
  .nt-list .nt-card-top-bar {
    background: rgba(255, 255, 255, 0);
    padding-top: 30px;
  }
}

.nt-list .nt-card-top-bar span {
  font-weight: 600;
  font-size: 20px;
}

.nt-list .nt-card-top-bar .nt-card-back-button {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  border-radius: 2px !important;
  background: white !important;
  color: #444 !important;
  opacity: 0.8;
  margin-right: 20px;
  padding: 0 15px;
  min-width: 40px;
}

.nt-list .nt-card-top-bar .nt-card-back-button:hover {
  opacity: 1;
}

.nt-list .nt-feature {
  display: flex;
  background-size: cover;
  background-position: center;
  height: 600px;
  height: 65vh;
  max-height: 950px;
  -webkit-box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
  box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
  align-items: center;
  justify-content: center;
}

.nt-list .nt-feature span::after {
  content: " | ";
}

.nt-list .nt-feature span:last-child::after {
  content: "";
}

.nt-list .nt-feature-header {
  width: 100%;
  background: rgba(10, 10, 10, 0.8);
  text-align: center;
  padding: 40px 0;
  color: #fafafa;
}

@media (max-width: 639px) {
  .nt-list .nt-feature {
    height: 300px;
    height: 50vh;
  }
}

.nt-list .owl-theme .owl-nav {
  position: absolute;
  top: 49%;
  width: 100%;
}

.nt-list .owl-theme .owl-nav .owl-prev {
  left: 30px;
  position: absolute;
}

.nt-list .owl-theme .owl-nav .owl-next {
  right: 30px;
  position: absolute;
}

.nt-list .owl-theme .owl-nav > div {
  width: 40px;
  height: 40px;
  line-height: 31px;
  font-size: 20px !important;
  border-radius: 2px !important;
  background: #fafafa !important;
  color: #444 !important;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
  box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
}

.nt-list .owl-theme .owl-nav > div:hover {
  opacity: 1;
}

.nt-list .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

@media (max-width: 639px) {
  .nt-list .owl-theme .owl-dots {
    display: none;
  }
}

.nt-list .nt-grid-container .nt-card-info-main {
  padding: 30px 10px;
  font-size: 20px;
  font-weight: 400;
  hyphens: auto;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main {
    font-size: 16px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
    font-size: 20px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-h {
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main .nt-h {
    font-size: 20px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-more {
  background: #eee;
  padding: 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #444;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-card-presentation {
  background-color: #8dc63f;
  color: black;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: 300px;
  margin-top: 30px;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-main {
  background: #002e6c;
  color: white;
  margin: 10px 0 20px;
  display: inline-block;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-main:hover {
  background: #004fb9;
}

.nt-list .nt-grid-container .nt-card-info-padding {
  padding: 40px 0;
}

.nt-list .nt-grid-container .nt-card-info-detail {
  padding: 30px 10px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-detail {
    font-size: 14px;
  }
}

.nt-list .nt-grid-container .nt-card-info-detail .lkvFrameInfo h2 {
  border-bottom: 2px solid #ddd;
  margin: 0 0 40px;
  padding: 30px 0 10px;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable {
  width: 100%;
  border-width: 0;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  tbody {
  border-width: 0;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .infoTitle {
  width: 40%;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .even {
  background: transparent;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .odd {
  background: #f4f4f4;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  td {
  padding: 10px 8px;
  vertical-align: top;
}

.nt-list .nt-card-contact {
  padding: 80px 30px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

@media (max-width: 1023px) {
  .nt-list .nt-card-contact {
    padding: 60px 5px;
  }
}

.nt-list .nt-card-contact .nt-card-person-img {
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
}

.nt-list .nt-card-contact .nt-card-contact-info {
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .nt-list .nt-card-contact .nt-card-contact-info {
    padding-top: 10px;
  }
}

.nt-list .nt-card-contact .nt-card-contact-info span {
  display: block;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-name {
  font-size: 18px;
  font-weight: 600;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing {
  padding-top: 30px;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing span {
  font-weight: bold;
  display: inline;
}

.nt-list .nt-card-contact #orderBrochureForm input {
  border-radius: 0;
}

.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton {
  border-radius: 0;
  background: #002e6c;
  padding: 8px 40px;
  color: white;
  display: inline-block;
  margin-top: 10px;
}

.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton:hover {
  background: #00449f;
}

.nt-list .nt-card-some-share {
  padding: 80px 10px;
  border-bottom: 1px solid #eee;
  background: white;
}

.nt-list .nt-card-some-share .nt-somebuttons {
  font-size: 22px;
}

@media (max-width: 639px) {
  .nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton {
    display: block;
    width: 100%;
  }
}

.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a {
  margin-right: 30px;
  color: black;
  padding-bottom: 20px;
}

.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a:hover {
  color: gray;
}

/*# __s__o__urceMappingURL=ntlkvframe.__c__s__s.__m__a__p */

.nt-list {
  /**** 
  	nt-card
  	*************************/
  /* .nt-card-hero*/
  /*eo.nt-card-hero*/
  /*********************************************/
  /* .nt-card-info */
  /*nt-card-contact*/
  /* nt-card-some-share */
  /*********************************************/
  /*********************************************/
  /*********************************************/
  /*********************************************/
  /*eo.nt-list*/
}

.nt-list .nt-h2,
.nt-list h2 {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 400;
}

.nt-list .nt-card-top-bar {
  background: rgba(221, 221, 221, 0.3);
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (max-width: 639px) {
  .nt-list .nt-card-top-bar {
    background: rgba(255, 255, 255, 0);
    padding-top: 30px;
  }
}

.nt-list .nt-card-top-bar span {
  font-weight: 600;
  font-size: 20px;
}

.nt-list .nt-card-top-bar .nt-card-back-button {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  border-radius: 2px !important;
  background: white !important;
  color: #444 !important;
  opacity: 0.8;
  margin-right: 20px;
  padding: 0 15px;
  min-width: 40px;
}

.nt-list .nt-card-top-bar .nt-card-back-button:hover {
  opacity: 1;
}

.nt-list .nt-carousel-slide {
  background-size: cover;
  background-position: center;
  height: 600px;
  height: 74vh;
  max-height: 950px;
  -webkit-box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
  box-shadow: inset 0 -20px 60px -20px rgba(60, 60, 60, 0.5);
  text-align: center;
}

@media (max-width: 639px) {
  .nt-list .nt-carousel-slide {
    height: 300px;
    height: 50vh;
  }
}

.nt-list .owl-theme .owl-nav {
  position: absolute;
  top: 49%;
  width: 100%;
}

.nt-list .owl-theme .owl-nav .owl-prev {
  left: 30px;
  position: absolute;
}

.nt-list .owl-theme .owl-nav .owl-next {
  right: 30px;
  position: absolute;
}

.nt-list .owl-theme .owl-nav > div {
  width: 40px;
  height: 40px;
  line-height: 31px;
  font-size: 20px !important;
  border-radius: 2px !important;
  background: #fafafa !important;
  color: #444 !important;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
  box-shadow: 0 0 15px rgba(90, 90, 90, 0.5);
}

.nt-list .owl-theme .owl-nav > div:hover {
  opacity: 1;
}

.nt-list .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

@media (max-width: 639px) {
  .nt-list .owl-theme .owl-dots {
    display: none;
  }
}

.nt-list .nt-grid-container .nt-card-info-main {
  padding: 30px 10px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main {
    font-size: 16px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main .nt-h-bold {
    font-size: 20px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-h {
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-main .nt-h {
    font-size: 20px;
  }
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-more {
  background: #eee;
  padding: 20px;
  text-align: center;
  display: block;
  width: 100%;
  color: #444;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-card-presentation {
  background-color: #8dc63f;
  color: black;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: 300px;
  margin-top: 30px;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-main {
  background: #002e6c;
  color: white;
  margin: 10px 0 20px;
  display: inline-block;
}

.nt-list .nt-grid-container .nt-card-info-main .nt-button-main:hover {
  background: #004fb9;
}

.nt-list .nt-grid-container .nt-card-info-padding {
  padding: 40px 0;
}

.nt-list .nt-grid-container .nt-card-info-detail {
  padding: 30px 10px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 639px) {
  .nt-list .nt-grid-container .nt-card-info-detail {
    font-size: 14px;
  }
}

.nt-list .nt-grid-container .nt-card-info-detail .lkvFrameInfo h2 {
  border-bottom: 2px solid #ddd;
  margin: 0 0 40px;
  padding: 30px 0 10px;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable {
  width: 100%;
  border-width: 0;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  tbody {
  border-width: 0;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .infoTitle {
  width: 40%;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .even {
  background: transparent;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  .odd {
  background: #f4f4f4;
}

.nt-list
  .nt-grid-container
  .nt-card-info-detail
  .lkvFrameInfo
  .lkvFrameInfoTable
  td {
  padding: 10px 8px;
  vertical-align: top;
}

.nt-list .nt-card-contact {
  padding: 80px 30px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

@media (max-width: 1023px) {
  .nt-list .nt-card-contact {
    padding: 60px 5px;
  }
}

.nt-list .nt-card-contact .nt-card-person-img {
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
}

.nt-list .nt-card-contact .nt-card-contact-info {
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .nt-list .nt-card-contact .nt-card-contact-info {
    padding-top: 10px;
  }
}

.nt-list .nt-card-contact .nt-card-contact-info span {
  display: block;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-name {
  font-size: 18px;
  font-weight: 600;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing {
  padding-top: 30px;
}

.nt-list .nt-card-contact .nt-card-contact-info .nt-card-contact-viewing span {
  font-weight: bold;
  display: inline;
}

.nt-list .nt-card-contact #orderBrochureForm input {
  border-radius: 0;
}

.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton {
  border-radius: 0;
  background: #002e6c;
  padding: 8px 40px;
  color: white;
  display: inline-block;
  margin-top: 10px;
}

.nt-list .nt-card-contact #orderBrochureForm #orderBrochureFormButton:hover {
  background: #00449f;
}

.nt-list .nt-card-some-share {
  padding: 80px 10px;
  border-bottom: 1px solid #eee;
  background: white;
}

.nt-list .nt-card-some-share .nt-somebuttons {
  font-size: 22px;
}

@media (max-width: 639px) {
  .nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton {
    display: block;
    width: 100%;
  }
}

.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a {
  margin-right: 30px;
  color: black;
  padding-bottom: 20px;
}

.nt-list .nt-card-some-share .nt-somebuttons .nt-somebutton a:hover {
  color: gray;
}

/* hakukenttä */

.nt-search-section {
  /* display: none !important; */
  border-radius: 4px;
}
.nt-search-section input[type="text"],
.nt-search-section input[type="number"],
.nt-search-section select {
  background: white !important;
  box-shadow: none !important;
  /*border: none !important;*/
  /*border-radius: 1px;*/
}

.nt-search-section input[type="submit"] {
  margin-top: 24px;
  border-radius: 2px;
  transition: all 0.3s;
  width: 50%;
  padding: 10px;
  background: #444;
}

.nt-search-section input[type="submit"]:hover {
  background: #666;
}

.nt-search-section .nt-small-6 input {
  width: 90%;
}

/* listauskortit */

.nt-list .nt-listcard {
  background: whitesmoke;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  /* font-family: lato; */
}
/* .nt-listcard-info {
  padding: 10px 20px 80px !important;
} */
/* .nt-listcard-info-cell:last-child {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
} */
.nt-listcard-agent-image {
  margin: 10px 15px 0 0;
}
.nt-listcard-agent-name {
  display: inline-block;
  position: relative;
  top: 6px;
}
.nt-list a {
  color: black;
  text-decoration: none !important;
}
.nt-listcard-image {
  padding-top: 66% !important;
}
.nt-listcard-presentation {
  background-color: black !important;
  color: white !important;
  opacity: 0.7;
}

/* pagination */

.property-listing-pagination .page-numbers {
  background: whitesmoke;
  text-align: center;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 32px;
  color: gray;
}
.property-listing-pagination .current {
  /* color: black !important; */
  font-weight: bold;
}
.property-listing-pagination .prev,
.property-listing-pagination .next {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nt-contact-info {
  background: whitesmoke;
  padding: 20px !important;
  text-align: center;
  margin-bottom: 30px !important;
}
.nt-contact-info ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.nt-presentation-info {
  background: whitesmoke;
  margin: 0 0 30px 0 !important;
  padding: 20px !important;
}
.nt-card-info-main {
}
.nt-list .nt-feature {
  align-items: flex-end;
  height: 600px;
  height: 55vh;
  max-height: 800px;
}
.nt-list .nt-feature-header {
  padding-top: 100px;
  padding-top: 11vw;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.nt-list .nt-feature-header .nt-feature-content {
  text-align: left;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.nt-list .nt-feature-header .nt-feature-content hr {
  display: none;
}
.nt-list .nt-feature-header .nt-feature-content h1 {
  font-weight: 600;
  font-size: 45px;
}
.nt-list .nt-feature-header .nt-feature-content h3 {
  font-weight: 600;
  font-size: 24px;
}
.nt-list .nt-feature-header .nt-feature-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 639px) {
  .nt-list .nt-feature-header {
    padding: 0;
  }
  .nt-list .nt-feature-header .nt-feature-content h1 {
    font-size: 21px;
  }
  .nt-list .nt-feature-header .nt-feature-content h3 {
    font-size: 17px;
  }
  .nt-list .nt-feature-header .nt-feature-content p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.nt-list .nt-grid-container {
  max-width: 1300px;
}

/* lkvframeinfo */

.lkvFrameInfo {
  max-width: 1000px;
  margin: auto;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.lkvFrameInfo ul {
  margin: 0;
}

.lkvFrameInfo tr td {
  margin: 0 !important;
  padding: 5px 15px !important;
}
@media (max-width: 639px) {
  .lkvFrameInfo tr td {
    margin: 0 !important;
    padding: 5px 15px !important;
    display: block !important;
  }
  .infoTitle {
    width: 100% !important;
    font-weight: bold !important;
  }
}

.lkvFrameInfo h2 {
  padding: 40px 15px 5px 15px !important;
  font-size: 20px;
  font-weight: 600;
}
.lkvFrameInfo tr:nth-child(odd) {
  background: whitesmoke;
}
.nt-list .property-edit-link {
  padding: 10px 20px;
  background: black;
  border-radius: 99px;
  color: white !important;
  margin: 30px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nt-list .property-edit-link:hover {
  background: #444;
}
.nt-list .property-portal-link {
  padding: 10px 20px;
  background: #cc0033;
  border-radius: 99px;
  color: white !important;
  margin: 30px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nt-list .property-portal-link:hover {
  background: #b3002d;
}

.nt-list .nt-search-callout {
  margin-bottom: 15px;
  padding: 12px 18px;
  border-radius: 4px;
}

.nt-search-callout p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.success {
  background: #e1faea;
}

.warning {
  background: #f7e4e1;
}

.nt-disclaimer {
  background: whitesmoke;
  padding: 20px !important;
  text-align: center;
  margin: 40px 0 30px 0 !important;
}

.nt-list .nt-links {
  margin-bottom: 30px;
}

.virtual-presentation-button {
  background-color: whitesmoke;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
