/* => Swedbank font */
/* ------------------------------------------------------------------------------*/
@font-face {
  font-family: "SwedbankSans-Regular";
  src: url("../fonts/SwedbankSans-Regular.eot?") format("eot"),
    url("../fonts/SwedbankSans-Regular.otf") format("opentype"),
    url("../fonts/SwedbankSans-Regular.woff") format("woff"),
    url("../fonts/SwedbankSans-Regular.ttf") format("truetype"),
    url("../fonts/SwedbankSans-Regular.svg#SwedbankSans-Regular") format("svg");
}

@font-face {
  font-family: "SwedbankSans-Medium";
  src: url("../fonts/SwedbankSans-Medium.eot?") format("eot"),
    url("../fonts/SwedbankSans-Medium.otf") format("opentype"),
    url("../fonts/SwedbankSans-Medium.woff") format("woff"),
    url("../fonts/SwedbankSans-Medium.ttf") format("truetype"),
    url("../fonts/SwedbankSans-Medium.svg#SwedbankSans-Medium") format("svg");
}

@font-face {
  font-family: "SwedbankSans-Bold";
  src: url("../fonts/SwedbankSans-Bold.eot?") format("eot"),
    url("../fonts/SwedbankSans-Bold.otf") format("opentype"),
    url("../fonts/SwedbankSans-Bold.woff") format("woff"),
    url("../fonts/SwedbankSans-Bold.ttf") format("truetype"),
    url("../fonts/SwedbankSans-Bold.svg#SwedbankSans-Bold") format("svg");
}

@font-face {
  font-family: "SwedbankHeadline-Black";
  src: url("../fonts/SwedbankHeadline-Black/SwedbankHeadline-Black.eot?")
      format("eot"),
    url("../fonts/SwedbankHeadline-Black/SwedbankHeadline-Black.woff")
      format("woff"),
    url("../fonts/SwedbankHeadline-Black/SwedbankHeadline-Black.ttf")
      format("truetype"),
    url("../fonts/SwedbankHeadline-Black/SwedbankHeadline-Black.svg#SwedbankHeadline-Black")
      format("svg");
}

/* => Globals */
/* ------------------------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-size: 14px;
  color: #000;
  background: #fff;
  position: relative;
}

body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #fa661c;
  background: -moz-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: -webkit-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: linear-gradient(to right, #fa661c 0%, #f4ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa661c', endColorstr='#f4ba45', GradientType=1);
}

@media screen and (max-width: 767px) {
  body::before {
    display: none;
  }
}

a {
  text-decoration: none;
  outline: none;
}

a,
a:hover,
a:focus {
  color: #ff6100;
}

a:hover,
a:focus {
  text-decoration: underline;
}

[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xs-"],
h1,
h2,
h3,
h4,
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

.cols-i {
  width: 100%;
  display: table;
  vertical-align: top;
}

.cols-i .col {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.cols-i .w-1 {
  width: 1%;
  white-space: nowrap;
}

.col,
.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

.skip a {
  text-decoration: none;
}

.skip a:hover {
  text-decoration: underline;
}

.skip a,
.skip a:hover,
.skip a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  display: inline-block;
  z-index: 100;
}

.skip a:focus,
.skip a:active {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #333;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}

.date {
  display: block;
  font-size: 12px;
  color: #919191;
}

time,
figure {
  display: block;
}

.b-d-content-1 .b-d-form .col-2 .m-label-2,
.b-d-content-1 .bank-block .sub-title,
.link-more-article-2,
.volunteer-button {
  display: none;
}

/* => Effects */
/* ------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
select,
textarea {
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
}

.carousel-control,
.account-link .log-out {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.show-more a,
.show-more a i,
.project-list-content .nav-tabs a,
.pagination .item a {
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

.variants .item a {
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.stories-list .photo,
.widget-project .photo:before {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

/* => Icon fonts */
/* ------------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?-c8kt2l");
  src: url("../fonts/icomoon.eot?#iefix-c8kt2l") format("embedded-opentype"),
    url("../fonts/icomoon.woff?-c8kt2l") format("woff"),
    url("../fonts/icomoon.ttf?-c8kt2l") format("truetype"),
    url("../fonts/icomoon.svg?-c8kt2l#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.link-more-article-2 a:after,
.b-d-content-1 .b-d-form .col-2 .m-label-2:after,
.b-d-header a:after,
.glyphicon:before,
.glyphicon:after,
.fa:before,
.fa:after,
.btn-m-nav:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-navicon:before {
  content: "\f0c9";
}

.glyphicon-arrow-up:before,
.fa-arrow-up:before {
  content: "\ea3a";
}

.glyphicon-arrow-right:before,
.fa-arrow-right:before {
  content: "\ea3c";
}

.glyphicon-arrow-down:before,
.fa-arrow-down:before {
  content: "\ea3e";
}

.glyphicon-arrow-left:before,
.fa-arrow-left:before {
  content: "\ea40";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

/* => Form elements */
/* ------------------------------------------------------------------------------*/
/* Alerts */
.alert,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  padding: 20px 30px;
  color: #000;
  background-color: #f7f7f7;
  border: 0;
  border-bottom: 1px #e5e5e5 solid;
  border-radius: 0;
}

.alert-warning {
  background-color: #fff3d5;
  border-color: #ff9900;
  display: none;
}

.send-feedback .alert-warning,
.send-feedback .alert-success {
  margin: -30px -30px 30px -30px;
}

.block .alert {
  margin-left: -30px;
  margin-right: -30px;
}

/* Radio & checkboxes */
label {
  display: block;
  margin: 0;
  padding: 0;
}

label[for] {
  overflow: hidden;
  cursor: pointer;
}

.checkbox,
.radio {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #8bcdc3;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
}

.radio {
  border-radius: 50%;
}

.checkbox.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%238bcdc3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

.radio.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%238bcdc3'%3E%3Ccircle cx='10' cy='10' r='6'%3E%3C/circle%3E%3C/svg%3E");
}

.checkbox input,
.radio input {
  filter: alpha(opacity=0);
  opacity: 0;
}

.label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  color: #512b2b;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}

label .label {
  margin-top: 5px;
  margin-bottom: 5px;
  width: calc(100% - 50px);
}

.label.disabled {
  color: #948b8b;
}

/* Input, select, textarea */
::-webkit-input-placeholder {
  color: #434343;
}

:-moz-placeholder {
  color: #434343;
}

::-moz-placeholder {
  color: #434343;
}

:-ms-input-placeholder {
  color: #434343;
}

input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  font-size: 14px;
  color: #512b2b;
  background-color: #fff;
  border: 1px solid #8bcdc3;
  border-radius: 3px;
}

input[type="text"],
input[type="password"] {
  padding: 12px;
}

textarea {
  height: 140px;
  padding: 10px;
  resize: vertical;
}

.select {
  border: 1px solid #8ccdc3;
  border-radius: 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linecap='square' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ef6f24' stroke-width='3'%3E%3Cpath d='m20 7.527-5-4.527-5 4.527'/%3E%3Cpath d='m20 22.906-5 4.526-5-4.526'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  overflow: hidden;
}

select {
  padding: 12px 40px 12px 20px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #512b2b;
}

.select:hover {
  border-color: #ef6f24;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    padding: 7px 5px;
  }
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border-color: #ef6f24;
  box-shadow: none;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #fff;
}

.asterisk {
  font-size: 14px;
  line-height: 1;
}

/* Form basics, titles, info */
legend {
  position: absolute;
  left: -1000em;
}

.form-block {
  padding: 30px;
}

.form-block .alert {
  margin-top: -30px;
  margin-bottom: 15px;
}

.form-block .sep {
  margin: 15px -30px;
  padding: 0;
  border-top: 1px #e5e5e5 solid;
}

.form-block fieldset {
  padding: 15px 0;
}

.form-block fieldset:last-child {
  padding-bottom: 0;
}

.form-block h2,
.form-block h3 {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
}

.form-block h2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.form-block h3 {
  margin-bottom: 15px;
  font-size: 14px;
}

.form-block .info,
.info-area {
  margin: 15px 0 20px 0;
  padding-left: 10px;
  font-size: 12px;
  border-left: 3px #d9d9d9 solid;
}

.form-block .buttons {
  overflow: hidden;
  margin-top: 20px;
}

.form-block .buttons .btn {
  float: left;
  margin-right: 10px;
}

/* Form containers */
.form-group {
  clear: both;
  /* overflow: hidden; */
  margin: 20px 0 12px 0;
  padding: 0;
}

.form-group .form-label {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
}

.form-block fieldset .col-xs-6 {
  padding-right: 10px;
}

.form-block fieldset .col-xs-6:last-child {
  padding-right: 0;
}

.form-group .tip,
.form-field .tip {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 9px;
  font-size: 20px;
  font-weight: normal;
  color: #ee6f24;
  text-align: center;
  line-height: 26px;
  background-color: #fff;
  border: 2px #ee6f24 solid;
  border-radius: 50%;
  cursor: pointer;
}

/* Form type 1 */
.form-type-1 .form-group {
  display: table;
  width: 100%;
}

.form-type-1 .form-label,
.form-type-1 .form-field {
  display: table-cell;
}

