  .bears-go-big-row-full {
	position: relative;
	overflow: hidden;
	background-image: url("/bears-go-big/widgets/row-profiles/images/bear-country-banner.png");
	background-size: cover !important;
	background-position: center !important;
}
.bears-go-big-row-full:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	
}
.bears-go-big-row-full h2, .bears-go-big-row-full h3 {
	color: #fff;
}
.bears-go-big-row-full p {
	color: #fff;
	margin-bottom: 0;
}
.bears-go-big-row-full a {
	color: #fff;
	font-weight: bold;
}
.bears-go-big-row-full a:hover {
	color: #f6b000;
}
.bears-go-big-row-full a.learn-more {
	background-image: url("/_resources/images/icons/circle-arrow/right/circle-arrow-right_white.svg");
}
.bears-go-big-row-full a.learn-more:hover {
	background-image: url("/_resources/images/icons/circle-arrow/right/circle-arrow-right_ÌðÐÄÊÓÆµapp-gold.svg");
}
.bears-go-big-row-full .highlight-item {
	position: relative;
	width: 100%;
	margin: 2.5em 0;
}
@media only screen and (min-width: 40.063em) {
	.bears-go-big-row-full .highlight-item {
		margin: 5.5em 0;
	}
}
.bears-go-big-row-full .highlight-item .video-container {
	border-radius: 0.25em;
	box-shadow: 0 2.5em 2.5em -1.875em rgba(0, 0, 0, 0.5), 0 1.25em 5em 1em rgba(0, 0, 0, 0.2);
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 40.063em) {
	.bears-go-big-row-full .highlight-item .video-container {
		margin-bottom: 0;
	}
}
.bears-go-big-row-full .highlight-item .video-container iframe {
	border-radius: 0.25em;
	overflow: hidden;
}
.bears-go-big-row-full .highlight-item blockquote {
	position: relative;
	font-size: 1.2em;
	line-height: 1.5em;
	border-left: none;
	padding-left: 2.5rem;
	margin: 1.25rem 0;
}
.bears-go-big-row-full .highlight-item blockquote p {
	font-weight: 500 !important;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 0;
	text-shadow: 0 15px 35px rgba(50, 50, 90, 0.25), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.bears-go-big-row-full .highlight-item blockquote p:after {
	content: "\201D";
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	text-shadow: 0 15px 35px rgba(50, 50, 90, 0.25), 0 5px 15px rgba(0, 0, 0, 0.25);
	color: #fff;
	position: absolute;
	margin-left: .5rem;
}
.bears-go-big-row-full .highlight-item blockquote:before {
	content: "\201C";
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	text-shadow: 0 15px 35px rgba(50, 50, 90, 0.25), 0 5px 15px rgba(0, 0, 0, 0.25);
	color: #fff;
	position: absolute;
	margin-left: -2.5rem;
	top: 1rem;
}
