@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,700&display=swap');

body
{
	font-family: 'PT Sans', sans-serif!important;
}

.nav
{
	background: #3498db!important;
}

ul.nav li a:hover 
{
	background: #368DC8!important;
	color: #fff!important;
}

ul.nav li
{
	padding: 0px!important;
}

ul.nav li a
{
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	font-size: 16px;
}

ul.nav li a .fas
{
	font-size: 18px;
	margin-bottom: 2px;
}

.content_wrapper
{
	background: #212121!important;
}

.wrapper
{
	padding-left: 25px!important;
	padding-right: 25px!important;
}

.page_content_wrapper {
	max-width: 1280px;
	margin: 0 auto;
	height: 100%;
}

.subheader_link
{
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #434343;
	padding: 15px;
	width: 100%;
	text-align: center!important;
}

.scrollable
{
	overflow: hidden;
}

@media only screen and (max-width: 940px) {
	.scrollable {
		overflow-y: scroll;
		max-height: 250px;
	}
	
	.footer-responsive
	{
		width: 100%!important;
		display: block!important;
		text-align: center!important;
		justify-content: center!important;
	}
	
	.footer-responsive li
	{
		text-align: center!important;
		display: block!important;
		width: 100%;
	}
}

.testimonial-col
{
	display: inline-block;
	vertical-align: top;
	width: 640px;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border-radius: 8px;
	border: 1px solid #CCC;
	white-space: normal!important;
}

.testimonial-content
{
	padding: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.testimonial-text
{
	padding: 11px;
	font-size: 14px;
}

.testimonial-author
{
	padding: 8px;
	display: block;
	color: #fff;
	background: #3498db;
	border-radius: 0px 0px 8px 8px;
}

.testimonial-quote-icon
{
	color: #CCC!important;
	margin-left: 8px;
	margin-right: 8px;
}