@charset "utf-8";
/* CSS Document */

/*
#ED3025 - Red
#1A8648 - Green
#865C30 - Brown
font-family: "proxima-nova", sans-serif;
font-family: "adobe-garamond-pro", serif;
*/

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: "roboto", sans-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;
}
title {
	display: block;
}
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); 
	
	text-align: center; */
}
footer {
	/* background-image: url("../../media/static/images/footer-photo.jpg");
	background-size: cover;
	background-position: center;*/ 
	background-color: #111;
	font-size: 0.85rem;
	line-height: 1.3rem;
	padding: 7em 0 7em 0;
	color: #FFF;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(11,1fr);
}
footer a {
	color: #FFF;
}
footer a:hover, footer a:focus {
	color: #FFF;
}
h1 {
	font-family: montserrat, sans-serif; 
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ED3025;
}
h1:focus {
  background: rgba(0,0,0,.01);
}
#H1 { /* Used in H1 text fields in the Admin Panel - Page */
	font-family: montserrat, sans-serif; 
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: 400;
    color: #ED3025;
}
h2 {
    font-family: montserrat, sans-serif; 
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: 500;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: #ED3025;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2:focus {
  background: rgba(0,0,0,.01);
}
#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-family: montserrat, sans-serif; 
	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,.01);
}
#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,.01);
}
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,.01);
}
p {
	margin: 5px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(0,0,0,.01);
}
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,.01);
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
hr {
 margin: 0;
}
a {
	color: #ED3025;
	text-decoration: none;
}
a:hover, a:focus {
	color: #ED3025;
	text-decoration: underline;
}
a img {
	border: 0;
}
section {
	/* padding: 35px 0; */
	overflow: hidden;
}
.section {
	padding: 10px 0 35px 0;
	overflow: hidden;
}
form {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
fieldset {
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid #FFF;
}
legend {
	color: #ED3025;
	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: 2px 6px;
	margin: 0 0 10px 0;
	font-size: .75rem;
	background-color: #fff;
	font-family: montserrat, sans-serif; 
	text-transform: uppercase;
	font-weight: 900;
	
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):focus {
  background: #fff;
}
textarea {
	width: 100%;
	border: 1px solid #CCC;
	padding: 2px 6px;
	margin: 0px;
	font-size: .75rem;
	background-color: #fff;
	font-family: montserrat, sans-serif; 
	text-transform: uppercase;
	font-weight: 900;
}
textarea:focus {
  background: #fff;
}
select {
	width: 100%;
	border: 1px solid #CCC;
	padding: 8px 0 8px 0;
	margin: 0px;
	font-size: .9rem;
	background-color: transparent;
	font-family: "roboto", sans-serif;
}
select:focus {
  background: rgba(0,0,0,.01);
}
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.from-left {
  grid-column: 2 / 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  grid-column: 3 / 4;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: opacity 250ms ease-in, -webkit-transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  transition: opacity 250ms ease-in, transform 400ms ease-in,
    -webkit-transform 400ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
