/* Source Sans Pro available for BOG Auctions banner only */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");

/* Global styles */
html {
  scroll-behavior: smooth;
  height: 100vh;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

body:not(.cke_editable) {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media (max-width: 767.98px) {
  .container {
    width: 100%; /* needed to work with body with flex */
  }
}

.container-fluid {
  width: 100%;
}

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

[v-cloak] {
  display: none !important;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.break-out.focus-box {
  border-top: 1px;
  border-bottom: 0;
  border-color: #ddd;
  border-style: solid;
}

.focus-box .header {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  color: #000;
}

a,
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
}

@media (min-width: 992px) {
  .no-padding-left {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.full-width {
  width: 100%;
}

.display-hidden {
  display: none;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

@media (max-width: 767.98px) {
  .display-flex-xs {
    display: flex !important;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-light-grey {
  background-color: #f5f5f5;
}

span.required {
  color: red;
}

/* Default underline */

a {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #f68220;
  text-decoration: none;
}

/* Some links without underline */

li a,
.vacancy-introduction a:first-child,
.introduction a h1,
article div span.header a {
  text-decoration: none !important;
}

.introduction-title {
  text-decoration: none !important;
}

.help-block.valid {
  margin: 0;
}

.underline {
  text-decoration: underline;
}

/* Default responsive images */

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

article.longread img {
  display: initial;
}

/* TOOLTIPS */

.tooltip-inner {
  background-color: #f68220;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f68220;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #f68220;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #f68220;
}

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

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* HEADER */
header {
  background-color: #fff;
  padding-top: 10px;
}

@media (min-width: 768px) {
  header {
    padding-top: 20px;
  }
}

header .header-grid {
  display: grid;
  grid-template-columns: 33fr 33fr 33fr;
  gap: 15px;
}

header .header-grid > div {
  display: flex;
  align-items: center;
}

header .header-grid .header-left {
  grid-column-end: span 2;
}

header .header-grid .header-center {
  grid-column-end: span 3;
  order: -1;
}

header .header-grid .header-right {
  justify-content: end;
  order: 3;
}

@media (min-width: 768px) {
  header .header-grid {
    grid-template-columns: 3fr 7fr 2fr;
  }

  header .header-grid .header-left {
    grid-column-end: span 1;
  }

  header .header-grid .header-center {
    order: unset;
    grid-column-end: span 1;
  }
}

@media (min-width: 992px) {
  header .header-grid {
    grid-template-columns: 5fr 8fr 2fr;
  }
}

@media (min-width: 1200px) {
  header .header-grid {
    grid-template-columns: 6fr 10fr 2fr;
  }
}

.header-seperator {
  border-color: #f68220;
  border-width: 3px;
  margin: 0;
  width: 100%;
}

header .nav-right > li > .a_menu_search {
  color: #666;
  font-size: 24px;
  padding: 0;
}

header .nav-right > li > .btn-clear {
  color: #f68220;
  font-size: 24px;
  padding: 0;
}

header .nav-right {
  font-family: "Roboto", sans-serif;
}

header .logo {
  position: relative;
}

@media (min-width: 992px) {
  header .logo {
    margin: 10px;
  }
}

header .nav-right {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: end;
}

header .dropdown-menu {
  left: unset;
  right: 0;
}

#user-menu #avatar {
  margin-top: 7px !important;
}

body.specials header,
body.longread header {
  padding: 0;
}

#sitepicker .websites {
  position: relative;
}

#sitepicker .websites li > a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #a6a6a6;
}

#sitepicker .websites li:hover > a {
  background: #f68220;
  color: #fff;
}

#sitepicker .websites li:hover > a.menu_woningmarkt {
  background: #ed1b2e;
}

/* shared with before and after */
@media (min-width: 992px) {
  .highlights-container .row {
    display: flex;
  }
}

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

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f68220;
  border-color: #ea8f42;
}

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

/* USPS */

ul.usps li {
  border-bottom: 1px solid #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  padding: 8px 0;
}

/* SUBSITES PICKER */

a.menu_vj.active {
  background: #f68220;
  color: #fff !important;
}

a.menu_woningmarkt.active {
  background: #ed1b2e;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  header .websites {
    overflow: hidden;
    /* Height of <li> elements inside of it */
    height: 33px;
  }

  #sitepicker .websites .list-inline {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-left: 0;
  }

  #sitepicker .websites .list-inline > li {
    padding: 0;
    height: 33px;
  }

  #sitepicker .gradient-left,
  #sitepicker .gradient-right {
    width: 15%;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
  }

  #sitepicker .gradient-left {
    z-index: 2;
    display: none;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  }

  #sitepicker .gradient-right {
    right: 0;
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  }

  .bg-light-grey #sitepicker .gradient-left {
    z-index: 2;
    display: none;
    left: 0;
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#00f5f5f5', GradientType=1);
  }

  .bg-light-grey #sitepicker .gradient-right {
    background: -moz-linear-gradient(right, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=1);
  }

  #sitepicker .websites li > a {
    height: 100%;
  }
}

/* BREADCRUMBS */

ol.breadcrumb {
  padding: 0;
  background: transparent !important;
  line-height: 16px;
}

ol.breadcrumb li a,
ol.breadcrumb > .active {
  font-family: "Roboto", sans-serif;
}

ol.breadcrumb > li + li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: inherit;
}

.breadcrumb > li {
  display: inline;
}

/* SOCIAL MEDIA */

.social-slide {
  height: 22px;
  width: 22px;
  margin: 5px;
  float: right;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.social-slide:hover {
  background-position: 0px -22px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.social-facebook {
  background: url("../img/social_facebook.png");
}

.social-linkedin {
  background: url("../img/social_linkedin.png");
}

.social-twitter {
  background: url("../img/social_twitter.png");
}

/* NAVBAR/MENU */

@media (max-width: 767.98px) {
  #header-navbar-collapse {
    position: relative;
    top: -3px;
    background-color: #fff !important;
    overflow: hidden;
  }
}

/* Logo and menu color */

@media (min-width: 768px) {
  .menu-shadow {
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  div.menu.menu-shadow {
    z-index: 101;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
  }

  .navbar-header {
    height: 58px;
    max-height: 58px;
  }
}

.menu-shadow {
  border-top: 1px solid #ddd;
}

.navbar-logo {
  max-width: 250px;
  margin-left: 15px;
  float: left;
}

@media (max-width: 442px) {
  .navbar-logo {
    width: 50%;
  }
}

.navbar-default {
  background: transparent !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding: 0;
  height: 43px;
}

.navbar-toggle {
  margin-top: 0;
  margin-bottom: 5px;
  background: #fff;
}

.navbar-toggle .icon-bar {
  transition: all 0.2s;
  width: 22px;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  position: relative;
  left: 3px;
}

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

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

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

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

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

.btn.navbar-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

button.btn-mobile-nav:hover,
button.btn-mobile-nav:focus,
button.btn-mobile-nav:focus:active {
  background-color: #fafafa !important;
}

button.btn-mobile-nav {
  margin-top: 12px;
  float: left;
  box-shadow: none;
}

button.btn-mobile-nav:hover .icon-bar,
button.btn-mobile-nav:focus .icon-bar {
  background-color: #333;
}

button.btn-mobile-nav:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

.button-menu > .dropdown-menu {
  top: 59px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}

.button-menu {
  margin-bottom: 7px;
}

.button-menu button {
  border: 0;
}

#avatar,
.button-menu .avatar {
  width: 34px;
  height: 34px;
  float: left;
  margin: 12px 4px 0 0;
  padding: 0;
  border: 2px solid #999;
  cursor: pointer;
  border-radius: 50%;
}

#search-button,
#log-in-button {
  font-size: 1.2em;
}

#log-in-button {
  position: relative;
  z-index: 991;
}

#log-in-button {
  position: relative;
  z-index: 991;
}

#log-in-button {
  position: relative;
  z-index: 991;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    display: inline-block;
    font-size: 12pt;
  }

  .navbar-collapse {
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 14px;
    margin: 0;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #666;
  text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
}

.navbar-default .navbar-nav > li > a > .fa {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  .navbar-default .navbar-nav > li > a {
    color: #666 !important;
    padding: 14px;
  }

  .dropdown-menu > li > span {
    padding: 3px 20px;
    display: block;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #666;
  background-color: #e7e7e7 !important;
  padding: 14px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10pt;
  border-radius: 2px;
  border-top: 0;
}

.navbar-default .dropdown-menu > li > a {
  text-decoration: none;
}

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

/* SEARCH */

#menu_search {
  padding: 4px;
  display: none;
  top: 0;
  width: 100%;
  z-index: 992;
}

#search_form {
  display: flex;
}

#menu_search {
  background-color: #efefef;
}

#search_input {
  height: 40px;
  width: 100%;
  padding: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: 0;
  background-color: #efefef;
}

#search_input:focus-within {
  outline: none;
}

#menu_search button {
  margin: 0;
  padding: 5px;
  background: none;
  border: 0;
  float: right;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}

.dropdown-menu-login {
  width: 250px;
  padding: 15px;
}

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

.submenu {
  -webkit-box-shadow: 0px 4px 5px -5px rgba(102, 102, 102, 1);
  -moz-box-shadow: 0px 4px 5px -5px rgba(102, 102, 102, 1);
  box-shadow: 0px 4px 5px -5px rgba(102, 102, 102, 1);
}

.submenu a {
  color: #666 !important;
}

/* GENERAL */

h1,
h2 {
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

span.section-title {
  font-size: 38px;
  color: #f68220;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

h3,
.header {
  color: #f68220;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}

.siteheader {
  height: 40px;
  color: #999;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0px 0px 5px;
}

.siteheader p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 25px;
  display: inline;
  font-size: 25px;
}

.siteheader img {
  height: 25px;
  float: left;
  margin-right: 5px;
}

iframe[src] {
  box-sizing: content-box;
}

.video-js iframe[src] {
  border: 0 !important;
}

iframe[data-src] {
  border: 0;
}

/* NEWS */

article {
  border-bottom: 1px solid #eee;
}

article.headline,
.cover {
  position: relative;
  width: 100%;
  border: 0;
  height: 100%;
}

article.headline {
  overflow: hidden;
}

article.headline:hover,
article.headline:active {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(102, 102, 102, 0.4) !important;
  -moz-box-shadow: 2px 2px 3px 0px rgba(102, 102, 102, 0.4) !important;
  box-shadow: 2px 2px 4px 0px rgba(102, 102, 102, 0.4) !important;
}

article.headline .tag-orange {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 767.98px) {
  article.headline .tag-orange {
    right: unset;
    left: 10px;
  }
}

article.headline video {
  width: 100%;
  display: block;
  object-fit: cover;
}

article .article-video {
  width: 100%;
}

article.headline h1,
article.headline h2 {
  font-size: 1.8em;
}

.headline-small {
  min-height: 50px !important;
}

article.headline-small h1 {
  font-size: 2em !important;
}

ul.list-news li {
  border-bottom: 1px solid #f2f2f2;
  color: #666666;
  padding: 8px 0;
}

ul.list-news li i {
  color: #ccc;
}

@media (max-width: 991.98px) {
  article.headline,
  .cover {
    margin-top: 15px;
  }

  article.headline h1,
  article.headline h2 {
    font-size: 1.5em;
  }
}

article.headline .overlay,
#articles article .overlay {
  background-color: #fff;
  color: #333;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  justify-content: center;
}

article.headline .overlay {
  padding: 16px 12px 12px 12px;
}

#articles article h2.introduction-title,
#search-results article h2.introduction-title {
  font-size: 1.4em;
  word-break: break-word;
}

