.header-top {
    background-color: rgba(216,216,216,0.1);
}

.header {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F5F5F5 80%, #D8D8D8 100%);
}

.header-banner-container {
	min-height: 140px; 
	max-height: 140px; 
}

@media (max-width: 992px) {
	.header-banner-container {
		min-height: 180px; 
		max-height: 250px; 
	}
}

@media (max-width: 390px) {
	.header-banner-container {
		min-height: 200px; 
		max-height: 300px; 
	}
}

.header-top {
	padding-top: 0rem!important;
	padding-bottom: 0rem!important;
}

.region-header-top-second p {
	font-size: 14px!important;
	margin-top: 1rem;
	text-align: center!important;
	font-style: italic!important;
	padding: 0rem 0rem 0rem 5rem!important;
	margin: 0.3rem 0rem 0.2rem 0rem!important;
}

@media (max-width: 1200px) {
	.region-header-top-second p {
		padding: 0rem 0rem 0rem 0rem!important;
		text-align: left!important;
	}
}
