@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;500;700;800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #2e2e2e;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	color: #002c00;
	margin: 15px 0;
}
h1 {
	font-size: 5rem;
}

h2 {
	font-size: 4.5rem;
}

h3 {
	font-size: 4rem;
}

h4 {
	font-size: 3.5rem;
}

h5 {
	font-size: 3.5rem;
}
h6 {
	font-size: 3.5rem;
}
p {
    font-family: 'Roboto', sans-serif;
    margin: 15px 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #2e2e2e;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: underline;
}
.article-details li a {
    text-decoration: underline;
}
a {
	color: #006600;
	text-decoration: none;
	transition: all 0.3s ease;
	outline: medium none !important;
}
a:hover {
	text-decoration: none;
	color: #f8bb15;
}
a:focus, a:hover {
	color: #f8bb15;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
li {
    margin-bottom: 10px;
}
ol {
    list-style-position: outside;
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
/*ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style-type: circle;
}*/
b, strong {
	font-weight: bold;
}
a, .sppb-btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	background-color: transparent;
	font-size: 1.6rem;
}
.sppb-btn, .btn, .button {
    font-size: 1.6rem;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #006633;
    border-radius: 4px;
    box-shadow: none;
    display: inline-block;
    margin: 15px 5px 5px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
}
button[class*=plg_system_webauthn_login_button] {
    max-height: unset;
    padding: 6px 20px;
}
.sppb-btn:hover, .btn:hover, .button:hover {
	color: #ffffff;
	background-color: #f8bb15;
	border: 1px solid transparent;
}
.input-group-text {
    font-size: 1.3rem;
    padding: 10px 15px;
}
#sp-main-body {
    padding: 100px 0;
    background-color: rgb(111 129 80 / 47%);
}
#sp-banner {
    background-color: rgb(111 129 80 / 47%);
}
.padding-percent1 {padding: 10%;}

/* HEADER */
#sp-header .container-inner {
    margin: 8px 0 0 0 !important;
}
#sp-top-bar {background-color: #f8bb15;}
#sp-header {
	background: transparent;
	height: 75px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,.32);
	-webkit-transition: all .6s;
	transition: all .6s;
	background: rgb(255 255 255 / 94%);
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
#sp-header .logo {
	height: inherit;
	display: inline-flex;
	margin: 0;
	align-items: center;
}
#sp-header .logo a {
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 2px 4px;
}
#sp-header .logo a:hover {
    color: #f8bb15;
}
#sp-header.header-sticky .logo a {
    color: #006600;
    text-shadow: none;
}
#sp-header.header-sticky .logo a:hover {
    color: #f8bb15;
}
#sp-header #sp-logo {display: table; margin: auto;}
.logo-image {
	height: unset !important;
}
/* END HEADER */

