#nsb-template {
	/*padding-bottom: 40px;*/
}

#nsb-template a {
	word-wrap: break-word;
}

#nsb-template .social {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap
}

#nsb-template .social-links {
	margin: 5% 1%;
}

#nsb-template h2,
#nsb-template .nsb-tag {
	font-size: 1.875rem;
	margin-top: 0;
	font-weight: 600;
}

#nsb-template .nsb-tag {
	margin-bottom: 3rem;
}

#nsb-template .nsb-header {
	margin-bottom: 10px;
	clear: both;
	overflow: hidden
}

#nsb-template .nsb-header .nsb-logo {
	width: 115px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#nsb-template .nsb-header.alt .nsb-logo {
	width: 235px;
}

#nsb-template .nsb-header .nsb-logo img {
	width: 100%;
}

#nsb-template .nsb-header .nsb-title {
	padding-top: 7px;     
	overflow: hidden;
}

#nsb-template .nsb-header .nsb-title h1 {
	border-bottom: 1px solid #f0ab1f;
    padding-bottom: 1rem;
    margin-top: 0;
    font-size: 1.65em;
}

#nsb-template .nsb-header .nsb-title h2 {
	color: #069;
}

#nsb-template .nsb-image {
	width: 100%;
	margin: auto;
	text-align: center;
}

#nsb-template .nsb-image.opt.left {
	width: 100%;
	text-align: left;
}

#nsb-template .nsb-image .nsb-caption {
	font-size: .70em;
	padding: 5px;
	text-align: left;
}

#nsb-template .nsb-image .nsb-caption.alt {
	max-width: 100%;
    margin: auto;
    width: 250px;
    text-align: center;
}

#nsb-template .nsb-image img {
	width: auto;
	height: 200px;
}

#nsb-template .nsb-image.opt.wide img {
	width: 100%;
	max-height: 200px;
	max-width: 1440px;
    height: auto;
}

#nsb-template .nsb-content blockquote {
	color: #069;
	width: 100%;
	margin: 1.5rem auto;
	margin-left: 25px;
	border-left: 5px solid #f0ab1f;
	font-size: 1.25em;
}

#nsb-template .nsb-content .nsb-event p {
	padding: .5rem 0;
}

#nsb-template.contentarea .nsb-content hr {
	height: 1px;
	background-color: #333;
	border-top: none;
	color: black;
}

#nsb-template a.nsb-tel {
	color: #333;
	text-decoration: none;
}

#nsb-template .nsb-content h2,
#nsb-template .nsb-content .statement {
	margin-top: 2rem;
}

@media(min-width:768px) {
	#nsb-template .social-links {
		margin: 1%;
	}
	
	#nsb-template .nsb-content blockquote {
		width: 80%;
		margin: 1.5rem auto;
	}
}

@media(min-width:1024px) {
	#nsb-template .nsb-header .nsb-logo {
		float: left;
	}
}



