@charset "utf-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%
}

* {
min-height: 0;
min-width: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
  
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	min-height: 100%;
	display: flex;
	flex: 0 0 100%;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	background-color: #F4F4F4;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: .875em;
    color: #3D3E40;
	text-decoration: none;
	border: none;
}

h1, h6 {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2.5em;
	text-decoration: none;
	margin-top: 0;
}

h2 {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 0;
}

a, a:link, a:hover, a:active {
	text-decoration: none;
}

a, a:link {
	color: #1C72B2;
}

a:hover {
	color: #8B7155;
}

a:active {
	
	color: #636446;
}

.lCol, .rCol, .homeText {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.lCol {
	display: flex;
	/*flex: 0 1 100%;*/
	align-content: space-between;
	background-color: #5B3425;
	margin-right: auto;
}

.rCol {
	width: 0%;
	display: flex;
	flex: 1 1 100%;
	align-content: flex-start;
	margin-left: auto;
}

.bottomWrapper, .footer {
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-bottom: 2.5%;
}

.siteIcon {
	display: inline-block;
	text-align: center;
	/*flex: 1 1 0%;*/
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: .5%;
}

.siteIcon > img {
	max-width: 100%;
	max-height: 100%;
}

.homeCatMenu {
	/*display: flex;*/
	/*flex: 0 1 100%;*/
	flex-flow: column nowrap;
	justify-content: center;
	align-content: flex-start;
	color: #FFFFFF;
	background-color: #5B3425;
	padding-bottom: 5%;
}

.homeCatDiv {
	width: 100%;
	align-self: center;
	text-align: center;
	margin-top: 1em;
	/*margin-bottom: 2%;*/
	background-color: #5B3425;
}

.homeCatDiv:hover, .homeCatDiv:hover div  {
	background-color: #F4F4F4;
	color: #5b3425;
}

.homeCatDiv > a {
	width: 100%;
	align-self: center;
	display: inline-block;
	color: inherit;
	text-decoration: inherit;
	font-size: 1em;
	font-weight: 700;
}

.homeCatDiv > a:link {
	align-self: center;
	display: inline-block;
	color: inherit;
	text-decoration: inherit;
	font-size: 1em;
	font-weight: 700;
}

.homeCatDiv > a:hover {
	text-decoration: inherit;
}

.homeCatDiv > a:active {
	text-decoration: inherit;
}

/*.homeCatDiv.socialLinks > a {
	width: auto;
}*/

.socialLinks {
	display: flex;
	justify-content: space-evenly;
	align-self: flex-end;
	margin-top: auto;
	margin-bottom: 1em;
}

.socialLinks:hover {
	background-color: #5B3425;
}

.hamMenu {
	position: absolute;
	top: 3%;
	right: 1%;
	padding: 0;
}

.searchWrap {
	/*position: relative;
	float: right;*/
	right: .5em;
	height: 1.75em;
}

.searchWrap button {
	width: 1.75em;
	height: 1.75em;
	left: .25em;
	float: right;
	padding-left: .25em;
	background-color: #fcfcfc;
	border: .1em solid #fcfcfc;
	border-radius: .5em .5em;
}

.searchWrap input {
	height: 1.75em;
	background-color: #fcfcfc;
	border: .1em solid #fcfcfc;
	border-radius: .5em 0 0 .5em;
	visibility: hidden;
}

.hamMenu ul {
	display: flex;
	flex-flow: column nowrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
}

.hamMenu ul.opening {
	display: block;
	/*height: 30px;*/
}

.hamMenu li {
	border-bottom: 1px solid #F4F4F4;
}

.hamMenu li:last-child {
    display: flex;
    justify-content: space-evenly;
    background: rgba(91, 52, 37, 0.75);
    border-bottom: none;
}

.hamMenu li:last-child a {
    background: rgba(91, 52, 37, 0.00);
}

.hamMenu a {
	color: #FFF;
	background: rgba(91, 52, 37, 0.75);
	display: block;
	padding: 1em;
	font-size: 1em;
	font-weight: 700;
	width: 100%;
    height: 100%;
	text-decoration: none;
}

.hamMenu a:hover, .hamMenu a:focus {
	background: rgba(249, 249, 249, 0.5);
	color: #5B3425;
}

/*#fbLinkHB > a:hover, #fbLinkHB a:focus, twitterLinkHB > a:hover, twitterLinkHB > a:focus, instagramLinkHB > a:hover, instagramLinkHB > a:focus {
	background: rgba(102, 24, 25, 0.75);
}*/

.menu-toggle {
	position: absolute;
	right: .5em;
	cursor: pointer;
}

.hamburger {
	display: block;
	position: absolute;
	right: .5em;
	padding: 20px 20px 20px 20px;
	cursor: pointer;
}

.hamburger span, .hamburger span:before, .hamburger span:after {
	content: '';
	background: #F4F4F4;
	height: .225em;
	width: 2.2em;
	border-radius: 3px;
	position: absolute;	
	transition: all ease-in-out 350ms;
	/*transform: translateX(-1.15em);*/
}

.comparePage span, .comparePage span:before, .comparePage span:after {
	background: #6D6E71;
}

.hamburger span:before {
	transform: translateY(-7px);
}

.hamburger span:after {
	transform: translateY(7px);
}

.open {
	z-index: 998;
}

.open .hamburger span {
	transform: rotate(45deg);
}

.comparePage .open .hamburger span, .comparePage .open .hamburger span:after {
	background: #F4F4F4;
}

.open .hamburger span:before {
	display: none;
}

.open .hamburger span:after {
	transform: translateY(-1px) rotate(-90deg);
}

.basicArticle {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-left: 2%;
	margin-right: 2%;
	/*margin-bottom: auto;*/
}

.baHome {
	flex: 0 1 35%;
}

.fullPage{
	flex: 0 1 100%;
}

.basicArticle > h1, .basicArticle > h6 {
	font-size: 2.25em;
	font-weight: 700;
	margin-bottom: 0;
	/*margin-bottom: -1%;*/
}

.ourHome {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.2em;
}

.ourHome p {
	width: 50%;
	margin-right: 2.5%;
}

.btn {
	text-align: center;
	max-width: 6.75em;
	background-color: #636446;
	padding: .25em;
}

.btn a {
	color: #DDD;
	font-size: 1.25em;
	font-weight: 700;
}

.btn a:hover {
	color: #9C8266;
}

.allLocsMap {
	/*height: 60%;*/
	/*flex: 1 1 0%;*/
	/*margin-top: auto;
	margin-bottom: auto;*/
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	background-color: #F4F4F4;
	/*background-color: #F9F9F9; - OLD*/
	padding-top: .5em;
	padding-bottom: .5em;
}

.allLocsMap > a {
	text-align: center;
}

.allLocsMap > a > img {
	border: none;
	max-width:100%;
	/*width: 60%;*/
}

.homeSideBySide {
	min-height: 0%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	/*font-size: 1.2em; ORIG */
}

.lHome {
	flex: 0 1 30%;
	margin-left: 0;
	margin-right: 0;
	/*margin-top: 1.2em;
	margin-bottom: 1.2em;*/
}

.lHome > h1 {
	margin-top: 0;
}

.lHome > ul {
	list-style-type: disc;
	margin-top: -2%;
}

.lHome > .btn {
	align-self: center;
	margin-top: auto;
}

.basicArticle > a {
	align-self: center;
}

#au {
	margin-top: 2%;
}

