

	/* BBI theme and page dependent overides rule must begin with .page-id-# class 
	*  declaired in the body tag so rules will only apply to this page
	*
	* Red     #ad145c;
	* Purple  #614775
	* Green   #729749
	*
  *-----------------------------------------------------------------------*/

/* Custom Symptoms Observed
-----------------------------------------------------------------------*/
.nhs-irsf-observed {
	padding-top: 30px;
}
.nhs-irsf-observed div.row > p {
		padding: 15px 0;
}

.nhs-irsf-observed ul,
.nhs-irsf-observed li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	font-size: 1.6rem;
}

.nhs-irsf-observed h3 {
	max-width: 75%;
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 30px;
}

.nhs-irsf-observed ul {
	padding-bottom: 10px;
	padding-right: 15px;
}

.nhs-irsf-observed ul h4 {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 1.4rem;
	color: #ad145c;
}



/* Custom styles for Wowza Text Scrooler
-----------------------------------------------------------------------*/
#wow-ts {
	width: auto;
}

#wow-ts-content {
	background-color: hsl(332, 79%, 97%);
	padding: 10px;
	padding-left: 20px;
	border-radius: 0 4px 4px 0;        
	text-align: left;
}

#wow-ts-content article,
#wow-ts-content section {
	margin-bottom: 10px;
	margin-left: 0;
}

#wow-ts-content article,
#wow-ts-content section {
	margin-bottom: 10px;
}

#wow-ts-content h3 {
	border-bottom: 2px solid  hsl(274, 24%, 80%);
	margin-bottom: 15px;
	font-weight: 700;
}

#wow-ts-content > div {
	background-color: hsl(330, 75%, 97%);
	height: 400px;
	position: relative;
	overflow: scroll;
	scroll-behavior: smooth;
	overflow-x: hidden;
	padding-right: 15px;
}

#wow-ts-content .item-title {
	display: inline-block;
	font-weight: 700;
	padding-top: 20px;
}

/** Scroller Navigation 
-----------------------------------------------------------------------*/

.wow-ts-nav ul,
.wow-ts-nav li {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.wow-ts-nav {
	padding-left: 0;
	}

.wow-ts-nav .nav-pills .submenu:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.wow-ts-nav .nav-pills li > a {
	display: block;
	color: #614775;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2rem;
	border-radius: 4px 0 0 4px;
	padding: 8px 10px;
}

.wow-ts-nav .nav-pills ul > li > a {
	display: block;
	text-decoration: none; 
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
	
}

.wow-ts-nav .nav-pills ul > li > a:before {
	content: "-";
	margin-right: 4px;
}

.wow-ts-nav .nav-pills >li.active a {
	color: hsl(332, 79%, 38%);
	background-color: hsl(332, 79%, 97%);
}

.wow-ts-nav .nav-pills ul >li.active a {
	background-color: hsl(332, 79%, 92%);
}

.wow-ts-nav .nav-pills > li > a:hover,
.wow-ts-nav .nav-pills > li > a:focus {
	color: hsl(332, 79%, 38%);
	background-color: hsl(332, 79%, 97%);
}

.wow-ts-nav .nav-pills ul >li > a:hover,
.wow-ts-nav .nav-pills ul >li > a:focus {
	color: hsl(332, 79%, 38%);
	background-color: hsl(332, 79%, 92%);
}

@media only screen and (min-width: 768px) {

	#wow-ts {
		width: 95%;
	}

	.wow-ts-nav {
		padding-left: 15px;
		}

	#wow-ts-content article,
	#wow-ts-content section {
		margin-left: 15px;
	}
	
	.wow-ts-nav .nav-pills li > a {
		font-size: 1.8rem;
		padding: 8px 10px;
	}

	.wow-ts-nav .nav-pills ul > li > a {
		padding-left: 10px;
		padding-top: 4px;
	}

}

/* Custom styles for Quotes
-----------------------------------------------------------------------*/

.nhs-irsf-quotes .quote-group {
 	padding: 30px 15px;
	}

.nhs-irsf-quotes {
		text-align: center;
	}

.nhs-irsf-quotes p strong {
	color: #fff;
	text-align: center;
}

.nhs-irsf-quotes .quote-group div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 15px;
	row-gap: 30px;
}

.nhs-irsf-quotes .quote {
	display: flex;
	background-color: white;
	border: 1px solid; 
	color: #614775;
	border-radius: 15px;
	padding: 10px 20px;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: left;
}
.nhs-irsf-quotes .quote p > span {
	margin-right: 4px;
	vertical-align: .1em;
}
.nhs-irsf-quotes .quote span.dashicons {
	color: #614775;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: .1em;
}
.nhs-irsf-quotes .quote span.author {
	font-size: 1.4rem;
	display: block;
	text-align: right;
	color: #614775;
	font-weight: 700;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.nhs-irsf-quotes .quote {
		display: flex;
		flex-basis: 48%; 
	}

}

/* Full Scale Sections
-----------------------------------------------------------------------*/

/* Full wrapper div with class .nhs-irsf-full */
.nhs-irsf-full:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -5;
	top: 0; bottom: -50px; 
	width: 500%; 
	margin-left: -200%;
	background-color:hsl(274, 24%, 95%);
}

.nhs-irsf-full {
	padding-top: 30px;
	position:relative;
	z-index: 5;
}

/* Full Width Quote Section */
.nhs-irsf-quotes::after {
	content: "";
	position: absolute;
	display: block;
	z-index: -5;
	top: 0; bottom: -50px; 
	width: 500%; 
	margin-left: -200%;
	background: rgb(172,20,84);
	background: linear-gradient(180deg, rgba(172,20,84,1) 0%, rgba(97,71,117,1) 100%);
}

.nhs-irsf-quotes {
	position: relative;
	z-index: 5;
}

/* body.page-id-# specific style,live site is: .page-id-13214
-----------------------------------------------------------------------*/

/* Full Width Tool and Resources */
.page-id-13214 .bbi-page-column-module .container-fluid:after  {
	content: "";
	display: block;
	position: absolute;
	z-index: -5;
	top: 0; bottom: -50px; 
	width: 500%; 
	margin-left: -200%;
	background-color:hsl(274, 24%, 95%)
}

.page-id-13214  .bbi-page-column-module .container-fluid {
	position: relative;
	z-index: 5;
}


/* Feature Buttons and Text Mods */
.page-id-13214  .bbi-page-column-module a.btn-primary {
	background-color: #ad145c;
}

.page-id-13214  .bbi-page-column-module a.btn-primary:hover,
.page-id-13214  .bbi-page-column-module a.btn-primary:focus {
	background-color: #614775;
}

.page-id-13214  .bbi-single-column > h3,
.page-id-13214  .bbi-single-column > p {
	text-align: left;
}