a:visited {
	color: #90c649;
}

td a:link {
	color: #90C649;
}

td a:visited {
	color: #90C649;
}

td a:hover {
	text-decoration: underline;
	color: royalblue;
}

.table-title > th {
	color: #90c649;
	text-align: center;
	padding-bottom: 20px;
}

.table-headings {
	border-bottom: 2px solid #90c649;
}

.heading-date {
	padding: 5px;
	text-align: center;
}

.heading-event {
	padding: 5px;
	text-align: center;
	border-left: 2px solid #90c649;
}

.heading-location {
	padding: 5px;
	text-align: center;
	border-left: 2px solid #90c649;
}

.table-date {
	padding: 5px;
}

.table-event {
	padding: 5px;
	border-left: 2px solid #90c649;
}

.table-location {
	padding: 5px;
	border-left: 2px solid #90c649;
}

.mod-agenda {
	background: #fff;
	border-top: 6px solid #00acc3;
	padding-left: 0;
}

.mod-agenda h3 {
	color: #00acc3;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
## Social Icons in footer
--------------------------------------------------------------*/
@media (min-width: 992px) {
	#social-icons {
		text-align: right;
	}
}

@media (max-width: 992px) {
	#social-icons {
		text-align: center;
		margin-top: 24px;
	}
}

/*--------------------------------------------------------------
## Contact Form on Contact page
--------------------------------------------------------------*/
.wpcf7-form div .required-text {
	color: #AAA;
}

.wpcf7-text {
	width: 100%;
	margin-bottom: 13px;
}

.wpcf7-submit {
	padding: 10px 23px !important;
	font-size: 16px !important;
	border-radius: 3px !important;
}

/*--------------------------------------------------------------
## Site Logo
--------------------------------------------------------------*/
.site-logo {
	max-height: 65px;
}

/*--------------------------------------------------------------
## Service Request page
--------------------------------------------------------------*/
body.page.page-id-1713 .entry-title {
	font-weight: bold;
}
#service-request-info {
	max-width: 60%;
	display: flex;
	flex-direction: column;
}
#service-request-cta {
	align-self: flex-start;
	text-align: left;
}
.service-request-icon-grid {
	padding: 0 100px;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 15px;
}
.service-request-desktop {
	display: block;
}
.service-request-mobile {
	display: none;
}
@media (max-width: 1024px) {
	#service-request-info-container {
		flex-direction: column;
	}
	#service-request-info {
		max-width: none;
	}
	#service-request-cta {
		text-align: center;
		align-self: center;
		margin-top: 18px;
	}
	.service-request-icon-grid {
		padding: 0 50px;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 33px;
		row-gap: 33px;
	}
	.service-request-desktop {
		display: none;
	}
	.service-request-mobile {
		display: block;
	}
}
@media (max-width: 425px) {
	#service-request-cta {
		width: 100%;
	}
	.service-request-icon-grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
}