﻿.layout .row {
	margin-bottom: 30px;
}


/*#region Typography */
h1 {
	font-weight: 100;
	font-size: 32px;
}

/*#endregion


/*#region Breadcrumb */
.breadcrumb {
	margin-top: 10px;
	padding: 0;
}

.breadcrumb span {
	margin-right: 10px;
}
/*#endregion*/

/*#region Tag Line */
.tag-line {
	text-align: right;
}
.tag-line h3 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
}
/*#endregion


/*#region Body */
.body h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 100;
	margin: 0 0 30px;
}

.body h3 {
	color: #646472;
	font-size: 14px;
	font-weight: 500;
	line-height: 178%;
	margin-bottom: 30px;
}

.body-contents,
.body-contents p {
	line-height: 200%;
	margin-bottom: 30px;
}

.body p:last-child {
	margin-bottom: 0;
}
/*#endregion*/

.body-contents .ms-formfieldvaluecontainer {
	min-height: 300px;
}
