/* WebConcern */
/* RT Primary: #0f2557 | rgb(15 37 87 / 1) */
/* RT Seconday: #fdbb1e #ebad1c */
/* RN Primary: #e46000 */
/* RN Seconday: #d15700 */
/* RetailTrends */
html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  padding-top: 90px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  position: relative;
  background-color: #e2f1fd;
}

body.longread-page {
  padding-top: 0 !important;
}

body.longread-page.has-admin-bar {
  padding-top: 40px !important;
}

body.has-admin-bar {
  padding-top: 130px;
  /* height of #admin-top */
}

header.navbar-container {
  overflow-y: auto;
}

header.navbar-container {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1040;
  max-height: 100%;
}

body.has-admin-bar header.navbar-container {
  top: 40px;
}

@media (min-width: 1200px) {
  body {
    padding: 0;
  }
  body.has-admin-bar {
    padding-top: 40px;
    /* height of #admin-top */
  }

  header.navbar-container {
    position: initial;
    overflow-y: visible;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
}

@media (max-width: 767.98px) {
  body.next-article-padding {
    padding-bottom: 100px;
  }

  h1 {
    font-size: 1.8em;
  }
}

a {
  color: #0f2557;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
aside a,
ul li a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
aside a:hover,
ul li a:hover,
ol.breadcrumb li a,
.list-news ul li a,
.list-news ul li a:hover,
.article-view nav ul li a,
.article-view nav ul li a:hover {
  color: #373737;
}

aside ul li a,
aside ul li a:hover {
  color: #373737 !important;
}

.bold {
  font-weight: bold;
}

.display-hidden {
  display: none;
}

.display-inline {
  display: inline;
}

.visibility-hidden {
  visibility: hidden;
}

@media (max-width: 768px) {
  .visibility-hidden-xs {
    visibility: hidden;
  }
}

.position-relative {
  position: relative !important;
}

.widescreen-ratio {
  padding-top: 56.25%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.affix {
  top: 0;
  width: 100%;
}

.affix.has-admin-bar {
  /* Height of #admin-top */
  top: 40px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.navbar-form {
  padding-left: 0;
}

.navbar-form.active .btn-search,
.navbar-collapse .form-search.active .input-group-btn button.btn-search:focus,
.navbar-collapse .form-search.active .input-group-btn button.btn-search:hover {
  background-color: #fff;
}

.navbar-form.form-search {
  display: none;
  position: absolute;
  top: 2px;
  left: 15px;
  right: 15px;
  padding: 0;
}

.navbar-form.form-search .input-group {
  width: 100%;
}

.navbar-form.form-search .input-group .input-group-btn {
  width: 1%;
}

@media (min-width: 768px) {
  .navbar-form .btn,
  .navbar-form input {
    height: 36px;
  }
}

.navbar-collapse {
  padding-left: 0;
}

.navbar {
  margin-bottom: 0;
  z-index: 1000;
  background-color: #e2f1fd;
  border: 0;
  border-radius: 0;
}

.navbar.affix {
  z-index: 1001;
}

.navbar .menu-item-link {
  position: relative;
}

.navbar.navbar-default {
  z-index: 1001;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-top-n20 {
  margin-top: -20px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

/* BUTTONS */

.btn,
.btn-web-alert,
.nr-btn-web-alert {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 12px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
  background-clip: padding-box;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #0f2557;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .btn-web-alert,
  .nr-btn-web-alert {
    width: 100%;
  }

  .btn-web-alert.btn-web-alert-primary,
  .nr-btn-web-alert.nr-btn-web-alert-primary {
    margin-bottom: 10px;
  }

  .btn-web-alert.btn-web-alert-primary:only-child,
  .nr-btn-web-alert.nr-btn-web-alert-primary:only-child {
    margin-bottom: 0;
  }
}

.btn#coworker_email_div {
  margin-bottom: 0;
}

.btn-primary,
.btn-web-alert-primary,
.nr-btn-web-alert-primary {
  background: #fdbb1e;
  border: 1px solid #ebad1c;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #ebad1c;
  color: #333;
}

nav li a.btn-primary:focus,
nav li a.btn-primary:hover,
nav li a.btn-primary:active,
nav li a.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary[disabled]:hover,
.btn-web-alert-primary:focus,
.btn-web-alert-primary:hover,
.btn-web-alert-primary:active,
.btn-web-alert-primary:active:hover,
.btn-web-alert-primary:active:focus,
.btn-web-alert-primary[disabled]:hover,
.nr-btn-web-alert-primary:focus,
.nr-btn-web-alert-primary:hover,
.nr-btn-web-alert-primary:active,
.nr-btn-web-alert-primary:active:hover,
.nr-btn-web-alert-primary:active:focus,
.nr-btn-web-alert-primary[disabled]:hover {
  background: #ffc338;
  border-color: #ffc338;
  color: #333 !important;
  text-decoration: none;
}

.btn-secondary {
  background: #a7a7a7;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:active:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff !important;
  text-decoration: none;
}

.btn-tertiary {
  background: #333;
  background-clip: padding-box;
  border: 1px solid #444;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #444;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.btn-tertiary:focus,
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:active:hover {
  background: #444;
  border-color: #444;
  color: #fff !important;
  text-decoration: none;
}

.btn-default,
.btn-quaternary {
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.btn-quaternary {
  color: #0f2557;
}

.btn-quinary {
  background: #0f2557;
  background-clip: padding-box;
  border: 1px solid #0f2557;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #0f2557;
  color: #fdbb1e;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.btn-quinary:focus,
.btn-quinary:hover,
.btn-quinary:active,
.btn-quinary:active:hover {
  color: #fff !important;
  text-decoration: none;
}

/* FORMS */

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #fdbb1e;
  outline: 0;
  box-shadow: none;
}

/* Header */

.navbar-default {
  background-color: #0f2557;
  border: 0;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.5px;
}

.navbar-toggle {
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: #fff !important;
}

.navbar-brand {
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.navbar-brand img {
  height: 30px;
  margin-bottom: 5px;
}

.navbar-brand p {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
}

.navbar-brand.navbar-brand-longread {
  float: none;
  display: block;
  height: auto;
  color: #fff;
  display: flex;
  font-weight: 600;
  text-align: center;
}

.navbar-brand.navbar-brand-longread:hover,
.navbar-brand.navbar-brand-longread:focus,
.navbar-brand.navbar-brand-longread:active {
  color: #fff;
}

.navbar-brand.navbar-brand-longread img {
  margin: auto;
}

.navbar-brand.navbar-brand-longread span {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .navbar-header.navbar-header-longread {
    flex-wrap: wrap;
  }

  .navbar-brand.navbar-brand-longread {
    flex: 1;
  }

  .button-back-longreads {
    flex: 0;
  }

  .article-social-buttons {
    width: 100%;
    margin-bottom: 10px;
  }
}

.navbar-nav {
  max-width: 100%;
}

.navbar-nav > li {
  max-width: 100%;
}

.navbar-nav > li > a {
  line-height: 30px;
}

.navbar-nav > li.active > a {
  font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #0f2557;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-default .navbar-nav > li > ul > li a:focus,
.navbar-default .navbar-nav > li > ul > li a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu-login a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu-login a:hover {
  color: #333;
  text-decoration: none;
}

.navbar-border {
  border-bottom: 1px solid #ddd;
}

.navbar-lower .navbar-nav > li > a {
  color: #737373;
  border-radius: 2px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
}

.navbar-lower .navbar-nav > li > a.btn {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  line-height: initial;
}

#nav-col-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  height: 90px;
}

.menu-search {
  margin-left: auto !important;
}

.btn-show-search {
  margin: 10px 0 0;
  color: #737373;
  background-color: transparent;
}

#nav-col-right .btn:active:focus,
#nav-col-right .btn:focus {
  outline: unset;
}

/* menu fix */
@media (max-width: 767.98px) {
  .affix {
    position: static;
  }

  .navbar {
    min-height: 0;
  }

  .sitepicker {
    margin: 5px -15px;
  }

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

  .sitepicker > li > a {
    margin-left: 15px !important;
    padding: 0 8px;
    border-radius: 2px;
  }

  .navbar-nav > li > a,
  .navbar-nav .open .dropdown-menu {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-lower .navbar-nav > li > a {
    padding: 2px 5px;
    margin: 10px 0;
    border: 1px solid transparent;
  }

  .navbar-lower .navbar-nav > li > a:not(.btn-primary):hover,
  .navbar-lower .navbar-nav > li > a:not(.btn-primary):focus {
    background: transparent;
  }

  .navbar-lower .navbar-nav > .active,
  .navbar-lower .navbar-nav > .active:focus,
  .navbar-lower .navbar-nav > .active:hover {
    border-bottom: 5px solid #0f2557;
  }

  .navbar-lower .navbar-nav > .active,
  .navbar-lower .navbar-nav > .active:focus,
  .navbar-lower .navbar-nav > .active:hover,
  .landing-retailevents .navbar-lower .navbar-nav > .active,
  .landing-retailevents .navbar-lower .navbar-nav > .active:focus,
  .landing-retailevents .navbar-lower .navbar-nav > .active:hover {
    border-bottom: 5px solid #0f2557;
  }
}

@media (min-width: 1200px) {
  .navbar-lower .navbar-nav > li:not(:first-child) {
    margin-left: 10px;
  }
}

.triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #e2f1fd;
}

.navbar-nav > li > .dropdown-menu {
  padding: 15px;
  border: 0;
  min-width: 225px;
  font-family: "Roboto Slab", serif;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #0f2557;
}

#nav-col-right .nav.navbar-nav ul.dropdown-menu,
#nav-col-right .nav.navbar-nav .dropdown-menu-login,
#navbar .nav.navbar-nav.navbar-left .dropdown-menu-service {
  right: 0;
  left: initial;
}

#navbar .nav.navbar-nav.navbar-left {
  display: flex;
  width: 100%;
}

@media (max-width: 1199.98px) {
  #navbar .nav.navbar-nav.navbar-left {
    flex-direction: column;
    margin: 0;
  }

  .navbar-lower .navbar-nav > li > a.btn.btn-nav {
    margin-right: 0;
  }
}

#navbar .nav.navbar-nav.navbar-left .dropdown-service {
  margin-left: 0;
}

#nav-col-right .nav.navbar-nav .account-menu,
#nav-col-right .nav.navbar-nav .login-menu {
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#nav-col-right .nav.navbar-nav .account-menu .fa,
#nav-col-right .nav.navbar-nav .login-menu .fa {
  margin-right: 5px;
}

.navbar-nav > li > .dropdown-menu-lg {
  width: 400px;
}

@media (min-width: 992px) {
  .navbar-nav > li > .dropdown-menu-lg {
    width: 800px;
  }
}

.dropdown-menu-login .form-group label,
.dropdown-menu-login .checkbox label,
.dropdown-menu-login p {
  font-family: "Roboto Slab", serif;
}

.dropdown-menu-login .form-group label {
  font-weight: 700;
}

/* Articles */

.articles article div img {
  width: 100%;
}

.articles hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .articles hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

article h2,
article .article-title {
  font-family: "Montserrat", serif;
  line-height: 1.1;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  word-break: break-word;
}

/* create a chrome specific rule for when word-break auto-phrase is supported */
@supports (word-break: auto-phrase) {
  article h2,
  article .article-title {
    word-break: auto-phrase;
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

.large-image article h2,
.large-image article .article-title {
  font-size: 1.2em;
}

article h1,
article h2,
article .article-title {
  padding-top: 0;
  margin-top: 0;
}

article h1 {
  margin-top: 4px;
  font-weight: bold;
}

article p {
  color: #333;
}

a.article-link:focus,
a.article-link:hover {
  text-decoration: none !important;
}

article.article-view,
section.share,
section.comments-container,
section.write-comment,
section.tag-articles,
section.page-display {
  padding: 20px 30px 20px 30px;
  background-color: #fff;
}

.longread-page section.comments-container,
.longread-page section.write-comment {
  padding: 0;
}

article.article-view h1,
section.share h1,
section.comments-container h1,
section.write-comment h1,
section.tag-articles h1,
section.page-display h1,
article.article-view .header-title,
section.share .header-title,
section.comments-container .header-title,
section.write-comment .header-title,
section.tag-articles .header-title,
section.page-display .header-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

article.article-view section {
  word-break: break-word;
}

section.tag-articles .introduction-text {
  overflow: hidden;
  position: relative;
  transition: height 500ms;
  white-space: pre-line;
  display: -webkit-box;
  height: 114.25px;
  /* -webkit-line-clamp: 5; */
  -webkit-box-orient: vertical;
}

section.tag-articles .btn-read-more {
  padding: 0;
  background: none;
  border: 0;
  text-decoration: underline;
  display: none;
}

@media (min-width: 375px) and (max-width: 767.98px) {
  article.article-view h1 {
    font-size: 25px;
  }
}

@media (max-width: 374.98px) {
  article.article-view h1 {
    font-size: 20px;
  }
}

section.page-display h3 {
  margin-top: 0;
}

article.article-view h2,
section.share h2,
section.comments-container h2,
section.write-comment h2,
article.article-view .header-title,
section.share .header-title,
section.comments-container .header-title,
section.write-comment .header-title {
  font-family: "Montserrat", serif;
  line-height: 1.1;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

article.article-view hr,
section.share hr,
section.comments-container > hr,
section.write-comment hr {
  margin: 20px -30px;
}

.longread-page section.comments-container > hr,
.longread-page section.write-comment hr {
  margin: 20px 0;
}

.article--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 -1px 5px -2px #333;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .article--cta {
    flex-direction: column;
  }

  .article--cta > div:first-child {
    margin-bottom: 5px;
  }
}

.article--cta * {
  margin: 0;
}

.article--cta .btn {
  margin-left: 20px;
}

.write-comment .write-comment--form-container {
  display: flex;
}

.write-comment .write-comment--form-container .write-comment--avatar img {
  border-radius: 100%;
}

.write-comment .write-comment--form-container .write-comment--form {
  flex-grow: 1;
}

.write-comment .write-comment--form-container textarea {
  resize: vertical;
  min-height: 100px;
}

.write-comment .write-comment--form-container .write-comment--textarea {
  position: relative;
}

.write-comment .write-comment--form-container .write-comment--textarea.active::before {
  border-top: 1px solid #fdbb1e;
  border-right: 1px solid #fdbb1e;
}

section.comments-container h3 {
  border-top: 0;
}

article.article-view .pay-wall {
  margin-top: 0px;
  padding: 45px;
  background-color: #e2f1fd;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

article.article-view .pay-wall .pay-wall--title {
  flex: 1 0 100%;
}

article.article-view .pay-wall .pay-wall--text {
  flex: 1 0 55%;
}

article.article-view .pay-wall .pay-wall--image {
  flex: 1 0 45%;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  article.article-view .pay-wall .pay-wall--text {
    flex-basis: 100%;
  }

  article.article-view .pay-wall .pay-wall--text .pay-wall--content {
    padding: 0 15px;
  }
}

article.article-view .pay-wall h1,
article.article-view .pay-wall .pay-wall--title {
  font-size: 1.8em;
  margin: 0;
  font-weight: 400;
}

article.article-view .pay-wall.pay-wall--title {
  width: 100%;
}

article.article-view .pay-wall h1 i,
article.article-view .pay-wall .pay-wall--title i {
  color: #fdbb1e;
  font-weight: 700;
}

article.article-view .pay-wall h2 {
  color: #0f2557;
  font-size: 2.4em;
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}

article.article-view .pay-wall h2 sub {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

@media (max-width: 767.98px) {
  article.article-view .pay-wall {
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 0;
    text-align: center;
    padding: 15px;
    flex-basis: 100%;
  }

  article.article-view .pay-wall h1 {
    font-size: 1.5em;
  }

  article.article-view .pay-wall h2 {
    font-size: 2.2em;
  }
}

article.article-view .pay-wall p {
  font-family: "Montserrat", serif;
  font-size: 14px;
  margin-bottom: 0;
}

article.article-view .pay-wall p strong {
  margin-bottom: 15px;
  display: inline-block;
}

article.article-view .pay-wall ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

article.article-view .pay-wall ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: #0f2557;
}

article.article-view .pay-wall ul li {
  font-size: 14px;
}

article.article-view .pay-wall .btn i.fa {
  margin-left: 5px;
}

article.article-view .pay-wall a:not(.btn) {
  color: #fdbb1e;
  font-weight: 600;
}

article.article-view .visible-xs.article-author,
article.article-view .visible-xs.article-author a,
article.article-view .visible-xs.article-date {
  color: #999;
}

article.article-view .visible-xs.article-author a {
  text-decoration: underline;
}

.article-header .article-image {
  position: relative;
  aspect-ratio: 2/1;
}

.article-header img,
.article-header video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 767.98px) {
  .article-header .article-image {
    aspect-ratio: 3/2;
  }
}

.article-header .gradient-container h1 {
  font-weight: 700;
}

.article-header .gradient-container h1,
.article-header .gradient-container p {
  color: #fff;
}

.article-header .gradient-container .article-meta {
  padding-left: 10px;
  border-left: 2px solid #fff;
  font-weight: 300;
  margin: 0;
}

article.article-view .img-container .image-author {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #0f2557;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

article.article-view .img-container .image-author {
  background-color: #0f2557;
}

article.article-view img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}

article.article-view .article-body {
  position: relative;
}

article.article-view .introduction-fade {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 80%);
}

article.article-view h1,
article.article-view .header-title {
  margin: 15px 0;
}

article.article-view .article-body h3 {
  font-weight: 700;
}

article.article-view .article-body p,
article.article-view .article-body li {
  line-height: 32px;
}

@media (max-width: 767.98px) {
  article.article-view .article-body p,
  article.article-view .article-body li {
    line-height: 28px;
  }
}

article.article-view .article-body > p:first-of-type {
  margin-top: 15px;
}

/* mixed results in Firefox and Chrome when positioning vertically using margin, padding or line-height */
article.article-view .article-body > p:first-of-type::first-letter,
article.article-view .article-introduction > p:first-of-type::first-letter {
  font-size: 100px;
  float: left;
  color: #0f2557;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-top: 8px;
  padding-right: 8px;
  line-height: 80px;
}

article.article-view .article-introduction > p:first-of-type::first-letter {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  article.article-view .article-body > p:first-of-type::first-letter,
  article.article-view .article-introduction > p:first-of-type::first-letter {
    font-size: 60px;
    margin-right: 0;
  }
}

article.article-view img + span > em,
article.article-view img + em > span {
  display: block;
  line-height: 22px;
}

article.article-view .article-tags .tag {
  display: inline-block;
  background: #0f2557;
  padding: 6px 12px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 15px;
}

article.article-view .article-tags .tag a {
  color: #fff;
}
article.article-view .article-tags .tag a.myretail {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 6px;
}

article.article-view .article-tags *:hover.tag,
article.article-view .article-tags *:focus.tag,
article.article-view .article-tags .tag a:hover,
article.article-view .article-tags .tag a:focus {
  text-decoration: none;
}

article.article-view .article-tags .tag i {
  margin-right: 6px;
}

article.longread p {
  line-height: 160%;
  font-size: 1.2em;
}

@media (max-width: 768px) {
  article.longread p {
    font-size: 16px;
  }
}

article.longread nav.tags-container ul {
  border-left: 0;
  text-align: center;
}

article nav ul:not(.metadata) {
  color: #9b9b9b;
  border-left: 1px solid #9b9b9b;
  list-style-type: none;
  padding: 5px 10px;
  margin: 0;
}

article nav ul a.tag i,
article nav ul span.tag i {
  margin-right: 3px;
}

article nav ul li a {
  color: #9b9b9b !important;
}

article nav ul a.tag,
article nav ul span.tag,
article nav ul a.member {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  border-radius: 2px;
  border: 1px solid #9b9b9b;
  background: transparent;
  padding: 0 4px 0 4px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-block;
}

article nav ul a.member {
  background-color: #0f2557 !important;
  color: #fff !important;
  border: 1px solid #0f2557;
}

article nav ul a:hover {
  color: #373737;
}

article span.header {
  display: inline-block;
  background-color: #0f2557;
  border-radius: 2px;
}

article span.header a img,
a article span.header img {
  padding: 6px;
  max-width: 100px;
}

article.headline {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
}

.section-articles:not(.article-blocks) .row:nth-child(2) article.headline {
  height: 240px;
}

@media (max-width: 991.98px) {
  .blogs-articles article,
  .retail-in-beeld-articles article,
  .webinars-articles article,
  .podcasts-articles article,
  .infographics-articles article {
    height: 360px !important;
  }

  .columns-articles article {
    height: 480px !important;
  }
}

@media (max-width: 767.98px) {
  .blogs-articles article,
  .retail-in-beeld-articles article,
  .webinars-articles article,
  .podcasts-articles article,
  .infographics-articles article {
    height: 240px !important;
  }

  .columns-articles article {
    height: 360px !important;
  }
}

.uitgelicht.live {
  font-size: 1.5rem !important;
  background-color: #c90e20 !important;
}

.uitgelicht.live i {
  animation: blinker 3s linear infinite;
}

@media (min-width: 992px) {
  .highlighted-articles:not(.subsites) article {
    height: 180px;
  }
}

.highlighted-articles,
.section-articles:not(.longread-widget),
.horizontal-articles {
  padding: 10px 30px 30px 30px;
  border-radius: 2px;
}

.horizontal-articles .btn-read-more-sm {
  bottom: 0;
  font-size: 12px;
  margin: 0;
  padding: 0px 6px;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.highlighted-articles-banner {
  position: absolute;
  z-index: 0;
  background-color: #0f2557;
  right: 15px;
  top: 0;
  bottom: 0;
  left: 15px;
}

@media (min-width: 992px) {
  .highlighted-articles-banner {
    left: -100%;
  }
}

.section-articles:not(.infographics),
.horizontal-articles {
  background-color: #fff;
}

.highlighted-articles {
  background-color: #0f2557;
  color: #fff;
}

.article-meta-data {
  position: relative;
}

.article-meta-data .tags {
  position: absolute;
  top: -30px;
  width: 100%;
}

.lairotrevda-articles .article-meta-data .tags {
  top: -40px;
}

.highlighted-articles .article-meta-data p.reading-time,
.section-articles .article-meta-data p.reading-time,
.article-link p.reading-time {
  color: #999;
}

.highlighted-articles .article-link-block {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .highlighted-articles .article-link-block {
    margin-bottom: 0;
  }
}

.highlighted-articles h2,
.section-articles .section-articles--header h2,
.horizontal-articles .horizontal-articles--header h2,
.highlighted-articles .header-title,
.section-articles .section-articles--header .header-title,
.horizontal-articles .horizontal-articles--header .header-title {
  font-family: "Montserrat", serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.section-articles .section-articles--header h2,
.horizontal-articles .horizontal-articles--header h2,
.section-articles .section-articles--header .header-title,
.horizontal-articles .horizontal-articles--header .header-title {
  color: #0f2557;
}

.horizontal-articles .horizontal-articles--image {
  height: 140px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .horizontal-articles .horizontal-articles--image {
    height: 65px;
  }
}

.highlighted-articles h2,
.highlighted-articles .article-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.horizontal-articles h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .horizontal-articles h3 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .horizontal-articles .horizontal-articles--article:not(:last-child) {
    border-right: 1px solid #eee;
  }
}

@media (max-width: 991.98px) {
  .horizontal-articles .horizontal-articles--article:not(:last-child) {
    margin-bottom: 20px;
  }
}

.horizontal-articles .horizontal-articles--article [class^="col-"]:first-child {
  padding-right: 5px;
}

.horizontal-articles .horizontal-articles--article [class^="col-"]:last-child {
  padding-left: 5px;
}

.highlighted-articles--header > hr,
.section-articles > hr,
.horizontal-articles > hr,
.section-articles--header > hr,
.section-articles--header > hr {
  border-color: #0f2557;
  margin-top: 0 !important;
}

.highlighted-articles--header > hr {
  border-color: #fff;
}

.highlighted-articles ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
}

.highlighted-articles a.highlighted-articles--more,
.section-articles a.section-articles--more,
.horizontal-articles a.horizontal-articles--more {
  color: #fdbb1e;
  float: right;
  margin: 10px 0 20px;
  font-weight: 500;
}

.highlighted-articles article {
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-articles .section-articles--left article {
  height: 500px;
  margin-top: 0 !important;
}

.section-articles .section-articles--right article {
  height: 240px;
  margin-top: 0 !important;
}

.section-articles .section-articles--right a:last-child:not(:first-child) article {
  margin-top: 20px !important;
}

@media (max-width: 991.98px) {
  .section-articles .section-articles--large {
    margin-bottom: 20px;
  }

  .section-articles .section-articles--large article,
  .section-articles .section-articles--small article {
    height: 400px;
  }

  .section-articles .section-articles--left {
    margin-bottom: 20px;
  }

  .section-articles:not(.article-blocks) .row:nth-child(2) {
    margin-top: 0 !important;
  }

  .section-articles .section-articles--left article,
  .section-articles .section-articles--right article,
  .section-articles:not(.article-blocks) .row:nth-child(2) article.headline {
    height: 400px;
  }
}

.section-articles .section-articles--small a:last-child:not(:first-child) article {
  margin-top: 20px !important;
}

.highlighted-articles a:hover,
.section-articles a:hover {
  text-decoration: none;
}

.section-articles:not(.recent-articles-home) .article-link {
  display: block;
  margin-bottom: 30px;
}

.section-articles:not(.recent-articles-home) .article-link .img-wrapper {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-articles:not(.recent-articles-home) .article-link {
    margin-bottom: 0;
  }
}

.highlighted-articles article .article-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(15, 37, 87, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 400ms;
}

.highlighted-articles article .article-overlay i {
  color: #fdbb1e;
}

.highlighted-articles a:hover .article-overlay {
  opacity: 0;
}

/* COMMENTS */
div.comments section.comments em {
  font-size: 12px;
}

hr {
  border-top: 1px solid #eee;
}

div.comments a.btn {
  margin-bottom: 0.8rem;
}

div.comment {
  display: grid;
  position: relative;
  column-gap: 15px;
  grid-template-columns: auto;
  grid-template-areas:
    "title"
    "message";
  margin-top: 20px;
}

div.comment .comment-avatar {
  grid-area: image;
}

div.comment .comment-avatar img {
  border-radius: 50%;
  box-sizing: content-box;
}

div.comment .commenter {
  grid-area: title;
}

div.comment .commenter p {
  margin: 0;
  font-weight: 700;
  color: #333;
}

div.comment .commenter p i {
  color: #aaa;
  margin-left: 6px;
}

.article-view ins .web-alert,
.article-view ins .nr-web-alert {
  border: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

/* div.comment .commenter a:hover i,
div.comment .commenter a:hover p {
  color: #f68220;
} */

div.comment .commenter a {
  text-decoration: none;
}

div.comment .commenter a p {
  text-decoration: none;
  color: #000;
}

div.comment .message {
  grid-area: message;
  margin: 0;
}

div.comment .message p {
  font-family: "Montserrat", serif;
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
}

section.comments-container h2 span,
section.comments-container .header-title span,
div.comment .timestamp {
  color: #999;
  margin-left: 15px;
  font-weight: 400;
  font-size: 83%;
}

@media (max-width: 767.98px) {
  div.comment .timestamp {
    display: block;
    margin-left: 0;
  }
}

div.comment .delete_comment {
  position: absolute;
  right: 0;
}

div.comment .comment-divider:last-child {
  display: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

aside.subscription .img-container,
.pay-wall .img-container {
  position: relative;
}

article.headline-lg .article-label {
  font-size: 15px;
  border-radius: 2px;
  padding: 3px 8px;
}

article.headline-lg {
  height: 450px !important;
}

#cases.retailrookies article.headline-lg {
  aspect-ratio: 16/9;
}

#cases article.headline-lg {
  height: 500px !important;
}

@media (min-width: 768px) {
  #cases article.headline-lg {
    height: 500px !important;
  }
}

@media (min-width: 992px) {
  #cases article.headline-lg {
    height: 400px !important;
  }
}

@media (min-width: 1200px) {
  #cases article.headline-lg {
    height: 370px !important;
  }
}