/* MENUS */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 5px;
}
.sp-megamenu-parent > li {
    margin: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > a {
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 2px 4px;
}
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > a:hover {
    color: #f8bb15;
}
.sp-megamenu-parent > li.active > a {
    color: #f8bb15;
    text-shadow: rgb(0 0 0 /52%) 1px 1px 1px;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    color: #006600;
}
#sp-header.header-sticky .sp-megamenu-parent > li.active > a {
    color: #f8bb15;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, .sp-megamenu-parent > a {
    text-shadow: none;
}
/* SUBMENU */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 0px 40px rgba(0, 0, 0, 0.15);
	padding: 0;
	margin-top: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: rgb(255 255 255 / 94%);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 7px 0 0 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    position: relative;
	border-bottom: 1px solid #f0f0f0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sp-megamenu-parent .no-uppercase .sp-dropdown li.sp-menu-item {
    text-transform: capitalize;
    }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 1.5rem;
	line-height: 1.5;
	display: block;
	padding: 12px 23px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	margin-left: 5px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item {
    text-transform: capitalize;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item .sp-menu-item a {
    font-weight: 400;
}
.sp-megamenu-parent .left-drop .sp-dropdown.sp-dropdown-sub {
	top: 0 !important;
	left: auto !important;
	right: 100% !important;
}
.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 20px 0px 30px 0px;
	margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
	text-transform: uppercase;
	padding: 12px 23px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	font-weight: 600;
	margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item {
	border-bottom: 0px solid #f0f0f0;
	text-transform: none;
	position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a {
	padding: 8px 23px;
	font-weight: 400;
}
.sp-megamenu-parent .sp-dropdown .sp-mega-group li.sp-menu-item a i {
    margin-right: 3px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	display: inline-block;
	line-height: 1;
	padding: 0 !important;
	letter-spacing: 0;
}
/* OFFCANVAS */
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 10px 25px 10px 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 1.6rem;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    font-size: 1.6rem;
    color: #006600;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a:hover {
    color: #f8bb15;
}
/* END MENUS */

/* VIDEO WRAPPER */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO WRAPPER */

/* RESPONSIVE */

@media (max-width: 768px) {
	.owl-item .feature-box-4{margin: 20px 0;}
}
#offcanvas-toggler {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

#offcanvas-toggler > .fa {
	color: #fff;
}
#sp-header.header-sticky #offcanvas-toggler > .fa {
    color: #006600;
}
.close-offcanvas {
    background: #6f8150;
}
.close-offcanvas:hover {
    background: rgb(116 128 96);
    color: #fff;
}
.offcanvas-overlay {
    background: transparent;
}
.offcanvas-menu {
    background: #e2e2e2ce;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1.5rem;
    padding: 0.125rem 0;
    position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 1.3rem;
    padding: 4px 0 0 20px;
}
/* */

.text-box-negative {
    width: 100%;
    padding: 70px 100px 0;
    background-color: #fff;
}
.ce-feature-box-28 .negative {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0;
	top: -150px;
}
.border-top-gray {
	border-top: 1px solid #f1f1f1;
}
.border-bottom-gray {
	border-bottom: 1px solid #f1f1f1;
}
.border-top-gray-opacity {
	border-top: 1px solid rgba(241, 241, 241, 0.1);
}

/* TOP BAR */
#sp-top-bar {
	padding: 0;
	font-size: inherit;
	background: #fff;
	display: none;
}

#sp-top-bar .sp-module {
	display: block;
	margin: 0;
}
/* PAGE TITLE */
#sp-title .sp-page-title {
    display: flex;
    align-items: center;    
    height: 315px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: inherit;
}
.sp-page-title .sp-page-title-heading {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-style: normal;
    position: relative;
    z-index: 2;
    font-size: 6rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 8px;
}
.sp-page-title .sp-page-title-sub-heading {
    width: 100%;
    font-size: 2.3rem;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 5px;
}
/* END PAGE TITLE */

/* MEMBERSHIP REPORTS */
#osm-subscriptions-management .btn-group {
    margin-right: 5px;
}
#osm-subscriptions-management .btn-toolbar {
    align-items: center;
}
#osm-subscriptions-management input#filter_search {
    width: 150px !important;
    margin: 10px 0;
    padding: 12px 10px !important;
    font-size: 1.6rem;
}
#osm-subscriptions-management button.js-btn.btn {
    color: #ffffff;
}
#osm-subscriptions-management select.form-control:not([multiple]),
#osm-subscriptions-management select.inputbox:not([multiple]),
#osm-subscriptions-management select:not([multiple]) {
    height: calc(4.25rem + 2px);
    font-size: 1.6rem;
    background-color: #e7e7e7;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #95a082 !important;
    margin: 10px 0;
}
#osm-subscriptions-management .field-calendar {
    margin-right: 5px;
}
#osm-subscriptions-management .input-group {
    align-items: center;
    margin: 10px 0;
}
#osm-subscriptions-management .chosen-container-single .chosen-single {
    padding: 10px 0;
    height: auto;
}
#osm-subscriptions-management .btn-toolbar .btn {
    padding: 8px 15px;
}
#osm-subscriptions-management button#filter_from_date_btn,
#osm-subscriptions-management button#filter_to_date_btn,
#osm-subscriptions-management button.btn.btn-primary.hasTooltip {
    margin: 0;
}
#osm-subscriptions-management .input-group-append .btn {
    margin-top: 0px;
}
#osm-subscriptions-management .filter-search {
    margin: 10px 0;
}
#osm-subscription-add-edit-subscriber .chosen-container-single .chosen-single {
    padding: 10px;
    height: 48px;
}
.sp-scroll-up {
    background: #006600;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: #f8bb15;
}
/* END MEMERSHIP REPORTS */

