 /*
	---------------------------------------------------------------------------
		Sidebar Link Buttons (sidebar_link_buttons)	
	---------------------------------------------------------------------------
*/

.sidebar_link_buttons ul {
	list-style-type: none;
	margin: 1rem 0;	
}

.sidebar_link_buttons ul li {
	margin: 0;
	margin-bottom: 1rem;	
}

.sidebar_link_buttons ul li a {
	color: #FFFFFF;
	background: #4270b4;
	border: 2px solid #34598f;
	padding: 0.5rem 0;
	width: 100%;
	display: block;
	text-align: center;
	transition: 300ms;
}

.sidebar_link_buttons ul li a:hover {
	background: #34598f;
}

/*
	---------------------------------------------------------------------------
		Full Width Content (full_width_content)
	---------------------------------------------------------------------------
*/

.full-width-content {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

/*
	---------------------------------------------------------------------------
		Header Menu (header_menu)
	---------------------------------------------------------------------------
*/

/*
@media only screen and (min-width: 40.063em) {
	.header-menu .desktop-menu {
		padding-top: 1.25rem;
	}

	.header-menu .desktop-menu ul {
		list-style-type: none;
		text-align: center;
		margin: 0;
		margin-top: 0;
	}

	.header-menu .desktop-menu ul li {
		display: inline-block;
	}

	.header-menu .desktop-menu ul li a {
		color: #000000;
		font-size: 0.75rem;
		padding: 0 0.5rem;
		text-transform: uppercase;
		font-weight: bold;
	}

	.header-menu .desktop-menu ul li a:hover, .header-menu .desktop-menu ul li a:focus {
		color: #000000;
		text-decoration: underline;
	}

	.header-menu .desktop-menu .menu li {
		position: relative;
	}

	.header-menu .desktop-menu .menu .menu {
		display: none;
		position: absolute;
		top: 16px;
		left: 0;
		white-space: nowrap;
		min-width: 100%;
		z-index: 99;
		padding-top: 1rem;
	}

	.header-menu .desktop-menu .menu .menu:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 11px 14px 11px;
		border-color: transparent transparent #E2B34A transparent;
		position: absolute;
		top:  4px;
		left: 3px;
		display: block;
		content: " ";
	}

	.header-menu .desktop-menu .menu .menu:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 9px 12px 9px;
		border-color: transparent transparent #F6E8CB transparent;
		position: absolute;
		top:  5px;
		left: 5px;
		display: block;
		content: " ";
	}

	.header-menu .desktop-menu .menu .menu li {
		background-color: #F6E8CB;
		border-bottom: 1px solid #dfa215;
		border-left: 1px solid #dfa215;
		border-right: 1px solid #dfa215;
		display: block;
	}

	.header-menu .desktop-menu .menu .menu li a {
		display: block;
		padding: 0.25rem 0.5rem;
	}

	.header-menu .desktop-menu .menu .menu li:hover {
		background-color: white;
	}

	.header-menu .desktop-menu .menu .menu li:first-child {
		border-top: 1px solid #dfa215;
	}

	.header-menu .desktop-menu li:hover .menu {
		display: block;
	}
}
*/

.header-menu .mobile-menu {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.header-menu .mobile-menu.sticky.fixed .menu-logo a img {
	height: 40px;
}

/*
	-------------------------------------------------------------------
		Donate Button Pane Style
	-------------------------------------------------------------------
*/

.donate-button ul li {
	background: url('../images/activity-icons-sprite-smaller.png') -116px 35px no-repeat;
	list-style-type: none;
	width: 50px;
	text-align: center;
	height: 100px;
}

.donate-button ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	transition: 300ms;
}

.donate-button ul li a:hover {
	color: #FFFFFF;
}

/*
	-------------------------------------------------------------------
		Yellow Background
	-------------------------------------------------------------------
*/

.yellow-background {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6E8CB;
	color: #000000;
	padding: 0rem;
}

.yellow-background ul {
	margin: 0;
}

.yellow-background ul li a {
	color: #000000;
	transition: 300ms;
}

.yellow-background ul li a:hover {
	color: #dfa215;
}

/*
	-------------------------------------------------------------------
		White Background
	-------------------------------------------------------------------
*/

.white-background {
	background-color: #FFFFFF;
}

/*
	-------------------------------------------------------------------
		Action Areas (action_areas)
	-------------------------------------------------------------------
*/

.action-areas {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	background-color: #000000;
	padding: 1rem;
	min-height: 322px;
}

@media screen and (min-width: 469px) and (max-width: 641px) {
	.action-areas {
		padding: 1rem 7rem;
	}
}

@media only screen and (max-width: 40em) {
	.action-areas .element-invisible {
		overflow: hidden;
		display: none;
	}
}

.action-areas a {
	color: #FFFFFF;
	transition: 300ms;
}

.action-area-wrapper:hover, 
.action-areas a:focus {
	color: #FFFFFF;
}

.action-areas a h3 {
	color: #FFFFFF;
	transition: 300ms;
}

.action-area-wrapper:hover h3, 
.action-areas a:focus h3 {
	color: #dfa215;
}

.action-areas img {
	transition: 300ms;
	filter: none;
	margin-bottom: 1rem;
}

.action-area-wrapper:hover img, 
.action-areas a:focus img {
	-webkit-filter: grayscale(50%); 
	filter: grayscale(50%);
}

.action-areas h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25rem;
	margin-top: 0;
}

