
body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 18pt;
    color: #777;
}

h2, h3 {
    font-size: 30pt;
    color: #111;
}

h4 {
    color: #111;
    font-size: 18pt;
}

li {
    line-height: 1.5;
    padding-bottom: 20px;
}

.overwide {
    max-width: 40vw;
}

a.btn {
    font-size: 12pt;
    text-decoration: none;
    color: #fff;
    background-color: #00f;
    padding: 10px 50px;
}

.wide-section {
    max-width: min(90%, 1400px);
    margin-right: auto;
    margin-left: auto;
}

.main-content>div {
    max-width: min(90%, 1400px);
    margin-right: auto;
    margin-left: auto;
}

.main-content {
    padding-top: 40px;
    margin-top: 60px;
}

.split {
    display: flex;
}

.split>div {
    max-width: 40%;
    width: 40%;
}

.btn.btn-alert {
    background-color: #f00;
}

.footer {
    background-color: #4c4d4f;
    text-align: center;
    padding-top: 60px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.header {
    padding-top: 30px;
    background-color: #ee2d24;
    padding-bottom: 30px;
}

.header img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-content {
    background-color: #f6f6f6;
}

.centered {
    text-align: center;
}

.copyright {
    font-size: 8pt;
    color: #aaa;
}

.split-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14pt;
    width: 80%;
}

.split-list>div {
    width: 45%;
    min-width: 40%;
    max-width: 40%;
    margin-bottom: 10px;
}

.foot-wrapper {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    font-size: min(12pt, 2vw);
    max-width: 70%;
    justify-content: space-between;
    color: #f0f0f0;
    line-height: 1.3;
}

.foot-wrapper .footer-name {
    font-size: min(14pt, 2.2vw);
    color: #fcfcfc;
    line-height: 1.7;
}


.foot-row {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #f0f0f0;
}

.foot-row a {
    color: #fcfcfc;
    text-decoration: none;
}

.foot-item {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .split {
        display: block;
    }

    .split>div {
        width: 90%;
        max-width: 90%;
    }

    .overwide {
        max-width: 90vw;
    }

    .foot-wrapper {
        display: block;
        padding-bottom: 15px;
    }
    .foot-wrapper .foot-item {
        padding-bottom: 25px;
    }


}

@media screen and (max-width: 720px) {
    .split-list {
        display: block;
    }
}