#cases article {
  overflow: hidden;
}

#cases article img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

article.headline nav ul a:hover {
  color: #fff;
}

article.headline > .gradient-container,
.article-header .gradient-container {
  position: absolute;
  bottom: 0;
  padding: 40px 20px 20px 20px;
  border-radius: 2px;
  width: 100%;
  background: linear-gradient(to top, rgb(15 37 87 / 1), rgb(15 37 87 / 0));
}

#cases article.headline > div {
  top: 0;
  padding: 15px 15px 20px 15px;
  bottom: initial;
  background: linear-gradient(to bottom, rgb(15 37 87 / 1), rgb(15 37 87 / 0));
  min-height: 25%;
}

span.uitgelicht,
.web-alert .uitgelicht,
.nr-web-alert .uitgelicht {
  background-color: #0f2557;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.regular-article span.uitgelicht {
  position: absolute;
  top: 8px;
  left: 8px;
}

article.headline span.uitgelicht .web-alert,
article.headline span.uitgelicht .nr-web-alert {
  background-color: #0f2557;
}

blockquote {
  border-radius: 3px;
  position: relative;
  font-style: italic;
  text-align: center;
  padding: 1rem 1.2rem;
  width: 86%;
  color: #4a4a4a;
  margin: 1.5rem auto 1.5rem;
  background: #e8e8e8;
  border-left: none !important;
}

@media (max-width: 1199.98px) {
  blockquote,
  .longread blockquote {
    margin: 3rem auto 3rem;
    width: 70%;
  }
}

blockquote:before,
blockquote:after {
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  color: #e8e8e8;
  font-size: 34px;
}

.kader blockquote {
  background: #d1d1d1;
}

.kader blockquote:before,
.kader blockquote:after {
  color: #d1d1d1;
}

blockquote:before {
  content: "\f10d";
  margin-right: 13px;
  right: 100%;
}

blockquote:after {
  content: "\f10e";
  margin-left: 13px;
  left: 100%;
}

