:root {
  --sb-blue: #0072ce;
  --sb-red: #f9423a;
  --sb-lightgrey: #9e9d9d;
}

#bliMedlemfrontPage {
  display: none;
}

/* GLOBAL */

body {
  /* reset because of bootstrap overwrites*/
  background-color: #e6e6e5 !important;
  font-size: 0.875rem !important;
}

.sb-button-red-outline {
  border: 2px solid var(--sb-red);
  border-radius: 4px;
  background: white;
  color: var(--sb-red);
  padding: 8px 12px;
  font-size: 1.1rem;
  text-decoration: none;
}
.sb-button-red-outline .fal {
  margin: 4px 0 0 5px;
}
.sb-button-red-outline:hover {
  text-decoration: none;
  color: var(--sb-red);
}

.sb-button-red {
  border-radius: 4px;
  color: white;
  background: var(--sb-red);
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
/* HEADER*/
.header-search a {
  color: var(--sb-red);
  font-size: 1.3rem;
}
.header-search .twitter {
  margin-right: 5px;
}
.header-search .facebook:after {
  bottom: 0 !important;
  right: -10px !important;
  background: var(--sb-red) !important;
}
/* MEMBER BUTTON */
.membership-button-wrapper {
  position: sticky;
  display: flex;
  justify-content: flex-end;
  margin-top: -45px;
  top: 0;
  z-index: 99;
}
.membership-button-wrapper a:hover {
  color: white;
  text-decoration: none;
}
.membership-button {
  background: var(--sb-red);
  color: white;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 0 0 0 8px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .membership-button {
    /* padding: 5px 10px; */
    font-size: 1rem;
  }
}

.page-template-template-blocks-sub-page .membership-button {
  border-radius: 8px 0 0px 8px !important;
}
.page-template-page-podcasts .membership-button {
  border-radius: 8px 0 0px 8px !important;
}

/* Yoast Breadcrumbs */
#breadcrumbs span {
  color: var(--sb-red);
  font-size: 1.1rem;
  font-weight: 600;
}
#breadcrumbs a {
  color: black;
  font-weight: 400;
}
.breadcrumb_last {
  color: black !important;
  font-weight: 600;
}

/* Hero Slider*/
.splide {
  height: 500px;
  margin-bottom: 45px;
}
.splide-mobile {
  display: none;
}
.splide-mobile a {
  text-decoration: none;
}
.splide-desktop a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .splide-mobile {
    display: block;
  }
  .splide-desktop {
    display: none !important;
  }
  .splide {
    height: 400px !important;
  }
  .splide__slide {
    height: 400px !important;
  }
  .splide__slide h2 {
    font-size: 1.5rem !important;
    width: 90% !important;
  }
  .splide__arrow {
    display: none !important;
  }
}
.splide__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-size: cover;
}
.splide__slide h2 {
  font-size: 3rem;
  color: white;
  width: 60%;
  margin-bottom: 30px;
  text-align: center;
}
.splide__slide a {
  color: white;
}
/* .splide__slide a:hover {
    color: white;
    text-decoration: underline;
} */
.splide__slide a > h2 {
  text-align: center;
  margin: 0 auto;
}

.splide__list {
  will-change: auto !important;
}

/*Icon and Text Block*/

