a {
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #990f3d !important;
}

div {
	box-sizing: border-box;
}
/* wrap code examples in email */
pre {
	white-space: pre-wrap;
}
/* iPhone and iPad: overrides the Minimum Font Size */
body,
table,
td,
a {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* iPhone and iPad: Remove Blue Links on Apple Devices */
.appleLink a {
	color: #222222 !important;
	text-decoration: none !important;
}
/* iPhone and iPad: text changed to links by phones */
@media only screen {
	a[href^="tel"],
	a[href^="sms"] {
		color: inherit;
		text-decoration: none;
	}
}
/* Outlook: removes extra spacing from table */
table,
td {
	mso-table-lspace: 0pt;
	mso-table-rspace: 0pt;
}
/* Explorer: ensures images do not stretch when viewed online */
img {
	-ms-interpolation-mode: bicubic;
}

.two-column {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.mobile-hide {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
		overflow: hidden !important;
		line-height: 0px !important;
		font-size: 0px !important;
	}

	.show {
		display: block !important;
		max-height: none !important;
		max-width: none !important;
		line-height: 1.5 !important;
		width: 100% !important;
		height: auto !important;
	}
	.responsive-table {
		width: 100% !important;
		min-height: auto !important;
	}
	.mobile-overlap {
		height: 20px !important;
	}
	/*
		Padding classes:
		All padding classes should begin with: 'p-'
		followed by where is will apply: 'trbl-'
		followed by the amound of padding in px: '30'
		example: 'p-trbl-30'
		*/
	/* 0 padding */
	.p-trbl-0 {
		padding-top: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		padding-left: 0 !important;
	}
	.p-t-0 {
		padding-top: 0 !important;
	}
	.p-l-0 {
		padding-left: 0 !important;
	}
	/* 20px padding */
	.p-tb-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.p-rl-20 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.p-trbl-20 {
		padding: 20px 20px 20px 20px !important;
	}
	.p-t-20 {
		padding-top: 20px !important;
	}
	.p-b-20 {
		padding-bottom: 20px !important;
	}
	/* 40px padding */
	.p-tb-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.p-rl-40 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.p-trbl-40 {
		padding: 40px 40px 40px 40px !important;
	}

	.p-t-40 {
		padding-top: 40px !important;
	}
	.p-b-40 {
		padding-bottom: 40px !important;
	}
}

@font-face {
	src: url("https://www.ft.com/__origami/service/build/v3/font?font_name=FinancierDisplayWeb-Regular&font_format=woff&version=1.8.0&system_code=origami")
		format("woff");
	font-family: FinancierDisplayWeb;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	src: url("https://www.ft.com/__origami/service/build/v3/font?font_name=MetricWeb-Regular&font_format=woff&version=1.8.0&system_code=origami")
		format("woff");
	font-family: MetricWebRegular;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	src: url("https://www.ft.com/__origami/service/build/v3/font?font_name=MetricWeb-Semibold&font_format=woff&version=1.8.0&system_code=origami")
		format("woff");
	font-family: MetricWebSemibold;
	font-weight: 600;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* Headline 1 */
	.headline-1 {
		font-family: MetricWebSemibold, Arial, sans-serif;
		font-size: 72px;
	}
	/* Headline 2 */
	.headline-2 {
		font-family: MetricWebSemibold, Arial, sans-serif;
		font-size: 32px;
	}
	/* Headline 3 */
	.headline-3 {
		font-family: MetricWebSemibold, Arial, sans-serif;
		font-size: 28px;
	}
	/* Headline 4 */
	.headline-4 {
		font-family: MetricWebRegular, Arial, sans-serif;
		font-size: 24px;
	}
	/* Headline 5 */
	.headline-5 {
		font-family: MetricWebRegular, Arial, sans-serif;
		font-size: 20px;
	}
	/* p text */
	.p-text {
		font-family: MetricWebRegular, Arial, sans-serif;
		font-size: 16px;
	}
	/* p text bold */
	.p-text-bold {
		font-family: MetricWebSemibold, Arial, sans-serif;
		font-size: 16px;
	}
}

.td {
	display: block;
}
.table {
	display: table;
	width: 100%;
}
@media screen and (min-width: 640px) {
	.td {
		display: table-cell;
	}
}
[owa] .td {
	display: table-cell;
}
