@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) {

}



/******** TOP HEADER ********/

.header_top {
	text-align: right;
	padding: 0.65rem 0rem;
	/*height: 72px;*/
	border-bottom: 1px solid #8E8E8E;
	border-bottom: 1px solid rgba(142,142,142,0.35);

	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
.header_top p {
	margin: 0rem;
	font-size: 1rem;
	line-height: 1.35;
	color: #8E8E8E;
}
.header_top .address p {
	padding: 0px 36px 0px 0px;
	background: url(../img/header/address.png) right center no-repeat;
}
.header_top p a {
	color: #8E8E8E;
	text-decoration: underline;
}
.header_top p a:hover, .header_top p a:focus {
	color: #8E8E8E;
	text-decoration: none;
}
.header_top .contact h3 {
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.35;
	color: #8E8E8E;	
	padding: 0px 42px 0px 0px;
	margin: 0rem;
	background: url(../img/header/contact.png) right center no-repeat;
}
.header_top h3 a {
	color: #8E8E8E;
	text-decoration: none;
}
.header_top h3 a:hover, .header_top h3 a:focus {
	color: #8E8E8E;
	text-decoration: none;
}

.header_top .register .button {
    background-color: #FFAE00;
    color: #FFFFFF;
}
.header_top .register .button:hover, .header_top .register .button:focus {
    background-color: #FF9700;
    color: #FFFFFF; 
}



header.smaller .header_top {
	margin-top: -90px;
}

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

.header_top {
	text-align: center;
}
.header_top p {
	font-size: 0.72rem;
}

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

header.smaller .header_logo {
	display: none;
}
header.smaller .header_top {
	margin-top: -248px;
}

}

.header_top .button {
	margin: 0rem;
}

/******** /TOP HEADER ********/
/******** HEADER ********/

header {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	padding: 0rem;	
	/*background: #FFFFFF;
	background: rgba(255,255,255,0.06);*/
	background: #38174B;
	background: rgba(56,23,75,0.85);		
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
header h1#logo {
	display: inline-block;
	/*height: 70px;*/
	padding: 30px 0px 0px 0px;
	margin: 0rem;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
header h1#logo a {
	white-space: nowrap;
	color: #3B3B3E;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
header h1#logo a img {

	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;	
}
header h1#logo a img {
	margin: -0.85rem 0rem 0rem 0rem;
	height: 86px;
	width: 210px;	
}

header nav {
	display: inline-block;
	float: right;
}
header nav a {
	font-family: 'Arvo', serif;
	font-weight: 400;
	line-height: 60px;
	font-size: 1rem;
	
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
header nav a:hover {
	color: #FFFFFF;
}

header.smaller {
	background: #007032;
	background: rgba(0,112,50,0.92);
}

header.smaller h1#logo {
	height: 65px;
	padding: 40px 0px;
	line-height: 22px;
	font-size: 18px;
	margin-top: -28px;
}
header.smaller h1#logo a {
	color: #FFFFFF;
}
header.smaller h1#logo a img {
	max-height: 56px;	
	max-width: 137px;	
	margin: -0.5rem 0.65rem 0rem 0rem;
}
header.smaller nav a {
	line-height: 65px;
}

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

header h1#logo {
	margin: 0 auto;
	line-height: 35px;
	height: 100px;
	width: 315px;
	font-size: 1.35rem;
	line-height: 1.35rem;	
}
header h1#logo img {
	max-height: 56px;	
	max-width: 137px;	
}

header nav {
	display: block;
	float: none;
	/*height: 50px;*/
	text-align: center;
	margin: 0 auto;
}
header nav a {
	line-height: 48px;
	margin: 0 10px;
}
header.smaller {
}
header.smaller h1#logo {
	margin-top: -148px;
}
header.smaller nav {
}
header.smaller nav a {
	line-height: 48px;
}

}

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

header h1#logo {
	height: auto;
	width: 100%;	
	margin-bottom: 0.85rem !important;
}
header.smaller {
	/*opacity: 0;*/
}
header h1#logo, header.smaller h1#logo {
	font-size: 1.35rem;
	line-height: 1.35rem;
	margin: 0rem auto;
}
header h1#logo img, header.smaller h1#logo img {
	max-height: 56px;	
	max-width: 137px;	
}
header.smaller h1#logo {
	margin-top: -148px;
}

}

/******** /HEADER ********/
/******** MAIN MENU ********/

nav {
	font-family: 'Alef', sans-serif;
	font-weight: 400;
}
nav#nav-main {
	padding: 0;
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center !important;
}
nav#nav-main li {
	position: relative;
	display: inline-block;
	padding: 0rem;
}
nav#nav-main a {
	display: block;
	color: #FFFFFF;
	font-weight: 700;	
	padding: 0rem 1.15rem;
}

@media screen and (max-width: 78em) {
nav#nav-main a {
	font-size: 0.92rem;
	padding: 0rem 0.65rem;
}
}
 
header.smaller nav#nav-main a {
	color: #FFFFFF;
}
nav#nav-main a:hover {
	background: #007032;
	color: #FFFFFF;
}




nav#nav-main ul ul {
	margin-top: 2.35rem;
	padding: 0rem;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	right: 0rem;
	z-index: 20;
	background: #007032;
	text-align: left;
	min-width: 9rem;
	
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;	
}
header.smaller nav#nav-main ul ul {
	top: 65px;
}

nav#nav-main ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav#nav-main ul ul li {
	display: block;
	width: 14.65rem;
	border: 0;
	_line-height: 0; /*IE6 only*/
}
nav#nav-main ul ul a {
	padding: 1rem;
	_height: 1rem; /*IE6 only*/
	display: block;
	text-align: left;
	/*white-space: nowrap;*/
	line-height: 1.35;	
	font-size: 1rem;
	color: #FFFFFF;

	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
