@charset "utf-8";
/*
*/

@import url("fontawesome-4.5.0.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1 {
    border-top: 1px solid;
}
.row2, .row2 a {
}
.row3, .row3 a {
}
.row4, .row4 a {
}
.row5, .row5 a {
}

/* Header
background-color:#F3F0E9; color:#F3F0E9; color:#FAF9F5;color :#C6B477; color:#C6B477
--------------------------------------------------------------------------------------------------------------- */
#header {
    max-width: 100%;
}
#header2 {
    max-width: 100%;
}

#header #logo {
    margin: 20px 0 0 0;
}
#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

#header2 #logo {
    margin: 20px 0 0 0;
}
#header2 #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

/* fixed nav bar */
.fixed-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    height: 130px;

}

/*   Progress bar */

.progress-bar {
    width: 100%;
    height: 15px;
    background-color: lightgray;
}

.progress-fill {
    height: 100%;
    background-color: green;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Place the tooltip above the text */
    left: 50%;
    margin-left: -60px; /* Use half the width (120/2 = 60), to center the tooltip */

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; /* Below the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.bold-placeholder::placeholder {
    font-weight: bold;
    /* Additional styles if needed */
}

.truncate {
    max-width: 200px; /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tableContainer {

    overflow-x: auto; /* This will add horizontal scroll */
}

/* Other CSS rules... */

#tableContainer td,
#tableContainer th {
    white-space: nowrap; /* Prevents text from wrapping */
    overflow: hidden; /* Hides content that overflows the cell */
    text-overflow: ellipsis; /* Adds an ellipsis (...) when the text overflows */
}

.scrollableContainer {
    overflow-x: scroll;
    display: block;
    /* width: 100%; */

    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 700px;
    max-width: 100%;
/
}

table {
    width: 100%; /* Makes the table as wide as its container */
    min-width: 1000px; /* Minimum width that triggers horizontal scrolling when exceeded */
    max-height: 600px;
    /* Other styles... */
}

/* web carrousel */
.custom-row-height {
    height: calc(100% - 5px);
}

/* emnossed format */
.embossed-box {
    background-color: #f7f7f7;
    /*  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    padding: 5px;
}

/* modern table */
.modern-table {
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white background */
    font-size: 1.1em; /* Reduce the font size */
    font-family: 'Optima', Optima; /* Add this line */
    font-weight: 400; /* Add this line for a thinner font weight */
    color: black; /* Make the text slightly grey */
    width: max-content;

}

.modern-table th,
.modern-table td {
    padding: 5px;
    text-align: left;
    border-bottom: 0.7px solid #ddd;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1); /* Add light shading to cells */
    font-family: 'Optima', optima; /* Add this line */
    font-weight: 400; /* Add this line for a thinner font weight */
    color: black; /* Make the text slightly grey */
}

.modern-table-header {
    background-color: rgba(192, 192, 192, 0.8); /* Semi-transparent light grey background for the header */

}
.modern-table th {
    /*    background-color: rgba(60, 188, 212, 0.9); !important; Light modern blue background */
    background-color: rgba(180, 188, 212, 0.8); /* Semi-transparent dark grey background */
    /*background-color: rgba(0, 58, 102, 0.9);  Semi-transparent dark blue background */
    color: white; /* White text */
    font-weight: 450
}

.modern-table tr:nth-child(even) {
    background-color: rgba(245, 245, 245, 0.9); /* Semi-transparent light grey for even rows */
}

.modern-table tr:hover {
    background-color: rgba(0, 58, 102, 0.2); /* Semi-transparent dark blue on hover */
}

.open-popup-link {
    color: blue; /* Example color */
    text-decoration: underline;
    cursor: pointer;
}

/* CSS */
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px; /* Adjust the width as needed */
    display: block; /* Ensures the overflow applies correctly */
}

* {
    box-sizing: border-box
}
body {
    font-family: 'Optima', sans-serif;
    margin: 0
}
.mySlides {
    display: none
}
img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {

    /*max-width:100%;
    height:150px */
    display: block;

    max-width: 100%;
    /*max-height: 300px;*/
    height: auto;
    width: auto;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #0F2644;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.text2 {

    padding: 3px 3px;

}

.imageInsider {

    width: 100%;
    height: 400px;
}

.imageInsider2 {

    width: 100%;
    height: 1050px;
}

.img2 {
    max-width: 100%;
    max-height: 100%;

    height: 25%;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    /*background-color: #E5F3FD;*/
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 13px
    }
}

