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

/*
font-family: 'Arvo', serif; 400,400i,700,700i
font-family: 'dear_JoeHannes', serif; 400

Purple - #38174B / 56,23,75
Green - #007032 / 0,112,50

Lt Green - #5DA423 / 93,164,35
Orange - #FFAE00 / 255,274,0

Text - #4F4F4F / 79,79,79
Lt Gray - #8E8E8E / 142,142,142
Drk Gray - #343434 / 52,52,52
*/

@media screen and (max-width: 64.063em) {

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

}


/******** HIGHLIGHTER ********/

span.highlighter {
	font-family: 'Arvo', serif;
	font-weight: 400;
	dipslay: inline-block;
    font-size: 0;
	line-height: 1.85;
}
span.highlighter span {
    font-size: 2.35rem;
    padding: 0.35rem;	
	color: #FFFFFF;
}
span.highlighter.green span {	
    background: #007032;
}
span.highlighter.orange span {	
    background: #FFAE00;
}

@media screen and (max-width: 40.063em) {
span.highlighter span {
    font-size: 1.15rem;
    padding: 0.18rem;	
}
}

/******** /HIGHLIGHTER ********/
/******** OVERWRITES ********/

.row.full {
	max-width: 100% !important;	
	width: 100% !important;	
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Arvo', serif;
	font-weight: 700;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.35;
	color: #007032; 
}
.button {
    font-family: 'Arvo', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	background-color: #5DA423;
    color: #FFFFFF;
}
.button:hover, .button:focus {
    background-color: #007032;
}
hr {
	margin: 2.35rem 0rem;
    border-bottom: 1px solid #8E8E8E;
    border-bottom: 1px solid rgba(142,142,142,0.65);
}

/******** SPECIFIC OVERWRITES ********/

.title_year h3 {
	font-size: 2.35rem;	
	line-height: 1.65;
}

@media screen and (max-width: 40.063em) {
.title_year {
	width: 100%;
}
.title_year h3 {
	font-size: 1.35rem;	
	text-align: center;
}
}


/******** /OVERWRITES ********/