.header-desktop {
    margin-top: 25px;
}

.header-block {
    height: 200px;
    background: url(header.jpg) top left no-repeat;
    position: relative;
}

.header-logo {
	position: absolute; 
	bottom: 0px; 
	left: 0px;
}

.header-text-bg {
	width: 537px; 
	height: 200px; 
	position: absolute; 
	top: 0; 
	right: 0; 
	background: url(header-text-bg.png) top right no-repeat; 
	z-index: 1;
}

.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, .video-preview:hover img.preview {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.card-img-top-cover {
    width: 100%;
    height: 200px;
    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;
}

.video-preview {
	position: relative;
}

.video-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;
}