.action-areas a .field-name-field-caption {
	color: #FFFFFF;
	font-size: 0.75rem;
	text-align: left;
}

/*
	-------------------------------------------------------------------
		Logo Styles
	-------------------------------------------------------------------
*/

.logo-styles {
	text-align: center;
}

.logo-styles p {
	margin-bottom: 0;
}

.logo-styles img {
	padding: 1em;
	width: 100%;
}

/*
	-------------------------------------------------------------------
		Black Background
	-------------------------------------------------------------------
*/

.black-background {
	background-color: #000000;
	color: #FFFFFF;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
}

.black-background h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 1rem 0;
}

.black-background p {
	font-size: 1rem;
}

.black-background .body.field a {
	color: #dfa215;
	text-decoration: none;
	line-height: inherit;
}

.black-background .body.field a:hover {
	color: #c08b12;
}

/*
	-------------------------------------------------------------------
		Footer Navigation
	-------------------------------------------------------------------
*/

.footer-nav .pane-title {
	color: #FFFFFF;
	font-size: 1.15rem;
	margin-left: 1.1rem;
	text-transform: uppercase;
	font-weight: normal;
}

.footer-nav a {
	color: #FFFFFF;
	transition: 300ms;
}

.footer-nav a:hover {
	color: #dfa215;
}

.footer-nav ul {
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
}

.footer-nav ul li {
	list-style-type: none;
}

/*
	---------------------------------------------------------------------------
		Image Link (image_link)
	---------------------------------------------------------------------------
*/

.image-link {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.image-link a {
	transition: 300ms;
}

.image-link h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1rem;
	transition: 300ms;
}

.image-link a:hover h3 {
	color: #dfa215;
}

.image-link img {
	padding: 1rem;
	height: 100px;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	transition:all 300ms ease-out;	
}

.image-link a:hover img {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform:scale(1.3);
}

/*
	---------------------------------------------------------------------------
		Social Media section in the header
	---------------------------------------------------------------------------
*/

.header-soc-med {
	text-align: center;
	font-size: 1.2rem;
	display: inline-block;
}

.header-soc-med a {
	margin: 0.2rem;
	transition: 300ms;
}

.header-soc-med a.fb:hover,
.header-soc-med a.fb:focus,
.header-soc-med a.fb:active,
.footer-soc-med a.fb:hover,
.footer-soc-med a.fb:focus,
.footer-soc-med a.fb:active {
	color: #3b5998;	
}

.header-soc-med a.tw:hover,
.header-soc-med a.tw:focus,
.header-soc-med a.tw:active,
.footer-soc-med a.tw:hover,
.footer-soc-med a.tw:focus,
.footer-soc-med a.tw:active {
	color: #0084b4;	
}

