  /* global */
.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.blue-column {
	height: 100px;
}

.green-column {
	height: 100px;
}


.sr-only {
	font-family: "proxima-nova", sans-serif, Arial, Helvetica, Verdana;
	color: #2c882b;	
	font-weight:bold;
	
	
	
	
	
}







* {
	font-family: "proxima-nova", sans-serif, Arial, Helvetica, Verdana;
	color: #373a3b;
}

.fw-semibold {
	letter-spacing: 0.06em;
}

h1,
h2,
h3,
h4,
h5 {
	color: #006225;
}

ol,
ul {
	padding-left: 1.5rem;
}

ul ::marker {
	color: #2c882b;
}

ul {
	list-style-type: square;
}

section ul li {
	margin-bottom: 0.5em;
}

.no-list {
	list-style: none;
	padding-left: 1em;
}

a,
a h4 {
	color: #2c882b;
	text-decoration: none;
	cursor: pointer;
}

.row:not(:first-child) {
	margin-top: 3em;
}

hr {
	border-top: 2px solid #2c882b;
}

.container-margin {
	width: 960px;
}

.right-side h5 {
	margin-bottom: 1em;
}

.right-side h5:not(:first-child) {
	margin-top: 2em;
}

.left-box {
	height: 30rem;
	width: 100%;
	background: black;
	overflow: hidden;
	background: url("https://images.pexels.com/photos/6772004/pexels-photo-6772004.jpeg") no-repeat center bottom;
	background-size: cover;
	margin-bottom: 2em;
}

/* nav */
.goog-te-combo {
	height: 2em;
}

header {
	position: sticky;
	z-index: 9999 !important;
}

header .top-navbar {
	background-color: white;
	margin-top: 0 !important;
}

nav a,
#home-second-nav a {
	text-decoration: none;
}

.top-navbar a,
.nav a {
	color: #333;
	text-decoration: none;
}

.top-navbar ul li {
	display: inline-block;
	padding: 1rem;
}

.top-navbar .quick-links {
	background-color: #d14900;
}

.top-navbar .quick-links span {
	color: white;
}

.top-navbar .quick-links:hover {
	background-color: #2c882b;
	transition: 0.3s;
}

form.nav-search {
	margin-right: 1rem;
}

form .btn-search {
	border: 1px solid #146C41;
	transition: 0.57s;
}

form .btn-search:hover {
	background-color: #146c41;
	color: white;
}

nav.main-nav {
	-webkit-box-shadow: 2px 8px 15px -2px rgba(0, 0, 0, 0.86);
	box-shadow: 2px 8px 15px -2px rgba(0, 0, 0, 0.86);
}

.quickLinkbtn {
	display: block;
	padding: 1em;
}


[title="mainNavtitle"] {
	margin: 0 3em;
}

nav.nav a:hover,
nav.nav .offcanvas li a:hover,
a:hover,
#home-second-nav a:hover,
a h4:hover {
	color: #d14900;
	cursor: pointer;
	transition: 0.2s ease;
}

nav.nav a.logo {
	background-color: #2c882b;
	display: block;
}

nav.nav .logo:hover {
	background-color: #d14900;
}

nav.nav .logo img {
	width: 10em;
	padding: 1em;
}

nav.nav .navbar li {
	padding: 0 0.5rem 0 0.5rem;
}

nav.nav .navbar .search .btn {
	color: #333;
}

nav.nav .search .btn:hover {
	color: white !important;
}

.offcanvas {
	z-index: 9999;
}

.offcanvas h5 {
	color: white;
}

nav.nav .offcanvas,
nav.nav .offcanvas a {
	color: white;
	text-decoration: none;
}

nav.nav .offcanvas li {
	margin-bottom: 0.5rem;
}

.dropdown-menu .grc-menu a {
	color: white;
}

.tabs__nav {
	text-align: end;
	background-color: #424242;
}

.tabs__nav a::after {
	content: " >";
}

.tabs__nav .is__active {
	color: #d14900;
}

.tabs__content {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	margin-left: 1.2em;
}

.dropdown-menu {
	border-radius: 0;
	max-height: auto;
}


