﻿@page {
  size: A4;
  margin-left: 3cm;
  margin-right: 3cm;
  margin-top: 1.5cm;
  margin-bottom: 1.5cm
}

html, body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: black
}

body {
  background-color: white
}

.v-phone-no-border-right {
  border-right: none
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Roboto, Helvetica, sans-serif;
}

h6, dt {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600
}

.v-accordion-button {
  font-family: Arial, Roboto, Helvetica, sans-serif;
}

img {
  page-break-inside: avoid
}

nav {
  display: none!important;
}

#sidebar {
  display: none !important;
  /*width: 0px;
  overflow: hidden*/
}

header {
  display: none
}

.overlay {
  display: none
}

.search-form {
  display: none
}

.topbar {
  display: none
}

footer {
  display: none
}

.v-grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /*grid-template-columns: 49% 49%;*/
  grid-gap: 32px;
}

.v-grid-no-border-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /*grid-template-columns: 49% 49%;*/
  grid-gap: 32px;
}

.v-explanations-button {
  display: none
}

