/* BH Sandbox Channel CSS */ 

/* GENERAL / GLOBAL STYLES */ 

/* Title Styles */ 

.BH-Header-2 h2, 
.BH-Header-2 .ckContentArea h2 {
	font-size: 24px; 
	letter-spacing: 2px; 
	text-transform: uppercase;
	text-align: center; 
} 

/* Banner Styles */ 
.bh-banner-row {
	padding-top: 20vh; 
}

.bh-banner-row .grid {
	background-color: #ffffff; 
	max-width: 1100px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
}

.bh-banner-row .bh-logo {
	display: flex; 
	align-items: center; 
	justify-content: center; 
}

.bh-banner-row .bh-logo img {
	margin-bottom: 0px; 
}

/* Content Styles */ 
/* News/Insights/Analysis styling */ 

.BH-content-stream .MainTitle .Titletxt {
	border-bottom: none;
	text-align: center; 
	padding: 10px; 
	color: #000000; 
	font-weight: bold; 
	letter-spacing: 1px; 
}

.BH-content-stream.BH-news-stream .Titletxt {
	background-color: #B398F0; 
}

.BH-content-stream.BH-insights-stream .Titletxt {
	background-color: #eb9be6; 
}

.BH-content-stream.BH-analysis-stream .Titletxt {
	background-color: #7ca5ed; 
}

.BH-content-stream p a:link {
	color: #6A0A82; 
}

.BH-content-stream p a:hover {
	color: #510A6B; 
	text-decoration: underline; 
}

.BH-content-stream .pagination > .active > a {
	background-color: #370A54;
	border-color: #370A54; 
}


/* Button 2 Styles */ 

.channelURL_brittney-hoglund-sandbox-channel-1 .BH-button-2 a {
	padding: 20px; 
	background-color: #254441; 
	color: #ffffff; 
}

.channelURL_brittney-hoglund-sandbox-channel-1 .BH-button-2 a:hover {
	background-color: #42C49D; 
	color: #000000; 
}


/* Button 3 Styles */ 

.channelURL_brittney-hoglund-sandbox-channel-1 .BH-button-3 a {
	padding: 20px; 
	background-color: #6D0D44; 
	color: #ffffff; 
	border-radius: 30px; 
	transition: all .4s ease-out; 
}

.channelURL_brittney-hoglund-sandbox-channel-1 .BH-button-3 a:hover {
	background-color: #931F66; 	
	color: #ffffff; 
	border-radius: 5px; 
	transition: all .4s ease-out; 
}
