./* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 2em;

}
ol {
    padding:0;
}
    
.thelist {
    margin: 0;
    list-style: none;
    list-style-position: outside;
    display: inline-block;
}
.thelist li {
    counter-increment: step-counter;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 1em;
}
.thelist li::before {
    content: counter(step-counter);
    margin-right:1em;
    width: 1.5em;
    font-family: "Montserrat",sans-serif;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: #202020;
    display: inline-block;
}
.imageright{
    width:8em;
    float:right;
}

.imagecentre{
    margin-left: auto;
    margin-right: auto;
    width:8em;
    display: block;
}
.imageleft{
    height:5em;
    float:left;
    margin: 1em;
}

a:link, a:visited {
    color:#202020;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    width:3em;
    display: block;
}
p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1em;
}
.credit {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8em;
    color:#afb2ba;
    text-align: right;
}

html {
  font-size: calc(0.6em + 1vw);
}
.number{
     margin-right:0.75em;
    width: 1.5em;
    font-family: "Montserrat",sans-serif;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    background: #202020;
    display: inline-block;
}
td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1em;
}
table{
    border-collapse:separate;
    border-spacing:0 1em;
}

@media screen and (min-width: 754px)
{
    p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1em;
}
    td {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1em;
}
}