.bottom-shadow {
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

nav.navbar {
	text-transform: uppercase;
}

img.grc-menu-img {
	object-fit: cover;
	padding: 0;
	height: 12rem;
	width: 100%;
}

.grc-nav-sub-right {
	background-color: #2c882b;
}

a.grc-nav-sub-btn,
a.grc-nav-sub-btn1 {
	background-color: #d14900;
	color: white;
	transition: 0.5s;
	font-size: 1.2em;
}


a.grc-nav-sub-btn1 {
	background-color: #333;
}

a.grc-nav-sub-btn:hover,
a.grc-nav-sub-btn1:hover {
	background-color: white;
	color: #333;
}


/* // Animation to fade in the dropdown menus */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* // Assigning the above animation to all dropdown menus */
.dropdown-menu {
	&.show {
		-webkit-animation: fadeIn 0.3s alternate;
		/* Safari 4.0 - 8.0 */
		animation: fadeIn 0.3s alternate;
	}
}

/* // Mega Menu adjustments */
.nav-item.dropdown.dropdown-mega {
	position: static;

	.dropdown-menu {
		width: 100%;
		top: auto;
		margin-top: 1.9em;
		min-height: auto;
	}
}

.navbar-toggler:focus {
	box-shadow: none;
}

/* // Complete styles for main navbar toggler and hamburger menu */
#hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}

#hamburger .line {
	fill: none;
	stroke: #000000;
	stroke-width: 3;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#hamburger .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

#hamburger .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

#hamburger .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

#hamburger.open .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

#hamburger.open .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

#hamburger.open .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

/*------------------------------------------------------------------
tabs styles
-------------------------------------------------------------------*/
.tabs {
	list-style: none;
	padding: 0;
}

.tabs__nav_link {
	cursor: pointer;
	text-decoration: none;
}

.tabs__content {
	display: block;
	transition: opacity 0.2s;
}

.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	display: none;
}

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
	opacity: 1;
	height: auto;
	display: contents;
}

/*------------------------------------------------------------------
Vertical tabs styles
-------------------------------------------------------------------*/
.tabs.style__vertical {
	display: flex;
	width: 100%;
	margin-bottom: 0;
	min-height: 100%;
}

.tabs.style__vertical .tabs__nav {
	flex: 0 0 20%;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link {
	border-right: 0;
	margin: 3px 0;
	padding: 10px;
	display: block;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
	border-right: 4px solid #d14900;
	font-weight: bold;
}

.tabs.style__vertical .tabs__content {
	flex-grow: 1;
	width: 0;
	margin-left: 0 !important;
}

.tabs.style__vertical .tabs__content .tabs__nav_link {
	display: none;
}

.tabs.style__vertical .tabs__content.is__active {
	padding: 18px;
	position: relative;
	z-index: 1;
	width: auto;
	margin-left: 0 !important;
}

.grc-menulist li, .section-menu li {
	width: 33.3%;
	float: left;
	display: inline;
}

.section-menu li {
	width: 50%;
}

/*------------------------------------------------------------------
Accordion / responsive styles
-------------------------------------------------------------------*/
.tabs.style__accordion,
.tabs.is__responsive {
	display: block;
}

.tabs.style__accordion,
.tabs.is__responsive a {
	color: #006225;
}

.tabs.style__accordion,
.tabs.is__responsive .grc-menulist a {
	color: white;
}

.tabs.style__accordion,
.tabs.is__responsive .grc-menulist a:hover {
	color: #d14900;
}

.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
	display: none;
}

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 18px;
	margin: auto;
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold;
	margin-bottom: 0;
	background-color: #2c882b;
	color: white;
}

.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	margin: 0 0 15px 0 0;
	display: block;
	height: auto;
	/* flex: none; */
	opacity: 1;
	visibility: visible;
	overflow: auto;
	width: auto;
}

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
	height: 0;
	transform: scaleY(0);
	overflow: hidden;
	transition: transform 0.2s;
	transform-origin: top left;
}

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
}

.grc-menu {
	height: 100%;
	background-color: #333;
}

.grc-menu ul.no-list {
	padding-top: 1em;
}

.grc-menu ul.no-list li {
	margin-bottom: 0.7em;
}


/* end nav */

/* full width background with text */
.gradient-bg {
	background: rgb(44, 136, 43);
	background: linear-gradient(304deg, rgba(44, 136, 43, 0.794321952413778) 0%, rgba(108, 180, 67, 0.25090458546699934) 44%, rgba(0, 0, 0, 0) 92%);
}

.green-feature {
	background: rgb(44, 136, 43);
	
	
	
}







.fw-bg-dark {
	background-color: #2c882b;
}

.fw-bg-light {
	background-color: #6cb443;
}

.fw-bg-orange {
	background-color: #d14900;
}

.fw-bg-blue {
	background-color: #418fde;
}

.fw-bgtext {
	max-height: 300px;
	width: 100%;
	padding: 0;
}

.fw-bgtext img {
	width: 100%;
	object-fit: cover;
}

/* events */

.event-list-item {
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.05);
	max-width: 100%;
	max-height: 350px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	padding-left: 0;
}

.event-list-item a {
	text-decoration: none;
}