article.longread {
  border-bottom: 0;
}

.special-card-text,
article.longread p,
article.longread ul,
article.longread ol {
  line-height: 160%;
  font-size: 1.2em;
}

article.longread ul,
article.longread ol {
  padding-left: 20px;
}

.visible-xs .uitgelicht,
.visible-sm .uitgelicht,
.persons-slider .article .uitgelicht,
.web-alert .uitgelicht,
#vastgoedfinanciering .uitgelicht {
  position: relative;
  display: inline-block;
  background: #f68220;
  padding: 2px 5px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.web-alert .uitgelicht {
  font-size: 12.6px;
  top: -10px;
}

.persons-slider .article h1 {
  margin-top: 0;
}

.special-card-title .uitgelicht,
article.headline .overlay > .uitgelicht,
article.breaking-news-article .uitgelicht {
  position: absolute;
  top: -10px;
  z-index: 1;
  border: 1px solid #f68220;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #f68220;
  background: rgba(0, 0, 0, 0.2);
}

article.headline > .uitgelicht {
  position: absolute;
  top: 230px;
  left: 10px;
  z-index: 1;
  background: #f68220;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.transparent-label {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 2px 5px;
  font-weight: 700;

  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

article.headline .overlay .breaking {
  position: absolute;
  top: -24px;
  z-index: 1;
  background: #f68220;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

article.headline .overlay .breaking i {
  margin-right: 5px;
}

@media (max-width: 767.98px) {
  article.headline .overlay p {
    overflow: hidden;
    max-height: 160px;
    display: block;
  }
}

article.headline h1,
article.headline a,
article.headline a:visited,
article.headline a:visited h1,
article .headline-introduction a {
  color: #333;
  text-decoration: none;
}

article h1,
article h2 {
  font-size: 1.5em;
  margin-top: 0px;
}

article a:visited h1,
article a:visited h2 {
  color: #888;
}

.article_view img {
  max-width: 100% !important;
  height: auto !important;
}

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

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

.tags a .fa,
aside .tags a .fa {
  margin-right: 3px;
}

.tags a.gratis,
aside .tags a.gratis {
  margin-right: 3px;
}

aside .time {
  font-weight: 700;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 1.8em;
}

article .time {
  color: #bbb;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

article .time .fa {
  padding: 0 4px;
}

.tag-orange {
  background: #f68220;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

article div span.header.tag-grey,
.tag-grey {
  background: #666;
  padding: 3px 6px;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

article div span.header.tag-grey {
  max-width: calc(100% - 50px);
}

ul.list-news li i {
  color: #f68220;
}

ul.list-news li span {
  float: right;
  color: #666;
  font-size: 0.9em;
}

.leesverder {
  margin-top: 5px;
  background-color: #f68220;
  padding: 5px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
}

.leesverder a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
}

ins {
  display: block;
  text-decoration: none !important;
  overflow: hidden;
}

#articles ins:empty {
  margin: -15px 0;
}

div.floater ins .img-a-b {
  float: right;
}

section img.img-a-b {
  margin: 10px 0;
}

.vastgoedpanden-mz ins:not(:empty) {
  margin-bottom: 20px;
}

.alert-warning {
  background-color: transparent;
  border-radius: 3px;
  color: #000;
  border: 1px solid #f68220;
}

.alert-warning h2 {
  margin-top: 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.comments a.btn {
  margin-bottom: 0.8rem;
}

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

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

div.comment .comment-avatar img {
  border-radius: 50%;
  border: 2px solid #ddd;
  box-sizing: content-box;
}

div.comment img.public-user {
  border-color: #f68220;
  max-width: 100% !important;
  height: auto !important;
}

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;
}

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 .timestamp {
  color: #666;
}

div.comment .delete_comment {
  position: absolute;
  right: 15px;
}

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

/* PROMOTION MODAL */

#promotion-modal .label {
  line-height: 1.42857143;
  font-size: 80%;
  padding: 0px 4px 0px 4px;
}

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

#promotion-modal .label-default {
  background-color: #666;
  border: 1px solid #666;
}

#promotion-modal .label-success {
  border: 1px solid #5cb85c;
}

#promotion-modal ul {
  list-style: none;
  padding-left: 0;
}

#promotion-modal #accordion-toggle {
  display: inline-block;
}

#promotion-modal button span.fa {
  margin-right: 12px;
}

#promotion-modal a#accordion-toggle,
#promotion-modal a#accordion-toggle:link,
#promotion-modal a#accordion-toggle:visited,
#promotion-modal a#accordion-toggle:hover,
#promotion-modal a#accordion-toggle:active {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}

#promotion-modal .modal-header {
  background-color: #f68220 !important;
}

#promotion-modal .modal-content {
  overflow: hidden;
  background-color: transparent;
}

#promotion-modal .modal-body,
#promotion-modal .modal-footer {
  background-color: #fff;
}

#promotion-modal .panel-info > .panel-heading {
  background-color: rgba(246, 128, 32, 0.45);
  border-color: rgba(246, 128, 32, 0.45);
  color: rgb(51, 51, 51);
}

#promotion-modal .panel-info {
  border-color: rgba(246, 128, 32, 0.45);
}

#promotion-modal .panel-primary > .panel-heading {
  background-color: #f68220 !important;
  border-color: #f68220;
}

#promotion-modal .panel-footer {
  border-top: 1px solid #ddd;
}

#promotion-modal .panel-body.vastgoedNederland {
  padding-top: 0;
  padding-bottom: 0;
}

#promotion-modal ul li:last-child,
#promotion-modal .panel-footer p {
  margin-bottom: 0;
}

#promotion-modal .modal-panel-title {
  font-weight: 700;
  margin-left: 6px;
}

#promotion-modal .panel-heading .fa {
  vertical-align: 0;
}

@media (max-width: 767.98px) {
  div.tooltip-promotion + div.tooltip {
    display: none !important;
  }
}

#promotion-modal .price-list {
  margin-top: 4px;
  margin-left: 5px;
  font-size: 80%;
  padding-left: 5px;
}

#promotion-modal .price-list td:first-child {
  padding-right: 12px !important;
}

#promotion-modal .article-title {
  font-weight: 700;
}

.btn.btn-promotion {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  border-radius: 2px;
  padding: 0 4px 0 4px;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 2px;
  display: inline-block;
  box-shadow: none !important;
  height: auto;
}

/* BUTTONS */

.btn {
  padding: 8px 12px;
}

.btn-primary {
  background: #f68220;
  background-clip: padding-box;
  border: 1px solid #e06905;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #e06905;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  height: 34px;
  line-height: 1.5rem;
  outline: none;
  /* padding: 1.4rem 2rem; */
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.btn-green {
  background: #4db848;
  background-clip: padding-box;
  border: 1px solid #44a33f;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #44a33f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  height: 34px;
  line-height: 1.5rem;
  outline: none;
  /* padding: 1.4rem 2rem; */
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

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

body.landing-woningmarkt .btn-primary {
  background-color: #666;
  border: 1px solid #666;
  box-shadow: inset 0 -2px 0 0 #5b5b5b;
}

body.landing-woningmarkt .btn-web-alert-secondary {
  color: #666;
}

#news_load_more {
  width: 100%;
  border: 1px solid #f68220;
  color: #f68220;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background: #f78c31;
  border-color: #de751c;
  box-shadow: inset 0 -2px 0 0 #de751c;
  color: #fff !important;
  text-decoration: none;
  outline: none;
}

a.btn-green:focus,
button.btn-green:focus,
input[type="submit"].btn-green:focus,
a.btn-green:hover,
button.btn-green:hover,
input[type="submit"].btn-green:hover,
a.btn-green:active,
button.btn-green:active,
input[type="submit"].btn-green:active {
  background: #54c44e;
  border-color: #4aaf45;
  box-shadow: inset 0 -2px 0 0 #4aaf45;
  color: #fff !important;
  text-decoration: none;
}

body.landing-woningmarkt a.btn-primary:focus,
body.landing-woningmarkt button.btn-primary:focus,
body.landing-woningmarkt input[type="submit"].btn-primary:focus,
body.landing-woningmarkt a.btn-primary:hover,
body.landing-woningmarkt button.btn-primary:hover,
body.landing-woningmarkt input[type="submit"].btn-primary:hover,
body.landing-woningmarkt a.btn-primary:active,
body.landing-woningmarkt button.btn-primary:active,
body.landing-woningmarkt input[type="submit"].btn-primary:active,
body.landing-woningmarkt .btn-web-alert-primary,
body.landing-woningmarkt .btn-web-alert-primary:hover,
body.landing-woningmarkt .btn-web-alert-primary:active,
body.landing-woningmarkt .btn-web-alert-primary:focus {
  background: #666;
  border-color: #666;
  box-shadow: inset 0 -2px 0 0 #5b5b5b;
  color: #fff !important;
  text-decoration: none;
}

a.btn-grey,
button.btn-grey,
input[type="submit"].btn-grey {
  background-color: #a7a9aa;
  color: #fff;
}

.form-control {
  border-radius: 0;
  /*border: 1px solid #000;*/
}

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

/* SOCIAL MEDIA BUTTONS */

.social-buttons .btn {
  background-clip: padding-box;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
  outline: none;
  text-decoration: none;
  transition: background 0.1s linear;
  position: relative;
}

.social-buttons span {
  display: block;
  position: absolute;
  left: 40px;
}

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

/* WhatsApp */

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

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

/* LinkedIn */

.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;
}

/* Facebook */

.social-buttons .btn-facebook {
  background: #3b5998;
  border: 1px solid #2d4474;
  box-shadow: inset 0 -2px 0 0 #2d4474;
}

.social-buttons a.btn-facebook:hover,
aside .social-buttons a.btn-facebook:active {
  background: #4260a0;
}

/* Twitter */

.social-buttons .btn-twitter {
  background: #0084b4;
  border: 1px #005f82;
  box-shadow: inset 0 -2px 0 0 #005f82;
}

.social-buttons a.btn-twitter:hover,
aside .social-buttons a.btn-twitter:active {
  background: #008dc0;
}

/* GitHub/PDF */

.social-buttons .btn-github {
  background: #444;
  border: 1px #222;
  box-shadow: inset 0 -2px 0 0 #222;
}

.social-buttons .btn-github:hover,
aside .social-buttons a.btn-github:active {
  background: #555;
}

/* ASIDE */

aside .sub a {
  text-decoration: underline;
}

aside .sub a:hover {
  color: #000;
  text-decoration: none;
}

aside .header {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f68220;
  font-size: 1.5em;
  margin-top: 0;
}

aside input[type="text"] {
  height: 34px;
  width: 100%;
}

.special-card-body ul,
aside ul,
ul.vjcalendar {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.special-card-body ul li,
aside ul li {
  border-bottom: 1px solid #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  padding: 8px 0;
}

.special-card-body ul li i,
aside ul li i {
  color: #ccc;
}

ul.vjcalendar li {
  border-bottom: 1px solid #f2f2f2;
}

aside li:last-child {
  margin-bottom: 10px;
}

.persons-slider > div {
  background: #f2f2f2;
}

.persons-slider div.article {
  padding: 0 5px 5px 5px;
}

.persons-slider div.article p {
  /* text-align: justify; */
  margin: 0;
}

.persons-slider div.article > a {
  text-decoration: none;
}

.persons-slider div.article a:visited h1 {
  color: #888;
}

.persons-slider h1 {
  font-size: 1.5em;
  /* text-align: justify; */
}

.persons-slider .bottom {
  position: absolute;
  bottom: 0;
}

aside span.sub {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f68220;
}

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

aside#mijn-vj ul li:hover {
  cursor: pointer;
}

