@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v11/pe0qMImSLYBIv1o4X1M8cce9I94.ttf) format('truetype');
}
body {
  font-family: 'Nunito Sans', sans-serif;
}
body .modal-youtube {
  width: 800px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  margin-left: 29vw;
  /*margin-top: 200px;*/
}
@media (max-width: 767px) {
  body .modal-youtube {
    max-width: 100%;
  }
}
.menuContainer {
  max-width: 1200px;
  background-color: white;
  margin: 0 auto;
}
.topContainer {
  background-color: white;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}
.fullWidthContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.bg-nav {
  background-color: white;
}
.bg-nav-bottom {
  background-color: #6a70ab;
}
.nav-link {
  display: block;
  padding: 1.5rem 1.5rem;
  font-weight: bold;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  font-size: 1.1rem;
}
.nav-link-bottom {
  display: block;
  padding: 0.1rem 0.5rem;
  font-weight: bold;
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 1.1rem;
  color: white;
}
@media (max-width: 767px) {
  .nav-link {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    padding-left: 1.3rem !important;
    font-weight: bold;
    font-size: 1.2rem;
  }
}
.needHelpButton {
  padding-left: 10px;
  margin-top: 1.1rem;
  background-color: #ff8300;
  color: white;
}
.needHelpButton .nav-link {
  display: block;
  margin-left: 0.5rem !important;
  padding: 0.2rem 1rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .needHelpButton {
    margin-top: 0.8rem;
    background-color: #ff8300;
    color: white;
  }
  .needHelpButton .nav-link {
    display: block;
    margin-left: 0.1rem !important;
    padding: 0.2rem 1rem;
    font-weight: bold;
    color: white;
  }
}
a {
  color: #551a8b;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #ff8300;
  text-decoration: none;
}
.halfColorContainerSecundary {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  background: white;
  background: linear-gradient(to right, #6a70ab 0%, #6a70ab 50%, #6a70ab 50%, white 50%, white 100%);
}
.homepageColorContainerSecundary {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  background: white;
  background: linear-gradient(to right, #6a70ab 0%, #6a70ab 50%, #6a70ab 65%, white 50%, white 100%);
}
.halfColorContainerPrimary {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  background: white;
  background: linear-gradient(to right, #ff8300 0%, #ff8300 50%, #ff8300 50%, white 50%, white 100%);
}
.halfColorContainerPrimaryRight {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  background: white;
  background: linear-gradient(to left, #ff8300 0%, #ff8300 50%, #ff8300 50%, white 50%, white 100%);
}
.case_title {
  background-color: #6a70ab;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
  text-align: center;
  font-size: larger;
  font-weight: bolder;
  color: white;
}
.caseHeader {
  background-color: #6a70ab;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .halfColorContainerSecundary {
    background-color: #6a70ab;
    background-image: none;
  }
  .halfColorContainerPrimaryRight {
    background-image: none;
    background-color: #ff8300;
  }
  .homepageColorContainerSecundary {
    background: linear-gradient(to right, #6a70ab 0%, #6a70ab 50%, #6a70ab 100%, white 50%, white 100%);
  }
  .imageFront {
    display: none;
  }
  .imageNeighbours {
    display: none;
  }
  .case_title {
    padding-top: 15px;
  }
  .padding10 {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .halfColorContainerPrimary {
    background-color: #ff8300;
    background-image: none;
  }
}
.introSecundary {
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  color: white;
}
.casesFrontpage {
  margin-bottom: 20px;
}
a.casesFrontpage {
  text-decoration: none;
  text-decoration-color: black;
}
h2.casesFrontpageHeader {
  font-size: 20px;
  font-weight: bold;
}
.casesFrontpage a {
  color: #000;
  text-decoration: none;
}
.casesFrontpageLink {
  color: #6a70ab;
  text-align: right;
}
.bottomMenuBar {
  background-color: #6a70ab;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.menuBottom {
  max-width: 1200px;
  background-color: #6a70ab;
  margin: 0 auto;
  color: white;
  padding-top: unset;
  padding-bottom: unset;
  font-size: 1.2rem;
  font-weight: bold;
}
.padding10 {
  padding: 20px 10px;
}
.extraHelpHead {
  font-size: 20px;
  font-weight: bolder;
}
.frontTitle {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .frontTitle {
    margin-top: 80px;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  left: unset;
  right: unset;
  z-index: 1030;
  width: 100%;
}
.logo {
  float: left;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .logo {
    float: left;
    margin-left: -10px;
  }
}
.dropdown-menu {
  left: 16px;
}
.nav-link-submenu {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
}
.dropdown-item {
  color: #6a70ab;
}
a.dropdown-item:hover {
  text-decoration: none;
  text-decoration-color: #ff8300;
}
.gula-footer {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconFrontpage {
  max-width: 100%;
}
.iconFrontpage {
  max-width: 50px;
  max-height: 50px;
}
.problem_suggestions {
  margin-left: 15px;
  padding-top: 5px;
}
.problem_suggestions_block {
  padding-left: 5%;
  padding-right: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.headerOtherProblems {
  margin-bottom: 25px;
  margin-top: 15px;
}
.iconOtherProblems {
  text-align: center;
  margin-bottom: 20px;
}
.youtubeImage {
  max-width: 100%;
}
.filler {
  max-width: 100%;
  max-height: 100%;
}
.rightpanel {
  padding-left: 0rem;
}
.client_case_date {
  font-style: italic;
  padding-bottom: 15px;
}
.client_case_menu {
  color: #ff8300;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.client_case_list {
  list-style: none;
  padding: 0;
}
.tips_header {
  margin-left: 10px;
  margin-bottom: 25px;
  padding-top: 5px;
}
.about_header {
  margin-bottom: 15px;
}
.about_steps {
  list-style: none;
}
.about_step {
  color: #ff8300;
  float: left;
  margin-right: 0.5em;
}
.about_flow {
  list-style: none;
}
.about_flow li::before {
  content: "\2022";
  color: #ff8300;
  font-weight: bold;
  width: 1em;
  margin-right: 1em;
}
.tips_bullets ul {
  list-style: none;
}
.tips_bullets li::before {
  content: "\2022";
  color: #ff8300;
  font-weight: bold;
  width: 1em;
  margin-right: 1em;
  margin-left: -1.5em;
}
.requestForm {
  display: none;
}
#blockColorblindContent {
  display: none;
}
a.bottom:link {
  color: white !important;
}
.bottom {
  color: white;
  padding: 0;
}
.menu-fixed-background {
  position: fixed;
  top: 0px;
  height: 90px;
  width: 100%;
  z-index: 1000;
  background-color: white;
}
.modal {
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
}
.dimp_header img {
  max-width: 100%;
}
.spacer {
  margin-bottom: 20px;
}
.dimp-intro {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #6a70ab;
  color: white;
}
@media (max-width: 767px) {
  .dimp-intro {
    margin-left: -10px;
    min-width: 102%;
  }
}
@media (max-width: 767px) {
  .steps-desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .steps-mobile {
    display: none;
  }
}
@media (min-width: 767px) {
  .dimp_header img {
    max-width: 1188px;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .youtube-dimp {
    min-width: 115%;
    margin-left: -31px;
  }
}
@media (max-width: 767px) {
  .video-desktop {
    display: none;
  }
}
.video-mobile {
  margin-left: -13px;
}
@media (min-width: 767px) {
  .video-mobile {
    display: none;
  }
}
/*# sourceMappingURL=buren.css.map */