.osb-corp-profile-portlet-corp-summary {
	a {
		text-decoration: none;
	}

	span.title {
		color: #144366;
		font: 1.1em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}

	.aui-field-disabled input[disabled="disabled"] {
		background: #CCC;
	}

	.corp-contact, .corp-partnership-awards, .corp-partnership-levels {
		padding: 0 1em 2em 0;
	}

	.corp-partnership-awards {
		.award {
			padding: 1em 0;
		}

		.award-date {
			color: #909295;
			font-size: smaller;
			letter-spacing: 1px;
		}

		.award-image {
			height: auto;
			max-width: 100%;
		}

		.award-title {
			background: #005A97;
			border-left: .8em solid #00B7B9;
			border-right: 2em solid #005A97;
			color: #FFF;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			margin: 0;
			padding: .2em .4em;
			position: relative;

			&:after {
				background: #FFF;
				content: '';
				height: 101%;
				position: absolute;
				right: -3em;
				top: 0;
				transform: skew(25deg);
				width: 2em;
			}
		}

		.awards-wrapper {
			padding: 1em 0 2em;
		}
	}

	.corp-partnership-levels {
		p.level, .global {
			margin: .2em 0 1.2em;
		}
	}

	.corp-summary-wrapper {
		margin-bottom: 3em;
		padding-bottom: 1em;
	}

	.country, .global, .section-title {
		color: #909295;
	}

	.required .aui-field-label:after,
	.required .aui-field-label-inline-label:after {
		content: " *";
	}
}