/*------------------*/

/*-----------ENboss -----*/
#embossedbox {
    background-color: #949494;
    width: 200px;
    height: 50px;
    top: 5px;
    left: 5px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(148, 148, 148, 1), -4px -6px 15px 4px rgba(119, 119, 119, 1), 5px 6px 15px 3px rgba(165, 165, 165, 1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(148, 148, 148, 1), -4px -6px 15px 4px rgba(119, 119, 119, 1), 5px 6px 15px 3px rgba(165, 165, 165, 1);
    box-shadow: 0px 0px 10px 4px rgba(148, 148, 148, 1), -4px -6px 15px 4px rgba(119, 119, 119, 1), 5px 6px 15px 3px rgba(165, 165, 165, 1);
}

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
    padding: 80px 0 80px;
}
#pageintro article {
    display: block;
    max-width: 50%;
}
#pageintro article * {
    margin: 0;
}
#pageintro article .heading {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 15px 10px 20px 20px;
    font-size: 42px;
}
#pageintro article .heading::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 30%;
    content: "";
}
#pageintro article .heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8%;
    height: 6px;
    content: "";
}
#pageintro article p {
    font-size: 16px;
    line-height: 1;
}
#pageintro article footer {
    margin-top: 30px;
}

#pageintro2 {
    padding: 10px 0px 80px;
}

#pageintro2 article {
    display: block;
    max-width: 50%;
    color: #FFFFFF;
}
#pageintro2 article * {
    margin: 0;
}
#pageintro2 article .heading {
    display: block;
    position: relative;
    margin-top: 80px;
    padding: 30px 0 10px 10px;
    font-size: 42px;
    color: #FFFFFF;
}
#pageintro2 article .heading::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 60%;
    content: "";
    color: #FFFFFF;
}
#pageintro2 article .heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 5px;
    content: "";
    color: #FFFFFF;
}

#pageintro2 article p {
    font-size: 18px;
    line-height: 1;
}
#pageintro2 article footer {
    margin-top: 30px;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.slider-banner h3 {
    color: #FFFFF;
    font-size: 30px;
    text-shadow: 2px 1px 1px #000000;
    font-weight: bolder;
}
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 750px; */
}
.banner-text {
    padding-top: 45%;
}
.banner-text h1 {
    color: #000000;
    font-family: "Optima", 'Optima', 'Optima';
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
}
.banner-text p {
    color: #000;
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 80px;
}
/*-------------------------------------------------------------------------------------------------------------*/

.no-wrap-cell {
    display: flex;
    align-items: center;
    width: 100%;
}

.no-wrap-content {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 120px; /* Adjust this value to your desired minimum width */
    padding-right: 15px; /* Add some space between content and delete icon */
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 20px 0;
}

/* Content */
.container .content {
}

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}
#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}
#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}
#comments address {
    font-weight: bold;
}
#comments time {
    font-size: smaller;
}
#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}
#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}
#comments input, #comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}
#comments textarea {
    overflow: auto;
}
#comments div {
    margin-bottom: 15px;
}
#comments input[type="submit"], #comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {
}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}

/* Latest
---------------------------------------------------------------------------------------------------------------*/
#latest {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

#latest ul {
}
#latest ul li {
    display: block;
    float: left;
    width: 16.66666632016632%;
}
#latest ul li:first-child, #latest ul li:nth-child(6n+1) {
    clear: left;
}
#latest ul li img {
    display: block;
    width: 100%;
}
#latest ul li .txtoverlay {
    display: block;
    text-align: center;
}
#latest ul li .txtoverlay .txtcaption * {
    margin: 0;
    padding: 0;
}
#latest ul li .txtoverlay .txtcaption .heading:first-of-type {
    display: block;
    height: 30px;
    padding-top: 2px;
    font-size: 1.2rem;
    line-height: normal;
}
#latest ul li .txtoverlay .txtcaption footer {
    margin-top: 5px;
}

#latest2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

#latest2 ul {
}
#latest2 ul li {
    display: block;
    float: left;
    width: 30.21666632016632%;
}
#latest2 ul li:first-child, #latest2 ul li:nth-child(6n+1) {
    clear: left;
}
#latest2 ul li img {
    display: block;
    width: 100%;
}
#latest2 ul li .txtoverlay {
    display: block;
    text-align: center;
}
#latest2 ul li .txtoverlay .txtcaption * {
    margin: 0;
    padding: 0;
}
#latest2 ul li .txtoverlay .txtcaption .heading:first-of-type {
    display: block;
    height: 11px;
    padding-top: 1px;
    font-size: 1.1rem;
    line-height: normal;
}
#latest2 ul li .txtoverlay .txtcaption footer {
    margin-top: 5px;
}

