/*
  Colors
*/
/*
  Breakpoints
*/
@font-face {
  font-family: 'NordeaSansSmall-Bold';
  src: url("../fonts/NordeaSansSmall-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NordeaSansSmall-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NordeaSansSmall-Bold.woff") format("woff"), url("../fonts/NordeaSansSmall-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'NordeaSansSmall-Italic';
  src: url("../fonts/NordeaSansSmall-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NordeaSansSmall-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NordeaSansSmall-Italic.woff") format("woff"), url("../fonts/NordeaSansSmall-Italic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal; }

@font-face {
  font-family: 'NordeaSansSmall-Light';
  src: url("../fonts/NordeaSansSmall-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NordeaSansSmall-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NordeaSansSmall-Light.woff") format("woff"), url("../fonts/NordeaSansSmall-Light.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal; }

@font-face {
  font-family: 'NordeaSansSmall-Medium';
  src: url("../fonts/NordeaSansSmall-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NordeaSansSmall-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NordeaSansSmall-Medium.woff") format("woff"), url("../fonts/NordeaSansSmall-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'NordeaSansSmall-Regular';
  src: url("../fonts/NordeaSansSmall-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NordeaSansSmall-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NordeaSansSmall-Regular.woff") format("woff"), url("../fonts/NordeaSansSmall-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal; }

.nordea-regular {
  font-family: 'NordeaSansSmall-Regular'; }

body {
  font-family: 'NordeaSansSmall-Regular';
  font-size: 16px;
  background-color: #fdece4; }
  body main[role=main],
  body .aside {
    margin: 80px auto 0px auto; }
  body.fullscreen {
    overflow: hidden; }
    body.fullscreen main[role="main"],
    body.fullscreen .sidebar,
    body.fullscreen .footer {
      display: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important; }

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button,
.nordea-button,
.single-post__tags a {
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: 'NordeaSansSmall-Bold';
  -moz-user-select: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-weight: inherit;
  overflow: visible;
  padding: 0; }
  [role="button"]::-moz-focus-inner, [role="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  button::-moz-focus-inner,
  button::-moz-focus-inner,
  .button::-moz-focus-inner,
  .nordea-button::-moz-focus-inner,
  .single-post__tags a::-moz-focus-inner,
  .button::-moz-focus-inner,
  .nordea-button::-moz-focus-inner,
  .single-post__tags a::-moz-focus-inner {
    border: 0;
    padding: 0; }

.nordea-button, .single-post__tags a {
  padding: 0px 15px;
  border-radius: 40px;
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center; }

.load-more {
  float: none;
  clear: both;
  text-align: center;
  padding: 35px 0px;
  border-top: 1px solid #f0c1ae;
  margin: 24px 0px; }

.nordea-button--load-more {
  background-color: #0000a0;
  color: white;
  font-family: 'NordeaSansSmall-Bold';
  font-size: 17px;
  letter-spacing: -0.48px;
  line-height: 40px;
  font-weight: normal;
  padding: 6px 40px; }

.nordea-button--load-more__icon {
  font-size: 20px;
  margin-right: 8px;
  line-height: 36px; }

.nordea-button--accent-green {
  background-color: #40bfa3;
  color: white;
  font-size: 17px;
  letter-spacing: 0; }

.nordea-button--white {
  background-color: white;
  font-family: 'NordeaSansSmall-Regular';
  font-size: 15px;
  color: #474748;
  letter-spacing: -0.36px;
  line-height: 41px;
  border: 1px solid #c9c7c7; }

.nordea-button--tags, .single-post__tags a {
  background-color: #99ccff;
  font-family: 'NordeaSansSmall-Bold';
  color: #0000a0; }

.nordea-button--hero-next,
.nordea-button--hero-prev {
  background-color: white;
  height: 86px;
  width: 57px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-position: 50%;
  background-size: 18px 38px;
  background-repeat: no-repeat; }

.nordea-button--hero-next {
  background-image: url("../../dist/images/icons/hero_arrow_right.png"); }

.nordea-button--hero-prev {
  background-image: url("../../dist/images/icons/hero_arrow_left.png"); }

.nordea-button--show-comments {
  background-color: #f0c1ae;
  width: 100%;
  border-radius: 0; }

.nordea-button--show-comments__text {
  font-family: 'NordeaSansSmall-Regular';
  font-size: 15px;
  color: #0000a0;
  letter-spacing: -0.01px; }

.nordea-button--show-comments__count {
  /* (4): */
  font-family: 'NordeaSansSmall-Medium';
  font-size: 15px;
  color: #0000a0;
  letter-spacing: -0.01px; }

.nordea-button--show-comments__text--close {
  font-family: 'NordeaSansSmall-Medium';
  font-size: 15px;
  color: #0000a0;
  letter-spacing: -0.01px; }

.wrapper {
  max-width: 1200px;
  height: auto;
  padding: 0px 10px; }

.wrapper__container {
  position: relative;
  margin: 0 auto; }

.sidebar {
  width: 100%;
  position: relative;
  clear: both; }
  .sidebar .popular-posts,
  .sidebar .nordea-widget--social-media {
    display: none; }

.footer {
  float: none;
  clear: both; }

.nordea-widget, .sidebar-widget .popular-posts, .sidebar-widget .widget_text {
  background-color: white;
  margin: 28px 0px; }
  .nordea-widget:first-child, .sidebar-widget .popular-posts:first-child, .sidebar-widget .widget_text:first-child {
    margin-top: 0; }
  .nordea-widget h3, .sidebar-widget .popular-posts h3, .sidebar-widget .widget_text h3 {
    height: 56px;
    line-height: 56px;
    margin: 0;
    background-color: #0000a0;
    padding: 0px 20px;
    color: white;
    font-family: 'NordeaSansSmall-Medium';
    font-size: 18px;
    letter-spacing: -0.01px; }
  .nordea-widget h5, .sidebar-widget .popular-posts h5, .sidebar-widget .widget_text h5 {
    color: black; }

blockquote {
  padding: 0px 20px;
  max-width: 620px;
  margin: 0 auto; }
  blockquote p {
    font-family: 'NordeaSansSmall-Italic';
    font-size: 20px;
    color: #0000a0;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    padding: 40px 0px;
    margin: 0;
    font-weight: 600; }

p {
  line-height: 1.6;
  font-family: 'NordeaSansSmall-Regular';
  line-height: 1.6;
  font-weight: normal; }

.cta-container {
  cursor: pointer;
  position: relative;
  background-color: #0000a0;
  padding: 20px;
  overflow: hidden;
  margin: 48px 0px; }

.cta-container__text {
  font-family: 'NordeaSansSmall-Medium';
  font-size: 22px;
  color: white !important;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  float: left;
  width: 75%; }

.cta-container__link {
  display: inline-block;
  font-family: 'NordeaSansSmall-Medium';
  font-size: 22px;
  color: white;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  float: right;
  top: 0; }

a {
  color: #0000a0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1rem 0 1rem 0;
  color: #0000a0;
  text-decoration: none; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #0000a0;
    text-decoration: none;
    /*
    &:hover,
    &:active,
    &:focus{
      text-decoration: none;
      color:$nordea-blue!important;
    }
    */ }

h1, .h1 {
  font-size: 2.1875rem;
  line-height: 1.075;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 900; }

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

h5, .nordea-table caption, .h5 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

.introduction-text {
  font-family: 'NordeaSansSmall-Bold';
  font-size: 20px;
  color: black;
  letter-spacing: 0;
  line-height: 32px;
  display: inherit;
  margin-bottom: 30px; }

.posts-generic-error {
  font-size: 16px;
  font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.4375rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 900; }
  h2, .h2 {
    font-size: 2.8125rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  h3, .h3 {
    font-size: 2.1875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  h4, .h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  h5, .nordea-table caption, .h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; } }

@media screen and (min-width: 57.5em) {
  h1, .h1 {
    font-size: 4.0625rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 900; }
  h2, .h2 {
    font-size: 3.125rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  h4, .h4 {
    font-size: 1.6875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  h5, .nordea-table caption, .h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; } }

ul {
  padding-left: 18px; }
  ul li {
    line-height: 1.6;
    margin-bottom: 8px; }

.small-h1 {
  font-size: 2.1875rem;
  line-height: 1.075;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 900; }

.small-h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

.small-h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

.small-h4 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

.small-h5 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

.small-h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

@media screen and (min-width: 40em) {
  .medium-h1 {
    font-size: 3.4375rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 900; }
  .medium-h2 {
    font-size: 2.8125rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  .medium-h3 {
    font-size: 2.1875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  .medium-h4 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  .medium-h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  .medium-h6 {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; } }

@media screen and (min-width: 57.5em) {
  .large-h1 {
    font-size: 4.0625rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 900; }
  .large-h2 {
    font-size: 3.125rem;
    line-height: 1.075;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  .large-h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700; }
  .large-h4 {
    font-size: 1.6875rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  .large-h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; }
  .large-h6 {
    font-size: 1rem;
    line-height: 1.2;
    font-family: 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500; } }

/*
  Text Elements
*/
a {
  color: black;
  text-decoration: underline; }
  a:hover {
    color: blue !important;
    text-decoration: underline; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

mark {
  background-color: #0000a0;
  padding: 0 0.625rem;
  color: #fff; }

hr {
  margin: 0 0 1rem;
  height: 1px;
  border-width: 0;
  background: #0000a0; }

b, strong, .nordea-table thead {
  font-family: 'NordeaSansSmall-Bold', 'NordeaSansSmall-Regular', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

code {
  padding: 0.0625rem 0.3125rem;
  background-color: #e6e4e3;
  border: 1px solid #c9c7c7;
  border-radius: 4px; }

dfn {
  font-style: italic; }

small {
  font-size: 1rem; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

.grid,
.grid__row {
  clear: both;
  float: none;
  position: relative;
  overflow: hidden; }

.grid__row:nth-child(3) .nordea-card {
  min-height: 0;
  max-height: none;
  width: 100%;
  padding-right: 0px !important; }
  .grid__row:nth-child(3) .nordea-card .nordea-card__poster {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 317px; }

html div.pagination {
  display: block;
  text-align: center;
  clear: both;
  float: none;
  padding: 35px 0px;
  border-top: 1px solid #f0c1ae; }

html.no-js div.pagination {
  display: block; }

html.no-js div.load-more {
  display: none; }

html.js div.pagination {
  display: none; }

html.js div.load-more {
  display: block; }

/*

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: $nordea-blue;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: $vivid-blue;
}
::-webkit-scrollbar-thumb:active {
  background: $dark-pink;
}
::-webkit-scrollbar-track {
  background: $white;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: $subtle-gray;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

*/
@media screen and (min-width: 640px) {
  blockquote p {
    font-size: 27px;
    line-height: 38px; }
  .wrapper {
    height: auto;
    padding: 0px 10px; } }

@media screen and (min-width: 920px) {
  body main[role=main] {
    position: relative;
    float: left;
    width: 70%;
    max-width: 1200px;
    margin: 100px auto 0px auto !important;
    padding: 0px 64px 64px 0px; }
  .sidebar {
    display: block;
    width: 30%;
    margin: 100px 0px 0px 0px;
    float: right;
    clear: none; }
    .sidebar .popular-posts,
    .sidebar .nordea-widget--social-media {
      display: block; } }

@media screen and (min-width: 1220px) {
  .wrapper {
    padding: 0px; } }

.ease-transition {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.list-panel {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: left;
  top: 0; }

.list-panel ul,
.list-panel li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  position: relative;
  font-family: NordeaSansSmall-Medium; }

.list-panel ul {
  display: table; }

.list-panel li {
  display: table-row;
  height: 82px; }

.list-panel li a {
  text-decoration: none;
  display: table-cell;
  min-height: 82px;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
  letter-spacing: -0.52px;
  position: relative; }
  .list-panel li a:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 10px;
    right: 10px; }

.list-panel--navigation {
  top: 70px; }

body.mobile .list-panel {
  overflow-y: scroll;
  -webkit-touch-scrolling: touch; }

@media (max-width: 640px) {
  .list-panel--search {
    top: 140px; } }

@media (min-width: 640px) {
  .list-panel--search {
    top: 70px; } }

.nordea-widget--social-media {
  text-align: center; }
  .nordea-widget--social-media h3 {
    margin: 0px 0px 10px 0px;
    text-align: left; }
  .nordea-widget--social-media a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 6px 7px 17px 8px; }
    .nordea-widget--social-media a img {
      width: 100%;
      height: auto; }

.nordea-widget--social-media--transparent-bg, .footer .footer__container .nordea-widget--social-media {
  background-color: transparent;
  text-align: left; }

.sidebar-widget .popular-posts .wpp-list {
  padding: 0; }
  .sidebar-widget .popular-posts .wpp-list li {
    border-bottom: 1px solid #fbd9ca;
    padding: 0px;
    margin: 0;
    font-family: 'NordeaSansSmall-Medium';
    font-size: 15px;
    position: relative;
    padding: 10px; }
    .sidebar-widget .popular-posts .wpp-list li img {
      width: 10%;
      height: 10%; }
    .sidebar-widget .popular-posts .wpp-list li a:first-child {
      position: relative;
      display: block;
      left: 0px;
      top: 0px;
      width: 60px;
      height: auto;
      float: left; }
      .sidebar-widget .popular-posts .wpp-list li a:first-child img {
        width: 80%;
        margin: 0;
        display: block;
        top: 0px;
        position: relative;
        left: 0px; }
    .sidebar-widget .popular-posts .wpp-list li .wpp-post-title {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      margin-left: -71px;
      height: 100%;
      overflow: hidden;
      padding-left: 79px;
      z-index: 1;
      line-height: 18px; }
    .sidebar-widget .popular-posts .wpp-list li:last-child {
      border-bottom: none; }

.popular-posts {
  background-color: #fdece4;
  color: white;
  font-size: 2em; }
  .popular-posts h3 {
    background-color: blue;
    padding: 3%;
    margin-bottom: 0px; }
  .popular-posts .wpp-list {
    padding: 2%;
    margin: 0px; }

@media screen and (min-width: 920px) {
  .sidebar-widget .popular-posts {
    min-height: 400px;
    overflow: hidden; } }

.single-post {
  position: relative; }

.single-post iframe {
  width: 100%;
  height: auto; }

.single-post main[role="main"] h1, .single-post main[role="main"] .h1, .single-post main[role="main"] h2, .single-post main[role="main"] .h2, .single-post main[role="main"] h3, .single-post main[role="main"] .h3, .single-post main[role="main"] h4, .single-post main[role="main"] .h4, .single-post main[role="main"] h5, .single-post main[role="main"] .h5, .single-post main[role="main"] h6, .single-post main[role="main"] .h6 {
  color: black; }

.single-post main[role="main"] .type-post h2, .single-post main[role="main"] .type-post .h2,
.single-post main[role="main"] .type-post h3:not(.cta-container__text),
.single-post main[role="main"] .type-post .h3:not(.cta-container__text),
.single-post main[role="main"] .type-post h4, .single-post main[role="main"] .type-post .h4,
.single-post main[role="main"] .type-post h5, .single-post main[role="main"] .type-post .h5,
.single-post main[role="main"] .type-post h6, .single-post main[role="main"] .type-post .h6 {
  margin-top: 39px;
  margin-bottom: 0px; }

.single-post__hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden; }
  .single-post__hero-banner > img {
    width: 100%; }

.nordea-button--hero-next,
.nordea-button--hero-prev {
  position: absolute;
  top: 50%;
  background-color: white;
  width: 57px;
  height: 86px;
  margin-top: -43px; }

.nordea-button--hero-prev {
  left: 0; }

.nordea-button--hero-next {
  right: 0; }

.single-post__hero-next-hover,
.single-post__hero-prev-hover {
  position: absolute;
  top: 50%;
  width: 284px;
  height: 86px;
  background-color: white;
  margin-top: -43px; }

.single-post__hero-next-hover__img,
.single-post__hero-prev-hover__img {
  position: absolute;
  left: 10px;
  width: 70px;
  bottom: 10px;
  top: 10px;
  overflow: hidden; }

.single-post__hero-next-hover__text,
.single-post__hero-prev-hover__text {
  font-family: NordeaSansSmall-Bold;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  color: #0000a0;
  position: absolute;
  top: 50%;
  display: inline-block;
  top: 50%;
  transform: translate(0%, -50%); }

.single-post__hero-next-hover {
  right: 60px;
  display: none; }

.single-post__hero-next-hover__text {
  left: 100px;
  right: 40px; }

.single-post__hero-prev-hover {
  left: 60px;
  display: none; }

.single-post__hero-prev-hover__text {
  left: 100px;
  right: 40px; }

.nordea-button--hero-next:hover + .single-post__hero-next-hover {
  display: inline-block; }

.nordea-button--hero-prev:hover + .single-post__hero-prev-hover {
  display: inline-block; }

.single-post__category-links {
  margin: 20px 0px 0px 0px; }

.single-post__author-details {
  font-family: NordeaSansSmall-Medium;
  min-height: 48px;
  clear: both;
  float: none;
  margin: 10px 0px 0px 0px; }
  .single-post__author-details:after, .single-post__author-details:before {
    clear: both;
    float: none;
    content: "";
    display: block;
    width: 100%;
    height: 1px; }
  .single-post__author-details .nordea-button--accent-green {
    float: right;
    margin-top: 3px; }

.single-post__author-picture,
.single-post__author-title,
.single-post__author-divider,
.single-post__author-profile,
.single-post__author-date {
  float: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  letter-spacing: -0.41px;
  font-size: 17px;
  font-family: 'NordeaSansSmall-Medium';
  margin: 5px 4px; }

.single-post__author-title {
  color: #0000a0; }

.single-post__author-date {
  color: #8b8a8d; }

.single-post__author-divider {
  color: #c9c7c7;
  font-size: 12px; }

.single-post__author-picture {
  border: 1px solid grey;
  border-radius: 18px;
  width: 34px;
  height: 34px;
  overflow: hidden; }
  .single-post__author-picture img {
    vertical-align: top; }

.single-post__tags {
  margin: 30px 0px 24px 0px; }
  .single-post__tags a {
    min-width: 80px;
    margin: 0px 8px 0px 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 40px; }

.single-post__related-articles-title {
  font-family: NordeaSansSmall-Medium;
  margin: 24px 0px;
  font-size: 23px;
  color: #0000a0;
  letter-spacing: -0.6px;
  border-bottom: 1px solid #474748;
  padding: 16px 0px; }

.single-post__fb-comments {
  clear: both;
  float: none;
  margin: 24px 0px; }
  .single-post__fb-comments .nordea-button--show-comments .nordea-button--show-comments__icon,
  .single-post__fb-comments .nordea-button--show-comments .nordea-button--show-comments__text,
  .single-post__fb-comments .nordea-button--show-comments .nordea-button--show-comments__count {
    display: inline-block; }
  .single-post__fb-comments .nordea-button--show-comments .nordea-button--show-comments__icon--close,
  .single-post__fb-comments .nordea-button--show-comments .nordea-button--show-comments__text--close {
    display: none; }
  .single-post__fb-comments .single-post__fb-comments__info-box,
  .single-post__fb-comments .fb_iframe_widget {
    display: none; }
  .single-post__fb-comments.open .nordea-button--show-comments .nordea-button--show-comments__icon,
  .single-post__fb-comments.open .nordea-button--show-comments .nordea-button--show-comments__text,
  .single-post__fb-comments.open .nordea-button--show-comments .nordea-button--show-comments__count {
    display: none; }
  .single-post__fb-comments.open .nordea-button--show-comments .nordea-button--show-comments__icon--close,
  .single-post__fb-comments.open .nordea-button--show-comments .nordea-button--show-comments__text--close {
    display: inline-block; }
  .single-post__fb-comments.open .single-post__fb-comments__info-box,
  .single-post__fb-comments.open .fb_iframe_widget {
    display: block; }

.single-post__fb-comments__info-box {
  background-color: #f0c1ae;
  padding: 20px;
  margin: 10px 0px 10px 0px; }
  .single-post__fb-comments__info-box a {
    font-family: NordeaSansSmall-Medium;
    font-size: 14px;
    color: #0000a0;
    letter-spacing: -0.01px;
    line-height: 19px; }
  .single-post__fb-comments__info-box p {
    font-family: NordeaSansSmall-Regular;
    font-size: 14px;
    color: black;
    letter-spacing: -0.01px;
    line-height: 19px; }
    .single-post__fb-comments__info-box p:first-child {
      margin-top: 0; }

.single-post article {
  /*div.wp-caption{
      width:100%!important;
      img{
        width:100%;
      }
    }*/ }
  .single-post article img.full-width {
    width: 100%;
    height: auto;
    margin: 0 !important; }
  .single-post article img.alignnone {
    margin: 10px 20px 20px 0; }
  .single-post article img.alignleft {
    margin: 5px 20px 12px 0; }

.single-post .nordea-widget--social-media--transparent-bg, .single-post .footer .footer__container .nordea-widget--social-media, .footer .footer__container .single-post .nordea-widget--social-media {
  margin: 0px 0px 28px 0px; }
  .single-post .nordea-widget--social-media--transparent-bg a, .single-post .footer .footer__container .nordea-widget--social-media a, .footer .footer__container .single-post .nordea-widget--social-media a {
    margin: 0px 8px 28px 10px; }
    .single-post .nordea-widget--social-media--transparent-bg a:last-child, .single-post .footer .footer__container .nordea-widget--social-media a:last-child, .footer .footer__container .single-post .nordea-widget--social-media a:last-child {
      margin: 0px 0px 28px 11px; }

@media screen and (min-width: 640px) {
  .single-post iframe {
    height: 506px !important; }
  .single-post .sidebar .sidebar-widget .popular-posts {
    max-height: 490px; }
  .single-post__hero-banner {
    position: relative;
    width: 100%;
    height: 490px; }
    .single-post__hero-banner > img {
      display: none; } }

.single-nordea-team h1 {
  font-family: 'NordeaSansSmall-Medium';
  font-size: 50px;
  letter-spacing: -1.21px;
  line-height: 56px;
  margin-top: 0; }

.nordea-team__image-mask {
  width: 245px;
  height: 245px;
  overflow: hidden;
  border-radius: 490px;
  display: inline-block;
  border: 1px solid #f3f2f2; }

.nordea-team__title-container {
  background-color: white;
  overflow: hidden;
  padding: 20px;
  margin: 0px 0px 40px 0px;
  height: auto; }
  .nordea-team__title-container:after {
    display: table;
    content: "";
    clear: both;
    float: none;
    width: 100%; }

.nordea-team__title-right {
  margin-top: 32px; }

.nordea-team__title-left {
  text-align: center; }
  .nordea-team__title-left .spacer {
    margin: 10px 0px; }

.nordea-team__member-posts:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  float: none;
  clear: both; }

.nordea-team__member-post {
  display: inline-block;
  padding: 20px 20px 0px 0px;
  max-width: 33.33%;
  vertical-align: top; }

@media screen and (min-width: 640px) {
  .nordea-team__title-container {
    margin: 0px 0px 14px 0px;
    min-height: 420px; }
  .single-nordea-team .nordea-team__member-posts .nordea-card:nth-child(odd) {
    padding-right: 14px; }
  .single-nordea-team .nordea-team__member-posts .nordea-card:nth-child(even) {
    padding-left: 14px; }
  .single-nordea-team .nordea-team__title-left,
  .single-nordea-team .nordea-team__title-right {
    padding: 20px;
    display: inline-block;
    float: left;
    width: 50%; } }

.nordea-card {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  margin: 20px 0px 20px 0px; }
  .nordea-card a {
    text-decoration: none; }
  .nordea-card h2 {
    font-family: 'NordeaSansSmall-Bold';
    font-size: 30px;
    letter-spacing: 0;
    line-height: 36px; }
  .nordea-card p {
    font-size: 18px;
    color: black;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: -7px;
    margin-bottom: 10px; }
    .nordea-card p a,
    .nordea-card p a:active,
    .nordea-card p a:hover {
      color: black; }

.nordea-card__wrapper {
  display: block; }

.nordea-card__category-container .nordea-card__category-link:last-child {
  margin-right: 0; }

.nordea-card__poster {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden; }

.nordea-card__poster--print {
  display: none; }

.nordea-card__category-link {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.2pt;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'NordeaSansSmall-Medium';
  text-decoration: underline !important;
  margin: 4px 8px 4px 0px; }
  .nordea-card__category-link:after {
    /*content:'';
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: $black;
    margin-bottom: 4px;
    */ }

.nordea-card__category-date {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #8b8a8d;
  margin: 4px 4px 4px 0px; }

/*
.nordea-card:nth-child(7n+7){
  min-height: 0;
  max-height: none;
  width: 100%;
  .nordea-card__poster{
    @extend .nordea-card--highlighted__poster;
    height: 317px;
  }
}
*/
@media screen and (min-width: 640px) {
  .grid .nordea-card {
    max-height: none; }
  .nordea-card {
    width: 50%;
    min-height: 420px;
    max-height: 420px; }
    .nordea-card:nth-of-type(odd) {
      padding-right: 32px; }
    .nordea-card:nth-of-type(even) {
      padding-left: 32px; } }

.nordea-card--highlighted {
  display: inline-block;
  vertical-align: top;
  float: left; }
  .nordea-card--highlighted .nordea-card__wrapper {
    background-color: white;
    padding: 10px; }

.nordea-card--highlighted__poster {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 180px;
  overflow: hidden; }

.nordea-card--featured {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  padding: 0px !important;
  min-height: 0;
  max-height: none;
  margin-top: 0; }
  .nordea-card--featured .nordea-card--featured__poster-caption {
    display: none; }
  .nordea-card--featured h2 {
    font-size: 34px;
    letter-spacing: -0.82px;
    line-height: 41px; }

.nordea-card--featured__poster {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden;
  position: relative; }

.nordea-card--featured__poster--print {
  width: 100%;
  height: auto;
  display: block; }

.nordea-card--featured__poster-caption {
  display: inline-block;
  position: relative;
  background-color: transparent;
  padding: 5px 0px;
  color: white;
  font-family: 'NordeaSansSmall-Italic';
  font-size: 14px;
  color: black;
  letter-spacing: -0.39px;
  line-height: 21px; }

@media screen and (min-width: 640px) {
  .nordea-card--featured__poster {
    height: 420px; }
  .nordea-card--featured__poster--print {
    display: none; } }

.social-media-icon {
  width: 40px;
  height: 40px;
  display: inline; }

.social-media-icon {
  width: 40px;
  height: 40px;
  display: inline; }

.nordea-card--featured {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  padding: 0px !important;
  min-height: 0;
  max-height: none;
  margin-top: 0; }
  .nordea-card--featured .nordea-card--featured__poster-caption {
    display: none; }
  .nordea-card--featured h2 {
    font-size: 34px;
    letter-spacing: -0.82px;
    line-height: 41px; }

.nordea-card--featured__poster {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden;
  position: relative; }

.nordea-card--featured__poster--print {
  width: 100%;
  height: auto;
  display: block; }

.nordea-card--featured__poster-caption {
  display: inline-block;
  position: relative;
  background-color: transparent;
  padding: 5px 0px;
  color: white;
  font-family: 'NordeaSansSmall-Italic';
  font-size: 14px;
  color: black;
  letter-spacing: -0.39px;
  line-height: 21px; }

@media screen and (min-width: 640px) {
  .nordea-card--featured__poster {
    height: 420px; }
  .nordea-card--featured__poster--print {
    display: none; } }

.nordea-widget--team {
  background-color: white;
  padding: 0px 0px 40px 0px; }
  .nordea-widget--team ul, .nordea-widget--team li {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .nordea-widget--team ul {
    text-align: left; }
    .nordea-widget--team ul li {
      text-align: center;
      width: 48px;
      height: 48px;
      background-size: contain;
      border-radius: 100px;
      border: 1px solid #f3f2f2;
      background-repeat: no-repeat;
      background-position: 50%;
      margin: 20px;
      position: relative;
      background-color: white; }
      .nordea-widget--team ul li a {
        display: inline-block;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute; }
      .nordea-widget--team ul li h5 {
        display: inline-block;
        margin: 20px 0px 0px 0px;
        top: 36px;
        position: relative;
        font-family: NordeaSansSmall-Regular;
        font-size: 13px;
        line-height: 13px; }

article .wp-caption {
  border: 0;
  background-color: transparent;
  max-width: 100%;
  padding: 0;
  margin: 0; }
  article .wp-caption img {
    max-width: 100%; }
    article .wp-caption img + p {
      text-align: left;
      font-weight: 500;
      color: #474748;
      font-style: italic;
      font-size: 0.9rem !important;
      padding: 10px 0px !important; }

.search-submit {
  width: 48px;
  height: 48px;
  background-color: transparent; }

.search__input {
  background-color: transparent;
  width: 268px;
  border-bottom: 1px solid #99ccff;
  font-family: NordeaSansSmall-Regular;
  font-size: 19px;
  color: white;
  letter-spacing: 0;
  padding: 10px 5px 5px 0px;
  height: 48px; }
  .search__input::-webkit-input-placeholder {
    color: #99ccff;
    padding-top: 4px; }
  .search__input::-moz-placeholder {
    color: #99ccff;
    padding-top: 4px; }
  .search__input:-ms-input-placeholder {
    color: #99ccff;
    padding-top: 4px; }
  .search__input::placeholder {
    color: #99ccff;
    padding-top: 4px; }
  .search__input:hover, .search__input:focus {
    border-top: none;
    border-left: none;
    border-right: none; }

.header__menu-button {
  width: auto;
  height: 34px;
  background-color: transparent;
  background-image: url("../../dist/images/icons/categories_icon.png");
  background-repeat: no-repeat;
  color: white;
  font-family: NordeaSansSmall-Medium;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 20px;
  background-size: 10%;
  background-position: right 13px; }

.list-panel--navigation {
  display: none;
  background-color: #0000a0; }
  .list-panel--navigation li a {
    color: white; }
    .list-panel--navigation li a:after {
      background-color: #99ccff; }
    .list-panel--navigation li a:active, .list-panel--navigation li a:hover, .list-panel--navigation li a:focus {
      color: white !important; }

.list-panel--navigation-desktop {
  top: -12px;
  position: fixed;
  z-index: 1;
  background-color: #00005e; }
  .list-panel--navigation-desktop li a {
    color: white; }
    .list-panel--navigation-desktop li a:active, .list-panel--navigation-desktop li a:focus {
      color: white !important; }
    .list-panel--navigation-desktop li a:hover {
      color: white !important;
      text-decoration: underline; }

.list-panel--search {
  display: none;
  background-color: #fbd9ca; }
  .list-panel--search li a {
    color: #0000a0; }
    .list-panel--search li a:after {
      background-color: #f0c1ae; }
    .list-panel--search li a:active, .list-panel--search li a:hover, .list-panel--search li a:focus {
      color: #0000a0 !important; }

.list-panel--search__popular-tags {
  background-color: #f0c1ae;
  padding: 24px 10px; }
  .list-panel--search__popular-tags h6 {
    margin: 0; }

.header__menu-button--open .list-panel--navigation {
  display: block; }

.header__search--open .list-panel--search {
  display: block; }

html.no-js .list-panel--navigation-desktop {
  top: 70px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 920px) and (max-width: 1220px) {
  .list-panel--navigation-desktop nav ul {
    padding: 0px 20px; } }

@media screen and (min-width: 920px) {
  .list-panel--navigation-desktop {
    max-height: 82px; }
    .list-panel--navigation-desktop nav {
      max-width: 1200px;
      margin: 0 auto; }
      .list-panel--navigation-desktop nav ul {
        display: block;
        text-align: left; }
        .list-panel--navigation-desktop nav ul li {
          display: inline-block;
          width: auto; }
          .list-panel--navigation-desktop nav ul li:not(:first-child) {
            padding: 0px 18px; }
          .list-panel--navigation-desktop nav ul li:first-child {
            padding: 0px 18px 0px 0px; }
          .list-panel--navigation-desktop nav ul li a {
            padding: 0;
            display: inline-block;
            line-height: 82px;
            color: white; }
            .list-panel--navigation-desktop nav ul li a:after {
              display: none; }
            .list-panel--navigation-desktop nav ul li a:active, .list-panel--navigation-desktop nav ul li a:focus {
              color: white !important; }
            .list-panel--navigation-desktop nav ul li a:hover {
              color: white !important;
              text-decoration: underline; } }

.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #0000a0; }
  .header .search__input {
    width: 100%; }

.header__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: auto;
  background-color: #0000a0;
  /*&:after{
    float: none;
    display: table;
    content: "";
    width: 100%;
    clear: both;
  }*/
  /*&:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 4px;
    background-color: $nordea-blue;

  }*/ }
  .header__container .logo {
    display: none; }
  .header__container .logo,
  .header__container .search,
  .header__container .nav {
    position: absolute; }
  .header__container .logo {
    right: 10px;
    top: 23px;
    text-align: left; }
  .header__container .search {
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    padding: 10px;
    display: none; }
  .header__container .search-submit {
    position: absolute;
    top: 0;
    right: -32px;
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50%;
    background-image: url("../../dist/images/icons/search_icon.png");
    display: none; }
  .header__container .nav {
    /*left: 50%;
    top:17px;
    text-align: right;
    transform: translateX(-50%);
    */
    left: 100%;
    top: 17px;
    text-align: right;
    margin-left: -100px; }
  .header__container .logo .logo-img {
    max-width: 90px; }
  .header__container .logo .logo-img--blue {
    max-width: 134px;
    height: auto;
    width: 100%; }
  .header__container .logo .logo-img--blue {
    display: none; }

.header__sub {
  position: relative;
  height: 70px;
  background-color: transparent;
  padding-left: 10px;
  display: inline-block;
  text-align: left;
  line-height: 71px; }

.header__sub-container {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  position: relative;
  height: 100%;
  line-height: 70px;
  text-align: center; }

.header__sub-container-text {
  font-family: 'NordeaSansSmall-Regular';
  color: white;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 20px; }

.header__menu-desktop {
  display: none;
  text-align: center; }

.header__menu-mobile {
  text-align: center;
  display: inline-block; }
  .header__menu-mobile .button, .header__menu-mobile .nordea-button, .header__menu-mobile .single-post__tags a, .single-post__tags .header__menu-mobile a {
    width: 32px;
    height: 32px;
    margin: 0px 8px; }
    .header__menu-mobile .button.search-toggle-button, .header__menu-mobile .search-toggle-button.nordea-button, .header__menu-mobile .single-post__tags a.search-toggle-button, .single-post__tags .header__menu-mobile a.search-toggle-button {
      background-image: url("../../dist/images/icons/search_icon.png");
      background-size: 27px;
      background-repeat: no-repeat;
      background-position: 50%; }
    .header__menu-mobile .button.menu-toggle-button, .header__menu-mobile .menu-toggle-button.nordea-button, .header__menu-mobile .single-post__tags a.menu-toggle-button, .single-post__tags .header__menu-mobile a.menu-toggle-button {
      background-image: url("../../dist/images/icons/menu_icon.png");
      background-size: 40px;
      background-position: 50%; }

.header__search--open .header__menu-mobile .button.search-toggle-button, .header__search--open .header__menu-mobile .search-toggle-button.nordea-button, .header__search--open .header__menu-mobile .single-post__tags a.search-toggle-button, .single-post__tags .header__search--open .header__menu-mobile a.search-toggle-button {
  background-image: url("../../dist/images/icons/close_icon.png"); }

.header__menu-button--open .header__menu-mobile .button.menu-toggle-button, .header__menu-button--open .header__menu-mobile .menu-toggle-button.nordea-button, .header__menu-button--open .header__menu-mobile .single-post__tags a.menu-toggle-button, .single-post__tags .header__menu-button--open .header__menu-mobile a.menu-toggle-button {
  background-image: url("../../dist/images/icons/close_icon.png"); }

@media (max-width: 640px) {
  body.header__search--open .header__container {
    height: 140px; }
    body.header__search--open .header__container .search {
      display: block; } }

@media (min-width: 640px) {
  .header .search__input {
    height: 32px; }
  .header__sub-container-text {
    font-size: 20px; }
  .header__menu-desktop {
    display: block; }
  .header__menu-mobile {
    display: none; }
  .header__container {
    height: 70px; }
    .header__container .search {
      top: 13px;
      left: 50%;
      right: 140px;
      padding: 0;
      display: block; }
    .header__container .nav {
      margin-left: -100px;
      left: 50%;
      top: 17px;
      text-align: right;
      transform: translateX(-50%); }
    .header__container .logo {
      display: block; }
  .list-panel--search {
    top: 70px; }
  .search-submit {
    display: block !important; } }

@media (min-width: 1220px) {
  .header__container .logo {
    right: 0px; }
  .header__container .header__sub {
    padding-left: 0px; } }

.footer {
  background: #0000a0;
  min-height: 218px;
  color: white;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden; }
  .footer h6 {
    color: white;
    font-weight: 500;
    font-family: 'NordeaSansSmall-Bold';
    margin-bottom: 8px; }
  .footer p {
    margin-top: 0; }
  .footer a,
  .footer a:focus, .footer a:hover, .footer a:active {
    color: white; }
  .footer .footer__container .nordea-widget--social-media {
    text-align: center;
    position: relative;
    margin: 0;
    display: inline-block; }
    .footer .footer__container .nordea-widget--social-media .widget-title {
      display: none; }

.footer-sidebar > aside {
  margin-bottom: 24px; }

.footer-sidebar .textwidget a, .footer-sidebar .textwidget a:hover, .footer-sidebar .textwidget a:focus, .footer-sidebar .textwidget a:active {
  color: white !important; }

.footer-sidebar > aside,
.footer-sidebar .nordea-widget--social-media {
  width: 100%;
  position: relative; }

.footer__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
  height: 100%;
  overflow: hidden; }
  .footer__container .nordea-widget--social-media {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -30px; }

.footer__cookies-text {
  margin: 12px 0px 32px 0px;
  text-align: left;
  clear: both;
  float: none; }
  .footer__cookies-text a:hover, .footer__cookies-text a:active, .footer__cookies-text a:focus {
    color: white !important; }

.footer__logo {
  clear: both;
  float: none;
  text-align: left;
  margin: 24px 0px; }
  .footer__logo img {
    width: 100px;
    height: 22.38px;
    display: inline-block; }

@media screen and (min-width: 640px) {
  .footer__logo {
    display: none; } }

@media screen and (min-width: 920px) {
  .footer .footer-sidebar > aside {
    display: inline-block;
    float: left;
    padding-right: 10px; }
    .footer .footer-sidebar > aside p {
      margin-top: 0; }
    .footer .footer-sidebar > aside:first-child {
      width: 20%; }
    .footer .footer-sidebar > aside:last-child {
      top: -60px;
      position: relative; }
    .footer .footer-sidebar > aside:nth-child(2) {
      width: 80%; }
      .footer .footer-sidebar > aside:nth-child(2) p {
        max-width: 450px; }
    .footer .footer-sidebar > aside:nth-child(3) {
      margin-top: 0px;
      position: relative;
      display: inline-block;
      width: 50%; }
  .footer .footer__container .nordea-widget--social-media {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -30px;
    width: auto; } }

@media screen and (min-width: 1220px) {
  .footer .footer__container {
    padding: 20px 0px; }
    .footer .footer__container .nordea-widget--social-media {
      right: 0px;
      padding-right: 10px; } }

@media screen and (min-width: 640px) {
  .home .grid article.nordea-card:nth-of-type(odd) {
    padding-right: 32px;
    padding-left: 0px; }
  .home .grid article.nordea-card:nth-of-type(even) {
    padding-left: 32px;
    padding-right: 0px; } }

.error404 > .wrapper {
  min-height: 0; }

.error404 .footer {
  margin-top: 0; }

@media screen and (min-width: 640px) {
  .error404 > .wrapper {
    min-height: 100%; }
  .error404 .footer {
    margin-top: -304px; } }

/**
 * Created by IntelliJ IDEA.
 * User: zulfeekar.cheriyampu
 * Date: 09/02/2017
 * Time: 14:58
 */
.category__container,
.category__container-inner,
.category__container-left-box,
.category__container-right-box {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.category__container {
  margin: 0px 0px 14px 0px;
  background-color: white;
  text-align: center;
  width: 100%; }

.category__title-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #99ccff;
  border-radius: 100%;
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat; }

.category__container-inner {
  padding: 20px 0px;
  text-align: center;
  clear: both;
  float: none;
  position: relative; }
  .category__container-inner h1 {
    font-size: 2rem; }
  .category__container-inner p {
    display: inline-block; }

.category__container-left-box,
.category__container-right-box {
  padding: 0px 20px;
  margin-left: -3px; }

.category__container-left-box {
  text-align: center; }

.category__container-right-box {
  text-align: center; }

@media screen and (min-width: 640px) {
  .category__container {
    height: 284px;
    text-align: center; }
  .category__container-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .category__container-right-box {
    text-align: left;
    max-width: 320px; } }

body.search main[role=main],
body.search .sidebar {
  margin: 16px auto 0px auto; }

body.search.search-results .search__found-posts, body.search.search-no-results .search__found-posts {
  margin-top: 90px; }

.search__found-posts {
  background-color: #0000a0;
  color: white;
  font-family: 'NordeaSansSmall-Bold';
  font-size: 17px;
  letter-spacing: 0;
  line-height: 29px;
  padding: 12px;
  margin: 0 0 0 0; }

.search__query {
  padding: 32px 12px;
  background-color: white;
  margin-bottom: 1rem;
  font-family: 'NordeaSansSmall-Bold';
  font-size: 25px;
  letter-spacing: 0;
  line-height: 29px;
  color: #0000a0; }

@media screen and (min-width: 640px) {
  .search__query {
    font-size: 40px; } }

@media screen and (min-width: 920px) {
  body.search main[role=main],
  body.search .sidebar {
    margin: 16px auto 0px auto !important; } }
