/* Begin Additional CSS Styles */
.etwin-logo-text {
margin-top: -10px;
}

.newsdate {
padding: 5px;
width: 40px;
height: 40px;
float: left;
text-align:center;
margin-right: 10px;
margin-bottom: 10px;
}


.etwin-blockheader .t, .etwin-vmenublockheader .t {white-space: nowrap;}

.etwin-header .etwin-shapes,
.etwin-header:before,
.etwin-header:after,
#etwin-header-bg,
#etwin-header-bg:before,
#etwin-header-bg:after {
pointer-events: none;
}

.etwin-header > .etwin-nostyle,
.etwin-header > .etwin-block,
.etwin-header > .etwin-post {
position: absolute;
z-index: 600 !important;
pointer-events: auto;
}

.etwin-visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

.etwin-header-fallback {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 101;
padding: 5px 24px 0;
pointer-events: none;
}

.etwin-header-fallback a,
.etwin-header-fallback form,
.etwin-header-fallback input {
pointer-events: auto;
}

.etwin-header-toprow {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
}

.etwin-header-links {
color: #0981c5;
font-family: "Trebuchet MS", Geneva, sans-serif;
font-size: 16pt;
font-weight: bold;
line-height: 1.2;
margin-top: 2px;
}

.etwin-header-links a {
color: #0981c5;
text-decoration: none;
}

.etwin-header-links a:hover {
text-decoration: underline;
}

.etwin-header-separator {
display: inline-block;
margin: 0 10px;
}

.etwin-header-search {
margin: 0;
}

.etwin-header-search .search {
display: flex;
align-items: center;
gap: 6px;
}

.etwin-header-search .inputbox {
width: 150px;
height: 28px;
padding: 4px 8px;
border: 1px solid #b8c7d9;
border-radius: 2px;
font-size: 14px;
box-sizing: border-box;
}

.etwin-header-search .etwin-search-button {
height: 28px;
padding: 0 9px;
background: #0981c5;
color: #fff;
font-size: 14px;
line-height: 28px;
cursor: pointer;
}

.etwin-header-logos {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 28px;
margin-top: 26px;
margin-right: 110px;
}

.etwin-header-logos img {
display: block;
height: auto;
max-width: 200px;
}

@media all and (max-width: 1200px) {
.etwin-header-fallback {
padding: 8px 14px 0;
}

.etwin-header-toprow {
flex-direction: column;
align-items: stretch;
}

.etwin-header-links {
font-size: 12pt;
}

.etwin-header-search .inputbox {
width: 100%;
max-width: 220px;
}

.etwin-header-logos {
justify-content: center;
gap: 16px;
margin-top: 20px;
margin-right: 0;
flex-wrap: wrap;
}

.etwin-header-logos img {
max-width: 140px;
}
}
/* End Additional CSS Styles */
