:root {
  --content-width: 65rem;
}

/* --------- NORMALISE ---------  */

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a:focus{outline:none}a:active,a:hover{outline:0}h1,h2,h3,h4,h5,h6{font-weight:400}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn,em,i{font-style:italic}li{list-style:none}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}
:focus {outline:none;}
::-moz-focus-inner {border: 0;}


/* --------- /NORMALISE ---------  */

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color:#000;
  background-color:#fffffa;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

html, h1, h2, h3, p, button, li {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.3em;
  letter-spacing: 0em;
  font-weight: normal;
  font-weight:normal;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: underline;
}

strong, b {
  text-decoration: underline;
}

img {
  width: 100%;
}
button {
-webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    background-color: transparent;
    box-sizing: border-box;
    margin: auto;
    padding: auto;
}
a {
 
}

section {
  position:relative;
  float:left;
  width:25vw;
  padding:2vw;
  vertical-align: top;
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;  
  box-sizing: border-box;
  text-align: left;
}
  section p, section ul li {
    padding:0;
    cursor:pointer;
  }
body.flash {
  color:#eee;
  background-color: #002b28;
  font-weight:normal;
}

@media only screen and (min-width: 100em) {

  }
@media only screen and (min-width: 90em) {


 }
 @media only screen and (min-width: 53em) {

}
@media only screen and (max-width: 85.375em) {

  }
@media only screen and (max-width: 64em) {
  section {
    width:50vw;
  }
}
@media only screen and (max-width: 52em) {
  section {
    width:100vw;
  }

}
@media only screen and (max-width: 30em) {

}
