@charset "utf-8";
/* CSS Document */

/* 
Green: #758542  117,133,66
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, li, form, label, table, tr, th, td, aside, footer, header, hgroup, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.4rem;
	color: #000;
}
.adminBody { /* Used in Body text fields in the Admin Panel */
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
header {
	z-index: 1000;
	width: 100%;
	margin: 0;
	position: fixed;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	-ms-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	-o-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	background-color: #FFF;
  background-image: url('../../media/static/images/topo.svg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
footer {
	background: #555;
	font-size: 0.85rem;
	line-height: 1.3rem;
	padding: 36px 0 48px 0;
	color: #CCC;
}
footer a {
	color: #CCC;
}
footer a:hover, footer a:focus {
	color: #CCC;
}
h1 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: 400;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: #758542;
}
h1:focus {
  background: rgba(0,0,0,.05);
}
#H1 { /* Used in H1 text fields in the Admin Panel - Page */
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: 400;
	color: #758542;
}
h2 {
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: 500;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}
h2:focus {
  background: rgba(0,0,0,.05);
}
#H2 { /* Used in H2 text fields in the Admin Panel - Page */
	font-size: 1.6rem;
	line-height: 2.0rem;
	font-weight: 500;
	color: #666;
}
h3 {
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin: 24px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
}
h3:focus {
  background: rgba(0,0,0,.05);
}
#H3 { /* Used in H3 text fields in the Admin Panel - Sections */
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: #000;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}
h4:focus {
  background: rgba(0,0,0,.05);
}
h5 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
h5:focus {
  background: rgba(0,0,0,.05);
}
p {
	margin: 5px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(0,0,0,.05);
}
ul {
	margin: 0px 0px 12px 10px;
	padding: 0px 0px 0px 0px;
}
ol {
	margin: 0px 0px 12px 10px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(0,0,0,.05);
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
hr {
	margin: 10px 0px 18px 0px;
}
a {
	color: #758542;
	text-decoration: none;
}
a:hover, a:focus {
	color: #758542;
	text-decoration: underline;
}
a img {
	border: 0;
}
section {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	display: block;
}
form {
	overflow: hidden;
}
fieldset {
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid #758542;
}
legend {
	color: #758542;
	font-size: 1.2rem;
	line-height: 1.2rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
label {
	font-size: .75rem;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
	width: 100%;
	border: 1px solid #CCC;
	padding: 8px;
	margin: 0px;
	font-size: .9rem;
	background-color: transparent;
	font-family: "museo-slab", serif;
	box-sizing: border-box;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus {
  border: 1px solid #758542;
}
textarea {
	width: 100%;
	border: 1px solid #CCC;
	padding: 8px;
	margin: 0px;
	font-size: .9rem;
	background-color: transparent;
	font-family: "museo-slab", serif;
	box-sizing: border-box;
}
textarea:focus {
  border: 1px solid #758542;
}
select {
	width: 100%;
	border: 1px solid #CCC;
	padding: 8px;
	margin: 0px;
	font-size: .9rem;
	background-color: transparent;
	font-family: "museo-slab", serif;
	box-sizing: border-box;
}
select:focus {
  border: 1px solid #758542;
}
.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}
