
body.overview, body.post   {
  background: #ffffff !important;
}

body.intermediary  {
  background-image: url('../custom-css/background-images/bg-rebecca.jpg') !important;
  background: url('../custom-css/background-images/bg-rebecca.jpg') !important; 
  background-repeat: repeat !important;
  z-index: 0;
}

body.intermediary .desktop-cross {
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.overview .desktop-cross {
  filter: invert(11%) sepia(98%) saturate(7210%) hue-rotate(6deg) brightness(101%) contrast(114%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.intermediary hr {
  display: none;
}

body.overview hr {
  display: none;
}
.navbar-nav h4 {
  display: none;
}

body.overview h4 {
  color: #e83323;
}

body.overview .popover-arrow {
  display: none;
}

body.overview .sectionTitle {
 font-size: 1.875em !important;
 line-height: normal !important;
 color: #e83323 !important;
}

body.overview .popover-body {
  color: #e83323;
  border: 1px solid #e83323;
}

body.overview .blackgrey {
  background: #fff;
  color: #e83323 !important;
  border: 1px solid #e83323;
}

body.overview .embedElement {
  border: none !important;
}

body.overview .textElement .text-white {
  color: #e83323 !important;
}

body.overview hr {
  border: 1px solid #e83323;
}