.header-soc-med a.yt:hover,
.header-soc-med a.yt:focus,
.header-soc-med a.yt:active,
.footer-soc-med a.yt:hover,
.footer-soc-med a.yt:focus,
.footer-soc-med a.yt:active {
	color: #e52d27;	
}

.header-soc-med .pane-content {
	display: inline;
}

.header-soc-med span {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.header-soc-med .pane-title {
	padding-right: 0.6rem;
}

/*
	---------------------------------------------------------------------------
		Social Media section in the footer
	---------------------------------------------------------------------------
*/

.footer-soc-med {
	font-size: 1.2rem;
	padding-top: 0.5rem;
}

.footer-soc-med a {
	margin: 0.2rem;
	transition: 300ms;
}

.footer-soc-med span {
	text-transform: uppercase;
	font-size: 1.2rem;
	color: #FFFFFF;
}

.footer-soc-med .pane-title {
	color: white;
	font-size: 1.15rem;
	text-transform: uppercase;
}

.footer-soc-med .footer-nav {
	height: 200px;
}

/*
	-------------------------------------------------------------------
		Sidebar Donate button
	-------------------------------------------------------------------
*/

.side-donate a {
	color: #FFFFFF;
	font-size: 2rem;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #3d84cb;
	display: block;
	width: 88%;
	text-align: center;
	transition: 300ms;
}

@media only screen and (max-width: 40em) {
	.side-donate a {
		font-size: 1rem;
	}
}

.side-donate a:focus,
.side-donate a:hover {
	background-color: #1d446c;
	color: #FFFFFF;
}

.side-donate ul {
	list-style-type: none;
}

.side-donate ul li {
	margin-left: 0;
}

/*
	-------------------------------------------------------------------
		Sidebar Join button
	-------------------------------------------------------------------
*/

.side-join a {
	color: #FFFFFF;
	font-size: 2rem;
	text-transform: uppercase;
	display: block;
	width: 88%;
	text-align: center;
	background-color: #3d84cb;
	border-radius: 5px;
	transition: 300ms;
}

@media only screen and (max-width: 40em) {
	.side-join a {
		font-size: 1rem;
	}
}

.side-join a:focus,
.side-join a:hover {
	background-color: #1d446c;
	color: #FFFFFF;
}

.side-join ul {
	list-style-type: none;
}

/*
	-------------------------------------------------------------------
		Inner Page Body styles (sidebar)
	-------------------------------------------------------------------
*/

.inner-body {
	margin: 3rem 0 3rem 0;
	padding: 0 1rem 0 2rem;
}

.inner-body .panel-separator {
	margin-bottom: 1rem;
}

.inner-body .field.field-name-field-basic-text-text.field-type-text-long.field-label-hidden.field-wrapper p {
	text-shadow: 2px 2px 2px #BFBFBF;
	font-size: 1.25rem;
	font-weight: bold;
}
.inner-body .field-name-field-sponsor-organizations {
	font-style: italic;
}

/*
	-------------------------------------------------------------------
		Main Page Body styles (main content)
	-------------------------------------------------------------------
*/

.main-body {
	border-right: 2px solid #dfa215;
}

@media only screen and (max-width: 64em) {
	.main-body  {
		border-right: none;
		padding: 0 1rem;
	}
}

/*
	-------------------------------------------------------------------
		AK Signup Styles for the header
	-------------------------------------------------------------------
*/

.ak-signup {
	display: inline-block;
	margin-top: 1rem;
}

.ak-signup .pane-title {
	text-transform: uppercase;
	font-size: 1.15rem;
}

.ak-signup .submitform {
	text-transform: uppercase;
	border: 1px #dfa215 solid;
	padding: 0 2rem;
	font-size: 1.2rem;
	background: none;
	color: #000000;
	float: right;
	height: 35px;
	text-align: center;
	line-height: 35px;
	transition: 300ms;
}

.ak-signup .submitform:hover {
	border: 1px solid #FFFFFF;
	background-color: #6a4d0a;
	color: #FFFFFF;
}

.ak-signup .action_form  #id_email {
	::-webkit-color: #000000;
	:-moz-color: #000000; /* Firefox 18- */
	::-moz-color: #000000; /* Firefox 19+ */
	:-ms-color: #000000;
	-o-color: #000000;
	color: #000000;
	border: none;
	border-bottom: #000000 solid 1px;
	box-shadow: none;
	font-size: 12px;
	float: left;
	width: auto;
	height: 25px;
	margin: 5px 0;
	margin-right: 1.5rem;
	padding: 2px 10px;
}

