section.box {
        float: left;
        width: 50%;
        padding-bottom: 10px;
}
section.box-center {
        margin: 0 auto;
        width: 50%;
        padding-bottom: 0px;
    }
section.moreBox {
        float: none;
        width: 100%;
        padding-bottom: 10px;
}

div.keyfindings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}

div.keyfindings-container p.box-header {
	text-align: center;
}

section.box-keyfindings {
	flex-basis: 31%;
	border: 1px solid #e1e1e1;
}

section.box-keyfindings:first-of-type {
    	margin-left: 0px;
}

section.moreBox + section.box-center,
section.moreBox + section.box + section.box-center {
	margin: 0;
}
section.box + section.moreBox + section.box-center,
 {
	float: none;
}
div.box-margin {
	border: 1px solid #e1e1e1;
	padding: 20px 20px 20px 20px;
	margin: 0px 10px 0px 0px;
	text-align: left;
	min-height: 314px;
}

div.box-margin p.moreBox {
	font-size: 12px;
}

div.box-margin-keyfindings-borderless {
	padding: 10px 5px;
	margin: 10px 0px 0px 10px;
	font-family: 'Droid Serif';
	text-align: center;
	min-height: 260px;
}

div.box-margin-keyfindings {
    padding: 20px 18px 10px 18px;
    margin: 0px 0px 0px 0px;
    font-family: 'Droid Serif';
    text-align: center;
}

.box-header {
	font-family: 'Droid Serif';
	font-weight: normal;
	color: #669900;
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: left;
	min-height: 3.3em;
	padding: 10px 0px 5px 0px;
}

section.moreBox p.box-header {
	min-height: 1.0em;
}


table p.box-header {
	min-height: initial;
}

.box-header a {
	color: #669900;
}

.box-content {
font-style: italic;
font-size: 1.3em;
}

#left { 
float:left; 
margin-right:20px; 
}

hr.green {
    margin: 5.0em 0px 1em 0px;
    border-color: #74AB00;
    border-style: solid;
    border-width: 5px 0 0;
    clear: both;
    width: 80px;	
	text-align: left;
}

.morecontent {
    display: none;
}

.moreList {
	display: none;
}

.viewLess {
	display: none;
}

.barChart{
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
	padding-bottom: 35px;
}

.barChart > p {
	font-weight: bold;
	min-height: 85px;
	text-align: center;
	font-size: 12px;
}

.greenText {
	color: #669900;
}

.greenBoldText {
	color: #669900;
	font-weight: bold;
}

div.gray {
	background-color: #F7F7F7;
	padding: 30px;
	font-size: 1.2em;
	margin: 20px 0px;
}

div.gray > h2.box-header, div.gray > h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 0px 30px 25px 30px;
	text-align: center;
	color:  #000000;
	text-transform: uppercase;
}

div.gray > p {
	font-size: 12px;
	text-align: center;
}

div.scoreWrapper {
	box-sizing: border-box;
    display: block;
    height: 20px;
    position: relative;
	background: #E4EBD4;
	width: calc(100% - 1em);
}

.score {
	background: #659A00;
    border: 1px solid #659A00;
    color: #000000;	
	height: 18px;
	float: left;
}

.scoreNumber {
	float: left;
	padding: 3px;
}

td{
    padding: 12px 20px 12px 0px;
}

#table2 {
	border-collapse: collapse;
}

#table2 td {
	border-bottom: 1px solid #EBEBEB;
}

.morelinkbox {
	float: left;
    background-color: #659A00;
    border-radius: 25px;
    color: white;
    padding: 10px 25px 9px 25px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    cursor: pointer;
}

.containerBox {
    position: relative;
    display: inline-block;
}

.containerBox > p {
    font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
    line-height: 21px;
}

.text-box {
	position: absolute;
    height: 250px;
    text-align: center;
    width: 97%;
}

.text-box:before {
   content: '';
   display: inline-block;
   height: 61%;
   vertical-align: middle;
}

.text-box p {
   display: inline-block;  
   color: #669900;
   font-size: 2.7em;
}

.text-box p.percentage sup {
	top: -.13em;
}

