
/* ==========================================================================
   Typography 
   ========================================================================== */
h3 {
	font-style: normal;
	font-weight: bold;
}

h3::before {
	display: none;
}

.u-text--light {
	font-weight: 300;
}

.u-block-hr--center {
	margin-left: auto;
	margin-right: auto;
}

.subpage .c-location {
	margin: 0;
}

.c-btn--spacing {
	margin-top: 40px;
}

/* ==========================================================================
   Helpers 
   ========================================================================== */

.u-block--spacing-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.u-block--spacing-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

.u-block--spacing-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(min-width: 991px) {
	.u-block--spacing-lg {
		padding-top: 260px;
		padding-bottom: 260px;
	}

	.u-block--spacing-md {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.u-block--spacing-sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.u-block--gray {
	background-color: #ebebeb;
}

.u-block-hr--gray {
	border-color: #acacac;
}

.u-reset--margin {
	margin: 0;
}

/**
* Background Properties
*/
.c-background {
	position: relative;
	background-repeat: no-repeat;
}

.c-background--relative {
	position: relative;
	z-index: 10;
}

@media(min-width: 991px) {
	.c-background--fixed {
		background-attachment: fixed;
	}
}

/**
* Background Mobile Reset
*/
.is-device .c-background--fixed {
	background-attachment: initial;
}

/**
* Background Position
*/
.c-background--position-top {
	background-position: top center;
}

.c-background--position-bottom {
	background-position: bottom center;
}

.c-background--position-center {
	background-position: center;
}

.c-background--position-right {
	background-position: center right;
}

.c-background--position-left {
	background-position: center left;
}


/**
* Background Size
*/
.c-background--cover {
	background-size: cover;
}

.c-background--contain {
	background-size: contain;
}

/**
* Background Base
*/
.c-background--base {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
}


/* ==========================================================================
   Backgrounds 
   ========================================================================== */

.c-prem-concerns,
.c-prem-testimonial {
	background-image: url('../img/redesign/img-bg.jpg');
}

/* ==========================================================================
   Blocks 
   ========================================================================== */

.c-prem-benefits__block {
	padding: 20px;
	border: 1px solid #000;
	margin-top: 30px;
}

.c-prem-concerns__block {
	padding: 20px;
	background-color: rgba(255, 255, 255, .5);
	margin-top: 30px;
}

@media(min-width: 991px) {
	.c-prem-benefits__block {
		padding: 40px;
	}

	.c-prem-concerns__block {
		padding: 40px;
	}
}

@media(max-width: 991px) {
	.c-prem-overlay {
		position: relative;
	}

	.c-prem-overlay::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .8);
	}
}


/* ==========================================================================
   Options 
   ========================================================================== */

.c-prem-options__title {
	 background-color: #ebebeb;
	 padding: 20px;
	 font-weight: 300;
	 font-style: italic;
	 text-align: center;
	 margin: 0;
	 position: relative;
}

.c-prem-options__content {
	 background-color: #fff;
	 padding: 20px;
}

@media(min-width: 991px) {
	.c-prem-options__content {
		padding: 40px;
	}
}

/* ==========================================================================
   Testimonials 
   ========================================================================== */

.c-prem-testimonial__blockquote {
	margin-top: 50px;
	text-align: center;
	padding: 0;
	border: 0;
	font-size: 21px;
}

.c-prem-testimonial__blockquote cite {
	font-size: 24px;
	border-top: 1px solid #333;
	padding-top: 20px;
	display: inline-block;
}

/* ==========================================================================
   Procedures 
   ========================================================================== */

.prem-procedure-img {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

@media(min-width: 1024px) {
	.prem-procedure-img {
		height: 450px;
	}
}

@media(min-width: 1024px) and (max-width: 1420px) {
	.prem-procedure-img {
		background-size: cover;
	}
}

.prem-procedure-overlay {
	border-bottom: 120px solid #94929a;
	border-left: 260px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .9;
	transition: all 0.5s ease-out;
}

.prem-procedure-overlay::before {
	content: '+';
	position: absolute;
	top: 35px;
	right: 30px;
	display: block;
	font-size: 50px;
	font-weight: bold;
	z-index: 10;
	color: #fff;
}

.prem-procedure-content {
	opacity: 0;
	position: relative;
	z-index: 10;
	padding: 30px;
}

@media(min-width: 1200px) {
	.prem-procedure-content {
		padding: 50px 30px;
	}
}

.prem-procedure-img:hover .prem-procedure-overlay {
	border-bottom: 1590px solid #94929a;
	border-left: 1590px solid transparent;
	transition: all 0.5s ease-out;
}


.prem-procedure-img:hover .prem-procedure-content {
	opacity: 1;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
}

.c-patient__photo {
	margin-bottom: 40px;
}