.icons-outer {
  display: flex;
  margin: 15px 0;
}
.icons-outer .fal {
  margin-top: 5px;
  color: var(--sb-red);
  font-size: 1.4rem;
}
.icons-outer__small-heading h2 {
  font-size: 1rem;
}
.icons-outer__small-heading h2:before {
  content: "|";
  font-weight: 900;
  color: var(--sb-red);
  margin-right: 8px;
}
.icons-outer__icon-item {
  display: flex;
  margin: 10px 0;
}
.icons-outer__icon-item h3 {
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.icons-outer__icon-item h3 a {
  color: black;
  text-decoration: none;
}
.icons-outer__icon-item__icon {
  padding-left: 0;
  margin-right: 5px;
}
.icons-outer__icon-item__text {
  position: relative;
  padding-left: 5px;
  opacity: 0.8;
}
.icons-outer__icon-item__text .fal {
  position: absolute;
  font-size: 1.2rem;
}

/* News */

.latest-news-wrapper {
  margin: 30px 0 60px 0;
}
.latest-news-wrapper__small-heading {
  margin-bottom: 20px;
}
.latest-news-wrapper__small-heading h2 {
  font-size: 1rem;
}
.latest-news-wrapper__small-heading h2:before {
  content: "|";
  font-weight: 900;
  color: var(--sb-red);
  margin-right: 8px;
}
.news-item {
	position: relative;
}
.single-post-image-wrapper {
	position: relative;
}
.news-item__image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.news-item__title h3 {
  margin: 0 0 0.3rem 0 !important;
  color: black;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.news-item a {
  text-decoration: none;
}
.news-item__info {
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--sb-lightgrey);
  opacity: 0.7;
}
.news-item__info span {
  margin-right: 2px;
}
.news-item__info__divider {
  color: var(--sb-red);
  font-weight: 900;
}
.news-item__excerpt {
  line-height: 1.4rem;
  color: black;
  opacity: 0.7;
}
.more-news {
  display: flex;
  justify-content: flex-end;
}
.more-news a {
  margin-top: 15px;
  color: black;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1rem;
  text-decoration: none;
}
.more-news .fal {
  color: var(--sb-red);
  margin-left: 4px;
}

/* CTA BANNER */
.cta-banner {
  margin: 30px 0 60px 0;
  padding: 60px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cta-banner__cta-box {
  margin: 30px 0;
  padding: 30px 20px;
  background: rgba(253, 253, 253, 0.8);
  border-radius: 8px;
  color: black;
}
.cta-banner__cta-box h3 {
  font-size: 1.5rem;
}
.cta-banner__cta-box__text {
  margin: 10px 0 20px 0;
}
.cta-banner__cta-box a {
  margin-top: 15px;
  font-size: 1rem;
}

/* Image and Text Block*/
.image-text {
  margin: 60px 0 30px 0;
}
.image-text__img {
  margin-bottom: 15px;
}
@media (max-width: 975px) {
  .image-text__img {
    margin-top: 30px;
  }
  .image-top-mobile {
    order: 1;
  }
}

.image-text__img img {
  width: 100%;
  border-radius: 8px;
}
.image-text__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.image-text__text a {
  font-size: 0.9rem;
  font-weight: 500;
  width: fit-content;
  width: -moz-fit-content;
}
.image-text__text ul li {
  margin-left: 15px;
}
.image-text__text ul li {
  list-style-type: disc;
}
/* Photo Credit */
.img-credit-outer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.img-credit {
  font-size: 0.8rem;
  margin-top: 5px;
}
.img-credit-right {
  font-size: 0.8rem;
  margin-top: -5px;
}
@media (max-width: 990px) {
  .img-credit-right {
    font-size: 0.8rem;
    /* margin-top: -45px; */
	position: absolute;
	bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px;
    border-radius: 2px 0 0 0;
	z-index: 999;
  }
}
/* Two Info and Links */

.two-info-links__item {
  margin: 15px 0;
}
.two-info-links__item img {
  border-radius: 8px;
  height: 300px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  margin-bottom: 15px;
}
.two-info-links__item a {
  font-size: 0.9rem;
  font-weight: 500;
  width: fit-content;
  width: -moz-fit-content;
}

/* Social Media Banner */
.social-media-banner {
  margin: 50px 0;
  padding: 20px 0;
  border-top: 8px solid var(--sb-red);
  border-bottom: 8px solid var(--sb-red);
}
.social-media-banner__text {
  font-size: 1.75rem;
  font-weight: 500;
}
.social-media-banner__divider {
  margin-top: -10px;
  font-weight: 500;
  font-size: 3rem;
  color: var(--sb-red);
  justify-content: center;
  align-items: center;
}

.social-media-banner__logos ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.social-media-banner__logos ul li {
  font-size: 2.75rem;
  margin: 10px 20px;
}
.social-media-banner__logos ul a {
  color: black;
}
.social-media-banner__logos ul a:hover {
  color: var(--sb-red);
}

@media (max-width: 990px) {
  .social-media-banner__logos ul {
    justify-content: center;
  }
  .social-media-banner__text {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

/* New Footer */
.site-footer {
  display: none; /*hide old footer*/
}
.new-footer {
  padding: 60px 0;
}
.new-footer a {
  color: var(--sb-red);
}
.new-footer__logo {
  margin-bottom: 20px;
}
.new-footer__heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.new-footer__links a {
  color: var(--sb-red);
}
.new-footer__social-media {
  margin-bottom: 15px;
}
.new-footer__social-media a {
  color: black;
  text-decoration: none;
}
.new-footer__social-media .fab {
  font-size: 1.6rem;
  margin-top: 10px;
}
.new-footer__social-media .divider {
  color: var(--sb-red);
  background: none;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: bottom;
  margin: 0 5px;
}
.btn-to-top {
  color: var(--sb-red);
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .new-footer__newsletter {
    margin: 0 15px;
  }
}
.new-footer__newsletter #nyhetsbrevForm {
  padding-top: 0;
  padding-left: 0;
}
.new-footer__newsletter #prenumerationInput {
  border-bottom: 2px solid black;
  padding-left: 0;
  max-width: unset !important;
}
@media (max-width: 767px) {
  .new-footer__newsletter #prenumerationInput {
    width: 100%;
  }
}
.new-footer__newsletter .choice-checkbox {
  color: black;
}
.new-footer__newsletter input[type="checkbox"]:checked + .checkbox:after {
  background-color: #000;
}

.new-footer__newsletter .choice-checkbox .checkbox:after {
  border: 1px solid black;
  color: black;
}
.new-footer__newsletter #agreementPrenumeraBox a {
  color: black;
  text-decoration: underline;
}
.new-footer__newsletter .sb-button-red-outline {
  font-size: 0.9rem;
  font-weight: 600;
}
/* .privateer {
  margin-left: 1.5rem;
  margin-top: -0.9rem;
}
.labelcompaneer {
  margin-left: 1.75rem;
  margin-top: -0.9rem;
} */
/* nyhetsbrev tack*/