aside#mijn-vj ul li.checked {
  font-weight: bold;
}

aside#mijn-vj ul li span {
  position: absolute;
  right: 0;
  font-size: 1em;
}

aside#mijn-vj ul li p {
  margin: 0;
  display: inline-block;
}

aside#mijn-vj ul li p.tagwoord:first-letter {
  text-transform: uppercase;
}

/* VJ BEDRIJFSPROFIELEN */

ul.companies {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.companies li {
  border-top: 1px solid #d3d3d3;
  padding: 8px 0;
}

ul.companies li > div {
  min-height: 150px;
}

ul.vacancy-companies li > div {
  height: unset;
}

ul.companies li div h3 {
  margin: 0;
  display: block;
  width: auto;
}

ul.companies li img {
  display: inline-block;
  width: 200px;
}

.bootstrap-wysihtml5-insert-link-modal .modal-dialog .modal-content .modal-header a.close {
  text-decoration: none;
}

.bootstrap-wysihtml5-insert-link-modal .modal-dialog .modal-content .modal-body .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0;
  margin-right: 5px;
}

/* Vastgoedfinancering */
#vastgoedfinanciering .companies .company {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#vastgoedfinanciering .companies .company:not(:first-child) {
  margin-top: 15px;
}

#vastgoedfinanciering .companies .company > div {
  padding-left: 15px;
  padding-right: 15px;
}

#vastgoedfinanciering .companies .company > div:first-child {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 200px;
}

@media (max-width: 768px) {
  #vastgoedfinanciering .companies .company > div:first-child {
    flex-basis: 100%;
  }
}

#vastgoedfinanciering .companies .company > .company--data {
  flex-grow: 1;
  flex-basis: 0;
}

#vastgoedfinanciering .companies .company a {
  text-decoration: none;
}

.company--objects span {
  display: inline-block;
}

.company--objects span i {
  color: #999;
  margin: 0 4px;
}

.company-meta-data {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.company-meta-data .company-title,
.company-meta-data .company-contact-data,
.company-meta-data .company-data {
  flex-basis: 100%;
  flex-grow: 1;
}

.company-data ul li label {
  margin: 0;
}

.vastgoedfinanciering-loader {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#vastgoedfinanciering .company-address {
  white-space: pre-line;
}

/* VJ CALENDAR */
p.highlighted,
p.highlighted a {
  color: #f68220;
}

.vjcalendar li {
  min-height: 54px;
  padding-top: 4px;
}

.vjcalendar .calendar {
  float: left;
  margin-right: 5px;
  position: relative;
  width: 40px;
  height: 44px;
  background: url("../img/calendar.png");
}

.vjcalendar .calendar span {
  font-family: "Roboto", sans-serif;
}

.vjcalendar .calendar span.tbd {
  display: block;
  position: absolute;
  top: 18px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}

.vjcalendar .calendar span.day {
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
}

.vjcalendar .calendar span.month {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #f68220;
  font-weight: 400;
}

.calendar_title > div {
  height: 450px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .calendar_title > div {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .calendar_title > div {
    height: 200px;
  }

  .visible-xs h1 {
    font-size: 2em;
  }
}

.calendar_title .overlay {
  position: absolute;
  bottom: 10px;
  width: 80%;
  color: #000;
  background: rgb(255, 255, 255);
  /* fallback color */
  background: rgba(255, 255, 255, 0.5);
  /*text-align: justify; */
  height: 125px;
}

.calendar_title .overlay .calendar,
.calendarcontainer > .calendar {
  position: absolute;
  width: 110px;
  height: 125px;
  background: #f68220;
}

.calendarcontainer > .calendar {
  position: relative;
}

.calendar_title .overlay .calendar .tbd,
.calendarcontainer > .calendar .tbd {
  top: 40px;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 2.4em;
  color: #fff;
}

.calendar_title .overlay .calendar .day,
.calendarcontainer > .calendar .day {
  top: -10px;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 4.4em;
  color: #fff;
}

.calendar_title .overlay .calendar .month,
.calendarcontainer > .calendar .month {
  bottom: 30px;
  right: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}

.calendar_title .overlay .calendar .time,
.calendarcontainer > .calendar .time {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: #fff;
  color: #666;
  font-weight: 400;
  font-size: 1.4em;
}

.calendar_title .overlay .title {
  padding-left: 140px;
}

.calendarcontainer h3 {
  border-bottom: 1px solid #f68220;
}

@media (min-width: 768px) {
  img.avv-logo {
    max-width: 50%;
  }
}

/* VACATURES */

.vacancy-joblister-order .frame {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}

.vacancy-subscription-name {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f68220;
  font-size: 1.5em;
}

aside.post-vacancy {
  color: #fff !important;
  background-color: #f68220 !important;
  padding: 10px !important;
  border-radius: 3px !important;
}

aside.post-vacancy ul li {
  color: #fff !important;
}

.vacancy-detail .modal-dialog {
  max-width: 1000px;
  width: auto;
}

.vacature-detail .summary h1 {
  margin-top: 0;
}

.vacature-detail .summary p {
  margin: 0;
}

.vacature-detail .img-bar {
  padding: 15px;
}

.vacature-detail .img-bar > div {
  padding: 0;
}

.vacature-detail .img-bar > div img {
  width: 100%;
}

.topvacancy .triangle {
  float: right;
  margin-right: -22px;
  margin-top: -87px;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #f68220;
  transform: rotate(-45deg);
}

.topvacancy .triangle span {
  transform: rotate(90deg);
  position: absolute;
  right: 18px;
  top: -6px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.topvacancy img,
.standard-vacancy img {
  max-height: 120px;
  margin: auto;
}

.company-vacancies a {
  text-decoration: none;
}

.company-vacancies a:hover {
  color: #000;
}

.company-vacancies a:hover h3 {
  color: #000;
}

.company-vacancy {
  border: 1px solid #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
}

.company-vacancy--header {
  background-color: #f5f5f5;
  padding: 10px;
  margin: -11px -11px 10px -11px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

/* AFFIX */

.affix {
  top: 0;
}

@media (max-width: 767.98px) {
  .affix {
    position: static;
    width: auto;
    top: 0;
  }
}

/* TABLES */

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

/* SELECT2 - make Bootstrap compatible */

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 34px !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
  color: #555 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #555 transparent transparent transparent !important;
  border-width: 6px 3px 0 3px !important;
  margin-top: 1px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  color: #555 !important;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #555 !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #555 transparent transparent !important;
}

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

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(105, 85, 85, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  border-color: #843534 !important;
}

span.select2-selection {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-error span.select2-selection {
  border-color: #843534 !important;
}

article div span.header {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: visible;
  padding: 4px 8px;
  color: #fff;
  border: 1px solid #fff;
}

.news-category article div span.header:not(.tag-grey) {
  display: none;
}

article div span.header i {
  font-size: 1.4rem;
  margin-right: 5px;
}

article div span.header,
article div span.header a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  article div span.header,
  article div span.header a {
    font-size: 1.4rem;
  }
}

/* FOOTER */

.footer {
  border-top: 3px solid #f68220;
  background: #242424;
  color: #fff;
  font-size: 14px;

  margin-top: auto;
}

.footer h4 {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.footer .webconcern img {
  max-width: 150px;
}

.footer p {
  font-size: 13px;
}

.footer a {
  color: #fff;
}

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

.footer .info {
  background: #f68220;
  height: 4px;
}

.footer .btn {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.footer .btn:hover,
.footer .btn:active {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.footer .websites-list li a {
  text-decoration: underline !important;
  font-size: 13px;
}

/* WONINGMARKTS */
.landing-woningmarkt .menu-shadow {
  border-color: #ed1b2e;
}

.landing-woningmarkt #menu_search {
  background-color: #ed1b2e;
}

.landing-woningmarkt h3,
.landing-woningmarkt aside .header {
  color: #ed1b2e;
}

.landing-woningmarkt .vjcalendar .calendar span.month {
  color: #ed1b2e;
}

.landing-woningmarkt a:hover,
.landing-woningmarkt a:focus {
  color: #ed1b2e;
}

.landing-woningmarkt .footer .info,
.landing-woningmarkt .bootstrap-dialog.type-info .modal-header {
  background-color: #ed1b2e !important;
}

.landing-woningmarkt aside span.sub {
  color: #ed1b2e;
}

.landing-woningmarkt .siteheader p {
  color: #ed1b2e;
}

.landing-woningmarkt .tag-orange {
  background-color: #ed1b2e;
}

.landing-woningmarkt ul.list-news li i {
  color: #ed1b2e;
}

.landing-woningmarkt .leesverder {
  background-color: #ed1b2e;
}

.landing-woningmarkt .alert-warning {
  border-color: #ed1b2e;
}

.landing-woningmarkt article.headline .overlay .uitgelicht,
.landing-woningmarkt article.headline > .uitgelicht,
.landing-woningmarkt .visible-xs .uitgelicht,
.landing-woningmarkt .visible-sm .uitgelicht,
.landing-woningmarkt .persons-slider .article .uitgelicht {
  background-color: #ed1b2e;
}

.landing-woningmarkt .form-control:focus {
  color: #ed1b2e;
  border-color: #ed1b2e;
}

/* MODALS */

.bootstrap-dialog.type-danger .modal-header {
  background-color: #f68220 !important;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #f68220 !important;
}

.bootstrap-dialog.type-info .modal-header {
  background-color: #f68220 !important;
}

/* Slick */

.persons-slider .slick-slide {
  min-height: 400px !important;
  position: relative;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  top: 60px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgb(0, 0, 0, 0.7);
  z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 14px;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}

[dir="rtl"] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  line-height: 28px;
  font-size: 20px;
  margin-top: 1px;
}

[dir="rtl"] .slick-prev:before {
  content: "<";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 0;
}

.slick-prev:before {
  content: "\f053";
  margin-left: 5px;
  float: left;
}

.slick-next:before {
  content: "\f054";
  font-size: 20px;
  float: right;
  margin-right: 5px;
}

[dir="rtl"] .slick-next:before {
  content: "â†";
}

/* FILE UPLOADS */

.file-caption {
  height: 38px !important;
}

.file-input {
  margin-bottom: 10px;
}

/* SOCIAL ICONS */

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social-icon > :first-child {
  width: 18px;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

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

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

.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

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

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

.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

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

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

.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

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

.btn-linkedin:hover,
.btn-linkedin:focus,
.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,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.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:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

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

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

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

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

.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active,
.btn-whatsapp.active,
.open > .dropdown-toggle.btn-whatsapp {
  color: #fff;
  background-color: rgb(42, 233, 112);
  border-color: rgba(0, 0, 0, 0.2);
}

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

.bog-banner {
  font-family: "Source Sans Pro", sans-serif;
}

.bog-banner a {
  color: #f68220;
  text-decoration: none;
}

.bog-banner .bog-content {
  background-color: #d4d4d4;
}

.bog-banner .image img {
  max-width: 114px;
  max-height: 86px;
}

.bog-banner .bog-content .slick-slide {
  background-color: #fff;
  margin: 5px 5px 0 5px;
  border: 0;
  min-height: 86px;
}

.bog-banner .bog-content .slick-slide p {
  word-wrap: break-word;
  margin-top: 10px;
  font-size: 0.9em;
}

.bog-banner .bog-content .slick-slide a {
  color: #170b53;
}

.bog-banner .bog-content .slick-slide > div {
  padding: 0;
}

.bog-banner .date {
  background-color: #170b53;
  padding: 5px;
  position: absolute;
  z-index: 2;
  color: #fff;
  top: 0;
  padding-right: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.bog-banner .info {
  height: 85px;
}

.bog-banner .info .more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 200px;
}

.bog-banner .more .city {
  float: right;
  background-color: #170b53;
  color: #fff;
  padding: 5px;
  padding-left: 12px;
  padding-right: 10px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  text-align: right;
  min-width: 100px;
}

.bog-banner .more .link {
  float: right;
  background-color: #ff6900;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.bog-banner .more .link a {
  color: #fff;
}

.bog-banner .bog-footer {
  text-align: center;
  font-weight: bold;
  background-color: #cdcecf;
  padding-top: 5px;
}

.bog-banner .bog-footer a {
  padding: 5px;
  background-color: #ff6900;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.9em;
}

.beleggingspandimg {
  position: relative;
}

.beleggingspandimg .nieuw {
  position: absolute;
  top: 1px;
  left: 1px;
  background-image: url("../img/overlay_nieuw.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.alert-contact {
  border-radius: 2px;
  background-color: #e7e7e7;
  border: 1px solid #e7e7e7;
  position: fixed;
  right: 0;
  bottom: -1px;
  margin: 0;
  z-index: 16;
  border: 1px solid #f2801f;
  background-color: #fff;
  color: #333;
}

.alert-contact .heading {
  background-color: #f2801f;
  margin-top: -15px;
  margin-bottom: -15px;
  padding: 15px;
}

.alert-contact .heading h3 {
  color: #fff;
  display: inline;
  margin: 0;
  cursor: pointer;
}

.alert-contact form {
  margin-top: 30px;
}

/* VACANCIES */

.vacancy-detail h1 {
  margin-top: 0;
}

.vacancy-detail .introduction p,
.vacancy-overview article .introduction p {
  margin: 0;
}

.vacancy-detail .introduction p {
  font-size: 1.2em;
}

.vacancy-detail .introduction p i.fa {
  color: #f68220;
}

.vacancy-overview .vacancy-introduction a {
  text-decoration: none;
}

.vacancy-overview article .introduction p i.fa {
  margin-left: 10px;
  margin-right: 2px;
}

.vacancy-overview article .introduction i.fa {
  margin-right: 2px;
}

.vacancy-overview article .introduction p i.fa:first-child {
  margin-left: 0;
}

.vacancy-overview article .introduction p span {
  margin-right: 10px;
  display: inline-block;
}

.vacancy-overview article .introduction p.small {
  color: #333;
  font-size: 1em;
}

.vacancy-overview aside ul li {
  border-bottom: 1px solid #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}

.vacancy-joblister-order .panel h3 {
  font-size: 22px;
}

.vacancy-overview aside ul li .fa-stack {
  float: left;
  line-height: 150%;
}

#vacancy-type-selector a.btn-primary {
  box-shadow: inset 0 2px 0 0 #e06905;
}

.vacancy-subscriptions-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex-basis: 100%;
}

.vacancy-subscriptions-col {
  display: flex;
  flex: 0 0 100%;
  padding: 0 15px;
}

#highlight-vacancy {
  background-color: #f68220;
  color: #fff;
}

#highlight-vacancy .uitgelicht {
  background-color: #fff;
  color: #f68220;
}

@media (min-width: 992px) {
  .vacancy-subscriptions-col {
    flex: 0 0 50%;
  }
}

.vacancy-subscriptions-col .frame {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}

.vacancy-subscriptions-col .frame hr {
  width: 100%;
  margin-top: auto;
  margin-bottom: 15px;
}

#searchvacancies .btn {
  background: #f68220;
  background-clip: padding-box;
  border: 1px solid #e06905;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #e06905;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s linear;
}

.vacancy-overview .jumbotron {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}

.vacancy-overview .jumbotron h1 {
  font-size: 30px;
  margin-top: 10px;
}

.vacancy-overview .jumbotron p {
  font-size: 14px;
  font-weight: 400;
}

.vacancy-overview aside .header {
  font-weight: 700;
  color: #f68220;
}

.vacancy-overview article {
  padding: 10px;
  background-color: #fff;
}

.vacancy-overview article .metadata {
  color: #bbb;
}

.vacancy-overview article.topvacancy {
  border: 1px solid #f68220;
}

.vacancy-overview article.topvacancy h1 {
  font-size: 2em;
}

.vacancy-overview article .label-orange {
  display: none;
}

.vacancy-overview article.topvacancy .label-orange {
  display: inline;
  margin-right: -10px;
  margin-top: -10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* INVESTMENT PROFILES */
#investment-profiles table .tags {
  display: block;
}

#investment-profiles .tags.clickable a {
  cursor: pointer;
}

#investment-profiles.add-profile span.select2-selection,
#investment-profiles.edit-profile span.select2-selection,
#investment-profiles.search-profiles span.select2-selection {
  border-radius: 0;
}

