/*
* === COLORS ===
*
* PURPLE: #6C419A

* LIGHT GREY: #F2F2F2
* DARK GREY: #9B9B9B
* ALMOST BLACK: #4A4A4A

* GREEN: #2AB54D
* BLUE: #1F90B0
* ORANGE: #E26C21
* YELLOW: #FEC834
* RED: #D14334
*/

p.caption {
	line-height: normal;
	font: 0.75em;
	}

.top-bar,
.top-bar.expanded .title-area,
.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: #4A4A4A none repeat scroll 0 0 !important;
	}
/*
.top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a.active:not(.button) {
	background: #F2F2F2 none repeat scroll 0 0 !important;
	color: #4A4A4A;
	}
*/

section.top-bar-section ul li.active {
	background: #f2f2f2 none repeat scroll 0 0 !important;
	}

section.top-bar-section ul li.active a {
	color: #4A4A4A !important;
	}

/* general */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	}

footer { background-color: #6C419A !important;   /* purple */ }

h1 { font-size: 1.500em; }

h2 { font-size: 1.375em; }

h3, h4, h5, h6 { font-size: 1.125em; }

h2 { 
	font-size: 22px;
	color: #6C419A;
	line-height: 30px;
	}
h2 a:link, h2 a:hover, h2 a:visited {
	font-weight: normal;
	}

h3 { 
	font-size: 18px;
	color: #4A4A4A;
	line-height: 24px; 
	font-weight: 700;
	} 

p, .button, input { font-size: 1em; }

a:link, 
a:hover, 
a:visited { color: #6C419A; font-weight: bold; } /* purple */



.infocardlink,
.loadmore,
.issuesicontitles,
.alert { font-size: 0.875em; }

.darkgray { background-color: #4A4A4A; width: 100%; }
.lightgray { background-color: #F2F2F2; width: 100%; }
.purple { background-color: #6C419A; width: 100%; }


/* email */
div.join { 
	text-align: center;
	background-color: #6C419A;
	margin-top: 5em;
	margin-bottom: 5em;
	}

div.join p {
	color: #ffffff;
	margin-top: 0.5em;
	}

div.join a {
	color: #ffffff;
	text-decoration: underline;
	}

form#joinemail input#email { 
	margin-right: 0.5em;
	}
form#joinemail input { 
	height: 3.125em; 
	color: #9B9B9B; /* dark grey */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	border: 0; 
	width: 11em;
	display: inline;
	}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="color"] { 
	color: #4A4A4A;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #979797 solid;
	height: 50px;
	}

/* Honeypot Field */
input.thoughtsOnHoney {
	display: none;
}

select,
textarea {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #979797 solid;
	}



form#joinemail input[type="submit"] { 
	background: #D14334; /* red */
	color: #FFFFFF; /* white */
	width: 90px;
	height: 2.7em;
	}

/* alert */
.megaphone { float: left; }

.alert-box { line-height: normal; margin: 0;}

.alert-box p { margin-bottom: 0; }

.alert-box.alert {
	background-color: #FEC834; 
	border: none; 
	color: #4A4A4A; 
	}

.alert-box.alert img { margin-right: 10px; float: left; }

.alert-box.alert a:link, 
.alert-box.alert a:visited, 
.alert-box.alert a:hover,
.alert-box.alert a:focus {
	text-decoration: underline;
	font-weight: 700;
	}
.alert-box.alert a:link.close, 
.alert-box.alert a:visited.close, 
.alert-box.alert a:hover.close,
.alert-box.alert a:focus.close {
	text-decoration: none;
	} 

/* post panel */
.featuredposts, .aboutposts, .loadmorerow { 
	border: 0; 
	background-color: #f2f2f2;
	padding-bottom: 1em;
	}

.cat-thumb {
	position:absolute;
	height: 50px;
	width: 50px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	margin: 10px;
	}

.post, .past {
	margin-top: 1em;
	}
	
.post h2, .post h3, .past h2, .past h3 {
	margin-left: 1em;
    margin-right: 1em; 
	}

.post h3, .past h3{
	padding-bottom: 1.5em;
	}

.post-local {
	margin-top: 1em;
	}
	
.post-local h2, .post-local h3 {
	margin-left: 1em;
    margin-right: 1em; 
	}

.post-local h3, .past h3 {
	padding-bottom: 1.5em;
	}

.tweets h3, 
.localstories h3,
.infotitle h3,
.history h3,
.leadership h3  {
	margin-top: 1em;
	}




.featuredposts .large-4 .post, .aboutposts .large-4 .post, .post, .post-local, .past {
	background-color: #ffffff; /* white */
	}

/* load more */


.loadmore-container {
	width: 200px;
	text-align: center;
	margin: 1em auto;
	}

.loadmore { 
	margin: 0 auto;
	width: 55px; 
	height: 55px; 
	background: #9B9B9B; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border-radius: 50px; 
	color: #ffffff; 
	font-size: 2.3em;
	line-height: normal;
	font-weight: 300; 
	cursor:pointer;
	}

.loadmore a { 

	}

.loadmore a.text { 
	color: #6C419A; 
	font-size: 0.875em;
	}

/* issue text */
ul.issues { 
	text-align: center; 
	margin: 35px 0 0 0;
	display: inline-block;
	width: 100%;
	}

ul.issues li { display: inline-block; }

ul.issues li a { 
	display: block;
	color: #6C419A; 
	font-size: 0.875em;
	}

/* local form */
form#local { 
	color: #ffffff; /* white */
	width: 49.563em; 
	text-align: center;
	margin: 3em auto;
	}