.event-info .event-info-extras {
	display: flex;
	flex-flow: row nowrap;
	position: absolute;
	justify-content: flex-end;
	top: 0;
	right: 0;
	font-size: 1.25em;
	padding: 0.3em 0;
}

.event-info .event-date {
	display: flex;
	flex-flow: column nowrap;
	width: 100px;
	max-width: 100px;
}

.event-info .event-date .event-start {
	width: 100px;
	height: 100%;
	text-align: center;
	resize: vertical;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2em;
	color: #fff;
	background: #ccc;
	align-self: flex-start;
	margin-bottom: 0;
}

.event-info .event-description {
	max-width: 100%;
	padding: 0.3em 1em 0.3em 1em;
}

.event-info .event-description a h5:hover {
	color: #d14900;
	transition: 0.3s;
}

.event-info .event-description .event-header .event-title {
	margin-bottom: 0.25em;
}

.event-list-item.featured .event-info .event-date {
	max-width: 100px;
	position: relative;
}

.event-list-item.green .event-start {
	background: #2c882b;
	text-transform: uppercase;
}

/* ################# */

.grc-event-cal-sm {
	background-color: #2c882b;
	color: white;
	height: 100%;
	width: 100%;
}

/* buttons */

a.btn-link {
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding: 0.7em;
	margin: 1em 0 1em 0;
	background-color: white;
	transition: 0.5s;
	font-weight: 510;
}

a.btn-link:hover {
	color: white;
	background-color: #006225;
	border: 1px solid #006225;
	transition: 0.5s;
}


a.btn-feature {
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding: 0.7em;
	margin: 1em 0 1em 0;
	background-color: #ffffff;
	transition: 0.5s;
	font-weight: 510;
}

a.btn-feature:hover {
	color: #ffffff;
	background-color: #006225;
	border: 1px solid #006225;
	transition: 0.5s;
}


a.btn-green {

	color: #ffffff;
	text-decoration: none;

	padding: 0.7em;
	margin: 1em 0 1em 0;
	background-color: #006225;
	transition: 0.5s;
	font-weight: 510;
}

a.btn-green:hover {
    color: #006225;
	text-decoration: none;
	border: 1px solid #006225;
	padding: 0.7em;
	margin: 1em 0 1em 0;
	background-color:white;
	transition: 0.5s;
	font-weight: 510;
}

a.btn-dark {
	background-color: #333;
	color: white;
	padding: 0.7em;
	margin: 1em 0 1em 0;
}

a.btn-dark:hover {
	background-color: white;
	border: 1px solid #333;
	color: #333333;
	transition: 0.5s;
}

button.btn .btn-outline-success:hover {
	color: white !important;
}

/* end buttons */

/* tables */
.table-line-col tr td:not(:first-child) {
	border-left: 1px solid #333;
}

/* end table */

/* accordion */
.accordion-button:not(.collapsed) {
	background-color: #006225;
	color: white;
}

/* end accordion */

/* text truncate */

#news .text-truncate {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

/* banner */

.top-banner {
	position: relative;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 450px;
	background-color: #333;
	text-transform: uppercase;
	z-index: -1;
}

.top-banner-campaign {
	position: relative;
	background-position: right center;
	background-size: cover;
	width: 100%;
	height: 480px;
	background-color: #333;
	text-transform: uppercase;
	z-index: -1;
}













.top-banner-vid {
	position: relative;
	width: 100%;
	min-height: 250px;
	background-color: #333;
	text-transform: uppercase;
	overflow: hidden;
}

.banner-vid {
	width: 100%;
	position: absolute;
	bottom: -20%;
	left: 0;
}

.top-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #333333 50%, #2c882b 80%);
	opacity: 0.9;
	z-index: 1;
}

.banner-pt {
	position: absolute;
	bottom: 10%;
	z-index: 100;
	color: white;
	border-left: 4px solid #2c882b;
	padding-left: 0.7em;

}

.banner-pt-logo {
	position: absolute;
	bottom: 10%;
	z-index: 100;
	padding: 20px;

}







.banner-pt>* {
	color: white;
}

/* news-home */

.grc-home-news img {
	object-fit: cover;
	width: 100%;
	height: auto;
}

.grc-home-news-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* news page */
.news-section-img {
	max-height: 100%;
}

.news-section-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.grc-news-image {
	max-height: 20em;
	overflow: hidden;
	width: 100%;
}

.grc-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-inline li {
	margin-bottom: 10px;
}

.grc-news-tags-btn a {
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 40px;
	display: block;
	color: #333;
}

.grc-news-tags-btn a:hover {
	color: white;
	background-color: #006225;
	border: none;
}

.grc-news-title-link a,
.grc-news-title-link {
	color: #006225;
}

.grc-news-text-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	overflow: hidden;
}