#investment-profiles .price-range select {
  width: auto;
  display: inline-block;
}

#investment-profiles .label {
  background-color: #666;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.6em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#investment-profiles h3 {
  color: #f68220;
}

@media (max-width: 767.98px) {
  #investment-profiles .price-range select {
    width: 100%;
  }
}

#investment-profiles .save-info {
  margin-top: 8px;
  padding-left: 8px;
}

#investment-profiles .select2-container--default .select2-selection--multiple .select2-selection__choice,
#investment-profiles .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  list-style: none;
  color: #666;
  font-weight: 700;
  font-family: "Roboto", sans-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;
}

#investment-profiles .real-estate-types .list-inline {
  display: inline;
}

#investment-profiles.view-profile h1 {
  margin-top: 0;
}

#investment-profiles.view-profile .profile i.fa,
#investment-profiles.search-profiles .profile i.fa {
  color: #f68220;
}

#investment-profiles.view-profile .profile {
  font-size: 1.2em;
}

#investment-profiles.view-profile .contact-information {
  font-size: 1.1em;
}

#investment-profiles.search-profiles .input-group-addon {
  width: 50px;
}

#investment-profiles.search-profiles .input-group {
  width: 100%;
}

#investment-profiles.search-profiles .select2-types ul {
  padding-right: 30px !important;
}

#investment-profiles.search-profiles .select2-types ul:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#investment-profiles.search-profiles .regions .tags i.fa,
#investment-profiles.view-profile .profile .regions i.fa,
#investment-profiles.my-profiles .regions i.fa {
  color: #999;
}

#investment-profiles.search-profiles .regions .tags span,
#investment-profiles.view-profile .regions span,
#investment-profiles.my-profiles .regions span {
  display: inline-block;
}

#investment-profiles.my-profiles .regions {
  overflow: auto;
}

#investment-profiles.search-profiles .has-error label[for="locations"],
#investment-profiles.search-profiles .has-error label[for="price_min"],
#investment-profiles.add-profile .price-range.has-error,
#investment-profiles.edit-profile .price-range.has-error,
#investment-profiles.add-profile .real-estate-types.has-error,
#investment-profiles.edit-profile .real-estate-types.has-error #investment-profiles .property-types.has-error {
  color: #a94442;
}

#investment-profiles.search-profiles article h1 a,
#investment-profiles.search-profiles article h1 a:hover {
  text-decoration: none;
  color: inherit;
}

#investment-profiles #map {
  height: 500px;
}

#investment-profiles.my-profiles .panel-footer div {
  overflow: auto;
}

#investment-profiles.my-profiles ul {
  width: auto;
  float: left;
  padding-right: 18px;
  margin-bottom: 0;
}

#investment-profiles.my-profiles .tags {
  margin-top: 0;
}

#investment-profiles .alert.subscribe-now {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}

#investment-profiles textarea#profile {
  resize: vertical;
}

#investment-profiles.my-profiles .last-edit-text {
  display: inline-block;
}

@media (max-width: 767.98px) {
  #investment-profiles.my-profiles .panel-footer-icons {
    font-size: 24px;
  }

  #investment-profiles.my-profiles .last-edit-text {
    margin-top: 8px;
  }
}

#investment-profiles #reaction {
  resize: none;
  overflow-x: hidden;
}

#investment-profiles .regions .loc.fa {
  color: #999 !important;
}

#investment-profiles h4 {
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

#investment-profiles h4 a {
  text-decoration: none;
}

#investment-profiles .recent-profile span.point .fa {
  color: #666 !important;
  font-size: 6px;
  position: relative;
  top: -2px;
}

#investment-profiles span.location {
  display: inline-block;
}

i.result-icon {
  color: #777;
}