/* Split Box
--------------------------------------------------------------------------------------------------------------- */
.split .box {
    display: block;
    position: relative;
    float: right;
    width: 50%;
    padding: 120px 0 120px 50px;
}
.split .box::after {
    display: block;
    position: absolute;
    top: 0;
    right: -1000%;
    bottom: 0;
    left: 100%;
    content: "";
}

/* Coloured Boxes
--------------------------------------------------------------------------------------------------------------- */
.clrbox {
    display: table;
}

.clrbox * {
    margin: 0;
}
.clrbox li {
    display: table-cell;
    width: 33.33333333333333%;
}
.clrbox article {
    padding: 15%;
}
.clrbox .heading, .clrbox p:first-of-type {
    margin-bottom: 30px;
}
.clrbox footer {
}
.clrbox footer .btn {
}
.clrbox footer .btn1 {
}
.clrbox footer .btn2 {
}
.clrbox footer .btn2a {
}
.clrbox footer .btn3 {
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
    padding: 80px 0;
}

#footer .title {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 1.0rem;
}

#footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid;
}
#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
#footer .linklist li::before, #footer .linklist li::after {
    display: table;
    content: "";
}
#footer .linklist li, #footer .linklist li::after {
    clear: both;
}

#footer .contact {
}
#footer .contact.linklist li, #footer .contact.linklist li:last-child {
    position: relative;
    padding-left: 40px;
}
#footer .contact li * {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
#footer .contact li i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 16px;
    text-align: center;
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 20px 0;
}
#copyright * {
    margin: 0;
    padding: 0;
}

/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after {
    transition: all .3s ease-in-out;
}
#mainav form * {
    transition: none !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav, #breadcrumb, .sidebar nav {
    line-height: normal;
}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after {
    position: absolute;
    font-family: "Optima";
    font-size: 8px;
    line-height: 6px;
}

/* Top Navigation */
#mainav {
    padding: 1em;

}
#mainav ul.clear {
}
#mainav ul {
    text-transform: uppercase;
}
#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 200px;
    text-transform: none;
}
#mainav ul ul ul {
    left: 200px;
    top: 0;
}
#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
}
#mainav li:last-child {
    margin-right: 0;
}
#mainav li li {
    width: 100%;
    margin: 0;
}
#mainav li a {
    display: block;
    padding: 30px 0;
}
#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}
#mainav .drop {
    padding-left: 15px;
}
#mainav li li a, #mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}
#mainav .drop::after, #mainav li li .drop::after {
    content: "\f0d7";
}
#mainav .drop::after {
    top: 35px;
    left: 5px;
}
#mainav li li .drop::after {
    top: 5px;
    left: 5px;
}
#mainav ul li ul {
    display: none;
}
#mainav ul li:hover > ul {
    display: block;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}
#mainav form select, #mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}
#mainav form select {
    width: 100%;
    padding: 5px;
    border: none;
}
#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

/* Breadcrumb */
#breadcrumb {
    padding: 20px 0;
}
#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    text-transform: uppercase;
}
#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}
#breadcrumb li a::after {
    top: 3px;
    right: 0;
    content: "\f101";
}
#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}
#breadcrumb li:last-child a::after {
    display: none;
}

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}
.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}
.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}
.sidebar nav a::after {
    top: 9px;
    left: 5px;
    content: "\f101";
}
.sidebar nav ul ul a {
    padding-left: 35px;
}
.sidebar nav ul ul a::after {
    left: 25px;
}
.sidebar nav ul ul ul a {
    padding-left: 55px;
}
.sidebar nav ul ul ul a::after {
    left: 45px;
}

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination a, .pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: normal;
}

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}
#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}
#backtotop.visible {
    visibility: visible;
    opacity: .5;
}
#backtotop:hover {
    opacity: 1;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td {
    border: 0px solid;
    border-collapse: collapse;
    vertical-align: top;
}
table, th {
    table-layout: auto;
}
table {
    width: 100%;
    margin-bottom: 15px;
}
th, td {
    padding: 5px 8px;
}
td {
    border-width: 0 1px;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}