nav#nav-main ul ul a:hover {
	background: #5DA423;
}

nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected {
	/*color: #5DA423;*/
	color: #FFAE00;
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:hover, nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:focus {
	color: #FFFFFF;
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	/*border-color: #5DA423 transparent;*/
	border-color: #FFAE00 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: 0px;
	left: calc(50% - 5px);
}
nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:hover:after, nav#nav-main ul.nav li.nav-path-selected a.nav-path-selected:focus:after {
	display: none;
}


nav#nav-main ul.nav li.nav-path-selected ul li.nav-selected.nav-path-selected a.nav-selected.nav-path-selected {
	border-bottom: none !important;
	background: url(../img/menu/arrow-right.png) 7px center no-repeat #5DA423 !important;
	color: #FFFFFF !important;
	padding-left: 2rem !important;
}
nav#nav-main ul.nav li.nav-path-selected ul li.nav-selected.nav-path-selected a.nav-selected.nav-path-selected:after {
	display: none;
}



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

nav#nav-main a {
}
nav#nav-main ul ul {
	top: 48px;
}
header.smaller nav#nav-main ul ul {
	top: 48px;
}

}

@media screen and (max-width: 800px) {
	
header {
	padding: 0rem;	
}
.header_top {
	border-bottom: none;	
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #5DA423;
	padding: 4px 0;
	min-height: 42px;
	z-index: 30;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;	
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #FFFFFF;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #5DA423;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0rem 5%;
	margin: 0;
	text-align: left;
	color: #FFFFFF;
	border-top: 1px solid #5DA423;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 70%;
	padding: 0rem 15%;
	/*border-top: 1px solid #FFFFFF;
	border-top: 1px solid rgba(255,255,255,0.35);*/
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #5DA423;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 37px;
	height: auto;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: #007032;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #38174B;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


}

/******** /MAIN MENU ********/
/******** PARENT HUB ********/

.parent_hub {
	position: fixed;
	top: 135px;
	right: -600px;
	z-index: 10;
	width: 600px;
	height: 600px;
	color: #FFFFFF;
	box-sizing: border-box;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.parent_hub:hover {
	right: 0;
}
.phub-open .parent_hub {
	top: 150px;
}

header.smaller .parent_hub {
	top: 72px;
}

.parent_hub .parent_hub-tab {
	position: fixed;
	padding: 0.65rem;
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size: 1.35rem;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	background-clip: padding-box;
	
    left: -185px;
    width: 185px;
    position: absolute;
    background: #5DA423;	
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;	
}
@media screen and (max-width: 64.063em) {

.parent_hub {
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.parent_hub.open {
	height: auto;
}
.parent_hub .parent_hub-tab {
	display: none;	
}

}


.parent_hub .hub-content {
	display: block;
	overflow: auto;
	background: #343434;
	background: rgba(52,52,52,0.98);
}

.parent_hub .hub-content .left {
	float: left;
	width: 50%;
	padding: 1.65rem 0rem 1.65rem 2.35rem;
	box-sizing: border-box;
}
.parent_hub .hub-content .left p {
	padding: 0;
	margin: 0;
	color: #FFFFFF !important;
}
.parent_hub .hub-content .left p a {
	color: #FFFFFF !important;
}

@media screen and (max-width: 64.063em) {
.parent_hub .hub-content .left {
	padding: 1rem;
}
.parent_hub .hub-content .left p {
	font-size: 0.85rem;
}
}
@media screen and (max-width: 40.063em) {

.parent_hub .hub-content .left {
	float: left;
	width: 42%;
	padding: 1.65rem 0rem 1.65rem 1.35rem;
	box-sizing: border-box;
}
.parent_hub .hub-content .left p {
	font-size: 0.85rem;
	line-height: 1.35;
}

}

.parent_hub .hub-content .right {
	float: left;
	width: 50%;
	padding: 2.15rem;
	box-sizing: border-box;
}
.parent_hub .hub-content ul {
	padding: 0rem 0rem 0rem 1.35rem;
	margin: 0rem 0rem 0rem 1.35rem;
    border-left: 1px solid #8E8E8E;
    border-left: 1px solid rgba(142,142,142,0.65);	
}
.parent_hub .hub-content ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.parent_hub .hub-content ul li a {
	position: relative;
	display: inline-block;
	padding: 0.65rem 1.15rem 0.65rem 0.65rem;
	margin-bottom: 0.85rem;
	font-size: 1.15rem;
	color: #8E8E8E;
	text-decoration: none;
	border-bottom: 2px solid transparent;

	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.parent_hub .hub-content ul li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #FFAE00;
}

.parent_hub .hub-content ul li a:after {
	position: absolute;
	top: 16px;
	right: 0;
	color: #FFFFFF;
	border-top: 5px solid transparent;
	border-right: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFFFFF;
	content: "";
	opacity: 0;
}

@media screen and (max-width: 64.063em) {
	
.parent_hub .hub-content .right {
	padding: 1rem;
}	
.parent_hub .hub-content ul li a {
	padding: 0.35rem 1.15rem 0.35rem 0.65rem;
	margin-bottom: 0.35rem;
	font-size: 1rem;
}

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

.parent_hub .hub-content .right {
	width: 58%;
	padding: 1.35rem 0rem;
}
.parent_hub .hub-content ul {
	padding: 0rem 0rem 0rem 0.85rem;
	margin: 0rem 0rem 0rem 0.85rem;	
}

}

/******** /PARENT HUB ********/