article.headline span.uitgelicht a {
  color: #fff;
}

.lairotrevda-articles article span.uitgelicht,
.article-view nav ul li span.uitgelicht {
  background-color: #9b9b9b;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.lairotrevda-articles article span.uitgelicht.service-content {
  background-color: #0f2557;
}

.lairotrevda-articles article h2,
.lairotrevda-articles article .article-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}

@media (min-width: 992px) {
  .lairotrevda-articles article h2,
  .lairotrevda-articles article .article-title {
    margin-top: -9px;
  }
}

@media screen and (min-width: 992px) {
  article.headline-lg > div > header,
  article.headline-lg > div > nav {
    width: 75%;
  }
}

article.headline h1,
article.headline h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 5px;
  word-break: break-word;
}

article.headline h1,
a article.headline h1,
article.headline p,
a article.headline h2 {
  color: #fff;
}

.case-articles a article.headline h2 {
  color: #333;
}

.case-articles article {
  height: 300px;
}

@media (max-width: 991.98px) {
  .case-articles article {
    height: unset;
  }
}

.case-articles h2 {
  color: #fff !important;
}

article.headline p {
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}

.section-articles.article-blocks article.headline h2,
.section-articles.article-blocks article.headline p:not(.reading-time) {
  color: #333;
}

.section-articles article.headline p {
  -webkit-line-clamp: 2;
}

article.article-view nav ul {
  margin-bottom: 10px;
}

article.article-view section.case nav ul {
  margin-bottom: 0;
}

article.article-view nav ul li {
  margin-bottom: 5px;
}

article.article-view nav ul li .fa {
  margin-right: 5px;
  width: 15px;
  font-size: 1em;
}

.alert-warning {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #0f2557;
  margin-bottom: 0;
}

.alert-success {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #0f2557;
  margin-bottom: 0;
}

.alert-success {
  border-color: #0f2557;
}

.alert-warning .uitgelicht {
  font-size: 12.6px;
  top: -10px;
  padding: 3px;
}

.alert p {
  font-family: "Roboto Slab", serif;
}

.btn-loginwarning {
  width: 100%;
  margin-top: -3px;
}

/* Asides & sections */

aside {
  color: #373737;
}

.sidebar > div:first-child > aside > h3,
.sidebar > div.sidebar--retailtrends > div:first-child > aside > h3 {
  border-top: 0;
}

.sidebar--retailtrends {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
}

.sidebar .newsletter {
  background-color: #fdbb1e;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}

.sidebar .subscription {
  color: #fff;
  background-color: #0f2557;
  padding: 20px;
}

.sidebar .subscription h3 {
  color: #fff;
  font-family: inherit;
  font-weight: normal;
}

.sidebar .subscription h3 strong {
  color: #fdbb1e;
}

.sidebar .subscription ul,
#membership-widget ul {
  list-style: none;
  padding-left: 20px;
}

.sidebar .subscription ul li,
#membership-widget ul li {
  margin-bottom: 5px;
  position: relative;
}

.sidebar .subscription ul li::before,
#membership-widget ul li::before {
  content: "\2022";
  color: #fdbb1e;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 0.8em;
  margin-left: -0.8em;
  top: -5px;
}

aside > h3,
section > h3,
#my-subscriptions h3,
#webinars h3,
.sponsors h3,
.bootstrap-dialog-title,
aside > .widget-title,
section > .widget-title,
#my-subscriptions .widget-title,
#webinars .widget-title,
.sponsors .widget-title {
  line-height: 1.1;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}

#webinars h3 {
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 20px;
}

#my-subscriptions img {
  max-width: 100%;
}

aside.large-icons .fa {
  font-size: 1.5em;
  margin-right: 25px;
  margin-left: 5px;
  vertical-align: -2px;
  width: 15px;
  float: left;
}

aside.case,
aside.myretail {
  padding: 10px;
}

aside.case ul,
aside.vacancies ul,
.list-news ul,
.magazine ul,
.usps ul,
aside.popular ul {
  list-style-type: square;
  padding-left: 20px;
}

aside.case ul li,
aside.vacancies ul li,
.list-news li,
.magazine ul li,
aside.whitepapers ul li,
.usps ul li,
aside.popular ul li {
  margin-bottom: 5px;
}

aside.vacancies ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.magazines .magazine > div img,
aside.magazine > div img {
  max-width: 100% !important;
  height: auto !important;
}

aside span.sub {
  font-family: "Roboto Slab", serif;
  font-size: 12px;
}

.calendar ul li {
  padding: 8px 0;
  overflow: auto;
  display: flex;
}

.calendar ul li .date {
  min-width: 52px;
  float: left;
  height: 100%;
  margin-right: 5px;
  position: relative;
  text-align: center;
  border: 1px solid #cfcfcf;
  padding: 0 8px 2px 8px;
  border-radius: 3px;
  line-height: 100%;
  border-top: 5px solid #cfcfcf;
  background-color: #fff;
}

.calendar ul li .date .day {
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: bold;
  color: #373737;
}

.calendar ul li .date .month {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  line-height: 80%;
  color: #e46000;
}

.calendar ul li p {
  margin: 0;
}

.calendar .img-countdown {
  position: relative;
  min-height: 60px;
  background-color: #0f2557;
}

.calendar .img-countdown div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  display: table;
}

.calendar .img-countdown div span.timer {
  color: #fff;
  margin-left: 4px;
  display: table-cell;
  vertical-align: bottom;
}

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

.calendar .countdown_section {
  display: inline-block;
  font-size: 10px;
  margin-right: 8px;
}

.calendar .countdown_section:last-child {
  margin-right: 0;
}

.calendar .countdown_section .countdown_amount {
  font-size: 16px;
}

.calendar.fancy li {
  align-items: center;
  font-family: "Montserrat", serif;
}

.calendar.fancy li a {
  margin-left: -20px;
  background-color: #0f2557;
  color: #fff !important;
  padding: 10px 10px 10px 25px;
  width: 100%;
  border-radius: 5px;
}

.calendar.fancy li a:hover,
.calendar.fancy li a:focus {
  text-decoration: none;
}

.calendar.fancy li a small {
  color: #999;
  font-family: "Roboto Slab", serif;
}

.calendar.fancy ul li .date {
  padding: 8px;
  border: 1px solid #ebad1c;
  border-left: 5px solid #ebad1c;
  background-color: #fdbb1e;
}
.calendar.fancy ul li .date .day {
  color: #0f2557;
}

.calendar.fancy ul li .date .month {
  color: #0f2557;
  text-transform: uppercase;
}

.video a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ebad1c;
}

.video a > img {
  width: 100%;
}

/* BREADCRUMBS */

ol.breadcrumb {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 0;
}

ol.breadcrumb li a,
ol.breadcrumb > .active {
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
}

ol.breadcrumb li a {
  font-weight: 700;
}

ol.breadcrumb > .active {
  font-weight: 300;
}

.breadcrumb > li {
  display: inline;
}

/* SHOP */

.shop > div > div > div {
  background-color: #f6f6f6;
  padding: 10px;
}

.shop > div > div > img {
  width: 100%;
}

.shop h3 {
  margin-top: 0;
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding-top: 5px;
}

.shop p {
  margin-top: 5px;
}

/* SUBSCRIBE */
.bestchoice > div > div {
  background-color: #fdbb1e;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  margin-bottom: -2px;
}

.bestchoice > div > div > p {
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 30px;
}

.bestchoice a section {
  padding-top: 22px;
}

/* MAGAZINES */

.magazine iframe {
  width: 100%;
  border: 0;
  height: 650px;
}

#articles .magazine-footer > p {
  white-space: pre-line;
}

/* EVENTS */
.event a,
.event a p,
.event a h4 {
  color: #373737;
  margin: 0;
}

.event .event-meta-data .date {
  margin: 0 10px 0 0;
}

.event .event-meta-data {
  margin: 10px 0;
  overflow: hidden;
}

.event hr {
  border-top: 3px solid #eee;
}

.event h3 {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.event .date {
  min-width: 52px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
  position: relative;
  text-align: center;
  border: 1px solid #cfcfcf;
  padding: 0 12px 2px 12px;
  border-radius: 3px;
  line-height: 100%;
  border-top: 5px solid #cfcfcf;
  background-color: #fff;
}

.event .date .day {
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: bold;
  color: #373737;
}

.event .date .month {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  line-height: 80%;
  color: #e46000;
}

.event-img-container {
  aspect-ratio: 17/9;
  overflow: hidden;
}

.event-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Subsites */

.subsites .subsite {
  border-radius: 4px;
  height: 400px;
  width: 100%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  position: relative;
  color: #fff;
}

.subsites .subsite h4 {
  margin-left: 10px;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
}

.subsites .subsite a {
  color: #fff;
}

.subsites .subsite .articles {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.subsites .subsite .articles ul {
  list-style-type: none;
  padding: 0;
}

.subsites .subsite .articles ul li {
  padding: 5px 0;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

.subsites .subsite .articles ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.subsites article span.header {
  position: relative;
  display: inline-block;
  background-color: #0f2557;
  border-radius: 2px;
  margin: 0;
}

/* Footer */
.footer {
  background-color: #0f2557;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 14px;
}

.footer h3,
.footer h4,
.footer .header-title {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin-top: 10px;
}

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

.footer h4,
.footer .header-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1 !important;
}

.footer .footer--social,
.footer .footer--social ul {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer .footer--social ul li a:hover {
  color: #fdbb1e;
}

.footer .footer--social ul li.footer-app-icon {
  display: none;
}

.footer .footer--info h4,
.footer .footer--info .header-title {
  margin-bottom: 10px;
}

.footer .footer--info p,
.footer .footer--info u,
.footer .footer--info li {
  line-height: 28px;
}

.footer .footer--about {
  padding-right: 40px;
}

.footer .footer--bottom-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

@media (max-width: 991.98px) {
  .footer .footer--bottom-links li {
    flex: 1 0 50%;
  }
}

.footer .socialicons ul li a.btn-social-icon {
  border: 1px solid #fff;
  background: transparent;
  margin-bottom: 5px;
  margin-right: 5px;
}

.footer .socialicons ul li a.btn-social-icon:hover {
  color: #fff;
}

.footer .powered-by-newsroomie-container {
  display: flex;
  justify-content: center;
}

.footer .powered-by-newsroomie-image {
  width: 200px;
}

/* MENU ICON ANIMATION */

.navbar-toggle {
  border: none;
  background: transparent !important;
  margin-right: 0;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition:
    transform 0.2s,
    transform-origin 0.2s,
    opacity 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/* RETAILTRENDS */

a:not(.btn) {
  color: #0f2557;
}

.footer a {
  color: #fff !important;
  text-decoration: none;
}

article.headline span.uitgelicht,
.subsites article.headline span.uitgelicht,
.web-alert .uitgelicht,
.nr-web-alert .uitgelicht,
.article-view nav ul li span.uitgelicht,
.landing-retailevents article.headline span.uitgelicht,
.subsites article.headline span.uitgelicht {
  background-color: #0f2557;
}

div.article-label {
  background-color: #f6fbfe;
  color: #0f2557;
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

div.article-label.inverted-tag {
  background-color: #0f2557;
  color: #fff;
}

.lairotrevda-articles div.article-label {
  font-size: 11px;
}

div.article-label.premium-label {
  background-color: #fdbb1e;
}

.longread-header,
.highlighted-articles article.headline,
.article-full-image,
article.frontpage-headline {
  overflow: hidden;
}

.longread-header img,
section.case img,
article.article-full-image img,
.article-full-image img,
.highlighted-articles article.headline img,
article.frontpage-headline img,
.case-article .article-meta-data.left img,
.longread-header video,
section.case video,
article.article-full-image video,
.article-full-image video,
.highlighted-articles article.headline img,
article.frontpage-headline video,
.case-article .article-meta-data.left video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.article-full-image div.bottom-right {
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.article-full-image div.bottom-right .reading-time {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -5px;
}

.most-read-articles div.article-label {
  position: static;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  width: auto;
  margin-bottom: 4px;
}

div.article-label.lairotrevda-label {
  position: absolute;
  right: unset;
  left: 0;
}

.navbar-default.navbar-longread {
  /* float: left; */
  width: 100%;
  margin-bottom: -90px;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
}

@media (min-width: 768px) {
  .navbar.navbar-longread > .container .navbar-brand,
  .navbar.navbar-longread > .container-fluid .navbar-brand {
    margin: auto !important;
  }
}

.navbar-header {
  display: flex;
}

.navbar-item-search-mobile {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .navbar-header {
    flex-wrap: wrap;
  }

  .navbar-header .alt-site-wrapper {
    flex-basis: 100%;
    order: 2;
  }

  .navbar-item-search-mobile form {
    margin-left: 15px;
  }

  .navbar-item-search-mobile button {
    margin-bottom: 0;
  }
}

.navbar-header > hr {
  width: 100%;
  border: 0;
  margin: 0;
}

.navbar-header .navbar-brand-longread {
  margin: 0 auto;
}

.navbar-header .navbar-header--btn-container {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navbar-header-longread {
  position: relative;
  width: 100%;
}

.button-back-longreads.button-back-longreads--bottom {
  position: relative;
}

.btn-longread-back.btn-longread-back--bottom {
  color: #0f2557;
  font-size: 1.8rem;
}

.navbar-default.navbar-longread.longread-v1 {
  margin-bottom: 20px;
  background-color: #0f2557;
}

.navbar-border.nav-progress-bar {
  border-bottom: 2px solid #ddd;
}

ins img.img-a-b,
ins img.nr-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mostviewed .headline,
.landing-retailevents .mostviewed .headline {
  max-height: 200px;
}

.mostviewed .headline h2,
.landing-retailevents .mostviewed .headline h2 {
  font-size: 1.2em;
}

.whitepapers ul li,
.vacancies ul li,
.landing-retailevents .whitepapers ul li {
  margin-bottom: 10px;
}

.vacancies ul li:last-child {
  margin-bottom: 0;
}

.vacancies ul {
  flex-grow: 1;
}

aside.vacancies {
  background-color: #0f2557;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 2px;
}

#articles aside.vacancies a.btn {
  margin: 0;
  justify-self: flex-end;
}

aside.vacancies > h3,
aside.vacancies > .widget-title {
  color: #fff;
  border-top-color: #fff;
}

aside.vacancies ul li a {
  color: #fff !important;
}

.alert-warning hr {
  border-top-color: #0f2557;
}

.pagination > li > a,
.pagination > li > span {
  color: #0f2557;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0f2557;
  border-color: #0f2557;
  color: #fff;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #0f2557;
}

@media screen and (min-width: 992px) {
  #articles aside,
  .landing-retailevents #articles aside {
    background-color: #f6f6f6;
    padding: 10px;
    height: 400px;
  }
}

/* SOCIAL MEDIA BTNS */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-linkedin {
  color: #fff !important;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.toggle-group .btn-primary {
  height: 34px;
}

/* MYRETAIL */
aside.myretail ul,
div.myretail ul {
  list-style-type: none;
  padding-left: 0;
}

aside.myretail ul li p,
div.myretail ul li p {
  margin: 0;
  display: inline-block;
}

aside.myretail ul li p.tagwoord:first-letter,
div.myretail ul li p.tagwoord:first-letter {
  text-transform: uppercase;
}

aside.myretail ul li,
div.myretail ul li {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

#heading-my-tags a:hover,
#heading-my-tags a:focus,
#heading-myretail a:hover,
#heading-myretail a:focus {
  text-decoration: none;
}

.popular-tags ul li {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.popular-tags ul li a {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .popular-tags ul li a {
    padding: 8px;
  }
}

.popular-tags ul.list-inline {
  margin-left: 0;
}

#my-tags {
  margin-bottom: 0;
}

#my-tags .fa-lg {
  margin-right: 25px;
}

.myretail-border-sidebar-top {
  margin: 10px 0;
  border-bottom: 2px solid black;
}

#messages {
  position: absolute;
  margin: 10px 0 10px !important;
}

#tags_user_add .select2-selection__placeholder {
  color: #000;
}

a.alt-site img {
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  transition: height 0.5s;
}

a.alt-site {
  padding: 17px;
  margin-left: 0 !important;
}

a.alt-site:hover,
a.alt-site:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

a.alt-site:hover img,
a.alt-site:focus img {
  height: 30px;
}

a.navbar-brand {
  position: relative;
}

@media (max-width: 767.98px) {
  a.alt-site {
    padding-top: 0;
    padding-left: 18px;
    height: 30px;
  }

  a.alt-site img,
  a.alt-site:hover img,
  a.alt-site:focus img {
    height: 13px;
  }
}

#newsletter .form-group,
.form_newsletter .form-group {
  margin-bottom: 8px;
}

/* Button ajax */
.btn-ajax {
  position: relative;
}

.btn-animation {
  pointer-events: none;
  z-index: 2;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: left;
  display: none;
}

@keyframes loading {
  0% {
    transform: scale(0, 1);
    transform-origin: left;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: left;
  }

  50.001% {
    transform: scale(1, 1);
    transform-origin: right;
  }

  100% {
    transform: scale(0, 1);
    transform-origin: right;
  }
}

.web-alert h1,
.nr-web-alert h1,
.alert h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 700;
}

.alert h2 {
  margin-top: 0;
}

.alert a.btn {
  margin-bottom: 0;
}

/*EVENTS+*/
p.additionalcost-price,
p.additionalcost-price-name {
  margin: 10px 0 10px 0;
}

p.additionalcost-price {
  white-space: nowrap;
}

#additional-costs table td:nth-child(2),
#price-total table td:nth-child(2),
#price-breakdown table td:nth-child(2) {
  text-align: right;
}

