:root {
    --sidebar-width: 125px;
}

body {
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    font-family:system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; 
    font-size: 18;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    color: #666;
}

p {
    padding: 0;
    margin: 0px 0px;
}

h2 {
    padding: 0;
    margin: 0px 0px;
    line-height: 1;
}

a {
    text-decoration: inherit;
    color: inherit;
    font-family: inherit;
}

a:hover {
    text-decoration: underline;
	color: inherit;
}

.link {

}

.link:hover {
	text-decoration: underline;
    cursor: pointer;
}

.transaction-bar .link a:hover {
	color: #00549e;
	text-decoration: underline;
    cursor: pointer;
}

.padding10 {
    padding: 10px;
    box-sizing: border-box;
}

.padding12 {
    padding: 0px 12%;
    box-sizing: border-box;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #00549E;
    color: white;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.header-left {
    justify-content:left;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    max-height: 100%;
}

.header-right {
    justify-content:right;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    max-height: 100%;
}

.header-group {
    display: flex;
    flex-direction: row; 
    gap: 5px;
    align-items: center;
}

.login-box {
    padding: 5px 10px;
    background-color: white;
    color: #00549E;
    border-radius: 5px;
    border: none;
    outline: none;
}

.login-box:hover {
    cursor: pointer;
}

.header-image {
    max-height: 35px;
    max-width: 35px;
}

.transaction-bar {
    background-color: rgb(178, 201, 226) !important;
    color: #00549E;
    font-size: 14px;
    height: 35px;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.tb-bar-item {
    display: flex;
    justify-content: center;
}

.heading-section {
    background-image: url('../img/sub-page-heading.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    height: 200px;
    margin-top: 165px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    color: white;
}

.heading-centered-text {
    text-align: center;
}

.heading-left-text {
    text-align: left;
}

.heading-nav-bar {
	/* width: 80%;
	margin: auto; */
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 85px;
    transition:
        margin-top 0.0s ease-out,
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}


.heading-logo {
	/* max-height: 90%; */
	max-height: 60px;
}

.heading-navigation {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: right;
    align-items: center;
    color: white;
    transition: color 0.3s ease-in-out;
}

.heading-link {
    border-bottom: 1px solid transparent;
    align-items: center;
	text-decoration: none;
}

.arrow-nav {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.heading-arrow {
    max-height: 10px;
    max-width: 10px;
}

.heading-link:hover {
    color: lightgray;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
	text-decoration: none;
}

.heading-link p a:hover {
	text-decoration: none;
	color: lightgray;
}

.heading-centered-text {
    align-self: center;
}

.heading-image {

}

.vpadding10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vpadding20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.imp-news-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    background-color: #00549E;
    color: white;
    margin-top: 0;
}

.about-section {
    padding-top: 40px;
}

.section-title {
    font-size: 20px;
    text-align: center;
    color: rgb(31, 31, 31) !important;
    line-height: 26px;
}

.divider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px 0px;
}

.main-divider {
    padding: 0.5px;
    border-top: 1px solid none;
    border-bottom: 1px solid #a30505;
    background-color: #a30505;
    width: 100px;
}

.scrolled {
    background-color: white !important;
    color: #666 !important;
}

.scrolled .heading-navigation {
    color: #666 !important;
}

.scrolled .heading-link,
.scrolled .heading-link p {
    color: #666 !important;
}

.scrolled .heading-arrow {
    filter: invert(40%);
}

.headingDropdownArea {
    display: none;
}

.headingDropdown {
    position: relative;
    cursor: pointer;
}

.headingDropdownArea {
    display: none;
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    top: 100%;
    padding: 10px;
    padding-left: 5px;
    cursor: default;
}

.headingDropdownContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #666;
    min-width: 200px;
    box-shadow: 0px 0px 8px 0px #8a8a8a;
    border-top: 3px solid #00549E;
    outline: none;
    padding: 20px 15px;
    z-index: 1000;
    cursor: default;
    /* border: 1px solid white; */
}

.headingDropdownItem {
    font-size: 16px;
}

.headingDropdownItem a {
	padding-right: 5px;
}

.headingDropdownItem a:hover {
    color: lightgray;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
	text-decoration: none;
}

.headingDropdown:hover .headingDropdownArea {
    display: block;
}

.center-text {
    text-align: center;
}

.hpadding100 {
    padding: 0px 100px;
}

.body-content {
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.subheading {
    text-align: center;
    padding: 0px 100px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}

.learnMoreButton {
    padding: 10px;
    outline: none;
    border: 1px solid #00549E;
    font-size: 16px;
    color: #00549E;
    background-color: white;
    max-width: 125px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.learnMoreButton:hover {
    color: white;
    background-color: #00549E;
}

button:hover {
    cursor: pointer;
}

.dark-section {
    background-color: rgb(245, 245, 245) !important;
    padding: 20px 12% 10px 12%;
    padding-top: 30px;
    box-sizing: border-box;
}

.light-section {
    background-color: white;
    padding: 20px 12%;
    padding-top: 60px;
    box-sizing: border-box;
}

.maintenanceSection {
	margin: 35px auto;
	padding: 25px 0px 100px 0px;
	text-align: center;
}

.footer-columns {
    display: grid; 
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #777777;
}

.footer-end {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 10px 0px;
    font-weight: 300;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #777777;
}

.footer-column img {
	max-height: 50px;
}

.footer-column2 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #777777;
    font-weight: 300;
}

.contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.footer-links .link:hover {
    color: #00549E;
    transition: color 0.2s ease-in-out;
}

.footer-end-right {
    display: flex; 
    flex-direction: row; 
    align-items: center;
    justify-content: right;
    gap: 10px;
}