.featured {
	height: 75%;
	flex: 0 1 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 2%;
	margin-bottom: 2%;
}

.featured > a {
	text-align: center;
}

#ft {
	margin-top: 0;
}

.ftImg {
	border: none;
	width: 75%;
	padding-top: .5em;
	padding-bottom: .4em;
}

.bannerDiv {
	position: relative;
	min-height: 0%;
	width: 100%;
    /*display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;*/
}

.bannerDiv > span.imgCredit {
	position: absolute;
	text-align: left;
	bottom: 0;
	font-size: 75%;
	font-style: italic;
	color: #fff;
	/*background-color: rgba(175, 175, 175, .80);*/
	/*background-color: rgba(204, 204, 204, 0.5);*/
	/*border: 1px #fff solid;*/
	padding: 1%;
}

.bannerImage {
	width: 100%;
}

.dataContent {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1em;
	margin-bottom: auto;
	/*margin-bottom: 1em;*/
}

div.dataContent li{
    font-size: 1em;
	list-style-position: outside;
}

div.dataContent h3.subTitle{
	color: #6D6E71;
}

div.dataContent a.title{
    font-size: 1em;
	color: #690c1c;
}

div.dataContent a.title:hover{
	color: #D97720;
}

.compareContent {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	/*margin-bottom: 1em;*/
}

.rowWrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: flex-start;	
}

#leftWrapper, #rightWrapper {
	width: 48%;
	display: flex;
	flex-flow: column nowrap;
}