#price-total table td h3,
.signup-text h3 {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 0;
  padding-top: 5px;
  border: 0;
}

.signup-text h3 {
  border-top: 1px solid #eee;
  padding-top: 10px;
}

#price-total table td:first-child {
  padding-left: 0;
}

#additional-costs td,
#price-breakdown td {
  position: relative;
  padding: 0;
}

#price-breakdown tr:nth-child(2) td {
  border-top: 0;
}

#additional-costs tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 38%;
  left: 0;
  border-bottom: 1px solid #333;
  width: 100%;
  pointer-events: none;
}

#additional-costs tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

.not-eligible {
  text-decoration: line-through;
}

.tooltip-inner.events {
  width: 150px;
}

#extras select.form-control {
  display: inline-block;
  width: initial;
}

#extras label:not(.btn) {
  width: 100%;
}

#event-registrations ul {
  list-style-type: square;
}

#event-registrations h3 {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 0;
  padding-top: 5px;
  border: 0;
}

.grecaptcha-badge {
  display: none;
}

.modal-footer .btn {
  margin-bottom: 0 !important;
}

#nav-col {
  overflow: auto;
}

#news-album-images,
.carousel-container {
  transition: height 400ms;
}

@media (max-width: 767.98px) {
  .modal-xl {
    max-width: 100%;
  }

  #news-album-images .news-album-description,
  .carousel-container .news-album-description {
    margin-top: 20px;
  }

  #news-album-images .news-album-image img,
  .carousel-container .news-album-image img {
    padding-bottom: 20px;
    border-bottom: 1px #9b9b9b solid;
  }

  #news-album-images .slick-prev,
  .carousel-container .slick-prev {
    left: -10px !important;
  }

  #news-album-images .slick-next,
  .carousel-container .slick-next {
    right: -10px !important;
  }

  #news-album-images .slick-prev,
  #news-album-images .slick-next,
  .carousel-container .slick-prev,
  .carousel-container .slick-next {
    height: 22px !important;
    width: 22px !important;
  }

  #news-album-images .slick-prev:before,
  #news-album-images .slick-next:before,
  .carousel-container .slick-prev:before,
  .carousel-container .slick-next:before {
    top: 6px !important;
    font-size: 12px !important;
  }

  #news-album-images .slick-prev:before,
  .carousel-container .slick-prev:before {
    right: 8px !important;
  }

  #news-album-images .slick-next:before,
  .carousel-container .slick-next:before {
    left: 8px !important;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }

  .modal-xl .modal-body {
    height: 80vh;
  }

  #news-album-images .news-album-description,
  .carousel-container .news-album-description {
    border-left: 1px solid #9b9b9b;
  }

  #news-album-images .news-album-description,
  .carousel-container .news-album-description {
    padding-right: 52px;
  }

  a#news-album-btn:hover {
    text-decoration: none;
  }
}

a#news-album-btn {
  display: block;
}

#news-album-btn .alert {
  position: relative;
}

#news-album-btn .alert .img-container {
  position: relative;
}

#open-album {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

#open-album i {
  position: absolute;
  top: 9px;
  left: 9px;
}

a:hover #open-album i:before {
  content: "\f115";
}

#news-album-images .slick-list,
.carousel-container .slick-list {
  height: 100%;
}

#news-album-images .slick-prev:before,
#news-album-images .slick-next:before,
.carousel-container .slick-prev:before,
.carousel-container .slick-next:before {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 7px;
}

#news-album-images .slick-prev:before,
.carousel-container .slick-prev:before {
  content: "\f053";
  right: 10px;
}

#news-album-images .slick-next:before,
.carousel-container .slick-next:before {
  content: "\f054";
  left: 10px;
}

#news-album-images .slick-prev,
#news-album-images .slick-next,
.carousel-container .slick-prev,
.carousel-container .slick-next {
  background-color: #333;
  border-radius: 50%;
  font-weight: 700;
  height: 32px;
  width: 32px;
  z-index: 1;
  opacity: 0.7;
  transition: opacity 200ms;
  overflow: hidden;
}

#news-album-images .slick-prev:hover,
#news-album-images .slick-next:hover,
.carousel-container .slick-prev:hover,
.carousel-container .slick-next:hover {
  opacity: 1;
}

#news-album-images .slick-prev,
.carousel-container .slick-prev {
  left: 0;
}

#news-album-images .slick-next,
.carousel-container .slick-next {
  right: 0;
}

#news-album-images .slick-disabled,
.carousel-container .slick-disabled {
  display: none !important;
}

.slick-slide:focus {
  outline: none;
}

#news-album-images .slick-slide,
.carousel-container .slick-slide {
  height: auto !important;
}

#news-album-images .slick-slide img,
.carousel-container .slick-slide img {
  margin: auto;
  max-height: 100%;
}

#news-album-images .slick-track,
.carousel-container .slick-track {
  height: 100%;
}

.modal-header {
  background-color: #fff;
  color: #333;
}

.modal-header .subheader {
  font-family: "Montserrat", serif;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}

.modal-header.retailtrends-bg {
  background-color: #0f2557;
  color: #fff;
}

#album-images-modal .modal-content {
  border-radius: 0;
}

#album-images-modal .modal-header .close {
  margin-top: 3px;
}

/* RetailRegister */
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  list-style: none;
  color: #666;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 0.9em;
  border-radius: 2px;
  background: #fff;
  padding: 0 4px 0 4px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-block;
  border: 1px solid #666;
}

.btn-default.fileinput-remove.fileinput-remove-button {
  height: inherit;
  line-height: inherit;
}

/* SEARCH */
#search-results-header {
  overflow: hidden;
}

#search-results-header h1 {
  float: left;
}

#search-results-header select#sort-results {
  margin-top: 10px;
  float: right;
  width: auto;
}

.label-primary {
  color: #666;
  background: #fff;
  border: 1px solid #666;
}

.tags a,
aside .tags a {
  color: #666;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  font-size: 0.9em;
  border-radius: 2px;
  border: 1px solid #666;
  background: #fff;
  padding: 0 4px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-block;
}

#search-results article nav ul a.member {
  border: 1px solid #9b9b9b;
  background-color: transparent !important;
  color: #9b9b9b !important;
}

.collapsed .panel-title {
  color: #333;
}

.collapsed .panel-title a {
  color: #333;
}

.collapsed .panel-title a:hover,
.collapsed .panel-title a:focus {
  text-decoration: none;
}

.collapsed .panel-title a:hover h4 {
  color: #333;
}

.notificon {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #fdbb1e;
  width: 20px;
  height: 20px;
  min-height: 1px;

  border-radius: 50%;

  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 10px;

  z-index: 2;
}

#cookie-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 777777781;
  box-shadow: 0 -1px 5px -2px #333;
  background: #fff;
  padding: 15px;
}

#cookie-notification .btn {
  margin: 0;
}

#cookie-notification .alert {
  overflow: auto;
}

.cookie-notification-embed {
  position: relative;
}

unscript {
  display: none;
}

.panel.active-subscription h1,
.panel.active-subscription h2,
.panel.active-subscription h3,
.panel.active-subscription h4,
.panel.active-subscription h5,
.panel.active-subscription h6,
.panel.inactive-subscription h1,
.panel.inactive-subscription h2,
.panel.inactive-subscription h3,
.panel.inactive-subscription h4,
.panel.inactive-subscription h5,
.panel.inactive-subscription h6 {
  margin: 0 0 10px 0;
}

.panel.active-subscription {
  border: 1px solid #0f2557;
}

.overflow-auto {
  overflow: auto;
}

#copy-successful {
  opacity: 0;
  transition: opacity 400ms;
}

@media (max-width: 1199.98px) {
  .navbar-header {
    float: none;
  }

  .navbar-brand img {
    height: 26px;
  }

  .navbar-brand p {
    font-size: 1.05rem;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar.has-admin-bar .navbar-collapse {
    padding-bottom: 40px;
  }
}

@media (max-width: 330px) {
  .navbar-brand img {
    height: 24px;
  }
}

.navbar-header.navbar-header-longread {
  float: none;
  display: flex;
  align-items: center;
}

#scrolldown.arrow {
  background: #fdbb1e;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin: auto auto 0 auto;
  cursor: pointer;
  -webkit-animation: float-down 1s infinite alternate;
  -moz-animation: float-down 1s infinite alternate;
  -ms-animation: float-down 1s infinite alternate;
  animation: float-down 1s infinite alternate;
}

#scrolldown.arrow svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 11px;
  left: 10px;
  fill: #fff;
}

/* Arrow animations */
@keyframes float-down {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@media (min-width: 1199.98px) {
  #navbar-user {
    display: none !important;
  }
}

h3 a:hover {
  color: #fff;
}

.btn.btn-social-icon:focus {
  color: #fff;
}

#btn-login {
  padding: 6px 10px;
  color: #fff;
}

#navbar-user form {
  margin-top: 20px;
  margin-bottom: 20px;
}

#navbar-user .mobile-login-container {
  padding-left: 15px;
}

.address-container p {
  margin: 0;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 440px;
}

.modal {
  overflow-y: auto;
}

.select2-addresses-container .select2-container--default .select2-selection--single,
.select2-addresses-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-addresses-container .selection p {
  margin-top: 2px;
}

.suscription-addresses p,
#customer-info p {
  margin: 0;
}

.subscription-name {
  font-weight: 700;
}

@media print {
  .noprint,
  ins,
  .alert {
    display: none !important;
  }

  #cookie-notification {
    display: none !important;
  }

  .hidden-print {
    display: none;
  }

  body {
    font-size: 1.5em;
  }

  .article-view > section > div > div {
    width: 100% !important;
  }
}

.full-width {
  width: 100%;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #b3b3b3 !important;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #b3b3b3 !important;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: 100% !important;
  height: auto !important;
}

.btn-default.fileinput-remove.fileinput-remove-button {
  height: inherit;
  line-height: inherit;
}

@media print {
  img[src]:after {
    content: none !important;
  }

  a[href]:after {
    content: none !important;
  }

  h3:not(.user-text) {
    font-size: 32px !important;
  }
}

#sidebar-tag-text a.btn.btn-primary {
  white-space: normal;
  height: auto;
}

/* SOCIAL MEDIA BUTTONS */
.social-buttons .btn {
  background-clip: padding-box;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.social-buttons .btn:not(.btn-block) span {
  margin-left: 10px;
}

.social-buttons i {
  float: left;
  margin-top: 2px;
}

.social-buttons .btn-whatsapp {
  background: #25d366;
  border: 1px solid #22b95a;
  box-shadow: inset 0 -2px 0 0 #22b95a;
}

.social-buttons a.btn-whatsapp:hover,
aside .social-buttons a.btn-whatsapp:active {
  background: #2ce26f;
}

.social-buttons .btn-email {
  background-color: #eee;
  color: #999;
}

.social-buttons .btn-download {
  background-color: #ddd;
  color: #666;
}

.social-buttons .btn-print {
  background-color: #ccc;
  color: #333;
}

.social-buttons .btn-linkedin {
  background: #007bb6;
  border: 1px solid #006494;
  box-shadow: inset 0 -2px 0 0 #006494;
}

.social-buttons a.btn-linkedin:hover,
aside .social-buttons a.btn-linkedin:active {
  background: #0087c9;
}

.article-social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}

.article-social-buttons .article-social-button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2f1fd;
  color: #0f2557;
  border-radius: 50%;
}

.article-social-buttons .article-social-button:hover {
  text-decoration: none;
}

.article-social-buttons.article-social-buttons--dark .article-social-button {
  background-color: #0f2557;
  color: #fff;
}

/* Hidden by default, shown via retailtrends.js when isMobile === true */
.article-social-buttons .article-social-button.article-social-button--whatsapp {
  display: none;
}

.article-social-buttons .article-social-buttons-title {
  font-weight: 600;
  flex: 100%;
  text-align: center;
}

.kader-placeholder .kader,
.kader-placeholder .kader-blanco {
  opacity: 1;
  transition:
    transform 1000ms,
    opacity 1000ms;
  will-change: transform, opacity;
}

.kader-placeholder.kader-placeholder-half + p img,
.kader-placeholder.kader-placeholder-half + img {
  max-width: 50% !important;
}

.kader-placeholder:not(.kader-placeholder-half) {
  margin-bottom: 20px;
}

.kader {
  padding: 15px;
  margin: 0 15px 15px 0;
  border: 1px solid #ddd;
  background-color: #eee;
}

.kader:after {
  background-color: #999;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  content: "";
}

.kader-placeholder:after,
.kader-links:after,
.kader-rechts:after {
  clear: both;
}

.kader.kader-animate {
  top: 0;
}