.ak-signup .action_form  #id_email:focus,
.ak-signup .action_form  #id_email:active {
	background-color: transparent;
}

.ak-signup .action_form  #id_email::-webkit-input-placeholder,
.ak-signup .action_form  #id_email:-moz-placeholder,
.ak-signup .action_form  #id_email::-moz-placeholder,
.ak-signup .action_form  #id_email:-ms-input-placeholder { 
	color: black;
}

/*
	-------------------------------------------------------------------
		AK Signup Styles for the footer
	-------------------------------------------------------------------
*/

.ak-signup-f {
	display: inline-block;
}

.ak-signup-f .pane-title {
	color: white;
	font-size: 1.15rem;
	text-transform: uppercase;
}

.ak-signup-f .submitform {
	text-transform: uppercase;
	border: 1px #dfa215 solid;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	background: none;
	color: #FFFFFF;
	float: right;
	transition: 300ms;
}

.ak-signup-f .action_form #id_email {
	border: none;
	border-bottom: #FFFFFF solid 1px;
	background: transparent;
	color: #FFFFFF;
	float: left;
	width: 65%;
}

.ak-signup-f .submitform:hover {
	border: 1px solid #FFFFFF;
	background-color: #6a4d0a;
}

/*
	-------------------------------------------------------------------
		Tagline styles for the homepage
	-------------------------------------------------------------------
*/

.tagline p {
	color: #4d4d4d;
	font-size: 2rem;
	padding: 3rem 0rem;
	text-align: center;
	margin-bottom: 0rem;
	text-shadow: 2px 2px #BFBFBF;
}

/*
	-------------------------------------------------------------------
		Styles for take action feed
	-------------------------------------------------------------------
*/

.action-feed a {
	color: #000000;
}