/* SIDEBAR */
.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}
#sp-left,
#sp-right .sp-column {
    border: solid 1px #efefef;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 0 0px 40px rgb(0 0 0 / 46%);
    transition: all 0.3s ease-out 0s;
    background-color: #e8e8e8;
    border-radius: 10px;
}
#sp-left .sp-module,
#sp-right .sp-module {
	margin-top: 60px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}
#sp-left .sp-module ul,
#sp-right .sp-module ul {
    display: block;
}
#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
	margin-top: 0;
}
#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    border: 0;
    font-size: 2.3rem;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 10px 0;
    padding: 0;
}
#sp-right ul .menu-child,
#sp-left ul .menu-child {
    margin: 0 0 0 15px;    
}
.form-control, .form-control:focus {
	display: block;
	background-color: #e7e7e7;
	background-clip: padding-box;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 1px solid #95a082 !important;
	height: 45px;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	box-shadow: none !important
}
#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: 0;
    margin: 2px 0 0 15px;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #727272;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 23px;
}
#sp-left .sp-module ul > li > a,
#sp-right .sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #d7d7d7;
}
#sp-left .sp-module ul > li a:hover,
#sp-right .sp-module ul > li a:hover {
    color: #f8bb15;
    text-decoration: none;
    background-color: #f3f3f3;
    margin: 0 0 0 5px;
    padding-left: 10px;
    animation-duration: 0.40s;
    animation-timing-function: ease-out;
    transition: all .6s;
}
*#sp-left .current a,
#sp-right .current a {
    color: #f8bb15;
    text-decoration: none;
    background-color: #f3f3f3;
    margin: 0 0 0 5px;
    padding-left: 10px !important;
}
#sp-left .latestnews li,
#sp-right .latestnews li {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

#sp-left .latestnews li:last-child,
#sp-right .latestnews li:last-child {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
/* PAGINATION */
.pagination-wrapper {
    margin: 20px 0 0 0;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}
.page-link {
    position: relative;
    display: block;
    font-size: 1.5rem;
    padding: 9px 8px;
    margin-left: -1px;
    line-height: 1.25;
    color: #006600;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #f8bb15;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
/* END PAGINATION */
.latestnews img {
	width: 80px;
	height: 80px;
	margin: 0px 20px 0px 0px;
}
.media-body span a {
	padding: 0 !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #272727;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
    transition: all 0.3s ease;
}
.media-body span a:hover {
	color: #101010;
}
.media-body small {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	color: #b9b9b9;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
}
#sp-left .sp-module .tagspopular ul > li,
#sp-right .sp-module .tagspopular ul > li,
#sp-left .sp-module .sppb-addon-gallery ul > li,
#sp-right .sp-module .sppb-addon-gallery ul > li {
	display: inline-block;
	border-bottom: 0px solid #ececec;
}
#sp-left .sp-module .sppb-addon-gallery ul > li,
#sp-right .sp-module .sppb-addon-gallery ul > li {
	margin: 4px 4px 0 0;
}
#sp-left .sp-module .sppb-addon-gallery  ul > li > a,
#sp-right .sp-module .sppb-addon-gallery  ul > li > a {
	padding: 0;
}
#sp-left .sp-module .tagspopular ul > li > a,
#sp-right .sp-module .tagspopular ul > li > a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	color: #727272;
	margin: 0 10px 10px 0;
	padding: 5px 15px;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 23px;
}
#sp-left .sp-module .tagspopular ul > li > a:hover,
#sp-right .sp-module .tagspopular ul > li > a:hover {
	background-color: #323335;
	color: #fff;
}
/* */

