html,
body {
	background-color: #eef3f8;
	background-image: linear-gradient(135deg, #f6f9fc 0%, #eaf1f8 45%, #dde8f2 100%);
	margin: 0;
	padding: 0;
	padding-bottom: 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	color: #0f2940;
	overflow-x: hidden;
	overflow-y: auto;
}

.container{
	margin: 0pt auto;
	width: 980px;
	max-width: 96%;
	border: 2px solid rgba(30, 79, 103, 0.45);
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(19, 47, 64, 0.2);
	background: rgba(255, 255, 255, 0.06);
}

#header{
	background-color: #2e5d78;
	background-image: linear-gradient(90deg, #2a5872 0%, #356d8a 55%, #4b87a7 100%);
	height:100px;
	position:absolute;
	z-index :100;
	top: 0px;
	left:0px;
	width:100%;
	box-shadow: 0 2px 10px rgba(20, 46, 63, 0.24);
}

#navigation{
	height:60px;
}

.content{
	margin-top:100px;
}

.pageContainer{
    padding: 3px 18px 3px 10px;
    margin-top: 15px; 
    height: calc(100vh - 220px);
    overflow: auto;
    border-radius: 8px;
    background-color: #245a74;
    background-image: linear-gradient(180deg, #2b6886 0%, #1f4f67 100%);
    box-shadow: 0 8px 18px rgba(17, 40, 56, 0.28);
}

.pageContainer table {
	width: 100% !important;
}

.pageContainer img {
	max-width: 100%;
	height: auto;
}

#contacts input,
#contacts select,
#contacts textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.pageHeaderRT{
    float: right;   
} 
.pageHeaderLT{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    padding-top: 20px;
    padding-left: 120px;   
}

.brand-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
}

.brand-logo {
	display: block;
}



/* 
 * footer stuff... much like header. links are styled ul, li tags.
*/
#footerMain {
    background-color: #2a5872;
    background-image: linear-gradient(90deg, #2a5872 0%, #356d8a 55%, #4b87a7 100%);
    height: 65px;
}

#footerMain ul {
    margin: 28px 18px;
}

#footerMain ul li {
    float: right;
    font-size: 12px;
    line-height: 14px;
    list-style: none outside none;
    margin: 0px 18px 12px 0px;
    text-align: center;
    text-decoration: none;
}
#footerMain #disclaimer{
    color: #969696;
    text-align:center;
    margin-top:20px;
    font-size:12px; 
}

#footerMain #contactUsFooter{
    color: #969696;
    text-align:right;
    margin-top:20px;
    font-size:12px; 
}
#subMenuContainer {
    position:relative;
    top:22px;
    color: #7C7070;  
    font-weight: normal;
    list-style: none outside none;
}
#subMenuContainer a{
    color: #7C7070;
    font-size: 12px;
    font-weight:bolder;
}
div.clear {
  clear: both;
}

#progressbar {
	background-color: #2a5872;
	background-image: linear-gradient(90deg, #2a5872 0%, #356d8a 55%, #4b87a7 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	height: auto !important;
}

#progressbar a {
	color: #d9f1ff;
}

#progressbar table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#progressbar td {
	padding: 8px 14px;
	vertical-align: middle;
	line-height: 1.2;
}

#progressbar .footer-main-text {
	text-align: center;
}

#progressbar .footer-contact-link {
	width: 170px;
	text-align: right;
	white-space: nowrap;
}

@media (max-width: 900px) {
	.pageHeaderLT {
		padding-left: 16px;
		font-size: 28px;
	}

	.pageHeaderRT {
		padding-right: 16px;
	}
}

@media (max-width: 768px) {
	html,
	body {
		padding-bottom: 0;
		font-size: 14px;
		line-height: 1.5;
	}

	#header {
		position: relative;
		height: auto;
		padding: 12px 0;
	}

	.pageHeaderLT,
	.pageHeaderRT {
		float: none;
		padding: 0 16px;
	}

	.pageHeaderLT {
		font-size: 22px;
		padding-top: 0;
	}

	.brand-wrap {
		gap: 10px;
	}

	.brand-logo {
		width: 102px;
		height: auto;
	}

	.header-welcome,
	.header-weather {
		padding: 0;
		text-align: left;
	}

	.header-welcome {
		font-size: 16px;
		margin-top: 8px;
	}

	.site-title {
		font-size: 22px;
		line-height: 1.2;
	}

	.content {
		margin-top: 14px;
	}

	.container {
		width: auto;
		max-width: 100%;
		margin: 0 8px;
	}

	.ui-tabs .ui-tabs-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 0.4em 0.2em 0.2em;
		overflow: visible;
	}

	.ui-tabs .ui-tabs-nav li {
		float: none !important;
		margin: 0;
		top: 0;
		flex: none;
		width: 100%;
	}

	.ui-tabs .ui-tabs-nav li a {
		float: none !important;
		display: block;
		padding: 0.55em 0.8em;
		text-align: center;
		font-size: 13px;
	}

	.ui-tabs .ui-tabs-panel {
		padding: 0.7em 0.25em;
	}

	.pageContainer {
		height: auto;
		max-height: none;
		padding: 8px;
		margin-top: 10px;
		overflow: visible;
	}

	.pageContainer table,
	.pageContainer tbody,
	.pageContainer tr,
	.pageContainer td,
	.pageContainer th {
		display: block;
		width: 100% !important;
	}

	#home td:last-child {
		text-align: center;
		margin-top: 10px;
	}

	#contacts td[width="65%"],
	#contacts td[width="30%"],
	#contacts td[width="2%"] {
		display: block;
		width: 100% !important;
	}

	#contacts table,
	#contacts tbody,
	#contacts tr,
	#contacts td,
	#contacts th {
		display: block;
		width: 100% !important;
	}

	#contacts td {
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
	}

	#contacts form table td {
		margin-bottom: 8px;
	}

	#progressbar {
		position: static;
		margin-top: 12px;
	}

	#progressbar table,
	#progressbar tbody,
	#progressbar tr,
	#progressbar td {
		display: block;
		width: 100%;
		text-align: center !important;
	}
}

@media (max-width: 520px) {
	.pageHeaderLT,
	.pageHeaderRT {
		padding-left: 12px;
		padding-right: 12px;
	}

	.pageHeaderLT {
		font-size: 21px;
	}

	.site-title {
		font-size: 18px;
	}

	.brand-logo {
		width: 92px;
	}

	.header-weather {
		font-size: 11px;
	}

	.container {
		margin: 0 6px;
		border-width: 1px;
		border-radius: 8px;
	}

	.ui-tabs .ui-tabs-nav li a {
		padding: 0.5em 0.55em;
		font-size: 12px;
	}

	.pageContainer {
		padding: 6px 8px;
	}

	.ui-tabs .ui-tabs-nav {
		grid-template-columns: 1fr;
	}
}