/* form */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-select:focus {
	border-color: rgba(44, 136, 43, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(44, 136, 43, 0.5);
	outline: 0 none;
}

.grc-form input[type="text"] {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.grc-form input,
.grc-form select {
	padding: 0.3em;
	border-radius: 0;
	border: 1px solid rgba(51, 51, 51, 0.3);
	margin-bottom: 1em;
	margin-right: 0.7em;
}

.grc-form .form-submit {
	background-color: #2c882b;
	color: white;
	border: none;
	padding: 0 1em;
}

.grc-form .form-submit:hover {
	transition: 0.3s;
	background-color: #2c882b;
}

.grc-form .form-select {
	border-radius: 0;
	width: 50%;
}

/* tabs */
.grc-tab a:not(:last-child) {
	margin-bottom: 1em;
}

.grc-tab a {
	padding: 0.5em;
}

.grc-tab a.active {
	background-color: #2c882b;
	color: white;
}

.grc-tabcontent {
	border: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1em;
	width: 100%;
}

.grc-tab li:not(:last-child) {
	margin-right: 1em;
}

/* footer */

.right-side h5:after,
.left-side h5:after,
footer ul li.title:after,
.offcanvas h5:after {
	content: "";
	display: inherit;
	width: 3em;
	border-bottom: 3px solid #d14900;
}

footer button.active span {
	color: #bbd416;
}

.right-side .list-unstyled {
	padding-left: 2%;
}

footer {
	bottom: 0;
	background-color: #333;
	z-index: 999;
	right: 0;
	left: 0;
	border-top: 0.4rem solid #525252;
	padding: 3rem 0 3rem 0;
}

footer span,
footer a,
footer p,
footer ul li,
footer button,
footer address {
	color: #c7c7c7;
}

footer #v-pills-home a {
	text-decoration: none;
}

footer ul {
	list-style: none;
}

footer .tab-content {
	border-left: 1px solid #525252;
}

.footer-bottom {
	padding: 2rem;
	font-size: 0.7rem;
}

.footer-bottom a {
	margin: 0 1em 0 1em;
}

.carousel-inner img {
	min-height: 50vh;
}

/* table */

table {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	width: 100%;
}

table th {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* google translate sytle */
.offcanvas font, footer font, .dropdown-menu {
	color: white;
}



.offcanvas font:hover, footer font:hover, .dropdown-menu:hover {
	color: #d14900;
}

/* media query */

@media (max-width:1400px) {
	.top-navbar {
		font-size: 0.85em;
		text-align: left;
	}

	.top-nav-links {
		-webkit-box-shadow: 1px -2px 16px 3px rgba(0, 0, 0, 0.10);
		box-shadow: 1px -2px 16px 3px rgba(0, 0, 0, 0.10);
	}

	.top-navbar ul li {
		padding: 0.9rem 0.9em;
	}

	[title="mainNavtitle"] {
		margin: 0;
	}

	.grc-menulist li, .section-menu li {
		width: 100%;
	}

	li.nav-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	nav.nav .dropdown-menu li {
		padding: 0 16px 0 16px;
	}

	form.nav-search {
		margin: 2em;
	}

	nav.nav .navbar .btn[type="submit"] {
		height: 50%;
	}

	.navbar-nav li {
		margin-right: 0;
	}

	.grc-submenu-right {
		margin-top: 1em;
	}

	.nav-item.dropdown.dropdown-mega {
		text-align: center;
		padding: 1em 0;
		font-size: 1.1em;
	}

	.navbar-collapse {
		max-width: 100%;
	}

	button.navbar-toggler {
		margin-right: 1em;
	}

	/* .grc-nav-sub-btn,
	.grc-nav-sub-btn1 {
	padding: 1.1em 0;
} */

	.container-margin {
		width: auto;
	}

/* 	.card {
		margin-top: 5rem;
	} */

	.grc-tab-content img {
		margin-top: 2em;
	}

	.grc-home-news-content h5 {
		margin-top: 1em;
	}

	/*table {
		border: 0;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
	}

	table tr {
		border-bottom: 1px solid #ddd;
		display: block;
		margin-bottom: 1em;
	}

	table td {
		display: block;
		font-size: 0.8em;
		text-align: left;
	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table td:last-child {
		border-bottom: 0;
	}
	*/

.grctable {
   border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.grctable td, .grctable th {
  border: 1px solid #ddd;
  padding: 6px;
}

.grctable tr:nth-child(even){background-color: #f2f2f2;}

.grctable tr:hover {background-color: #ddd;}

.grctable th {
  padding: 8px;
  background-color: #2c882b;
  color: #ffffff;
  text-align: left;
}
	

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
	
 }
}