/* GRIDS */
.boardmembers {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 0;
    margin: 25px 0;
}
.boardmembers .heading {
    display: flex;    
    background: #006600;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    padding: 5px;
}
.boardmembers .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-size: 1.4rem;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.boardmembers .item a {
    font-size: 1.3rem;
}
.archivetable {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 0;
    margin: 25px 0;
}
.archivetable .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
@media (max-width: 768px) {
    ul {
        margin: 0;
    }
    .archivetable .item a, .archivetable .item p, .archivetable li {
       word-break: break-word; 
    }
}
.archivetable .item a, .archivetable .item p {
    font-size: 1.6rem;
}
.archivetable li.archivedate {
    list-style-type: none;
}
.archivetable li {
    margin: 0 0 5px 0;
}
.pricesgrid {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 45% 45%;
    grid-gap: 0;
    margin: 25px 0;
}
.pricesgrid .heading {
    display: flex;    
    background: #006600;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    padding: 7px;
}
.pricesgrid .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 15px;
}
.phstorygrid {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 30% 30%;
    grid-gap: 0;
    margin: 25px 0;
}
.phstorygrid .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 15px;
}
.gardenergrid {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 0;
    margin: 25px 0;
}
.gardenergrid .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.gardenergrid .item a, .gardenergrid .item p {
    font-size: 1.6rem;
}
.trafficcalming {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 25% 75%;
    grid-gap: 0;
    margin: 25px 0;
}
.trafficcalming .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.trafficcalming .item a, .gardenergrid .item p {
    font-size: 1.6rem;
    text-decoration: underline;
}
.trafficcalming2 {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
    margin: 25px 0;
}
.trafficcalming2 .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.trafficcalming2 p {
    margin: 0;
}
.trafficmaps {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 0;
    margin: 25px 0;
}
.trafficmaps .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.ph-activities {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
    margin: 25px 0;
}
.ph-activities .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 10px;
}
.ph-activities .itemright {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #c2c2c2;
    background-color: #d6dbcc;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.ph-activities .itemright p {
    margin: 0;
}
.activitydetail {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 30% 70%;
    grid-gap: 0;
    margin: 25px 0;
}
.activitydetail .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.activitydetail p {
    margin: 0;
}
.sidewalks {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 8% 9% 35% 10% 10% 10% 10% 8%;
    grid-gap: 0;
    margin: 25px 0;
}
.sidewalks .itemheader {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    background-color: #006600;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.sidewalks .itemheader p {
    margin: 0;
    color: #ffffff;
    font-size: 1.3rem;
}
.sidewalks .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: initial;
    /* Horizontal and Vertical centering */
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.sidewalks p {
    margin: 0;
    font-size: 1.4rem;
}
.onleyparkgrid {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: 45% 55%;
    grid-gap: 0;
    margin: 25px 0;
}
.onleyparkgrid .item {
    /* Center the contents of the grid items. Making each grid item a Flex Patterson Board Members */
    display: flex;
              
    /* Horizontal and Vertical centering */
    justify-content: left;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: sans-serif;
    font-weight: normal;
    padding: 5px;
}
.onleyparkgrid .item p {
    margin: 0;
}
@media (max-width: 768px) {
	.boardmembers .heading {
        font-size: .9rem;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .boardmembers .item {
        font-size: 1.3rem;
    }
    .item a {
        font-size: 1rem;
    }
    .pricesgrid {
        grid-template-columns: 50% 50%;
    }
    .pricesgrid .item {
        padding: 5px;
    }
    .phstorygrid {
        grid-template-columns: 50% 50%;
    }
}
/* END GRIDS */

/* FONTAWESOME */
.fas .far {
    color: #006600;
}
.fa-calendar-alt {
    font-size: 1.7rem;
    color: #006600;
}
/* END FONTAWESOME */

/* LOGIN PAGE */
.login .form-group [type=submit] {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 14px 20px;
    color: #ffffff;
    background-color: #006600;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;   
}
.login .form-group [type=submit]:hover {
    background-color: #f8bb15;
}
.login .form-check input[type=checkbox] {
    margin-right: 2px;
    position: inherit;
}
.login .password-group button.input-password-toggle {
    margin: 0;
}
.login .list-group .list-group-item {
    border: 0;
    background-color: rgb(189 198 174 / 47%);    
}
.login a {
    text-decoration: underline;
}
.login a:hover {
    text-decoration: underline;
}
#user-registration [type=submit] {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 14px 20px;
    color: #ffffff;
    background-color: #006600;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;   
}
#user-registration [type=submit]:hover {
    background-color: #f8bb15;
}
#system-message .alert {
    margin-bottom: 5rem;
}
#sp-component > div > div.login > div > div > div > div > a:nth-child(3) {
    display: none;
}
.reset-confirm, .reset-complete {
    width: 576px;
    margin: 0 auto;
}
.reset-confirm [type=submit],
.reset-complete [type=submit] {
    width: 100%;
}
/* END LOGIN PAGE */
#searchForm .form-group {
    margin-bottom: 2rem;
}
#searchForm .input-group {
    margin: 0 0 30px 0;
}
#searchForm .btn-secondary {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 10px 20px;
    margin: 0;
    color: #ffffff;
    background-color: #006600;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;   
}
#searchForm .btn-secondary:hover {
    background-color: #f8bb15;
}
#searchForm input[type=checkbox], 
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
}
#searchForm label {
    font-weight: normal;
    margin: 0 0 12px 0;
}
#searchForm label.mr-2 {
    font-weight: normal;
    margin: 0 0 12px 0;
}
.search .search-results dt.result-title, 
.search .search-results dt.result-title a {
    margin-top: 40px;
    font-size: 1.8rem;
}
select.form-control:not([multiple]),
select.inputbox:not([multiple]),
select:not([multiple]) {
    height: calc(4.25rem + 2px);
    font-size: 1.6rem;
	background-color: #e7e7e7;
	transition: border-color .15s ease-in-out,
	box-shadow .15s ease-in-out;
	border: 1px solid #95a082 !important;    
}
.password-group .input-group-prepend {display: none;}

