@charset "UTF-8";
/* CSS Document */

    body {
    background: #f4f5f7;
}
    h1,h2,h3{text-align: left}
    ul,li {
    list-style: disc !important; overflow:visible !important;
}
    .accordion-content ul {
    list-style-position: inside;
}
    #wrapper {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;

    background: #fff;

    border-radius: 18px;

    box-shadow:
        0 4px 20px rgba(0,0,0,0.08);
}
    .ee-side-image {
    float: right;

    width: 320px;

    margin:
        0 0 20px 30px;

    border-radius: 14px;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.15);

    overflow: hidden;
}

.ee-side-image img {
    width: 100%;
    display: block;
}
    
.downloadbox {
    position: relative;

    margin: 30px 0;
    padding: 20px 24px 20px 72px;

    background: linear-gradient(
        to bottom,
        #eef7ff 0%,
        #d9ebff 100%
    );

    border: 1px solid #9ec5f5;
    border-radius: 14px;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);

    color: #15406a;

    line-height: 1.6;
}

/* WORD DOC ICON */
.downloadbox::before {
    content: "\1F4C4";

    position: absolute;

    left: 22px;
    top: 18px;

    font-size: 30px;

    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
}

/* TITLE */
.downloadbox strong {
    color: #0c4f9b;
    letter-spacing: 0.3px;
}

/* DOWNLOAD LINK */
.downloadbox a {
    display: inline-block;

    margin-top: 10px;
    padding: 10px 18px;

    background: linear-gradient(
        to bottom,
        #2d7df6 0%,
        #1664d9 100%
    );

    color: white;
    text-decoration: none;
    font-weight: bold;

    border-radius: 8px;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.15);

    transition:
        transform 0.15s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.downloadbox a:hover {
    transform: translateY(-1px);

    background: linear-gradient(
        to bottom,
        #3b89ff 0%,
        #1a6ff0 100%
    );

    box-shadow:
        0 4px 10px rgba(0,0,0,0.18);
}
