body {
    margin: 0;
    padding: 0;
    background-color: #EAECEE;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
#container {
    margin: 0 auto;
    padding: 0 20px 10px 20px;
    border: 1px solid #666666;
    /* 1200px good for 1280x768 resolution */
    width: 1084px; /* subtract 40px from banner width for padding */
    background: #FFFFFF url(/resources/gfx/Banner.png) no-repeat;
    padding-top: 180px;
}
#content {
	float: left;
	width: 70%;
/* 	display: inline; */
}
#sidebar {
    float: right;
    width: calc(25% + 25px);
    border: 1px solid #666666;
    background: #EAECEE;
    padding: 0 15px 5px 15px;
    display: inline;
}
/*
#sidebar ul {
    padding-left: 30px;
}
*/
#footer {
    clear: both;
}
.footer-panel {
    border-top: 1px solid #d1d5da;
    padding: 2.5em 0 1.5em;
    background: linear-gradient(180deg, #fdfdfd 0%, #f4f6f8 100%);
    color: #4a4a4a;
}
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.5em;
    margin-bottom: 1.5em;
}
.footer-column {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: left;
}
.footer-column h3 {
    font-size: 1rem;
    margin-bottom: 0.5em;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.footer-column ul,
.footer-column p a {
    border-bottom: 1px dotted transparent;
    transition: border-color 0.2s ease;
}
.footer-column a {
    color: #1b5bb9;
    text-decoration: none;
}
.footer-column a:hover {
    border-color: #1b5bb9;
}
.footer-grid::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #c8cdd5;
    margin-top: 1.5em;
}
.footer-meta {
    font-size: 0.85rem;
    color: #6a6a6a;
    margin-top: 0.3em;
}
.footer-social-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.35em;
    align-items: flex-start;
}
.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.6em;
    align-items: center;
}
.footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #cbd2da;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1b5bb9;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.footer-social-link.facebook { color: #3b5998; }
.footer-social-link.twitter { color: #1da1f2; }
.footer-social-link.xing { color: #006567; }
.footer-social-link.linked-in { color: #0a66c2;}
.footer-social-link.bluedot { color: #0096f9; }
.footer-social-link.reddit { color: #ff4500; }
.footer-social-link.whatsapp { color: #25d366; }
.footer-social-link.telegram { color: #229ed9; }
.footer-social-link.pinterest { color: #bd081c; }
.footer-social-link.threads { color: #111111; }
.footer-social-link.pocket { color: #ef4056; }
.footer-social-link.hackernews { color: #ff6600; }
.footer-social-link:hover {
    background: #e7ecfb;
    border-color: #a8b6dd;
    transform: translateY(-1px);
}
.footer-social-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.footer-note {
    font-size: 0.85rem;
    color: #5b5b5b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}
code {
    font-size: 1.1em;
}
span.invalid {
    padding-left: 3px;
    color: red;
}