#gallery li {
    margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.rounded-row {
    border-radius: 10px; /* Adjust the radius as needed */
    overflow: hidden; /* Ensure the rounded corners are visible */
}

/* Colours
-----color:#C1C1C1;-----------------------------------------------------------##A1C6D9----------------------------------------------- */
body {
    background-color: #FFFFFF;
}
a {
    color: #C6B477;
    font-weight: 400;
}
a:active, a:focus {
    background: transparent;
}
/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
    border-color: #D7D7D7;
}
label span {
    color: #FF0000;
    background-color: inherit;
}
input:focus, textarea:focus, *:required:focus {
    border-color: #C6B477;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}
.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, .55);
}
.overlay2 {
    color: #C6B477;
    background-color: inherit;
}

.btn, .btn.inverse:hover {
    color: #FFFFFF;
    background-color: #0F2644;
    border-color: #0F2644;
    border-radius: 25px;
}
.btn:hover, .btn.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn1, .btn1.inverse:hover {
    color: #FFFFFF;
    background-color: #0F2644;
    border-color: #0F2644;
    border-radius: 40px;
}
.btn1:hover, .btn1.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn2, .btn2.inverse:hover {
    color: #C6B477;
    background-color: transparent;
    border-color: #0F2644;
    border-radius: 25px;
}
.btn2:hover, .btn2.inverse {
    color: #C6B477;
    background-color: #0F2644;
    border-color: inherit;
}

.btn2a, .btn2a.inverse:hover {
    color: #00004D;
    background-color: transparent;
    border-color: #C6B477;
}
.btn2a:hover, .btn2a.inverse {
    color: #FFFFFF;
    background-color: #0F2644;
    border-color: #C6B477;
}

.btn3, .btn3.inverse:hover {
    color: #C6B477;
    background-color: transparent;
    border-color: #0F2644;
    margin: 2px;
    box-shadow: 2px 2px 2px darkgrey;
}
.btn3:hover, .btn3.inverse {
    color: #C6B477;
    background-color: #0F2644;
    border-color: inherit;
}

.btnsupport {
    font-size: 13px;
    color: #1253DD
}

/* fresh colourfull for ACX */
.btn41, .btn41.inverse:hover {
    color: #FFFFFF;
    background-color: #10440f;
    border-color: #10440f;
    border-radius: 40px;
}
.btn41:hover, .btn41.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn42, .btn42.inverse:hover {
    color: #FFFFFF;
    background-color: #38440f;
    border-color: #38440f;
    border-radius: 40px;
}
.btn42:hover, .btn42.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn43, .btn43.inverse:hover {
    color: #FFFFFF;
    background-color: #440f31;
    border-color: #440f31;
    border-radius: 40px;
}
.btn43:hover, .btn43.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn44, .btn44.inverse:hover {
    color: #FFFFFF;
    background-color: #0f4441;
    border-color: #0f4441;
    border-radius: 25px;
}
.btn44:hover, .btn44.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn45, .btn45.inverse:hover {
    color: #FFFFFF;
    background-color: #44350f;
    border-color: #44350f;
    border-radius: 25px;
}
.btn45:hover, .btn45.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.btn46, .btn46.inverse:hover {
    color: #FFFFFF;
    background-color: #240f44;
    border-color: #240f44;
    border-radius: 25px;
}
.btn46:hover, .btn46.inverse {
    color: #C6B477;
    background-color: transparent;
    border-color: inherit;
}

.txtoverlay .txtcaption {
    color: #FFFFFF;
    background-color: rgba(1, 1, 1, .5);
}

/* Rows */
.row1 {
    color: #797979;
    background-color: #FFFFFF;
    border-color: #A1C6D9;
    border-top: 1px darkgreen solid
}
.row1X {
    color: #797979;
    background-color: #B1C6D9;
    border-color: #A1C6D9;
}
.row1XX {
    color: #DDDCCC;
    background-color: #DDDDDD;
    border-color: #A1C6D9;
}
.row2, .row2 a {
}
.row3 {
    color: #797979;
    background-color: #FFFFFF;
}
.row4 {
    color: #C1C1C1;
    background-color: #292B2C;
}
.row5, .row5 a {
    color: #C1C1C1;
    background-color: #1D1E1F;
}
.row6 {
    color: #797979;
    background-color: #C6B477;
    border-color: #C6B477;
}
.row3CC {
    background-color: #FFFFFF;
    border-color: #A1C677;
    border-top: 2px solid;
    padding-bottom: 0.5em;
}
.row3C {
    background-color: #FFFFFF;
}
.row3D {
    background-color: #FFFFFF;
    color: #C1C1C1;
    font-size: 15px
}
.row3F {
    backgroud-color: #797979;
    color: lightgreen;
    font-size: 1em;
    font-weight: bold
}
.row3Sem {
    backgroud-color: #FFFFFF;
    color: #DD080F;
    font-weight: 500
}
.row3X {
    color: #C6B477
}

