/* CSS RESET */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}


html, body {
	font-family: 'Overpass', EYInterstate, Arial, sans-serif;
	font-size: 1.55vw;
	line-height: 2.25vw;
	font-weight: 300;

	color: #FFF;
}

body {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	margin: .75em 0;
}

a { text-decoration: none; color: #23232F; }
a:not(.button):hover { text-decoration: underline; }

h1 { font-size: 2.75em; line-height: 1.1em; margin: .5em 0 .25em; }
h2 { font-size: 2em; line-height: 1.2em; margin: .5em 0 .25em; }
h3 { font-size: 1.25em; line-height: 1.3em; margin: .5em 0 .25em; }
h4 { font-size: 1.5em; line-height: 1.3em; margin: .5em 0 1em; font-family: Georgia, serif; }
h5 { font-size: .85em; line-height: 1.5em; margin: .5em 0 .25em; }
h6 { font-size: .7em; line-height: 1.5em; margin: .5em 0 .25em; }

h1, h2, h4 { font-weight: 300; }
h3, h5, h6 { font-weight: 300; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

.fr { float: right; }
.fl { float: left; }

img.fr { margin: 0 0 4vw 4vw; }
img.fl { margin: 0 4vw 4vw 0; }

.textHilite {
	background-color: #ffe600;
	padding: 12px 20px 8px;
}

.row {
	display:  flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row > .col { padding: 0 15px; margin-bottom: 30px; }

.row > .col-1-4 { flex-basis: 25% }
.row > .col-1-3 { flex-basis: 33.333% }
.row > .col-1-2 { flex-basis: 50% }
.row > .col-2-3 { flex-basis: 66.666% }
.row > .col-3-4 { flex-basis: 75% }

.line {
	border-bottom: 2px solid #ffe600;
	margin: 30px 0;
}

.button {
	background-color: #ffe600;
	color: #2e2e38;
	font-weight: 900;
	padding: .75em 2em;
	display:  inline-block;
	position: relative;
	top:  0;
	box-shadow: none;

	transition:  .3s;
}

.button:hover {
	top: -3px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.15);
}

.textCen {
	text-align: center;
}

.container {
	max-width: 1140px;
	padding: 0 20px 0;
	margin: 0 auto;
}



/* ========== HEADER / NAV ========== */

header {
	background-color: #FFF;
	padding: 20px 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 100;
}

header .col { margin-bottom: 0 !important; }

#intro {
	height: 110px;
}

#logo {
	max-width: 180px;
	width: 20%;
	min-width: 130px;
}

#logo img {
	width: 100%;
}

#navToggle { display:none; }

nav ul {
	padding: 0;
	margin: 0;
}

nav li {
	display: inline-block;
}

nav li a {
	color: #747480;
	display: inline-block;
	text-decoration: none !important;
	padding: 40px 20px 20px;
}

nav li a:hover, nav li a.active {
	color: #23232F;
}





/* ========== FOOTER ========== */

footer {
	background-color: #e1e1e6;
	color: #2e2e38;
	text-align: center;
	font-size: 14px;
	padding: 20px 0 15px;
}

footer a {
	color: #2e2e38;
	display: inline-block;
	padding: 0 8px;
}






/* ========== POPUP ========== */

.popupWrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #2e2e38CC;
	z-index: 1000;
	padding: 50px;
}

.popup {
	background-color: #FFF;
	max-width: 700px;
	margin: auto;
}

.popupTitle {
	border-bottom: 1px solid #747480;
	padding: 8px 20px 8px;
	height: 55px;
}

.popupClose {
	float: right;
	color: inherit;
	font-size: 40px;
	margin-top: 12px;
}

.popupInnerWrap {
	height: 75vh;
	overflow-y: auto;
}

.popupInner {
	max-width: 800px;
	margin: auto;
	padding: 10%;
}

.popupDYK .popupInnerWrap {
	height: auto;
	overflow-y: auto;
}


/*
.popupDYK .popupInner h2:after {
	content: "";
	display: block;
	max-width: 300px;
	height: 3px;
	background-color: #ffe600;
	margin: 40px auto;
}
*/

.popup h2 {
	border-bottom:2px solid #ffe600;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.popupBig {
	max-width: 950px;
}

.popupBig .popupInner {
	padding: 30px;
}





/* ========== ACCORDION ========== */


.accordionItem {
	border-left: 4px solid #f6f6fa;
	border-bottom: 1px solid #c4c4cd;
	margin-bottom: 5px;
}

.accordionItem:hover,
.accordionItem.show {
	border-color: #ffe600;
}

