.vhidden { border: 0; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; }
.group:after, .group:before { content: " "; display: table; }
.group:after { clear: both; }

body.page-template-template-projects > footer { z-index: 0; }

#post-vote-projects-container,
#selected-projects-container {
    background: #fff;
	border: 3px solid #062c41;
	box-shadow: 0 -1px 6px rgba(6, 44, 65, 0.5);
	width: 100%;
    margin: 0 -3px;
    position: relative;
	z-index: 1000;
	}

#selected-projects-container {
	bottom: 0;
	left: 0;
    position: fixed;
}

#selected-projects-container.post-vote { position: relative; }

@media ( min-width: 770px ) {
    #post-vote-projects-container.fit-1,
    #selected-projects-container.fit-1 {
        bottom: 20px;
        border-radius: 3px;
        left: 20px;
        margin: 0;
        position: fixed;
        width: 450px;    
    }
}
	
#selected-projects {
	width: 100%;
	position: relative;
	margin: .75rem 0;
	}

#selected-projects h1 { 
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 0 .75rem;
	margin: 0 0 .75rem;
	border-bottom: 1px solid #e7e7e7;
	font-weight: bold;
	}

#selected-projects .cta {
    background-color: #ee3f42;
    border-radius: 3px;
    color: #fff;
    padding: .75rem;
    }

    #selected-projects .cta::before { 
        content: '👋'; 
        display: inline-block;
        margin-right: .25rem;
        }

    #selected-projects .cta a {
        color: inherit;
        text-decoration: underline;
    }


#selected-projects .tooltip {
	background: rgba( 0, 0, 0, .8 );
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;
	left: 180px;
	line-height: 1.25;
	padding: 10px;
	position: absolute;
	top: 28px;
	z-index: 2;
	}
	
	#selected-projects .tooltip::after {
		border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
		border-width: 10px 12px 10px 0;
		left: -12px;
		margin-top: -10px;
		top: 50%;
		}
		
@media (max-width: 770px) {

	#selected-projects .tooltip {
		left: 10px;
		right: 10px;
		}
		
		#selected-projects .tooltip::after { display: none; }
		
	}
	
#selected-projects > .group { padding: 0 .75rem .75rem; }

#selected-projects > .group > div,
#selected-projects > .group > .group > div {
    position: relative;
	background: #fff;
    float: left;
    width: 100%
}

.fit-3 #selected-projects > .group > div,
.fit-3 #selected-projects > .group > .group > div {
	width: 33.333333%;
	}
	
#selected-projects > .group > .group { 
	width: 100%; 
	float: none;
	}

#selected-projects .group.vote-results { 
	padding-top: .75rem;
	border-top: 1px solid #e7e7e7;
	}
	
@media (max-width: 770px) {

	#selected-projects > .group > .group > div { 
		border: none;
		padding-bottom: .75rem;
		float: none;
		width: 100%;
		}
	
	}

#selected-projects .vote-results > p { margin-bottom: .75rem; }
	
#selected-projects .vote-results h1 + p { margin-bottom: 0; }

#selected-projects .vote-results > .group { 
	padding-top: .75rem;
	border-top: 1px solid #e7e7e7;
	}

	
#selected-projects a.group,
#selected-projects .container {
	display: block;
	border-right: 1px solid #e7e7e7;
	padding: 0 .75rem;
	text-decoration: none;
	cursor: default;
	position: relative;
	}
	
	#selected-projects .last .group,
	#selected-projects .last .container { border-right: none; }
	

	
#selected-projects .active a { cursor: pointer; }

#selected-projects .rounded, 
#selected-projects a strong,
#selected-projects .container strong { display: block; }

#selected-projects .container p { margin-bottom: 0; }
	
#selected-projects .rounded { 
	float: left;
	width: 60px;
	height: 45px;
	margin-right: 10px;
	}
	
@media (max-width: 900px) {
	
	#selected-projects .rounded { display: none; }
	
	}
	
@media (max-width: 770px) {

	#selected-projects .rounded { display: block; }
	
	}

	
#selected-projects .rounded .project-thumbnail { visibility: visible; }
	
