body {
	font: 14px arial;
}

p {
	line-height: 1.5rem;
}

a {
	color: rgba(64,77,140,1);
	transition: all .2s;
}

a:visited {
	color: rgba(64,77,140,0.75);
}

a:hover {
	color: rgba(0,0,0,1);
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 1rem;
}

ul li {
	list-style: none;
}

ul li:before {
	content: '\f054';
	color: rgba(64,77,140,1);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 0.5em;
}

.h1, .h2, h1, h2 {
	color: rgba(64,77,140,1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
	color: rgba(64,77,140,1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

@media (max-width:575px) {
	.h1, .h2, h1, h2 {
		font-size: 2rem;
	}
}

.page {
	margin: 0;
}

.container-fluid {
	padding: 0;
}

.entry-content {
	margin: 0 auto;
}

body:not(.blog) .entry-content:first-of-type {
	min-height: 90vh;
}

.entry-hero-banner {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 65vh;
}

.edit-link {
	display: none;
}

.comment > .children {
	margin-left: 2.5rem;
}

.comment-list {
	list-style: none;
}

.comment-author {
	margin-bottom: 0.5rem;
}

.hero {
	background-position: left top;
	background-size: auto 300px;
	background-repeat: no-repeat;
	padding-top: 320px;
	margin-bottom: 2rem;
}

@media (min-width:576px) {
	.hero {
		background-position: center top;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 25vh;
		height: 90vh;
	}
}

@media (min-width:768px) {
	.hero {
	}
}

.hero .entry-title {
	padding: 0 0 0.5rem;
}

@media (min-width:768px) {
	.learn-body {
		height: 8rem;
	}
}

.search-box {
	flex-grow: 1;
}

.ngg-galleryoverview {
	margin: 0 !important;
}

.ngg-gallery-thumbnail-box {
	padding-top: 25%;
	position: relative;
	display: inline-block;
}

.ngg-gallery-thumbnail {
	width: 100%;
	padding-top: 100%;
	margin: 0 !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
}

.ngg-gallery-thumbnail a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 !important;
}

.dps-postbit:hover {
	text-decoration: none;
}

.dps-postbit-thumbnail {
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	margin-bottom: 1rem;
}

.dps-postbit-body {
	color: initial;
}

@media (min-width:768px) {
	.dps-postbit-header {
		height: 4rem;
	}

	.dps-postbit-body {
		height: 8.5rem;
	}
}

.accordion .card {
	border: 0;
}

.accordion .card-header {
	background-color: transparent;
	border-bottom: 2px solid rgba(0,0,0,.5);
	display: flex;
	align-items: center;
}

.accordion .card:last-child .card-header {
	border-bottom: none;
}

.accordion .card-header > *:not(last-child) {
	flex-grow: 1;
}

.accordion .card-header:after {
	content: '\f078';
	color: rgba(64,77,140,1);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	display: inline-block;
	height: 1em;
	width: 1em;
}

.accordion .card-header[aria-expanded="true"]:after {
	content: '\f077';
}

.sd-content li:before {
	display: none;
}


#masthead {
	background-color: rgba(255,255,255,1);
	padding: 0.5rem;

}

@media (min-width:768px) {
	#masthead {
		padding: 0.5rem 0;
	}
}

#custom-logo {
	height: 40px;
	width: auto;
}

@media (min-width:768px) {
	#custom-logo {
		height: 60px;
	}
}

#site-navigation a {
	color: #303030;
	padding: 0;
}

@media (min-width:768px) {
	#site-navigation a {
		padding: 1rem;
	}
}

#site-navigation li:before {
	display: none;
}

#site-navigation .sub-menu {
	background-color: rgba(255,255,255,1);
	font-size: 0.9rem;
}

#site-navigation .navigation-wrap {
	background-color: rgba(255,255,255,0.90);
	width: calc( 100% - 10% );
	left: 5%;
	margin-top: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.66);
	position: absolute;
	z-index: 10000;
}

#site-navigation .navigation-wrap li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	display: block;
	float: none;
}

#site-navigation .navigation-wrap li a {
	padding: 0.5rem 0;
	display: block;
}

.site-footer {
	background-color: rgba(251,247,247,1);
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer textarea,
.site-footer textarea.form-control {
	background-color: rgba(255,255,255,0.5);
	border: 3px solid #ccc;
	border-radius: 0;
}

.site-footer input[type="text"]:focus,
.site-footer input[type="email"]:focus,
.site-footer textarea:focus,
.site-footer textarea.form-control:focus {
	background-color: rgba(255,255,255,1);
}