/* -- General Formatting */

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

b, strong {
	font-weight: 700;
}

.container {
	padding-bottom: 67px;
}

.tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.tbl-row {
	display: table-row;
	width: 100%;
	height: 100%;
}

.tbl-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}



/* -- Navigation Formatting */

.nav {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	height: 65px;
	line-height: 65px;
	background-color: #FFF;
	padding: 0 20px;
	font-size: 16px;
}

.nav .parent {
	position: relative;
	display: inline-block;
}

.nav .logo img {
	display: block;
	height: 45px;
	margin: 10px 0;
}

.nav .links {
	text-transform: uppercase;
	font-weight: 700;
}

.nav .links span {
	display: inline-block;
	color: #CCC;
	padding: 0 5px;
}

.nav a {
	color: #184267;
	text-decoration: none;
}

.nav a:hover,
.nav .active {
	color: #8CC643;
}

.nav .dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFF;
	white-space: nowrap;
}

.nav .dropdown a {
    display: block;
    text-transform: none;
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px;
}

.bottom_nav .dropdown {
	bottom: 100%;
	top: auto;
}

.nav .parent:hover .dropdown {
	display: block;
}



/* -- Panel Formatting */

.panel {
	position: relative;
	height: 100vh;
	border-bottom: 5px solid #FFF;
	background-color: #CCC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}

.half_panel {
	height: 50vh;
}



/* -- Cell Formatting */

.cell {
	position: absolute;
	top: 0;
	bottom: 0;
}

.l_cell {
	left: 0;
}

.r_cell {
	right: 0;
}



/* -- Impact Panel Formatting */

.impact_panel .icon img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

.impact_panel .title {
	font-size: 16px;
	font-weight: 300;
}

.impact_panel .title .main {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.impact_panel .amount {
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
}

.impact_panel .invested {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 2px;
	font-weight: 300;
	padding: 15px 0;
}

.impact_panel .areas {
	font-size: 25px;
	width: 75%;
	margin: auto;
}



/* -- Panel 1 (Introduction) Formatting */

#panel_1 {
	background-image: url('../img/2016-panel-1-bg.jpg');
	border-bottom: 0;
}

#panel_1 .caption {
	position: absolute;
	left: 100px;
	bottom: 165px;
}

#panel_1 .caption .title {
	font-size: 75px;
	line-height: 75px;
	font-weight: 700;
	color: #8CC643;
}

#panel_1 .caption .key {
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
}

#panel_1 .caption .text {
	font-size: 30px;
	margin-top: 1em;
}



/* -- Panel 2 (Impact Area) Formatting */

#panel_2 {
	background-color: #FAFAFA;
	color: #184267;
}

#panel_2 a {
	color: #184267;
}

#panel_2 .caption {
}

#panel_2 .caption .text {
	font-size: 20px;
	padding: 100px;
}

#panel_2 .caption .text .title {
	font-size: 40px;
}

#panel_2 .caption .text span {
	color: #8CC643;
}

#panel_2 .signature {
	position: relative;
	display: inline-block;
	margin-right: 50px;
	padding-bottom: 20px;
}

#panel_2 .signature img {
	display: block;
	height: 150px;
}

#panel_2 .signature .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}



/* -- Panel 3 (Mission Statement) Formatting */

#panel_3 {
	background-image: url('../img/panel-2-bg.jpg');
	background-image: url('../img/panel-1-bg.jpg');
}

#panel_3 .caption {
	position: absolute;
	top: 165px;
	left: 100px;
	width: 800px;
}

#panel_3 .caption .title {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

#panel_3 .caption .text {
	font-size: 30px;
	margin-top: 1em;
}

#panel_3 .caption .text b {
	color: #8CC643;
}



/* -- Panel 4 (Impact: Municipalities) Formatting */

#panel_4 {
	background-image: url('../img/2016-panel-7-bg.jpg');
	background-position: center center;
}



