2015-12-18 14:41:57 +00:00
|
|
|
html, body, main, section, header, ul, p, h1, h2, h3 {
|
2015-12-18 17:31:59 +00:00
|
|
|
font-family: Calibri, 'Open Sans', sans-serif;
|
|
|
|
font-size: 14px;
|
2015-12-18 14:41:57 +00:00
|
|
|
margin: 0; padding: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #0064BD;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #7B0796;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2015-12-18 17:31:59 +00:00
|
|
|
h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size:
|
|
|
|
}
|
|
|
|
|
2015-12-18 14:41:57 +00:00
|
|
|
h2 {
|
|
|
|
text-transform: uppercase;
|
2015-12-18 17:31:59 +00:00
|
|
|
color: #898989;
|
|
|
|
font-size: 2em;
|
|
|
|
position: relative;
|
|
|
|
font-weight: 400;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1em;
|
2016-01-11 18:47:14 +00:00
|
|
|
margin-top: 0;
|
|
|
|
width: 66%;
|
|
|
|
float: left;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
2015-12-18 17:31:59 +00:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:first-child {
|
|
|
|
text-align: right;
|
|
|
|
color: #A9A9A9;
|
|
|
|
letter-spacing: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:last-child {
|
|
|
|
text-align: justify; /* HTML justification sucks, but in this case... */
|
|
|
|
}
|
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-12-18 14:41:57 +00:00
|
|
|
main {
|
|
|
|
padding: 15px;
|
2015-12-18 17:31:59 +00:00
|
|
|
max-width: 800px;
|
2015-12-18 14:41:57 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
section > div {
|
|
|
|
margin-top: 1em;
|
|
|
|
overflow: hidden; /* Clear floated children */
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
section > div p {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
section > header {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-left: 2em;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p, li {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tenure {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main > header {
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
h1 {
|
2015-12-18 14:41:57 +00:00
|
|
|
float: left;
|
|
|
|
}
|
2015-12-18 17:31:59 +00:00
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
h1, h2, .label {
|
2015-12-18 17:31:59 +00:00
|
|
|
font-size: 2.5em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-weight: 300;
|
|
|
|
font-family: 'Open Sans', 'Segoe UI', sans-serif;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
2015-12-18 17:31:59 +00:00
|
|
|
#contact {
|
|
|
|
clear: both;
|
|
|
|
float: right;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|
|
|
|
|
2016-01-11 18:47:14 +00:00
|
|
|
header > span.fa {
|
2015-12-18 17:31:59 +00:00
|
|
|
text-align: center;
|
2015-12-18 14:41:57 +00:00
|
|
|
margin-right: 3px;
|
2015-12-18 17:31:59 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 40px;
|
2016-01-11 18:47:14 +00:00
|
|
|
top: 10px;
|
|
|
|
font-size: 30px;
|
2015-12-18 17:31:59 +00:00
|
|
|
transform: translateX(-110%);
|
|
|
|
color: #DADADA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label {
|
|
|
|
float: right;
|
|
|
|
color: #DADADA;
|
|
|
|
}
|
|
|
|
|
|
|
|
#summary {
|
|
|
|
color: #717171;
|
2016-01-11 18:47:14 +00:00
|
|
|
font-size: 1.25em;
|
2015-12-18 14:41:57 +00:00
|
|
|
}
|