.apsis-sent.apsis-foretagare .thank-you.foretagare,
.apsis-sent.apsis-privat .thank-you.privat {
  position: absolute !important;
  background: white !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* FORM Block */
.form-block-wrapper {
  background: #f8f6f8;
  width: 100%;
  padding: 30px 0;
}
.form-block {
  width: 100%;
}
.form-block .wpcf7 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.form-block .wpcf7-form {
  width: 100%;
}
.form-block label {
  display: flex;
  flex-direction: column;
  color: black;
}
.form-block .wpcf7-text {
  background: #dcdcdc;
  border-radius: 0 !important;
  margin-top: 8px;
  padding: 4px 0 0 8px;
  /* width: 500px; */
  width: 100%;
}

.form-block textarea {
  background: #dcdcdc;
  border: none;
  /* width: 500px; */
  width: 100%;
  padding: 4px 0 0 8px;
  margin-top: 8px;
  border-radius: 0 !important;
  outline: none;
}
.form-block .wpcf7-submit {
  border: 2px solid var(--sb-red);
  border-radius: 4px;
  background: white;
  color: var(--sb-red);
  padding: 8px 12px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.wpcf7-acceptance label {
  flex-direction: row;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  margin-top: 8px;
  margin-left: 8px;
}

/* News and filter*/

.news-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.news-pagination a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: black;
  line-height: 1.8rem;
  font-size: 1rem;
  text-decoration: none;
}
.news-pagination i {
  color: var(--sb-red);
}
.news-pagination-prev img {
  transform: rotate(180deg);
}
.news-pagination-next,
.news-pagination-prev a {
  display: flex;
  align-items: center;
}
.news-pagination p {
  margin: 0 10px;
  font-weight: 500 !important;
}
.news-pagination a > img {
  width: 30px;
  height: 23px;
}
/*search and filter*/
.latest-news-wrapper__filter form ul {
  display: flex;
}
.select-wrapper .caret {
  /*fix dropdown caret position*/
  right: 10px !important;
}
.sf-field-category {
  width: 320px;
}
.sf-input-select {
    width: 300px !important;
    display: block !important;
    font-size: 14px
}
.latest-news-wrapper__filter .select-dropdown {
  display: block;
  width: 300px !important;
  background-color: rgb(241, 241, 241) !important;
}
.select-wrapper .dropdown-content li {
  min-height: 10px !important;
}
.select-wrapper .dropdown-content li > span {
  padding: 6px 16px !important;
}
.latest-news-wrapper__filter form .select-wrapper {
  display: block !important;
  padding: 0 10px 0 5px;
}

.latest-news-wrapper__filter .sf-input-text {
  width: 300px !important;
  font-size: 1rem;
  color: #9b9b9b !important;
  padding: 0 10px 0 5px;
  background-color: rgb(241, 241, 241) !important;
}
.latest-news-wrapper__filter .sf-input-text::placeholder {
  color: #9b9b9b !important;
}
@media (max-width: 999px) {
  .select-wrapper .caret {
    /*fix dropdown caret position*/
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .latest-news-wrapper__filter form ul {
    display: block;
  }
}

/* SINGLE PAGE */
.single-post-breadcrumbs {
  transform: translateY(30px);
}
.content-single-wrapper {
  padding-top: 20px;
}
.membership-button-single {
  position: sticky;
  top: 80vh;
}
.membership-button-wrapper-mobile {
  position: sticky;
  display: flex;
  justify-content: flex-end;
  /* margin-top: -45px; */
  top: 10px;
  z-index: 99;
}
.membership-button-wrapper:hover {
  text-decoration: none;
}
.membership-button-single .membership-button {
  border-radius: 8px 0 0 8px;
}
.membership-button-single-mobile > .membership-button {
  margin-top: -15px;
}
.membership-button-single-mobile .membership-button {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 999px) {
  .membership-button-single-mobile {
    display: none;
  }
}

@media (max-width: 999px) {
  .membership-button-single {
    display: none;
  }
}
.content-single-wrapper-inner img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  margin: 10px 0 15px 0;
  border-radius: 4px;
}
.content-single-wrapper-inner h1 {
  text-align: left;
  margin-bottom: 5px;
}
.content-single-wrapper-inner h2 {
  font-size: 1.65rem;
}
.content-single-wrapper-inner h3 {
  font-size: 1.35rem;
}
.content-single-wrapper-inner h4 {
  font-size: 1.2rem;
}
@media (max-width: 999px) {
  .content-single-wrapper-inner img {
    margin: 60px 0 15px 0;
  }
}
/* Hero Video*/
.video-hero-play-icon {
  transform: translateY(15vh);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-hero-play-icon i {
  font-size: 6rem;
  color: white;
}
@media (max-width: 950px) {
  .video-hero-play-icon i {
    font-size: 4rem;
    color: white;
  }
}
/* Text Post Block */
.text-post-block-container {
  margin: 30px 0;
}

.text-post-block-container h2 {
  font-size: 1.65rem;
}
.text-post-block-container h3 {
  font-size: 1.35rem;
}
.text-post-block-container h4 {
  font-size: 1.2rem;
}
.text-post-block-container ul li {
  margin-left: 15px;
}
.text-post-block-container ul li {
  list-style-type: disc;
}
.text-post-block-container iframe {
  width: 100%;
  min-height: 500px;
}
/* 50/50 Post Block */
.fifty-fifty-post-block-container {
  display: flex;
  flex-wrap: wrap;
}
.fifty-fifty-post-block-container img {
  width: 100%;
}
.fifty-fifty-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fifty-fifty-quote .quote-icon {
  width: 100px !important;
}
.fifty-fifty-quote {
  text-align: center;
}
/* Quote Post Block */
.quote-post-block-container {
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.quote-post-block-container img {
  width: 100px;
}
.quote-post-block-container h3 {
  text-align: center;
}
/*PODCAST*/
.report-item-image {
  height: 300px !important;
}
@media (max-width: 600px) {
  .report-item-links {
    display: block !important;
  }
}

/* BUILDER Newsletter New*/
.newsletter-new {
  margin-top: 30px;
  margin-bottom: 60px;
}
.newsletter-new__text h3 {
  font-size: 1.3rem;
}
.newsletter-new__text p {
  font-size: 1rem;
}
.newsletter-new__form-heading {
  font-size: 1rem;
  font-weight: 500;
}
.newsletter-new__form {
	background-color: rgba(250, 250, 250, 0.95);
	border-radius: 4px;
  	padding: 20px;
}
.newsletter-new__form #prenumerationInput {
	width: 100%;
	margin-right: 30px;
	padding-left: 10px;
}

#nyhetsbrevForm .choice-checkbox input[type="checkbox"]{
	margin-top: -1px !important;
}

/* #nyhetsbrevForm .choice-checkbox label{
	margin-top: -1px !important;
} */


/* new  header */
.new-header {
  display: flex;
  /* display: none; */
  align-items: center;
  background: white;
  height: 80px;
  width: 100%;
}
.new-header > .container::before,
.container::after {
  display: none !important;
  content: unset !important;
}
.new-header > .header-logo__new {
  width: 20%;
}
.header-menu__new {
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin-bottom: 0;
}

.header-menu__new a {
  color: black;
}
.header-dropdown {
  display: flex;
  justify-content: flex-end;
  width: auto;
}

.header-dropdown__button {
  color: var(--sb-red) !important;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
.header-dropdown__inner {
  position: absolute;
  width: 100%;
  background: white;
  top: 79px;
  left: 0px;
  padding-top: 30px;
  z-index: 999;
}
.header-dropdown__inner__menu {
  margin: 30px 0;
}
@media (max-width: 754px) {
  .header-dropdown__inner__menu {
    margin: 10px 0;
  }
}
.header-dropdown__inner__menu li {
  margin-bottom: 5px;
}
.header-dropdown__inner__menu a {
  color: black;
}
.header-dropdown__inner__small-heading {
  font-size: 1rem;
}
.header-dropdown__inner__small-heading:before {
  content: "|";
  font-weight: 900;
  color: var(--sb-red);
  margin-right: 8px;
}
.header-dropdown__inner__menu li {
  margin-left: 8px;
}
.header-dropdown__bottom {
  padding: 30px 0;
  width: 100%;
  margin-top: 15px;
  color: white;
  background: var(--sb-red);
}
.header-dropdown__bottom__small-heading {
  font-size: 1rem;
}
.header-dropdown__bottom__small-heading a {
  color: black;
}
.header-dropdown__bottom__small-heading:before {
  content: "|";
  font-weight: 900;
  color: black;
  margin-right: 8px;
}
.header-dropdown__bottom__menu li {
  margin-bottom: 5px;
}
.header-dropdown__bottom__menu a {
  color: white;
}
.header-dropdown__bottom__menu a:hover {
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .header-menu__new {
    display: none;
  }
  .new-header > .header-logo__new {
    width: 50%;
  }
  .header-dropdown {
    width: 50%;
  }
}
[x-cloak] {
  display: none;
}

/*memberships slider*/
.splide__pagination {
  top: 105%;
}
.splide__pagination .is-active {
  border: 1px solid black;
}
/* .memberships > .splide__track{
    overflow: visible !important;
} */
.splide-membership {
  margin-top: 25px;
  min-height: 600px !important;
  height: auto !important;
}
.splide-membership > .splide__track {
  height: auto !important;
}
.splide__slide a {
  color: unset;
}
.membership-slider-card {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  border-radius: 4px;
  opacity: 0.5;
  min-height: 600px !important;
}
/* .membership-slider-card:hover {
    color: inherit;
} */
.membership-slider-card-red {
  background: var(--sb-red);
  color: white;
}
.membership-slider-card-red h2:before {
  color: black !important;
}
.membership-slider-card-white {
  background: white;
  border: 2px solid var(--sb-red);
}
.membership-slider-card-white h2 {
  color: black !important;
}
.membership-slider-card-white h2:before {
  color: var(--sb-red) !important;
}
.membership-slider-card-white .far {
  color: var(--sb-red) !important;
}
.membership-slider-card-white > a {
  /* fix link color on white slide*/
  color: black !important;
}
.membership-slider-card-grey h2:before {
  color: var(--sb-red) !important;
}
.membership-slider-card-grey .far {
  color: var(--sb-red) !important;
}
.membership-slider-card-grey > a {
  /* fix link color on white slide*/
  color: black !important;
}
.membership-slider-card-grey {
  background: #eaeaea;
  color: black;
}
.membership-slider-card-grey h2 {
  color: black !important;
}
.membership-slider-card__inner {
  display: flex;
  flex-direction: column;
  padding: 50px;
  height: 100%;
  width: 100%;
}
.membership-slider-card__inner h2 {
  font-size: 1.4rem !important;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.membership-slider-card__inner h2:before {
  content: "|";
  font-weight: 900;
  /* color: black; */
  margin-right: 8px;
}
.membership-slider-card__inner h3 {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.memberships-slider-item {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0;
}
.membership-slider-card__inner_link {
  color: var(--sb-red) !important;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0.9rem;
  font-weight: 500;
}
.membership-slider-card__inner_link:hover {
  transform: translateY(-2px);
  color: var(--sb-red);
  text-decoration: none;
}
@media (max-width: 767px) {
  .membership-slider-card__inner {
    padding: 15px;
  }
  .memberships-slider-item {
    font-size: 0.9rem;
    margin: 5px 0;
  }
}
/*medlemsförmåner*/
.splide-membership-perks {
  margin-top: 25px;
  min-height: 550px !important;
}
.membership-slider-perks-card {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  /* margin: 0 15px !important; */
  border: 1px solid #eaeaea;
  border-radius: 4px;
  opacity: 0.5;
  min-height: 550px !important;
}
.membership-slider-perks-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.membership-slider-perks-card__inner img {
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px 4px 0 0;
}
.membership-slider-perks-card__inner__text {
  padding: 10px 20px;
}
.membership-slider-perks-card__inner h4 {
  font-size: 1.1rem !important;
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

.membership-slider-perks-card__inner h3 {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.membership-slider-perks-card__inner__link {
  display: flex;
  justify-content: flex-end;
  padding: 15px;
}
.membership-slider-perks-card__inner__link a {
  color: var(--sb-red);
  font-size: 0.9rem;
  font-weight: 500;
}
.membership-slider-perks-card__inner__link a:hover {
  transform: translateY(-2px);
  color: var(--sb-red);
  text-decoration: none;
}
.is-visible {
  opacity: 1;
}

/* Heading / Rubrik Block */
.heading-block h3 {
  margin: 15px 0 5px 0;
  font-size: 2rem;
}
.heading-block h3:before {
  content: "|";
  font-weight: 900;
  color: var(--sb-red);
  margin-right: 8px;
}

/* Button Block */
.button-block-container a {
  text-decoration: none;
  color: black;
}
.button-block-wrapper {
  background-color: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 4px;
  transition: 150ms ease-in-out;
}
.button-block-wrapper:hover {
  transform: translateY(-2px);
}
.button-block-wrapper__button {
  display: flex;
  justify-content: flex-end;
}
.button-block-wrapper__button div {
  font-size: 1rem;
}
.button-block-wrapper__button i {
  font-weight: 500;
}
@media (max-width: 754px) {
  .button-block-wrapper__text {
    text-align: center;
  }
  .button-block-wrapper__button {
    justify-content: center;
    margin-top: 15px;
    font-size: 1rem;
  }
}

/* CTA Block */
.cta-post-block-card {
  display: flex;
  background: #eaeaea;
  border-radius: 4px;
  margin: 30px 0;
}
.cta-post-block-card__image {
  width: 50%;
}
.cta-post-block-card__image img {
  margin: 0 10px 0 0;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.cta-post-block-card__inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cta-post-block-card__text {
  padding: 25px;
}
.cta-post-block-card__text__link {
  display: flex;
  justify-content: flex-end;
  margin: 0 15px 15px 0;
}
.cta-post-block-card__text__link a {
  color: var(--sb-red);
  font-size: 0.9rem;
  font-weight: 500;
}
.cta-post-block-card__text__link a:hover {
  transform: translateY(-2px);
  color: var(--sb-red);
  text-decoration: none;
}
@media (max-width: 767px) {
  .cta-post-block-card {
    flex-direction: column;
  }
  .cta-post-block-card__image,
  .cta-post-block-card__inner {
    width: 100%;
  }
  .cta-post-block-card__image img {
    border-radius: 4px 4px 0 0;
  }
}

/* Team */
.team-card-wrapper {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 30px 0;
}
.team-single-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.team-single-card img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.team-single-card__text {
  text-align: center;
  padding: 25px 15px 25px 15px;
}
.team-single-card__text p {
  margin-bottom: 20px;
}
.team-single-card__link a {
  color: var(--sb-red);
  font-size: 0.9rem;
  font-weight: 500;
}
.team-single-card__link a:hover {
  transform: translateY(-2px);
  color: var(--sb-red);
  text-decoration: none;
}
/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .team-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .team-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Räknare */
.skatt-info {
  display: flex;
}
.skatt-info__img {
  width: 50%;
}
.skatt-info__img img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.skatt-info__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  width: 50%;
}
.toggle-result {
  background: var(--sb-lightgrey) !important;
}

/* Bli Medlem */
.bli-medlem-top {
  margin-top: -60px;
  padding: 60px;
}
@media (max-width: 767px) {
  .bli-medlem-top {
    margin-top: -10px;
    padding: 10px;
  }
}
.section-bli-medlem-register {
  box-shadow: none !important;
}
.section-bli-medlem-register .infoLink {
	font-size: 0.8rem;
}

.bli-medlem-subpage-register-right form input[type="checkbox"] {
  display: inline !important;
  /* margin-bottom: -35px !important; */
  margin-bottom: -45px !important;
  margin-right: 10px !important;
  /* padding-left: 30px !important;
    display: block !important;
    position: relative !important; */
	width: 1rem !important;
	height: 1rem !important;
}
.bli-medlem-subpage-register-right form input[type="submit"] {
  background-image: none !important;
  border-radius: 4px;
  color: white;
  background: var(--sb-red);
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.bli-medlem-subpage-register-right button {
  background-image: none !important;
  border-radius: 4px;
  color: white;
  background: var(--sb-red);
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  max-width: 250px !important;
}

.ConfirmRegistration button:first-of-type {
  float: none !important;
}

.foretagsmedlemskap form input[type="checkbox"] {
  margin-left: 0px !important;
}

.foretagsmedlemskap form label:nth-of-type(8) {
  padding-left: 0px;
  display: block;
  position: relative;
}
.foretagsmedlemskap form label:nth-of-type(9) {
  padding-left: 0px;
  display: block;
  position: relative;
}
.foretagsmedlemskap form label:nth-of-type(10) {
  padding-left: 0px;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .foretagsmedlemskap form input[type="checkbox"] {
    position: absolute !important;
    /* margin: -43px 0 -35px 0 !important; */
  }
  .foretagsmedlemskap form label:nth-of-type(8) {
    padding-left: 30px;
    display: block;
    position: relative;
  }
  .foretagsmedlemskap form label:nth-of-type(9) {
    padding-left: 30px;
    display: block;
    position: relative;
  }
  .foretagsmedlemskap form label:nth-of-type(10) {
    padding-left: 30px;
    display: block;
    position: relative;
  }
}

/* New Counter Styling*/

.tax-calc-wrapper {
  background-color: white !important;
  border: none !important;
  box-shadow: none !important;
}
.gas-calc {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.average-gasoline-wrapper,
.annual-milage-wrapper {
  width: 90%;
  padding: 0 20px;
}
.gas-calc .input-field {
  width: 80%;
  margin-left: 0 !important;
}
.tax-calc-wrapper form input[type="submit"] {
  margin-right: 0 !important;
  border: 2px solid var(--sb-red);
  border-radius: 4px;
  background-color: white !important;
  color: var(--sb-red);
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.gas-calc-submit {
  margin-right: 0 !important;
  border: 2px solid var(--sb-red);
  border-radius: 4px;
  background-color: white !important;
  color: var(--sb-red);
  padding: 8px 12px;
  font-size: 1.1rem;
  text-decoration: none;
}
.gas-info-box {
  background-color: #eaeaea;
  border-radius: 4px;
  margin: 30px 0 60px 0;
  padding: 15px 10px;
  position: relative;
}
.gas-info-box strong {
  font-size: 1rem;
}
.gas-info-box i {
  color: var(--sb-red);
  margin-right: 5px;
}
.gas-info-box-button {
  position: absolute;
  background-color: #868686;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  left: 0;
  margin-top: 15px;
  padding: 10px 0;
}
[x-cloak] {
  display: none;
}
.property-counter {
  display: flex;
  flex-direction: row;
  height: fit-content;
  height: -moz-fit-content;
}
.property-counter__image {
  padding-right: 0;
  width: 100%;
}
.property-counter__form {
  padding-left: 0;
}
.property-counter form {
  height: 100%;
}
@media (max-width: 1200px) {
  .property-counter {
    display: flex;
    flex-direction: column;
  }
  .property-counter__image {
    padding-right: 15px;
  }
  .property-counter__form {
    padding-left: 15px;
  }
}
.property-calc {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  #tax-calc-form-2 > .input-field {
    display: flex;
    justify-content: center;
  }
  #market-value {
    /* input for market value */
    width: 80% !important;
  }
}

/* iFrame margin on podcast single page */

.single-podcasts .content-single-wrapper iframe {
  margin-top: 25px;
}

/* Latest Posts block */

.post-item img {
  height: 345px;
  object-fit: cover;
}

@media (min-width: 99px) {
  
  .post-item img {
    height: 350px;
  }
  
}

.post-ratings img {
  width: unset;
}
.post-ratings::hover {
  cursor: pointer !important;
}
.post-ratings > img::hover {
  cursor: pointer !important;
}

/* Newsletter Block */
/* @media (max-width: 767px) {
	.newsletter__newsletter {
	  margin: 0 15px;
	}
  }
  .new-footer__newsletter #nyhetsbrevForm {
	padding-top: 0;
	padding-left: 0;
  }
  .new-footer__newsletter #prenumerationInput {
	border-bottom: 2px solid black;
	padding-left: 0;
	max-width: unset !important;
  }
  @media (max-width: 767px) {
	.new-footer__newsletter #prenumerationInput {
	  width: 100%;
	}
  }
  .new-footer__newsletter .choice-checkbox {
	color: black;
  }
  .new-footer__newsletter input[type="checkbox"]:checked + .checkbox:after {
	background-color: #000;
  }
  
  .new-footer__newsletter .choice-checkbox .checkbox:after {
	border: 1px solid black;
	color: black;
  }
  .new-footer__newsletter #agreementPrenumeraBox a {
	color: black;
	text-decoration: underline;
  }
  .new-footer__newsletter .sb-button-red-outline {
	font-size: 0.9rem;
	font-weight: 600;
  } */


/* Sponsored Posts - Latest News */
/* Ad styling for news items */

.news-item__ad-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--sb-red);
  color: white;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
  z-index: 10;
  text-transform: uppercase;
}