.main,
.main__content:first-child { padding: 0; }
.main__content:first-child > h1 { display: none }

.main-banner {
    position: relative;
    overflow: hidden;
    background: #342929;
    padding: 0 0 220px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.main-banner .bnn {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 105vh;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.main-banner .bnn .parallax-section__parallax:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	opacity: .7;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 73%,rgba(0,0,0,0.9) 99%,rgba(0,0,0,0.9) 100%);
}
.main-banner .bnn .parallax-section__parallax {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.main-banner .bnn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: .9;
}
.main-banner .bnn .caption {
	display: block;
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 15px;
	bottom: 20px;
	font-size: 16px;
	line-height: 1.3em;
	color: #c5c5c5;
	width: 400px;
}
.main-banner .bnn .text {
    position: absolute;
	z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 120px;
}
.main-banner .bnn .text h1 {
	color: #fff;
	font-weight: 600;
	opacity: 0;
}
.main-banner .bnn .text h1 span {
	color: #fff;
}
.main-banner.-ready .bnn .text h1 {
	opacity: 1;
	animation: fadeInUp .4s ease;
}
.main-banner .container {
	opacity: 0;
}
.main-banner.-ready .container {
	opacity: 1;
	animation: fadeIn .4s ease;
}
.main-banner .container h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	margin: 40px 0;
}
.main-banner .container h3 {
	color: #fff;
	font-size: 28px;
	margin: 40px 0;
}
.main-banner .container p {
    color: #fff;
    font-size: 22px;
    line-height: 1.6em;
}
.main-banner .container p a {
    color: #fff;
	text-decoration: underline;
}
.main-banner .container p a:hover,
.main-banner .container p a:focus {
    color: #cccccc;
	text-decoration: none;
}
.main-banner .container ul {}
.main-banner .container ul li {
    margin: 0 0 22px;
}
.main-banner .container ul li a {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .1em;
    color: #fff;
    border-color: #fff;
    border-radius: 800px;
}
.main-banner .container ul li a:hover,
.main-banner .container ul li a:focus {
    color: #666;
    border-color: #666;
}
.presenting-section .link-img {
	display: inline-block;
	position: relative;
	transform: rotate(1deg);
}
.presenting-section .link-img img {
	border: solid 3px #fff;
}
.presenting-section .link-img:after,
.presenting-section .link-img:before {
	content: '';
	position: absolute;
}
.presenting-section .link-img:after {
	background-image: url(../png/page-flip.png);
	background-size: cover;
	right: 0;
	bottom: 0;
	width: 53px;
	height: 64px;
	transition: all .2s ease;
}
.presenting-section .link-img:hover:after {
	width: 72px;
	height: 85px;
}
.presenting-section .link-img:before {
	background-image: url(../png/issue-shadow.png);
	background-size: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 100%;
	left: 0;
	right: 0;
	height: 40px;
}
@media (max-width: 768px) {
	.main-banner .bnn {
		height: 80vh;
	}
	.main-banner .container h3 { font-size: 25px }
	.main-banner .container p,
	.main-banner .container li { font-size: 18px }
	.main-banner .container .btn-layout { font-size: 15px }
}

.statement-section {
	padding: 80px 0 40px;
	background: linear-gradient(to top,  rgb(250 248 236) 0%,rgb(237 242 250) 100%);
}
.statement-section .interior--content {
    display: flex;
    justify-content: space-evenly;
    gap: 4vw;
}
.statement-section .interior--content .left {
	padding: 60px 1vw;
}
.statement-section .interior--content .left blockquote {
	font-style: italic;
	line-height: 1.8em;
	font-size: 20px;
}
.statement-section .interior--content .left blockquote p {
	color: #535c69;
	margin: 0 0 30px;
}
.statement-section .interior--content .left blockquote strong {
	color: #01713d;
	font-style: italic;
}
.statement-section .interior--content .right {
	min-width: 400px;
}
.statement-section .interior--content .right img {
	height: 100%;
	border: none;
	object-fit: cover;
}
@media (max-width: 991px) {
	.statement-section {
		padding: 40px 0 0;
	}
	.statement-section .interior--content {
		flex-direction: column;
	}
	.statement-section .interior--content .left {
		padding: 8vw;
	}
	.statement-section .interior--content .right img {
		width: 100%;
		max-width: 100%;
	}
}