.officialBorder {
    border: 1px solid #C6B477;
}
.officialBorder2 {
    border: 1px solid #C1C1C1;
}
.officialBorder3 {
    border: 1px solid #00004D;
}

/* Header */
#header #logo a {
    color: inherit;
}
#header2 #logo a {
    color: inherit;
}

.iheader {
    display: inline-block;
    border-radius: 4px;
    padding-right: 3px;
    padding-left: 3px;
    color: #110444;
}

/* Page Intro */
#pageintro article .heading::before, #pageintro article .heading::after {
    background-color: #c6b477;
}
#pageintro2 article .heading::before, #pageintro article .heading::after {
    background-color: #c6b477;
}

/* Split Box */
.split .box, .split .box::after {
    color: #FFFFFF;
    background-color: #1D1E1F;
}

/* Coloured Boxes */
.clrbox {
    color: #FFFFFF;
}
.clrbox li:nth-of-type(1) {
    background-color: rgba(24, 24, 24, .8); /* #181818 */
}
.clrbox li:nth-of-type(2) {
    background-color: rgba(24, 24, 24, .6); /* #181818 */
}
.clrbox li:nth-of-type(3) {
    background-color: rgba(24, 24, 24, .4); /* #181818 */
}
.clrbox li:hover {
    background-color: rgba(24, 24, 24, 1); /* #181818 */
}

/* Footer */
#footer .title {
    color: #FFFFFF;
}
#footer .linklist li {
    border-color: #1D1E1F;
}

/* Navigation */
#mainav li a {
    color: inherit;
    color: white;
}
#mainav .active a, #mainav a:hover, #mainav li:hover > a {
    color: #C6B477;
    /*background-color: inherit;*/
}
#mainav li li a, #mainav .active li a {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
}
#mainv li li:hover > a, #mainav .active .active > a {
    color: #FFFFFF;
    background-color: #C6B477;
}
#mainav form select {
    color: #FFFFFF;
    background-color: #292B2C;
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}
#breadcrumb li:last-child a {
    color: #C6B477;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}
.container .sidebar nav a:hover {
    color: #C6B477;
}

.pagination a, .pagination strong {
    border-color: #D7D7D7;
}
.pagination .current * {
    color: #FFFFFF;
    background-color: #C6B477;
}

#backtotop {
    color: #FFFFFF;
    background-color: #C6B477;
}

/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea {
    border-color: #FFFFFF;
    font-weight: 400
}
#comments input:focus, #comments textarea:focus, #comments *:required:focus {
    border-color: #A1C6D9;
}
th {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #142D21;
    border-color: #0F2644
}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
    color: inherit;
    background-color: #FFFFFF;
}
tr:nth-child(even), #comments li:nth-child(even) {
    color: inherit;
    background-color: #F5F5F5;
}
table a, #comments a {
    background-color: inherit;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* ----------------------GEN AI styles-*/

.shil1 {
    padding-top: 3pt;
    padding-left: 123pt;
    text-indent: 0pt;
    text-align: left;
}
.s1 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.pp, pp {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
    margin: 0pt;
}
.s2 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 51.5pt;
}
.hhh1 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 49.5pt;
}
.s3 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 30pt;
}
.s4 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 30pt;
}
.s5 {
    color: #414141;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s6 {
    color: #414141;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s7 {
    color: #414141;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s8 {
    color: #414141;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s9 {
    color: #414141;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
    vertical-align: 1pt;
}
.s10 {
    color: #414141;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
    vertical-align: 1pt;
}
.s11 {
    color: #414141;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: -1pt;
}
.s12 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 22pt;
}
.s13 {
    color: #3E3E3E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s14 {
    color: #3E3E3E;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s15 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 26pt;
}
.s16 {
    color: #03273E;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}
.s17 {
    color: #03273E;
    font-family: "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s18 {
    color: #03273E;
    font-family: Arial-BoldItalicMT, sans-serif;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}
.s19 {
    color: #FFF;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s20 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
    vertical-align: -1pt;
}
.s21 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
}
.s22 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
}
.s23 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
}
.s24 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
    vertical-align: 1pt;
}
.s25 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5pt;
    vertical-align: -1pt;
}
.s26 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 1pt;
}
.s27 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 22pt;
}
.s28 {
    color: #D5D42B;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 28.5pt;
}
.s29 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 11pt;
}
.s30 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s31 {
    color: #03273E;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s32 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s33 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s34 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
    vertical-align: 4pt;
}
.s35 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14pt;
}
hhh2 {
    color: #D5D42B;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 36.5pt;
}
.s36 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 4.5pt;
    vertical-align: 2pt;
}