#leftSelectsDiv, #rightSelectsDiv {
	display: flex;
	flex-flow: column nowrap;
}

.selector {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;	
}

label {
	flex: 1 0 15%;
}

select {
	flex: 1 0 85%;
}

#grantCntyMoreinfoDiv, #grantCntyGraphWrapDiv, #mlCityMoreinfoDiv, #mlCityGraphWrapDiv{
	/*margin-top: 15px;*/
}

#grantCntyMoreinfoDiv a, #mlCityMoreinfoDiv a{
	color: #1C72B2;
}

#grantCntyMoreinfoDiv a:link, #mlCityMoreinfoDiv a:link{
	text-decoration: none;
}

#grantCntyMoreinfoDiv a:hover, #mlCityMoreinfoDiv a:hover{
	color: #8B7155;
	text-decoration: none;
}

#grantCntySources a, #mlCitySources a{
	color: #1C72B2;
}

#grantCntySources a:link, #mlCitySources a:link{
	text-decoration: none;
}

#grantCntySources a:hover, #mlCitySources a:hover{
	color: #8B7155;
	text-decoration: none;
}

#grantCntyIndTitle, #mlCityIndTitle{
	text-align: center;
	font-size: 20px;
    color: #3D3E40;
}

footer {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	background-color: #636446;
}

.copyright {
	text-align: center;
	color: #FFF;
	font-size: .75em;
}

.copyright a, .copyright a:link {
	color: #DDD;
}

.copyright a:hover {
	color: #8B7155;
}

.footer_sponsors {
	background-color: #FFF;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer_explain {
	background-color: #FFF;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-content: center;
	font-style: italic;
}

.footer_sponsors > a > img {
	border: none;
	max-width:100%;
}

.mainMenu {
	min-width: 22%;
	max-width: 22%;
	/*flex: 0 0 22%;*/
	margin-bottom: 2%;
}

.menuButton {
	max-width: 20em;
}

.menuButton a {
	display: block;
	width:  100%;
	min-height: 2.5em;
	margin-bottom: 2%;
	line-height: 2.5em;
	background-color: #9C8266fieldse;
	color: #5B3425;
	font-size:  1em;
	text-align: left;
	padding-left: .5em;
	font-weight: 700;
}

.menuButton a:link {
	text-decoration:none;
}

.menuButton a:hover {
	text-decoration:none;
}

.smallCatTitle{
	margin-bottom: 0;
	font-size: 1.25em;
	text-align: left;
	padding-left: .5em;
}

.indList {
	font-size: 1em;
	width: 100%;
	/*display: flex;
	flex-flow: column nowrap;*/
}

fieldset {
	max-width: 20em;
	display: flex;
	/*display: -webkit-flex;*/
}

fieldset, fieldset.collapsible {
	position: relative;
	min-height: 30px;
	background-color: #9C8266;
	border: 1px #9C8266 solid;
	color: #FFF;
	/*border: none;*/
	margin-bottom: 5px;
	text-align: center;
}

fieldset.collapsed {
	position: relative;
	min-height: 30px;
	background-color: #5B3425;
	border: 1px #5B3425 solid;
	color: #FFF;
	/*border: none;*/
	margin-bottom: 5px;
	text-align: center;
}

fieldset.collapsed:hover, fieldset.collapsed:hover > legend {
	background-color: #FFF;
	color: #5B3425;
	border: 1px #5B3425 solid;	
}

fieldset.collapsed:hover > legend {
	border: none;	
}

legend {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	font-weight: 700;
}

legend.collapsible {
	/*top: 0;*/
	left: 0;
	float:left;
	border: none;
	color: #FFFFFF;
	background-color: #9C8266;
	cursor: pointer;
	text-align: center;
}

legend.collapsible:hover {
	color: #5B3425;
	/*color: #636446;*/
}

legend.collapsed {
	/*top: 0;*/
	left: 0;
	float:left;
	border: none;
	color: #FFFFFF;
	background-color: #5B3425;
	cursor: pointer;
}

legend.collapsed:hover {
	color: #5B3425;
	background-color: #FFF;
}

span.legend {
	position: absolute;
	top: 15px;
	width: auto;
	margin-left: -3px;
	margin-right: auto;
}

a.fsa {
	display:  block;
	text-align: left;
	padding-left: 15px;
	/*text-indent:  -15px;*/
	font-size:  1em;
	color:#FFFFFF;
	text-decoration:none;
}