.jquery-placecomplete-google-attribution {
  padding-bottom: 15px;
  /* This inlined image is the "Powered by Google" logo required for proper
	attribution. See https://developers.google.com/places/policies for more
	details and for the original image. */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAAAQCAYAAAD6bToNAAAJ3ElEQVQ4y+2VCVRU5xXH/2/evNlXZpidYWYAYRhkGzYZWYQhrKIgYKKIMQooEKmKItFEixvux2hjyGJiajUSaz2mUaM1GvE0SzmaGE00kUabNk2qGDwKMXF5fZA3OS8UsjRNzknSOefO+777fe/e+93fu/cDTdP4JUjx0m5MWNeDiZtuY9zaO8hbQQtTH6ILPE10TWpDd7570gGJbfRxSIJmg7TNQmxUPej51aBrJqNrQhleS83ANLkOYcFynDsxHfT5GaBPZ4F+KxFdRxNweKMNc0cDcd4ZmL6FRvqCm/A00MjeswZpJ93IfCsLmaeyMzwn81/QPhn8OHSEBioCkALLUqNxs/xubBzuQpxUCpKHL+PGLw1QxeY7KFxNF0ZOObvZnPb0w4aRz6yz5ry4I7y8c6997BvV0qAGf9LeAFfE/wBQI42xy24iet790GZJoR+jj7XsDf9AXOf3MniQgPk1eWJA10/FJ+PH/TCAWltbf2hxM6IeSvddAFVs6EXRGnqZIXXbq4TImU/5F/gLDBNlAuNEizS4YZE2/ew1kZGhoS7GvrpZDKDp3x/Q8h6k3f8xTO4TEAQOE/gfsb1MjBO1wQxU5TNwmhtAT69A908Y0CFGvEPpvm2cJcs/Qcm6O1WBBa92Aao4EBJIAqZAbK2C2FwGiSFPJtR685iPWh5h0uHS8jmgm2qYr3ua8lrFPZpXBgN0Nht0Z3Lg1eNJhoMbBgK6hZQHaBQt74Z34VWEltB80+o6ieYVQztRJNqliZRg35y7GUCMn7r7/HomlmnXDw//5QIas+S6ImkufUZsm7e9r7WAEIJSJTCAqiGzFEJmGt2vjg3Q44NV83HnN83Ca5UTpu/2JDb/aUTyY2dHZmyYotAFDAuWMYAYOBdmBP11b2zzEwvMi09sDd7+9o7AVfW5ULozZ2DG0wygB25khJefnZfScP2puNquVl3s/lq/xkx/RbvlCPKJXSNSLaA3LUFPTcWk7YnuFUcTEn93KMrdFC+VSQcFxBy2hZEq9vB9PzWr72sljay+kZ07+jZw1g8NSJ5vTxs7L2XXqlg/bZw21cKx7bNRyur61jqGANTCjZW118Y5T5+9Kt/cM/ez+NApt68K9Pc0EgTZRwgSYwYs3hfhmnwZQdk7IdSNwqzK55nE1fOvz6luLdfpHr1LqdRHi0T2447Io4c0zjdjQ9XaC+/UmC+/nHksykFWJ4ZRqvQIfnTnTvW5Aw/hDyFJU8iCdXS1OXn9bhCKSNmwxl8bRl+hKWn6JOk8EyluDz5GFYiee6upkrjdVDe/2mDcMdPuUH6YnZN1JSSRniDVNDGhDQqo/9DsuJUDoHWA3je+wiamlB17WSidbBI7B+gcbNLaOHdKKwd6GwvQwdpzsEm/MgSgVnbcwom13w9n7Padz1n5Wbptwp1eSWDdYpJSgEeKIQ8Yi8DcdkRMvQXPrFtInvc5PGWv4dzMipz3UkZe1gPxiVIZHJQAzVqL531V1M1KvbH+L0dHzT2yxtTJUJaEWfhQiQlsqhHW9G7DjcLCaWNDZ9GvCXTFCxXGRIj8XKQu9/0zcuumR0VbAwT8g9ZjghzhthuzK/X/GpP3Xp1GX9ubm+d9KW5EMwNnpR78JN7XAPKy4/4ksWN6QDVd4cAq5SS5hVMhXjaxjaz4YDUOqBSa3c+tUJ+tb9XiBsTks9UHtoPb4uwlF0MDyuhuZcxT+0mhH4TqaBiTH2cqaD9c9/Y4E2s/qRjV0D0eaa+MWOr0LPib09UdT0ndyZQMtSojHvS3qk6poy/UUPqth7eYtr6+Rt2pE0ExTAs8WS/CkZXipJ4ncKnUk9akLOl5XR71yC6bZzYyZ59ifHcdFqhrNgm3mCn+wcBjglzB1lve7JDPPWmXFxksK1OUyrEuUhgt5/HQB0fJI78ekA8M9zmI3gejk01SJweal9OafKIeAhB3j2OQPd94B3FicrN++0Fx4zam/Z7UZZ3Z6597+XOpbXKGf9xqWHOOI8D7AhRBlRky232LrEUf9RKO5TumqeWFnwbF3c6WqCryZSq8bY/HxchU4Rl/97tZIvmytqXyedd3Km7EBvJiKr080C/JGVHHXmpBV5hSmE8FP1imSDh60Z797Mz8pfS9WvemnUxLDRY+YSX5++3t/BzqmS0JTr/eiBFv/9YQ9EKYSIxJugD8w5mCNWoLtAyooQCVcpLfwdFXcfRt3GritJo2NjncNV8rc7DPwZJfynlHzbl/wAE/GKBGzn3VwTlHB7fV+UQd0QRF6OwYbeaHH2nST72nS37SHVjwDiwZe6CJ2wbrXQdEhvxrH8Mw59lxakp43Bje/pw65I37lP7md4MT8WnCXcUbZPZ3NBKeKydWYHx3jej8zlr+7qYiUkkfV5D0Yfn6xek4wLQ9BSgTrBm7okLKzj9sK+uixZapOQJDFASr7VLBvqAOVEgO4G4lsUAfMOuqyU3vCXCt2hwcaeoKT7O0aqw2BUEQQwHyyZf9m/0quWuOAcnwJbiKhQTOvIP73iCA3Jw9HRwQvsocqB94Bx0aeNew9r/S3vpEah4NmWUMZEFNKYrYw29q08/905J7eqMx7fky6zg6K7ise6bSfeQC5LkrbAICyRK5fpHYtPVhReCONoOzaYnculkF3iixGLDp+CiJIsO3TyKf3V5Ntu5fSDXXjuItIwFjSNJkZDScF8TV01GOotMz/dIv9uqzLp2WR09z8WstFFmu2EzkivYwDnL4JMFfKDXN/6M69MJ2bWj7OrX9sShKHM/Y+eYW921lQOJ+dBkknhZfxXNFbCmGzFoKmb0BQv1kBaW9Z7zQXLtCZJ6yUmSpmEPpx08C3xTJ5IZBAIQzbWcEJUU4KQzWgoyMgEAsBQ8yMYFQMx95ThJFTgKJViLQLIfFj3kn0lOOqY/SAZ76qzsVYY2bBbqC0XzFqBxZzPNvqOKPnOQrozSMCTAiZP6lzHWD8WINnIRQx/iIkICnNRJU/5afJSBf9fS1xiEBORohNE4DpSkGQfn3sQAh0EJgrGCeAX2zfl2kSIIUSgYnKYSe4CMGIihBfgmoMIJEiYtAgpVAoBSwhpcjfwmN1AfojcrIR05JTPmkfuRzMGcchC3nQIQq6cTf+aq0ZIJSAPwv3PAJAuViLVw8ERhAUBIkrDzBkIDcgx3sJwbIO9QZ/hPQOPCE1n4YPJHlewGyKymohy+GPud1+HvPrFcnn+jSJ2+JsRdfELmqaWnM/fRYWdjq3YwDUz+d/wbQz11+MEAWICggENKweshDpkJqn2yShj7ylDph30l96qHHjJl/XqsIXbiW4KuHw/f7P6AfGZDFClnYr6AIq4PUWgyBXyZjrzqSJ7Lnga9PAk8l+4IM8Z0B/Rv2bzAC7UdsvQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right bottom;
}

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

#investment-profiles .panel-default .panel-heading,
#investment-profiles .panel-default {
  border-color: #f68220;
}

#investment-profiles .panel-default .panel-heading {
  background-color: #f68220;
  color: #fff;
}

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

.kader {
  padding: 15px;
  border: 1px solid #ffdcbd;
  background-color: #fff9f5;
}

.kader img {
  max-width: 100%;
  height: auto !important;
}

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

.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-placeholder {
  margin-left: -200px;
  margin-right: -200px;
} */
/*
.kader-breed-placeholder img {
  max-width: unset;
  margin-bottom: 20px;
} */

@media only screen and (max-width: 768px) {
  .kader-placeholder {
    float: none !important;
    margin: 1rem 0 3rem;
  }
}

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

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

@media (min-width: 768px) {
  .kader-placeholder:not(.kader-breed-placeholder) + p img,
  .kader-placeholder:not(.kader-breed-placeholder) + img {
    max-width: 50% !important;
  }

  .kader:not(.kader-breed) + img,
  .kader:not(.kader-breed) + p img {
    max-width: 47% !important;
  }
}

.longread .kader {
  color: #4a4a4a;
  background: #e8e8e8;
  border-radius: 3px;
  border: none;
}

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

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

.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;
}

#transactions td ins img {
  margin: auto;
}

#transactions ins .img-a-b {
  max-width: 750px;
}

/* 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;
  }
}

/* Sign up */
.subscription-select-container {
  position: relative;
}

.subscription-select-container i {
  position: absolute;
  top: 3px;
  right: -30px;
  color: #f2801f;
}

.btn-extend {
  height: 20px;
  line-height: 14px;
  padding: 0 12px;
  margin-top: -3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mobile-usps ul.usps {
  margin-bottom: 0;
}

.mobile-usps ul.usps li:last-child {
  border-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) {
  text-align: right;
}

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

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

#additional-costs td {
  position: relative;
  padding-left: 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;
}

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

#event-registrations ul li {
  margin: 5px 0;
}

#event-registrations ul li a {
  text-decoration: underline;
  font-weight: 700;
}

#event-registrations ul li a i {
  color: #f68220;
}

.custom-fields {
  padding: 15px;
  border: 1px solid #f68220;
  margin-bottom: 10px;
}

.custom-fields .form-group,
.custom-fields .help-block {
  margin-bottom: 0;
}

/* EVENTS */
.event {
  margin-bottom: 40px;
}

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

.event h4 {
  color: #f68220;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.event .date {
  float: left;
  background-color: #ffffff;
  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;
}

.event .date .day,
.event .date .month,
.event .date .year,
.event .date .tbd {
  font-family: "Roboto", sans-serif;
}

.event .date .day {
  font-size: 2em;
  line-height: 100%;
  font-weight: bold;
  color: #373737;
}

.event .date .month {
  font-size: 1.5em;
  line-height: 80%;
  color: #f68220;
}

.event .date .tbd {
  font-size: 1em;
  font-weight: bold;
  margin: 20px 0 18px;
}

.event.sm .date {
  padding: 0 0 4px 0;
  min-width: 40px;
  width: 40px;
  float: none;
}

.event.sm .date .day {
  font-size: 1.5em;
}

.event.sm .date .month,
.event.sm .date .year {
  font-size: 1em;
}

.event.sm .date .tbd {
  font-size: 1em;
  margin: 10px 0 8px;
}

.event.sm .meta-data {
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.event .table > tbody > tr > td,
.event .table > tbody > tr > th,
.event .table > tfoot > tr > td,
.event .table > tfoot > tr > th,
.event .table > thead > tr > td,
.event .table > thead > tr > th {
  border: 0;
}

.event-img-container {
  height: 500px;
  background-position-y: center !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.event .persongroup {
  padding: 15px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.event .persongroup:last-child {
  border-bottom: 1px solid #eee;
}

.event label.persongroup-title {
  display: block;
  font-size: 1.8rem;
}

div.step-number {
  margin: auto;
  display: table;
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 3px solid #f2801f;
  color: #f2801f;
  font-weight: 700;
  margin-top: 4px;
}

div.step-number span {
  display: table-cell;
  vertical-align: middle;
}

#bedrijvenregister .panel-footer {
  min-height: 47px;
  text-align: center;
}

#bedrijvenregister .panel-footer button {
  margin-top: 5px;
}

@media (max-width: 767.98px) {
  #bedrijvenregister .alert-subtle a {
    font-size: 14px;
  }
}

.amount {
  font-weight: 700;
}

#poweredby-matrixian img {
  width: 120px;
  display: inline-block;
}

#export-buttons .dropdown-menu {
  margin: 0;
  right: 0;
  left: initial;
}

#vastgoedclub-news-container .news-item {
  max-height: 138px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

#vastgoedclub-news-container .news-item .news-title {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 80%;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  pointer-events: none;
}

#vastgoedclub-news-container .news-item .no-image {
  height: 138px;
  background-color: #f2801f15;
}

#news-album-images .slick-prev,
#news-album-images .slick-next,
#object-images-container .slick-prev,
#object-images-container .slick-next {
  top: 50% !important;
}

#news-album-images .news-album-description {
  border-left: 1px solid #ededed;
}

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

#news-album-images .slick-track {
  display: flex;
  min-height: 1px;
  /* IE11 fix for align-item */
  align-items: center;
}

#news-album-images img {
  max-height: 360px;
  margin: auto;
}

#objects-container a {
  text-decoration: none;
  color: #333;
}

#objects-container a:hover .panels-container {
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
  color: #333;
}

#objects-container .panel-footer {
  overflow: auto;
}

@media (min-width: 768px) {
  #objects-container .object-link {
    display: block;
    margin-bottom: 20px;
  }

  #objects-container .panels-container {
    display: flex;
    width: 100%;
    min-height: 1px;
    /* IE11 align-items fix */
    border-radius: 4px;
  }

  #objects-container .panel-left,
  #objects-container .panel-right {
    float: left;
    margin-bottom: 0;
  }

  #objects-container .panel-left {
    display: flex;
    min-height: 1px;
    /* IE11 align-items fix */
    align-items: center;
    width: 340px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
  }

  #objects-container .panel-right {
    display: flex;
    min-height: 1px;
    /* IE11 align-items fix */
    flex-direction: column;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-grow: 1;
  }

  #objects-container .panel-right .panel-body {
    flex-grow: 1;
  }

  #objects-container .panel-right .panel-footer a {
    float: right;
  }
}

@media (max-width: 767.98px) {
  #objects-container .panels-container {
    flex-direction: column;
  }

  #objects-container .panel-left {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  #objects-container .panel-right {
    width: 100%;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #objects-container .panel-right img {
    margin: auto;
  }
}

p.object-description {
  white-space: pre-line;
}

#object-images-container img {
  margin: auto;
}