#selected-projects a strong { 
	line-height: 45px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ccc;
	}
	
#selected-projects .active strong { color: inherit; }
	
.support-project .is-selected, .support-project .is-selected:hover, 
.support-project .is-disabled, .support-project .is-disabled:hover, 
#selected-projects em, #selected-projects a:hover em, 
#submit-votes.is-loading, #submit-votes.is-loading:hover {
	background-color: #fff;
	border-color: #f6f6f6;
	color: #ccc;
	}
	
.support-project .is-selected, .support-project .is-selected:hover, 
.support-project .is-disabled, .support-project .is-disabled:hover, 
#selected-projects em { cursor: default; }
	
	
#selected-projects em, 
#selected-projects a:hover em {
	border-radius: 50%;
	display: block;
	font-size: 30px;
	font-style: normal;
	left: 23px;
	letter-spacing: 0;
	line-height: 30px;
	padding: 0;
	position: absolute;
    text-align: center;
	text-transform: uppercase;
	top: 5px;
    visibility: hidden;
    width: 30px;
	}
	
#selected-projects .active em,
#selected-projects .active a:hover em {
	background-color: #EF3F42;
	border-color: #EF3F42;
	color: #fff;
	cursor: pointer;
	}

#selected-projects a:hover em { visibility: visible; }
	
#selected-projects #submission { 
	border-top: 1px solid #e7e7e7;
	margin: 0 10px;
	padding-top: 10px;
	}

@media \0screen\,screen\9 { /* IE6-8 */

	#selected-projects #submission { background: #fff; }
	
	#selected-projects #submission:before { display: none; }

	}
		
#submit-votes { 
	float: none;
	display: block;
	text-align: center;
	font-weight: bold;
	}
	
#submit-votes.is-loading, 
#submit-votes.is-loading:hover,
#submit-votes.is-disabled, 
#submit-votes.is-disabled:hover {
	border-width: 1px;
	border-color: #e7e7e7;
	border-style: solid;
	color: inherit;
	cursor: default;
	background: #eee;
	}
	
#submit-votes.is-loading, 
#submit-votes.is-loading:hover {
	-webkit-box-shadow: 3px 3px 0 0 #eaeaea inset;
	   -moz-box-shadow: 3px 3px 0 0 #eaeaea inset;
			box-shadow: 3px 3px 0 0 #eaeaea inset;
	}


#vote-response.is-active {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 3em;
	text-align: center;
	background: rgba( 255, 255, 255, .9 );
	}
	
#vote-response span {
	display: inline-block;
	}
	
	#vote-response span:first-child {
		border: none;
		padding-left: 0;
		margin-left: 0;
		}
		
.tooltip {
	background: rgba( 0, 0, 0, .3 );
	-webkit-border-radius: .5em;
	   -moz-border-radius: .5em;
			border-radius: .5em;
	padding: .75em;
	position: relative;
	margin-top: .5em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
    		box-sizing: border-box;
	}
	
	.tooltip::after {
		border-color: transparent transparent rgba( 0, 0, 0, .3 );
		border-style: solid;
		border-width: 0 15px 12px 15px;
		content: "";
		height: 0;
		left: 1.5em;
		position: absolute;
		top: 0;
		margin-top: -12px;
		width: 0;
		}


#selected-projects-container.post-vote #selected-projects h1,
#post-vote-projects-container #selected-projects h1 { 
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding: .75rem 0 0;
    text-transform: none;
    }


#post-vote-projects-container.js-is-persistent {
	position: static;
	
}

@media ( min-width: 946px ) {

    .content #selected-projects-container.post-vote,
    .content #post-vote-projects-container {
        display: flex;
        width: 900px;
    }

}

@media ( min-width: 770px ) {

	#post-vote-projects-container.js-is-persistent { 
		display: flex; 
		width: 100%;
	}

}

@media ( min-width: 770px ) and ( max-width: 946px ) {

    #selected-projects-container.post-vote .c-cta--newsletter p:nth-child( 3 ),
    #post-vote-projects-container .c-cta--newsletter p:nth-child( 3 ) { display: none; }

}