.form-type-1 .form-label {
  width: 1%;
  white-space: nowrap;
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.form-type-1 .form-field {
  padding-left: 20px;
}

.form-type-1 .form-field input {
  max-width: 250px;
}

/* Form type 2 & 3 */
.form-type-2 .form-group {
  margin-bottom: 16px;
}

.form-type-3 .form-group {
  margin-bottom: 20px;
}

.form-type-3 .text-only {
  margin: 0;
  padding-top: 10px;
}

.form-type-2 .form-label,
.form-type-3 .form-label {
  margin-bottom: 8px;
}

.form-type-2 .form-label strong,
.form-type-3 .form-label strong {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.form-type-2 label {
  margin-bottom: 12px;
}

.has-error .radio-inline .label,
.has-error .confirmation-inline .label {
  color: #a94442;
}

.form-group.inline label {
  display: inline-block;
  margin: 0 25px 0 0;
}

.form-group.inline .label {
  display: inline-block;
}

/* Form add/remove */
.form-block .add-remove {
  overflow: hidden;
  margin-top: 15px;
}

.form-block .add-remove .add,
.form-block .add-remove .remove {
  float: left;
  margin-right: 15px;
}

.form-block .add-remove .remove {
  color: #000;
}

/* Form errors */
.has-error input,
.has-error input:hover,
.has-error input:focus,
.has-error select,
.has-error textarea {
  background-color: #fff3d5;
  border-color: #ff9900;
}

/* => Buttons */
/* ------------------------------------------------------------------------------*/
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline-offset: inherit;
  outline: none;
}

.btn-primary,
.btn-primary.disabled {
  display: inline-flex;
  padding: 10px 14px;
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: #ee6f24;
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-primary:hover {
  background: #d45600;
  color: #fff;
}

.btn-primary:focus,
.btn-primary:active {
  background: #ee6f24;
  color: #fff;
}

.btn-secondary,
.btn-secondary.disabled {
  display: inline-flex;
  padding: 10px 14px;
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  background: #30a3ae;
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-lg {
  padding: 14px 18px;
  font-size: 18px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #257886;
  color: #fff;
}

.btn-delete {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 15px;
  background: #d8d8d8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d8d8d8 0%, #b4b4b4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d8d8d8),
    color-stop(100%, #b4b4b4)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d8d8d8 0%, #b4b4b4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #d8d8d8 0%, #b4b4b4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d8d8d8 0%, #b4b4b4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#b4b4b4', GradientType=0);
  /* IE6-8 */
}

.btn-delete,
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active {
  color: #444;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #8b8b8b;
  border-top-color: #cbcbcb;
  border-right-color: #aaa;
  border-left-color: #aaa;
  border-radius: 3px;
}

.btn-delete:hover,
.btn-delete:focus {
  background: #d8d8d8;
}

.btn-delete:active {
  background: #c5c5c5;
}

/* => Bootstrap elements */
/* ------------------------------------------------------------------------------*/
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
  padding: 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000;
}

/* => Header */
/* ------------------------------------------------------------------------------*/
.header {
  background: #fff;
}

.branding img {
  display: block;
  width: 65px;
  height: auto;
}

.header-top {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-top__row {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  .m-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 14px;
  }

  .m-panel-top__right {
    display: flex;
    align-items: center;
  }

  .m-panel-top .header-top__row {
    display: flex;
    align-items: center;
  }

  .m-panel-top .header-top__row .account-link {
    display: none;
  }

  .header-top__row {
    background-color: #faf2ea;
  }

  .header-top {
    padding: 0;
  }
}

.m-panel-bottom {
  background-color: #faf2ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 1rem;
}

.header .menu {
  background: #faf2ea;
}

.header .menu-wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang {
  display: flex;
  list-style: none;
  margin-left: 1rem;
  margin-right: 1rem;
}

.lang .item {
  padding: 5px 0 5px 1rem;
}

.lang a {
  font-size: 14px;
  color: #512b2b;
  line-height: 1;
  text-transform: uppercase;
}

.lang .active a {
  font-weight: 700;
}

/* Lang dropdown */
.lang-container {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  width: 45px;
}

.lang-container .lang {
  display: none;
  position: absolute;
  top: auto;
  z-index: 10;
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 0 0 3px 3px;
}

.lang-container .lang .active {
  display: none;
}

.lang-container .lang a {
  display: inline-block;
  padding: 10px 4px 9px 4px;
  font-size: 11px;
  color: #222;
  line-height: 1;
  text-decoration: none;
}

.lang-container .lang li {
  display: list-item;
}

.lang-container .lang li:hover {
  background: #d5d5d5;
}

.lang-container .lang-sel {
  position: relative;
  display: block;
  padding: 10px 0 9px 0;
  text-indent: -10px;
  text-align: center;
  font-size: 11px;
  color: #222;
  line-height: 1;
  text-decoration: none;
  background: #e6e6e6;
  border-radius: 3px;
  width: 100%;
  font-weight: 700;
}

.lang-container .lang-sel:hover,
.lang-container .lang-sel:focus {
  text-decoration: none;
  color: #222;
}

.lang-container .lang-sel:after {
  position: absolute;
  top: 13px;
  right: 10px;
  display: block;
  width: 7px;
  height: 4px;
  content: "";
  background: url("../img/small-arrow.png") no-repeat;
}

.lang-container .lang-sel.lang-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.account-link {
  position: relative;
  margin-left: 20px;
}

.account-link .log-out {
  padding: 0;
  background: url("../img/logout.svg") no-repeat #ff9900 center;
  background-size: 20px;
  text-indent: -9999px;
  height: 30px;
  width: 33px;
  border-radius: 3px;
  top: -7px !important;
}

.sticky-header .account-link .log-out {
  top: -1px !important;
}

.account-link .log-out:hover,
.account-link .log-out:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ffb300;
}

.account-link .log-out {
  top: -2px;
  position: relative;
}

/* => Sticky Header */
/* ------------------------------------------------------------------------------*/
.sticky-header {
  padding-top: 69px;
}

.sticky-header .header {
  padding: 0;
  border-bottom: 1px #e9e9e9 solid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.sticky-header .header .lang {
  display: none;
}

.sticky-header .branding,
.sticky-header .branding a {
  width: 80px;
  height: 69px;
}

.sticky-header .branding a {
  display: block;
  background: url("../img/logo-3.png") no-repeat 50% 50%;
  position: static;
  top: 0;
  left: 0;
}

.sticky-header .branding img {
  display: none;
}

.sticky-header .main-nav a,
.sticky-header .account-link a {
  padding: 28px 12px;
  font-size: 13px;
}

.sticky-header .account-link {
  padding-left: 20px;
}

.sticky-header .account-link:before {
  margin: 25px 0 0 -10px;
}

.sticky-header .account-link .log-out {
  font-size: 11px;
  padding: 9px 10px;
}

/* => Header count area */
/* ------------------------------------------------------------------------------*/
.header-donations {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-donations {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.count {
  display: flex;
  align-items: flex-end;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #512b2b;
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .count {
    margin-right: 0;
  }
}

.count .sum {
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  color: #f25b1b;
  font-size: 34px;
  line-height: 1;
  padding: 0 10px;
}

/* => Carousel */
/* ------------------------------------------------------------------------------*/
.carousel,
.carousel-inner,
.carousel .item {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.carousel {
  margin: 20px auto 55px;
  max-width: 1260px;
  overflow: visible;
}

.carousel .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 53% top;
}

.carousel-caption {
  width: 100%;
  max-width: 520px;
  margin: 0;
  padding: 25px !important;
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  text-shadow: none;
  font-size: 16px;
  line-height: 1.9em;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
  background: #fa661c;
  background: -moz-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: -webkit-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: linear-gradient(to right, #fa661c 0%, #f4ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa661c', endColorstr='#f4ba45', GradientType=1);
}

.carousel-caption strong {
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 32px;
}

.carousel-controls {
  display: none;
  width: 100%;
  max-width: 1260px;
  height: 330px;
  margin: -310px auto 0 auto;
  position: relative;
}

.carousel-control {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -40px;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 3;
  opacity: 1;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
}

.carousel-control:hover {
  background-color: #000;
}

.carousel-indicators {
  bottom: -34px;
}

.carousel-indicators li,
.carousel-indicators .active {
  overflow: hidden;
  background-color: #fff;
  margin: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #ffaa33;
}

.carousel-indicators .active {
  background: #ffaa33;
}

/* Fade effect */
.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .carousel,
  .carousel-inner,
  .carousel .item {
    height: 420px;
  }

  .carousel {
    margin-top: 0;
  }
}

@media screen and (max-width: 520px) {
  .carousel,
  .carousel-inner,
  .carousel .item {
    height: 274px;
    background-size: contain;
  }
}

/* => Main navigation */
/* ------------------------------------------------------------------------------*/
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}

.main-nav a {
  display: block;
  padding: 16px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #512b2b;
  line-height: 1;
}

.main-nav a:hover,
.main-nav a:focus {
  color: #ff6100;
  text-decoration: none;
}

.main-nav .active a,
.main-nav a.ukraina {
  color: #ff6100;
  font-weight: bold;
}

/* => Main */
/* ------------------------------------------------------------------------------*/
.main,
.footer .block-body {
  max-width: 1260px;
  margin: 0 auto;
}

.main {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 50px;
  }
}

.front-page .main {
  padding-top: 0;
  position: relative;
}

.main.projects,
.main.project,
.main.initiatives,
.main .blog-content,
.main .page-content,
.main#useraccount {
  margin-bottom: 50px;
}

.page-content .container,
.container {
  max-width: 1260px !important;
}

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.project-desc,
.donate-block {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .project-desc,
  .donate-block {
    padding: 2rem 1rem;
  }
}

.project-desc p,
.project-desc ul {
  margin-bottom: 1.2rem;
}

.project-desc a:not(.btn),
.project-desc a:not(.btn):hover {
  color: #257786;
}

.project-desc ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.project-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  background: #ee6f24;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

/* => Article */
/* ------------------------------------------------------------------------------*/
.article {
  padding: 30px 20px 10px 20px;
  background-color: #fff;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.article .title {
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.article .title,
.article p,
.article ul,
.article ol,
.article table,
.article figure {
  margin-bottom: 25px;
}

.article a:not(.btn),
.article-item a:not(.btn) {
  text-decoration: underline;
}

.article a:hover,
.article a:focus,
.article-item a:hover,
.article-item a:focus {
  text-decoration: none;
}

.article h2,
.article h3,
.article h4 {
  margin-bottom: 10px;
}

.article h2,
.article h3 {
  font-family: "SwedbankSans-bold", Arial, Helvetica, sans-serif;
}

.article h2 {
  font-size: 18px;
}

.article h3 {
  font-size: 16px;
}

.article h4 {
  font-size: 14px;
  font-weight: 700;
}

.article .sub-title {
  font-size: 16px;
  margin-bottom: 30px;
}

.article .title-2 {
  margin-bottom: 40px;
}

.article .date {
  margin: -15px 0 25px 0;
}

.article .lead,
blockquote {
  font-size: 16px;
}

.article ul,
.article ol {
  margin-left: 30px;
}

.article ul {
  list-style: disc;
}

.article ol {
  list-style: decimal;
}

.article img {
  max-width: 100%;
}

.article .align-right {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

.article .align-left {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

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

.simple-gallery-list,
.article .simple-gallery-list {
  overflow: hidden;
  margin-left: 0;
  list-style: none;
}

.simple-gallery-list .item,
.article .simple-gallery-list .item {
  float: left;
  margin: 0 10px 10px 0;
}

.page-content-faq h2 {
  margin: 40px 0 20px 0;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #ff6100;
}

/* => Comments */
/* ------------------------------------------------------------------------------*/
.comments {
  padding: 25px 30px 20px 30px;
  background-color: #fff;
}

.comments h2 {
  margin-bottom: -5px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.comments-list .item {
  overflow: hidden;
  margin: 0 -30px;
  padding: 30px 30px 10px 30px;
  border-top: 1px #e5e5e5 solid;
}

.comments-list .item:first-child {
  border: 0;
}

.comments-list .photo {
  float: left;
  margin-right: 20px;
}

.comments-list .photo img {
  width: 100%;
  height: auto;
}

.comments-list .content {
  overflow: hidden;
}

.comments-list h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.comments-list p {
  margin-bottom: 10px;
  line-height: 20px;
}

.comments-list .btn-reply {
  display: inline-block;
}

/* Reply form */
.comments-list .f-reply-item {
  display: none;
  position: relative;
}

.comments-list .f-reply-item textarea {
  position: relative;
  top: -1px;
  margin-bottom: 5px;
}

.comments-list .f-reply-item:before {
  content: "";
  display: block;
  position: relative;
  left: 22px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d0d0d0;
}

.comments-list .f-reply-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}

.comments-list .f-reply-item:hover:before,
.comments-list .f-reply-item.focus:before {
  border-bottom-color: #aaa;
}

.comments-list .f-reply-item.focus:after {
  border-bottom-color: #fff;
}

/* comment reply */
.comment-reply {
  clear: both;
  margin-left: 120px;
}

.comment-reply .photo {
  width: 50px;
  margin-right: 10px;
}

.comment-reply .f-change-item {
  display: none;
}

.comment-reply .f-change-item textarea {
  height: 75px;
  margin-bottom: 5px;
}

/* => Block */
/* ------------------------------------------------------------------------------*/
.block {
  clear: both;
  /*overflow: hidden;*/
  margin-bottom: 55px;
}

.block-head:before,
.block-head:after,
.block-body:before,
.block-body:after {
  content: " ";
  display: table;
  clear: both;
}

.content .block {
  margin-bottom: 0;
  padding: 30px;
}

/* => Titles */
/* ------------------------------------------------------------------------------*/
.block-head .title {
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #f25b1b;
}

@media screen and (max-width: 767px) {
  .block-head .title {
    font-size: 32px;
  }
}

.block-head.block-head--sm .title {
  font-size: 22px;
}

.sidebar .block-head .title {
  padding: 19px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.h-group {
  padding: 30px 30px 20px 30px;
  background-color: #fff;
}

.h-group .title {
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.project-list-content .h-group,
.blog-content .h-group,
.page-content .h-group {
  padding: 0 30px 10px 30px;
  margin-bottom: 20px;
  background-color: transparent;
}

.front-page .h-group {
  display: none;
}

/* => Progress bar */
/* ------------------------------------------------------------------------------*/
.o-progress-bar {
  overflow: hidden;
  padding: 2px 0;
  font-size: 11px;
  line-height: 1;
  position: relative;
}

.o-progress-bar.o-progress-bar--2 {
  overflow: visible;
  padding-top: 35px !important;
}

.o-progress-bar.o-progress-bar--2 .target {
  background: #d4c4bc;
  overflow: visible;
}

.o-progress-bar .target {
  width: 100%;
  height: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  background: #fff;
}

.o-progress-bar .indicator {
  float: left;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  position: relative;
  cursor: pointer;
  background-color: #fdc12a;
}

.o-progress-bar.o-progress-bar--2 .indicator {
  position: relative;
  overflow: visible;
  font-size: 0;
}

.o-progress-bar.o-progress-bar--2 .indicator::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -11px;
  width: 16px;
  height: 16px;
  background: #fdc12a;
  border-radius: 50%;
  z-index: 10;
}

.o-progress-bar .indicator:nth-child(2),
.o-progress-bar .indicator:nth-child(3),
.o-progress-bar .indicator:nth-child(4),
.o-progress-bar .indicator:nth-child(5) {
  margin-left: -3px;
  padding-left: 3px;
}

.o-progress-bar .indicator:nth-child(1) {
  z-index: 5;
}

.o-progress-bar .indicator:nth-child(2) {
  z-index: 4;
}

.o-progress-bar .indicator:nth-child(3) {
  z-index: 3;
}

.o-progress-bar .indicator:nth-child(4) {
  z-index: 2;
}

.o-progress-bar .indicator:nth-child(5) {
  z-index: 1;
}

.o-progress-bar .donators,
.o-progress-bar .amount {
  float: left;
  width: 50%;
}

.o-progress-bar--2 > .amount {
  position: absolute;
  top: 10px;
}

.o-progress-bar.o-progress-bar--2 .donators,
.o-progress-bar.o-progress-bar--2 .amount {
  float: none;
  width: auto;
}

.o-progress-bar .donators {
  color: #512b2b;
  font-size: 11px;
  text-align: left;
}

.o-progress-bar .amount {
  float: right;
  font-weight: 700;
  color: #512b2b;
  text-align: right;
  font-size: 11px;
}

.o-progress-bar .amount span {
  white-space: nowrap;
}

.o-progress-bar.completed .donators strong {
  display: block;
}

/* => Progress bar 2 */
/* ------------------------------------------------------------------------------*/
.o-progress-bar-2 {
  overflow: hidden;
}

.o-progress-bar-2 p {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.o-progress-bar-2 .donators {
  color: #777;
  border: 1px #d8d8d8 solid;
  border-radius: 2px 0 0 2px;
}

.o-progress-bar-2 .donators span {
  font-size: 15px;
  font-weight: 700;
}

.o-progress-bar-2 .amount {
  font-size: 18px;
  font-weight: 700;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  border-right: 1px #d8d8d8 solid;
  border-radius: 0 2px 2px 0;
}

/* => Volunteer*/
/* ------------------------------------------------------------------------------*/

.volunteer {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
}

.project-list .volunteer {
  color: #512b2b;
  font-size: 14px;
  width: 100%;
}

.user-donations-list .volunteer span {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.user-donations-list .volunteer span.donators {
  line-height: 25px;
  font-size: 16px;
}

.volunteer .group-icon {
  margin-left: 5px;
}

.group-icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/group_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* => Show more */
/* ------------------------------------------------------------------------------*/
.show-more {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}

.show-more::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #ede9e3;
  z-index: 0;
}

.show-more a {
  position: relative;
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1;
  color: #512b2b;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ede9e3;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.show-more i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  margin-right: 8px;
  color: #ef6f24;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.show-more a:hover,
.show-more a:focus {
  background-color: #ef6f24;
  color: #fff;
  border-color: #ef6f24;
}

.show-more a:hover i,
.show-more a:focus i {
  color: #fff;
}

/* => Project list */
/* ------------------------------------------------------------------------------*/
.tab-timer {
  height: 2px;
  overflow: hidden;
  margin-bottom: -2px;
  position: relative;
}

.tab-timer .indicator {
  width: 0;
  height: 100%;
  text-indent: -9999px;
  background-color: #ddd;
}

.project-list-content {
  /*overflow: hidden;*/
  padding: 0;
}

.project-list-content .nav-tabs {
  display: flex;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}

.project-list-content .nav-tabs .item {
  display: flex;
  align-items: center;
  float: none;
  flex: 1 1 100%;
  border: 1px solid #fff;
  margin: -1px;
  background-color: #ebe7e1;
}

.project-list-content .nav-tabs.nav-tabs--half .item {
  width: 50%;
}

.project-list-content .nav-tabs a {
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #522c2c;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 14px;
}

.project-list-content .nav-tabs .item:hover,
.project-list-content .nav-tabs .item:focus,
.project-list-content .nav-tabs .active.item,
.project-list-content .nav-tabs .active.item:hover,
.project-list-content .nav-tabs .active.item:focus {
  background-color: #fdc12a;
  text-decoration: none;
  color: #522c2c;
}

.project-list-content .nav-tabs a:hover,
.project-list-content .nav-tabs a:focus,
.project-list-content .nav-tabs .active a,
.project-list-content .nav-tabs .active a:hover,
.project-list-content .nav-tabs .active a:focus {
  text-decoration: none;
  color: #522c2c;
  background: none;
  border: none;
}

.project-list-content .nav-tabs .active a:hover,
.project-list-content .nav-tabs .active a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .project-list-content .nav-tabs {
    flex-wrap: wrap;
  }

  .project-list-content .nav-tabs .item {
    width: auto;
    flex: 1 1 33.3333333333%;
  }

  .project-list-content .nav-tabs .item:nth-child(n + 4) {
    flex: 1 1 50%;
  }
}

.m-tab-active {
  display: none;
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  z-index: 98;
}

.m-tab-active a {
  display: block;
  padding: 20px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  background-color: #ff9900;
}

.project-list-content .info-text {
  padding-bottom: 40px;
  font-family: "SwedbankSans-Medium", Arial, sans-serif;
  font-size: 15px;
  text-align: center;
  color: #512b2b;
}

@media screen and (max-width: 767px) {
  .project-list-content .info-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.project-list-info-text {
  padding: 10px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  text-align: center;
}

.project-list-content .pagination {
  padding: 20px 30px;
  background-color: #fff;
  border-top: 2px solid #ff9900;
}

.project-list:before,
.project-list:after {
  content: "";
  display: table;
}

.project-list:after {
  clear: both;
}

@media screen and (max-width: 1260px) {
  .project-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.project-list .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  min-height: 515px;
  background-color: #faf2ea;
}

.project-list .item-wrap a:hover {
  text-decoration: none !important;
}

.project-list .inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  min-height: 184px;
}

.project-list .inner > div {
  width: 100%;
}

.project-list .photo {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .project-list .photo-wrap {
    position: relative;
    padding-bottom: 100%;
    max-width: 100%;
    height: auto;
  }

  .project-list .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.project-list .title {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  color: #512b2b;
  max-width: 100%;
  height: 4.2em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-list .title a {
  color: #512b2b;
}

.project-list .o-progress-bar {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .project-list .inner .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* => Sponsor list */
/* ------------------------------------------------------------------------------*/
.sponsor-list .block-body {
  background: none;
}

.sponsor-list ul {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: url("../img/bg_shadow_bottom.jpg") no-repeat 50% 100%;
}

.sponsor-list li {
  display: inline-block;
  padding: 0 30px;
}

/* => Sponsor list 2 */
/* ------------------------------------------------------------------------------*/
.sponsor-list-2 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-list-2 ul {
  width: 100%;
  padding: 25px 0;
  text-align: center;
}

.sponsor-list-2 li {
  display: inline-block;
  padding: 0 10px;
}

/* => Variants */
/* ------------------------------------------------------------------------------*/
.variants {
  background-color: #e8f7fa;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px;
}

@media screen and (max-width: 799px) {
  .variants {
    padding: 1rem;
  }
}

.variants .list {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media screen and (max-width: 1024px) {
  .variants .list {
    justify-content: center;
  }
}

.variants .item {
  display: block;
  width: 290px;
  height: 290px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .variants .item {
    margin: 0 20px 20px 20px;
  }
}

@media screen and (max-width: 500px) {
  .variants .item {
    margin: 0 0 20px 0;
  }
}

.variants .item:last-child {
  margin-right: 0;
}

.variants .item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 30px;
  font-size: 14px;
  color: #512b2b;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.variants .item a:hover,
.variants .item a:focus {
  text-decoration: none;
}

.variants .item p {
  min-height: 40px;
}

.variants .item .title {
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
}

.variants .item .title:before {
  content: "";
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  clear: both;
  display: block;
  background-image: url("../img/bg-variants.png");
  background-repeat: no-repeat;
}

.variants .once .title:before {
  background-position: -55px 10px;
}

.variants .regular .title:before {
  background: url("../img/bg-points.png") no-repeat 100% 0;
  width: 60px;
}

.variants .time .title:before {
  width: 43px;
  background-position: -110px 0;
}

/* => Activity */
/* ------------------------------------------------------------------------------*/
.block.activity .block-head .title {
  margin-bottom: 25px;
}

.activity-list-content {
  padding: 0 0 30px 0;
}

.activity-list-content .info-text {
  margin-bottom: 50px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: center;
}

.activity-list {
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
}
.activity-list .item {
  display: flex;
}
.activity-list:before,
.activity-list:after {
  content: "";
  display: table;
}

.activity-list:after {
  clear: both;
}

@media screen and (max-width: 1260px) {
  .activity-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.activity-list .item-wrap {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #ebf7f2;
  display: flex;
  width: 100%;
}

.activity-list .item-wrap a {
  width: 100%;
  display: flex;
}

.activity-list .item-wrap a:hover {
  text-decoration: none !important;
}

.activity-list .inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 390px;
  color: #512b2b;
  width: 100%;
}

.activity-list .inner > div {
  width: 100%;
}

.activity-list .title {
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  color: #512b2b;
  margin-bottom: 25px;
}

.activity-list p.link {
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}

.activity-list .o-progress-bar {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.activity-list .o-progress-bar-2 {
  margin: 0 auto;
}

.block.activity .block-body.empty .empty-placeholder {
  min-height: 330px;
  margin: 18px 0 20px 0;
  background: #fff url("../img/bg-activity-empty-resize.png") no-repeat 50% 50%;
  background-size: auto 100%;
}

.block.activity .block-body.empty .text {
  padding: 100px 25px 70px 25px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.block.activity .block-body.empty p {
  margin-bottom: 15px;
}

.block.activity .block-body.empty .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* => Stories */
/* ------------------------------------------------------------------------------*/
.news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media screen and (max-width: 1280px) {
  .news {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .news {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.block.stories {
  margin-bottom: 20px;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .block.stories {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.block.stories .inner {
  background-color: #fbedf4;
  height: 100%;
}

.block.stories .block-head {
  padding: 20px 30px;
  background-color: #c4569a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block.stories .block-head {
    padding: 1rem;
  }
}

.block.stories .block-head::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #c4569a;
}

.block.stories .block-head .title {
  color: #fff;
}

.block.stories .block-body {
  padding: 50px 30px 30px;
}

@media screen and (max-width: 767px) {
  .block.stories .block-body {
    padding: 40px 1rem;
  }
}

.stories-list .item {
  margin-bottom: 24px;
}

.stories-list .item a:hover {
  color: #257786;
}

.stories-list .title {
  margin-bottom: 5px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #257786;
}

.stories-list .date {
  font-size: 14px;
  color: #512b2b;
}

.blog-content .stories-list .date {
  color: #a38b7f;
}

.block.stories .read-more {
  position: relative;
  display: inline-block;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #257786;
  margin-top: 10px;
  padding-left: 12px;
}

.block.stories .read-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #257786;
}

.fb-like-box {
  display: block !important;
  position: relative;
  padding-bottom: 370px;
  height: 0;
  overflow: hidden;
}

.fb-like-box span {
  width: 100% !important;
}

.fb-like-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.block.feed {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .block.feed {
    width: 100%;
  }
}

.likebox {
  margin-bottom: 20px;
}

.likebox .block-head {
  padding: 20px 30px;
  background-color: #5b8ad6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .likebox .block-head {
    padding: 1rem;
  }
}

.likebox .block-head::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #5b8ad6;
}

.likebox .block-head.block-head--sm::after {
  bottom: -16px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #5b8ad6;
}

.likebox .block-head .title {
  color: #fff;
}

.likebox .inner {
  background-color: #e8f7fa;
}

.likebox .block-body {
  padding: 50px 30px 30px;
  min-height: 270px;
}

@media screen and (max-width: 767px) {
  .likebox .block-body {
    padding: 40px 1rem;
  }
}

.likebox .block-head.block-head--sm + .block-body {
  padding-top: 35px;
}

.instagram .block-head {
  padding: 20px 30px;
  background-color: #fdc12a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .instagram .block-head {
    padding: 1rem;
  }
}

.instagram .block-head::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 22px solid #fdc12a;
}

.instagram .block-head.block-head--sm::after {
  bottom: -16px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #fdc12a;
}

.instagram .block-head .title {
  color: #fff;
}

.instagram .block-body {
  padding: 50px 30px 30px;
}

@media screen and (max-width: 767px) {
  .instagram .block-body {
    padding: 40px 1rem;
  }
}

.instagram .block-head.block-head--sm + .block-body {
  padding-top: 35px;
}

.instagram .inner {
  background-color: #faf2ea;
}

.instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.instagram-list .item {
  width: 20%;
  padding: 4px;
}

.instagram-list.instagram-list--4 .item {
  width: 25%;
}

.instagram-list.instagram-list--5 .item {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .instagram-list.instagram-list--4 .item,
  .instagram-list.instagram-list--5 .item {
    width: 33.3333333333%;
  }

  .instagram-list.instagram-list--5 .item:nth-child(4),
  .instagram-list.instagram-list--5 .item:nth-child(5) {
    display: none;
  }
}

.instagram-list img {
  width: 100%;
  height: auto;
}

/* => Project content */
/* ------------------------------------------------------------------------------*/
.project-content .main-photo img {
  width: 100%;
  height: auto;
}

.project-content .action,
.project-content .action-2 {
  overflow: hidden;
  padding: 25px 30px;
}

.project-content .action .fb-share-button {
  padding: 5px 0;
  margin-top: 45px;
}

.project-content .action .o-progress-bar.no-target {
  line-height: 30px;
}

.project-content .action .o-progress-bar.completed.no-target {
  line-height: 28px;
}

.project-content .action .o-progress-bar.no-target .donators,
.project-content .action .o-progress-bar.no-target .amount {
  float: none;
  width: auto;
}

.project-content .action .o-progress-bar.completed.no-target .donators strong {
  display: inherit;
}

.project-content .action .btn {
  float: right;
}

.project-content .action-2 {
  background-color: #faf2ea;
}

.project-content .action-2 .link {
  float: left;
  line-height: 30px;
}

.project-content .sendFriendEmailForm {
  display: none;
}

.project-content ol {
  list-style: decimal;
  padding-left: 15px;
  margin: 15px 0;
}

.project-content ol li {
  margin-bottom: 8px;
}
.project-content table {
  margin: 15px 0;
}
.project-content table td {
  border: 1px solid #ccc;
  padding: 5px;
}

/* Project header title */
.project-header-title {
  padding: 30px 30px 0 30px;
}

.project-article {
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  color: #257786;
  font-size: 16px;
  padding-left: 16px;
}

.project-article:hover {
  color: #257786;
}

.project-article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #257786;
}

.project-header-title .title {
  margin-bottom: 15px;
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #f25b1b;
}

.project-header-title.type-2 .title-2 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: normal;
}

.project-header-title.type-2 .title {
  font-size: 24px;
}

/* => Donation block */
/* ------------------------------------------------------------------------------*/

.b-d-header,
.b-d-content {
  display: none;
}

.b-d-content.active {
  display: block;
}

.block-donation {
  padding: 0 30px;
}

.b-d-tab {
  margin-bottom: 20px;
  border-bottom: 2px solid #f37909;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .b-d-tab {
    border: none;
  }
}

.b-d-tab li {
  display: block;
  flex: 0 0 auto;
  text-align: center;
}

.b-d-tab a {
  display: block;
  padding: 1rem;
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #72605e;
  line-height: 1;
  border-bottom: 5px solid transparent;
}

.b-d-tab .active {
  color: #512b2b;
  text-decoration: none;
  border-color: #f37909;
}

.b-d-tab a:hover {
  color: #512b2b;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .b-d-tab li {
    flex: 1 1 100%;
    text-align: left;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f37909;
  }

  .b-d-tab a {
    display: inline-block;
    padding: 0.3rem 0.75rem;
  }
}

.b-d-header a {
  display: block;
  padding: 15px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ff9900;
  text-align: center;
}

/* Block donation - content 1 */
.b-d-content-1 .desc,
.b-d-content-2 .desc {
  margin-bottom: 40px;
}

.b-d-content-1 .desc h3,
.b-d-content-2 .desc h3 {
  margin-bottom: 20px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.b-d-content-1 .b-d-form label,
.b-d-content-2 .b-d-form label {
  position: relative;
  font-family: "SwedbankHeadline-Black", sans-serif;
  overflow: visible;
}

.b-d-content-1 .b-d-form .radio,
.b-d-content-2 .b-d-form .radio {
  position: absolute;
  left: -9999px;
}

.b-d-content-1 .b-d-form .label,
.b-d-content-2 .b-d-form .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  padding: 15px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #ee6f24;
  background: #fff;
  overflow: visible;
}

.b-d-content-1 .b-d-form .label::after,
.b-d-content-2 .b-d-form .label::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  bottom: -14px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #ee6f24;
}

@media screen and (max-width: 639px) {
  .b-d-content-1 .b-d-form label,
  .b-d-content-2 .b-d-form label {
    width: 33.3333333333%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .b-d-content-1 .b-d-form label + div:last-child,
  .b-d-content-2 .b-d-form label + div:last-child {
    text-align: center;
  }

  .b-d-content-1 .b-d-form label + div:last-child label,
  .b-d-content-2 .b-d-form label + div:last-child label {
    width: 100%;
  }

  .b-d-content-1 .b-d-form label + div:last-child label .label,
  .b-d-content-2 .b-d-form label + div:last-child label .label {
    width: 142px;
    height: 142px;
  }

  .b-d-content-1 .b-d-form .label,
  .b-d-content-2 .b-d-form .label {
    width: 100px;
    height: 100px;
    font-size: 28px;
  }
}

.b-d-content-1 .b-d-form .donation-sum-custom-label,
.b-d-content-2 .b-d-form .donation-sum-custom-label {
  font-size: 18px;
  line-height: 1.4;
}

.b-d-content-1 .b-d-form .label span,
.b-d-content-2 .b-d-form .label span {
  font-size: 22px;
  margin-top: 8px;
  margin-left: 5px;
  display: inline-block;
}

.b-d-content-1 .b-d-form .radio.active + .label,
.b-d-content-2 .b-d-form .radio.active + .label {
  background: #ee6f24;
  color: #fff;
}

.b-d-content-1 .b-d-form .radio.active + .label::after,
.b-d-content-2 .b-d-form .radio.active + .label::after {
  display: block;
}

.b-d-content-2 .bank-block h2,
.b-d-content-1 .bank-block h2 {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* Block donation - content 2 */
.b-d-content-2 .bank-block h2 {
  margin-bottom: 20px;
}

.b-d-content-2 .bank-block .nav-tabs,
.b-d-content-2 .bank-block .nav-tabs li,
.b-d-content-2 .bank-block .nav-tabs li a {
  margin: 0;
  padding: 0;
  border: 0;
}

.b-d-content-2 .bank-block .nav-tabs li {
  margin: 0 15px 15px 0;
}

/* Block donation - content 3 */
.b-d-content-3 .donate .step {
  padding: 0;
  background: none;
  border: 0;
}

.b-d-content-3 .action {
  background: none;
}

/* => Chart */
/* ------------------------------------------------------------------------------*/
.block-chart {
  overflow: hidden;
  padding: 30px;
}

.block-chart .o-progress-bar {
  margin-bottom: 10px;
}

.block-chart .o-progress-bar .target {
  margin-bottom: 15px;
}

.block-chart .o-progress-bar .amount {
  font-size: 12px;
}

.block-chart .o-progress-bar .amount span {
  color: #777;
}

.block-chart .o-progress-bar [data-color="1"],
.block-chart .legend [data-color="1"] .dot {
  background-color: #41b227;
}

.block-chart .o-progress-bar [data-color="2"],
.block-chart .legend [data-color="2"] .dot {
  background-color: #ff9900;
}

.block-chart .o-progress-bar [data-color="3"],
.block-chart .legend [data-color="3"] .dot {
  background-color: #ffcc00;
}

.block-chart .o-progress-bar [data-color="4"],
.block-chart .legend [data-color="4"] .dot {
  background-color: #00bcdf;
}

.block-chart .legend,
.block-chart .info {
  margin-top: 30px;
}

.block-chart .legend .item {
  padding: 2px 0;
  font-size: 12px;
}

.block-chart .legend .dot {
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.block-chart .info {
  font-size: 11px;
  color: #777;
}

.block-chart .info p {
  margin-bottom: 8px;
}

#jqstooltip {
  background-color: #000;
  border: 0;
  width: auto !important;
  height: auto !important;
}

/* => Letter */
/* ------------------------------------------------------------------------------*/
.letter.block h2 {
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.letter.block .form-label {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
}

/* => Donate */
/* ------------------------------------------------------------------------------*/

.block.donate .alert {
  margin: 0;
}

.block.donate .step {
  overflow: hidden;
}

.donate .buttons {
  overflow: hidden;
  padding: 0 30px 30px 30px;
}

.donate .buttons .btn {
  float: right;
  margin: 0 0 10px 10px;
}

.donate .desc {
  padding-right: 120px;
}

.donate .action {
  clear: both;
  overflow: hidden;
  padding: 20px 0 0 0;
}

.donate .action .link {
  display: inline-block;
  padding: 9px 0;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline;
}

.donate .action .link:hover,
.donate .action .link:focus {
  text-decoration: none;
}

.donate .form-group {
  margin-bottom: 15px;
}

.donate .form-group-button {
  margin: 30px 0 0 0;
  text-align: right;
}

@media screen and (max-width: 639px) {
  .donate .form-group-button button {
    justify-content: center;
    width: 100%;
  }
}

.donate .form-label {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
}

.donate .type-1 label {
  margin-bottom: 10px;
}

.donate .type-1 .form-group.inline label {
  margin: 0 15px 0 0;
}

.donate .type-1 .label {
  font-weight: 700;
}

.donate .type-1 .form-label {
  float: left;
  width: 120px;
  margin: 0 20px 10px 0;
}

.donate .type-1 .form-field input {
  max-width: 70px;
  background-color: #fff;
}

.donate .type-1 .donation-custom_volunteer_count {
  width: 60px;
  background-color: #fff;
}

.donate .type-3 {
  margin-bottom: 15px;
}

.donate .line {
  border-bottom: 1px #dadada solid;
  padding: 10px 0;
}

.donate .form-group.has-tip .form-field {
  float: left;
  width: 90%;
}

.donate .type-3 .checkbox {
  float: none;
  display: inline-block;
  margin-right: 5px;
}

.donate .type-3 .form-field {
  display: inline-block;
  max-width: 70px;
  margin: 0 10px;
  position: relative;
}

.donate .type-3 .form-field input {
  padding-right: 20px;
  font-weight: 700;
}

.donate .type-3 .form-field span {
  color: #9f9f9f;
  font-style: italic;
  position: absolute;
  top: 9px;
  right: 8px;
}

.donate .type-3 .tip {
  margin-left: 10px;
}

.bank-block h2 {
  margin-bottom: 5px;
}

.bank-block p {
  margin-bottom: 15px;
}

.bank-block .list {
  overflow: hidden;
}

.bank-block .list li {
  float: left;
  margin: 0 15px 15px 0;
}

.user-info .donate .step {
  overflow: hidden;
  padding: 0;
}

.user-info .donate .step-1 {
  margin-bottom: 30px;
}

.donate .step-1 .action .left a {
  padding-right: 10px;
}

.donate .login {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 15px;
  background-color: #ebf7f2;
}

.block.donate .alert {
  margin-top: -1px;
  text-align: center;
}

.user-info .donate .step-2 {
  margin-bottom: 10px;
  border-bottom: none;
}

.user-info .donate .step-2 .btn {
  float: right;
  margin-top: 10px;
}

.donate .step-1 .points {
  background: url("../img/mastercard_debit.png") no-repeat 100% 0;
}

/* Payment status */
.volunteer-added .completed .title {
  overflow: hidden;
  min-height: 32px;
  margin: 0;
  padding: 10px 0;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.payment-status .link-donors .title,
.volunteer-added .link-donors .title {
  padding: 8px 0 0 0;
}

.payment-status .completed .form-group,
.volunteer-added .completed .form-group {
  float: right;
  margin: 5px 0 10px 0;
}

.payment-status .completed .form-group .btn,
.volunteer-added .completed .form-group .btn {
  margin: 0;
}

.payment-status .completed .form-group .tip,
.volunteer-added .completed .form-group .tip {
  margin-top: 3px;
}

.payment-status .completed .tip,
.volunteer-added .completed .tip {
  float: right;
  margin: 6px 0 0 6px;
}

/* Thank you page */
.block.donate.thank-you .action-2 {
  padding: 0;
  border-bottom: 0;
}

.block.donate.thank-you .payment-error {
  padding: 15px 30px;
}

.showEmailForm.opacity-25 {
  pointer-events: none;
}

/* => Donator list */
/* ------------------------------------------------------------------------------*/
.donator-list {
  padding: 0 30px 30px 30px;
}

.donator-list .list {
  overflow: hidden;
  margin-bottom: 10px;
}

.donator-list .list li {
  font-size: 12px;
  line-height: 23px;
  clear: both;
}

.donator-list .answer img {
  float: left;
  padding: 0 10px 10px 0;
}

.donator-list .list .sum {
  float: left;
  color: #ff6100;
  font-weight: 700;
  text-align: right;
}

.donator-list .list .names {
  overflow: hidden;
  padding: 0 20px;
}

.donator-list .pagination {
  padding: 20px 0;
}

/* => Article list */
/* ------------------------------------------------------------------------------*/
.article-list {
  padding: 0 30px;
}

.article-item {
  margin-top: 35px;
}

.article-item .title {
  margin-bottom: 5px;
  font-size: 16px;
}

.article-item .title a {
  color: #000;
  text-decoration: none;
}

.article-item .title a:hover,
.article-item .title a:focus {
  text-decoration: underline;
}

.article-item p {
  margin-bottom: 10px;
  font-size: 12px;
}

.article-item .date {
  margin-bottom: 15px;
}

/* => Sidebar */
/* ------------------------------------------------------------------------------*/
.sidebar .block {
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .sidebar a.btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.sidebar .inner {
  overflow: hidden;
  padding: 20px 30px;
}

.project-starter .logo {
  margin: 25px 0 10px 0;
  text-align: center;
}

.project-starter .inner {
  padding: 0 30px 30px 30px;
}

.project-starter h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.project-starter-rank {
  overflow: hidden;
  padding: 10px 25px;
  background-color: #f7f7f7;
  border-bottom: 1px #dadada solid;
}

.project-starter-rank .status {
  min-height: 48px;
  padding: 10px 0 10px 65px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.project-starter-rank .status-1 {
  background-image: url("../img/icon-status-1.png");
}

.project-starter-rank .status-2 {
  background-image: url("../img/icon-status-2.png");
}

.project-starter-rank .status-3 {
  background-image: url("../img/icon-status-3.png");
}

.project-starter-rank .status span {
  display: block;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.sidebar .list li {
  padding: 20px 30px;
  border-bottom: 1px #e5e5e5 solid;
}

.sidebar .list li:last-child {
  border: 0;
}

.sidebar .list h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.sidebar .list h4 {
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.sidebar .list .info,
.sidebar .list-2 .info {
  padding: 20px 30px;
  background-color: #f7f7f7;
}

.sidebar .list-2 .info {
  text-align: center;
}

.sidebar .list .info .nr,
.sidebar .list-2 .info .nr,
.nr {
  color: #ff6100;
  font-weight: bold;
  font-size: 120%;
}

.sidebar .list-2 li {
  padding: 2px 0;
}

/* => Acoount page */
/* ------------------------------------------------------------------------------*/
.user-info-content .title,
.user-projects .title,
.user-donations .title {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
}

.user-donations .saveSuccess {
  color: rgb(55, 195, 55);
  margin: 10px 0;
  display: none;
}

.user-projects .donate {
  clear: both;
}

/* User info */
.account-content {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .account-content {
    padding-right: 0;
  }
}

.account-content .user-info {
  padding-top: 0;
  padding-bottom: 0;
}

.user-info .photo-wrap {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-color: #ebe7e1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  background-image: url(../img/icon-user.png);
}

.user-info .photo-wrap .photo {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.user-info-content {
  overflow: hidden;
}

.user-info-content .title {
  margin-bottom: 10px;
  font-size: 20px;
}

.user-info-content .meta {
  margin-bottom: 20px;
  color: #434343;
}

.user-info-content .meta td {
  padding-right: 10px;
}

.user-info-content .action {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px #d8d8d8 solid;
}

.user-info-content .form-group {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.user-info-content .form-group:last-child {
  width: 1%;
  padding-left: 20px;
  white-space: nowrap;
}

.user-info-content .sending_mail,
.user-projects .sending_mail {
  color: green;
  display: none;
}

/* User projects */
.user-projects-head,
.user-projects-head .text,
.user-projects-head .buttons {
  clear: both;
  overflow: hidden;
}

.user-projects-head {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.user-projects-head .text {
  margin-bottom: 30px;
}

.user-projects-head .text ul {
  padding: 0;
  margin: 0;
}

.user-projects-head .text ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.user-projects-head .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 6px;
  height: 12px;
  background: #ee6f24;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.user-projects-head .text p {
  margin-bottom: 20px;
}

.user-projects-head .text h3 {
  margin-bottom: 20px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.user-projects-head .link {
  float: right;
  line-height: 30px;
}

.user-projects-head .link a {
  text-decoration: underline;
}

.user-projects-head .link a:hover,
.user-projects-head .link:focus {
  text-decoration: none;
}

.user-projects .title,
.user-donations .title {
  margin-bottom: 20px;
  font-size: 20px;
}

.user-projects-list .item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px #d8d8d8 solid;
}

.user-projects-list .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.user-projects-list .inner a {
  text-decoration: underline;
}

.user-projects-list .inner a:hover,
.user-projects-list .inner a:focus,
.user-projects-list .action a {
  text-decoration: none;
}

.user-projects-list .o-progress-bar,
.user-projects-list .o-progress-bar-2 {
  margin: 10px 0;
}

.user-projects-list .title {
  margin-bottom: 5px;
  font-size: 16px;
}

.user-projects-list .meta p {
  margin: 3px 0;
}

.user-projects-list .action {
  overflow: hidden;
  margin-top: 15px;
}

.user-projects-list .action p {
  float: left;
  margin: 0 10px 10px 0;
}

.user-projects-list .item.open {
  padding-bottom: 0;
  background-color: #f7f7f7;
  border-left: 5px #ff9900 solid;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
}

.user-projects-list .item.open .inner {
  padding: 30px 15px 0 15px;
}

/* Inititiative form */
.sending_email {
  display: none;
}

.inititiative-form {
  display: none;
  clear: both;
  width: 100%;
  margin-top: 15px;
  padding: 20px 40px 20px 20px;
  background-color: #fff;
  border: 1px #d8d8d8 solid;
  position: relative;
}

.user-projects-list .item.open .inititiative-form {
  margin-bottom: 0;
  margin-top: 5px;
  padding: 20px 40px 20px 15px;
  border-left: 0;
  border-bottom: 0;
}

.user-reward-donations li {
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px #e5e5e5 solid;
}

.user-reward-donations p {
  overflow: hidden;
  padding: 6px 0;
}

.user-reward-donations .showMyRewardDonations {
  margin-left: 15px;
}

.user-reward-donations .myRewardDonations {
  clear: both;
  overflow: hidden;
  margin: 20px -10px 20px -10px;
}

.user-reward-donations .myRewardDonations .col-xs-6 {
  padding: 0 10px;
}

.user-reward-donations .myRewardDonations .table {
  margin-bottom: 0;
}

.user-reward-donations .showMyRewardDonations {
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #222;
  background-color: #e5e5e5;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  text-align: center;
}

.user-reward-donations .showMyRewardDonations:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffb300;
}

.user-reward-donations h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.user-reward-donations .myRewardDonations {
  display: none;
}

.inititiative-form .arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d8d8d8;
}

.inititiative-form .arrow:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.inititiative-form h2 {
  margin-bottom: 20px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.inititiative-form .col-xs-6 {
  padding: 0 20px;
}

.inititiative-form .col-xs-6:nth-child(2n + 1) {
  padding-left: 0;
}

.inititiative-form .col-xs-6:nth-child(2n + 2) {
  padding-right: 0;
}

.inititiative-form .form-group {
  margin-bottom: 20px;
}

.inititiative-form .form-label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.inititiative-form .form-field label {
  margin: 10px 0;
}

.inititiative-form .language-tabs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.inititiative-form .language-tabs .tip {
  margin: 4px;
}

.inititiative-form .nav-tabs-2 {
  overflow: hidden;
}

.inititiative-form .nav-tabs-2 .tab-item {
  float: left;
  margin-right: 4px;
}

.inititiative-form .nav-tabs-2 a {
  display: block;
  padding: 11px 20px;
  color: #000;
  line-height: 1;
  background-color: #d8d8d8;
  border: 1px #d8d8d8 solid;
  border-bottom: 0;
}

.inititiative-form .nav-tabs-2 .active a,
.inititiative-form .nav-tabs-2 a:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.account-content .inititiative-form .tab-content {
  padding: 20px 0;
  border-top: 1px #d8d8d8 solid;
  position: relative;
  top: -1px;
}

.inititiative-form .tab-content .form-group {
  margin-bottom: 15px;
}

.inititiative-form .buttons {
  margin: 0;
}

.inititiative-form .buttons .link {
  float: right;
  line-height: 30px;
}

.inititiative-form .buttons .link a,
.inititiative-form .label a {
  text-decoration: underline;
}

.inititiative-form .buttons .link a:hover,
.inititiative-form .buttons .link a:focus,
.inititiative-form .label a:hover,
.inititiative-form .label a:focus {
  text-decoration: none;
}

.inititiative-form .alert {
  margin: 0 -40px 20px -20px;
}

.user-projects-list .item.open .inititiative-form .alert {
  margin-left: -15px;
}

/* Recommended fund raisings */
.select_value_initiative-form {
  display: none;
  clear: both;
  width: 100%;
  padding-top: 30px;
}

.recommendedFundraisings {
  clear: both;
  overflow: hidden;
  margin: 0 -30px;
  padding: 30px;
  border-top: 1px #e5e5e5 solid;
}

.recommendedFundraisings .desc {
  margin-bottom: 25px;
}

.recommendedFundraisings .item {
  float: left;
  width: 50%;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 20px;
}

.recommendedFundraisings .list .item:nth-child(2n + 1) {
  clear: both;
  padding-left: 0;
}

.recommendedFundraisings .list .item:nth-child(2n + 2) {
  padding-right: 0;
}

.recommendedFundraisings .item h3 {
  margin-bottom: 5px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.recommendedFundraisings .item h3 a {
  color: #000;
}

.recommendedFundraisings .item .org-name {
  margin-bottom: 10px;
  font-size: 11px;
}

.recommendedFundraisings .link-all {
  clear: both;
  float: right;
}

/* User donations */
.user-donations-list {
  margin-bottom: -25px;
}

.user-donations-list .item {
  margin-bottom: 25px;
}

.user-donations-list .meta {
  float: left;
  width: 80px;
}

.user-donations-list .meta .amount {
  margin-bottom: 5px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.user-donations-list .meta .date {
  font-size: 11px;
  color: #777;
  text-align: left;
  padding-right: 10px;
}

.user-donations-list .item-content {
  overflow: hidden;
  padding-left: 18px;
  border-left: 3px #d9d9d9 solid;
}

.user-donations-list .title {
  margin-bottom: 5px;
  font-size: 16px;
}

.user-donations-list .meta-2 {
  margin-bottom: 10px;
  font-size: 11px;
}

.user-donations-list .meta-2 a,
.user-donations-list .meta-2 span {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #d9d9d9 solid;
}

.user-donations-list .meta-2 a:last-child {
  border-right: 0;
}

.user-donations-list .meta-2 .opt {
  color: #777;
}

.user-donations-list .form-group {
  display: table;
  width: 100%;
  margin: 0;
}

.user-donations-list .form-group .f-col p {
  margin-bottom: 5px;
}

.user-donations-list .form-group .f-col .tip {
  margin-left: 5px;
}

.user-donations-list .form-group .f-col label {
  margin: 10px 0;
}

.account-content .block {
  padding: 0;
}

/* Tabs */
.account-content .block > .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 2;
}

.account-content .block > .nav-tabs .item {
  float: none;
  flex: 1 1 auto;
  margin: 0;
  border: 0;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 639px) {
  .account-content .block > .nav-tabs .item {
    flex: 1 1 100%;
    border: none;
  }
}

.account-content .block > .nav-tabs .item:last-child {
  border: none;
}

.account-content .block > .nav-tabs a {
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #522c2c;
  line-height: 1;
  text-align: center;
  background-color: #ebe7e1;
  border: 0;
  border-radius: 0;
  padding: 14px;
}

.account-content .block > .nav-tabs a:hover,
.account-content .block > .nav-tabs a:focus,
.account-content .block > .nav-tabs .active a,
.account-content .block > .nav-tabs .active a:hover,
.account-content .block > .nav-tabs .active a:focus {
  background-color: #fdc12a;
  border: 0;
  text-decoration: none;
  color: #522c2c;
}

.account-content .block > .nav-tabs .active a:hover,
.account-content .block > .nav-tabs .active a:focus {
  text-decoration: none;
}

/* => New time donation styles 12.05.16 */
/* ------------------------------------------------------------------------------*/

.article.timedonate {
  overflow: hidden;
  padding: 30px;
}

.article.timedonate .btn {
  float: right;
}

.project-content .action .o-progress-bar.timedonate .donators:after {
  display: none;
}

.project-content .action .o-progress-bar.timedonate {
  text-align: right;
  padding-right: 0;
}

.o-progress-bar .group-icon {
  display: inline-block;
  position: relative;
  top: 7px;
}

.o-progress-bar.timedonate .amount {
  font-size: 25px;
}

.o-progress-bar.timedonate .donators {
  font-size: 16px;
  padding-right: 25px;
}

.form-group.timemessage {
  margin-top: 10px;
  margin-bottom: 30px;
}

.timemessage .form-field {
  height: 115px;
}

.timemessage input {
  height: 100%;
}

.form-group.leftside {
  display: inline-block;
  width: 215px;
  margin-right: 20px;
}

.form-group.rightside {
  display: inline-block;
  width: 230px;
}

.link.cancel {
  padding-right: 20px;
  position: relative;
  top: 7px;
  text-decoration: underline;
}

.spacer-line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin: 20px 0 30px 0;
}

.donate .type-2.marginzero {
  margin-bottom: 0;
}

.fb-share-button.timedonate {
  top: 5px;
}

/* => Blog */
/* ------------------------------------------------------------------------------*/
.posts-list .item {
  margin-bottom: 30px;
}

.posts-list p,
.posts-list .date {
  margin-bottom: 10px;
}

.posts-list .title {
  margin-bottom: 5px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.posts-list .title a {
  color: #000;
}

.posts-list .read-more a {
  text-decoration: underline;
}

.posts-list .read-more a:hover,
.posts-list .read-more a:focus {
  text-decoration: none;
}

.content-group {
  overflow: hidden;
}

.content-group .left {
  width: 65%;
  padding-left: 0;
  padding-right: 0;
}

.content-group .right {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
}

.image-container {
  float: left;
  width: 108px;
  height: 108px;
  margin-right: 10px;
}

.image-container img {
  max-width: 108px;
  height: auto;
}

.sub-container {
  padding-top: 20px;
}

.posts-list.blog li {
  overflow: hidden;
}

.block.likebox.fbfeed {
  padding: 30px 0 0 0;
}

/* => MTU */
/* ------------------------------------------------------------------------------*/
.page-content .project-starter-rank {
  margin-bottom: 25px;
}

.page-content .project-starter-rank .status {
  margin-bottom: 0;
}

.page-content .project-list {
  padding: 30px 0 0 10px;
}

.project-list {
  margin-left: -10px;
  margin-right: -10px;
}

/* => Login block */
/* ------------------------------------------------------------------------------*/
.block-login .fb {
  display: inline-block;
  padding: 5px 6px;
  background-color: #3b5998;
}

.block-login .row {
  margin: 0;
}

.block-login .form-group {
  margin: 0;
}

.block-login input {
  display: block;
}

.block-login .form-group span,
.block-login .form-group label,
.block-login .form-group input {
  display: block;
  margin-bottom: 10px;
}

.content .block-login {
  margin: -30px -30px 0 -30px;
  padding: 0 30px 30px 30px;
}

.content .block-login .alert {
  margin: 0 -30px 30px -30px;
}

.content .block-login h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.content .block-login ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 15px 0;
}

.content .block-login li {
  float: left;
  margin: 0 10px 10px 0;
}

.content .block-login .col {
  float: left;
  margin-right: 30px;
}

.article .info {
  margin: 0;
  padding: 25px 30px;
  font-size: 12px;
  background-color: #f7f7f7;
}

.article .info p {
  margin: 0;
}

.block.donate .block-login {
  margin-top: 30px;
  padding-bottom: 0;
}

.block-login .mobileIDSecureCode {
  margin-bottom: 20px;
}

/* => Pagination */
/* ------------------------------------------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 0;
  color: #512b2b;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a {
  border-radius: 0;
  background: transparent;
  color: #512b2b;
  border: none;
  margin: 0;
  float: none;
  padding: 8px 14px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  color: #f15a1c;
  background: transparent;
}

.pagination > li.active > a {
  font-weight: 700;
}

.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #000;
  background-color: transparent;
  border-color: #ddd;
}

/* => Footer */
/* ------------------------------------------------------------------------------*/
.footer {
  background-color: #fff;
  border-top: 5px solid #f5ac3e;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}

.footer .block {
  margin: 0;
}

.footer .block-body {
  background: none;
}

.footer .about {
  overflow: inherit;
  background-color: #faf2ea;
}

@media screen and (max-width: 1280px) {
  .footer .about {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer .about .block-body {
  overflow: inherit;
  position: relative;
}

.footer .about .list {
  overflow: hidden;
  padding: 55px 0 5px 0;
}

.footer .about .item {
  display: inline-block;
  padding-right: 7%;
  text-align: left;
  vertical-align: top;
}

.footer .about .item h2 {
  margin-bottom: 20px;
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #ff6100;
}

.footer .about .item li {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative;
}

.footer .about .item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #512b2b;
}

.footer .about .item a {
  color: #512b2b;
}

.footer .about .item a.email {
  text-decoration: underline;
  color: #257786;
}

.footer .about .item a.email:hover {
  text-decoration: none;
}

.footer .about .info li {
  display: inline-block;
  padding: 0 20px;
}

.footer .about .info a {
  color: #ff6100;
}

.footer .about .logo {
  height: 160px;
  width: 160px;
  margin: 0 auto -80px;
}

.footer .sponsor-list-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.footer .sponsor-list-2 ul {
  padding: 85px 0 40px;
}

.footer .sponsor-list-2 li {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
}

.footer .sponsor-list-2 li:nth-child(1) {
  margin-left: -40px;
  padding-right: 75px;
}

.footer .sponsor-list-2 li:nth-child(2) {
  padding-left: 75px;
}

/* => Modal */
/* ------------------------------------------------------------------------------*/
.modal-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-backdrop {
  background-color: #543e1f;
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-dialog {
  margin: 81px auto !important;
}

.modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.modal-header {
  padding: 20px 55px;
  text-align: center;
  background-color: #ff9900;
  border: 0;
  position: relative;
}

.modal-header .close {
  float: left;
  width: 55px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.modal .modal-title {
  margin: 0;
  padding: 0;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.modal-body {
  padding: 30px;
  border-bottom: 1px #ff9900 solid;
  -webkit-overflow-scrolling: touch;
}

/* Modal > Complete Profile */
.modal-complete_profile .modal-body .col-xs-6 {
  width: 250px;
}

.modal-complete_profile .modal-body .col-xs-6:nth-child(2) {
  width: 260px;
  margin-left: 15px;
}

/* Modal > Log in */
.modal-login .modal-dialog,
.modal-login-initiative .modal-dialog {
  width: 440px;
}

.modal-login .modal-body,
.modal-login-initiative .modal-body {
  padding: 35px 45px 0 45px;
}

.modal-login .modal-body h3,
.modal-login-initiative .modal-body h3 {
  margin-bottom: 10px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.modal-login .modal-body .col,
.modal-login-initiative .modal-body .col {
  margin-bottom: 10px;
}

.modal-login .modal-body .col.right,
.modal-login-initiative .modal-body .col.right {
  max-width: 196px;
  margin-right: -10px;
}

.modal-login .modal-body ul,
.modal-login-initiative .modal-body ul {
  overflow: hidden;
  margin-bottom: 15px;
}

.modal-login .modal-body li,
.modal-login-initiative .modal-body li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
}

.modal-login .modal-body .info,
.modal-login-initiative .modal-body .info {
  margin: 0 -45px 0 -45px;
  padding: 25px 45px;
  font-size: 12px;
  background-color: #f7f7f7;
}

.modal-login .modal-body .mobile-login-content,
.modal-login-initiative .modal-body .mobile-login-content {
  width: 100%;
  margin-bottom: 30px;
}

/* Modal > Fixed payments */
.fixed-payments .bank-block {
  overflow: hidden;
}

.fixed-payments .bank-block h2,
.fixed-payments .bank-block .title {
  margin-bottom: 15px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fixed-payments .nav-tabs {
  border: 0;
}

.fixed-payments .nav-tabs li {
  margin: 0;
}

.fixed-payments .nav-tabs a {
  margin: 0;
  padding: 9px;
  border: 1px transparent solid;
  border-radius: 0;
}

.fixed-payments .nav-tabs a:hover,
.fixed-payments .nav-tabs a:focus {
  background-color: #eee;
  border-color: transparent;
}

.fixed-payments .nav-tabs .active a,
.fixed-payments .nav-tabs .active a:hover,
.fixed-payments .nav-tabs .active a:focus {
  background-color: #eee;
  border-color: #ddd;
}

.fixed-payments .tab-pane {
  padding-top: 20px;
}

.fixed-payments .tab-pane .btn {
  float: left;
}

/* => Lightbox navigation */
/* ------------------------------------------------------------------------------*/
.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  padding-top: 45%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

/* => Widget */
/* ------------------------------------------------------------------------------*/
.widget-block {
  background-color: #fff;
}

.widget-project {
  width: 300px;
  background-color: #fff;
  position: relative;
}

.widget-project .slide {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.widget-project .content {
  overflow: hidden;
  margin: 0;
  padding: 0 0 51px 0;
  box-sizing: content-box;
  position: relative;
}

.widget-project .photo {
  height: 298px;
  overflow: hidden;
  position: relative;
}

.widget-project .slide-2 .photo {
  background: #ff9900 url("../img/logo-2.png") no-repeat 50%;
}

.widget-project .photo img {
  display: block;
}

.widget-project.vertical .photo img {
  width: 100%;
  height: auto;
}

.widget-project .slide-1 .photo:before {
  content: "";
  display: block;
  background: #ff9900 url("../img/logo-2.png") no-repeat 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}

.widget-project:hover .photo:before {
  opacity: 0;
}

.widget-project:hover .photo.empty:before {
  opacity: 1;
}

.widget-project .title {
  margin: 15px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.widget-project .title a {
  color: #000;
}

.widget-project .o-progress-bar,
.widget-project .volunteer {
  padding: 0 15px 15px 15px;
}

.widget-project .bottom {
  padding: 10px 10px 0 10px;
  text-align: center;
  border-top: 1px #f3f3f3 solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.widget-project .bottom .btn {
  margin: 0 5px 10px 5px;
}

.widget-project .slide-2 .title-2 {
  padding: 15px 15px 3px 15px;
  font-family: "SwedbankSans-Medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ff9900;
  text-align: center;
}

.widget-project .text {
  padding: 15px;
  text-align: center;
}

.widget-project.bg .slide {
  background-color: #f3f3f3;
}

.widget-project.border .slide {
  border: 1px #e9e9e9 solid;
}

.widget-project.border .bottom {
  border-color: #e9e9e9;
}

.widget-project.horisontal {
  width: 650px;
}

.widget-project.horisontal .photo {
  float: left;
  width: 248px;
  height: auto;
}

.widget-project.horisontal .photo img {
  width: auto;
  min-width: 100%;
  min-height: 248px;
}

.widget-project.horisontal .content {
  min-height: 197px;
}

/* => Mobile */
/* ------------------------------------------------------------------------------*/
.m-panel-overlay {
  display: none;
  content: "";
  background-color: #543e1f;
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}

.m-panel {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.m-panel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #fa661c;
  background: -moz-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: -webkit-linear-gradient(left, #fa661c 0%, #f4ba45 100%);
  background: linear-gradient(to right, #fa661c 0%, #f4ba45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa661c', endColorstr='#f4ba45', GradientType=1);
}

.m-panel .content {
  display: none;
  width: 100%;
  position: relative;
  overflow-y: auto;
  background-color: #fff;
}

.btn-m-nav {
  cursor: pointer;
  width: 60px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23512b2b' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'%3E%3Cline x1='3' y1='12' x2='21' y2='12'%3E%3C/line%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='18' x2='21' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.btn-m-nav.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23512b2b' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-color: #feecbe;
}

.btn-m-nav:focus {
  outline: none;
}

/* => Responsive */
/* ------------------------------------------------------------------------------*/
@media only screen and (max-width: 970px) {
  .carousel-control.left {
    left: 10px;
  }

  .carousel-control.right {
    right: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .content-group .left {
    float: left;
    width: 100%;
  }

  .content-group .right {
    float: left;
    width: 100%;
  }

  .count .sum {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 65px 0 0 0;
  }

  .m-panel-top .branding {
    display: block;
    width: 42px;
    height: 40px;
    background: url("../img/logo-3.png") no-repeat center center;
    background-size: contain;
  }

  .branding img {
    display: none;
  }

  .account-link {
    margin: 0.7rem 0 0 0;
  }

  .account-link .btn {
    width: 100%;
    margin-bottom: 4px;
  }

  .cols-i {
    display: block;
  }

  .cols-i .col {
    clear: both;
    display: block;
    width: auto;
    white-space: normal;
    position: inherit;
  }

  .branding,
  .main-nav,
  .lang,
  .lang-container {
    display: none;
  }

  .main-nav {
    float: none;
  }

  .main-nav .item {
    display: block;
  }

  .main-nav a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 1.4rem 3rem 1.4rem 1.2rem;
    color: #512b2b;
    font-weight: bold;
    border-top: 1px solid #ebe7e1;
  }

  .main-nav a::before {
    content: "\f105";
    font-family: "icomoon";
    color: #ee6f24;
    font-size: 23px;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
  }

  .main-nav a:hover,
  .main-nav a:focus,
  .main-nav .active a {
    color: #512b2b;
  }

  .m-panel-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .m-panel,
  .m-panel-open .m-panel-overlay,
  .m-panel .header-top__row .branding,
  .m-panel .main-nav,
  .m-panel .account-link {
    display: block;
  }

  .m-panel .lang {
    display: flex;
    margin-right: 1.3rem;
  }

  .m-panel .lang .item {
    padding-right: 0;
  }

  .m-panel .lang a {
    font-size: 14px;
  }

  .count {
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .count .text span {
    display: inline-block;
    padding: 0 2px;
  }

  .count .text:last-child {
    width: 100%;
    margin-top: 0.5rem;
  }

  .h-group,
  .project-list-content .h-group,
  .blog-content .h-group,
  .page-content .h-group {
    padding: 30px;
  }

  .project-list-content .h-group,
  .blog-content .h-group,
  .page-content .h-group {
    margin-bottom: 0;
  }

  .main.projects .project-content {
    margin-top: -20px;
  }

  .sidebar {
    margin-top: 30px;
  }

  .sidebar .block:last-child,
  .front-page .main .block:last-child {
    margin-bottom: 0;
  }

  .content,
  .activity,
  .block.activity {
    padding-right: 0;
  }

  .footer .about .info .logo {
    display: none;
  }

  .footer .sponsor-list-2 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sponsor-list-2 ul li {
    padding: 0;
  }

  .footer .sponsor-list-2 li:nth-child(1),
  .footer .sponsor-list-2 li:nth-child(2) {
    margin: 0;
    padding: 0 10px;
  }

  .modal-dialog {
    margin: 0 !important;
  }

  .modal-login .modal-dialog,
  .modal-login-initiative .modal-dialog {
    width: 100%;
  }

  .main.projects,
  .main.project,
  .main.initiatives,
  .main .blog-content,
  .main .page-content,
  .main#useraccount {
    margin-bottom: 0;
  }

  .carousel,
  .carousel-caption {
    bottom: 0;
  }

  .carousel-controls {
    margin-top: -650px;
  }

  .activity-list-content .info-text {
    margin: 20px 0;
  }

  .project-list .item,
  .activity-list .item {
    width: 50%;
  }

  .main > .col-sm-8,
  .main > .col-sm-4 {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 700px) {
  .stories-list .item {
    width: 100%;
  }

  .stories-list .photo img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .activity-list .item {
    width: 100%;
  }

  .form-block fieldset .col-xs-6 {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .form-field.col-xs-6 {
    margin-bottom: 8px;
  }

  .donate .col-xs-7,
  .donate .col-xs-5,
  .donate .type-2 .col-xs-6 {
    float: none;
    width: 100%;
    padding: 0;
  }

  .donate .desc {
    margin-bottom: 20px;
    padding: 0;
  }

  .donate .type-1 .form-label {
    width: auto;
    margin-bottom: 0;
    padding: 9px 0;
  }

  .footer .about .list {
    margin-top: 1rem;
    padding: 15px 0;
  }

  .footer .about .item {
    width: 50%;
    padding: 15px 0;
  }

  .user-info .donate .step-2 .btn {
    float: left;
  }

  .front-page .main {
    padding-top: 0;
  }

  .main.projects {
    padding-right: 0;
  }

  .main.projects .project-content {
    margin-top: 0;
  }

  .carousel-controls {
    display: none;
  }

  .project-list-info-text {
    background-color: #fff;
  }

  .carousel-caption {
    padding: 1rem !important;
  }

  .carousel.fade .item {
    display: none !important;
  }

  .carousel.fade .item.active {
    display: block !important;
  }

  .account-content .tab-content {
    border-top: 0;
  }

  .inititiative-form,
  .user-projects-list .item.open .inititiative-form {
    padding-right: 20px;
  }

  .inititiative-form .alert {
    margin-right: -20px;
  }

  .inititiative-form .col-xs-6 {
    float: none;
    width: auto;
    padding: 0;
  }

  .account-content .inititiative-form .tab-content {
    padding-left: 0;
  }

  .block.activity .activity-list .inner {
    border-right: none;
  }

  .block.activity .activity-list li:last-of-type .inner {
    border-bottom: none;
  }

  .block-donation.type-2 .b-d-header.active a:after,
  .project-content .action .col-xs-2,
  .b-d-content-1 .b-d-form .col-2 label,
  .projects .article-list,
  .initiatives .article-list,
  .project-content .article,
  .project-content .block-chart,
  .b-d-content-1 .bank-block > h2,
  .b-d-content-2 .bank-block > h2 + p,
  .b-d-content-1 .bank-block > h2 + p,
  .b-d-content-1 .desc,
  .volunteer-button2 {
    display: none;
  }

  .b-d-content-1 .b-d-form,
  .b-d-content-1 .b-d-form .form-group,
  .b-d-content-1 .m-label,
  .volunteer-button {
    display: block;
  }

  .project-header-title {
    padding: 2rem 1rem;
  }

  .project-header-title.type-2 .title,
  .project-header-title .title {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }

  .project-content .action,
  .project-content .action-2 {
    padding: 0 1rem 1.5rem 1rem;
  }

  .block-donation {
    padding: 0;
    border-bottom: 0;
  }

  .b-d-content.active {
    position: relative;
  }

  .b-d-header.active a {
    color: #fff;
  }

  .b-d-header a {
    position: relative;
  }

  .link-more-article-2 a:hover,
  .b-d-header.active a,
  .b-d-header a:hover {
    text-decoration: none;
  }

  .link-more-article-2 a:after,
  .b-d-content-1 .b-d-form .col-2 .m-label-2:after,
  .b-d-header a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 5px;
  }

  .link-more-article-2 a.active:after,
  .b-d-header.active a:after {
    content: "\f106";
  }

  .volunteer-button {
    text-align: center;
    padding: 10px 0;
  }

  .b-d-content-1 .m-label {
    margin-bottom: 25px;
    font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
  }

  .b-d-content-1 .b-d-form {
    margin-bottom: 0;
  }

  .b-d-content-1 .b-d-form .form-group {
    text-align: center;
    width: auto;
  }

  .b-d-content-1 .b-d-form .col-1 label {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }

  .b-d-content-1 .b-d-form .col-2 .form-field input,
  .b-d-content-1 .b-d-form .col-2 .form-field.focus input,
  .b-d-content-1 .b-d-form .col-1 .radio.active + .label,
  .b-d-content-1 .b-d-form .col-1 .label {
    border-color: #bfbfbf;
    background-color: #fff;
  }

  .b-d-content-1 .b-d-form .col-2 .m-label-2 {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    cursor: pointer;
  }

  .b-d-content-1 .b-d-form .col-2 .form-field {
    display: none;
    padding-bottom: 30px;
  }

  .b-d-content-1 .b-d-form .col-2 .form-field.active {
    display: inline-block !important;
  }

  .b-d-content-1 .b-d-form .col-2 .form-field.focus:before {
    top: 1px;
    left: 1px;
  }

  .b-d-content-2 .bank-block,
  .b-d-content-1 .bank-block {
    text-align: center;
    position: relative;
  }

  .b-d-content-2 .bank-block .nav-tabs li,
  .b-d-content-1 .bank-block .list li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 8px;
  }

  .link-more-article-2 a {
    display: block;
    padding: 15px;
    font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    position: relative;
  }

  .b-d-content-3 .donate .step-1 .points {
    background: none;
  }

  .b-d-content-3 .donate .action {
    text-align: center;
    padding: 0;
  }

  .b-d-content-3 .donate .action .btn,
  .b-d-content-3 .donate .action .right {
    float: none;
  }

  .link-more-article-2 a.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f3f3f3;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .b-d-content-1 .donate-error-message {
    float: none !important;
    display: block;
    margin: -15px 0 0 0;
    padding: 0 0 15px 0;
    text-align: center;
    color: #fff;
    background-color: #ff9900;
  }

  .volunteer-button {
    background-color: #f7f7f7;
  }
}

@media only screen and (max-width: 580px) {
  .front-page .block.variants {
    margin-bottom: 30px;
  }

  .variants .list {
    padding-bottom: 0;
  }

  .variants .item {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .project-content .action [class*="col-"] {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .project-content .action [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .project-content .action .o-progress-bar {
    padding: 0;
  }

  .project-content .action .btn {
    float: none;
  }

  .user-info-content .action,
  .user-info-content .form-group {
    display: block;
  }

  .user-info-content .form-group,
  .user-info-content .form-group:last-child {
    margin-bottom: 15px;
    padding: 0;
  }

  .user-info-content .form-group:last-child {
    width: auto;
    margin-bottom: 0;
    white-space: normal;
  }

  .user-donations .filter,
  .user-donations .filter .form-group {
    display: block;
  }

  .user-donations .filter .form-group {
    margin-bottom: 15px;
    padding: 0;
    width: auto;
    white-space: normal;
  }

  .user-donations .filter .form-group:last-child {
    margin-bottom: 0;
  }

  .user-donations-list .form-group,
  .user-donations-list .form-group .f-col,
  .user-donations-list .form-group .f-col:last-child {
    display: block;
    width: auto;
    margin-bottom: 15px;
    padding: 0;
  }

  .user-donations-list .form-group,
  .user-donations-list .form-group .f-col:last-child {
    margin-bottom: 0;
  }

  .inititiative-form .buttons .link {
    clear: both;
    float: none;
  }
}

@media only screen and (max-width: 500px) {
  .project-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-list .item {
    width: 100%;
  }

  .project-list .inner {
    margin-right: 0;
  }

  .project-list .photo {
    padding: 20px 15px 0 15px;
    text-align: center;
  }

  .project-list .title {
    position: inherit;
  }

  .footer .about .item {
    display: block;
    width: 100%;
  }

  .form-block .form-field input {
    max-width: 100%;
  }

  .form-type-1 .form-group {
    display: block;
    width: auto;
    margin-bottom: 12px;
  }

  .form-type-1 .form-label,
  .form-type-1 .form-field {
    display: block;
    width: auto;
  }

  .form-type-1 .form-label {
    margin-bottom: 5px;
    text-align: left;
    white-space: normal;
  }

  .form-type-1 .form-field {
    padding-left: 0;
  }

  .donator-list .list .col-xs-6 {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 450px) {
  .block-chart [class*="col-"] {
    float: none;
    width: auto;
  }

  .block-chart .legend,
  .block-chart .info {
    margin-top: 20px;
  }

  .modal-login .modal-body .col,
  .modal-login-initiative .modal-body .col {
    float: none;
  }

  .payment-status .completed .form-group,
  .volunteer-added .completed .form-group {
    float: left;
    margin-bottom: 10px;
  }

  .payment-status .completed .title,
  .volunteer-added .completed .title {
    clear: both;
  }

  .block.activity .block-body.empty .text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .comments-list .photo {
    float: none;
    width: 50px;
    margin-right: 10px;
  }

  .comment-reply {
    margin-left: 0;
  }

  .user-reward-donations .myRewardDonations {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .user-reward-donations .myRewardDonations .col-xs-6 {
    float: none;
    width: auto;
    padding: 0;
  }

  .user-reward-donations .myRewardDonations .table {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .user-info .photo {
    float: none;
    margin: 0 0 20px 0;
  }

  .user-donations-list .item {
    margin: 0;
    padding: 25px 0;
    border-top: 1px #d9d9d9 solid;
  }

  .user-donations-list .meta {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }

  .user-donations-list .item-content {
    padding-left: 0;
    border: 0;
  }

  .user-projects-list .action {
    display: block;
  }

  .user-projects-list .action .col,
  .user-projects-list .action .col:last-child {
    display: block;
    margin-top: 10px;
    padding: 0;
  }

  .donate .buttons .btn {
    clear: both;
    float: left;
    margin-left: 0;
  }

  .donate .action {
    padding: 0;
  }

  .donate .action p {
    float: none;
    margin-top: 10px;
  }

  .user-info-content .action {
    padding-top: 10px;
  }

  .user-projects-head .link {
    clear: both;
    float: left;
    margin-top: 10px;
  }

  .inititiative-form .nav-tabs-2 {
    float: none;
    border-bottom: 1px #d8d8d8 solid;
  }

  .inititiative-form .nav-tabs-2 .tab-item {
    float: none;
    margin: 0;
  }

  .inititiative-form .nav-tabs-2 a {
    padding: 15px 20px;
  }

  .account-content .inititiative-form .tab-content {
    border-top: 0;
  }
}

/* Extra */
.hide-element {
  display: none !important;
}

.show-element {
  display: block !important;
}

.alert-warning-text {
  color: #ff6100;
  font-weight: bold;
  font-size: 0.9em;
}

.error-text {
  color: #ff6100;
  margin-bottom: 15px;
  display: block;
}

/*IE8*/

.left.carousel-control,
.right.carousel-control {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.left.carousel-control:hover,
.left.carousel-control:focus,
.right.carousel-control:hover,
.right.carousel-control:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.cropImageModal .modal-dialog {
  width: 900px !important;
  height: 780px !important;
  background: white;
  max-width: 100% !important;
  max-height: 80% !important;
}

.cropImageModal .modal-content {
  width: 900px !important;
  height: 660px !important;
  max-width: 100% !important;
  max-height: 78% !important;
  text-align: center;
}

.cropImageModal .cropAction {
  margin: 10px;
}

.carousel .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.carousel .item .link:hover,
.carousel .item .link:hover * {
  text-decoration: none;
}

.c-newsletter-popup {
  display: none;
  position: fixed;
  background: #fff;
  box-shadow: -11px 11px 30px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
  z-index: 43;
}

.c-newsletter-popup--open {
  display: block;
}

.c-newsletter-popup__content h2 {
  font-family: "SwedbankSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebe7e1;
}

.c-newsletter-popup__close {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  line-height: 40px;
  text-align: center;
}

.c-newsletter-popup__close:before {
  content: "";
}

.c-newsletter-popup__close:hover {
  text-decoration: none;
}

.c-newsletter-popup__close:focus {
  outline: none;
}

.c-newsletter-popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
}

.c-newsletter-popup__close:before,
.c-newsletter-popup__close:after {
  position: absolute;
  left: 0;
  content: "";
  height: 12px;
  width: 2px;
  background-color: #512b2b;
}

.c-newsletter-popup__close:before {
  transform: rotate(45deg);
}

.c-newsletter-popup__close:after {
  transform: rotate(-45deg);
}

.c-newsletter-form {
  max-width: 400px;
}

.c-newsletter-form .btn-wrap {
  margin-top: 20px;
  text-align: right;
}

.c-newsletter-form .btn-newsletter {
  padding: 14px 18px;
  font-size: 18px;
}

.c-newsletter-form .form-field {
  margin-bottom: 20px;
}

.c-newsletter-form .form-field input {
  border: 1px solid #8ccdc3;
  background-color: #fff;
  padding: 12px;
  font-size: 16px;
}

.c-newsletter-form .form-field label {
  font-size: 15px;
  color: #a38b7f;
  margin-bottom: 5px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-newsletter-popup {
    padding: 20px;
  }

  .c-newsletter-popup h2 {
    font-size: 22px;
  }
}

.bg-blue-100 {
  background-color: #e8f7fa !important;
}

.bg-green-100 {
  background-color: #ebf7f2 !important;
}

.bg-orange-100 {
  background-color: #faf2ea !important;
}

.bg-yellow {
  background-color: #fdc12a !important;
}

.bg-blue {
  background-color: #5b8ad6 !important;
}

.bg-pink {
  background-color: #c4569a !important;
}

.bg-red-100 {
  background-color: #fbedf4 !important;
}

.bg-brown-200 {
  background-color: #d4c4bc !important;
}

.text-orange {
  color: #f25b1b !important;
}

.bg-orange {
  background-color: #ee6f24 !important;
}

.text-teal {
  color: #257786 !important;
}

.text-dark {
  color: #512b2b !important;
}

.font-black {
  font-family: "SwedbankHeadline-Black", sans-serif !important;
}

.font-swed {
  font-family: "SwedbankSans-Regular", sans-serif !important;
}

.border-teal-300 {
  border-color: #8bcdc3 !important;
}

.read-more {
  font-family: "SwedbankSans-Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  color: #257786;
  font-size: 16px;
  padding-left: 16px;
}

.read-more.read-more--base {
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
}

.read-more:hover {
  color: #257786;
}

.read-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #257786;
}

.text-medium {
  font-weight: 500 !important;
}

.login-popup {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  background-color: #fff;
  min-width: 640px;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  z-index: 100;
}

.login-popup--inline {
  position: relative;
  top: auto;
  right: auto !important;
  left: auto !important;
  margin-top: 15px;
}

.login-popup--inline::before {
  left: auto !important;
  right: calc(50% - 10px) !important;
}

.login-popup--left {
  left: 0;
  right: auto;
}

@media screen and (max-width: 767px) {
  .login-popup,
  .login-popup--left {
    left: -1rem;
    right: -1rem;
    min-width: 0;
    padding: 1rem;
    border-radius: 0;
  }
}

.login-popup::before {
  content: "";
  position: absolute;
  right: 55px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.login-popup.arrow--left::before,
.login-popup--left::before {
  left: 55px;
  right: auto;
}

@media screen and (max-width: 767px) {
  .login-popup::before,
  .login-popup--left::before {
    left: auto !important;
    right: calc(50% - 10px) !important;
  }
}

.login-popup__close {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

.login-popup__close:before {
  content: "";
}

.login-popup__close:hover {
  text-decoration: none;
}

.login-popup__close:focus {
  outline: none;
}

.login-popup__close:before,
.login-popup__close:after {
  position: absolute;
  left: 6px;
  top: 0;
  content: "";
  height: 12px;
  width: 2px;
  background-color: #512b2b;
}

.login-popup__close:before {
  transform: rotate(45deg);
}

.login-popup__close:after {
  transform: rotate(-45deg);
}

.login-popup .nav-tabs {
  display: flex;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}

.login-popup .nav-tabs .item {
  display: flex;
  align-items: center;
  float: none;
  flex: 1 1 100%;
  border: 1px solid #fff;
  margin: -1px;
  background-color: #ebe7e1;
}

.login-popup .nav-tabs.nav-tabs--half .item {
  width: 50%;
}

.login-popup .nav-tabs a {
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #522c2c;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 14px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -moz-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}

.login-popup .nav-tabs .item:hover,
.login-popup .nav-tabs .item:focus,
.login-popup .nav-tabs .active.item,
.login-popup .nav-tabs .active.item:hover,
.login-popup .nav-tabs .active.item:focus {
  background-color: #fdc12a;
  text-decoration: none;
  color: #522c2c;
}

.login-popup .nav-tabs a:hover,
.login-popup .nav-tabs a:focus,
.login-popup .nav-tabs .active a,
.login-popup .nav-tabs .active a:hover,
.login-popup .nav-tabs .active a:focus {
  text-decoration: none;
  color: #522c2c;
  background: none;
  border: none;
}

.login-popup .nav-tabs .active a:hover,
.login-popup .nav-tabs .active a:focus {
  text-decoration: none;
}

.login-popup .tab-content {
  text-align: left;
}

.login-popup--static {
  display: block;
  position: relative;
  top: auto;
  right: auto !important;
  left: auto !important;
  margin-top: 15px;
  box-shadow: none;
  z-index: 0;
}

.login-popup--static::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .login-popup .nav-tabs .item:first-child {
    display: none;
  }

  .login-popup .nav-tabs a {
    font-size: 14px;
  }

  .login-popup .nav-tabs .item {
    width: auto;
    flex: 1 1 auto;
  }
}

.alert-success {
  background: #f2f7eb;
  border-color: #51971b;
}

.alert-warning {
  background: #fff3d5;
  border-color: #f9ce22;
}

.alert-danger {
  background: #f9ded3;
  border-color: #c5131c;
}

.card__preview-input-placeholder {
  display: block;
  width: 100%;
  color: #d4caca;
  border-bottom: 1px solid #8bcdc3;
}

.card__preview-input-placeholder--lg {
  border-bottom-width: 2px;
}

.ui-datepicker {
  z-index: 1001 !important;
}

.total-donations {
  display: flex;
  align-items: center;
  background: #faf2ea;
  padding: 20px 30px;
  margin: 30px 0;
  font-family: "SwedbankHeadline-Black", Arial, Helvetica, sans-serif;
  color: #512b2b;
  font-size: 22px;
  line-height: 1.3;
}

.total-donations img {
  width: 64px;
  height: auto;
  margin-right: 30px;
}

.total-donations span {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .total-donations {
    padding: 20px;
  }

  .total-donations img {
    margin-right: 20px;
  }
}

.b-d-tab {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.organization .list {
  font-size: 14px;
}

.organization p {
  margin-bottom: 14px;
}

.organization h3,
.organization .form-label strong,
.organization label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.organization .form-group .form-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.organization label .label {
  width: auto;
}

.organization .form-type-2 .form-label {
  margin-bottom: 20px;
}

.organization .form-block .info {
  font-size: 14px;
  padding-left: 0;
  border-left: 0;
}

.organization .sidebar .list li {
  border-bottom: 0;
}

.grecaptcha-badge {
  /*_isibility: hidden;*/
}
.cookie-section-wrapper .accordion-item__content  .col-lg-3.col-md-4, .cookie-section-wrapper .accordion-item__content .col-lg-9.col-md-8 {padding-left: 20px;}
  @media (min-width: 576px) {
    .cb-modal .cb-modal-window::after {
          display: none !important;
        }
        .cb-modal { top: -10px !important;}
  }