a.fsa:link {
	color:#FFFFFF;
	text-decoration:none;
}

a.fsa:hover, a.fsa.active:hover {
	color:#5B3425;
	/*color:  #f0c916;
	color:  #999999;*/
}

a.fsa:active, a.fsa.active {
	color:  #5B3425;
}

.catConDiv, .sponsorDiv {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 0%;
	margin: 0 2% 1em 2%;
}

.catSponsorDiv {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.catSponsorDiv a {
	/*display: flex;*/
	/*width: 50%;*/
	align-self: center;
	/*height: 50%;*/
}

.csd2 {
	display: flex;
	justify-content: center;
	margin: 1em;
}

h1.catTitle, h1.allTitle {
	font-family: 'Lato', sans-serif;
	font-size: 2.25em;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0;
}

.catTitle, .genTitle {
	font-size: 2.25em;
	font-weight: 700;
}

.genTitle {
	color: #6D6E71;
}

.genTitle.gt1 {
	margin-bottom: 0;
}

.overviewDiv {
	width: 50%;
}

.overviewDiv p {
	/*margin-top: 0;*/
	font-size: 1.1em;
}

a.resLinks, a.sponsorLinks {
	font-size: 1.1em;
    color: #5B3425;
	text-decoration:none;
}

a.resLinks:link, a.sponsorLinks:link {
    color: #5B3425;
	text-decoration:none;
}

a.resLinks:hover, a.sponsorLinks:hover {
	color: #8B7155;
	text-decoration:none;
}

a.rl2 {
	font-size:  1em;
}

.graphDirs {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: .875em;
}

.graphAttr {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: .625em;
	color: #909090;
}

.graphAttr a{
	color: #909090;
}

.graphAttr a:link{
	text-decoration:none;
}

.graphAttr a:hover{
	color: #606060;
	text-decoration:none;
}

.aboutUs {
	font-size: 1em;
	margin-bottom: auto;
}

.aboutUs a {
	color: #1C72B2;
	text-decoration:none;
}

.aboutUs a:link {
	color: #1C72B2;
	text-decoration:none;
}

.aboutUs a:hover {
	color:#8B7155;
	text-decoration:none;
}

blockquote {
    font-size: 14px;
}

blockquote a{
	color: #1C72B2;
}

blockquote a:link{
	text-decoration:none;
}

blockquote a:hover{
	color: #8B7155;
	text-decoration:none;
}

#pressPublication{
	font-size: .875em; 
	font-style: italic;
	margin-left: 1em;
}

.catList, .sponsorList {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin-top: .25em;
}

.totalIndList {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-content: flex-start;
}

.totalIndList h2 {
    color: #6D6E71;
    margin-top: .6em;
    margin-bottom: 0;
}

.totalIndList h2 a {
    color: #6D6E71;
	text-decoration: none;
}

.totalIndList h3 {
	margin-left: 1em;
	color: #1C72B2;
	text-decoration: none;
	margin-top: .5em;
	margin-bottom: 0;
}

.totalIndList h3 a {
	color: #1C72B2;
	text-decoration: none;
}

.totalIndList a:link {
	text-decoration: none;
}

.totalIndList a:hover {
	color: #8B7155;
	text-decoration: none;
}

.totalIndList ul {
	margin-left: -1em;
	margin-top:  0;
}

a.azLinks:link {
    color: #636446;
	text-decoration:none;
}

a.azLinks:hover {
	color: #8B7155;
	text-decoration:none;
}

a.azLinks {
	display:  block;
	margin-left: 2em;
	font-size: 1em;
    color: #636446;
	text-decoration:none;
}

a.returnLinks:link {
	text-decoration:none;
}

a.returnLinks:hover {
	color: #8B7155;
	text-decoration:none;
}

a.returnLinks {
	font-size: .75em;
    color: #5B3425;
	text-decoration:none;
}

.totalIndList h3.dc3 {
	font-size: 1.275em;
	color: #6D6E71;
	text-align: center;
}

.searchResLink {
	line-height: 1.5em;
}

h3 a.aboutLinks2 {
	color: #1C72B2;
	text-decoration:none;
}

h3 a.aboutLinks2:link {
	color: #1C72B2;
	text-decoration:none;
}

h3 a.aboutLinks2:hover {
	color:  #8B7155;
	text-decoration:none;
}

.emailLink {
	text-decoration: none;
}

.emailLink:link {
	color: #1C72B2;
}

.emailLink:hover {
	color: #8B7155;
}