@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,700,700italic);
body {
	font: 14px/1.6 'Cabin', sans-serif;
	color: #333;
	background: #eee;
}
header, footer {
	background-color: #676767;
	color: #d1d2d4;
	padding: 0;
	width: 100%;
	margin: 0;
}
#social {
	margin: 1em 0 0 1em;
	height: 20px;
	max-width: 150px;
	float: left;
}
#social img {
	max-width: 29px;
	margin: 0 5px;
	float: right;
}
#social a:hover img {
	opacity: 0.5;
}
header img.logo {
	max-width: 100%;
}
#branding {
	clear: both;
	margin-left: 1em;
	margin-right: 1em;
}
#branding h3 {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: 0.5em;
	padding-right: 25px;
	background-image: url(../images/butterfly.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	margin-top: 0.1em;
	line-height: 20px;
	color: #FFF;
	text-align: right;
}
.navbar {
	min-height: 40px;
	width: 100%;
	max-width: 800px;
	font-size: 90%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.navbar-toggle {
	margin-top: 3px;
	margin-bottom: 4px;
	color: #005aab;
}
.navbar-default {
	background-color: #bbbbbb;
	background-image: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);/* IE10 */
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin-top: 20px;
}
.navbar-default ul.navbar-nav li a, .navbar-default ul.navbar-nav li a:visited {
	color: #005aab;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 11px;
	padding-left: 11px;
}
.navbar-default ul.navbar-nav li a:hover {
	color: #60cdf6;
	text-decoration: none;
}
ul.nav.navbar-nav li:hover {
	color: #60cdf6;
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.dropdown-menu {
	padding: 0;
	color: #60cdf6;
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	min-width: 0px;
	border-radius: 0px;
}
.dropdown-menu li {
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
}
.dropdown-menu li a {
	color: #60cdf6 !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #4b545f;
	color: #60cdf6;
}
.dropdown-menu .divider {
	color: #575f6a;
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #4b545f;
}
#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	max-width: 960px;
}
#main h1 {
	font-size: x-large;
	margin-bottom: 1em;
	color: #005aab;
	border-bottom: 1px solid #005aab;
}
#main h2 {
	font-size: larger;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	color: #005aab;
}
#main h3 {
	font-size: 100%;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}