#object-images-container .slick-track {
  display: flex;
  align-items: center;
  min-height: 1px;
  /* IE11 align-items fix */
}

.overlay-fade {
  display: none;
  height: 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}

#object-description-read-more {
  z-index: 3;
  position: relative;
}

.object-description-container {
  position: relative;
}

.object-description {
  overflow: hidden;
  transition: height 400ms;
}

.table-title {
  font-size: 18px;
  font-weight: 700;
}

#objects-search ul {
  padding-left: 2px;
}

#objects-search .minimized-search {
  overflow: hidden;
  height: 150px;
  transition: height 400ms;
}

#objects-search .input-group-addon:first-child {
  min-width: 55px;
}

#objects-search .btn-remove {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px;
  height: 22px !important;
}

#objects-search div.radio {
  margin-top: 0;
}

#sort {
  width: auto;
  float: right;
}

#search-terms {
  min-height: 34px;
}

.location-and-range-item p {
  margin-top: 5px;
  margin-bottom: 0;
}

.loading-data {
  text-align: center;
  color: #ddd;
}

#view-results.btn {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}

ul.cities,
ul.types {
  margin-bottom: 0;
}

#investment-profiles .btn.remove-location {
  margin-right: 5px;
}

@media (min-width: 768px) {
  #search-filters {
    border-right: 1px solid #eee;
  }
}

#search-filters {
  line-height: 20px;
}

#remove-term-items {
  margin-top: 10px;
  min-height: 23px;
}

#remove-term-items li {
  float: left;
}

.vj-dropdown-menu {
  margin: 0;
  padding: 10px 0;
}

.vj-dropdown-menu li {
  padding-left: 0;
}

.vj-dropdown-menu li a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 7px 4px 7px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #000;
}

@media (min-width: 768px) {
  .vj-dropdown-menu li a:hover,
  .vj-dropdown-menu li a.active {
    border-radius: 2px;
    border-color: #000;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
  }
}

.min-height-zero {
  min-height: 0 !important;
}

.transition-margin-top {
  transition: margin-top 200ms;
}

#search-filters .slider-handle {
  width: 12px;
  border-radius: 3px;
  height: 24px;
  top: -2px;
  background-color: #f68220;
  background-image: initial;
  box-shadow: 0 -2px 0 0 inset #e06905;
  border: 1px solid #e06905;
}

#search-filters .slider.slider-horizontal {
  margin-top: 10px;
  margin-left: 11px;
  width: 220px;
}

#search-filters .input-group-addon {
  width: 52px !important;
}

#search-results-header {
  overflow: hidden;
}

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

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

#loading-box-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  text-align: center;
  z-index: 2;
  display: none;
}

#loading-box {
  border-radius: 10px;
  background-color: rgba(229, 229, 229, 0.75);
  font-size: 72px;
  padding: 72px;
  display: inline-block;
}

.price-range.lease,
.price-range.buy {
  display: none;
}

a#filters-mobile {
  color: #f68220;
}

@media (max-width: 991.98px) {
  #search-filters-container {
    display: none;
  }
}

@media (min-width: 992px) {
  #search-filters-container {
    display: block !important;
  }
}

table.table.my-tags td {
  vertical-align: middle;
}

label.checked i {
  color: #f68220;
}

/* #4db848 */

#cases h3 a {
  text-decoration: none;
}

#cases h3 {
  font-weight: 700;
}

#cases ul.list-unstyled {
  padding-left: 12px;
}

#cases .panel-heading h3 {
  margin-top: 5px;
}

#cases .case {
  position: relative;
  margin-bottom: 30px;
}

#cases .case .case-title {
  position: absolute;
  bottom: 10px;
  width: 80%;
  color: #fff;
  padding: 5px 10px 5px 10px;
  background: rgba(0, 0, 0, 0.5);
}

#cases .case .case-title p {
  margin: 0;
  font-weight: 700;
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
}

.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 #f68220;
}

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

/*Cookie notification*/
#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;
}

/*NotifIcon*/
.notificon {
  background-color: #f68220;
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  pointer-events: none;
  cursor: pointer;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

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

.position-relative {
  position: relative;
}

#event-meta-data {
  overflow: auto;
}

#event-meta-data.overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

.location-time p {
  margin: 0;
}

.alert h1 {
  margin: 0 0 10px;
}

.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: rgba(214, 224, 226, 0.2);
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card .card-heading {
  padding: 0 20px;
  margin: 0;
}

.card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}

.card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999;
}

.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}

.card .card-media {
  padding: 0 20px;
  margin: 0 -14px;
}

.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}

.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}

.card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-comments .media-heading {
  font-size: 13px;
  font-weight: bold;
}

.card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
}

.card.people:first-child {
  margin-left: 0;
}

.card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #ffffff;
}

.card.people .card-top.green {
  background-color: #53a93f;
}

.card.people .card-top.blue {
  background-color: #427fed;
}

.card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #404040;
}

.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: #f5f5f5;
}

.card.hovercard.align-left {
  text-align: left;
}

.card.hovercard .cardheader {
  background-color: #ccc;
  background-size: cover;
  height: 65px;
  padding-top: 23px;
  padding-left: 15px;
}

.card.hovercard .cardheader * {
  margin: 0;
}

.card.hovercard div.avatar {
  position: relative;
  top: -50px;
  margin: 0 auto -50px auto;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #828282;
  background-size: cover;
  display: block;
  line-height: 120px;
  background-color: #f5f5f5;
  color: #555;
}

.card.hovercard img.avatar {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  border: 5px solid #828282;
  position: relative;
  top: -50px;
  margin: 0 auto -50px auto;
  border-radius: 50%;
  transition: border-color 400ms;
}

.card.hovercard img.avatar:hover {
  border-color: #f68220;
}

.card.hovercard .avatar i {
  padding-left: 5px;
}

.card.hovercard .info {
  padding: 20px 15px 20px 15px;
}

.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #f68220;
  font-weight: bold;
  vertical-align: middle;
}

.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

#user-profiles article {
  overflow: auto;
  padding: 10px;
  width: 100%;
  display: flex;
}

#user-profiles article img,
.message-container .message-user-avatar {
  max-height: 70px;
  max-width: 70px;
  margin-right: 20px;
  border-radius: 50%;
}

#user-profiles.small-participants article img {
  max-height: 50px;
  max-width: 50px;
}

#user-profiles.small-participants h4 {
  margin: 2px 0;
}

#user-profiles div[id^="chat-user-"] {
  color: #999;
}

#user-profiles a[id^="chat-user-"] article {
  border: 0;
}

#user-profiles a[id^="chat-user-"] article h4,
#user-profiles a[id^="chat-user-"] article p {
  margin: 0;
}

#user-profiles a[id^="chat-user-"] article img {
  max-height: 40px;
  max-width: 40px;
}

#user-profiles-container a {
  text-decoration: none;
}

#private-users {
  border: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
  margin-top: 15px;
  font-weight: 700;
  background-color: #f9f9f9;
}

#form-settings .form-control {
  transition: box-shadow 600ms;
  box-shadow: 0 0 0 0 #fff;
}

.success-text {
  display: none;
}

/* Longreads/Specials */
#progress-bar-container,
#progress-bar {
  height: 6px;
  top: 0;
  left: 0;
  z-index: 9999;
}

#progress-bar-container {
  position: fixed;
  width: 100%;
}

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

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

  #navbar {
    overflow-x: hidden;
  }
}

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

.longread-meta-arrow {
  margin-top: 30%;
}

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

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

@media (max-width: 767.98px) {
  .longread-meta-data p {
    font-size: 0.8em;
  }
  .longread-meta-data span {
    white-space: nowrap;
    display: block;
  }
}

.longread-article-image {
  background-size: cover;
  transform: scale(1);
  transition: transform 4500ms;
  transition-delay: 1000ms;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center top;
}

.longread-header {
  flex-direction: column;
  justify-content: center;
}

.longread-header h1 {
  font-size: 1.5em;
  color: #fff;
  margin: 0 10%;
}

@media (max-width: 768px) {
  .longread-header h1 {
    padding-top: 10px;
  }
}

.longread-header h2 {
  color: #fff;
  margin: 0 10%;
  font-size: 0.9em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .longread-header h1 {
    font-size: 3em;
  }
}

@media (min-width: 768px) {
  .longread-header h2 {
    font-size: 1.2em;
  }
}

.row.longread {
  overflow: hidden;
}

.article-view.longread img {
  opacity: 0;
  transition: opacity 1500ms;
}

.article-view.longread .col-md-8 > p:first-child:first-letter {
  color: #f68220;
  float: left;
  font-family: Georgia;
  font-size: 5em;
  line-height: 60px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 3px;
}

.article_view p,
.article_view ul,
.article_view ol,
.article_view .kader {
  line-height: 150%;
  font-size: 1.6rem;
}

.article-introduction {
  position: relative;
}

.article-introduction:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}

/*--------------- KADERS EN FOTOS LONGREADS ---------------- */
.kader-placeholder:after,
.kader-links:after,
.kader-rechts:after {
  clear: both;
}

/* @media (min-width: 1200px) {
  .kader-links-placeholder {
    margin-left: -200px;
  }
}

@media (min-width: 1200px) {
  .kader-rechts-placeholder {
    margin-right: -200px;
  }
} */

@media (min-width: 1200px) {
  .kader-placeholder-links-foto {
    float: left;
  }
}

@media (min-width: 1200px) {
  .kader-links-foto {
    margin-left: -200px;
    margin-right: 20px;
  }
}

.kader-placeholder .kader {
  text-align: start;
}

.kader-links-foto p.MsoNoSpacing {
  border-bottom: 1px solid #ccc;
}

#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: #f68220;
}

.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;
}

section.case h2.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
  color: #f68220;
  font-weight: 600;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
}

@media only screen and (max-width: 768px) {
  section.case h2.section-title {
    width: 85%;
    font-size: 2.5em;
  }
}

section.case h3.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
}

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: #f68220;
  opacity: 1;
  font-size: 20px;
  position: absolute;
  top: 30%;
}

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: #e06905;
}

section.specials div.article-image-outer,
section.special div.article-image-outer,
section.case div.article-image-outer {
  overflow: hidden;
}

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

section.specials div.article-image,
section.special div.article-image,
section.case div.article-image {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
}

section.case .article {
  margin-bottom: 30px;
}

section.case .article a.case-article-title {
  text-decoration: none;
}

section.case .article a.case-article-title h4 {
  margin-top: 20px;
  font-size: 2.3em;
  color: #333;
}

@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;
  }
}

.special-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  transition: box-shadow 0.3s;
}

.special-card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.special-card .special-card-title .uitgelicht {
  top: 40px;
}

.longread-title-bg {
  border-radius: 2px;
  width: 100%;
  padding-top: 30px;
  background: -moz-linear-gradient(top, rgba(55, 55, 55, 1) 0px, rgba(55, 55, 55, 1) 100px, rgba(55, 55, 55, 0.98) 120px, rgba(55, 55, 55, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(55, 55, 55, 1) 0px, rgba(55, 55, 55, 1) 100px, rgba(55, 55, 55, 0.98) 120px, rgba(55, 55, 55, 0) 100%);
  background: linear-gradient(to top, rgba(55, 55, 55, 1) 0px, rgba(55, 55, 55, 1) 100px, rgba(55, 55, 55, 0.98) 120px, rgba(55, 55, 55, 0) 100%);
  min-height: 200px;
  display: flex;
}

.longread-title-container {
  width: 100%;
  align-self: flex-end;
}

.special-card .special-card-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
  padding-top: 50px;
  background: -webkit-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -o-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: -moz-linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
  background: linear-gradient(to top, rgba(55, 55, 55, 1), rgba(55, 55, 55, 0));
}

