@charset "utf-8";
/* Simple fluid media */
img, object, embed, video { max-width: 100%; height: auto; }
/* IE 6 fix */
.Title img {
    width: 100%;
}

/* Mobile Layout: 480px and below */
.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
p {
    margin: 0.5em 0;  /* ~6.5px top/bottom with font-size: 13px */
    padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0;
    color: #000000;
}
.search-box {
    float: right;
    margin: 10px;
}
#header {
    clear: both;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: medium;
    font-style: normal;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.header-image {
    width: 100%;
    max-width: 1920px;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
}
.Maintitle {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
#Navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 100%;
    background-color: #fc6;
    clear: both;
    box-sizing: border-box;
}
.hamburger {
    display: none; /* Hidden on desktop */
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}
@media (max-width: 1000px) {
    #Navigation {
        padding: 0;
        float: none !important; /* Reset float for mobile */
    }
    .hamburger {
        display: block; /* Show on mobile */
    }
    #MenuBar1.MenuBarHorizontal:not(.active) {
        display: none !important; /* Hide menu by default */
    }
    #MenuBar1.MenuBarHorizontal.active {
        display: block !important; /* Show when toggled */
    }
}
#content {
    clear: none;
    float: left;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
}
#share {
    clear: none;
    float: left;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#comment {
    clear: none;
    float: left;
    margin-left: 2.6785%;
    width: 100%;
    display: block;
}
#footer {
    clear: none;
    float: left;
    width: 100%;
    display: block;
    background-color: #FC6;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
}
@media (max-width: 600px) {
    .gsc-results-wrapper-overlay, .gsc-results-wrapper-visible {
        padding: 5px;
    }
}
/* Tablet Layout: 481px to 768px */
@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-image {
        width: 100%;
        max-width: 1920px;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}
/* Desktop Layout: 769px to 1232px */
@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 930px;
        margin-left: auto;
        margin-right: auto;
        font-family: Arial, Helvetica, sans-serif;
    }
    #LayoutDiv1 {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .Maintitle {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    #header {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    #Navigation {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    #content {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
        display: block;
    }
    #share {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 100%;
        display: block;
    }
    #comment {
        clear: none;
        float: left;
        margin-left: 1.0989%;
        width: 100%;
        display: block;
    }
    #footer {
        clear: none;
        float: left;
        width: 100%;
        display: block;
        background-color: #FC6;
        margin: 10px;
        padding: 10px;
        text-align: center;
    }
    .logo {
        width: 930px;
        margin-right: auto;
        margin-left: auto;
    }
    .Logo-center {
        width: 930px;
        margin-right: auto;
        margin-left: auto;
        height: 278px;
    }
}
/* Style the outline links */
.outline a {
    color: #00e;
    text-decoration: none !important;
}
.outline a:visited {
    color: #551a8b;
}
.outline a:hover {
    color: #F60;
    text-decoration: none !important;
}
/* Style the main topic headings */
h1, h2, h3 {
    color: black;
    text-decoration: none;
}
/* Base styles for all screens */
.no-marker-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}
.no-marker-list li {
    margin: 0;
    padding: 0 0 2px 0;
    line-height: 1.1;
    list-style-type: none !important;
}
@media (max-width: 768px) {
    .no-marker-list li {
        padding-bottom: 1px;
        line-height: 1;
    }
}