.accordionItem .inner {
	overflow: hidden;
	display: none;
	color: #2e2e38;
	padding: 20px;
}

.accordionItem .accordionToggle {
	display: block;
	font-weight: 400;
	background-color: #EAEAF2;
	padding: 20px;
	cursor: pointer;
	margin: 0;
	font-size: 1.25em;
}

.accordionItem:hover .accordionToggle {
	text-decoration: none;
}

.accordionItem .accordionToggle::after {
	content: "+";
	float: right;
	font-size: 1.5em;
}

.accordionItem.show .accordionToggle::after {
	content: "-";
	font-size: 2.5em;
}

.accordionItem .inner {
	display: none;
	background-color: #FFF;
}




/* ========== SECTIONS ========== */

.video {
	width: 100%;
	height: auto;
}

.resource .col, .person .col {
	margin-bottom: 30px;
}

.resource, .person {
	border: 1px solid #c4c4cda6;
	padding: 20px;
	padding-bottom: 80px;
	height: 100%;
	position: relative;
}

.resource img, .person img {
	margin-bottom: 30px;
	width: 100%;
}

.resource .buttonWrap, .person .buttonWrap {
	margin-top: 30px;
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
}

h1 {
	padding-top: 130px;
}

h1:before {
	content: "";
	display: block;
	width: 40px;
	height: 12px;
	background-color: #ffe600;
	margin: 0 0 25px;
}

.sectionContent {
	padding: 40px;
	background: #00000033;
	margin: 60px 0 200px;
}

.sectionContent.white {
	background: #FFFFFFEE;
	color: #2e2e38;
}

#homeLinks {
	padding-top: 50px;
}

.homeLink {
	width: 100%;
	max-width: 200px;
	aspect-ratio: 1;
	display: block;
	background: #000 center / cover no-repeat;
	text-align: center;
	color: #FFF;
	border-radius: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: 0.3s;
}

.homeLink#boardlandscape { background-image: url(images/bg-boardlandscape.jpg); }
.homeLink#rolesresponsibilities { background-image: url(images/bg-rolesresponsibilities.jpg); }
.homeLink#preparingyourself { background-image: url(images/bg-preparingyourself.jpg); }
.homeLink#checklist { background-image: url(images/bg-checklist.jpg); }

.homeLinkInner {
	padding: 20px;
	background-color: #00000033;
	height: 100%;
	position: relative;
	transition: 0.3s;
	text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 25px #000;
	font-size: 1.25em;
}

.homeLinkInner span {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 20px;

	top: 50%;
	transform: translateY(-50%);
}

.homeLink:hover {
	top: -3px;
}

.homeLink:hover .homeLinkInner {
	background-color: #00000099;
}

.container li {
	padding-bottom: .5em;
}




/* PIE CHARTS */

.pie {
	display: block;
	text-align: center;
	height: 150px;
	width: 150px;
	padding: 20px;

	background-color: transparent;
	border-radius: 50%;
	position: relative;
	margin: auto;

	font-size: 16px;
	line-height: 20px;
}

.bigNum {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-radius: 50%;
	
	font-size: 2em;
	line-height: 3.5em;
	font-weight: 800;
}

.pie:before {
	content: "";
	display: block;
	border-radius: 100%;
	border: 4px solid #2db757;
	width: 134px;
	height: 134px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.circDesc {
	color: #FFF;
	background-color: #2db757;
	font-size: .65em;
	line-height: 1.4em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100%;

	transition: 0.5s;
	transform: scaleX(0);
}

.pie:hover .circDesc {
	transform: scaleX(1);
}

.circDesc span {
	display: block;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ethnicDiversity {
	
}

.ethnicDiversity:before, .moreDetail:before {
	opacity: 0;
}

.pie.ethnicDiversity .bigNum {
	font-size: 0.65em;
	line-height: 1.4em;
	font-weight: 300;
}

.pie#ethnicDiversity {
	padding: 0;
	image-rendering: pixelated;
}

.pie#ethnicDiversity .bigNum {
	position: relative;
}

.pieNums {
	text-align: left;
	font-size: 0.75em;
	letter-spacing: -.5px;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.pieNum {
	height: 10px;
}

.pieNum::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 3px;
}