.special-card .special-card-title h2 {
  color: #ffffff;
}

section.specials .article,
section.special .article {
  margin-top: 30px;
}

section .special-description {
  font-size: 1.2em;
  margin: 20px auto 0;
  padding-bottom: 10px;
}

h2.subtitle {
  font-weight: 500;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  article.article-view.longread {
    text-align: justify;
  }
}

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;
}

.longread blockquote {
  width: 100%;
}

@media (max-width: 1200px) {
  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%;
}

.special-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.special-card-text {
  margin-top: 10px;
}

.article-metadata li {
  color: #666;
  margin-right: 10px;
}

.article-metadata li a {
  color: #666;
  text-decoration: underline !important;
}

.article-metadata i {
  font-size: 1.5em;
  color: #ccc;
  vertical-align: -2px;
}

.article-metadata,
.longread-article-metadata {
  font-size: 0.9em;
}

h4.special-card-title {
  font-size: 24px;
  font-weight: 700;
}

.header-dot {
  background: #f68220;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.header-summary {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-word;
  text-align: center;
}

@media (min-width: 992px) {
  .header-summary {
    width: 500px !important;
  }
}

@media (min-width: 992px) {
  .longread-title {
    width: 65%;
    text-align: center;
    margin: 0 auto !important;
  }
}

.arrow {
  background: #f68220;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin: 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;
  position: relative;
}

@media (max-width: 767px) {
  .arrow {
    margin-top: 100px !important;
  }
}

.arrow svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 11px;
  left: 10px;
  fill: #fff;
}
/* Arrow animations */
@-webkit-keyframes float-down {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes float-down {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-5px);
  }
}
@-ms-keyframes float-down {
  0% {
    -ms-transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(-5px);
  }
}
@keyframes float-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.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;
  text-align: start;
}

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

@media (max-width: 1260px) {
  .case-article .article-meta-data {
    height: 120px;
  }
}
.case-article .article-meta-data.left {
  width: 30%;
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #eee;
}

.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: 1.3em;
}

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

.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;
}

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

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

.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;
}

body.specials img.logo,
body.longread img.logo {
  height: 50px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  body.specials img.logo,
  body.longread img.logo {
    margin-top: 3px;
  }
}

body.longread .tags {
  text-align: center;
}

body.longread header {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  border-bottom: 3px solid #f68220;
}

.navbar-header.navbar-header-longread {
  float: none;
  display: flex;
  height: 70px;
  overflow: hidden;
}

.longread header .logo {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-header-longread {
  position: relative;
  width: 100%;
}

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

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

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

.button-back-longreads {
  position: absolute;
  left: 0px;
  align-self: center;
}

header .button-back-longreads {
  top: 15px;
}

.btn-longread-back {
  background-color: transparent;
  border-color: #f68220;
  color: #f68220;
}

article.article-view.longread {
  padding-top: 10px;
}

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

a.btn-longread-back {
  color: #f68220;
  text-decoration: none;
}

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

@media (max-width: 321px) {
  body.longread img.logo {
    position: absolute;
    right: 0;
    height: 50px;
  }
}

@media (max-width: 275px) {
  body.longread img.logo {
    position: absolute;
    right: 0;
    top: 8px;
    height: 45px;
  }
}

@media (max-width: 250px) {
  body.longread img.logo {
    position: absolute;
    right: 0;
    top: 10px;
    height: 40px;
  }
}

.longread-newsletter {
  background-color: #f2f2f2;
  padding: 1px 14px;
  text-align: start;
}

#nav-col {
  overflow: auto;
}

/* WEB ALERTS */
.web-alert a.web-alert-close {
  position: relative;
  color: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  text-decoration: none;
}

.web-alert {
  border-radius: 3px;
  color: #000;
  border: 1px solid #f68220;
  padding: 15px;
  margin: 10px 0;
  box-sizing: border-box;
  word-break: keep-all;
  background-color: #fff;
}

.landing-woningmarkt .web-alert {
  border-color: #ed1b2e;
}

.web-alert-body {
  overflow: auto;
}

.web-alert-body img {
  max-width: 100%;
  height: auto !important;
}

.web-alert h1,
.web-alert h2,
.web-alert h3,
.web-alert h4,
.web-alert h5,
.web-alert h6 {
  margin-top: 0 !important;
}

.btn-web-alert {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #e06905;
  font-family: "Roboto", sans-serif;
  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-color 0.1s linear;
  cursor: pointer;
  display: inline-block;
}

.btn-web-alert-primary {
  background: #f68220;
  border-color: #e06905;
  box-shadow: inset 0 -2px 0 0 #e06905;
  color: #fff;
  margin-right: 10px;
}

.btn-web-alert.btn-web-alert-primary:focus,
.btn-web-alert.btn-web-alert-primary:hover,
.btn-web-alert.btn-web-alert-primary:active {
  background: #f78c31;
  border-color: #de751c;
  box-shadow: inset 0 -2px 0 0 #de751c;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #f68220;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  height: 34px;
  line-height: 1.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s linear;
}

.btn-web-alert-secondary {
  border-color: rgb(204, 204, 204);
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #f68220;
  background: #fff;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-web-alert-secondary:focus,
.btn-web-alert-secondary:hover,
.btn-web-alert-secondary:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

.btn-clear {
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.longread #special .href-a-b img {
  width: 100%;
}

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

.footer .socialicons ul li {
  font-size: 13px;
}

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

.not-published {
  margin: 0;
  padding: 10px;
  background-color: #1f1f1f;
  color: #eee;
  font-weight: bold;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.sidebar-event p,
.sidebar-event li {
  margin: 0;
}

.sidebar-event li:last-child {
  border-bottom: none;
}

.sidebar-event .event.sm .date {
  padding-top: 4px;
}

.sidebar-event .event {
  margin: 0;
}

ul.calendar.event.sm li {
  overflow: auto;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

.calendar-container ul.calendar.event.sm li {
  margin-bottom: 10px;
}

.calendar-container h4 {
  margin-top: 20px !important;
  font-weight: 400;
}

.dl-horizontal {
  margin: 0;
}

.chat-wrapper {
  display: grid;
  grid-template-columns: 70% auto;
  grid-template-areas:
    "messages messages"
    "messages messages"
    "input input";
  grid-gap: 10px;
  padding: 10px;
  background-color: #eee;
  border-radius: 2px;
}

.chat-messages,
.chat-participants,
.chat-input {
  background-color: rgba(255, 255, 255, 0.8);
}

.chat-messages {
  grid-area: messages;
  height: 300px;
  max-height: 300px;
  overflow-y: scroll;
}

.chat-participants {
  grid-area: participants;
  height: 300px;
  max-height: 300px;
  overflow-y: scroll;
}

.chat-input {
  grid-area: input;
  display: flex;
}

.chat-input input {
  flex: 1;
}

#chat-input + .btn-send {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.chat-messages ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.participants-sidebar {
  padding-right: 15px;
  position: relative;
}

.participants-sidebar h3 {
  margin-top: 0;
  display: inline-block;
}

#participant-counter {
  display: none;
  vertical-align: top;
  font-size: 12px;
  border: 1px solid #f68220;
  background-color: #f68220;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.7;
  margin-left: 6px;
}

.message-container {
  display: grid;
  grid-template-areas:
    "avatar username"
    "avatar message";
  grid-template-columns: 40px auto;
  column-gap: 10px;
  row-gap: 5px;
  margin-bottom: 10px;
}

.message-container a {
  display: contents;
}

.message-container .message-user-avatar {
  grid-area: avatar;
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
}

.message-container .message-user-name {
  grid-area: username;
  margin: 0;
}

.message-container .message-user-name i.fa {
  color: #aaa;
  margin-left: 6px;
}

.message-container .message-user-name a:hover i.fa {
  color: #f68220;
}

.message-container .message-body {
  grid-area: message;
  margin: 0;
}

.message-container .message-user-avatar.public-user {
  border: 2px solid #f68220;
}

.guest-and-no-access .btn-web-alert {
  width: 48%;
}

.label-orange {
  background-color: #f68220;
}

h1.event-title .label-orange {
  font-size: 14px;
  vertical-align: middle;
}

.services-dropdown .vj-dropdown-menu {
  display: block;
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.services-dropdown li > a {
  padding: 5px 15px 5px 25px;
  color: #777;
}

.signup-steps-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.signup-steps-list::before {
  background-color: #ddd;
  content: "";
  height: 2px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 1;
}

.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;
  justify-content: center;
  z-index: 2;
}

.signup-steps-list li .step-number {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
}

.signup-steps-list li.active .step-number {
  color: #fff;
  border-color: #f68220;
  background-color: #f68220;
}

.signup-steps-list li .step-name {
  font-size: 12px;
}

article.headline .uitgelicht.live {
  font-size: 1.4rem !important;
  background-color: #c90e20 !important;
  top: 188px;
}

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

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

/* Vastgoedfinanciering */
#dropzone-container {
  width: 100%;
  height: 200px;
  margin-bottom: 5px;
  transition: height 800ms;
  overflow: hidden;
  display: flex;
}

#dropzone {
  border: 2px dashed #929292;
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  transition: height 800ms;
  overflow: hidden;
}

#dropzone.active,
.image-upload-wrap.image-dropping {
  border-color: #999;
  border-width: 2px;
  background-color: #eee;
}

#dropzone > span,
#dropzone > p {
  flex: 0 0 100%;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  #dropzone {
    height: auto;
    border: none;
  }

  #dropzone #placeholder {
    display: none;
  }

  #dropzone > span {
    text-align: left;
  }
}

#dropzone #placeholder {
  font-family: "Roboto", sans-serif;
  margin: auto;
  font-size: 1.6em;
  pointer-events: none;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
  color: #f68220;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

#maxFiles {
  display: none;
  color: #a94442;
  font-weight: 700;
}

.article-body h1,
.article-body h2,
.article-body h3 {
  font-size: 1.5em;
}

.note-status-output {
  display: none !important;
}

#fileList-msg {
  margin-top: 7px;
}

@media (min-width: 767px) {
  #arena #speakers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  #arena #speakers > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }

  #arena #speakers .panel {
    height: 100%;
    width: 100%;
  }

  #arena #speakers .panel .panel-body {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    height: 100%;
  }

  #arena #speakers .panel .panel-body p {
    flex-grow: 1;
  }
}

.iframe-slideshare-16x9 {
  padding-bottom: calc(56.25% + 38px);
  position: relative;
  width: 100%;
  height: 0;
}

.iframe-slideshare-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

/* VJ CONNECT */
.job-examples-container {
  /* border: 1px solid grey; */
  background: #f2f2f2;
}
.job-examples {
  padding: 10px 40px 0;
}

/* Livestream zorgvastgoed */
.partners {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.partners--col {
  flex-basis: 25%;
}

.partners--col img {
  margin: auto;
}

@media (max-width: 767.98px) {
  .partners--col {
    flex-basis: 50%;
  }
}

#vjjobs-table_filter {
  display: none;
}

