@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("/static/css/fonts/akzidenzgroteskpro-it.ttf");
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro Regular";
  src: url("/static/css/fonts/akzidenzgroteskpro-regular.ttf");
}

.header-desktop {
    margin-top: 25px;
}

.header-block {
    height: 200px;
    position: relative;
}

.header-logo {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
}

.header-text {
  font-family: 'Akzidenz-Grotesk Pro Regular'; 
  position: absolute; 
  color: #fff; 
  right: 15px; 
  top: 10px; 
  text-shadow: 0px 0px 16px rgba(0,0,0,1); 
  z-index: 2;
}

.card-overlay-block {
  position: relative;
  height: 200px;
}

.card-overlay-block:hover, .preview-container:hover img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.preview-container {
  position: relative;
}

.card-img-top-cover {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img-cover {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-overlay {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
}

.card-overlay-image {
    position: absolute;
    z-index: 1;
}

.card-overlay-block a {
    display: block;
    position: absolute;
    color: #fff !important;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8px 14px;
    font-size: 26px;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    text-decoration: none !important;
}

h2 + h3, p + h3, {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

h2 + p {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

h1, h2 {
    margin-bottom: 0.6em;
    border-bottom: 1px solid #a2a9b1;
}

h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0.17em;
}

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6, h2 + h3, h2:first-child, p + h2 {
    padding-top: 0;
    margin-top: 0;
}

.preview {
	position: relative;
}

.preview span {
  position: absolute; 
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

footer, footer a, footer a:visited {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}

.footer {
    border-top: 1px solid #ccc;
    margin: 30px 0 30px 0;
    padding-top: 20px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: square outside;
  display: inline-block;
}

.footer-links::after {
  content: '';
  display: block;
  clear: both;
}

.footer-links li {
  margin-right: 30px;
  list-style: square;
  float: left;
}

.footer-links li:first-child {
  list-style: none;
  margin-right: 30px;
  float: left;
}

.nav-main {
    margin-top: 25px;
}

.custom-tooltip {
  font-size: 0.8em;
}

.help-badge {
  padding: 5px 8px;
  cursor: pointer;
}

.table tr:last-child td, .table tr:last-child th {
    border-bottom: 0;
}