@charset "utf-8";
/* CSS Document */
a {
	font-size: 1.3em;
	color: #2e2d2c;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2e2d2c;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #2e2d2c;
}
a.live {
	text-decoration: none;
	color: #FFFFFF
}
a.body-link {
	font-size:100%;
	font-weight: normal;
	color: #0094AA;
}
a.body-link:visited {
	color: #0094AA;
}
a.body-link:active {
	color: #2e2d2c;
}
a.body-link:hover {
	color: #2e2d2c;
}
a.contact-link {
	font-size:1.3em;
	font-weight: normal;
	color: #2e2d2c;
}
a.contact-link:visited {
	color: #2e2d2c;
}
a.contact-link:active {
	color: #FFFFFF;
}
a.contact-link:hover {
	color: #FFFFFF;
}
.body-wrap-fix {
	position: relative;
}
.btn-north-star {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0094AA;
	*background-color: #0094AA;
	background-image: -moz-linear-gradient(top, #CCEAEE, #0094AA);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCEAEE), to(#0094AA));
	background-image: -webkit-linear-gradient(top, #CCEAEE, #0094AA);
	background-image: -o-linear-gradient(top, #CCEAEE, #0094AA);
	background-image: linear-gradient(to bottom, #CCEAEE, #0094AA);
	background-repeat: repeat-x;
	border-color: #0094AA;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCEAEE', endColorstr='#0094AA', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-north-star:hover,
.btn-north-star:active,
.btn-north-star.active,
.btn-north-star.disabled,
.btn-north-star[disabled] {
	color: #FFFFFF;
	background-color: #0094AA;
	*background-color: #003bb3;
}
.c-mt10 {
	margin-top: 10px;
}
.c-mtmb20 {
	margin-top:20px;
	margin-bottom: 20px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.col-wrap{  
	overflow: hidden;   
}
.contact {
	font-size: 1.3em;
	color: #2e2d2c;
}
.img-left {
	padding-right: 10px;
}
.img-right {
	padding-left: 10px;
}
.list-inline {
	display: inline-block;
}
.noshow { 
	display:none; 
}
.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #0094AA;
}
.white {
	font-size: 120%;
	color: #FFFFFF;
}
#body-wrap {
	border-style:solid;
	border-width: 15px;
	border-color: #CCEAEE;
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 20px 99999px 20px;
	margin-bottom: -99999px;
	position: relative;
}
#brand-wrap {
	border-bottom-style:solid;
	border-bottom-width: 10px;
	border-bottom-color: #2e2d2c;
	background-image: -webkit-linear-gradient(to right, #2E2D2C 0%, #000000 100%);
	background-image: -moz-linear-gradient(to right, #2E2D2C 0%, #000000 100%);
	background-image: -o-linear-gradient(to right, #2E2D2C 0%, #000000 100%);
	background-image: -ms-linear-gradient(to right, #2E2D2C 0%, #000000 100%);
	background-image: linear-gradient(to right, #2E2D2C 0%, #000000 100%);
	width: 100%;
	min-height: 100px;
	position: relative;
}
#footer {
	background-image: -webkit-linear-gradient(to bottom, #B2DFE5 0%, #0094AA 100%);
	background-image: -moz-linear-gradient(to bottom, #B2DFE5 0%, #0094AA 100%);
	background-image: -o-linear-gradient(to bottom, #B2DFE5 0%, #0094AA 100%);
	background-image: -ms-linear-gradient(to bottom, #B2DFE5 0%, #0094AA 100%);
	background-image: linear-gradient(to bottom, #B2DFE5 0%, #0094AA 100%);
	text-align: center;
	border-top-style:solid;
	border-top-width: 10px;
	border-top-color: #2e2d2c;
	min-height: 15px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-botom: 0px;
	width: 100%;
}
#grey {
	background-color: #2e2d2c;
	height: 10px;
}
#inner-wrap {
	border-style:solid;
	border-width: 10px;
	border-color: #2e2d2c;
	background-color: #2e2d2c;	
	padding: 0px;
	margin: 0px;
	position: relative;
}
#nav-wrap {
	background-image: -webkit-linear-gradient(to right, #0094AA 0%, #CCEAEE 100%);
	background-image: -moz-linear-gradient(to right, #0094AA 0%, #CCEAEE 100%);
	background-image: -o-linear-gradient(to right, #0094AA 0%, #CCEAEE 100%);
	background-image: -ms-linear-gradient(to right, #0094AA 0%, #CCEAEE 100%);
	background-image: linear-gradient(to right, #0094AA 0%, #CCEAEE 100%);
	padding: 30px 30px 99999px 30px;
	position: relative;
	text-align: center;
	margin-bottom: -99999px;
}
#pale-blue {
	height: 15px;
	padding: 0px 15px;
	position: absolute;
	bottom: 0px;
}
#pale-blue-xs {
	height: 15px;
	padding: 0px 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#tag {
	position: absolute;
	top: 60px;
	left: 79px;
	color: #CCEAEE;
	font-size: 150%;
}
#tag-phone {
	text-align: center;
}
#wrap {
	border-style:solid;
	border-width: 10px;
	border-color: #0094AA;
	padding: 0px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg) { ... }