.priorities-section {
	padding: 60px 0;
	background: #000;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.priorities-section .parallax-section__parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.priorities-section .parallax-section__parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.priorities-section h2 {
	display: inline-block;
	position: relative;
	font-size: 60px;
	text-align: center;
	margin: 20px 0 120px;
	color: #faf8ec;
	border-radius: 6px;
	transition: all .3s ease;
	background-color: #00582f;
	padding: 10px 25px;
}
.priorities-section ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	margin: 0;
	padding: 0;
}
.priorities-section ul li {
	position: relative;
	padding: 20px 20px 20px;
	padding-left: 70px;
	width: calc(33.3333% - 40px);
	color: #faf8ec;
	border-radius: 6px;
	transition: all .3s ease;
	background-color: #00582f;
}
.priorities-section ul li:hover {
	background-color: #01713d;
}
.priorities-section ul li a {
	text-align: left;
	display: block;
	color: #faf8ec;
}
.priorities-section ul li:hover a,
.priorities-section ul li:focus a {
	color: #faf8ec;
}
.priorities-section ul li:nth-child(4),
.priorities-section ul li:nth-child(5) {
	width: calc(50% - 30px);
}
.priorities-section ul li .number {
	position: absolute;
	left: 7px;
	top: 7px;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 900;
	width: 50px;
	height: calc(100% - 14px);
	color: #faf8ec;
	background: #01713d;
	border-radius: 6px;
}
.priorities-section ul li strong {
	transition: all .3s ease;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 15px;
	color: #faf8ec;
}
.priorities-section ul li:hover strong {
	color: #faf8ec;
}
@media (max-width: 991px) {
	.priorities-section ul li {
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px) {
	.priorities-section ul li {
		width: 100%!important;
	}
}
.first-section {
	padding: 40px 0;
	background: linear-gradient(to bottom,  rgb(250 248 236) 0%,rgb(237 242 250) 100%);
}
.first-section .interior--content {
    display: flex;
    justify-content: space-evenly;
    gap: 4vw;
}
.first-section .interior--content .right {
	padding: 20px 1vw 60px;
}
.first-section .interior--content .right h2 {
	font-size: 50px;
}
.first-section .interior--content .right p {
	margin: 0 0 40px
}
.first-section .interior--content .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.first-section .interior--content .right ul li {
	position: relative;
	padding: 10px 0;
	padding-left: 43px;
	color: #535c69;
	margin: 0 0 0;
}
.first-section .interior--content .right ul li:not(:last-child) {
	margin: 0 0 30px;
}
.first-section .interior--content .right ul li .number {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
	width: 21px;
	height: 100%;
	color: #faf8ec;
	background: #01713d;
	border-radius: 3px;
}
.first-section .interior--content .right ul li strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 10px;
	color: #01713d;
}
.first-section .interior--content .left {
	min-width: 400px;
	max-width: 47%;
}
.first-section .interior--content .left img {
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
}
@media (max-width: 991px) {
	.first-section {
		padding: 0 0;
	}

	.first-section .interior--content {
		flex-direction: column;
	}
	.first-section .interior--content .right {
		padding: 8vw;
	}
	.first-section .interior--content .left {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {}

.second-section {
    padding: 40px 0;
}
.second-section .interior--content {
    display: flex;
    justify-content: space-evenly;
    gap: 4vw;
}
.second-section .interior--content .left {
	padding: 20px 1vw 60px;
}
.second-section .interior--content .left h2 {
	font-size: 50px;
}
.second-section .interior--content .left p {
	margin: 0 0 40px
}
.second-section .interior--content .left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.second-section .interior--content .left ul li {
	position: relative;
	padding-left: 70px;
	color: #535c69;
	margin: 0 0 16px;
}
.second-section .interior--content .left ul li .number {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 900;
	width: 50px;
	height: 100%;
	color: #edf2fa;
	background: #01713d;
	padding-top: 25px;
	clip-path: polygon(50% 25px, 100% 0, 100% 100%, 0 100%, 0 0);
}
.second-section .interior--content .left ul li:after {
	top: 100%;
	left: 0;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #00733e;
	border-width: 25px;
	margin-top: -1px;
}
.second-section .interior--content .left ul li strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 7px;
	color: #01713d;
}
.second-section .interior--content .right {
	min-width: 400px;
}
.second-section .interior--content .right img {
	height: 100%;
	border: none;
	object-fit: cover;
}
@media (max-width: 991px) {
	.second-section .interior--content {
		flex-direction: column;
	}
	.second-section .interior--content .left {
		padding: 8vw;
	}
	.second-section .interior--content .right, .second-section .interior--content .right img {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {}

.third-section {
	padding: 40px 0;
	background: linear-gradient(to top,  rgb(250 248 236) 0%,rgb(237 242 250) 100%);
}
.third-section > .main__content {
	padding: 0 1vw;
}
.third-section h2 {
	font-size: 50px;
}
.third-section p {
	margin: 0 0 40px;
}
.third-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.third-section ul li {
	position: relative;
	padding: 20px 0 10px;
	color: #3c3c38;
	margin: 0 0 2px;
}
.third-section ul li:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #cbd1da;
	position: absolute;
	right: 0;
	top: 100%;
}
.third-section .image-list {
	display: flex;
	gap: 50px;
}
.third-section .image-list img {
	max-width: 500px;
	object-fit: cover;
	border: none;
}
/*
.third-section ul li:nth-child(2):before {
	width: calc(100% - 25%);
}
.third-section ul li:nth-child(3):before {
	width: calc(100% - 30%);
}*/
.third-section ul li .number {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 900;
	width: 30%;
	height: 100%;
	color: #faf8ec;
	background: #01713d;
	background: #b8b8b8;
	background-image: url(../jpg/bnn-longrangeplan-financial-security.jpg);
	background-blend-mode:multiply;
	background-size: 400px;
	display: none;
}
.third-section ul li:nth-child(1) .number {
	clip-path: polygon(50% 0%, 33% 100%, 67% 100%);
	background-position: 0 0;
}
.third-section ul li:nth-child(2) .number {
	clip-path: polygon(33% 0%, 67% 0%, 83% 100%, 17% 100%);
	background-position: 0 41%;
}
.third-section ul li:nth-child(3) .number {
	clip-path: polygon(17% 0%, 83% 0%, 100% 100%, 0% 100%);
	background-position: 0 81%;
}
.third-section ul li strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 0;
	color: #01713d;
}
.third-section ul.mobile { display: none }
@media (max-width: 991px) {
	.third-section .image-list {
		flex-direction: column
	}
	.third-section .image-list img {
		max-width: 100%
	}
	.third-section { padding: 8vw; }
	/*
	.third-section ul:not(.mobile) li { padding-left: 50%; }
	.third-section ul:not(.mobile) li:before { width: 69%; }
	.third-section ul:not(.mobile) li:nth-child(2):before { width: 62%; }
	.third-section ul:not(.mobile) li:nth-child(3):before { width: 60%; }
	.third-section ul:not(.mobile) li .number {
		width: 46%;
	}*/
}
@media (max-width: 768px) {
	.third-section ul:not(.mobile) li {
		padding-left: 0;
	}
	.third-section ul:not(.mobile) li .number {
		background: none;
		color: #01713d;
		display: block;
		position: absolute;
		left: 0;
		top: 20px;
		width: auto;
		height: auto;
		padding: 0;
		transform: none;
		font-size: 22px;
		clip-path: none;
	}
	/*.third-section ul:not(.mobile) li .number { display: none }*/
	.third-section ul:not(.mobile) li:before {
		width: calc(100% - 20px)!important;
	}
	.third-section ul.mobile { 
		display: block;
		margin: 40px 0 0;
	}
	.third-section ul.mobile li {
		padding-left: 0;
		padding: 0 0 86px;
	}
	.third-section ul.mobile li:before { display: none; }
	.third-section ul.mobile li .number {
		width: 100%;
		background-size: 100% auto;
	}
	.third-section ul.mobile li:nth-child(1) .number {
		background-position: 0 0%;
	}
	.third-section ul.mobile li:nth-child(2) .number {
		background-position: 0 29%;
	}
	.third-section ul.mobile li:nth-child(3) .number {
		background-position: 0 58%;
	}
}

.fourth-section {
	padding: 40px 0;
	background: #faf8ec;
}
.fourth-section > .main__content {
	padding: 0 1vw;
}
.fourth-section h2 {
	font-size: 50px;
}
.fourth-section p {
	margin: 0 0 40px
}
.fourth-section ul {
	width: 100%;
	position: relative;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	padding: 0;
	margin: 0;
}
.fourth-section ul:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 300px;
	background: #faf8ec;
}
.fourth-section ul li {
	position: relative;
	padding-left: 0;
	width: 50%;
	color: #3c3c38;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: unset;
	padding-left: 170px;
}
.fourth-section ul li:nth-child(1),
.fourth-section ul li:nth-child(3) {
	padding-left: unset;
	padding-right: 170px;
}
.fourth-section ul li .number {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 900;
	width: 150px;
	height: 150px;
	color: #faf8ec;
	background: #898989;
	/* border: solid 2px #faf8ec; */
	background-image: url(../jpg/bnn-longrangeplan-leadership.jpg);
	background-size: 480px;
}
.fourth-section ul li:nth-child(1) .number {
	border-radius: 200px 0 0 0;
	clip-path: polygon(0 0, 94% 0%, 100% 44%, 92% 100%, 45% 94%, 0 100%);
	background-position: 19% -5%;
}
.fourth-section ul li:nth-child(2) .number {
	border-radius: 0 200px 0 0;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 59% 100%, 0 94%, 6% 44%);
	background-position: 63% -4%;
}
.fourth-section ul li:nth-child(3) .number {
	border-radius: 0 0 0 200px;
	clip-path: polygon(0 7%, 44% 0, 100% 7%, 93% 56%, 100% 100%, 0 100%);
	background-position: 19% 90%;
}
.fourth-section ul li:nth-child(4) .number {
	border-radius: 0 0 200px 0;
	clip-path: polygon(7% 0, 58% 6%, 100% 0, 100% 100%, 7% 100%, 0 56%);
	background-position: 63% 82%;
}
.fourth-section ul li:nth-child(1) .number,
.fourth-section ul li:nth-child(3) .number {
	right: 0;
	left: unset;
}
.fourth-section ul li:nth-child(1) .number,
.fourth-section ul li:nth-child(2) .number {
	top: unset;
	bottom: 0 
}
.fourth-section ul li:nth-child(3) .number,
.fourth-section ul li:nth-child(4) .number { top: 0 }
.fourth-section ul li strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 5px;
	color: #01713d;
}
.fourth-section ul.mobile { display: none }
@media (max-width: 991px) {
	.fourth-section {padding: 8vw 8vw 0;}
	.fourth-section ul.mobile {display: flex;}
	.fourth-section ul:not(.mobile):before { display: none }
	.fourth-section ul:not(.mobile) li {
		width: 100%;
		padding: 0;
		min-height: auto;
		margin: 0 0 30px;
		padding-left: 0;
	}
	.fourth-section ul:not(.mobile) li .number {
		background: none;
		color: #01713d;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		padding: 0;
		transform: none;
		font-size: 22px;
		clip-path: none;
	}
	.fourth-section ul.mobile li {
		padding: 0;
	}
}
@media (max-width: 768px) {}

