body {
	/*overflow-x: hidden;*/
}
.royalSlider {
  width: 100%;
  max-width: 720px;
  min-height: 470px;
  margin: 0 auto;
}
.content {
	padding: 28px 36px 10px 36px;
	min-height: auto;
}
.content p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 22px;
}
.content h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 22px;
}
.content ul {
	font-size: 13px;
	line-height: 18px;
}
.content li {
	padding-bottom: 8px;
	list-style-type: disc;
	margin-left: 16px;
}
.content li.nopadding {
	padding-bottom: 6px;
}
.content.credentials li {
	padding-bottom: 8px;
	list-style-type: none;
	margin-left: 0;
}
.conent-video {
	padding: 0;
	min-height: auto;
}



.new-partners-layout ul {
	
	
}
.new-partners-layout li {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 8px;
	list-style-type: none;
	margin-left: 0;
}





/* Signatures */
.seth img {
	max-width: 176px;
}
.greg img {
	max-width: 233px;
}
.jamie img {
	max-width: 262px;
}
.signature-col {
	float: left;
	width: 50%;
}

@media only screen and ( max-width: 640px ) {
	.content p,
	.content ul {
		font-size: 16px;
		line-height: 20px;
	}
	.content li,
	.content.credentials li {
		padding-bottom: 16px;
	}
	.content h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 18px;
	}
	.mobile-top {
		padding-top: 30px;
	}
	.mobile-bottom {
		padding-bottom: 25px;
	}
	.signature-col {
		width: 100%;
	}
}

@media only screen and ( max-width: 320px ) {
	.content {
		padding: 30px 16px 10px 16px;
	}
	.mobile-top {
		padding-top: 15px;
	}
	.mobile-bottom {
		padding-bottom: 15px;
	}
}

/* =============================================================================
   Insights & Experience
   ========================================================================== */
.royalSlider.insights-and-experience-slider-introduction {
  min-height: 390px;
}
.royalSlider.insights-and-experience-slider-video {
  min-height: 580px;
}
.royalSlider.insights-and-experience-slider-partners {
  min-height: 550px;
}
.royalSlider.insights-and-experience-slider-highlights {
  min-height: 390px;
}
.sub-title {
	height: 79px;
	border-bottom: 1px solid #e8e4dc;
}
h3 {
	color: #b4a06e;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	text-transform:uppercase;
	padding-top: 28px;
	padding-left: 34px;
}
.title-hidden {
	display: none;
}

/* Video Specific Code */
.js-resize {
	border-bottom: 1px solid #e8e4dc;
}
.video-title {
	margin: 0;
	width: 100%;
}
.video-title p {
	font-size: 18px;
	font-weight:normal;
	line-height: 22px;
	text-align: center;
	padding: 24px 36px 28px 36px;
}

@media only screen and ( max-width: 640px ) {
	h3 {
		text-align: center;
		padding-left: 1px;;
	}
	.sub-title.height-increase {
		height: 106px;
	}
	.title-hidden {
		display: inline;
	}
	.video-title p {
		font-size: 16px;
		line-height: 20px;
		padding: 12px 28px 28px 28px;
	}
}

@media only screen and ( max-width: 520px ) {
	h3 {
		font-size: 22px;
		line-height: 24px;
	}
}