.action-feed .views-row {
	border-bottom: 2px solid #dfa215;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

a.take-action {
	color: #FFFFFF;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 0.8rem;
	background-color: #3d84cb;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1rem;
	transition: 300ms;
}

a.take-action:focus,
a.take-action:hover {
	background-color: #1d446c;
	color: #FFFFFF;
}

.action-feed h2 {
	color: #e2b34a;
	padding: 2rem 2rem 1rem;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.action-feed img {
	max-width: 220px;
}

.action-feed .pane-content {
	margin-left: 1rem;
	margin-right: 1rem;
}

.action-feed .views-field.views-field-field-image {
	padding: 0.5rem 1rem 0.5rem 0rem;
	float: left;
}

.action-feed h4.views-field.views-field-title {
	padding-bottom: 0.5rem;
}

.action-feed .views-field.views-field-nothing {
	text-align: center;
}

@media screen and (max-width: 450px) {
	.action-feed .views-field.views-field-field-image {
		float: none;
		padding: 0 0 1rem 0;
		text-align: center;
	}

	.action-feed img {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (min-width: 450px) and (max-width: 641px) {
	.action-feed img {
		max-width: 150px;
	}
}

/*
	-------------------------------------------------------------------
		Styles for In the News and Press release feeds
	-------------------------------------------------------------------
*/

.news-feed:first-child {
	padding-top: 1rem;
}

.news-feed h3 {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 0.5rem;
}

.news-feed a {
	color: #000000;
	font-size: 1.25rem;
	transition: 300ms;
}

.news-feed .views-row {
	border-bottom: 2px solid #dfa215;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

a.read-more {
	color: #FFFFFF;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0.25rem 0.8rem;
	background-color: #3d84cb;
	border-radius: 5px;
	transition: 300ms;
}

a.read-more:focus,
a.read-more:hover {
	background-color: #1d446c;
	color: #FFFFFF;
}

.news-feed h2 {
	color: #e2b34a;
	padding: 2rem 2rem 1rem;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.news-feed .pane-content {
	margin-left: 1rem;
	margin-right: 1rem;
}

.news-feed .views-field-created {
	margin-bottom: 1rem;
}

.news-feed .views-field.views-field-field-image {
	padding: 0.5rem 1rem 0.5rem 0rem;
	float: left;
}

.news-feed h4.views-field.views-field-title {
	padding-bottom: 0.5rem;
}

.news-feed .views-field.views-field-nothing {
	text-align: center;
}

.views-field.views-field-field-teaser {
	padding-bottom: 1rem;
}

.news-feed .post-date {
	font-size: 0.75rem;
	font-style: italic;
}

/*
	-------------------------------------------------------------------
		Styles for Events feed
	-------------------------------------------------------------------
*/

.events-feed:first-child {
	padding-top: 1rem;
}

.events-feed h3 {
	line-height: 1.2;
	margin: 0;
	margin-bottom: 0.5rem;
}

.events-feed a {
	color: #000000;
	font-size: 1.25rem;
	transition: 300ms;
}

.events-feed .views-row {
	border-bottom: 2px solid #dfa215;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.views-field-field-ak-link .field-content.take-action.read-more {
	text-align: center;
}

a.read-more,
.read-more a {
	color: #FFFFFF;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0.25rem 0.8rem;
	background-color: #3d84cb;
	border-radius: 5px;
	transition: 300ms;
}

a.read-more:focus,
a.read-more:hover,
.read-more a:focus,
.read-more a:hover {
	background-color: #1d446c;
	color: #FFFFFF;
}

.events-feed h2 {
	color: #e2b34a;
	padding: 2rem 2rem 1rem;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.events-feed .pane-content {
	margin-left: 1rem;
	margin-right: 1rem;
}

.events-feed .views-field-created {
	margin-bottom: 1rem;
}

.events-feed .views-field.views-field-field-image {
	padding: 0.5rem 1rem 0.5rem 0rem;
	float: left;
}

.events-feed h4.views-field.views-field-title {
	padding-bottom: 0.5rem;
}

.events-feed .views-field.views-field-nothing {
	text-align: center;
}

.events-feed .views-field.views-field-body {
	margin: 0;
}

.events-feed .post-date {
	font-size: 0.75rem;
	font-style: italic;
}

.events-feed .views-row.views-row-last {
	border-bottom: none;
}

/*
	-------------------------------------------------------------------
		Styles for Twitter Feed (homepage slider widget)
	-------------------------------------------------------------------
*/

.tweet-row {
	margin-bottom: 3rem;
	max-width: 768px;
	text-align: left;
	padding: 16px;
	margin: 10px 0;
	border: #dddddd 1px solid;
	border-top-color: #eeeeee;
	border-bottom-color: #bbbbbb;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.15 );
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

.view.view-tweets.view-id-tweets.view-display-id-panel_pane_1 {
	background-color: #F6E8CB;
}


.tweet-row .tweet-image {
	text-align: center; 
}

.tweet-row .tweet-image img {
	border: 1px solid #dfa215;
	float: left; 
}

.tweet-row .tweet-top {
	color: #aaaaaa; 
}

.tweet-row .tweet-top a {
	color: #000000;
	font-weight: bold;
	transition: 300ms; 
}

.tweet-row .tweet-top a:hover {
	text-decoration: underline; 
}

.tweet-row .tweet-body {
	margin-left: 4rem;
	transition: 300ms; 
}

.tweet-row .tweet-intents {
	margin-top: 0.5rem;
	font-size: 0.85rem; 
}

.tweet-row .tweet-intents a {
	display: inline-block;
	margin-right: 1rem;
	transition: 300ms; 
}