@charset "UTF-8";
/*



Theme Name: Azusa



Theme URI: Azusa



Author: Azusa



Author URI: Azusa



Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.



Version: 1.0



License: GNU General Public License v2 or later



License URI: http://www.gnu.org/licenses/gpl-2.0.html



Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready



Text Domain:







This theme, like WordPress, is licensed under the GPL.



Use it to make something cool, have fun, and share what you've learned with others.



*/







* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
	height: 100%;
	font-weight: 300;
	/*This needs to match footer height*/



	margin-bottom: 120px;
}
.footer-nav-color {
	background-color: #666;
}
a {
	text-decoration: none;
}
#wrap {
	padding-bottom: 200px;   /* Height of the footer */
}
#footer p {
	padding: 30px 0 25px 0;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here change in body as well*/



	height: 120px;
	background-color: #f5f5f5;
}
.redText {
	color: #cc0000;
}
.contact p {
	font-weight: bold;
}
.form-submit {
	background-color: #f57e20;
	padding: 10px 20px;
	margin-top: 20px;
	color: #000;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="text"] {
	width: 90%;
	padding: 5px 0;
	border: none;
	background-color: #eee;
}
input[type="email"] {
	width: 90%;
	padding: 5px 0;
	border: none;
	background-color: #eee;
}
textarea {
	width: 100%;
	background-color: #eee;
	border: none;
}
p.light {
	font-weight: normal;
	font-size: 80%;
}
.three-twenty {
	height: 320px;
	width: 100%;
}
.grey-background {
	background-color: #eee;
}
.dark-grey-background {
	background-color: #666;
}
ul li {
	list-style-type: none;
}
ul.mission li:before {
	content: "•";
	color: #f57e20;
	padding-right: 10px;
}
.h3, h3 {
	color: #f57e20;
}
p.name {
	font-weight: bold;
	font-size: 110%;
	margin: 20px 0 5px 0;
}
p.cred {
	font-style: italic;
}

@media (min-width:768px) {
.vcenter {
	display: flex;
	align-items: center;
}
}
ol.number-list {
	padding-left: 20px;
	color: #fff;
}
ol.number-list li {
	padding: 5px 0;
}
ol.search {
	color: #fff;
}
ol.search li:after {
	content: "\e003";
	margin-left: 5px;
	font-family: 'Glyphicons Halflings';
	padding: 2px 3px;
	background-color: #48b20f;
 color:#fff -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
ol.search li {
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
	line-height:170%;
}
/*What Leaders are Saying*/



p.quote {
	background-color: #fce4d2;
	color: #f57e20;
	padding: 40px;
	line-height: 190%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.leader {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 140%;
	padding: 0 40px;
	margin: 20px 0 0 0;
}
p.leader-cred {
	padding: 0 40px 20px 50px;
	font-style: italic;
	font-size: 80%;
}
h3.narrow, h2.narrow {
	font-family: 'Arial Narrow', Arial, sans-serif;
}
.white {
	color: #fff;
}
.timeline {
	background-color: #fbfbfb;
	padding: 20px;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
img.top-round {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
.orange {
	color: #f57e20;
}
