body {
    margin: 0;
    color: #4c4c4c;
    font-size: 0.875rem;
    font-family: Arial,sans-serif;
}
.l-page {
    position: relative;
    margin-top: 2em;
}
.l-header {
    padding: 0 1.5em;
    margin-bottom: 3em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
img, media {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
h1,h2 {
    font-size: 30px;
    color: #1e4092;
    letter-spacing: -1px;
    padding: 0;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.8em;
    font-style: normal;
    text-transform: capitalize;
}
a {
    word-wrap: break-word;
    -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    color: #1cafec;
    text-decoration: none;
}
a:hover {
    color: #1e4092;
}
.l-content {
    margin: 0;
    padding: 0 1.5em;
    width: 74.46809%;
    float: right;
    clear: none;
}
footer {
    background: #1e4092;
    border-top: 0.4em solid #1cafec;
    color: white;
    padding: 1.5em 2.5em;
    margin: 0 0 0.2em;
    font-size: 12px;
    overflow: auto;
    clear: both;
}
