.volunteer_header {
    max-width: 1580px;
}

.volunteer_types {
	text-align: center;
	font-size: var(--font-size-0);
}

.volunteer_type {
	text-align: center;
	cursor: pointer;
	width: 30%;
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	.volunteer_type {
		width: 40%;
	}
}

.volunteer_type .image {
	background-size: contain;
	width:100%;
	padding-bottom: 100%;
}

.content .volunteer_type.selected .default {
	z-index: -1;
	opacity: 0;
}

.content .volunteer_type.selected .hover {
	z-index: 9;
	opacity: 1;
}

.content .volunteer_type h2 {
	color: #7a7d7f;
}

@media only screen and (max-width: 950px) {
	.content .volunteer_type h2 {
		font-size: var(--font-size-22);
	}
}

.search_bar {
	max-width: 760px;
}

@media only screen and (max-width: 768px) {
	.search_bar input {
		font-size: var(--font-size-32);
	}
}

.animal_type.selected {
    background-color: #f7a81b;
    color: #fff;
}

.content .volunteers {
	text-align: center;
	font-size: var(--font-size-0);
}

.content .volunteer {
	display: inline-block;
	min-width: 225px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.content .volunteer  .window {
	display: inline-block;
	width: 225px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.content .volunteer .image {
	width: 100%;
	padding-bottom: 133%;
}

.content .volunteer h6 {
	text-transform: uppercase;
}

.content .volunteer h6,
.content .modal h6 {
	margin-bottom: 0px;
}

.content .volunteer strong,
.content .modal strong {
	font-size: var(--font-size-20);
	font-weight: normal;
    color: #555759;
}

.content .modal strong {
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
	.content .modal_content {
		width: 90%;
	}
}

.content .volunteer .description,
.content .volunteer .close,
.content .volunteer .since { 
	display: none; 
}

.content .animal_types {
	margin-top: 100px;
	text-align: center;
	display: none;
}

.content .animal_types.shown {
	display: block;
}

.content .animal_types h6 {
	color: #555759;
	margin-bottom: 20px;
}

.content .animal_types button {
	text-transform: uppercase;
}

.content .volunteers.search {
	text-align: center;
}

.content .many_results {
	text-align: center;
	display: none;
}

.content .many_results.show { display: block; }

.content  .volunteer.multi {
	display: inline-block;
	width: 30%;
	margin-left: 3%;
}

.content .volunteer.multi .window {
	width: 100%;
}

.content .volunteer.multi .image {
	width: 100%;
}

.content .volunteer.multi .text {
	display: none;
}

.content .volunteer.single .window {
	cursor: initial;
}

.content .volunteer.single .window{
	width: 100%;
	max-width: 950px;
	display: table;
}

.content .volunteer.single .window {
	margin: 0 auto;
}

.content .volunteer.single .image,
.content .volunteer.single .text {
	width: 45%;
	display: table-cell;
}

.content .volunteer.single .image,
.content .modal .image {
	padding-bottom: 55%;
}

.content .volunteer.single .text,
.content .modal .text {
	vertical-align: middle;
	text-align: left;
	padding-left: 5%;
}

.content .volunteer.single .description,
.content .modal .description {
	display: block;
}

.content .modal .close:hover {
	text-decoration: underline;
}

.content .modal .image {
	display: table-cell;
	width: 55%;
}
.content .modal .text {
	display: table-cell;
	width: 45%;
}

.content .modal .since {
	display: inline-block;
}


.content .see_more {
	display: block;
	margin: 50px auto 0px auto;
}