.btn-primary.focus, 
.btn-primary:focus {
	box-shadow: none;
}
.white-popup-block {
	background: #fff;
	padding: 40px;
	text-align: left;
	max-width: 700px;
	margin: 40px auto;
	position: relative;
}
input#mce-EMAIL {
    background: #fcfcfc;
    color: #2e2e2e;
    font-size: 15px;
    border-color: #95a082;
    border-width: 1px 1px 1px 1px;
    padding: 10px 8px !important;
    margin: 6px 0 0 0;
}
/* ARTICLES */
.article-list .article {
    margin-bottom: 40px;
    padding: 0px;
    border: 0px solid transparent;
}
.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
	transition: all 0.3s ease-out 0s;
}
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	float: none !important;
	transition: all 0.3s ease-out 0s;
}
.article-list .article:hover .article-intro-image img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.article-body {
    padding: 15px;
    border: 0px solid transparent;
    border-radius: 10px;
    background-color: #e8e8e8;
}
.tags {
	display: none;
}
.article-details {
    border: 0px solid transparent;
    border-radius: 10px;
    background-color: #e8e8e8;
    padding: 20px;
    margin-bottom: 40px;
}
.article-details .article-header h1  {
    font-family: 'Alegreya Sans SC', sans-serif;
    letter-spacing: inherit;
    color: #002c00;
    margin-top: 10px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
}
.article-details .article-header h2 {
    font-family: 'Alegreya Sans SC', sans-serif;
    letter-spacing: inherit;
    color: #002c00;
    margin-top: 10px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;    
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    font-family: 'Alegreya Sans SC', sans-serif;
    letter-spacing: inherit;
    color: #006600;
    margin-top: 10px;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;    
}
.center-page-title .article-header h1, .center-page-title .article-header h2 {
    text-align: center;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover,
.article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active,
.article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
    color: #f8bb15;
}
.article-info {
	margin-bottom: 15px;
}
.article-info > span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2e2e2e;
}
.article-info > span a:hover {
    color: #f8bb15;
}
.article-introtext {
	margin-top: 20px;
}
.article-introtext p {
	margin-top: 0;
	margin-bottom: 0;
}
.article-list .article .readmore {
	font-size: inherit;
}
.article-list .article .readmore a {
	font-size: 1.6rem;
	padding: 10px 20px;
	color: #ffffff;
	background-color: #006600;
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	margin: 45px 5px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
}
.article-list .article .readmore a:hover {
	color: #ffffff;
	background-color: #f8bb15;
}
li.previous {
	font-size: 1.6rem;
	padding: 5px 10px;
	color: #727272;
	background-color: #101010;
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	/*margin: 45px 5px 5px;*/
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
}
.pager > li.previous:hover {
	color: #727272;
	background-color: #323335;
}
/* SINGLE */
.article-details > div.article-full-image {
    padding: 0;
}
.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}
.article-details blockquote {
	font-size: 16px;
	font-style: italic;
	border-left: 3px solid #f8bb15;
	padding: 15px 0 15px 20px;
	margin: 35px 0 35px 40px;
	line-height: 2;
	font-weight: 500;
}
/* END ARTICLES */

