/* Contact RWJ Health */
.contact-rwj-health {
	padding-top: 0;
	padding-bottom: 2em;
}

.contact-rwj-health .contents {
	padding-right: 4.444em;
	padding-bottom: 4.444em;
	width: calc(100% - 606px);
}

.heroes.contact-rwj-health .contents {
	padding-bottom: 1em;
}

.contact-rwj-health .contents.full-width {
	width: 100%;
}

.contact-rwj-health .contents header h4 {
	font-weight: 300;
	color: #00548b;
}

.contact-rwj-health .contents .drawn-arrow-container {
	left: -8.9em;
	top: .4em;
}

.contact-rwj-health .contents header.visible .drawn-arrow-container {
	width: 8.2em;
}

.contact-rwj-health .contents header {
	margin-bottom: 2.778em;
}

.contact-rwj-health .contents article p + p {
	margin-top: 2.222em;
}

.contact-rwj-health .contents p.text-highlight.t1.warning:before {
	right: -4.444rem;
}

.contact-rwj-health .frame {
	border: solid .5em #deeaf2;
	width: 606px;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #FFFFFF;
}

.heroes.contact-rwj-health .frame {
	background-color: #deeaf2a6;
	padding-top: 2em;
}

.heroes .physician-search-panel {
	background-image: none;
	padding: 0 1.5em;
}

.contact-rwj-health .frame iframe {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.contact-rwj-health .social-link-list {
	position: relative;
	margin-top: 1.667em;
}

.contact-rwj-health .social-link-list h5 {
	color: #6E206F;
	font-size: 1.556em;
	line-height: 1.4;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.contact-rwj-health .social-link-list h5 small {
	display: block;
	font-size: 1rem;
	color: #53616f;
	font-weight: 400;
	font-family: 'Source Sans 3', sans-serif;
}

.contact-rwj-health .social-link-list:before, .contact-rwj-health .social-link-list:after {
	position: absolute;
	content: '';
	height: 1px;
	background-color: gray;
	top: 50%;
	width: 80vw;
	z-index: -1;
}

.contact-rwj-health .social-link-list:after {
	right: 100%;
	margin-right: 3.333em;
}

.contact-rwj-health .social-link-list:before {
	left: 100%;
	margin-left: 3.333em;
}

.contact-rwj-health .social-link-list ul {
	margin-left: 2.778em;
}

.contact-rwj-health .social-link-list ul li {
}

.contact-rwj-health .social-link-list ul li + li {
	margin-left: .5em;
}

.contact-rwj-health .social-link-list ul li a {
	height: 2.778em;
	width: 2.778em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
}
/* End Contact RWJ Health */

/* Responsive @ 1500 */
@media screen and (max-width: 1500px) {
	.contact-rwj-health .contents {
		padding-right: 2.222em;
	}

	.contact-rwj-health .contents p.text-highlight.t1.warning:before {
		right: -2.222rem;
	}

	.contact-rwj-health .contents .drawn-arrow-container {
		display: none;
	}
}
/* End Responsive @ 1500 */

/* Responsive @ 1200 */
@media screen and (max-width: 1200px) {
	.contact-rwj-health {
		display: block;
		text-align: center; /* Centers social and allow it to grow if more is added */
		padding: 2.5em 0;
	}

	.contact-rwj-health > * {
		text-align: left; /* sets text appropriately */
	}

	.contact-rwj-health .contents {
		width: 100%;
		padding-right: 0;
		padding-bottom: 1.667em;
	}

	.contact-rwj-health .contents header {
		margin-bottom: 1.667em;
	}

	.contact-rwj-health .contents article p + p {
		margin-top: 1.667em;
	}

	.contact-rwj-health .frame {
		margin: 0 auto;
		max-width: 94%;
		height: 30em;
	}

	.heroes.contact-rwj-health .frame {
		height: auto;
	}

	.contact-rwj-health .social-link-list {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}
/* End Responsive @ 1200 */

/* Responsive @ 1000 */
@media screen and (max-width: 1000px) {
}
/* End Responsive @ 1000 */

/* Responsive @ 800 */
@media screen and (max-width: 800px) {
}
/* End Responsive @ 800 */

/* Responsive @ 600 */
@media screen and (max-width: 600px) {
	.contact-rwj-health .social-link-list {
		display: block;
	}

	.contact-rwj-health .social-link-list:before,
    .contact-rwj-health .social-link-list:after {
		display: none;
	}

	.contact-rwj-health .social-link-list h5 {
		text-align: center;
	}

	.contact-rwj-health .social-link-list ul {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: .833em;
		margin-left: 0;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/* End Responsive @ 600 */

/* Responsive @ 450 */
@media screen and (max-width: 450px) {
	p.text-highlight.t1 {
		font-size: 1em;
	}

	.contact-rwj-health .frame {
		border-left: none;
		border-right: none;
		width: 100%;
		max-width: none;
		height: 36em;
	}
	.contact-rwj-health.main.v3 {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-rwj-health .contents {
		padding-left: 3%;
		padding-right: 3%;
	}
}
/* End Responsive @ 450 */