.s38 {
    color: #A6A6A6;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s39 {
    color: #A6A6A6;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s40 {
    color: #87C3CA;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
}
.s41 {
    color: #03273E;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 13pt;
}
.s42 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 13pt;
}
.s43 {
    color: #006C5F;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
}
.s44 {
    color: #006C5F;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
    vertical-align: 1pt;
}
.s45 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}
.s46 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s47 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -3pt;
}
.s48 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
    vertical-align: 1pt;
}
.s49 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
}
.s50 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12.5pt;
}
.s51 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12.5pt;
}
hhh3 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 18pt;
}
.s52 {
    color: #87C3CA;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}
.s53 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s54 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 29.5pt;
}
.s55 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 23pt;
}
.s56 {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
}
.s57 {
    color: #03273E;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s58 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s59 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s60 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s61 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s63 {
    color: #6B8FAC;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s64 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 1pt;
}
.s65 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 2pt;
}
.s66 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
    vertical-align: -1pt;
}
.s67 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
    vertical-align: 1pt;
}
.s68 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
    vertical-align: 1pt;
}
.s69 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 13pt;
}
.s70 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
}
.s71 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5pt;
}
.s72 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
    vertical-align: 4pt;
}
.s73 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s74 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 5pt;
    vertical-align: 3pt;
}
.s75 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s76 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s77 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s78 {
    color: #70251B;
    font-family: Wingdings;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s79 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 6pt;
}
.s80 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    font-size: 9pt;
}
.s81 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    font-size: 9pt;
}
.s82 {
    color: #70251B;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s83 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s84 {
    color: black;
    font-family: "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s85 {
    color: #03273E;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s86 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}
.s87 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 15pt;
}
.s88 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s89 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
}
.s90 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: -1pt;
}
.s91 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5pt;
}
.s92 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5pt;
    vertical-align: 1pt;
}
.s93 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2pt;
    vertical-align: 2pt;
}
.s94 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
    vertical-align: 1pt;
}
.s95 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s96 {
    color: #70251B;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s97 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s98 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 3pt;
}
.s99 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 2pt;
}
.s100 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 4pt;
}
.s101 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
}
.s102 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
}
.s103 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s104 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -6pt;
}
.s105 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s106 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: -2pt;
}
.s107 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -7pt;
}
.s108 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s109 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s110 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: 1pt;
}
.s111 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: 1pt;
}
.s112 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}
.s113 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s114 {
    color: black;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}