.kader-links {
  float: left;
  width: 45%;
  margin: 0 5% 15px 0;
}

.kader-links.kader-animate {
  opacity: 0;
  transform: translateX(-100%);
}

.kader-rechts {
  float: right;
  width: 45%;
  margin: 0 0 15px 5%;
}

.kader-rechts.kader-animate {
  opacity: 0;
  transform: translateX(100%);
}

.kader-breed {
  width: 100%;
  margin: 0 0 15px 0;
}

.kader-breed.kader-animate {
  opacity: 0;
  transform: translateX(100%);
}

@media (max-width: 767.98px) {
  .kader {
    width: 100% !important;
    /* overwrite width set by JS */
  }

  .kader-links,
  .kader-rechts {
    margin: inherit;
  }
}

.action-magazine .one-month-free {
  visibility: visible;
}

.one-month-free {
  visibility: hidden;
  float: left;
}

.btn-longread-back {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin: 0;
}

a.btn-longread-back {
  color: #fff;
}

a.btn-longread-back.btn-longread-back--bottom:hover,
a.btn-longread-back.btn-longread-back--bottom:active,
a.btn-longread-back.btn-longread-back--bottom:focus {
  color: #fff;
  background-color: #0f2557;
}

a.btn-longread-back:hover,
a.btn-longread-back:active,
a.btn-longread-back:focus {
  color: #0f2557;
  background-color: #fff;
}

.one-month-free .alert-container,
.one-month-free .one-month-free-image {
  width: 50%;
  float: left;
}

.thickness-one {
  border: 0;
  border-top: 1px solid #eee;
}

.thickness-two {
  border: 0;
  border-top: 2px solid #eee;
}

.thickness-four {
  border: 0;
  border-top: 4px solid #eee;
}

.dark-grey-seperator {
  border-color: #aaaaaa;
}

.black-seperator {
  border-color: #000;
}

#progress-bar-container,
#progress-bar {
  height: 6px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

#progress-bar-container {
  position: relative;
  width: 100%;
  margin-bottom: -6px;
  /* background-color: #d8ddea; */
}

#progress-bar {
  background-color: #0f2557;
  position: absolute;
  width: 0%;
  transition: width 500ms;
}

#progress-bar-container.is-default-layout {
  left: 0;
}

@media (min-width: 768px) {
  #progress-bar-container.is-default-layout {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #progress-bar-container.is-default-layout {
    left: 50%;
    width: 940px;
    margin-left: -470px;
  }
}

@media (min-width: 1200px) {
  #progress-bar-container.is-default-layout {
    width: 1140px;
    margin-left: -570px;
  }
}

@media (max-width: 1199.98px) {
  .affix {
    position: static;
  }

  #navbar {
    overflow-x: hidden;
  }

  .navbar-lower #progress-bar-container {
    position: fixed;
    top: 90px;
    margin: 0;
  }

  .navbar-lower #progress-bar-container.has-admin-bar {
    top: 130px;
  }
}

.longread-meta-data {
  color: #fff;
  width: 100%;
  font-size: 1.6em;
  z-index: 1;
}

.longread-meta-data:not(.longread-header-metadata):not(.text-align-top):not(.text-align-bottom) {
  margin: auto;
}

.longread-meta-data:not(.longread-header-metadata):not(.text-align-top):not(.text-align-bottom) h1 {
  margin-top: auto;
  margin-bottom: auto;
}

.longread-meta-data:not(.longread-header-metadata):not(.text-align-top):not(.text-align-bottom) #scrolldown.arrow:not(.arrow-portrait) {
  margin-top: 0;
}

.longread-meta-data h1,
.longread-meta-data p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.longread-meta-data h1 {
  margin-bottom: 40px;
  font-size: 2.2em;
}

.longread-meta-data p {
  font-size: 0.8em;
  display: inline;
  white-space: nowrap;
  margin: 0 10px;
}

.longread-meta-data:not(.longread-header-metadata) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.longread-meta-data.text-align-bottom h1 {
  margin-top: auto;
}

.longread-meta-data.text-align-bottom #scrolldown.arrow {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .longread-header-metadata {
    padding-top: 10px !important;
  }

  .longread-meta-data h1 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }

  .longread-meta-data p {
    font-size: 0.7em;
  }

  .longread-meta-data span {
    white-space: nowrap;
    display: block;
  }

  #scrolldown.arrow {
    margin-bottom: 0;
    margin-top: auto;
  }

  .longread-meta-data.text-align-bottom #scrolldown.arrow {
    margin-top: 0;
  }
}

.half-width .longread-meta-data {
  padding-left: 15px;
  padding-right: 15px;
}

.longread-meta-data.text-align-top {
  margin-top: 60px;
  margin-bottom: auto;
}

.longread-article-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}

.longread-article-image.has-admin-bar {
  /* height of #admin-top */
  top: 40px;
}

.longread-header {
  display: flex;
  flex-direction: column;
}

.longread-header-metadata {
  /* margin-top: auto; */
  z-index: 2;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
  padding-top: 50px;
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
}

.row.longread {
  overflow: hidden;
}

#loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 2000;
  justify-content: center;
  color: #0f2557;
}

.gradient-top-to-bottom {
  background: linear-gradient(to bottom, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.case-cover {
  width: 100%;
  height: auto;
}

.case-meta-data {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 50% 20px 15px;
  background: linear-gradient(to bottom, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  min-height: 25%;
}

@media (max-width: 991.98px) {
  .case-meta-data {
    padding-right: 15px;
  }
}

#cases a > article > div {
  opacity: 1;
  transition: opacity 400ms;
}

#cases a:hover > article > div {
  opacity: 0;
}

section.case .slick-prev-custom,
section.case .slick-next-custom {
  z-index: 2;
  width: 40px;
  height: 40px;
}

section.case .slick-prev-custom {
  left: 20px;
}

section.case .slick-next-custom {
  right: 20px;
}

section.case .slick-prev-custom,
section.case .slick-next-custom {
  color: #0f2557;
  opacity: 1;
  font-size: 20px;
  position: absolute;
  top: 40%;
}

section.case .fa.fa-chevron-right,
section.case .fa.fa-chevron-left {
  top: 2px;
}

section.case .fa.fa-chevron-left {
  left: -2px;
}

section.case .fa.fa-chevron-right {
  left: 2px;
}

section.case .slick-prev-custom:hover,
section.case .slick-prev-custom:focus,
section.case .slick-next-custom:hover,
section.case .slick-next-custom:focus {
  color: #ebad1c;
}

section.case article {
  aspect-ratio: 4/3;
}

section.case .headline header h1 {
  font-size: 1.3em;
  margin-bottom: 0;
}

@media print {
  .kader-placeholder,
  .kader-links,
  .kader-rechts {
    width: 100% !important;
  }

  .kader-placeholder .kader,
  .kader-placeholder .kader-blanco {
    opacity: 1 !important;
    transition: none;
    transform: translateX(0) !important;
  }

  #longread-article-image-print {
    display: block;
    width: 100%;
    height: auto;
  }
}

.case-article {
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: 3;
  bottom: 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 -1px 5px -2px #333;
}

.case-article .article-meta-data {
  height: 100px;
  background-color: #fff;
  float: left;
}

.case-article .article-meta-data.left {
  width: 30%;
  border-right: 1px solid #eee;
  overflow: hidden;
}

.case-article .article-meta-data.right {
  width: 70%;
  padding: 5px 20px 5px 10px;
  border-left: 1px solid #eee;
}

.case-article .article-meta-data i {
  position: absolute;
  right: 5px;
  line-height: 100px;
  top: 0;
  color: #999;
}

.case-article .article-meta-data h2,
.case-article .article-meta-data p {
  color: #333;
  margin: 0;
}

.case-article .article-meta-data h2 {
  font-size: 1em;
}

.case-article .article-meta-data p {
  font-size: 0.9em;
  font-weight: 700;
}

.article-link article {
  position: relative;
}

article.article-recent {
  flex-direction: row;
  gap: 15px;
  margin: 20px 0;
}

article.article-recent > a {
  flex: 1 0 calc(40% - 15px / 2);
}

article.article-recent > .article-meta-data {
  flex: 1 0 calc(60% - 15px / 2);
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .article-link article {
    flex-direction: row;
    gap: 15px;
  }

  .article-link article .img-wrapper {
    flex: 1 0 calc(40% - 15px / 2);
  }

  .article-link article .article-meta-data {
    flex: 1 0 calc(60% - 15px / 2);
    word-break: break-word;
  }

  article h2,
  .large-image article h2,
  .lairotrevda-articles article h2,
  article .article-title,
  .large-image article .article-title,
  .lairotrevda-articles article .article-title {
    font-size: 1em;
  }

  div.article-label {
    font-size: 11px;
  }

  .article-meta-data p:not(.reading-time):not(.article-title) {
    display: none;
  }
}

.case-article.next-case-article {
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .case-article.next-case-article {
    left: unset;
  }

  .case-article {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .case-article {
    width: 30%;
  }
}

#slick-case-articles {
  padding: 0 15px;
  margin-top: 30px;
}

#slick-case-articles .slick-track {
  display: flex;
}

#slick-case-articles .slick-slide {
  height: auto;
}

#slick-case-articles[class^="col-md"] {
  padding: 0;
}

#slick-case-articles article {
  height: 100%;
}

.case-container {
  display: flex;
}

.case-container aside:first-child {
  flex-grow: 1;
}

.case-container aside:last-child {
  flex-basis: 30%;
  background-size: cover;
  background-position: center center;
}

.grid-item-content {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* admin top */

#admin-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #333;
  z-index: 2000;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
}

#admin-top ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#admin-top ul li {
  margin: 10px 0;
}

#admin-top ul li a:hover,
#admin-top ul li a:focus {
  text-decoration: none;
}

#admin-top ul.hidden-xs li:not(:last-child) {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #666;
}

#admin-top ul li:nth-last-child(2) {
  border: none;
}

#admin-top ul li.admin-msg {
  float: right;
  color: #fff;
}

#admin-top ul.dropdown-menu {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  background-color: #333;
  border-radius: 0;
  border: 0;
}

#admin-top ul.dropdown-menu li {
  float: none;
}

#admin-top ul.dropdown-menu li a:hover,
#admin-top ul.dropdown-menu li a:focus {
  background-color: transparent;
  color: #ddd;
}

#admin-top ul.dropdown-menu li span {
  padding: 3px 20px;
}

#admin-top ul.dropdown-menu li.admin-msg {
  border-top: 1px solid #666;
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  #admin-top ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}

#admin-top ul li:first-child {
  font-weight: 700;
}

#admin-top ul li * {
  color: #fff;
}

/* /admin top */

#admin-menu {
  background-color: #1f1f1f;
}

#admin-menu ul {
  list-style: none;
}

@media (min-width: 992px) {
  article.article-view.longread {
    padding-top: 80px;
  }

  .longread-image-fixed {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    margin: 0;
  }

  .longread-image-fixed.has-admin-bar {
    position: fixed;
    left: 0;
    /* height of #admin-top */
    top: 40px;
    bottom: 0;
    width: 50%;
    margin: 0;
  }
}

.half-width {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .half-width {
    min-height: 1px;
    width: 50%;
    float: left;
    z-index: 1;
  }

  .half-width.longread-image {
    z-index: 2;
  }

  .half-width #cookie-notification,
  .half-width .article--cta {
    left: 50%;
  }
}

/* MARKETING ZONES */
/* GENERIC */
.nr-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rectangle img.img-a-b,
.rectangle img.nr-img {
  width: 100%;
}

ins {
  display: block;
  text-decoration: none !important;
}

ins + ins {
  margin-top: 20px;
}

body .fullbanner ins > iframe {
  box-sizing: content-box;
}

ins video {
  max-width: 100%;
}

.fullbanner ins video {
  display: block;
}

.fullbanner ins img.img-a-b,
.fullbanner ins img.nr-img,
.fullbanner ins video,
.fullbanner ins video,
.fullbanner ins iframe {
  margin: 0 auto 40px auto;
  width: 100%;
}

.page-display .fullbanner ins img.img-a-b,
.page-display .fullbanner ins img.nr-img,
.page-display .fullbanner ins video,
.page-display .fullbanner ins iframe,
.page-display .fullbanner ins .web-alert,
.page-display .fullbanner ins .nr-web-alert {
  margin: 0;
}

.longread .article-body img.img-a-b {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .page-display .fullbanner ins > *:not(.web-alert):not(.nr-web-alert) {
    display: block;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}

.page-display .fullbanner:not(.mz-empty) {
  margin-top: 20px;
  padding-top: 20px;
  display: block;
}

.rectangle:not(:empty) {
  margin: 20px 0 0 0;
}

.rectangle ins:empty {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 991.98px) {
  .rectangle .img-a-b,
  .rectangle .nr-img {
    max-width: 282px;
    margin: auto;
  }
}

/* WEB ALERTS */
.web-alert a.web-alert-close,
.nr-web-alert .nr-web-alert-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  text-decoration: none;
}

.web-alert,
.nr-web-alert {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  border: 1px solid #0f2557;
  padding: 20px 30px;
  margin: 0 0 40px;
  box-sizing: border-box;
  word-break: keep-all;
  position: relative;
}

.web-alert-body,
.nr-web-alert-body {
  overflow: auto;
}

.web-alert-body img,
.nr-web-alert-body img {
  max-width: 100%;
  height: auto !important;
}

.top-zone .web-alert,
.top-zone .nr-web-alert {
  margin: 20px 0;
}

.web-alert h1,
.web-alert h2,
.web-alert h3,
.web-alert h4,
.web-alert h5,
.web-alert h6,
.nr-web-alert h1,
.nr-web-alert h2,
.nr-web-alert h3,
.nr-web-alert h4,
.nr-web-alert h5,
.nr-web-alert h6 {
  margin-top: 0 !important;
}

.btn-web-alert-primary,
.nr-btn-web-alert-primary {
  margin-right: 15px;
}

.btn-web-alert-secondary,
.nr-btn-web-alert-secondary {
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #0f2557;
  background: #fff;
}

.btn-web-alert-primary,
.btn-web-alert-secondary,
.nr-btn-web-alert-primary,
.nr-btn-web-alert-secondary {
  margin-bottom: 0;
}

.btn-web-alert-secondary:focus,
.btn-web-alert-secondary:hover,
.btn-web-alert-secondary:active,
.nr-btn-web-alert-secondary:focus,
.nr-btn-web-alert-secondary:hover,
.nr-btn-web-alert-secondary:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

/*  */
.help {
  color: #999;
}

.alert-dismissable .close,
.alert-dismissible .close {
  right: 0;
}

a.commercetrends-logo {
  padding: 10px;
}

a.commercetrends-logo img {
  height: 40px;
}

.dl-horizontal {
  margin: 0;
}

.signup-steps-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  align-items: stretch;
}

.signup-steps-list a:hover,
.signup-steps-list a:focus {
  text-decoration: none;
}

.signup-steps-list li {
  align-items: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
  flex: 100%;
  border-bottom: 5px solid #ddd;
}

.signup-steps-list li.active {
  border-color: #000;
}