div.gray p.source {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 0px;
	text-align: left;
}

div.gray p.source a {
	text-decoration: underline;
	color: #363636;
}

.threeCol {
	overflow: auto;
	margin-top: 20px;
}
.threeCol .col {
	float: left;
	width: 215px;
	margin-right: 25px;
	border: 1px solid #ccc;
	height: 176px;
}
.threeCol .col:last-of-type {
	margin-right: 0;
}
.threeCol h3 a,
.threeCol h3 a:hover {
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: #74ab00;
	padding: 12px 0;
	display: block;
}

.threeCol .priorityreport2022 h3 a,
.threeCol .priorityreport2022 h3 a:hover {
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: #2f5597;
	padding: 12px 0;
	display: block;
}

.threeCol p a,
.threeCol p a:hover {
	text-align: center;
	color: #333;
	font-style: italic;
	padding: 22px 10px 0 10px;
	display: block;
	font-size: 14px;
}
#Promising-Practices td {
	vertical-align: top;
}
#Promising-Practices img {
	margin-top: 10px;
}

hr.blue {
    margin: 5em 0px 4em 0px;
    border-color: #2f5597;
    border-style: solid;
    border-width: 5px 0 0;
    clear: both;
    width: 80px;
    text-align: left;
}

.fwpr-2022 .box-header {
    font-family: 'Droid Serif';
    font-weight: normal;
    color: #2f5597;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2em;
    text-align: left;
    min-height: 1.7em;
    padding: 0 0 5px 0;
}

.fwpr-2022 .morelinkbox {
    float: left;
    background-color: #2f5597;
    border-radius: 25px;
    color: white;
    padding: 10px 25px 9px 25px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
    cursor: pointer;
}

.fwpr-2022 .morelinkbox:focus {
    border: 1px solid #000;
}


.fwpr-2022 section.box {
    width: 100%;
}

.fwpr-2022 .box-icon {
    float: left;
    max-width: 25%;
}

.fwpr-2022 .box-text {
    float: left;
    max-width: 75%;
}

.fwpr-2022 section.box img {
    padding: 0 20px 0 0;
}


.fwpr-2022 div.box-margin {
    min-height: 0;
    overflow: auto;
}

.keyfindings-container .box-keyfindings .box-margin-keyfindings .box-header {
    line-height: 1.3em;
    padding-top: 1rem;
    height: 100px;
}

.keyfindings-container .box-keyfindings .box-margin-keyfindings .box-header a {
    color: #2f5597;
    font-size: .9rem;
}

.agency-container {
    clear: right;
    padding: 30px 0 30px 0;
}

.agency-logo {
    width: 150px;
    float: left;
}

.agency-text {
    width: 530px;
    float: right;
}

.less-link {
    font-size: 1.2em;
}

.supporting-analysis-container .box-keyfindings .box-margin-keyfindings .box-header {
    height: inherit;
}

.fwpr-charts {
    width: 100%;
    height: 100%;
    max-width: 673px;
}

.fwpr-2022 .top {
    clear: left;
}

a.fwpr-button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0091bc), color-stop(1, #0091bc));
    background: -moz-linear-gradient(center top, #009fcf 5%, #007494 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0091bc", endColorstr="#0091bc");
    background-color: #0091bc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-weight: bold;
    font-size: 1.3em;
    padding: 7px 22px !important;
    text-decoration: none;
    text-align: center;
    border: none;
    margin: 0px 3px 10px 0px;
}

a.fwpr-button:hover {
    cursor: pointer;
}

.fwpr-modaltables {
    width: 80%;
    margin-left: 30px;
}

.Granted {
    color: #008A02;
}

@media (max-width: 767px) {

.keyfindings-container .box-keyfindings .box-margin-keyfindings .box-header {
    height: auto;
}

section.box-keyfindings {
    flex-basis: auto;
    width: 100%;
    border: 1px solid #e1e1e1;
}


.agency-text {
    width: 100%;
    float: none;
}

.agency-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
}

p.top a {
    font-size: .9em;
    letter-spacing: 0.5px;
}

.threeCol .col {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.fwpr-2022 section.box img {
    max-width: 70%;
}

}