* {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: none;
-ms-text-size-adjust: 100%;
}

body {
font-family: Verdana, sans-serif;
font-size: 1.1rem;
color: #131313;
margin: 0;
padding: 0 1rem 0 1rem;
}

#container {
width: 100%;
max-width: 50rem;
margin: 0 auto;
}

a {
text-decoration: none;
}

a:link {
color: #255d9e;
}

ul {
line-height: 1.6;
}

ul.spaced07 li {
margin-bottom: 0.7rem;
}

ul.spaced12 li {
margin-bottom: 1.2rem;
}

ul.spaced15 li {
margin-bottom: 1.5rem;
}

.image500 {
text-align: center;
}

.image500 img {
width: 100%;
max-width: 500px;
height: auto;
margin: 0 auto;
}

.image240 {
text-align: center;
}

.image240 img {
width: 100%;
max-width: 240px;
height: auto;
margin: 0 auto;
}

.image200 {
text-align: center;
}

.image200 img {
width: 100%;
max-width: 200px;
height: auto;
margin: 0 auto;
}

.homeheader {
font-size: 1.2rem;
text-decoration: underline;
letter-spacing: 0.03rem;
text-align: center;
}

.header {
font-size: 1.15rem;
text-decoration: underline;
letter-spacing: 0.02rem;
line-height: 1.6;
text-align: left;
}

.highlight {
background-color: #E8E8E8;
padding: 0 4px;
}

.highlight .text {
text-decoration: none;
}

.subheader {
font-size: 1.1rem;
text-decoration: underline;
font-style: italic;
letter-spacing: 0.02rem;
text-align: left;
}

.flowtext {
font-size: 1.1rem;
letter-spacing: 0.02rem;
line-height: 1.6;
text-align: left;
}

.more {
font-size: 1.1rem;
letter-spacing: 0.02rem;
text-align: center;
}

.footer {
font-size: 1.05rem;
letter-spacing: 0.02rem;
line-height: 1.9;
text-align: center;
}

.space0 {
height: 4rem;
}

.space1 {
height: 1rem;
}

.space2 {
height: 2rem;
}

.space25 {
height: 2.5rem;
}

.space27 {
height: 2.7rem;
}

.space3 {
height: 3rem;
}

.space4 {
height: 4rem;
}

.blue-box {
font-size: 1.07rem;
letter-spacing: 0.02rem;
line-height: 1.6;
text-align: left;
background-color: #e7f3ff;
padding: 1.5rem;
max-width: 35rem;
margin: 0 auto;
}

.blue-box p {
margin: 0;
}

.blue-box .attribution {
font-size: 0.875rem;
color: #555;
font-style: italic;
margin-top: 1.5rem;
}

@media (max-width: 768px) {
.space0 {
height: 1rem;
}
.blue-box {
max-width: 90%;
padding: 1rem;
}
}