.pieNum.wht::before { background-color: #750e5c; }
.pieNum.baa::before { background-color: #b14891; }
.pieNum.aaa::before { background-color: #ff6d00; }
.pieNum.his::before { background-color: #ff4136; }
.pieNum.ame::before { background-color: #ffb46a; }

.pieNum span {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}

.pieNum.wht span { transform: translate(97px, 52px); }
.pieNum.baa span { transform: translate(-24px, 25px); }
.pieNum.aaa span { transform: translate(0, -28px); }
.pieNum.his span { transform: translate(25px, -43px); }
.pieNum.ame span { transform: translate(42px, -30px); color: #2e2e38; }

.pie.moreDetail .circDesc {
	background-color: #c4c4cd;
	transform: scaleX(1);
	color: #2e2e38;
}

.pie.moreDetail:hover .circDesc {
	background-color: #ffe600;
}

.button.fr, .button.fl {
	margin-top: 15px;
}

.button.fr { margin-left: 15px; }
.button.fl { margin-right: 15px; }

.splitCol-2 {
	columns: 2;
	column-gap: 40px;
}





/* ROLES & RESPONSIBILITIES */

.accordionItem.boardvmanage img {
	max-width: 800px;
	margin: 30px auto;
}

.homeLink#strategy { background-image: url(images/bg-strategy.jpg); }
.homeLink#talent { background-image: url(images/bg-talent.jpg); }
.homeLink#risk { background-image: url(images/bg-risk.jpg); }

#boardCommittees .button {
	text-align: center;
	width: 100%;
	min-height: 100px;
	position: relative;
}

#boardCommittees .button span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	left: 10%;
	width: 80%;
}

#otherCommittees .row h3:first-child {
	border-bottom:2px solid #ffe600;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#otherCommittees .chonkNum {
	margin-bottom: 15px;
}

#otherCommittees .row h2 {
	font-size: 4em;
	font-weight: 400;
	margin-bottom: 0;
}

#otherCommittees .sectors span {
	background-color: #ffe600;
	width: 55px;
	padding: 7px 8px 3px;
	display: inline-block;
	margin: 0 5px 10px 0;
}

ul.smallPad {
	padding-left: 16px;
}






/* PREPARE YOURSELF */

.accordionItem .inner a:not(.button) {
	text-decoration: underline;
}




/* CONTACT */

#checklist {
	margin-bottom: 40px;
}

#checklist > p {
	display: block;
	margin-bottom: 1.25em;
}

#checklist input {
	display: inline-block;
	width: 5%;
	vertical-align: top;
	margin-top: 4px;
}

#checklist label {
	display: inline-block;
	width: 90%;
	vertical-align: top;
}

#contact img {
	max-width: 200px;
	margin: auto;
	border-radius: 100%;
}

#contact .col-2-3 {
	padding-top: 40px;
}





@media (min-width: 1100px) {

	html, body {
		font-size: 16px;
		line-height: 1.35em;
	}

}


@media (min-width: 801px) {

	header .container:after {
		display:none;
	}

	nav { display: block !important; }

}

@media (max-width: 800px) {

	html, body {
		font-size: 13px;
		line-height: 1.35em;
	}

	.row {
		display: block;
	}

	.row .row { display:flex; }

	.row > .col {
		flex-basis: 100%;
		padding: 10px 0;
		margin-bottom: 0;
	}

	#homeLinks { display: flex; }

	.row > .col-1-3 .row .col-1-2,
	#homeLinks > .col-1-4 { flex-basis: 48% !important; }
	.row > .col-2-3 .row .col-1-3 { flex-basis: 30.666%; }

	.homeLink {
		width: 30vw;
		height: 30vw;
	}

	.homeLinkInner {
		height: 30vw;
	}

	header .row > .col {
		padding: 0;
	}

	nav {
		width: 100%;
		font-size: 1.5em;
		padding-top: 30px;
	}

	nav li, nav li a {
		display: block;
	}

	nav li a {
		padding: 15px 20px;
	}

	#logo {
		float: left;
	}

	#navToggle {
		display: block;
		width: 50px;
		height: 50px;
		float: right;
		margin-top: 20px;
		padding: 20px 0;
		cursor: pointer;
		transition: 0.3s;
	}

	#navToggle span {
		display: block;
		height: 1px;
		background-color: #2e2e38;
		transition: 0.3s;
	}

	#navToggle span:first-child {
		margin-bottom: 10px;
	}

	#navToggle.active span:first-child {
		transform: rotate(45deg);
		margin-bottom: 0;
	}

	#navToggle.active span:last-child {
		transform: rotate(-45deg);
	}

	#navToggle:hover span {
		background-color: #c4c4cd;
	}

	nav, nav:before {
		float: none;
		clear: both;
		display: block;
		content: "";
	}

	nav {
		display: none;	
	}

	.resource .button {
		width: 100%;
	}

}