.s115 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 15.5pt;
}
.s116 {
    color: #70251B;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 14pt;
}
.s117 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 15.5pt;
}
.s118 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -3pt;
}
.s119 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 2pt;
}
.s120 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -2pt;
}
.s121 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -4pt;
}
.s122 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 3pt;
}
.s123 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 5pt;
}
.s124 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -5pt;
}
.s125 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6.5pt;
}
.s126 {
    color: black;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -1pt;
}
.s127 {
    color: black;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 6pt;
}
.s128 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6.5pt;
    vertical-align: 1pt;
}
.s129 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -2pt;
}
.s130 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -4pt;
}
.s131 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 1pt;
}
.s132 {
    color: black;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 1pt;
}
.s133 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -3pt;
}
.s134 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 2pt;
}
.s135 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -1pt;
}
.s136 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 3pt;
}
.s137 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s138 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s139 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s140 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s141 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -1pt;
}
.s142 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -1pt;
}
.s143 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 6pt;
}
.s144 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -8pt;
}
.s145 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -11pt;
}
.s146 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -7pt;
}
.s147 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -3pt;
}
.s148 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 1pt;
}
.s149 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s150 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -3pt;
}
.s151 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -6pt;
}
.s152 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -4pt;
}
.s153 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 3pt;
}
.s154 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
}
.s155 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 2pt;
}
.s156 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -3pt;
}
.s157 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -2pt;
}
.s158 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 1pt;
}
.s159 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -5pt;
}
.s160 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -2pt;
}
.s161 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -1pt;
}
.s162 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 3pt;
}
.s163 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 2pt;
}
.s164 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -4pt;
}
.s165 {
    color: #3BAFA4;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 5pt;
}
.s166 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -5pt;
}
.s167 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16.5pt;
}
.s168 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -5pt;
}
.s169 {
    color: #70251B;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 14.5pt;
}
hhh4 {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 16pt;
}
.s170 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -6pt;
}
.s171 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: 7pt;
}
.s172 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -2pt;
}
.s173 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -1pt;
}
.s174 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -4pt;
}
.s175 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: -7pt;
}
.s176 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: 2pt;
}
.s177 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7.5pt;
}
.s178 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}
.s179 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: 3pt;
}
.s180 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: 4pt;
}
.s181 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 3pt;
}
.s182 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7pt;
}
.s183 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}
.s184 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -2pt;
}
.s185 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
    vertical-align: 2pt;
}
.s186 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}
.s187 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 2pt;
}
.s188 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 5.5pt;
    vertical-align: -1pt;
}
.s189 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 2pt;
}
.s190 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 1pt;
}
.s191 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: -3pt;
}
.s192 {
    color: #FFF;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
    vertical-align: 6pt;
}
.s193 {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9.5pt;
}
.s194 {
    color: #FFF;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 6pt;
}
.s195 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 7.5pt;
}
.s196 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 8pt;
}
.s197 {
    color: #084577;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 8pt;
}
.s198 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: 6pt;
}
.s199 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
    vertical-align: -2pt;
}
.s200 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 10pt;
}
.s201 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
    vertical-align: 3pt;
}
.s202 {
    color: black;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 2.5pt;
    vertical-align: 3pt;
}
.s203 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: -6pt;
}
.s204 {
    color: #084577;
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    font-size: 9pt;
}
.s205 {
    color: #084577;
    font-family: Geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 9pt;
    vertical-align: 1pt;
}
.s206 {
    color: #03273E;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    font-size: 12pt;
}
.s207 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5pt;
}
.s208 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
}
.s209 {
    color: black;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 1pt;
}

.menu-toggle {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 176px;
    height: 100%;

    color: white; /* Text color */
    background: linear-gradient(to bottom, #000011, #000044); /*Gradient background */
    color: white;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid gold;
    overflow-y: auto;
    font-family: Arial, sans-serif; /* Use a modern font */
    transition: width 0.3s; /* Add a smooth transition for width change */
}
/*

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 176px;
  height: 100%;
  background-color:  rgba(0, 0, 41, 0.8);
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid gold;

}
 */

.sidebar nav {
    margin-top: 128%; /* Add this line to move links 10% down */
}

.sidebar nav a {
    display: block;
    text-decoration: none;
    padding: 5px 0;

}

.sidebar nav a:hover {

}

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */

/* CSS for mobile devices */
@media screen and (max-width: 767px) {
    .sidebar {
        position: static;
        width: 100%;
        height: auto;
        padding: 10px;
        border-right: none;
        border-bottom: 1px solid gold;
    }

    .sidebar nav {
        margin-top: 0;
    }

    .sidebar nav a {
        display: inline-block;
        padding: 5px 10px;
    }
}

@-ms-viewport {
    width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 978px) {
    .hoc {
        max-width: 1050px;
    }

    .hoc1 {
        max-width: 1070px;
        margin-left: auto;
        margin-right: auto;
    }

    .hoc2 {
        max-width: 1478px;
    }

    .hoc3 {
        max-width: 1000px;
    }

    .hoc5 {
        max-width: 1150px;
        margin-left: auto;
        margin-right: 40px;
    }

    .hoc6 {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* Mobibtn2le Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 978px) {
    #latest ul li {
        width: 33.33%;
    }

    #latest ul li:nth-child(3n+1) {
        clear: left;
    }

    #latest ul li:nth-child(6n+1) {
        clear: none;
    }

    #latest2 ul li {
        width: 30.66%;
    }

    #latest2 ul li:nth-child(3n+1) {
        clear: left;
    }

    #latest2 ul li:nth-child(6n+1) {
        clear: none;
    }

    .shil1 {
        padding-top: 3pt;
        padding-left: 20pt;
        text-indent: 0pt;
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    .hoc {
        max-width: 90%;
    }

    #header {
        padding: 30px 0;
    }

    #header #logo {
        margin: 7px 0 0 0;
    }

    #mainav {
        flex-direction: column;
        background-color: transparent;
        padding: 1em;
	color: white;

    }

    #mainav.active {
        display: block;
        float: none;
    }

    #mainav.active > ul {
        display: block;
    }

    #mainav form {
        display: none !important;
    }

    #breadcrumb {
    }

    .container {
    }

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {
    }

    #copyright {
    }

    #copyright p:first-of-type {
        margin-bottom: 10px;
    }

    .shil1 {
        padding-top: 3pt;
        padding-left: 20pt;
        text-indent: 0pt;
        text-align: left;
    }
}

