/* Introduction block */
.introduction-block {
	display: block;
	position: relative;
	padding: 0 15px;
	margin-top: -120px;
	z-index: 3;
}

.introduction-block h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 36px;
}

.introduction-block p {
	color: #5b1f69;;
}

.introduction-block p:first-of-type {
	margin-bottom: 30px;
	color: #333;
}

@media(min-width: 768px) {

	.introduction-block {
		padding: 60px 15px;
	}

	.introduction-block h1 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {

	.introduction-block h1 {
		font-size: 43px;
	}
}

.claims-intro p {
	color: #000;
}

/* Equal column rows */
.equal-column--rows {
	display: block;
	position: relative;
	width: 100%;
	background-color: #f3f3f5;
	padding: 60px 0;
}

.equal-row {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.equal-row:last-of-type {
	margin-bottom: 0;
}

.equal-row--left,
.equal-row--right {
	width: 100%;
	display: block;
	position: relative;
}

.equal-row--left {
	padding: 30px 30px 30px 0;
}

.equal-row--left h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 36px;
}

@media(min-width: 768px) {

	.equal-column--rows {
		padding: 80px 0;
	}

	.equal-row {
		flex-direction: row;
		margin-bottom: 60px;
	}

	.equal-row:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.equal-row--left {
		padding: 30px 60px 30px 0;
	}

	.equal-row--left,
	.equal-row--right {
		width: 50%;
	}

	.equal-row:nth-of-type(even) .equal-row--left {
		padding-left: 60px;
	}

	.equal-row--left h2 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {

	.equal-row--left h2 {
		font-size: 43px;
	}
}

/* Talk to experts */
.talk-to-experts {
	display: block;
	position: relative;
	background-color: #5b1f69;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}

.talk-to-experts img {
	max-width: 70px;
}

.talk-to-experts h3 {
	color: #fff;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.talk-to-experts p {
	margin-bottom: 40px;
}

.talk-to-experts p a {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	color: #fff;
}

.talk-to-experts p a:after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin-top: 3px;
}

/* Other Sources block */
.other-sources {
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.other-sources h4 {
	margin-top: 0;
	margin-bottom: 60px;
	text-align: center;
	font-size: 36px;
}

.sources-container {
	display: flex;
	flex-direction: column;
	height: auto;
	margin-bottom: 60px;
}

@media(min-width: 768px) {

	.sources-container {
		flex-direction: row;
	}

	.other-sources h4 {
		font-size: 28px;
	}
}

@media(min-width: 1200px) {

	.other-sources h4 {
		font-size: 43px;
	}
}

.sources-container .col-left {
	display: inline-block;
	position: relative;
	width: 100%;
	order: 2;
}

.sources-container .col-right {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 30px;
	order: 1;
}

.sources-container .col-right strong {
	display: block;
	width: 100%;
	font-family: Lato,Helvetica,Arial,sans-serif;
	color: #5B1F6C;
	font-weight: normal;
	margin-bottom: 20px;
}

.sources-container .col-right p {
	margin-bottom: 30px;
}

@media(min-width: 768px) {

	.sources-container .col-left {
		width: 50%;
		order: 1;
	}

	.sources-container .col-right {
		width: 50%;
		order: 2;
	}
}

.online-sources {
	text-align: center;
}

.online-sources h4 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 28px;
}