
body {
	margin: 0;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
@keyframes topBar {
	0% {top: -90px;}
	100% {top: 0px;}
}
#titleBar {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	position: absolute;
	width: 100%;
	font-size: 30px;
	color: gray;
	text-align: center;
	top: -90px;
	left: 0;
	animation-name: topBar;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 1px solid gray;
	box-sizing: border-box;
	z-index: 100;
}
#portalSmall {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	font-size: 60px;
}
#portalSmall img {
	height: 50px;
}
#mainBTNBox {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	/*bottom: 0;*/
	box-sizing: border-box;
	z-index: -2;
}
/*@keyframes mainBTN {
	0% {opacity: 0;}
	100% {opacity: 100%; }
}*/
.mainBTN {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
	opacity: 0;
	width: 20%;
	min-width: 350px;
	height: auto;
	min-height: 300px;
	margin: 10px;
	/*animation-name: mainBTN;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;*/
	box-sizing: border-box;
	cursor: pointer;
}
.mainBTN img {
	height: 200px;
}
.regionPic {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.regionName {
	font-size: 22pt;
	color: #597581;
	text-align: center;
	line-height: 29px;
	margin-top: 20px;
	font-weight: normal;
}
.regionNote {
	font-style: italic;
	font-size: 12pt;
}
.question {
	color: gray;
	text-align: center;
	width: 75%;
}
.smallLogos {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 74px;
	height: 74px;
}
.smallLogos img {
	width: 100%;
	height: auto;
}
.categoryBox {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start;
	position: absolute;/*
	background-color: rgba(0,0,0,0.85);*/
	background-color: lightgray;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	/*bottom: 0;*/
	overflow: scroll;
	padding-top: 20px;
	box-sizing: border-box;
	z-index: 10;
}
.buttons {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
	padding: 20px;
	box-sizing: border-box;
	margin: 5px;
	width: 300px;
}
button {
	background-color: rgba(0,0,0,0.13);
	color: white;
	/*color: lightblue;
	border: 1px solid gray;*/
	border: none;
	font-size: 16px;
	padding: 10px;
	min-width: 250px;
	margin: 0;
	/*margin-bottom: 2px;*/
	outline: none;
	cursor: pointer;
}
button span {
	font-size: 11px;
	font-style: italic;
}
button:hover {
	background-color: rgba(0,0,0,0.20);
	/*border: 1px solid white;*/
}
.subON {
	background-color: rgba(0,0,0,0.20);
}
.buttons button:first-of-type {
	padding-top: 25px;
}
.buttons button:last-of-type {
	padding-bottom: 25px;
}
.buttons button.soloBTN:first-of-type {
	padding-top: 10px;
}
.buttons button.soloBTN:last-of-type {
	padding-bottom: 10px;
}
.bTitle{
	font-size: 22px;
	color: rgba(89,116,128,1.00);
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.closeBTN {
	display: none;
	position: absolute;
	color: gray;
	right: 10px;
	top: 10px;
	font-size: 22px;
	cursor: pointer;
	z-index: 101;
}
#commTitleBox {
	display: none;
	color: rgba(89,116,128,1.00);
	margin-top: 20px;
	text-align: center;
	font-size: 35px;
	line-height: 28px;
	width: 100%;
}
.backLink {
	display: none;
	color: gray;
	top: 10px;
	left: 10px;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	margin-top: 15px;
	cursor: pointer;
}
/*#commBTNs, .subButtons {
	display: none;
}*/
.infoBox, .subButtons {
	width: 250px;
	margin: 0;
	box-sizing: border-box;
	/*box-shadow: 0 0 12px 0 gray inset;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;*/
}
.infoBox {
	padding: 20px;
	background-color: rgba(255,255,255,0.20);
	color: gray;
}
.infoBox div {
	margin-bottom: 15px;
}
.infoBox div:first-of-type {
	font-weight: bold;
	color: rgba(89,116,128,1.00);
}
.subBTN {
	background-color: rgba(255,255,255,0.20);
	color: gray;
}
.subBTN:hover {
	background-color: rgba(255,255,255,0.45);
}
#sharepointBox {
	background-color: white;
	padding-top: 95px;
}
#sharepointBox iframe {
	opacity: 0;
}
#downloadForm {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}
#moreVPO {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
	position: absolute;
	top: 72px;
	box-sizing: border-box;
	width: 100%;
}
.moreVPO_BTN {
	background-color: darkgray;
	border: white 1px solid;
}

@media all and (max-width : 500px) {
	
	#titleBar {
		position: static;
	}
	#mainBTNBox {
		flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		align-items: center;
		-webkit-align-items: center;
		position: static;
		margin: 0;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		/*bottom: 0;*/
		box-sizing: border-box;
		z-index: -2;
	}
	.mainBTN {
		height: auto;
		min-height: auto;
	}
	.mainBTN img {
		width: 225px;
		height: auto;
	}
	#titleBar {
		font-size: 20px;
	}
	.question {
		width: 100%;
	}
	#downloadForm {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		position: static;
		bottom: 0;
		padding-bottom: 20px;
		box-sizing: border-box;
		margin: 0;
		width: 100%;
	}
	
}