<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.tdd-header.tdd-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 119999;
}
.tdd-header.tdd-sticky .tdd-logo-area {
	padding-bottom: 0;
	height: auto;
}
.tdd-header.tdd-sticky .tdd-logo-img img {
	width: 120px;
}
.tdd-header.tdd-sticky .tdd-headline {
    font-size: 37px;
    top: -15px;
}

.tdd-header.tdd-sticky .tdd-other, .tdd-header.tdd-sticky .tdd-email {
	display: none;
}
.tdd-header.tdd-sticky .searchrow {
	margin-top: 10px;
}
.tdd-header.tdd-sticky .tdd-nav {
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 767px) {
	.tdd-header.tdd-sticky .tdd-address {
		position: absolute;
		right: 10px;
		text-align: right;
		width: auto;
	}
	.tdd-header.tdd-sticky .tdd-logo {
		text-align: left;
		margin: 0!important;
		background: url(../img/background-left.png) no-repeat top left;
	}
	.tdd-header.tdd-sticky .tdd-logo-img img {
		width: 100px;
		position: relative;
    	top: 5px;
	}
	.tdd-header.tdd-sticky .searchrow {
		margin-top: 27px;
	}
}

@media only screen and (max-width: 690px) {
	.tdd-header.tdd-sticky .tdd-logo {
		background: url(../img/background-left-yo.png) no-repeat top left;
	}
	.tdd-header.tdd-sticky .tdd-address {
		background: none;
	}
}

@media only screen and (max-width: 480px) {
	.tdd-header.tdd-sticky .tdd-address {
		display: block;
		background: none;
	}
	.tdd-header.tdd-sticky .tdd-logo-img img {
		width: 90px!important;
	}
	.tdd-header.tdd-sticky .tdd-logo {
		margin: 0!important;
		background: #fff;
		text-align: left;
	}
	.tdd-header.tdd-sticky .searchrow {
		justify-content: flex-end;
	}

	.tdd-header.tdd-sticky .tdd-headline {
		top: 0!important;	
	}
	.tdd-header.tdd-sticky .tdd-logo-area {
		flex-direction: row;
	}
}</pre></body></html>