/*---#region Fixes links in WK---*/
	.wk-scope a {
		color: #1E6B52;
	}

	/*---#endregion Fixes links in WK---*/
	/*---#region Fixes large text button grid---*/
	.wk-scope .btn--wk-xlg-white *+.wk-margin {
		margin-top: 0 !important;
	}

	/*---#endregion Fixes large text button grid---*/

	/*---#region Fixes image buttons---*/
	.btn--wk-xlg-img-white .wk-margin-small {
		margin-bottom: 0;
	}

	.btn--wk-xlg-img-white .wk-overlay {
		padding: 0;
		align-items: flex-end;
	}

	.btn__text-container--wk-xlg-img-white {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.wk-scope .wk-transition-toggle .wk-transition-fade {
		opacity: 1;
	}

	.wk-scope .wk-overlay-primary {
		background-color: rgba(34, 34, 34, .5);
		border-top: 3px solid #80bc00;
	}

	.wk-scope .wk-overlay-primary .btn__text-container--wk-xlg-img-white>* {
		color: #fff;
		z-index: 1;
		font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
		font-size: 28px !important;
		font-weight: 600 !important;
	}

	/*---#endregion Fixes image buttons*/

	/*---#region Switcher Tabs----*/
	.wk-scope .wk-tab>*>a {
		border: 1px solid #eee;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #3a3a3a !important;
		font-size: 16px;
		text-transform: none;
	}

	.wk-scope .wk-tab>*>a:hover {
		background-color: #e6e6e6 !important;
		border-bottom: 2px solid #1E6B52;
	}

	.wk-scope .wk-tab>.wk-active>a {
		background-color: #e6e6e6;
		border-bottom: 3px solid #80bc00 !important;
		border-top-color: #eee;
		border-left-color: #eee;
		border-right-color: #eee;
		color: #1E6B52 !important;
	}

	/*---#endregion Switcher Tabs----*/



	/*---#region WK button---*/
	.wk-scope .wk-button-default {
		background-color: #f5f5f5;
		border-radius: 2px;
		font-weight: 600;
		color: #1E6B52;
		text-transform: capitalize;
		font-size: 1rem;
	}

	.wk-scope .wk-button-default:hover {
		background-color: #1E6B52;
		color: #fff !important;
		border-color: #1E6B52;
	}

	/*---#endregion WK button---*/

	/*---#region Widgetkit Accordion Title - Fix---*/
	.v2-accordion-wrapper .wk-accordion-title:after {
		display: none;
	}

	.v2-accordion-wrapper .wk-accordion-title:before {
		background-image: none;
		position: static;
		color: #222 !important;
		height: auto;
		width: auto;
		margin-top: -3px;
	}

	#content .wk-scope .wk-accordion li a.wk-accordion-title {
		font-weight: 500;
		line-height: 1.4;
		padding-top: 4px;
		border-bottom: 3px solid rgba(30, 107, 82, .5) !important;
	}

	#content .wk-scope .wk-accordion li a.wk-accordion-title:hover {
		border-bottom: 3px solid #ccc !important;
		background-color: #eee;
		font-weight: 500;
		text-decoration: none;
	}

	.wk-scope .wk-open .wk-accordion-title::before {
		transform: rotate(45deg);
	}

	.wk-scope p:last-child {
		margin-bottom: 0;
	}

	.wk-scope .wk-accordion>:nth-child(n+2) {
		margin-top: 20px !important;
	}

	.wk-scope .wk-accordion-title:focus {
		color: #333 !important;
	}

	/*---#endregion Widgetkit Accordion Title - Fix---*/

	/*-----#region make slideshow arrows visible---*/
	.wk-scope .wk-visible-toggle:not(:hover):not(:focus) .wk-hidden-hover:not(:focus-within) {
		width: 14px !important;
		height: 24px !important;
		padding: 5px 10px !important;
		margin: 15px !important;
	}

	.wk-scope .wk-light .wk-slidenav {
		color: #1E6B52 !important;
	}

	.wk-scope .wk-light .wk-slidenav svg polyline {
		stroke-width: 3px !important;
	}

	.wk-scope .wk-light .wk-slidenav:hover {
		color: #fff !important;
		background-color: #1E6B52;
	}

	.wk-scope .wk-light .wk-slidenav:focus {
		border: 2px solid #1E6B52;
		background-color: #fff;
	}

	/*-----#region make slideshow arrows visible---*/

	/*---#region Gallery Widget Fix*/
	h4.fp_Buttons {
		text-transform: uppercase;
	}

	/*---#endregion Gallery Widget Fix*/


	/*---#region Widgetkit Grid - Card Default fix---*/
	.wk-scope .wk-card-default {
		border: 1px solid #eee;
		box-shadow: 0 0 0 transparent !important;
	}

	/*---#endregion Widgetkit Grid - Card Default fix---*/

	/*---#region Get Involved grid boxes---*/
	.wk-scope .get-involved-grid .wk-card-default {
		background-color: #fafafa;
	}

	/*---#endregion Get Involved grid boxes---*/