.signup-steps-list a:hover li .step-number {
  color: #fff;
  background-color: #0f255766;
}

.signup-steps-list li .step-name {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 399.98px) {
  .signup-steps-list li .step-name {
    font-size: 12px;
  }
}

[v-cloak] {
  display: none !important;
}

.our-info,
.sepa-direct-debit {
  white-space: pre-line;
}

.display-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-4 {
  gap: 4px;
}

.sticky-margin {
  margin-top: 60px;
}

.control-label + .checkbox-inline,
.control-label + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* Membership table */
.membership {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
}

.membership table:not(.mobile-usps) {
  border-collapse: collapse;
}

.membership table:not(.mobile-usps) p {
  margin: 0;
}

.membership table:not(.mobile-usps) p.highlighted,
.memberships-mobile .membership-mobile-block p.highlighted {
  color: #0f2557;
  font-size: 1.2em;
  margin: 0;
  line-height: 1.2;
}

.membership table:not(.mobile-usps) p.highlighted strong,
.memberships-mobile .membership-mobile-block p.highlighted strong {
  font-size: 1.7em;
}

.membership table:not(.mobile-usps) .discount p.highlighted,
.memberships-mobile .membership-mobile-block .discount p.highlighted {
  background-color: #fdbb1e;
  color: #333;
  padding: 0.8rem 1rem;
  border-radius: 40px;
}

.membership table:not(.mobile-usps) p.membership-sub-text,
.memberships-mobile .membership-mobile-block p.membership-sub-text {
  margin: 10px 0;
  font-style: italic;
  font-size: 0.9em;
}

.membership table:not(.mobile-usps) tr:first-child td.most-picked {
  padding: 20px 10px 5px 10px;
  vertical-align: bottom;
  border: 0;
}

.membership table:not(.mobile-usps) thead th:not(:first-child) {
  white-space: nowrap;
  padding: 20px 20px;
  text-align: center;
  background-color: #0f2557;
  color: #fff;
  font-size: 2rem;
}

.membership table:not(.mobile-usps) th {
  border-right: 1px solid #ccc;
}

.membership table:not(.mobile-usps) td {
  border-right: 0 !important;
  border-left: 0 !important;
}

.membership table:not(.mobile-usps) thead th.popular {
  background-color: #fdbb1e;
}

.membership table:not(.mobile-usps) tr td {
  text-align: center;
  vertical-align: text-top;
}

.membership table:not(.mobile-usps) tbody tr {
  background-color: #fff;
}

.membership table:not(.mobile-usps) tbody tr.headers td {
  vertical-align: bottom;
  border-top: 0;
}

.membership table:not(.mobile-usps) tbody tr.buttons td {
  border-bottom: 0;
}

.membership table:not(.mobile-usps) tbody tr.headers th.img img {
  height: auto !important;
}

.membership table:not(.mobile-usps) tbody tr td {
  vertical-align: middle;
}

.membership table:not(.mobile-usps) tr td,
.membership table:not(.mobile-usps) tr th.table-label {
  width: 330px;
  font-weight: 400;
  font-size: 0.8em;
}

.membership table:not(.mobile-usps) tr th {
  font-size: 0.9em;
}

.membership .mobile-table table tbody tr:not(:first-child) td:nth-child(2) {
  border-right: 1px solid #ccc !important;
}

.membership table:not(.mobile-usps) tbody tr td,
.membership table:not(.mobile-usps) tbody tr th:not(.img) {
  border: 1px solid #ccc;
}

.membership table:not(.mobile-usps) tbody tr th:not(.img) {
  border-left: 0;
}

.membership table:not(.mobile-usps) tbody tr.buttons th:not(.img) {
  border-bottom: 0;
}

.membership table:not(.mobile-usps) tr td:last-child {
  border-right: 0;
}

.membership table:not(.mobile-usps) tr:not(.headers):nth-child(even) {
  background: #f9f9f9;
}

.membership table:not(.mobile-usps) tr td.most-picked {
  filter: drop-shadow(0 0 5px #0f2557);
}

.membership table:not(.mobile-usps) tr td.most-picked h1,
.membership .membership-mobile-block.most-picked h1 {
  font-size: 1.6em;
  color: #fdbb1e;
  font-weight: 600;
  margin: 0;
}

.membership table:not(.mobile-usps) tr td.most-picked,
.membership table:not(.mobile-usps) tr td.most-picked p,
.membership .membership-mobile-block.most-picked,
.membership .membership-mobile-block.most-picked p {
  background-color: #0f2557;
  border-left-color: #0f2557;
  border-right-color: #0f2557;
  color: #fff;
}

.membership table:not(.mobile-usps) tr.headers th {
  padding: 1rem 1rem 1rem 0;
}

.membership table:not(.mobile-usps) tr.headers td {
  padding: 0.5rem 1rem 0.5rem;
  position: relative;
  white-space: nowrap;
}

.membership table:not(.mobile-usps) tr:not(.headers) th,
.membership table:not(.mobile-usps) tr:not(.headers) td {
  padding: 1rem;
}

.membership table:not(.mobile-usps) tr.headers td h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.membership .membership-mobile-block h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}

.membership table:not(.mobile-usps) tbody td.table-label {
  position: sticky;
  min-width: 200px;
}

.membership table:not(.mobile-usps) .green,
.memberships-mobile .green {
  color: green;
}

.membership table:not(.mobile-usps) .red,
.memberships-mobile .red {
  color: red;
}

.membership div.mobile img {
  max-width: 100%;
  height: auto !important;
}

.mobile-table {
  display: flex;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.mobile-table .membership-left-side {
  flex: 45% 1 0;
}

.mobile-table .membership-right-side {
  flex: 55% 1 0;
}

.mobile-table .membership-right-side {
  overflow-x: scroll;
  position: relative;
}

.mobile-table .membership-left-side table tr:first-child th,
.membership-left-side > table > tbody > tr.buttons > th,
.membership table:not(.mobile-usps) tr:first-child td:not(.most-picked) {
  visibility: hidden;
  border: 0;
}

.membership ul.membership-dots {
  text-align: center;
}

.membership ul.membership-dots li i {
  color: #fff;
}

.membership ul.membership-dots li.active i {
  color: #0f2557;
}

.membership .membership-mobile-block {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.membership .membership-mobile-block h1 {
  margin: 0;
}

.membership table.mobile-usps {
  border-collapse: collapse;
  width: 100%;
  text-align: initial;
}

.membership table.mobile-usps td {
  padding: 1rem 0.5rem;
}

.membership table.mobile-usps tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .mobile-table {
    left: initial;
    right: initial;
  }
}

.cta-member {
  position: relative;
  padding: 15px 15px 15px 0;
  z-index: 2;
  overflow: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .cta-member {
    flex-direction: column;
  }
}

.cta-member .btn i {
  margin-left: 10px;
}

.cta-member--image {
  flex-basis: 25%;
}

.cta-member--image img {
  height: auto !important;
}

.cta-member--text {
  flex-basis: 75%;
  padding: 0 15px 0 40px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.cta-member--text * {
  color: #fff;
  font-weight: 700;
}

.cta-banner {
  position: absolute;
  z-index: 1;
  background-color: #fdbb1e;
  right: 15px;
  top: 0;
  bottom: 0;
  left: 15px;
}

@media (max-width: 991.98px) {
  .cta-banner {
    top: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .cta-banner {
    left: -100%;
  }
}

.rt-modal h4,
.cta-member h4,
.cta-newsletter h4,
.cta-newsletter-frontpage h4,
.cta-free-article h4,
.rt-modal .header-title,
.cta-member .header-title,
.cta-newsletter .header-title,
.cta-newsletter-frontpage .header-title,
.cta-free-article .header-title {
  font-size: 20px;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
}

.rt-modal a:not(.btn),
.cta-member a:not(.btn),
.cta-newsletter a:not(.btn),
.cta-newsletter-frontpage a:not(.btn),
.cta-free-article a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .rt-modal h4,
  .cta-member h4,
  .cta-newsletter h4,
  .cta-newsletter-frontpage h4,
  .cta-free-article h4 {
    font-size: 18px;
  }
}

.rt-modal,
.cta-newsletter,
.cta-free-article {
  background-color: #fdbb1e;
  padding: 40px 0;
  text-align: center;
}

.cta-newsletter-frontpage {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
}

.rt-modal,
.cta-free-article {
  padding: 20px 20px 40px 20px;
  z-index: 2;
  position: relative;
}

.rt-modal h4,
.rt-modal p,
.cta-newsletter h4,
.cta-newsletter-frontpage h4,
.cta-free-article h4,
.rt-modal .header-title,
.cta-newsletter .header-title,
.cta-newsletter-frontpage .header-title,
.cta-free-article .header-title {
  color: #fff;
  font-weight: 700;
}

.cta-newsletter-frontpage-col {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .cta-newsletter-frontpage-col {
    margin: 0;
  }
}

.rt-modal p {
  color: #fff;
}

/* app/pwa page */
.app-step .num {
  color: #0f2557;
  background: #fff;
  border: 1px solid #0f2557;
  border-radius: 50%;
  padding: 4px;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 10px;
  font-size: 20px;
}

.app-step .num {
  color: #0f2557;
  border: 1px solid #0f2557;
}

.app-step .num.active {
  color: #ffffff;
  background: #0f2557;
  border: none;
}

.app-step .num.active {
  background: #0f2557;
}

.app-step .text {
  color: #333;
  width: 90%;
}

.app-steps a,
.app-steps a:hover,
.app-steps a:active,
.app-steps a:visited {
  text-decoration: none;
}

.app-step {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

#phoneTabs li:not(.active) a {
  color: #999;
}

/* Livestream/relive */
.container-fluid.livestream.event {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.container-fluid.livestream.event .row {
  margin: 0;
}

.livestream.event #videos h3 {
  color: #0f2557;
}

.livestream.event #videos hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: -40px;
  margin-right: -40px;
}

.livestream.event #videos .video-container {
  background-color: #fff;
  color: #0f2557;
}

.livestream.event #videos .video-container .video-metadata {
  padding: 12px;
}

.livestream.event #videos .video {
  margin-bottom: 30px;
}

.livestream.event #videos .video i {
  height: unset;
}

.livestream.event #videos .video a {
  display: flex;
  flex-direction: column;
}

.livestream.event #videos .video hr {
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-top: auto;
}

.livestream.event #videos .video .image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media only screen and (max-width: 767.98px) {
  .livestream.event #videos .video .image {
    height: 350px;
  }
}

@media only screen and (max-width: 588px) {
  .livestream.event #videos .video .image {
    height: 250px;
  }
}

.livestream.event #videos .video a:hover,
.livestream.event #videos .video a:focus,
.livestream.event #videos .video .a:active {
  text-decoration: none;
}

.livestream.event #videos .video a h4,
.livestream.event #videos .video a p {
  color: #0f2557;
  margin: 0;
}

.livestream.event #videos .btn-read-more *,
.livestream.event #webinar-videos .btn-read-more * {
  pointer-events: none;
}

.livestream.event .event-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .livestream.event .livestream-image:not(.mobile-event-image) .event-image {
    height: 200px;
  }
}

.livestream.event #event-meta-data {
  color: #fff;
}

.livestream.event #event-meta-data.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  width: 100%;
}

.livestream.event #videos p.description {
  white-space: pre-line;
}

.livestream-image {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.livestream-image.mobile-event-image {
  aspect-ratio: 9/17;
}

.livestream-image .container {
  position: relative;
  height: 100%;
}

.livestream-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 15px 0 15px;
}

.livestream-buttons .btn-get-access {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .livestream-buttons .btn-get-access {
    display: block;
    width: 100%;
  }
}

.livestream-buttons .btn-get-access.btn-buy-tickets {
  background-color: #0f2557;
  border: 1px solid #0b1c42;
  box-shadow: inset 0 -2px 0 0 #0b1c42;
  color: #fff;
}

.livestream-buttons .btn-get-access.btn-buy-tickets:hover,
.livestream-buttons .btn-get-access.btn-buy-tickets:focus,
.livestream-buttons .btn-get-access.btn-buy-tickets:active {
  color: #fff !important;
}

.livestream-header-metadata {
  color: #fff;
  text-align: center;
}

.livestream-header-metadata h1.event-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3em;
}

.livestream-header-metadata h2.event-date-location {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
}

.livestream-header-metadata .btn {
  padding: 8px 24px;
}

#livestream > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

#livestream > div iframe,
#livestream > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#event-meta-data .location-time p {
  margin-bottom: 0;
}

#event-meta-data .date {
  margin-top: 0;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 1001; /* Specify a stack order in case you're using a different order for other elements */
  display: none;
  overflow: auto;
}

#overlay .event-signup-modal {
  position: absolute;
  top: 100px;
  margin-bottom: 100px;
  left: 50%;
  color: white;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 800px;
  border: 1px solid #eee;
  background-color: #e2f1fd;
  color: #000;
  padding: 30px;
  border-radius: 3px;
}

@media (max-width: 991.98px) {
  #overlay .event-signup-modal {
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  #overlay .event-signup-modal {
    width: 90%;
  }
}

@media (max-width: 370px) {
  #overlay .event-signup-modal {
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 0;
    transform: initial;
    -ms-transform: initial;
    overflow: scroll;
  }
}

