body {
    color: gray;
}

#logo {
    height: 40px;
}

.left-column {
    border-right: 2px solid #8191a1;
}

h1 {
    color: #404040;
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    margin-top: 0.5rem;
    padding-right: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid rgb(128, 128, 128);
}

h5 {
    font-size: 1.1rem;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.full-width .columns {
    padding: 0;
}

.top-bar ul {
    background-color: transparent;
}

.top-bar ul .submenu {
    background-color: rgba(100, 100, 100, 0.9);
}

.top-bar {
    background-color: transparent;
}

.main-menu-top {
    background-color: rgba(100, 100, 100, 0.5);
}

.main-menu-top a:link,
.main-menu-top a:visited {
    color: #ffffff;
}
.main-menu-top a:hover {
    color: #d9ecff;
}

.header {
    padding: 1.5rem 0 1rem 0;
}

.buy-online {
    background-color: #e44700;
    border-radius: 5px;
    font-size: 0.8rem;
    margin: 0;
    padding: 5px;
}

.footer {
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
    color: #111111;
    padding: 3rem 0;

    a:link,
    a:visited {
        color: #111111;
    }
}

.copyright {
    color: #fff;
    background-color: #4f5964;
    font-size: 0.9rem;
    padding: 0.5rem;
}

.copyright a:link,
.copyright a:visited {
    color: white;
    text-decoration: underline;
}

.copyright a:hover {
    color: orange;
}

.copyright a:active {
    color: white;
}

.callout {
    background-color: transparent;
    color: #eee;
    border: 1px solid gray;
}

.tagline {
    color: #588080;
    font-family: "Droid Sans", sans-serif;
    font-size: 105%;
    font-weight: bold;
    margin-top: 5px;
}

.right-images {
    height: auto;
    width: 150px;
}

.jurisdiction-menu > li > a {
    padding: 0.5rem 1rem;
}

.jurisdiction-menu a:hover {
    background-color: #2199e8;
    color: #ffffff;
}

.left-boxes {
    color: gray;
    border: 0;
}

.contact-info {
    border-top: none;
    border-bottom: none;
    /*font-size: 1.25rem;*/
    /*text-align: center;*/
}

.title-bar {
    background-color: transparent;
}

.title-bar-left {
    background-color: rgba(0, 0, 0, 0.3);
}

.vertical > li {
    /*padding: .7rem 1rem;*/
}

.off-canvas-menu {
    padding: 1rem;
}

.home-note {
    color: gray;
}

.list-cosy li {
    margin-bottom: 1rem;
}

.thumbnail img {
    width: 150px;
}

.h1-price {
    color: red;
    font-size: 0.8rem;
    font-weight: bold;
}

.desc-note {
    color: #71443e;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}

.cta {
    border: 1px solid #095799;
    padding: 1rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.cta-button {
    background-color: #095799;
}

.cta-title {
    font-weight: bold;
}

.cta-description p {
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1rem;
}

.footer-titles {
    font-weight: bold;
}

.footer-section {
    border-left: 1px solid gray;
}

.footer-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}

.company-table {
    margin-bottom: 0;
}

.name-note {
    margin-bottom: 1rem;
    margin-top: 0.1rem;
    font-size: 0.9rem;
}

.name-note span {
    color: red;
    font-size: 1.3rem;
    line-height: 90%;
}

p.bank-note {
    font-size: 0.9rem;
    font-style: italic;
}

span.asterisk {
    color: red;
}

div.disclaimer {
    border: 1px solid #999;
    border-radius: 15px;
}

h1.policy {
    font-size: 1.6rem;
}

h2.policy {
    color: #404040;
    font-size: 1.3rem;
}

div.home {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f8fafc, #e0f2fe);
    display: flex;
    align-items: center;
    justify-content: center;

    section {
        background: #fff;
        border-radius: 20px;
        padding: 3rem;
        max-width: 700px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    h1 {
        color: #1e293b;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    p {
        color: #475569;
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 2rem;
    }
    a.button {
        background-color: #2563eb;
        color: white;
        text-decoration: none;
        padding: 0.75rem 2rem;
        border-radius: 8px;
        font-weight: 600;
        transition: background-color 0.3s;
    }
    a.button:hover {
        background-color: #1d4ed8;
    }
}
