/* Master layout */
/************************************************************
Global styles */
/* Partial CSS Reset */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */
/* Links */
a{
   color: inherit; 
   font-family: 'segoe-ui';
}
a,
input[type="submit"] {
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a[href^="tel:"] {
	color: inherit;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"], 
input[type="tel"], 
textarea, 
select {
	font-family: 'segoe-ui';
	font-size: 18px;
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 15px;
	text-transform: inherit;
	font-family: inherit;
	color: #000;
	background: #fff;
	box-shadow: none;
	border: solid 2px #000000 !important;
}
label i{
	margin-left: 2px;
	vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
	transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
	-webkit-text-fill-color: #000;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
	overflow: auto;
}
body {
	font-family: 'segoe-ui';
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
	color: #000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
	color: #000;
	opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
	margin-bottom: 0;
}
h1, h2, 
.large-text, 
.medium-title {
	font-family: 'segoe-ui';
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 30px;
}
h2,
.medium-title {
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
	line-height: 1.23;
	margin-bottom: 15px;
	font-weight: 600;
}
h4 {
	
}
h5 {
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 15px;
}
h6 {
   
}
.large-text {
	font-size: 50px;
	line-height: 1;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "segoe-ui" !important;
	color: #000000;
}
h2,
h1 {
	position: relative;
}
h1:before,
h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -20px;
	width: 65px;
	height: 6px;
	background-color: #819D3C;
}
p {
	font-family: "segoe-ui" !important;
	font-size: 14px;
	line-height: 18px !important;
	margin-bottom: 25px;
}
li {
	font-family: "segoe-ui" !important;
}
#inner p {
	line-height: 30px;
}
#inner .main-content ul {
	padding-left: 18px;
}
.large-text h1 {
	font-size: 50px;
}
/* Block-level */
/************************************************************
Generic Site Styles */
.main-container {
	position: relative;
}
.content-container {
	width: 100%;
	margin-bottom: 240px;
	position: relative;
}
.btn {
	border-radius: 4px;
	font-size: 16px;
	padding: 12px 20px;
}
.btn > i {
	font-size: 16px;
	margin-right: 5px;
}
.btnDarkGreen {
	color: #FFF !important;
	background-color: #809D3C;
}
.btnDarkGreen:hover {
	background-color: #8EB3E2 !important;
}
.btnGrey {
	color: #656565 !important;  
	background-color: #E6E6E6;
}
.btnGrey:hover {
	background-color: #E8B947 !important;
	color: #FFF !important;
}
.btnLightGreen {
	background-color: #ACCD3B;
	color: #000000 !important;
}
.btnLightGreen:hover {
	background-color: #E8B947 !important;
}
.flexbox {
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	justify-content: flex-start;
}
.gridbox {
	display: grid;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.container {
	max-width: 1480px !important;
	width: 100% !important;
	margin: 0 auto;
	padding: 0 70px;
}
.container.sm {
	max-width: 1300px !important;
	padding: 0 70px;
}
main .table.page,
.table.auto-height {
	height: auto;
}
.table.auto-width {
	width: auto;
}
.table.auto-all {
	height: auto;
	width: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}
/* Alerts */
.alert-container {
	width: 100%;
	height: 40px;
	background-color: #93C6DB;
}
/* Navigation */
.mobile-nav {
	display: none;
}
.nav-menu .btn:last-child {
	margin-left: 20px;
}
#main-header {
	width: 100%;
	position: sticky;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	z-index: 10000;
}
.navigation-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 170px;
	height: 70px;
	min-width: 170px;
}
header {
	width: 100%;
	height: fit-content !important;
	box-shadow: 0px 0px 4px #00000029;
	z-index: 20;
	position: relative;
}
header > .table {
	height: fit-content;
	z-index: 10;
	position: relative;
}
header > .table > .cell {
	width: 100%;
}
.main-nav {
	height: 75px !important;
	width: 70%;
	padding-left: 20px;
	padding-top: 10px;
	margin-left: auto;
	padding-bottom: 5px;
}       
.logo img {
	height: 75px;
	padding-top: 10px;
}       
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav, .nav-menu,
.main-nav nav {
	height: 100%;
}
.nav-menu {
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	align-items: center;
}
.nav-menu > li {
	height: 100%;
}
.nav-menu > li:not(:last-child) {
	margin-right: 20px;
}
.nav-menu > li.has-child {
	position: relative;
}
.nav-menu a {
	font-size: 18px !important;
	line-height: 1.2;
	color: #000000;
}
.nav-menu > li > a {
	white-space: nowrap;
	position: relative;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #809D3C;
	font-size: 16px !important;
}
.nav-menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #436843;
	height: 8px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover {
	color: #000000;
}
.sub-menu {
	min-width: 250px;
	text-align: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 60px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 10px;
	list-style-type: none;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}