/* -- Panel 5 (Impact: Neighborhood and Communities) Formatting */

#panel_5 {
	background-image: url('../img/2016-panel-8-bg.jpg');
}



/* -- Panel 6 (Impact: Quality of Place) Formatting */

#panel_6 {
	background-image: url('../img/2016-panel-6-bg.jpg');
	background-position: top center;
}



/* -- Panel 7 (Impact: Small Business) Formatting */

#panel_7 {
	background-image: url('../img/2016-panel-4-bg-rev2.jpg');
	background-position: center center;
}



/* -- Panel 8 (Impact: Education and Youth) Formatting */

#panel_8 {
	background-image: url('../img/2016-panel-5-bg-rev2.jpg');
	background-position: bottom center;
}



/* -- Panel 9 (Financial Report) Formatting */

#panel_9 {
	background-position: top center;
	background-image: url('../img/panel-9-bg.jpg');
	min-height: 1px !important;
	padding: 75px 0;
}

#panel_9 .cell {
	top: 65px;
}

#panel_9 table {
	width: 525px;
	margin: auto;
	font-size: 16px;
}

#panel_9 table td {
	padding: 5px;
}

#panel_9 table thead td {
	text-align: left;
	font-weight: 700;
	font-size: 20px;
}

#panel_9 table tbody td {
	text-align: right;
	width: 130px;
}

#panel_9 table tbody td.left {
	text-align: left;
	width: auto;
}

#panel_9 table tbody td.tab {
	padding-left: 20px;
}

#panel_9 table tfoot td {
	text-align: right;
}

#panel_9 table tfoot td.left {
	text-align: right;
	font-weight: 700;
}

#panel_9 .pie_chart img {
	width: 400px;
}

#panel_9 .stats {
	width: 80%;
	margin: auto;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	margin-top: 50px;
}

#panel_9 .stats img {
	height: 30px;
	margin-top: -8px;
    margin-right: 10px;
	vertical-align: middle;
}

#panel_9 .stats .label {
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}



/* -- Panel 10 (Leadership) Formatting */

#panel_10 {
	background-color: #FFF;
	color: #184267;
	border-top: 65px solid #184267; 
}

#panel_10 .wrapper {
	width: 800px;
}

#panel_10 .photo {
	position: relative;
	height: 0;
	padding-bottom: 29.25%;
	background-image: url('../img/board-and-staff.jpg');
	background-position: center center;
	background-size: cover;
}

#panel_10 .photo .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	background-image: url('../img/trans-blue.png');
}


/* -- Footer Formatting */

.footer {
	background-color: #E7E7E8;
	color: #818285;
}

.footer .wrap {
	padding: 25px 20px;
	font-size: 12px;
}

.footer a {
	color: #818285;
}


/* -- Buttons Formatting */

#panel_4 .buttons,
#panel_5 .buttons,
#panel_6 .buttons,
#panel_7 .buttons,
#panel_8 .buttons {
	margin-top: 15px;
}

#panel_4 a.btn,
#panel_5 a.btn,
#panel_6 a.btn,
#panel_7 a.btn,
#panel_8 a.btn {
	display: inline-block;
	background-color: #333;
	color: #FFF;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

#panel_4 a.btn {
	background-color: #54354A;
}

#panel_4 a.btn:hover {
	background-color: #392433;
}

#panel_5 a.btn {
	background-color: #97A144;
}

#panel_5 a.btn:hover {
	background-color: #7C8437;
}

#panel_6 a.btn {
	background-color: #99273A;
}

#panel_6 a.btn:hover {
	background-color: #771E2E;
}

#panel_7 a.btn {
	background-color: #CB673D;
}

#panel_7 a.btn:hover {
	background-color: #AE552F;
}

#panel_8 a.btn {
	background-color: #E89A41;
}

#panel_8 a.btn:hover {
	background-color: #E3851C;
}




