body {
	color: #333333;
}


/* header */
h2, h1.pfa-header {
	font-family: 'Nissan Pro', sans-serif;
	font-size: 0.9375rem;
	line-height: 1rem;
	letter-spacing: .1875rem;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom:1em;
}


/* statement */
h3 {
	font-family: 'Nissan Pro', sans-serif;
	font-weight: 800;
	text-transform: none;
	line-height: 1;
	font-size: 28px;
	color: #FFF;
}

/* business listing header */
h4 {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* descriptions */
p {
	font-family: 'Arial', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
}

/* default list settings */
ul {
	list-style: initial;
	margin-left: 0;
}

li {
	text-align: left;
}

/* trim on images */
.alpha-horizontal {
	padding-left: 0;
}

.omega-horizontal {
	padding-right: 0;
}

.image-full-height {
	height:100%;
}

/* achievement top 50 logo border */
.border-white {
	border: 5px solid #FFF;
}

.overlay-container {
  position: relative;
}

.overlay-container .overlay {
    position: relative;
    top: 0;
	display: flex;
	align-items: center;
  	justify-content: center;
  	height: 100%;
  	width: 100%;
}

	.overlay-container .overlay.stacked {
		flex-direction: column;

	}

.overlay-container .overlay:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
}

.overlay-container .overlay span {
  font: 16px/1 Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
}


.button.diversity {
	background-color: transparent;
	border: 1px solid #FFF;
	line-height: .5;
}

	.button.diversity:hover {
		background-color: rgba(255,255,255,0.5);
	}


/************** Section specific settings **************/

.section.diversity-initiative {
	padding: 3em 0;
}

.section.diversity-achievement {
	padding: 2em 0;
	background:#F7B054;
	color: #FFF;
}


	.achievement-listing {
		font-family: 'Nisson Pro', sans-serif;
		font-weight: 800;
		font-size: 16px;
		text-transform: uppercase;
		margin: 1em auto;
		line-height: 1.2;
		position:relative;
	}


	.diversity-achievement img {
		margin-bottom: 1em;
	}

	.decorative-text {
		font-size: 55px;
	    font-weight: 800;
	    padding: 0;
	    line-height: 1;
	    margin: 1em 0 0.55em;
	}

	p.ceo-letter {
		text-align: justify;
		line-height: 1.5;
		font-size: 1em;
		margin-bottom: 2em;
	}


.diversity-partners {
	overflow-x: hidden;
}

	.diversity-partners img {
		min-height: 825px;
		max-width: none;
	}

		.diversity-partners ul {
			font-weight: bold;
			font-size: 14px;
			text-transform: uppercase;
		}

			.diversity-partners ul li {
				list-style-type: square;
				margin-bottom: 2em;
				width: 70%;
			}

.diversity-suppliers ul {
	margin-left: 0;
}

.diversity-suppliers ul li {
	list-style-type: none;
}


	.diversity-business ul li {
		margin-bottom: 1em;
		list-style-type: square;
	}


.section.diversity-programs {
	padding: 3em 0;
	background: #EAEAEA;
}

	.programs-list {
	    background: #FFF;
	    padding: 1em 1em .5em;
	    margin: 1em;
	    display: flex;
	    flex-direction: column;
	    align-items: stretch;
	}

		.programs-list-content {
			flex-grow: 1;
		}



@media screen {

	h3 {
		font-size: 21px;
	}

	.diversity-partners, .diversity-join .overlay {
		color: #FFF;
	}

	.diversity-equality a {
		color: #333;
		text-decoration: underline;
	}

	.diversity-partners {
		background: #8092A0;
	}

	.diversity-initiative h3, .diversity-supplier h3 {
		color: #333333;
	}

	.overlay {
		padding: 1em 0;
	}

		.diversity-pfa .overlay, .diversity-join .overlay {
			background: #252525;
			padding: 3em 0;
		}

	.button.diversity {
	    border-color: #333333;
	    color: #333333;
	    display: inline-table;
	    white-space: nowrap;
	}

	.programs-list-container {
		display: flex;
		flex-direction: column;
	}

	.programs-list {
		width: auto;
	}

}

@media screen and (min-width: 40em) {

	section[class*='initiative'] {
		padding-top: initial;
	}

	h3 {
		font-size: 28px;
	}

	.diversity-pfa .overlay, .diversity-join .overlay {
		background: none;
		padding: initial;
		position: absolute;
	}

	.diversity-partners ul li {
		width: 100%;
	}

	.button.diversity.abnormal {
		white-space: nowrap;
		box-sizing: content-box;
		line-height: 1.5;
	}

	.overlay-stacked {
		color: #FFF;
	}

	.programs-list-container {
		flex-direction: row;
	}

	.programs-list {
		width: 50%;
	}

}

@media screen and (min-width: 64em) {

	.overlay {
		padding: initial;
	}

	.overlay-container .overlay {
		position: absolute;
		color: #FFF;
	}

	.diversity-equality a {
		color: #fff;
	}

	.diversity-partners {
		background: none;
	}

	.button.diversity {
	    border-color: #FFF;
	    color: #FFF;
	    line-height: .5;
	}

	.column > .side-border.achievement-listing::after {
		content: "";
		position:absolute;
		right:-10px;
		top:20px;
		width:1px;
		height:20px;
		background:#fff;
	}

}

@media screen and (max-width: 40em) {

		.button.diversity {
			white-space:normal;
			line-height: normal;
		}

}		

@media (min-width:40em) and (max-width:64em) {
		.margin-top-medium-tablet {
			margin-top:2.5rem!important
		}

		.margin-top-medium-tablet {
			margin-bottom:2.5rem!important
		}
}



/* ===== || IE10, IE11 Layout Fix || ===== */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.row {width: 100%;}
	.diversity-partners img {max-width: none;}
	.diversity-partners h3 {font-size: 26px;}
}