hr {
	border-color: #999999;
}

/* Decrease font size of h1's on mobile, decrease top/bottom margins in containers, remove press releases section */
	@media (max-width: 480px) {
		h1, .h1 {
			font-size: 25px;
		}
	}

	@media (max-width: 480px) {
		.top {
			margin-top: 20px;
		}
		.bottom {
			margin-bottom: 20px;
		}
	}

#mission {
	font-size: 25pt;	
	text-align: center;
	color: #4e2683;
}

	@media (max-width: 480px) {
		#mission {
			font-size: 14pt;
		}
	}

#graph td {
    padding-bottom: 80px;
	font-size: 25pt;
	color: #585858;
}

	@media(max-width:768px) {
		#graph td {
			padding-bottom: 40px;
			font-size: 25pt;
		}
	}

		@media(max-width:480px) {
			#graph td {
				padding-bottom: 20px;
				font-size: 13pt;
			}
		}

td.hands-icon {
	padding-right: 20px;
}

	@media (max-width: 480px) {
		td.hands-icon {
			width: 20%;
			height: 20%;
		}
	}

.read-more a {
	color: #00A998;
} 

.full-width {
    padding: 0px;
}

/* LEADERSHIP + OVERLAYS */

.center-bio {
  width: 215px;
  padding: 10px 0px;
  font-size: 14pt;
  margin: 0 auto;
}

	@media (max-width: 480px) {
		.center-bio {
			width: auto;
			font-size: 10px;
		}
	}

.image-center {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
    display: block;
    position: relative;
}

.bio-text {
    width: 100%; 
    height: 100%;
    display: none;
    color: #4d4d4d;
	font-size: 13.5pt;
	font-weight: 300;
    position: absolute;
    overflow: auto;
    bottom: 0;
}

	@media (max-width: 480px) {
		.bio-text {
			font-size: 10pt;
		}
	}

.bio-name {
  color: #6b489d;
  font-weight: 600;
}

/* WHITEBOARD BACKGROUND 

#whiteboard-background {
	width: 100%;
    background: url("/media/1106/about-mission-vision.png") center no-repeat;
    background-size: cover;
} 
*/

#whiteboard-background {
    width: 100%;
    background: url("/media/1159/about_graphic.png") center no-repeat;
    background-size: cover;
}
/* PRESS RELEASE SECTION */

#background-gray {
    width: 100%;
    background-color: #efefef;
    background-size: cover;
} 

	@media (max-width: 480px) {
		#background-gray {
			display: none;
		}
	}

#press-left {
	width: 33%; 
	float: left;
}

#press-right {
	width: 66%; 
	overflow: auto; 
	height: 400px; 
	float: right; 
	background-color: white; 
	padding: 25px; 
	border-top: 3px solid #00a998; 
	margin-bottom: 25px;	
}

/* POLICIES TABS */

#background-yellow {
  background-color: #fbad18;
}

/* Center ul */

#solutions-menu {
  margin-top: 3px;
}

#tabs li {
 	margin-right: 20px; 
	padding: 0px;
}

#tabs li a {
  color: #17004c;
  text-decoration: none;
}

#tabs li a:hover {
  text-decoration: none;
  font-weight: bold;
}

#tabs li.active {
  font-weight: bold;
  text-decoration: none !important;
}

.tab-content {
  padding-top: 20px;
}

#gray-content .row {
	margin: 0px 15px;
}

#background-gray-policies {
    background-color: #efefef;
	overflow: auto; 
	max-height: 684px; 
} 

/* Vertical Align */

.table-tab {
  display:table;
  min-height: 60px;
}

.cell-tab {
  display:table-cell; 
  vertical-align: middle;
}

/* Override jquery-ui.css styling */

.ui-widget-content {
	border: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 0;
    text-decoration: none;
}

.ui-widget-header {
   border: 1px solid #aaaaaa; 
   background: #fbad18;
}

.ui-tabs .ui-tabs-nav li {
   list-style: none; 
   float: none;
   position: relative; 
   top: 0; 
   margin: 0; 
   border-bottom-width: 0; 
   padding: 0; 
   white-space: nowrap; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   border: none;
   background: #fbad18;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
   background: #fbad18;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
   background: #fbad18;
}

.ui-widget-content {
    background: #fbad18;
    color: #222222;
}

.ui-widget {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 12pt;
}

.ui-widget-header {
    border: 1px solid #fbad18;
    background: #fbad18;
}

.ui-widget-content {
    background: #fbad18;
    color: #222222;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
   border-bottom-right-radius: 0 
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
   border-bottom-left-radius: 0; 
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0; 
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
   border-top-left-radius: 0; 
}

/* End jquery-ui.css override */

/* MEDIA QUERIES */

/* Resize whiteboard image on mobile */

@media(max-width:768px) {
	#whiteboard-background {
		width: 100%;
    	height: 300px;
    	background: url("/media/1106/about-mission-vision.png") center no-repeat;
    	background-size: cover;
	} 
}

@media(max-width:480px) {
	#whiteboard-background {
		width: 100%;
    	height: 200px;
    	background: url("/media/1106/about-mission-vision.png") center no-repeat;
    	background-size: cover;
	} 
}