.sub-menu li:hover {
	background-color: rgba(142, 179, 226, 0.2);
}
.sub-menu li:hover a {
	color: #8EB3E2 !important;
}
.sub-menu li:not(:last-child) a {
	border-bottom: 2px solid rgba(3, 3, 3, .09);
}
.sub-menu li a{
	display: block;
	padding: 10px;
	border-radius: 10px;
	position: relative;
	color: #656565;
	font-size: 16px !important;
}
.main-nav-wrapper {
	width: 100%;
}
.open .main-nav-wrapper {
	z-index: 999;
}
.fixed header {
	position: fixed;
	z-index: 950;
	background-color: #FFF;
	width: 100%;
	box-shadow: 0 1px 3px -2px #000;
	top: 0px;
}
.fixed header + main{
  padding-top: 150px;
}
/* FOOTER */
.mobile-footer-logo {
	display: none;
}
footer {
	position: relative;
}
#main-footer {
	background-color: rgba(172, 205, 58, 0.2);
	position: relative;
	margin-top: 190px;
}
.footer-container {
	width: 100%;
	padding-top: 75px;
}           
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.footer-bottom > div,
.footer-bottom > div ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-bottom > div ul  {
	list-style-type: none;
	margin-left: 30px;
}
.footer-bottom > div ul li {
	margin-right: 15px;
}
.footer-bottom p {
	margin: 0px;
	font-size: 14px;
}
.footer-bottom a {
	font-size: 14px;
}
.footer-bottom > a {
	height: 35px;
	width: 93px;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0px;
}
.footer-top > div:nth-child(2),
.footer-top > div:last-child {
	width: 35%;
}
.footer-top > div:nth-child(3) {
	width: 120px;
	height: 175px;
	margin: 0px 100px;
}
.footer-top > div:nth-child(2) > form > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#mailingListSubmit {
	background-color: #819D3C;
	border-radius: 4px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mailingListSubmit i {
	color: #FFF;
	font-size: 20px;
}
.footer-top > div:nth-child(2) > form > div input {
	background-color: transparent !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
	height: 50px !important;
	margin-right: 15px !important;
	font-size: 16px !important;
	padding-left: 0px !important;
	box-shadow: none !important;
}
.footer-top > div:nth-child(2) h1 {
	margin-bottom: 15px !important;
}
.footer-top > div:nth-child(2) > form > div input::placeholder {
	font-size: 16px;
	color: #8D8D8D;
}
.footer-top-social {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top-social > div:first-child > p:first-child {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
.footer-top-social > div:first-child > a {
	margin-bottom: 10px;
}
.footer-top-social > div:first-child > a i {
	font-size: 18px;
	color: #819D3C;
	margin-right: 5px;
	width: 20px;
	position: relative;
	height: 20px;
}
.footer-top-social > div:first-child > a:nth-child(2) {
	font-weight: bold;
	font-size: 18px;
	color: #819D3C;
}
.footer-top-social > div:first-child > a:nth-child(3) {
	font-size: 14px;
}
.footer-top-social > div:first-child > a i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 6px;
}
.social-list {
	padding-top: 15px;
}
.social-list a i {
	font-size: 25px;
}
.social-list a:not(:last-child) {
	margin-right: 10px;
}
.footer-top-social > div:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-top-social > div:last-child p {
	margin: 0px;
}
.footer-top-social > div:last-child i {
	margin-right: 10px;
	color: #819D3C;
	font-size: 18px;
}
.footer-top-social > div:last-child > div > p:first-child {
	font-weight: bold;
	line-height: 14px;
}
.footer-top-social > div:last-child > div > p {
	font-size: 14px;
}
.footer-callout > div {
	width: 100% !important;
	height: 260px;
	box-sizing: border-box;
	padding: 40px;
	background-color: #819D3C;
}
.footer-callout {
	width: 100% !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -190px;
	z-index: 50;
}
.footer-callout h2 {
	margin: 0 auto !important;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 25px;
}
.partner-list {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.partner-list > div {
	height: 42px;
	width: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0px 25px;
	background-position: center;
}