.third h2 {
	border-bottom: 1px solid #005aab;
}
#main h2 a, #main h2 a:visited {
	color: #005aab;
	text-decoration: none;
}
#main h2 a:hover, #main h2 a:active {
	color: #6ecff6;
	text-decoration: none;
}
#main h3 {
	font-weight: bold;
}
#main p {
	margin-bottom: 1em;
}
#main ul {
	padding-left: 40px;
	margin-bottom: 1em;
	overflow: none;
}
#main ul.nav {
	margin-left: 0em;
	margin-bottom: 0em;
}
#main a, #main a:visited, #main ul a, #main ul a:visited {
	color: #005aab;
	text-decoration: none;
}
#main a:hover, #main a:active {
	text-decoration: underline;
}
#myCarousel {
	clear: both;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	max-height: 390px;
}
.carousel-caption {
	background-color: #000000;
	opacity: 0.8;
	width: auto;
}
.carousel-caption {
	display: none;
}
.carousel-caption p {
	padding-left: 5px;
	padding-right: 5px;
}
.carousel-caption a:link {
	color: white;
	font-weight: bold;
}
.carousel-caption .h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-inner {
	margin-bottom: 40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	border: 1px solid #069;
}
.carousel-indicators li.active {
	background-color: #069;
}
.third {
	min-height: 250px;
}
.third img {
	float: left;
	margin-right: 15px;
	max-width: 33%;
	max-height: 170px;
}
footer a, footer a:visited, header h1 a, header h1 a:visited {
	color: #6ecff6;
	text-decoration: none;
}
footer a:hover, footer a:active, header h1 a:hover, header h1 a:active {
	color: #005aab;
	text-decoration: none;
}
footer #credits {
	margin-top: 5em;
	padding-bottom: 1em;
	font-size: smaller;
	color: #6ecff6;
}
footer {
	padding-top: 1em;
	text-align: center;
}
footer ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}
footer ul li {
	margin: 1em;
}
.contact-promo {
	width: 290px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcfcfc), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient( center top, #fcfcfc 5%, #dfdfdf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dfdfdf');
	background-color: #fcfcfc;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.contact-promo:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fcfcfc));
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #fcfcfc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fcfcfc');
	background-color: #dfdfdf;
	text-decoration: none !important;
}
.contact-promo:active {
	position: relative;
	top: 1px;
	text-decoration: none !important;
}
.contact-promo img {
	float: left;/*	padding: 0 30px 10px 5px;*/
}
.contact-promo img a {
	border: 0;
}
.arrow {
	font-size: 200%;
	line-height: 22px;
	vertical-align: text-bottom;
	animation: myfirst 1s infinite;
}
@keyframes myfirst {
	25% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.7;
	}
	100% {
		opacity: 1.0;
	}
}
#testimonials {
	margin-bottom: 1em;
	max-width: 290px;
}
.quotes {
	border: 1px solid #666;
	padding: 1em;
	border-radius: 10px;
	background-color: white;
}
.sidequote {
	font-style: italic;
}
.author {
	text-align: right;
}
.quotation {
	font-style: oblique !important;
}
blockquote {
	font-size: 16px;
	padding: 0px;
	margin: 0 px;
	border-left: none;
}
#sidebarlist {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 1em;
	border-radius: 10px;
	max-width: 290px;
}
#map {
	height: 450px;
	max-width: 520px;
	clear: both;
	border: 5px solid white;
}
.nchmemberseal {
	width: 290px;
	padding-left: 65px;
	padding-right: 65px;
	background-color: transparent;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.nchqualitymark {
	padding: 10px;
	background-color: white;
	border-radius: 15px;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.logocontainer {
	max-width: 290px;
	margin-bottom: 10px;
}
.timeline-Widget {
	max-width: 290px;
}
.highlighted {
	background-color: #DDD;
	padding: 5px 10px;
}
@media (min-width:330px) {
	#branding h3 {
		font-size: 16px;
	}
}
@media (min-width:460px) {
	/* Carousel needs to be at least 460 px wide for captions */
	.carousel-caption {
		background-image: url("../images/contrast.png");
		background-repeat: repeat;
		max-width: 100%;
		width: 100%;
		left: 0;
		bottom: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 90%;
		display: block;
	}
	#social img {
		max-width: 29px;
		margin: 0 5px;
		float: right;
	}
	footer ul li {
		white-space: nowrap;
	}
}
@media (min-width:481px) {
	header img.logo {
		max-width: 300px;
	}
	#branding h3 {
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media (min-width:550px) {
	header {
		padding-bottom: 0.5em;
	}
	header img.logo {
		max-width: 350px;
	}
	.carousel-caption {
		font-size: 100%;
	}
	.carousel-caption p {
		/*	padding-left: 30px;
	padding-right: 30px;*/
	}
	.carousel-caption .h1, .h2, .h3, h1, h2, h3 {
		font-size: 24px;
	}
	#social {
		float: right;
		height: 0px;
		margin-right: 1em;
	}
	footer {
		padding-top: 1em;
		text-align: center;
	}
	footer ul {
		list-style: none;
	}
	footer ul li {
		display: inline;
		margin: 1em;
	}
	.left {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.right {
		float: right;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.nchqualitymark {}
}
@media (min-width:768px) {
	header .logo {
		max-width: 300px;
		float: left;
		clear: none;
	}
	header {
		padding-bottom: 1em;
	}
	header img.logo {
		clear: none;
	}
	#branding h3 {
		font-size: 18px;
		word-spacing: 6px;
		padding-top: 0.9em;
		margin-top: 3.6em;
		color: #FFF;
		width: 370px;
		float: right;
		clear: none;
	}
}
@media (min-width:992px) {
	#container, #info {
		max-width: 960px;
		margin: 0 auto;
	}
	#branding h3 {
		font-size: 20px;
		width: 400px;
		margin-top: 3.2em;
	}
	header .logo {
		float: left;
	}
	#container, nav {
		max-width: 960px;
		margin: 0 auto;
	}
	.navbar-default ul.navbar-nav li a, .navbar-default ul.navbar-nav li a:visited {
/*		padding-right: 14px; */
		padding-left: 14px;
	}
	.navbar {
		font-size: 100%;
	}
	.nchmemberseal {}
}
