@charset "utf-8";
/* Volunteers Styles 
Setting the template
*/
@font-face {
    font-family: 'have_heart_tworegular';
    src: url('../fonts/have_heart_two-webfont.eot');
    src: url('../fonts/have_heart_two-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/have_heart_two-webfont.woff2') format('woff2'),
         url('../fonts/have_heart_two-webfont.woff') format('woff'),
         url('../fonts/have_heart_two-webfont.ttf') format('truetype'),
         url('../fonts/have_heart_two-webfont.svg#have_heart_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.page-template-page-volunteers .entry-header, .page-template-page-volunteers .entry-content, .page-template-page-volunteers .entry-summary, .page-template-page-volunteers .entry-meta{
	max-width:1170px;
}

.page-template-page-volunteers .entry-content{
	position:relative;
	-webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}
.page-template-page-volunteers h1, .page-template-page-volunteers h2, .page-template-page-volunteers h3, .page-template-page-volunteers h4{
	margin-top:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight:bold;
}
.page-template-page-volunteers h3{
	font-size:34px;	
}
.page-template-page-volunteers, .page-template-page-volunteers p{
	font-size:17px;	
	 margin-bottom: 10px;
}
.page-template-page-volunteers .entry-content a, .page-template-page-volunteers .entry-content a:link, .page-template-page-volunteers .entry-content a:visited{
	color:#4899c2;
}

.page-template-page-volunteers .col-md-6{
    margin-left: 6%;
    margin-right: 0;
    width: 42%;
}
.volunteers{
	position:relative;
	margin-top:40px;
}
/* Blocks */
.volunteer-wrap{
	background-image: url("../images/volunteers/volunteer-blank.png");
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-bottom: 22px;
    margin-right: 2%;
    max-height: 215px;
    max-width: 215px;
    position: relative;
    width: 19%;
	overflow:hidden;
}

.volunteer-wrap:hover{
	cursor:pointer;
}
.volunteer-wrap.last-col{
margin-right:0px;
}
.volunteer-wrap .attachment-post-thumbnail{
	width:100%;
	height:auto;
}
.volunteer-wrap .volunteer-title{
	display:table;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFFFF;
	background-image:url('../images/volunteers/orange-background.png');	
	padding: 0 15px;
	letter-spacing: 2px;
}


.volunteer-title h1, .volunteer-title h2, .volunteer-title h3, .volunteer-title h4, .volunteer-title h5, .volunteer-title h6, .volunteer-title p{
	color:#FFFFFF;	
}
.volunteer-title h3{
	font-size:34px;
}
.volunteer-title h1, .volunteer-title h2, .volunteer-title h3, .volunteer-title h4, .volunteer-title h5, .volunteer-title h6{
	 font-family: 'have_heart_tworegular';
	 margin-top:5px;
	 margin-bottom:5px;	
}
.volunteer-wrap .volunteer-title h4{
	 font-size:38px;
	 margin:0px 0 5px;
	 line-height:30px;
}
.volunteer-wrap .volunteer-title.blue-background, .select-overlay.blue-background{
	background-image:url('../images/volunteers/blue-background.png');	
}
.volunteer-wrap .volunteer-title.brown-background, .select-overlay.brown-background{
	background-image:url('../images/volunteers/brown-background.png');	
}
.volunteer-wrap .volunteer-title.green-background, .select-overlay.green-background{
	background-image:url('../images/volunteers/green-background.png');	
}
.volunteer-wrap .volunteer-title.orange-background, .select-overlay.orange-background{
	background-image:url('../images/volunteers/orange-background.png');	
}
.volunteer-wrap .volunteer-title.yellow-background, .select-overlay.yellow-background{
	background-image:url('../images/volunteers/yellow-background.png');	
}

.volunteer-wrap .content, .volunteer-wrap .hiddenContent{
	display:none;
	color:#FFFFFF;	
}


/*=== Hover ===*/
.volunteer-wrap.hover .volunteer-title{
	background-color: transparent;
    background-image: none;
    bottom: 43px;
	z-index:3;
}
.volunteer-wrap.hover .volunteer-title h4 {
    font-size: 48px;
}

.volunteer-wrap.hover .hiddenContent {
     bottom: 11px;
    color: #ffffff;
    display: block;
    font-size: 11px;
    height: 30px;
    left: 0;
    overflow: hidden;
    padding: 0 15px;
	padding-right:5px;
    position: absolute;
    width: 90%;
    z-index: 3;
    line-height: 14px;
}

.volunteer-wrap.hover .hiddenContent p{
	font-size: 11px;
    line-height: 14px;
}
.volunteer-wrap.hover .hiddenContent .temp{
	font-size:8px;
}
/**/
.select-overlay{
	  height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	display:none;
}

.volunteer-wrap.user a{
	 display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*Single Volunteer*/
.full-volunteer-wrap{
	left:0px;
	border-bottom:#FFFFFF solid 20px;
	background-color:#d57628;	
	padding: 2.5%;
    position: absolute;
    width: 39%;
	display:none;
	z-index:2;
	-webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
   min-height: 710px;
}
.full-volunteer-wrap.blue-background{
	background-color:#4899C2;	
}
.full-volunteer-wrap.brown-background{
	background-color:#332716;	
}
.full-volunteer-wrap.green-background{
	background-color:#165e06;	
}
.full-volunteer-wrap.orange-background{
	background-color:#D67628;	
}
.full-volunteer-wrap.yellow-background{
	background-color:#FFD540;	
}
.full-volunteer-wrap .thumbnail{
	 background-image: url("../images/volunteers/volunteer-blank.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    border-radius: 0;
    float: left;
    height: 36%;
    padding: 0;
    width: 36%;
	min-height: 143px;
}
.full-volunteer-wrap .thumbnail img{
	width:100%;
	height:auto;
}

.full-volunteer-wrap .title{
   display: table;
    float: left;
    height: 138px;
    padding-left: 4%;
    width: 62%;
}
.full-volunteer-wrap .title .text-title{ 
   color: #ffffff;
    display: table-cell;
    font-family: "have_heart_tworegular";
    font-size: 92px;
    letter-spacing: 2px;
    line-height: 50px;
    vertical-align: bottom;
}
.full-volunteer-wrap .content, .full-volunteer-wrap .content p{
	color:#FFFFFF;	
	font-size:16px;
	letter-spacing: 0em;
}
.full-volunteer-wrap.yellow-background .content, .full-volunteer-wrap.yellow-background .content p{
	color:#000000;	
}

.full-volunteer-wrap .close{
	 color: #ffffff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}
/*last grid - user*/
/*.volunteer-wrap {
    background-image: url("../images/volunteers/volunteer-user.png");
}
.volunteer-wrap.user .volunteer-title{
	display:none;
}*/
/*Single Last Grid - User*/
.full-volunteer-wrap.user .thumbnail img{
	opacity:0.1;
}

.full-volunteer-wrap.user .title .text-title{
	font-size: 72px;
    line-height: 37px;
}
.full-volunteer-wrap.user .content, .full-volunteer-wrap.user .content p {
    color: #000;
    font-size: 31px;
    line-height: 37px;
}
.page-template-page-volunteers .entry-content .full-volunteer-wrap.user a, .page-template-page-volunteers .entry-content .full-volunteer-wrap.user a:link, .page-template-page-volunteers .entry-content .full-volunteer-wrap.user a:visited{
	color:#FFFFFF;	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) and (max-width: 1170px) {
	
	.volunteer-wrap {
		margin-right: 1.5%;
		width: 18.5%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.page-template-page-volunteers .col-md-6 {
    	margin-left: 0;
    	margin-right: 0;
   	 	width: 100%;
	}
	.volunteer-wrap{
		height: auto;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		max-width: 215px;
		position: relative;
		width: 40%;
	}
	.volunteer-wrap.last-col{
		margin-left: 10px;
		margin-right: 10px;
	}
	.volunteer-wrap.user{
		 clear: both;
		float: none;
		margin: 20px auto;
		min-height: 215px;
		width: 100%;
	}
	.full-volunteer-wrap{
	width:100%;	
	border-left:none;
	min-height:0;
	padding:7%
	}
	.full-volunteer-wrap .thumbnail{
		display:none;
	}
	.full-volunteer-wrap .title{
		float: none;
		font-size: 60px;
		height: auto;
		margin-top: 0;
		padding-left: 0;
		padding-top: 0;
		text-align: center;
		width: auto;
		margin-bottom:10px;
	}
	.full-volunteer-wrap .content{
		font-size:14px;	
	}
}