@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Spinnaker, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
}

.tagline {width:90%; margin-left:auto; margin-right:auto; text-align:center; margin-top:10px;}

/* ============================================================================================================================
== BLOCKQUOTE WITH OBTUSE TRIANGLE
** ============================================================================================================================ */

.quotedreference {
  /*Added to float the quote in the centre of the page*/
  width:70%; 
  margin-left:auto; 
  margin-right:auto;
  align:center;
  position:relative;
  padding:15px 30px;
  /*margin:0;*/
  color:#000;
  background:#f9d835; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#FFFF9F), to(#f9d835));
  background:-moz-linear-gradient(#FFFF9F, #f9d835);
  background:-o-linear-gradient(#FFFF9F, #f9d835);
  background:linear-gradient(#FFFF9F, #f9d835);
  /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius:25px 50px;
  -webkit-border-top-right-radius:25px 50px;
  -webkit-border-bottom-right-radius:25px 50px;
  -webkit-border-bottom-left-radius:25px 50px;
  -moz-border-radius:25px / 50px;
  border-radius:25px / 50px;
  font-style:italic;}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.quotedreference + p {margin:10px 28% 2em 0; text-align:right; font-style:italic; font-weight: bold;}

/* creates the larger triangle */
.quotedreference:before {
  content:"";
  position:absolute;
  bottom:-30px;
  right:80px;
  border-width:0 0 30px 50px;
  border-style:solid;
  border-color:transparent #f9d835;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller triangle */
.quotedreference:after {
  content:"";
  position:absolute;
  bottom:-30px;
  right:110px;
  border-width:0 0 30px 20px;
  border-style:solid;
  border-color:transparent #fff;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.img-intro-right {
float: right;
margin: 0 0 18px 20px;
}

.pull-right.item-image {
	margin: 0 0 18px 20px;
	/*width: 30%;*/
	max-width: 400px;
	min-width:150px;
	padding: 4px;
	border: 1px solid #008230;
	background-color: #fff;
}

.pull-left.item-image {
	margin: 0 20px 18px 0;
	/*width: 30%;*/
	max-width: 400px;
	min-width:150px;
	padding: 4px;
	border: 1px solid #008230;
	background-color: #fff;
}
.icon-location:before {
	content: ""; /*Remove icon from crumbs*/
}
.label-info,
.badge-info {
	background-color: #C0C0C0;
}
.label-info[href],
.badge-info[href] {
	background-color: #CFCFCF;
	margin-left: 1px;
}
.nav-stacked > li {
	float: none;
	font-size:1.1em;
	font-weight:normal;
}
.nav .dropdown-toggle .caret {
	border-top-color: #b12;
	border-bottom-color: #b12;
}
.nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #ffba14;
	border-bottom-color: #ffba14;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #ffba14;
	background-color: #08c;
}
.nav-pills > li > a {
	font-weight:normal;
}
.tags {
	float: right; 
	padding-right: 10px;
	margin-top: -20px;
}
	
label {
	display: inline-block; width: 80px; text-align: left; padding-top:10px;
}
.dropdown-menu > .active > a:focus {
	/* font color for selected/active menu item
	Jared 20140625 
	Original Value #333
	DW color #ffba14 */
	color: #ffba14;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.well {
	min-height: 20px;
	padding: 2px;
	margin-bottom: 20px;
	background-color: #FCFCFC;
	border: 0px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 0px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 0px 1px rgba(0,0,0,0.05);
}
a {
	font-weight:bold;
}
a.pathway {
	font-weight: normal;
}

