﻿#pageAreaLayout {
	max-width: 100%;
}

table#pageTable {
	max-width: 100%;
}

td#leftNav {
	display: none;
}

td#pageContent {
	padding: 0 !important;
}

.breadcrumb {
	display: none;
}

h1#pageTitle {
	display: none;
}

.innerWrapper {
	max-width: 1400px !important;
	margin: 0 auto;
}

.bannerImage {
	background: url('/Style%20Library/Images/PAABanner.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 101%;
	margin: 0 auto;
	z-index: -1;
	margin-top: -.2%;
	height: calc(100vw* .25);
}

.homeBlock1 {
	padding: 2% 0;
}

.homeBlock2 {
	background: #f4f4f4;
}

.homeBlock2 .innerWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2% 0;
}

.homeBlock2Image {
	width: 37%;
}

.homeBlock2Image img {
	width: 100%;
}

.homeBlock2Text {
	width: 58%;
}

.homeBar {
	background-color: #6db004;
	width: 102% !important;
	max-width: 102% !important;
	padding: 1.5% 0;
}

.homeBarInner {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1300px !important;
    margin: 0 auto;
    justify-content: space-between;
}

.homeBarText {
	width: 75%
}

.homeBarButton {
	width: 20%;
}

.homeBar h1, .homeBar h2, .homeBar h3, .homeBar p {
	color: #fff !important;
	text-shadow: none;
	font-weight: 700;
}

.homeBar .btn {
	background: #fff;
	color: #0c6e3b !important;
	float: right;
	font-weight: 600;
	font-size:  16pt;
	padding: 3px 20px;
}

.homeBar .btn:hover {
	background-color: #e8e8e8 !important;
}

.homeBlock34 {
	display: flex;
	flex-direction: row;
	padding: 2% 0;
	justify-content: space-between;
}

.homeBlock3, .homeBlock4 {
	width: 46%;
	background: linear-gradient(121deg,#f8faff 0,#fff 72.88%);
	box-shadow: 10px 15px 45px rgba(13,41,71,.15),inset 2px 2px 3px #fff;
	
}

.homeBlock3Image img, .homeBlock4Image img {
	width: 100%;
}

.homeBlock3Text, .homeBlock4Text {
	padding: 5%;
}

.homeBlock5 {
	background: #f4f4f4;
}

.homeBlock5 .innerWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 2% 0;
}

.homeBlock5Image {
	width: 20%;
}

.homeBlock5Image img {
	width: 75%;
}

.homeBlock5Text {
	width: 80%;
}

.homeBlock6 {
	padding: 2% 0;
}

.sustainingMembers {
	padding: 2% 0;
}

.sustainingMembers .innerWrapper {
	max-width: 95% !important;
}

.sustainingMembers h1 {
	text-align: center;
}

.sustainingMembersGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sustainingMember {
	flex: 0 1 calc( 100% / 8 );
	flex-grow: 0;
	text-align: center;
}

.sustainingMember img {
	width: 80%;
}

@media screen and (max-width: 1400px) {
	
	.innerWrapper {
		max-width: 93% !important;
	}
	
	.homeBarInner {
		max-width: 93% !important;
	}
}

@media screen and (max-width: 1250px) {
	
	.sustainingMember {
		flex: 0 1 calc( 100% / 6 );
	}

}

@media screen and (max-width: 1100px) {
	
	.homeBlock3, .homeBlock4 {
		width: 48%;
	}
}

@media screen and (max-width: 750px) {
	
	.sustainingMember {
		flex: 0 1 calc( 100% / 5 )
	}
}

@media screen and (max-width: 550px) {
	
	.homeBlock2 .innerWrapper {
		flex-direction: column;
	}
	
	.homeBlock2Image {
		width: 85%;
		margin: 0 auto;
	}
	
	.homeBlock2Text {
		width: 85%;
		margin: 0 auto;
	}
	
	.homeBlock34 {
		display: block;
	}
	
	.homeBlock3 {
		margin-bottom: 4% !important;
	}
	
	.homeBlock3, .homeBlock4 {
		width: 85%;
		margin: 0 auto;
	}
	
	.homeBarText h2 {
		font-size: 12pt !important;
	}
	
	.sustainingMember {
		flex: 0 1 calc( 100% / 4 )
	}
	
}

@media screen and (max-width: 450px) {
	
	.homeBlock2Image, .homeBlock2Text {
 		width: 95%;
	}
	
	.homeBlock3, .homeBlock4 {
		width: 95%;
	}
	
	.homeBarText {
		width: 61%;
	}
	
	.homeBarButton {
		width: 33%;
	}
	
	.sustainingMember {
		flex: 0 1 calc( 100% / 3 )
	}

}


@media screen and (max-width: 400px) {
	
	.homeBlock2Image, .homeBlock2Text {
 		width: 100%;
	}
	
	.homeBlock3, .homeBlock4 {
		width: 100%;
	}
	
	.sustainingMember {
		flex: 0 1 calc( 100% / 2 )
	}

	
}