/* Color Tokens */
.color-tokens {
	color: #3C9085; /* $primary */
	background-color: #9D7168; /* $secondary */
	border-left-color: #B4ACA7; /* $tertiary */
	border-right-color: #3EC3B1; /* $light */
	border-top-color: #FFFFFF; /* $white */
	border-bottom-color: #000000; /* $dark */
}
/* End Color Tokens */

/* Sub Page Side CTA Styles */
.side-nav-panel.sub-side-cta {
	background-color: #B4ACA7; /* $tertiary */
}

.sub-side-cta .imgholder {
	height: 0;
	padding: 35% 0;
	background-image: url(../images/BG_SideCTA.html);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.sub-side-cta .imgholder img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/BG_txtC3.jpg);
}

.sub-side-cta .cta-content {
	padding: 2em 8%;
}

.sub-side-cta .cta-content h2 {
	padding-bottom: .25em;
	font-size: 1.75em;
	border-bottom: 1px solid #FFFFFF; /* $white */
	margin-bottom: .25em;
	color: #FFFFFF; /* $white */
}

.sub-side-cta .cta-content h2 strong {
	font-size: 1.4em;
	font-weight: 300;
}

.sub-side-cta .cta-content h3 {
	padding-bottom: .4em;
	font-size: 1.5em;
	color: #FFFFFF; /* $white */
}

.side-nav-panel.sub-side-cta header {
}

.side-nav-panel.sub-side-cta header h3 {
}

.side-nav-panel.sub-side-cta header h3 a {
}

.sub-side-cta h3 {
}

.sub-side-cta p {
	text-align: center;
	color: #FFFFFF; /* $white */
}

.sub-side-cta .btn {
	margin-top: 1em;
}

.sub-side-cta .btn:hover {
}
/* End Sub Page Side CTA Styles */

/* Responsive */
@media (max-width:1050px) {
	.sub-side-cta .imgholder {
		display: none;
	}
}

@media (max-width:550px) {
	.sub-side-cta .imgholder {
		display: block;
	}

	.sub-side-cta .cta-content {
		display: none;
	}

	.real-patient-ratings-feed {
		padding: 0 4%;
	}
}
/* End Responsive */