.mt-3, .my-3 {
	margin-top: 2rem !important;
}
/* BLOG */
.blog-classic-sidebar #sp-main-body {
	background-color: #fff;
}
.blog-classic-sidebar .article-body {
	background-color: #f5f5f5;
}
.blog .category-desc {
    margin-left: 17px;
}
.blog-layout-2 .article-list .article {
	margin-bottom: 40px;
	border-radius: 0;
	background: #fff;
	padding: 30px;
	border: 1px solid #e4e4e4;
}
.blog .subheading-category {
    letter-spacing: inherit;
    color: #002c00;
    font-size: 5rem;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    margin-left: 17px;   
}
.blog-layout-2 .article-body {
	padding: 0;
	background-color: transparent;
}
/* END BLOG */

/* BOTTOM */
#sp-bottom h4 {
	color: #cacaca;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
}
#sp-bottom p {
    font-family: Arial, sans-serif;
    margin: 0 0 16px 0;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #b2b2b2;
}
#sp-bottom a {
    font-family: Arial, sans-serif;
    margin: 0 0 13px 0;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    color: #b2b2b2;
}
#sp-bottom a:hover {
    color: #f8bb15;
}
#sp-bottom .sp-module .tagspopular ul > li,
#sp-bottom .sp-module .sppb-link-list-wrap ul > li {
	display: inline-block;
	margin-bottom: 0 !important;
}
#sp-bottom .sp-module ul > li {
	margin-bottom: 0 !important;
}
#sp-bottom .sp-module {
	margin-bottom: 0;
}
#sp-bottom .sp-module ul.latestnews > li {
	padding-bottom: 23px;
	margin-bottom: 23px !important;
	border-bottom: 1px solid rgba(241, 241, 241,0.1);
}
#sp-bottom .sp-module ul.latestnews > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 0px solid #f1f1f1;
}
#sp-bottom .sp-module .tagspopular ul > li > a {
	font-size: 14px;
	font-weight: normal;
	margin: 6px 6px 0 0;
	display: inline-block !important;
	padding: 4px 12px;
	color: #727272;
	border: 1px solid #2e2e2e;
	text-decoration: none;
	transition: all 0.3s ease;
}
#sp-bottom .sp-module .tagspopular ul > li > a:hover {
	color: #f8bb15;
	border: 1px solid #f8bb15;
}
#sp-footer {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #b2b2b2;
}
#sp-footer .container-inner {
    border: 0;
}
/* END BOTTOM */