form#local select {
	width: 30%;;
	background-color: #BDBBBB;
	margin: 1.5em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	height: 50px;
	}

/* footer */

footer { 
	padding: 5em 0;
	}

.site-info { 
	color: #ffffff;
	width: 45%;
	float: left;
	}

.footerbuttons {
	width: 45%;
	float: right;
	}
.footerlinks {
	text-align: center;
	clear: both;
	padding-top: 6em
	}
.footerlinks a { 
	color: #ffffff; 
	text-decoration: underline;
	margin: 1em; 
	}

.footerbuttons a.alert {
	background-color: #D14334;
	font-weight: bold;
	font-size: 1em;
	margin-right: 0.5em;
	}

footer .bug { float: right; }

footer p { 
	color: #9B9B9B;
	text-align: center;
}




/* pages */

.page-info {
	background-color: #F2F2F2;
	padding: 1em;
	}

.page-info a.secondary {
	background-color: #9B9B9B;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
    /* margin-right: 0.5em; */
    padding: 10px 15px;
	}

.inpagenav {
	text-align: center;
	}

.mission {
	margin: 0 auto;
	}


.infocards {
	background-color: #6C419A;
	padding: 1em 0 0 0;
	}

.infocard a {
	color: #ffffff;
	}

ul.infocard {
	padding-left: 30px;
	}

ul.infocard li {
	list-style: outside url("https://d3jpbvtfqku4tu.cloudfront.net/img/card.png") disc;
	}

.infotitle h3 {
	color: #ffffff;
	margin-top: 1em;
	}

.has-tip,
.has-tip:hover, 
.has-tip:focus {
    border-bottom: medium none;
    cursor: pointer;
	}

.facebook-img,
.twitter-img {
	margin-right: 0.5em;
    width: 2.3em;
	}


.back-to-top {
    float: right;
    padding: 2em;
	}

.logo {
	color: #fff;
	font-weight: 900;
	font-style: italic;
	line-height: 20px;
	margin-top: 13px;
}

.bug-min {
	text-align: right;
}

.footer-links-min {
	text-align: right;
}

.footer-links-min a {
	color: #fff;
	text-decoration: underline;
}

.footer-min {
	padding: 10px 0 0 0;
	background-color: #6C419A;
	height: 50px;
}

.infocards {
	padding: 15px 0;
}

.infocards a {
	color: #fff;
	text-decoration: underline;
}

.card-icon {
	/* Rectangle 23: */
	background: #F2F2F2;
	border: 1px solid #6C419A;
	/* Rectangle 23 Copy: */
	background: #F2F2F2;
	border: 1px solid #6C419A;
	/* Rectangle 23 Copy 2: */
	background: #F2F2F2;
	border: 1px solid #6C419A;
	/* Line: */
	border: 1px solid #9B9B9B;
	/* Line Copy: */
	border: 1px solid #9B9B9B;
	/* Line Copy 2: */
	border: 1px solid #9B9B9B;
	/* Line Copy 3: */
	border: 1px solid #9B9B9B;
	width: 59px;
	height: 38px;
	display: block;
	float: left;
	margin-right: 10px;
}

.single-card {
	margin-bottom: 30px;
}

.green-price {
	background-color: #2AB54D !important;
}

.blue-price {
	background-color: #1F90B0 !important;
}

.orange-price {
	background-color: #E26C21 !important;
}

.yellow-price {
	background-color: #FEC834 !important;
}

.red-price {
	background-color: #D14334 !important;
}

.grey-price {
	background-color: #9B9B9B !important;
}

.pricing-table .button {
	color: #fff;
	border-radius: 5px;
}

.darkgray h3 {
	color: #fff;
}

.highlight {
	background-color: #F2F2F2;
	padding: 1em .7em .2em .7em;
	border-radius: 5px;
	margin-bottom: 1em;
}

.date {
	font-style: italic;
	margin: 0 1.5em 1em 1.5em; 
	font-weight: 300;
}

.release-card {
	background-color: #fff;
/*	border: 1px solid #979797; */
    border-radius: 5px;
    padding: 1em 0;
}

.single-quote {
	margin-bottom: 0;
}

.quote-name {
	font-style: italic;
	color: #9B9B9B;
	text-align: right;
	font-weight: 300;
}

.contact-confirm {
	margin-top:10px;
        font-size: 12px;
        padding:10px;
        border: solid 1px #ccc;
        width:350px;
        background-color:#2AB54D;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
}

a.jobs-button {
	background-color: #2AB54D;
	color: #ffffff;
}

a.jobs-button:hover {
background-color: #1c7833;
color: #ffffff;
}


.mission img {
	float: left;
	margin-right: 1em;
}


input.press-send {
background-color: #D14334;
}