@media only screen and (min-width: 768px) {
  #videos .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  #videos .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}

.sponsors-container {
  background-color: #fff;
  padding-bottom: 20px;
}

.sponsors-container h3 {
  color: #0f2557;
  border: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.sponsors-container hr {
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  border-top: 2px solid #999;
}

.sponsors-container .sponsors .sponsor img {
  width: 100%;
}

/* SPONSOR FLEXING */
.flex-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-parent img {
  max-height: 120px;
}

@media (min-width: 768px) {
  .flex-parent img {
    max-height: 100px;
  }
}

@media (min-width: 992px) {
  .flex-parent img {
    max-height: 120px;
  }
}

.sponsors .flex-item-bronze,
.sponsors .flex-item-silver,
.sponsors .flex-item-gold {
  display: flex;
  justify-content: center;
}

/* xs and up */
.flex-item-gold {
  padding: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
/* sm and up */
@media (min-width: 768px) {
  .flex-item-gold {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* xs and up */
.flex-item-silver {
  padding: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
/* sm and up */
@media (min-width: 768px) {
  .flex-item-silver {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* xs and up */
.flex-item-bronze {
  padding: 15px;
  flex: 0 0 40%;
  max-width: 50%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .flex-item-bronze {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

#webinar-form-modal .modal-dialog,
#webinar-video-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

/* login flow */
#stream-login-flow:not(.branded-stream-login-flow) .stream-login-flow--login,
#stream-login-flow:not(.branded-stream-login-flow) .stream-login-flow--register,
#stream-login-flow:not(.branded-stream-login-flow) .stream-login-flow--forgot-password,
#stream-login-flow:not(.branded-stream-login-flow) #stream-password-incorrect,
#stream-login-flow:not(.branded-stream-login-flow) .stream-login-flow--register-success,
.stream-login-flow--ticket-select:not(.branded-stream-login-flow) {
  display: none;
}

#stream-login-flow .stream-login-flow--divider {
  display: flex;
  align-items: center;
}

#stream-login-flow .stream-login-flow--divider hr {
  width: 100%;
  border-color: #ddd;
}

#stream-login-flow .stream-login-flow--divider span {
  margin: 0 20px;
}

.alert.alert-warning h3 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.livestream.event .placeholder {
  position: relative;
}

.livestream.event .placeholder img {
  max-width: 100%;
  height: auto !important;
}

.livestream.event .placeholder > .overlay {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 609px) {
  .livestream.event .placeholder > .overlay {
    width: 90%;
    font-size: 1.2rem;
  }
}

@media (max-width: 350px) {
  .livestream.event .placeholder > .overlay {
    width: 90%;
  }
}

.livestream.event .livestream-container {
  position: relative;
  margin: 40px auto 20px auto;
}

@media (max-width: 767.98px) {
  .livestream.event .livestream-container {
    top: 0;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .livestream.event .livestream-container {
    width: 66%;
  }
}

.livestream.event .livestream-container--placeholder {
  cursor: pointer;
}

.livestream.event .placeholder * {
  margin: 0;
}

.livestream.event .placeholder,
.livestream.event .placeholder > p {
  text-align: center;
}

.livestream.event .placeholder .fa {
  color: #ebad1c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.livestream.event .placeholder-footer {
  background-color: #fff;
  text-align: center;
}

.livestream.event .placeholder-footer p {
  font-family: "Montserrat", sans-serif;
  color: #0f2557;
  padding: 12px;
}

.livestream.event #schedule hr {
  border-color: #666;
}

.livestream.event #schedule .program-time {
  font-weight: 700;
}

.livestream.event #schedule .program-time,
.livestream.event #schedule .program-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.livestream.event #schedule .program-title.program-author {
  font-size: 18px;
  font-weight: 300 !important;
}

.livestream.event #schedule .program-title.program-location {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 600 !important;
}

/* Animations */

.slide-enter-active {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

/* Online overview */
.background-full-width {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
}

.cut-off-background {
  background-color: #e2f1fd;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 560px;
  z-index: -1;
}

body.white-bg {
  background-color: #fff;
}

.online-overview h1 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f2557;
  white-space: pre-line;
}

.online-overview h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  color: #0f2557;
}

.online-overview p {
  margin-bottom: 20px;
  line-height: 2;
}

.online-overview ul.usps li {
  display: flex;
  margin-bottom: 20px;
}

.online-overview ul.usps li p {
  margin: 0;
}

.online-overview ul.usps li i {
  color: #0f2557;
  margin-right: 10px;
  margin-top: 8px;
}

.online-overview .row.inspire {
  padding: 40px 0;
}

.online-overview .row.inspire .background-full-width {
  background-color: #0f2557;
}

.online-overview .row.inspire h2 {
  margin: 20px 0;
  color: #fff;
  text-align: center;
}

.online-overview .article-header {
  height: 340px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.online-overview .article-header .gradient-container {
  padding: 40px 70px 30px 70px;
  text-align: center;
}

.online-overview .article-header h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.online-overview .row.download-overview {
  padding: 40px 0;
}

.online-overview .row.download-overview .background-full-width {
  background-color: #fdbb1e;
}

.online-overview .row.download-overview h2 {
  color: #fff;
}

.online-overview #signup-modal form > * {
  margin-bottom: 20px;
}

.online-overview #signup-modal .modal-dialog {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .row.inspire .col-md-4:not(:last-child) {
    margin-bottom: 40px;
  }

  .row.inspire .col-xs-12 {
    margin-top: 0 !important;
  }

  .online-overview .overview-introduction .col-md-6:first-child {
    margin-bottom: 40px;
  }
}

.tickets-container {
  display: flex;
  margin: 0 -15px;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .tickets-container {
    flex-wrap: wrap;
  }

  .tickets-container .ticket-container:first-child {
    margin-bottom: 20px;
  }
}

.ticket-container {
  padding: 0 15px;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
}

.ticket-container .alert {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

@media (max-width: 991.98px) {
  .ticket-container {
    flex: 1 1 100%;
  }

  .livestream.event .placeholder .overlay {
    position: relative;
    left: initial;
    right: initial;
    transform: initial;
    width: 100%;
  }
}

.ticket-container .ticket-name,
.ticket-container .ticket-price,
.ticket-container .ticket-price-sub-text {
  text-align: center;
}

.ticket-container .alert .ticket-name {
  margin-bottom: auto;
  font-weight: 700;
}

.ticket-container .ticket-price {
  font-size: 3em;
  margin: 15px 0 !important;
  font-family: "Roboto Slab", serif;
}

.ticket-container .ticket-price-sub-text {
  margin: 15px 0;
}

#billing-address-container:not(.branded-event-address-container) {
  display: none;
}

.physical-magazine-switch-container {
  display: flex;
  align-items: center;
}

#webinars {
  background-color: #0f2557;
  color: #fff;
}

#webinars hr.webinars-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: -100%;
  margin-right: -100%;
}

#webinars .webinar-video {
  margin-bottom: 30px;
}

#webinars .webinar-video-container {
  pointer-events: none;
}

#webinars .webinar-video-description {
  margin-bottom: 20px;
  font-size: 14px;
}

#webinars .webinar-container {
  background-color: #fff;
  color: #0f2557;
}

#webinars .webinar-container .webinar-metadata {
  padding: 12px;
}

#webinars .webinar-title strong,
#webinars .webinar-subtitle {
  white-space: pre-wrap;
}

#webinars .webinar-subtitle,
#videos .video-name {
  font-weight: 400;
  font-size: 14px;
}

#webinars .webinars-bg-banner {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
  background-color: #0f2557;
}

.form-theme-cool h1,
#signup-flow h1,
.event-signup-modal h1 {
  font-size: 2.2em;
  font-weight: 600;
  margin: 40px 0 10px 0;
  color: #0f2557;
  font-family: "Montserrat", serif;
}

#signup-flow h1.price {
  margin: 20px 0 0;
}

#signup-flow .excl-btw {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  color: #999;
}

.form-theme-cool h2,
#signup-flow h2,
.event-signup-modal h2 {
  font-weight: 300;
  margin: 0;
}

@media (max-width: 459.98px) {
  .form-theme-cool h1,
  #signup-flow h1 {
    font-size: 1.8em;
  }

  .form-theme-cool h2,
  #signup-flow h2 {
    font-size: 1.6em;
  }
}

#signup-flow h1 span.from-price,
#signup-flow h1 span.sub-price {
  font-weight: 200;
  color: #999;
  font-size: 0.7em;
  position: relative;
  display: inline-block;
}

#signup-flow h1 span.from-price::before {
  content: "";
  border-top: 1px solid #999;
  display: block;
  width: 100%;
  top: 50%;
  position: absolute;
}

#signup-flow .free-sub-block p {
  margin: 0;
  font-family: "Montserrat", serif;
}

.membership .btn {
  padding: 15px;
  line-height: 0.2;
  font-size: 12px;
}

@media (min-width: 768px) {
  .membership .btn {
    font-family: "Montserrat", serif;
    padding: 30px;
    line-height: 0;
    font-size: 14px;
  }
}

/* .form-theme-cool .btn, */
#signup-flow .btn,
.pay-wall .btn,
#stream-login-flow .btn,
.event-signup-modal .btn {
  font-family: "Montserrat", serif;
  padding: 30px;
  font-size: 1em;
  line-height: 0;
}

/* .form-theme-cool .btn i, */
#signup-flow .btn i,
.pay-wall .btn i,
#stream-login-flow .btn i {
  line-height: 0;
}

.btn.btn-transparent {
  background-color: transparent;
  color: #606060;
  border: 0;
  box-shadow: none;
}

.pay-wall .btn.btn-transparent {
  color: #fdbb1e;
}

.form-theme-cool .form-group,
#signup-flow .form-group {
  margin-bottom: 20px;
}

.form-theme-cool label,
#signup-flow label,
#signup-flow .signup-step.my-approvals p {
  font-size: 14px;
}

.form-theme-cool label,
#signup-flow label,
#signup-flow .signup-step {
  font-family: "Montserrat", serif;
  color: #999;
}

.form-theme-cool input[type="text"],
.form-theme-cool input[type="password"],
.form-theme-cool input[type="email"],
.form-theme-cool input[type="search"],
.form-theme-cool textarea,
#signup-flow input[type="text"],
#signup-flow input[type="password"],
#signup-flow input[type="email"],
#newsletter-article-access-container input[type="text"],
#newsletter-article-access-container input[type="password"],
#newsletter-article-access-container input[type="email"],
.event-signup-modal input[type="text"],
.event-signup-modal input[type="password"],
.event-signup-modal input[type="email"],
.event-signup-modal select {
  font-family: "Montserrat", serif !important;
  font-size: 1.7rem !important;
  padding: 25px 15px !important;
  border-radius: 5px !important;
  border-color: #ddd !important;
  box-shadow: rgb(0 0 0 / 15%) 3px 3px 10px !important;
}

.form-theme-cool .select2-selection {
  border-radius: 5px !important;
  font-family: "Montserrat", serif !important;
  font-size: 1.7rem !important;
  border-color: #ddd !important;
  box-shadow: rgb(0 0 0 / 15%) 3px 3px 10px !important;
}

.form-theme-cool .select2-selection--single {
  padding: 25px 15px !important;
}

.form-theme-cool .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  position: relative;
  top: -11px;
}

.form-theme-cool .select2-selection input[type="search"] {
  border-radius: 0 !important;
  box-shadow: unset !important;
}

.form-theme-cool .select2-container--bootstrap.select2-container--focus .select2-selection,
.form-theme-cool .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #ddd !important;
  box-shadow: rgb(0 0 0 / 15%) 3px 3px 10px !important;
}

.event-signup-modal .custom-select {
  position: relative;
}

.event-signup-modal .custom-select select {
  height: auto;
  appearance: none;
  padding: 14px 15px;
}

.event-signup-modal .custom-select::after {
  content: "\f078";
  font-family: FontAwesome;
  color: #aaa;
  padding: 12px 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.form-theme-cool .form-group.has-error .help-block,
#signup-flow .form-group.has-error .help-block,
#newsletter-article-access-container .form-group.has-error .help-block {
  font-family: "Montserrat", serif;
}

#signup-flow .signup-step.my-approvals p {
  color: #999;
}

#signup-flow .sign-up-btn-container {
  display: flex;
}

@media (max-width: 991.98px) {
  #signup-flow .sign-up-btn-container.mobile {
    flex-direction: column-reverse;
  }
}

#signup-flow .sign-up-btn-container .btn {
  margin: 0;
}

.membership {
  font-family: "Montserrat", sans-serif;
}

.subscription-usps img {
  max-width: 100% !important;
  height: auto !important;
}

[data-oembed-url][data-mailing-list-id] * {
  pointer-events: none;
}

[data-target="#playerModal"] i.fa {
  color: #ebad1c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 20%;
}

.checkbox-round label {
  padding-left: 25px;
}

.checkbox-round input[type="checkbox"] {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #0f2557;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  top: -1px;
  margin-right: 4px;
  margin-left: -25px;
}

.checkbox-round input[type="checkbox"]:checked {
  background-color: #0f2557;
}

.checkbox-round input[type="checkbox"]:focus {
  outline: 0;
  border-width: 2px;
}

.full-member-discount td,
.full-member-free-ticket td {
  border-top: 0 !important;
}

.full-member-discount div.checkbox,
.full-member-free-ticket div.checkbox {
  display: none;
}

.full-member-discount .checkbox label,
.full-member-free-ticket .checkbox label {
  font-weight: 700;
}

.container-articles {
  background-color: #fff;
}

.container-articles article {
  margin: 20px;
}

.container-articles hr {
  border-top: 0;
}

.sidebar {
  will-change: min-height;
}

.sidebar-inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

#newsletter-widget.fixed-widget,
#membership-widget.fixed-widget {
  display: none;
}

#newsletter-widget.fixed-widget {
  text-align: center;
}

.fixed-widget {
  position: fixed;
  top: 50%;

  transform: translate(0, -50%);
  transition: transform 0.5s;
  color: #fff;
  display: flex;
  z-index: 2;

  font-weight: 600;
}

#newsletter-widget.fixed-widget {
  flex-direction: row-reverse;
  left: 0;
}

#membership-widget.fixed-widget {
  flex-direction: row;
  right: 0;
}

#newsletter-widget.fixed-widget.collapsed {
  transform: translate(-240px, -50%);
}

#membership-widget.fixed-widget.collapsed {
  transform: translate(240px, -50%);
}

#newsletter-widget .fixed-widget--button {
  background-color: #fdbb1e;
}

#membership-widget .fixed-widget--button {
  background-color: #0f2557;
  align-self: center;
}

.fixed-widget--button {
  padding: 12px 8px;
  width: 38px;
  transition:
    width 0.5s,
    padding 0.5s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  place-content: center;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
  z-index: 2;
}

.fixed-widget:not(.collapsed) .fixed-widget--button {
  width: 0;
  padding: 0;
}

.fixed-widget--button p {
  transform: rotateZ(180deg);
  writing-mode: vertical-lr;
  margin: 0 0 8px;
}

#newsletter-widget .fixed-widget--button i {
  color: #0f2557;
}

#membership-widget .fixed-widget--button i {
  color: #fdbb1e;
}

#newsletter-widget .fixed-widget--form-container {
  background-color: #fdbb1e;
}

#membership-widget .fixed-widget--form-container {
  background-color: #0f2557;
}

#membership-widget.collapsed .fixed-widget--form-container {
  box-shadow: rgb(0 0 0 / 0%) 0 0 10px;
}

#membership-widget .fixed-widget--form-container h3,
#membership-widget .fixed-widget--form-container .header-title {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin-top: 30px;
}

#membership-widget .fixed-widget--form-container h3 strong,
#membership-widget .fixed-widget--form-container .header-title strong {
  color: #fdbb1e;
}

.fixed-widget--form-container {
  width: 240px;
  padding: 0 12px;
  transition:
    width 0.5s,
    height 0.5s,
    padding 0.5s,
    box-shadow 0.5s;
  position: relative;
  box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
}

.fixed-widget--form-container p {
  margin: 20px 0;
}

#newsletter-widget .fixed-widget--form-container .collapse-widget {
  color: #0f2557;
}

#membership-widget .fixed-widget--form-container .collapse-widget {
  color: #fff;
}

.fixed-widget--form-container .collapse-widget {
  position: absolute;
  cursor: pointer;
  top: 8px;
  background: none;
  border: none;
}

#newsletter-widget .fixed-widget--form-container .collapse-widget {
  right: 8px;
}

#membership-widget .fixed-widget--form-container .collapse-widget {
  left: 8px;
}

.fixed-widget--form-container .help-block {
  margin: 0;
}