.vf-companies-container .gradient-right {
  width: 15%;
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
  right: 15px;
  background: -moz-linear-gradient(right, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  background: linear-gradient(to left, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.vf-companies {
  display: none;
}

.vf-companies-left {
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 2px;
  position: relative;
  margin-right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
}

.vf-companies-left a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.vf-companies .vf-company {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 4px 8px 4px 4px;
  box-sizing: border-box;
}

.vf-companies a {
  text-decoration: none;
  margin-right: 12px;
  margin-left: 2px;
}

.vf-companies .vf-company img {
  height: auto;
  max-height: 100%;
  max-width: 80px;
  margin-right: 8px;
}

.vf-companies .vf-company p {
  margin: 0;
}

.vf-companies-left .vf-companies-prefix {
  text-align: center;
  border-radius: 2px;
  background-color: #bbb;
  padding: 18px 8px;
  line-height: 1;
  font-size: 14px;
  position: relative;
}

@media (max-width: 991.98px) {
  .vf-companies-left .vf-companies-prefix:after {
    content: "";
    border-top: 10px solid #bbb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
  }
}

@media (max-width: 1199.98px) {
  .vf-companies-left .vf-companies-prefix {
    padding: 12px 8px;
  }
}

@media (min-width: 992px) {
  .vf-companies-left .vf-companies-prefix:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #bbb;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.badge {
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.badge .badge-primary {
  background: #f68220;
  color: #fff;
}

.recent-articles-vacancies {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}

.recent-articles-vacancies li {
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.recent-articles-vacancies li:last-child {
  border-bottom: none;
}

.recent-articles-vacancies li i {
  color: #ccc;
}

.recent-articles-vacancies .btn {
  background: none;
  color: #f68220;
  font-size: 12px;
  font-weight: 600;
}

.recent-articles-vacancies .btn.btn-active {
  background-color: #f68220;
  color: #fff;
}

.landing-woningmarkt .btn.btn-active {
  background-color: #ed1b2e;
}

.landing-woningmarkt .recent-articles-vacancies .btn:not(.btn-active) {
  color: #ed1b2e;
}

.recent-articles-vacancies .btn:active {
  box-shadow: unset;
}

.recent-articles-vacancies .btn:focus {
  outline: none;
}

.recent-articles-vacancies .btn-vacancies .bull {
  position: absolute;
  top: 6px;
  font-size: 22px;
}

.label-orange {
  position: relative;
  display: inline-block;
  background: #f68220;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.landing-woningmarkt .label-orange {
  background-color: #ed1b2e;
}

.headline-articles article.headline,
#search-results article {
  box-shadow: 0 0 2px #ccc;
}

.headline-articles .headline .media-container {
  position: relative;
  overflow: hidden;
  height: 240px;
  flex-shrink: 0;
}

.headline-articles .headline .overlay {
  overflow: hidden;
}

.headline-articles .headline .overlay p {
  flex-shrink: 1;
  overflow: hidden;
}

#articles article .media-container,
#search-results article .media-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
}

#articles article .media-container video,
.headline-articles .headline .media-container video,
#search-results article .media-container video {
  position: absolute;
  top: 50%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  height: 100%;
}

#articles article .media-container .media-container--img,
.headline-articles .headline .media-container .media-container--img,
#search-results article .media-container .media-container--img {
  transition: transform 2s;

  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.headline-articles .headline .media-container .media-container--img {
  height: 240px !important;
}

.headline-articles article {
  display: flex;
  flex-direction: column;
}

.headline-articles article .headline-datetime {
  color: #bbb;
  margin-top: auto;
  margin-bottom: 0;
}

.headline-articles a,
#articles a,
#search-results a {
  text-decoration: none;
}

.breaking-news-article {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.breaking-news-article--image {
  background-size: cover;
  background-position: center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.breaking-news-article--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
}

.breaking-news-article--metadata {
  position: absolute;
  bottom: 0;
  padding: 15px;
}

.breaking-news-article--metadata h1 {
  color: #fff;
  font-size: 34px;
}

@media (min-width: 768px) {
  .breaking-news-article--metadata h1 {
    font-size: 40px;
  }
}

.breaking-news-article--introduction,
.breaking-news-article--introduction * {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.breaking-news-article--introduction a {
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .breaking-news-article--metadata {
    width: 75%;
  }
}

.breaking-news-article--wrapper {
  position: relative;
}

.breaking-news-article--wrapping-link {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
}

.sidebar aside {
  border: 1px solid #ededed;
  padding: 10px;
  background-color: #fff;
}

.sidebar aside span.header {
  background-color: #ededed;
  padding: 10px;
  margin: -11px -11px 10px -11px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.highlights-container aside span.header {
  background-color: #f68220;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.landing-woningmarkt .highlights-container aside span.header {
  background-color: #ed1b2e;
}

.sidebar aside .pinned-vacancy {
  font-weight: 600;
}

.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;
}

.sidebar aside.post-vacancy .header {
  background-color: #f68220;
  margin: -5px;
}

.sidebar--vj {
  overflow-y: auto;
}

/* Company Profiles */
.vacancy-profile .cover-image {
  background-size: cover;
  min-height: 250px;
  border-radius: 3px;
  background-position: center center;
}

.vacancy-profile .cover-overlay {
  background: linear-gradient(to top, rgba(55, 55, 55, 1) 0px, rgba(55, 55, 55, 0) 100%);
  width: 100%;
  min-height: 250px;
}

.vacancy-profile h1,
.vacancy-profile a {
  color: #fff;
}

.fileinput-new .thumbnail,
.fileinput-exists .thumbnail {
  margin-bottom: 5px !important;
}

.nxt-loader {
  display: block;
  margin: auto;
}

/* Abonnementen page */
.panel-abo {
  border: 3px solid #f2f2f2;
  border-radius: 0;
}

.panel-abo .price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #f68220;
}

.panel-abo .usps li .fa {
  color: #f68220;
}

.panel-abo .div-price {
  height: 75px;
}

#abonnementen .preferred-subscription {
  background-color: #f68220;
  border-color: #f68220;
}

.preferred-subscription,
.preferred-subscription ul li,
.preferred-subscription h3,
.preferred-subscription .price,
.preferred-subscription h2,
.preferred-subscription .usps li .fa,
.preferred-heading p {
  color: #fff;
}

.panel-abo .panel-heading h2 {
  font-size: 1.8em;
}

.panel-abo .panel-heading p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

.select-sub {
  display: block;
  margin: 40px auto;
}

@media (max-width: 767.98px) {
  #articles article div.display-flex-xs .col-xs-4.order-2-xs {
    padding-left: 0;
  }

  .order-2-xs {
    order: 2;
  }
}

.all-events-container {
  display: none;
}

.all-events-container.active {
  display: block;
}

#form_newsletter .additional-fields-container {
  display: none;
}

#form_newsletter + .success-message,
#form_newsletter_wmnl + .success-message {
  display: none;
}

#form-register .password-fields-container {
  display: none;
}

.themamaand-slider,
.special-articles-slider {
  margin: 0 -15px;
}

.themamaand-slider .slick-track,
.special-articles-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.themamaand-slider a,
.special-articles-slider a {
  margin: 0 15px;
}

.themamaand-slider .slick-prev,
.special-articles-slider .slick-prev {
  left: 15px;
}

.themamaand-slider .slick-next,
.special-articles-slider .slick-next {
  right: 15px;
}

.themamaand-container h2 span {
  display: inline-block;
}

.themamaand-container h2 span:first-letter {
  text-transform: uppercase;
}

.background-slider-container {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .background-slider-container {
    margin-top: 0;
  }
}

.background-slider-container,
.background-slider-container .backgrounds-slider,
.background-slider-container .backgrounds-slider .slick-list,
.background-slider-container .backgrounds-slider .slick-list .slick-track {
  height: 100%;
}

.themamaand-slider a,
.backgrounds-slider a,
.special-articles-slider a {
  text-decoration: none;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.persons-slider .slick-prev,
.persons-slider .slick-next {
  top: 20%;
}

.full-image-article {
  background-size: cover;
  background-position: center center;
  min-height: 350px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.full-image-article h1,
.full-image-article h2 {
  color: #fff;
}

.gradient-container {
  padding: 20px;
  background: linear-gradient(to top, rgb(0 0 0 / 1), rgb(0 0 0 / 0));
  width: 100%;
}

.cta-member-container {
  background: #ededed;
  padding: 20px 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 60px 0 20px;
}

.cta-member-container h2 {
  color: #000;
  margin: 0;
}

@media (max-width: 599.99px) {
  .cta-member-container h2 {
    font-size: 2.2rem;
  }
}

.cta-member-container > .container > .row {
  display: flex;
}

.cta-member-container > .container > .row > * {
  display: flex;
  align-items: center;
}

.cta-member-container .btn {
  margin: 0 !important;
}

@media (min-width: 992px) {
  .cta-member-container img {
    position: absolute;
  }
}

.dedicated-event-introduction img,
.branded-program img,
.dedicated-supporter-images img,
.dedicated-event-networks img {
  max-width: 100%;
  height: auto !important;
}

.article-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
}

@media (min-width: 768px) {
  .article-grid {
    grid-template-columns: 4fr 8fr;
  }
}

.article-grid .article-grid-item-right {
  margin: 0;
}

.article-grid .article-grid-item-left {
  position: relative;
  background-color: #fff;
}

.article-grid .article-grid-item-wide {
  grid-column-end: span 2;
}

#services.row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;

  margin-bottom: 30px;
}

#services .panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#services .panel .panel-footer {
  margin-top: auto;
}

/* SIDEBAR MENU */

#menu {
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 16px 32px 16px 32px;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;

  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;

  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-height: 100vmax;

  transition: transform 0.3s ease-out;
  will-change: transform;

  overflow-y: auto;
}

#menu .btn-primary {
  margin-top: 1px;
}

#menu ul {
  width: 100%;
}

#menu.closed {
  /* add 5 px because of the box-shadow */
  transform: translateX(calc(100% + 5px));
}

@media (min-width: 768px) {
  #menu {
    width: 350px;
    max-height: unset;
    height: 100%;
    position: absolute;
    overflow-y: unset;
  }

  #menu.closed {
    transform: translateX(calc(100% + 5px));
  }
}

#menu .menu-header img {
  max-width: 75%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#menu .menu-item {
  position: relative;
  display: flex;
}

#menu .btn-close {
  background: none;
  border: none;
  font-family: none;
  font-size: 48px;
  color: #f68220;
  line-height: 0.6;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}

#menu .menu-item > ul {
  margin-left: -32px;
  width: calc(100% + 64px);
  margin-right: -32px;
}

#menu .menu-item > ul > li > ul > li {
  display: flex;
}

#menu .menu-item > ul > li {
  padding-left: 32px;
  display: flex;
}

#menu .menu-item ul > li.highlight {
  background-color: #ededed;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#menu .menu-item > ul > li > ul > li.active,
#menu .menu-item > ul > li > ul > li.active a {
  background-color: #f68220;
  color: #fff;
  margin-left: -32px;
  padding-left: 32px;
}

#menu .menu-item ul > li > a,
#menu .menu-item ul > li.highlight > p {
  display: block;
  padding: 8px 0;
  margin: 0;
}

#menu li.seperator {
  padding: 0;
  border-top: 3px solid #ededed;
}

#menu .sub-menu {
  display: none;
  padding-left: 16px;
}

#menu .sub-menu li.active {
  padding-left: 48px !important;
  margin-left: -48px !important;
}

.cta-free-article,
.vj-modal {
  padding: 20px 20px 40px 20px;
  z-index: 2;
  position: relative;
}

.footer-cta-container {
  margin-bottom: 20px;
}

.footer-cta-container,
.footer-cta {
  display: flex;
  flex-wrap: wrap;
}

.footer-cta {
  align-items: center;
  height: 100%;
}

.footer-cta > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-cta a {
  flex-grow: 1;
}

.footer-cta-container [class*="col-"] {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .footer-cta-container .col-md-9 {
    width: 75%;
  }

  .footer-cta-container .col-md-3 {
    width: 25%;
  }
}

#articles ins .img-a-b,
header ins .img-a-b {
  width: 100%;
}
