@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    padding-top: 0px;
    line-height: 130%;
}
body {
    margin: 0;
    color: #2236A0;
    font-family: Helvetica, Arial;
    font-style: normal;
    font-size: 1.1em;
    background-color: #E3E3E3;
}
#wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
    background-color: #E3E3E3;
    line-height: normal;
}
h1, h2 {
    color: #2236A0;
}
h1 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: 4px;
    font-weight: normal;
    word-spacing: 5px;
    margin-bottom: 10px;
    line-height: 90%;
}
h2 {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 10px;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    padding-top: 0px;
    text-align: center;
    font-family: Helvetica, Arial;
    font-weight: lighter;
    font-size: 1.5em;
    margin-top: 20px;
}
h4 {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}
h5 {
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-weight: normal;
}
h6 {
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    color: #2236A0;
    text-decoration: underline;
    padding-right: 0px;
}
p {
    padding-left: 12px;
    padding-right: 10px;
}  
article {
    text-align-last: right;
    color: #2236A0;
    font-size: 1em;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -1em;
    margin-bottom: 1em;
    padding-left: 12px;
    padding-right: 15px;
}
a {
    text-decoration: none;
    color: undefined;
    padding-right: 0px;
}
a:link {
    color: #33CC66;
    margin-bottom: 0px;
}
a:visited {
    color: #33CC66;
}
a:hover, a:active, a:focus {
    color: #33CC66;
    text-decoration: underline;
    font-weight: normal;
}
#menulink {
    background-color: #555555;
    margin: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: medium;
}
#menulink a {
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-family: Helvetica, Arial;
    text-align: center;
}
#navlinks {
    list-style-type: none;
    background-color: #000000;
    background-color: rgba(0,0,0,0.50);
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.5em;
}
#navlinks.displayed {
    top: 7em;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
    display: none;
    top: auto;
}
#navlinks.collapsed {
    top: -12em;
    opacity: 0;
}
#navlinks a {
    display: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: auto;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
    color: #33CC66;
    padding-left: 0px;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
    display: block;
    width: 100%;
}
#hero p {
    color: #33CC66;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 20px;
    margin-top: 10px;
    font-style: normal;
    font-family: Helvetica, Arial;
    max-width: none;
}
figure {
    display: block;
    width: 22em;
    height: auto;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
figure img {
    max-width: 100%;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 50%;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
figcaption {
    display: block;
    font-size: 0.8em;
    text-align: center;
}
footer {
    background-color: #727070;
    color: white;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    margin-bottom: 1em;
    padding-bottom: 3px;
    padding-right: auto;
    margin-top: 0em;
    padding-top: 3px;
}

@media (min-width : 700px ){
#menulink {
	display: none;
}
#navlinks {
    max-width: 900px;
    position: static;
    background-color: transparent;
    width: 100%;
}
#navlinks.collapsed {
    opacity: 1;
    clear: none;
    right: auto;
    left: auto;
    float: left;
    text-align: center;
    margin-left: auto;
    padding-left: auto;
}
#navlinks a {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #2236A0;
    margin-top: 10px;
    float: left;
    width: 25%;
    left: 10px;
    letter-spacing: normal;
    right: 10px;
}
header {
    overflow: hidden;
}
#hero p {
	width: 36%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	position: absolute;
	color: white;
	border-width: 5px;
	border-style: solid;
	top: 90px;
	right: 33px;
}
#hero {
	position: relative;
}
main {
	width: 60%;
}
aside {
	width: 28%;
	margin-left: 0px;
}
    
main, aside {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	font-size: 0.875em;
}
p {
    padding-left: 12px;
    padding-right: 10px;
}  
.floatright {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: 3px;
    width: auto;
    padding-bottom: 10px;
    padding-right: 0px;
}
.floatleft {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 3px;
    width: auto;
    padding-bottom: 20px;
}      
footer {
    clear: left;
    margin-right: 0px;
}
}

@media (min-width : 1000px ){
.floatright {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: 3px;
    width: auto;
    padding-bottom: 10px;
}
.floatleft {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 3px;
    width: auto;
    padding-bottom: 10px;
}  
p {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}    
}