@media screen and (max-width: 750px) {
    .imgl, .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #header {
        text-align: center;
    }

    #header #logo {
        margin: 0 0 15px 0;
    }

    #pageintro {
        padding: 150px 0;
    }

    #pageintro article {
        max-width: none;
    }

    #pageintro2 {
        padding: 150px 0;
    }

    #pageintro2 article {
        max-width: none;
    }

    .clrbox, .clrbox li {
        display: block;
        width: 100%;
    }

    #footer {
        padding-bottom: 50px;
    }

    .shil1 {
        padding-top: 3pt;
        padding-left: 20pt;
        text-indent: 0pt;
        text-align: left;
    }
}

/* Ensure the menu items are displayed correctly on smaller screens */
@media screen and (max-width: 768px) {
    #mainav {
        display: none; /* Hidden by default */
        flex-direction: column;
        background-color: #444;
        padding: 1em;
        color: white;
    }

    #mainav ul {
        display: none;
    }

    .fl_left, .fl_right {
        display: block;
        float: none;
    }

    #mainav form {
        display: flex;
    }

    .menu-toggle {
        display: block;
        background-color: #333;
        color: white;
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }

    #mainav {

        display: none; /* Hidden by default */
        flex-direction: column;
        background-color: #444;
        padding: 1em;
	color: white;

    }

    #main-nav {
        display: none; /* Hidden by default */
        flex-direction: column;
        background-color: #444;
        padding: 1em;
    }

    #mainav ul {
        display: none; /* Hide the menu by default on small screens */
        width: 100%;
        background-color: #333;
        padding: 0;
        margin: 0;
    }

    #mainav ul li {
        width: 100%;
        text-align: left;
    }

    #mainav ul li a {
        font-size: 14px;
        padding: 10px;
        display: block;
        color: white;
        text-decoration: none;
    }

    /* Show the menu when the toggle button is clicked */
    /* Add a toggle button to show and hide the menu */
    .drop ul {
        display: none;
    }

    .drop.active > ul {
        display: block;
    }

    /* Adjust font-size for mobile devices */
    #mainav ul li a {
        font-size: 14px;
    }
}

/*@media screen and (max-width:580px){
	#latest ul li .txtoverlay .txtcaption{display:none;}
}
*/

.table_wrapper {
    display: block;
    overflow-x: auto;
    /* border:0.3px #000234 solid;*/
    white-space: nowrap;
    width: 100%;
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
    .scrollable {
        display: block;
        width: 600%;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        overflow: auto;
        overflow-x: auto;
    }

    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    #mainav {

        display: none; /* Hidden by default */
        flex-direction: column;
        background-color: #444;
        padding: 1em;
        color: white;
	
    }

    #main-nav {
        display: none; /* Hidden by default */
        flex-direction: column;
        background-color: #444;
        padding: 1em;
    }

    #mainav ul {
        /*display: none;*/
    }

    #mainav form {
        display: flex;
    }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }

    .pushright li {
        margin-right: 0;
    }

    .font-x11 {
        font-size: 0.96rem;
    }

    .font-x1 {
        font-size: 1.0rem;
    }

    .font-x2 {
        font-size: 1.4rem;
    }

    .font-x3 {
        font-size: 1.6rem;
    }

    .font-x5 {
        font-size: 0.3rem;
    }

    .font-xs3 {
        font-size: 0.9rem;
    }

    .hoc.split {
        max-width: none;
        width: 100%;
    }

    .split .box {
        float: none;
        width: 100%;
        padding: 10% 5%;
    }

    .shil1 {
        padding-top: 3pt;
        padding-left: 20pt;
        text-indent: 0pt;
        text-align: left;
    }
}
