* {
    box-sizing: border-box;
}

#contentwrap {
    max-width: 910px;
    background: #fff;
    margin: 12px auto;
    border: 1px solid #000;
    color: #215868;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-align: justify;
}

#contentwrap .font {
    font-size: 29px;
    margin-bottom: 0;
}

#contentwrap .mt-0 {
    margin-top: 0;
}

#contentwrap img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#contentwrap h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

#contentwrap h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #aa003c;
    margin-top: 0;
}

#contentwrap h2~p {
    margin-top: 0;
}

#contentwrap ul {
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    text-align: left;
}

#contentwrap a {
    color: #215868;
    text-decoration: none;
}

#contentwrap a:hover {
    text-decoration: underline;
}

#contentwrap>div>*:first-child {
    margin-top: 0;
}

#contentwrap>div>*:last-child {
    margin-bottom: 0;
}

#contentwrap .main {
    padding: 2% 6%;
}

#contentwrap .intro {
    background: #0f516a;
    color: #fff;
    padding: 2% 6%;
}

#contentwrap .intro p {
    text-align: right;
}

#contentwrap .title {
    background: #aa003c;
    padding: 15px 15px 15px 41px;
    margin-right: 6%;
    color: #fff;
}

#contentwrap .hide {
    display: none;
}

#contentwrap .footer {
    background: #0f516a;
    color: #fff;
    padding: 2% 6%;
}

#contentwrap .footer h2 {
    background: #aa003c;
    color: #fff;
    padding: 4px;
    margin-bottom: 12px;
    margin-top: -31px;
    margin-left: -42px;
    padding-left: 42px;
    position: relative;
    width: 325px;
    font-weight: normal;
}

#contentwrap .footer a {
    color: #fff;
}

#contentwrap .mt-0 {
    margin-top: 0;
}

#contentwrap .center {
    text-align: center;
}

#contentwrap .header {
    position: relative;
}

#contentwrap .header a {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 27%;
    z-index: 5;
}

#contentwrap .nobr {
    white-space: nowrap;
}

@media (min-width: 599px) {
    #contentwrap .d-flex {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    #contentwrap .leftCol {
        width: 25%;
    }

    #contentwrap .rightCol {
        width: 73%;
    }
}

@media (max-width: 909px) {
    #contentwrap {
        border: none;
        text-align: left;
    }

    #contentwrap .footer h2 {
        margin-left: -16px;
        padding-left: 16px;
        width: 300px;
    }

    #contentwrap .header a {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #contentwrap .logo {
        display: flex;
        justify-content: center;
    }

    #contentwrap p {
        text-align: left;
    }

    #contentwrap .font {
        font-size: 20px;
    }

    #contentwrap .intro,
    #contentwrap .main,
    #contentwrap .title,
    #contentwrap .logo,
    #contentwrap .footer {
        padding: 10px 16px;
    }
}

@media (max-width: 599px) {
    #contentwrap ul {
        margin-bottom: 10px;
    }
}

@media (max-width: 499px) {
    #contentwrap {
        font-size: 14px;
    }
}