@media (max-width: 768px) {
  .fixed-widget,
  .fixed-widget.collapsed {
    top: unset;
    bottom: 8px;
    transform: unset !important;
    flex-direction: row !important;
  }

  #newsletter-widget.fixed-widget,
  #newsletter-widget.fixed-widget.collapsed {
    left: unset !important;
    right: 8px;
  }

  #membership-widget.fixed-widget,
  #membership-widget.fixed-widget.collapsed {
    left: 8px;
    right: unset !important;
  }

  .fixed-widget.collapsed .fixed-widget--button,
  .fixed-widget .fixed-widget--button {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: opacity 0.5s;
  }

  #newsletter-widget.fixed-widget.collapsed .fixed-widget--button,
  #newsletter-widget.fixed-widget .fixed-widget--button {
    right: 0;
  }

  #membership-widget.fixed-widget.collapsed .fixed-widget--button,
  #membership-widget.fixed-widget .fixed-widget--button {
    left: 0;
  }

  .fixed-widget.collapsed .fixed-widget--button p {
    display: none;
  }

  .fixed-widget--form-container {
    position: absolute;
    bottom: 0;
    padding: 8px 12px;
    transition: opacity 0.5s;
    opacity: 1;
  }

  #newsletter-widget .fixed-widget--form-container {
    right: 0;
  }

  #membership-widget .fixed-widget--form-container {
    right: unset important;
    left: 0;
  }

  .fixed-widget.collapsed .fixed-widget--form-container {
    opacity: 0;
    pointer-events: none;
  }

  .fixed-widget--form-container button.collapse-widget {
    top: 10px;
  }

  #newsletter-widget .fixed-widget--form-container button.collapse-widget {
    right: 50% !important;
    transform: translateX(50%) !important;
  }

  #membership-widget .fixed-widget--form-container button.collapse-widget {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  #newsletter-widget .fixed-widget--form-container .collapse-widget i {
    transform: rotate(-90deg);
  }

  #membership-widget .fixed-widget--form-container .collapse-widget i {
    transform: rotate(90deg);
  }
}

#newsletter-article-access-container .btn-linkedin-signup {
  background-color: #fff;
  color: #007bb6;
  border-color: #ccc;
}

#newsletter-article-access-container .btn {
  width: 100%;
}

#newsletter-article-access-container .step-check-email,
#newsletter-article-access-container .step-register {
  flex-basis: 100%;
}

#newsletter-article-access-container .step-check-email .form-group,
#newsletter-article-access-container .step-register .form-group {
  width: 100%;
}

@media (min-width: 768px) {
  #newsletter-article-access-container .btn {
    width: auto;
  }
}

.newsletter-signup-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 1200px) {
  #newsletter-article-access-container .step-check-email,
  #newsletter-article-access-container .step-register {
    flex-basis: 60%;
  }

  .newsletter-signup-buttons {
    justify-content: unset;
  }

  .newsletter-signup-buttons .btn:first-child {
    margin-right: 10px;
  }
}
/* invoice modal */
.invoice-modal .modal-dialog {
  margin-top: 60px;
}

.invoice-modal .modal-dialog .modal-content {
  border-radius: 4px;
  border-color: #0f2557;
}

.invoice-modal .modal-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 0;
  padding-bottom: 0;
}

.invoice-modal .modal-dialog .modal-header .bootstrap-dialog-title {
  font-weight: 600;
  font-size: 28px;
}

.invoice-modal .modal-dialog .modal-footer {
  border: 0;
  padding-top: 0;
}

.invoice-modal .modal-footer .bootstrap-dialog-footer-buttons {
  text-align: left;
}

.modal-backdrop.fade.in {
  opacity: 0.8;
  background-color: #0f2557;
}

.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.header-top-container {
  background-color: #0f2557;
}

.header-top-container > div {
  padding: 0;
}

.header-top-container .web-alert,
.header-top-container .nr-web-alert {
  background-color: #0f2557;
  color: #fff;
}

.name-fields-container,
.password-fields-container {
  display: none;
}

.article-body.cut-off {
  overflow: hidden;
  transition: height 1s;
}

.article-body.cut-off:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.img-wrapper {
  position: relative;
  margin-bottom: 15px;
  box-sizing: content-box;
  aspect-ratio: 16/9;
  height: 100%;
}

@media (min-width: 992px) {
  .lairotrevda-articles .img-wrapper {
    padding-bottom: 15px;
  }

  .vacancy-items .img-wrapper {
    padding-bottom: 0px;
  }
}

.page-display .img-wrapper {
  margin-bottom: 0;
}

.article-link-block article .tags {
  position: absolute;
  bottom: -15px;
}

.article-link-block article {
  margin-bottom: 15px;
}

.article-link-block img,
.article-link-block video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-wrapper .tags {
  position: absolute;
  left: 0;
  bottom: -11px;
}

.article-blocks .img-wrapper .tags {
  bottom: 0;
}

.img-wrapper + .tags {
  position: relative;
  margin-top: -30px;
  margin-bottom: 5px;
  min-height: 26.56px;
}

.most-recent-articles .article-intro,
.tag-articles .article-intro,
#search-results .article-intro {
  display: none;
}

@media (min-width: 1200px) {
  .most-recent-articles .article-intro,
  .tag-articles .article-intro,
  #search-results .article-intro {
    display: block;
  }
}

@media (max-width: 992px) {
  .img-wrapper + .tags {
    position: absolute;
    margin-top: 0;
    bottom: 10px;
  }

  .img-wrapper {
    margin-bottom: 30px;
  }

  .most-recent-articles .img-wrapper,
  .tag-articles .img-wrapper {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .article-link-block article .tags {
    bottom: 0;
  }

  .article-link-block article {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-display .most-recent-articles .fullbanner {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
  }

  .page-display .most-recent-articles .fullbanner::before {
    content: "";
    width: calc(100% - 60px);
    position: absolute;
    display: block;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .page-display .most-recent-articles .fullbanner::before {
    top: 0;
    border-top: 1px solid #eee;
  }

  .recent-articles-home .fullbanner.most-recent-rennab {
    padding: 0 15px;
  }

  .recent-articles-home .fullbanner.most-recent-rennab img {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .recent-articles-home .fullbanner.most-recent-rennab {
    padding: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
    position: relative;
  }

  .recent-articles-home .fullbanner.most-recent-rennab {
    float: left;
  }

  .recent-articles-home .fullbanner.most-recent-rennab::after {
    bottom: 0;
    border-bottom: 1px solid #eee;
  }

  .recent-articles-home .fullbanner.most-recent-rennab::after {
    content: "";
    width: calc(100% - 60px);
    position: absolute;
    display: block;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .recent-articles-home .fullbanner.most-recent-rennab img {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.recent-articles.page-display {
  padding: 30px 15px;
}

.img-wrapper img,
.img-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-articles .fullbanner {
  width: 100%;
}

.section-articles .fullbanner hr {
  margin: 15px 0;
}

.recent-articles-home .fullbanner ins > *:not(.web-alert):not(.nr-web-alert):not(hr) {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #eee;
}

@media (min-width: 992px) {
  .recent-articles-home .fullbanner.most-recent-rennab {
    margin-top: 0;
  }

  .recent-articles-home .fullbanner.most-recent-rennab ins > *:not(.web-alert):not(.nr-web-alert) {
    border-top: 0;
    padding-top: 0;
  }

  .achtergrond-articles .fullbanner.most-recent-rennab {
    margin-top: 0;
  }

  .achtergrond-articles .fullbanner.most-recent-rennab ins > *:not(.web-alert):not(.nr-web-alert) {
    border-top: 0;
    padding-top: 0;
  }
}

.recent-articles-home .fullbanner {
  margin: 15px 0;
}

.recent-articles-home .fullbanner img,
.recent-articles-home .fullbanner video,
.recent-articles-home .fullbanner iframe {
  margin: 0 !important;
}

.lairotrevda-articles .img-wrapper {
  flex-shrink: 0;
}

.highlighted-articles.lairotrevda-articles article {
  height: unset;
}

.recent-articles-home hr,
.lairotrevda-articles hr {
  margin: 15px 0;
}

.section-articles .button-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-right-1-light {
  border-right: 1px solid #e5e5e5;
}

.border-bottom-1-light {
  border-bottom: 1px solid #e5e5e5;
}

.membership-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  background-color: #fdbb1e;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0;
}

.membership-block p {
  color: #fff;
}

.membership-block .btn-collapse {
  background-color: #fff;
  color: #0f2557;
  display: flex;
  justify-content: space-between;
  margin: 0;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0s;
}

.membership-block .btn-collapse.collapsed {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: border-radius 0.5s;
}

.membership-block .btn-collapse:focus,
.membership-block .btn-collapse:active {
  outline: none;
  box-shadow: none;
}

.membership-block .collapse-inner {
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.membership-block .from-price {
  position: relative;
  display: inline-block;
  color: #fdbb1e;
}

.membership-block .cross-out:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: #0f2557;
  transform: rotate(-5deg);
}

a.membership-package:hover,
a.membership-package:active {
  text-decoration: none;
}

.membership-package {
  display: flex;
  padding: 10px;
  justify-content: space-evenly;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 10px;
}

.membership-package > * {
  flex: 1 1 0px;
}

.membership-package .package-title {
  color: #0f2557;
  font-weight: 700;
}

.membership-package .package-price {
  color: #fdbb1e;
  font-weight: 700;
  font-size: 3rem;
  text-align: right;
}

.most-read-articles p {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}

.most-read-articles hr {
  border-color: #d5d5d5;
  margin: 10px 0;
}
.most-read-articles > hr {
  margin-top: 0;
}

.most-read-articles h3,
.most-read-articles .widget-title {
  font-weight: 400;
  padding: 10px;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  background-color: #0f2557;
  margin: 0;
  font-size: 1em;
}

@media (min-width: 768px) {
  .navbar-lower .navbar-nav > li > a.btn {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .articles-row [class^="col-"]:not(:last-child),
  .article-blocks [class^="col-"]:not(:last-child):not(.section-articles--header) {
    border-right: 1px solid #eee;
  }
}

#articles header p img {
  max-width: 100%;
  height: auto !important;
}

#user-login .usps img {
  height: auto !important;
}

#faq-accordion .panel {
  border-radius: 0;
}

#faq-accordion .panel-heading {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px #ddd solid;
  margin-bottom: -2px;
}

#faq-accordion a {
  text-decoration: none;
}

#faq-accordion .panel-title {
  display: flex;
  align-items: center;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 18px;
}

#faq-accordion i {
  transition: transform 0.5s;
  margin-left: auto;
}

#faq-accordion .collapsed i {
  transform: rotate(180deg);
}

#faq-accordion .panel-body {
  padding: 15px 20px;
}

.fixed-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}

#search-form .query-input {
  height: 36px;
}

#search-form .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
  height: unset !important;
}

.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}

.dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > ul > li > a:focus,
.dropdown-menu > li > ul > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.vacancy-items .row.display-flex {
  flex-wrap: wrap;
}

.vacancy-items .img-wrapper {
  aspect-ratio: 4/3;
}

.vacancy-items .img-wrapper img {
  object-fit: contain;
  object-position: left top;
}

@media (min-width: 992px) {
  .vacancy-items .img-wrapper img {
    object-position: left bottom;
  }
}

.col-md-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-2-4 {
    width: 20%;
    float: left;
  }
}

.vacancy-items .article-meta-data h2 {
  font-size: 14px;
}

.vacancy-content {
  position: relative;
}

.vacancy-metadata .uitgelicht {
  position: absolute;
  top: -20px;
  right: -20px;
}

@media (min-width: 768px) {
  .vacancy-metadata .uitgelicht {
    top: 0;
    right: 0;
  }

  .highlighted-vacancy .vacancy-metadata h4 {
    padding-right: 90px;
  }
}

.authors-container a {
  color: #fff;
  text-decoration: underline;
}

[data-marketing-zone] {
  display: none !important;
}

article .article-body ins:not(:empty) {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

article .article-body ins div.mz-label,
.rennab-inside ins div.mz-label {
  color: #666;
  font-size: 12px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  display: inline-block;
  padding: 2px 5px;
}

.article-body iframe[src*="youtube.com/"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.article-body p:has(iframe[src*="youtube.com/"]) {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.article-wide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.article-wide .img-wrapper {
  margin-bottom: 0;
}

.article-wide > * {
  width: calc(50% - 15px / 2);
}

.article-wide .tags-container {
  margin-bottom: 15px;
}

.achtergrond-articles .article-link article:not(.article-wide) .article-intro {
  display: none;
}

@media (min-width: 1200px) {
  .achtergrond-articles .article-link article:not(.article-wide) .article-intro {
    display: -webkit-box;
  }
}

.achtergrond-article-col {
  display: flex;
  flex-direction: column;
}

.achtergrond-article-col .article-link {
  height: 100%;
}

.articles-small article {
  flex-direction: row;
  gap: 15px;
}

.articles-small .img-wrapper + .tags {
  position: absolute;
  margin-top: 0;
  bottom: 10px;
}

.articles-small .img-wrapper {
  flex: 1 0 40%;
  overflow: unset;
}

.articles-small .article-meta-data {
  flex: 1 0 calc(60% - 15px); /* -15px because of gap */
}

.articles-small .img-wrapper .tags {
  bottom: -11px;
}

.header-arrow {
  color: #fff !important;
  margin: auto 0;
}

@media (min-width: 768px) {
  .header-arrow {
    margin-right: 15px;
  }
}

.date-container {
  margin-bottom: 10px;
}

.date-container .date {
  max-width: 60px;
  float: none;
  display: inline-block;
  margin-right: 0 !important;
}

.date-container:not(.multiple-dates) {
  float: left;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .date-container {
    position: absolute;
    top: 0;
    left: 0;
  }

  .date-container .date:first-child {
    position: relative;
    z-index: 2;
  }

  .date-container .date:not(:first-child) {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    transition: all 0.5s;
  }

  .event-meta-data.date-padding {
    position: relative;
    padding-left: 60px;
    padding-bottom: 15px;
  }
}

#push-notification .header-title {
  font-family: "Montserrat", serif;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

.achtergrond-articles .slick-custom {
  align-items: center;
  background: #0f2557;
  border-radius: 50%;
  color: #0f2557;
  display: flex;
  height: 30px;
  justify-content: center;
  font-size: 20px;
  opacity: 1;
  /* position: absolute; */
  /* top: 40%; */
  width: 30px;
  z-index: 2;
}

.achtergrond-articles .slick-custom .fa-chevron-left {
  position: relative;
  left: -2px;
}

.achtergrond-articles .slick-custom .fa-chevron-right {
  position: relative;
  left: 2px;
}

.achtergrond-articles .slick-prev-custom {
  left: -15px;
}

.achtergrond-articles .slick-next-custom {
  right: -15px;
}

.achtergrond-articles .slick-custom .fa {
  color: #fff;
}

.achtergrond-articles .slick-prev-custom:hover,
.achtergrond-articles .slick-prev-custom:focus,
.achtergrond-articles .slick-next-custom:hover,
.achtergrond-articles .slick-next-custom:focus {
  color: #ebad1c;
}

.achtergrond-articles .achtergrond-slider-arrows {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.tips-article-col a:focus {
  outline: none;
}

.rennab-inside {
  margin-left: -30px;
  margin-right: -30px;
}

.most-recent-rennab {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: auto !important;
}

@media (min-width: 992px) {
  .most-recent-rennab {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
}

.tooltip-membership a {
  color: #fff !important;
  text-decoration: underline !important;
}
