/* prevents scrollbar jumping */
html {
    width:100vw;
    overflow-x:hidden;
}
small {
	color: #C48B22;
	font-weight:bolder;
}
#logo {
	width: 100%;
	margin:25px auto;
	max-width:1366px;
	border-bottom:1px solid #C8C7C7;
	padding-bottom:20px;
}
#list_container {
	width: 80%;
	margin:25px auto;
	max-width:1220px;
}
.hidden {
    display: none;
    opactiy: 0;
}
.content, .inner-content, .expand, .collapse {
	font-size:14px;
}

/* Fix IE problems with images */
.ie img {
width: inherit;  /* Make images fill their parent's space. Solves IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */
}

img { max-width:100%; height: auto; border:none; } /* Enough everywhere except IE8. */
/*@media \0screen {img { width: auto }}*/ /* Prevent height distortion in IE8. */

#box li {margin-left:-25px}
h1 {font-size:26px}
h2 {font-size:21px}
h3 {font-size:14px}
p {font-size:14px}
ol {font-size:14px}

.list {
	width: 100%;
	/*margin:55px auto;*/
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list__item {
	width: 100%;
	float: left;
	padding: 0.625rem; /* 10 */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size:1.30em;
}
.list__item__inner {
	width: 100%;
	color: #474d51;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
	box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
	margin:0;
}
.list__item img {
	width: 100%;
	display: block;
}
.list__item figcaption {
	padding: 1.25rem; /* 20 */
}
/* JavaScript disabled */
html.no-js .list__item {
	width: 100%;
	float: none;
}
html.no-js .list__item img {
	max-width: 9.375rem; /* 150 */
	float: right;
	margin-left: 1.25rem; /* 20 */
}
@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex ) {
	html.no-js .list__item {
	width: 25%;
	float: left;
}

html.no-js .list__item img {
	max-width: none;
	float: none;
	margin-left: 0;
}

a.expandall-icon, ul li a.collapseall-icon {
    display:inline-block;
    padding:0 10px;
    color:#037614;
}
a.expand-inactive, ul li a.collapse-inactive {
    color:#AFA8A8;
}


/* toolkit box styles */
}
.regional_slides {
	background-color:#fff;
	display: block;
}
.box {
    padding: 5px;
    display: none;
    margin-top: 1px;
    /*border: 1px solid #C8C7C7;*/
	text-align:left
}
#bordered {
	border: 1px solid #C8C7C7;
}
.contDiv {width:100% !important; max-width:650px !important; height:auto}

/* Hides image map borders on bubble image */
img.map, map area{
    outline: none;
}


/*Collapse/Expand*/
 .expand, .collapse {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 75%;
}
.expand a, .collapse a {
    background-color: #264A64;
    line-height: 25px;
    display: block;
    width: 150px;
    text-align:center;
    color:white;
    margin-left: 70%;
}

.content {
    position: relative;
    border: 1px solid #c8c7c7 !important;
    float: left;
    width: 95%;
    background: #fff;
    margin-bottom: 20px;
    display: table;
	table-layout: fixed;
	padding:0 15px;
}

.inner-content {
    padding: 5px 20px 20px 20px;
    background:#ebebeb
}


#submit {
 	color: #fff;
 	font-size: 14px;
 	width: 225px;
 	height: 25px;
 	border: none;
 	margin: 0;
 	padding: 0;
 	background-color: #0154A4;
	margin:10px auto; 
}
#submit_all {
 	color: #fff;
 	font-size: 12px;
 	width: 91px;
 	height: 55px;
 	border: none;
 	margin: 0;
 	padding: 0;
 	background-color: #0154A4;
	margin:10px auto; 
}
#bp:target {
    border:2px solid #DB816A;
}

.btn {
    color: #ffffff;
    font-size: 14px;
    background: #264A64;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    border:0 !important;
    margin:0 0 0 10px;
}
.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

#circles {
    display: table-cell;
    height: 150px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;}

.circle-ProgramIntegrity {
    background: #005B8A;
}
.circle-SubgranteeTraining {
    background: #A5C84A;
}
.circle-BusinessProcesses {
    background: #007423;
}
.circle-PerformanceManagement {
    background: #C87C27;
}
.circle-StakeholderRelationships {
    background: #3E3BF1;
}
.circle-DataSystems {
    background: #001489; 
}
.circle-SubgranteeContacts {
    background: #C8AF00; 
}
.circle-VendorAgreements {
    background: #789439; 
}
.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
}
.flex-item {
}
.flex-item a {
    color:#FFFFFF;
    text-decoration: none !important;
    font-weight: bold;
}