<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Hero */
#t4-hero-section {
  padding: 10px 0 0 0;
}
#t4-content-mass-bottom {
  padding: 0px 0;
}
/* Smaller space below hero 
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}*/
/* Header*/
#t4-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.t4-offcanvas .t4-off-canvas-body {
    padding: 0rem 0;
}
#t4-header .header-block {
    padding-top: 0rem;
}
#t4-header .t4-brand {
   background-color: inherit; 
   padding: 0.5rem;
}
/* Side menu */
.t4-card {
    margin-bottom: 0rem;
}
/* main position */
.section-ct {
	position: relative;
  	top: 0px;
}

.card, .contentpane .well {
    background-color: #C8C8C8;
}
.t4-module .nav li a, .t4-card .nav li a, 
.moduletable .nav li a, .module_menu .nav li a {
    color: #000000;
}
.js-finder-searchform .js-finder-search-query {
    margin-left: 0px;
}
input[type="text"], input[type="email"], input[type="password"] {
    border: 1px solid #404040;
}
.t4-module .nav &gt; li.active &gt; a, .t4-card .nav &gt; li.active &gt; a, .moduletable .nav &gt; li.active &gt; a, .module_menu .nav &gt; li.active &gt; a {
    color: #007bff;
}
</pre></body></html>