.fifth-section {
	padding: 40px 0;
	background: linear-gradient(to bottom,  rgb(250 248 236) 0%,rgb(237 242 250) 100%);
}
.fifth-section .interior--content {
    display: flex;
    justify-content: space-evenly;
    gap: 4vw;
}
.fifth-section .interior--content .left {
	padding: 20px 1vw 60px;
	min-width: 50%;
}
.fifth-section h2 {
	font-size: 50px;
}
.fifth-section p {
	margin: 0 0 40px;
}
.fifth-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fifth-section ul li {
	position: relative;
	color: #f7f7ef;
	margin: 0 0 20px;
	background: #01713d;
	padding: 15px;
	border-radius: 6px;
}
.fifth-section ul li .number {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 900;
	width: 50px;
	height: 50px;
	color: #faf8ec;
	background: #01713d;
	border-radius: 6px;
	display: none;
}
.fifth-section ul li strong {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 5px;
}
.fifth-section .interior--content .right {}
.fifth-section .interior--content .right img {
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover;
}
@media (max-width: 991px) {
	.fifth-section .interior--content {
		flex-direction: column;
		align-items: start;
		justify-content: start;
	}
	.fifth-section .interior--content .left {
		padding: 8vw;
	}
	.fifth-section .interior--content .right {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 768px) {}

.the-club h2 {
	font-family: 'PT Serif', serif;
	text-transform: capitalize;
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 600;
	color: #01713d;
}
