@media (min-width: 1201px) {
	#content .ast-container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.map-filters h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 25px;
}
.resource-filter ul {
	margin: 0;
}
.inner-filters {
	max-width: 1240px;
	margin: auto;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.hide {
	display: none;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
}

img {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}


/* Grid HTML Classes */

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
	*zoom: 1;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0;
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column,
.columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}

@media only screen {
	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}
	.small-1 {
		position: relative;
		width: 8.33333%;
	}
	.small-2 {
		position: relative;
		width: 16.66667%;
	}
	.small-3 {
		position: relative;
		width: 25%;
	}
	.small-4 {
		position: relative;
		width: 33.33333%;
	}
	.small-5 {
		position: relative;
		width: 41.66667%;
	}
	.small-6 {
		position: relative;
		width: 50%;
	}
	.small-7 {
		position: relative;
		width: 58.33333%;
	}
	.small-8 {
		position: relative;
		width: 66.66667%;
	}
	.small-9 {
		position: relative;
		width: 75%;
	}
	.small-10 {
		position: relative;
		width: 83.33333%;
	}
	.small-11 {
		position: relative;
		width: 91.66667%;
	}
	.small-12 {
		position: relative;
		width: 100%;
	}
	.small-offset-0 {
		position: relative;
		margin-left: 0%;
	}
	.small-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}
	.small-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}
	.small-offset-3 {
		position: relative;
		margin-left: 25%;
	}
	.small-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}
	.small-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}
	.small-offset-6 {
		position: relative;
		margin-left: 50%;
	}
	.small-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}
	.small-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}
	.small-offset-9 {
		position: relative;
		margin-left: 75%;
	}
	.small-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}
	[class*="column"]+[class*="column"]:last-child {
		float: right;
	}
	[class*="column"]+[class*="column"].end {
		float: left;
	}
	.column.small-centered,
	.columns.small-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
}


/* Styles for screens that are atleast 768px; */

@media only screen and (min-width: 768px) {
	.large-1 {
		position: relative;
		width: 8.33333%;
	}
	.large-2 {
		position: relative;
		width: 16.66667%;
	}
	.large-3 {
		position: relative;
		width: 25%;
	}
	.large-4 {
		position: relative;
		width: 33.33333%;
	}
	.large-5 {
		position: relative;
		width: 41.66667%;
	}
	.large-6 {
		position: relative;
		width: 50%;
	}
	.large-7 {
		position: relative;
		width: 58.33333%;
	}
	.large-8 {
		position: relative;
		width: 66.66667%;
	}
	.large-9 {
		position: relative;
		width: 75%;
	}
	.large-10 {
		position: relative;
		width: 83.33333%;
	}
	.large-11 {
		position: relative;
		width: 91.66667%;
	}
	.large-12 {
		position: relative;
		width: 100%;
	}
	.row .large-offset-0 {
		position: relative;
		margin-left: 0%;
	}
	.row .large-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}
	.row .large-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}
	.row .large-offset-3 {
		position: relative;
		margin-left: 25%;
	}
	.row .large-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}
	.row .large-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}
	.row .large-offset-6 {
		position: relative;
		margin-left: 50%;
	}
	.row .large-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}
	.row .large-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}
	.row .large-offset-9 {
		position: relative;
		margin-left: 75%;
	}
	.row .large-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}
	.row .large-offset-11 {
		position: relative;
		margin-left: 91.66667%;
	}
	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}
	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}
	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}
	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}
	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}
	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}
	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}
	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}
	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}
	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}
	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}
	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}
	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}
	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}
	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}
	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}
	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}
	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}
	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}
	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}
	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}
	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}
	.column.large-centered,
	.columns.large-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left !important;
	}
	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right !important;
	}
}

@font-face {
	font-family: 'ph-icons';
	src: url("../fonts/ph-icons.eot?3icn71");
	src: url("../fonts/ph-icons.eot?3icn71#iefix") format("embedded-opentype"), url("../fonts/ph-icons.ttf?3icn71") format("truetype"), url("../fonts/ph-icons.woff?3icn71") format("woff"), url("../fonts/ph-icons.svg?3icn71#ph-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ph-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-icon-zoom-in:before {
	content: "\e61b";
}

.icon-icon-zoom-out:before {
	content: "\e61c";
}

.icon-paw:before {
	content: "\e600";
}

.map-search .icon-search:before {
	content: "\e601";
}

.icon-bone:before {
	content: "\e602";
}

.icon-locate:before {
	content: "\e603";
}

.icon-dog-cat:before {
	content: "\e604";
}

.icon-food:before {
	content: "\e605";
}

.icon-us:before {
	content: "\e606";
}

.icon-heart:before {
	content: "\e607";
}

.icon-filter:before {
	content: "\e608";
}

.icon-list:before {
	content: "\e609";
}

.icon-newsletter:before {
	content: "\e60a";
}

.icon-vet:before {
	content: "\e60b";
}

.icon-youtube:before {
	content: "\e60c";
}

.icon-facebook:before {
	content: "\e60d";
}

.icon-flickr:before {
	content: "\e60e";
}

.icon-twitter:before {
	content: "\e60f";
}

.icon-arrow-right-lrg:before {
	content: "\e610";
}

.icon-arrow-left-lrg:before {
	content: "\e611";
}

.icon-arrow-up-lrg:before {
	content: "\e612";
}

.icon-arrow-down-lrg:before {
	content: "\e613";
}

.icon-arrow-right-sml:before {
	content: "\e614";
}

.icon-arrow-left-sml:before {
	content: "\e615";
}

.icon-arrow-down-sml:before {
	content: "\e616";
}

.icon-arrow-up-sml:before {
	content: "\e617";
}

.icon-pin:before {
	content: "\e618";
}

.icon-checkmark:before {
	content: "\e619";
}

.icon-close:before {
	content: "\e61a";
}

.icon-food-filled:before {
	content: "\e900";
}

.icon-volunteer:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #ffffff !important;
	padding: 8px 14px;
	font-weight: 600;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	transition: all 250ms ease-in-out;
}

.btn--orange {
	background: #D76D2E;
}

.btn--orange:hover {
	background-color: #ca6427;
	transition: all 250ms ease-in-out;
}

.btn--donate .icon-paw {
	padding-right: 8px;
	position: relative;
	top: 1px;
}

.btn--search {
	font-size: 20px;
}

.btn--white {
	color: #D76D2E !important;
	border: 1px solid #D76D2E;
	font-style: normal;
	display: inline;
	background: #ffffff;
	font-size: 14px;
}

.btn--white:hover {
	background: #f8e5d9;
	transition: all 250ms ease-in-out;
}


/* jQuery FlexSlider v2.2.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Ville Ristimäki (@villeristi)  */

.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 60%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 1px 1px 0 #000;
}

.flex-direction-nav a:before {
	font-family: "ph-icons";
	font-size: 24px;
	display: inline-block;
	content: "\e611";
	color: #ffffff;
	text-shadow: 1px 1px 0 #574C46;
}

.flex-direction-nav a.flex-next:before {
	content: "\e610";
}

.flex-direction-nav .flex-prev {
	left: 10px;
	margin-left: -20px;
}

.flex-direction-nav .flex-next {
	right: 10px;
	margin-left: 200px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}


/* ==================================================================================================================== BASE STYLES ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}


/* ==================================================================================================================== DEFAULT THEME ====================================================================================================================*/

.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 0;
}

.donation-form p {
	margin: 2px 0;
	padding: 2px 0;
}

.donation-form .column-two {
	padding-left: 30px;
}

.donation-form .column-one {
	padding-right: 30px;
}

.donation-form .textfield {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: 0;
	font-weight: 300;
	padding: 12px;
	border: 1px solid #f0f0f0;
	margin-right: -40px;
	color: #574C46;
	border-radius: 3px;
	width: 100%;
}

.donation-form .textfield::-webkit-input-placeholder {
	color: #c6c6c6;
	font-style: italic;
	font-size: 16px;
}

.donation-form .textfield:-moz-placeholder {
	color: #c6c6c6;
	font-style: italic;
	font-size: 16px;
}

.donation-form .textfield::-moz-placeholder {
	color: #c6c6c6;
	font-style: italic;
	font-size: 16px;
}

.donation-form .textfield:-ms-input-placeholder {
	color: #c6c6c6;
	font-style: italic;
	font-size: 16px;
}

.donation-form .state-zip {
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.donation-form .state-zip li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0;
}

.donation-form .state-zip li .textfield {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: 0;
	font-weight: 300;
	padding: 12px;
	border: 1px solid #f0f0f0;
	margin-right: -40px;
	color: #574C46;
	border-radius: 3px;
	width: 100%;
	margin-top: 7px;
}

.donation-form .state-zip li:first-child {
	width: 73%;
	margin-right: 2px;
}

.donation-form .state-zip li:last-child {
	width: 25%;
}

.donation-form .card-details {
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.donation-form .card-details li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32%;
	margin-right: 1px;
}

.donation-form .card-details li .textfield {
	margin-top: 7px;
}

.donation-form .radio-group {
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

.donation-form .radio-group li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 15px 0 0;
}

.donation-form .checkbox input,
.donation-form .radio input {
	margin: 3px 7px 0 0;
}

.donation-form .recurring-donation,
.donation-form .matching,
.donation-form .honor {
	padding-top: 10px;
}

.donation-form .recurring-donation input,
.donation-form .matching input,
.donation-form .honor input {
	margin-top: 3px;
	padding: 10px 15px;
}

.donation-form .submit-donation {
	padding: 40px 0 25px 0;
}

.donation-form .submit-donation input:not(.btn) {
	border-radius: 0;
	padding: 15px 50px;
	font-size: 18px;
}

.donation-form .submit-donation input.btn {
	padding: 15px 50px;
	font-size: 18px;
}

.donation-form .donate-error {
	display: none;
	color: red;
}


.donation-form a:not(.btn) {
	color: #D76D2E;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
}

.donation-form .recap {
	margin-top: 28px;
}

.donation-form--success {
	display: none;
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	box-shadow: 0px 2px 82px 18px rgba(0, 0, 0, 0.18);
	background: #ffffff;
	text-align: center;
	padding: 40px 18px 20px;
	position: absolute;
	z-index: 1;
	top: 35%;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	height: 180px;
	border-radius: 3px;
}

.donation-form--success h3 {
	color: #D76D2E;
	padding-bottom: 10px;
}

.donate-additional-method {
	margin: 0 0 40px;
}

.donate-additional-methods-title {
	font-size: 16px;
	margin: 10px 0 20px;
	line-height: 1.4375;
}

.donate-additional-methods-button {
	padding: 16px 32px;
	font-size: 15px;
	display: inline-block;
	width: auto;
}

.donate-additional-methods-text p {
	color: inherit;
	font-family: inherit;
	margin: 10px 0 15px;
	line-height: 1.4375;
}

.donate-additional-methods-text a:not(.btn):hover {
	text-decoration: underline;
}

.donation-form-hr {
	padding: 0;
	border: none;
	border-top: 1px solid #978E89;
	color: #978E89;
	text-align: center;
	margin: 50px auto 20px;
	max-width: 570px;
	opacity: .2;
}

.donation-form-hr::after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.6em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #F4F4F3;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hide-checkbox {
	visibility: hidden;
}

.map-filters {
	background-color: #584d47;
	padding: 50px 0;
}

.map-filters h3>.icon {
	padding-right: 8px;
	position: relative;
	top: 2px;
	color: #d86e30;
}

.filter-wrapper li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0;
}

.icheckbox,
.filter-checkbox-1,
.filter-checkbox-2,
.filter-checkbox-3,
.filter-checkbox-4 {
    position: relative;
    display: block;
    margin: 0;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
    background: #7ac67c;
    border: none;
}

.filter-checkbox-1 {
	border-radius: 3px 0 0 3px;
}

.filter-checkbox-1.hover,
.filter-checkbox-1.checked.hover {
	background: #54ded5;
	color: #ffffff;
}

.filter-checkbox-1.checked {
	background: #43DBD1;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

.filter-checkbox-2.hover,
.filter-checkbox-2.checked.hover {
	background: #b9b1e2;
	color: #ffffff;
}

.filter-checkbox-2.checked {
	background: #ACA2DC;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.filter-checkbox-3 {
	border-radius: 0 3px 3px 0;
}

.filter-checkbox-3.hover,
.filter-checkbox-3.checked.hover {
	background: #da793f;
	color: #ffffff;
}

.filter-checkbox-3.checked {
	background: #D76D2E;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.filter-checkbox-4 {
	border-radius: 3px;
	padding: 12px 40px;
}

.filter-checkbox-4.hover,
.filter-checkbox-4.checked.hover {
	background: #8cd28e;
	color: #ffffff;
}

.filter-checkbox-4.checked {
	background: #7DCC80;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 45px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 15px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #F2F2F2;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #978E89;
	line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	position: absolute;
	top: 1px;
	right: 4px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ffffff;
	color: #978E89;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 3px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 3px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

.semicircle-border {
	height: 33px;
	width: 68px;
	border-radius: 160px 160px 0 0;
	margin: -30px auto;
	background: #ffffff;
	position: relative;
	z-index: -1;
	border: 1px solid #ECECEC;
}

.semicircle {
	height: 33px;
	width: 68px;
	border-radius: 160px 160px 0 0;
	margin: -11px auto;
	background: #ffffff;
	position: relative;
	z-index: 5;
	border-bottom: none;
	display: block;
}

.semicircle .icon {
	color: #43DBD1;
	font-size: 22px;
	display: block;
	text-align: center;
	padding-top: 12px;
}

.hide-select {
	visibility: hidden;
}

.state-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #574C46;
}

.state-filter .select2-container--default .select2-selection--single {
	border-color: #DFDDDC;
}

.state-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 14px;
	right: 25px;
	height: auto;
}

.state-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	color: #D76D2E;
}

.state-filter .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	font-family: 'ph-icons';
	content: "\e613";
	font-size: 20px;
}

.state-filter .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #43DBD1 !important;
	color: white;
}

.state-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #D76D2E;
}



.typography h1 {
	font-size: 34px;
	line-height: 1.4em;
}

.typography h2 {
	font-size: 28px;
	line-height: 1.3em;
}

.typography h3 {
	font-size: 24px;
	line-height: 1.3em;
}

.typography h4,
.typography footer .footer-nav>li>a,
footer .typography .footer-nav>li>a {
	font-size: 20px;
	line-height: 1.3em;
}

.typography h5 {
	font-size: 18px;
	line-height: 1.3em;
}

.typography h6 {
	font-size: 16px;
	line-height: 1.3em;
}

.typography p {
	color: #978E89;
	line-height: 1.8em;
	margin: 10px 0 25px;
}

.typography p a {
	color: #D76D2E;
	text-decoration: none;
}

.typography p a:hover {
	text-decoration: underline;
}

.typography p a:visited {
	color: #b05722;
}

.typography ul,
.typography ol {
	margin: 0 0 30px;
	line-height: 26px;
}

.typography ul ul,
.typography ul ol,
.typography ol ul,
.typography ol ol {
	margin: 0;
}

.typography ul li,
.typography ol li {
	margin: 5px 0;
	color: #978E89;
}

.typography ul li a,
.typography ol li a {
	color: #D76D2E;
	text-decoration: none;
}

.typography ul li a:hover,
.typography ol li a:hover {
	text-decoration: underline;
}

.typography ul li a:visited,
.typography ol li a:visited {
	color: #b05722;
}

.typography img {
	border-radious: 3px;
	margin: 10px;
}

.typography hr {
	padding: 0;
	border: none;
	border-top: 1px solid #978E89;
	color: #978E89;
	text-align: center;
	margin: 50px 0;
	opacity: .2;
}

.typography hr:after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #F4F4F3;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.donate-header {
	background-color: white;
	height: 480px;
}

.donate-video-text {
	z-index: 200 !important;
	position: absolute;
	top: 80px;
}

.donate-video-text h1 {
	color: #D76D2E;
}

.donate-video-text hr {
	padding: 0;
	border: none;
	border-top: 1px solid #F9E8DE;
	color: #F9E8DE;
	text-align: center;
	margin: 40px 120px;
}

.donate-video-text hr:after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #ffffff;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.donate-video-text p {
	padding: 0 70px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.video-wrap iframe {
	width: 100%;
	height: 100%;
}

.donation-video {
	height: 480px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	display: block;
	position: relative;
}

.donation-video video {
	object-fit: cover;
	object-position: center;
	position: absolute;
	bottom: -45px;
	left: 0;
	min-width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

@-moz-keyframes spinner-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinner-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-loader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* :not(:required) hides this rule from IE9 and below */

.spinner-loader:not(:required) {
	-moz-animation: spinner-loader 1500ms infinite linear;
	-webkit-animation: spinner-loader 1500ms infinite linear;
	animation: spinner-loader 1500ms infinite linear;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	-webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	display: inline-block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin: 1.5em;
	overflow: hidden;
	text-indent: 100%;
}

.fullWidth {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.column.collapse,
.columns.collapse {
	padding-left: 0;
	padding-right: 0;
}

.left {
	float: left !important;
}

.outer-wrap {
	overflow: hidden;
	position: relative;
}

.main-wrapper {
	position: relative;
}

@media only screen and (min-width: only screen) {
	.main-wrapper {
		-moz-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		transition: all 300ms ease-in;
	}
	.main-wrapper.on {
		-moz-transform: translate3d(-280px, 0, 0);
		-webkit-transform: translate3d(-280px, 0, 0);
		transform: translate3d(-280px, 0, 0);
	}
}

@media only screen and (min-width: 768px) {
	.main-wrapper.on {
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#dafdirectdiv {
	width: 100% !important;
}

.header {
	background: #574C46 url("../img/landing-page/header-bg.jpg") center/cover no-repeat;
}

.header-contentWrapper {
	height: 500px;
	padding: 4rem 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 767px) {
	.header-contentWrapper {
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
		padding: 10rem 0 5rem;
		min-height: auto;
	}
}

.header-content {
	width: 360px;
	position: relative;
}

.header-titleIcon {
	position: absolute;
	left: -28px;
	top: -28px;
	opacity: 1;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}

.js .header-titleIcon.is-initial-state {
	-moz-transform: translate3d(0, -50px, 0);
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	opacity: 0;
}

.header-title {
	font-style: italic;
	font-size: 2.25rem;
	color: #ffffff;
	margin: 0 0 1rem;
	position: relative;
	opacity: 1;
	-moz-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	-webkit-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.js .header-title.is-initial-state {
	-moz-transform: translate3d(60px, 0, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0);
	opacity: 0;
}

.header-description {
	color: #ffffff;
	line-height: 1.5625;
}

.headerBar {
	min-height: 240px;
	padding: 2rem 0;
	background: #574C46 url("../img/landing-page/header-bar-bg.jpg") center/cover no-repeat;
}

.headerBar-title {
	font-size: 1.375rem;
	color: #ffffff;
	line-height: 1.5;
}

.headerBarStats {
	background: #D76D2E;
	position: relative;
	margin-top: 2rem;
	margin-bottom: -115px;
	-moz-box-shadow: 0 0 7px 0 rgba(85, 85, 85, 0.5);
	-webkit-box-shadow: 0 0 7px 0 rgba(85, 85, 85, 0.5);
	box-shadow: 0 0 7px 0 rgba(85, 85, 85, 0.5);
	border-radius: 2px;
}

@media only screen and (min-width: 768px) {
	.headerBarStats {
		display: -webkit-flex;
		display: flex;
		height: 168px;
	}
}

@media only screen and (max-width: 767px) {
	.headerBarStats {
		max-width: 350px;
		margin: 2rem auto -115px;
	}
}

.headerBarStats-item {
	text-align: center;
	color: #ffffff;
	padding: 2rem 1.5rem;
	border-bottom: calc(1px / 2) solid rgba(255, 255, 255, 0.5);
}

.headerBarStats-item:last-child {
	border-right: none;
	border-bottom-width: 0;
}

.headerBarStats-item:nth-child(1) {
	background: url("../img/landing-page/food-bowl.svg") center no-repeat;
}

.headerBarStats-item:nth-child(2) {
	background: url("../img/landing-page/map.svg") center no-repeat;
}

.headerBarStats-item:nth-child(3) {
	background: url("../img/landing-page/medical.svg") center no-repeat;
}

.headerBarStats-item:nth-child(4) {
	background: url("../img/landing-page/paw-print.svg") center no-repeat;
}

@media only screen and (min-width: 768px) {
	.headerBarStats-item {
		border-right: calc(1px / 2) solid rgba(255, 255, 255, 0.5);
		width: 25%;
		padding: 3rem 2rem 1rem;
	}
}

.headerBarStats-figure {
	font-weight: 900;
	font-size: 1.875rem;
	letter-spacing: -.0143em;
	line-height: 1.26;
	margin: 0 0 .5rem;
}

.headerBarStats-label {
	font-size: 1.125rem;
	line-height: 1.22;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.introWidth {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.hero-grid-img,
.hero-grid-small-img {
	background: center bottom no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
}

.hero-grid-img--one {
	width: 400px;
	height: 340px;
	right: 0;
	top: 60px;
}

.hero-grid-img--two {
	width: 160px;
	height: 160px;
	right: 403px;
	top: 80px;
}

.hero-grid-img--three {
	width: 105px;
	height: 105px;
	right: 567px;
	top: 135px;
}

.hero-grid-img--four {
	width: 294px;
	height: 294px;
	right: 403px;
	top: 244px;
}

.hero-grid-img--five {
	width: 130px;
	height: 130px;
	right: 403px;
	top: 543px;
}

.hero-grid-img--six {
	width: 213px;
	height: 278px;
	right: 186px;
	top: 405px;
}

.hero-grid-img--seven {
	width: 182px;
	height: 329px;
	right: 0px;
	top: 405px;
}

.hero-grid-small-img--eight {
	width: 120px;
	height: 140px;
	left: 0;
	top: 685px;
}

.hero-grid-small-img--nine {
	width: 123px;
	height: 123px;
	left: 124px;
	top: 702px;
}

.hero-grid-small-img--ten {
	width: 166px;
	height: 140px;
	top: 829px;
	left: 0;
}

.stat-grid {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 30px;
	margin-top: 30px;
}

.stat-grid.stat-grid--no-margin {
	margin-top: 0;
}

.stat-grid h2 {
	color: #D76D2E;
	text-align: center;
}

.stat-grid hr {
	padding: 0;
	border: none;
	border-top: 1px solid #978E89;
	color: #978E89;
	text-align: center;
	margin: 50px 200px;
	opacity: .2;
}

.stat-grid hr:after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #F4F4F3;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.stat-grid-img {
	background: center bottom no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	width: 110%;
	padding: 15px;
}

.stat-grid .icon {
	font-size: 5em;
	color: #ffffff;
}

.stat-grid-variable h3 {
	color: #ffffff;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
}

.stat-grid-variable p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.stat-grid-variable a {
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}

.stat-grid-variable a:hover {
	text-decoration: underline;
}

.stat-grid-img--one {
	height: 195px;
	margin: 10px 0;
}

.stat-grid-img--two {
	height: 128px;
	margin: 10px 0;
}

.stat-grid-img--three {
	height: 120px;
	margin: 10px 0;
}

.stat-grid-img--four {
	height: 202px;
	margin: 10px 0;
}

.stat-grid-img--five {
	height: 218px;
	margin: 10px 0;
}

.stat-grid-img--six {
	height: 105px;
	margin: 10px 0;
}

.stat-grid-img--seven {
	height: 117px;
	margin: 10px 0;
}

.stat-grid-img--eight {
	height: 206px;
	margin: 10px 0;
}

.intro {
	padding: 90px 65px 140px 65px;
}

.intro h1 {
	line-height: 1.4em;
	font-size: 35px;
}

.intro p {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8em;
	padding-bottom: 15px;
}

.intro hr {
	padding: 0;
	border: none;
	border-top: 1px solid #F9E8DE;
	color: #F9E8DE;
	text-align: center;
	margin: 30px 40px 30px 0;
}

.intro hr:after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #F4F4F3;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.intro .search-field .search-field-input-wrap {
	position: relative;
}

.intro .search-field .search-field-input {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: 0;
	font-weight: 300;
	padding: 15px 67px 15px 15px;
	border: 1px solid #fafafa;
	border-right: none;
	color: #574C46;
	box-shadow: 0;
	-webkit-appearance: none;
	border-radius: 0;
}

.intro .search-field .search-field-input::-webkit-input-placeholder {
	color: #978E89;
	font-style: italic;
	font-size: 14px;
}

.intro .search-field .search-field-input:-moz-placeholder {
	color: #978E89;
	font-style: italic;
	font-size: 14px;
}

.intro .search-field .search-field-input::-moz-placeholder {
	color: #978E89;
	font-style: italic;
	font-size: 14px;
}

.intro .search-field .search-field-input:-ms-input-placeholder {
	color: #978E89;
	font-style: italic;
	font-size: 14px;
}

.intro .search-field .location-clear {
	display: none;
	position: absolute;
	top: 16px;
	right: 60px;
	cursor: pointer;
}

.intro .search-field button {
	position: absolute;
	top: 0;
	right: 0;
	background: #D76D2E;
	border: none;
	color: #ffffff;
	padding: 8px 15px 14px 15px;
	font-size: 24px;
	border-radius: 0 3px 3px 0;
	outline: 0;
}

.intro .search-field button .icon {
	position: relative;
	top: 5px;
}

.intro .search-field button:focus {
	outline: none;
}

.intro .search-field button[disabled=disabled],
.intro .search-field button:disabled {
	opacity: 1;
	background-color: #D76D2E !important;
}

.intro .search-field button:hover {
	transition: all 250ms ease-in-out;
	background-color: #c66126;
}

.intro .search-field .detect-location {
	display: none;
	color: #e7a984;
	font-style: italic;
	font-size: 13px;
	text-decoration: none;
	margin-top: 12px;
}

.intro .search-field .detect-location:hover {
	color: #D76D2E;
	transition: all 250ms ease-in-out;
}

.intro .search-field .detect-location .icon {
	padding-right: 8px;
}

.intro h2.search {
	color: #D76D2E;
	padding-top: 15px;
	font-size: 28px;
}

.intro .icon-pin {
	color: #43DBD1;
	padding-right: 8px;
	position: relative;
	top: 2px;
}

.intro-small {
	margin: 25px 0 0 0;
	padding: 15px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.intro-small h1 {
	color: #ffffff;
	font-size: 22px;
}

.intro-small p {
	color: #ffffff;
	font-size: 14px;
}

.introLanding {
	text-align: center;
	padding: 12rem 0 7rem;
}

@media only screen and (max-width: 767px) {
	.introLanding {
		padding: 9rem 0 4rem;
	}
}

.introLanding--alt {
	padding: 7rem 0;
	background: #ffffff;
}

@media only screen and (max-width: 767px) {
	.introLanding--alt {
		padding: 4rem 0;
	}
}

.introLanding-title {
	font-size: 2.125rem;
	color: #D76D2E;
	line-height: 1.29;
	position: relative;
	padding: 0 0 1.5rem;
	margin: 0 0 2.5rem;
}

.introLanding-title::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 48px;
	top: 100%;
	left: 50%;
	margin-left: -24px;
	background: #D76D2E;
}

@media only screen and (max-width: 767px) {
	.introLanding-title {
		font-size: 1.75rem;
	}
}

.introLanding-description {
	font-size: 1rem;
	color: #978E89;
	line-height: 1.8125;
	max-width: 670px;
	margin: 1rem auto 0;
}

.imageFacts {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 768px) {
	.imageFacts {
		display: -webkit-flex;
		display: flex;
	}
}

.imageFacts-image {
	width: 420px;
	margin: 0 auto 2rem;
	height: 500px;
	background: url("../img/landing-page/fact-image.jpg") center/cover no-repeat;
}

@media only screen and (min-width: 768px) {
	.imageFacts-image {
		height: auto;
		width: 35%;
		max-width: 520px;
		margin: 0;
	}
}

@media only screen and (max-width: 419px) {
	.imageFacts-image {
		margin: 0 auto;
	}
}

.imageFacts-content {
	background: #43DBD1 url("../img/landing-page/fact-bg.jpg") center/cover no-repeat;
	padding: 3rem 2rem;
}

@media only screen and (min-width: 768px) {
	.imageFacts-content {
		padding: 5rem 5%;
		-webkit-flex: 1;
		flex: 1;
	}
}

.imageFacts-fact {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3rem 1.5rem;
	max-width: 920px;
	margin: 0 auto;
}

.imageFacts-fact:nth-child(3) .imageFacts-factImage img {
	width: 70%;
}

.imageFacts-fact:first-child {
	padding-top: 0;
}

.imageFacts-fact:last-child {
	padding-bottom: 0;
	border-bottom-width: 0;
}

@media only screen and (min-width: 768px) {
	.imageFacts-fact {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
}

@media only screen and (max-width: 767px) {
	.imageFacts-fact {
		text-align: center;
	}
}

.imageFacts-factImage {
	width: 18%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.imageFacts-factImage {
		width: 18%;
		margin: 0 auto 1rem;
	}
}

.imageFacts-factText {
	-webkit-flex: 1;
	flex: 1;
	font-size: 1.625rem;
	line-height: 1.33;
	padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
	.imageFacts-factText {
		padding-left: 0;
		font-size: 1.15rem;
	}
}

.testimonialBlock {
	padding: 5rem 0;
}

@media only screen and (max-width: 767px) {
	.testimonialBlock {
		padding: 3rem 0;
	}
}

.testimonialBlock-item {
	padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
	.testimonialBlock-item {
		padding: 2rem 0;
	}
}

.testimonialBlock-image {
	height: 338px;
	background: center / cover no-repeat;
}

@media only screen and (max-width: 767px) {
	.testimonialBlock-image {
		height: 260px;
		max-width: 360px;
		margin: 0 auto 1rem;
	}
}

.testimonialBlock-content {
	padding: 1rem;
	margin-right: 2rem;
	margin-top: 1rem;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.testimonialBlock-content {
		text-align: center;
		margin: 0 auto;
		max-width: 420px;
	}
}

.testimonialBlock-icon {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}

.js .testimonialBlock-icon.is-initial-state {
	-moz-transform: translate3d(0, -50px, 0);
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	opacity: 0;
}

@media only screen and (min-width: 768px) {
	.testimonialBlock-content--right {
		margin-left: 2rem;
		margin-right: 0;
	}
}

.testimonialBlock-title {
	font-style: italic;
	font-size: 1.5rem;
	color: #D76D2E;
	line-height: 1.583;
	margin: 0 0 2rem;
	position: relative;
	opacity: 1;
	-moz-transition: all 1100ms ease;
	-o-transition: all 1100ms ease;
	-webkit-transition: all 1100ms ease;
	transition: all 1100ms ease;
}

.js .testimonialBlock-title.is-initial-state {
	-moz-transform: translate3d(60px, 0, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0);
	opacity: 0;
}

.testimonialBlock-description {
	font-size: 1rem;
	color: #978E89;
	line-height: 1.8125;
	margin: 0 0 2rem;
}

.testimonialBlock-link {
	color: #D76D2E;
	font-style: italic;
	font-size: 1.0625rem;
	text-decoration: none;
}

.testimonialBlock-link:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	.newsletterBar {
		display: -webkit-flex;
		display: flex;
		height: 410px;
	}
}

.newsletterBar form.form-processing .icon {
	opacity: 0;
}

.newsletterBar form.form-processing .spinner-loader {
	display: block;
	opacity: 1;
}

.newsletterBar form.form-error .icon-close {
	display: block;
	opacity: 1;
}

.newsletterBar form.form-error .icon-newsletter {
	opacity: 0;
}

.newsletterBar form.form-success .icon-checkmark {
	display: block;
	opacity: 1;
}

.newsletterBar form.form-success .icon-newsletter {
	opacity: 0;
}

.newsletterBar .newsletter-field-input {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: 0;
	font-weight: 300;
	padding: 1rem 1.5rem;
	border: 1px solid #978E89;
	border-right: none;
	color: #574C46;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-flex: 1;
	flex: 1;
}

.newsletterBar .newsletter-field-input::-webkit-input-placeholder {
	color: #cccccc;
	font-style: italic;
}

.newsletterBar .newsletter-field-input:-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}

.newsletterBar .newsletter-field-input::-moz-placeholder {
	color: #cccccc;
	font-style: italic;
}

.newsletterBar .newsletter-field-input:-ms-input-placeholder {
	color: #cccccc;
	font-style: italic;
}

.newsletterBar button {
	position: relative;
	background: #D76D2E;
	border: none;
	color: #ffffff;
	height: 100%;
	font-size: 40px;
	border-radius: 0 3px 3px 0;
	margin-right: 5px;
	outline: 0;
	width: 62px;
}

.newsletterBar button .spinner-loader {
	display: none;
	opacity: 0;
	font-size: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.newsletterBar button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.newsletterBar button .icon-checkmark {
	position: absolute;
	display: none;
	opacity: 0;
	top: 50%;
	left: 50%;
	font-size: 30px;
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.newsletterBar button .icon-close {
	position: absolute;
	display: none;
	opacity: 0;
	top: 50%;
	left: 50%;
	font-size: 30px;
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.newsletterBar button:focus {
	outline: none;
}

.newsletterBar button:hover {
	transition: all 250ms ease-in-out;
	background-color: #c66126;
}

.newsletterBar-fields {
	display: -webkit-flex;
	display: flex;
	height: 62px;
}

.newsletterBar-image {
	width: 53%;
	background: url("../img/landing-page/newsletter-left-bg@1.5x.jpg") center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
	.newsletterBar-image {
		display: none;
	}
}

.newsletterBar-content {
	width: 47%;
	min-width: 400px;
	background: url("../img/landing-page/newsletter-right-bg@1.5x.jpg") center/cover no-repeat;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.newsletterBar-content {
		width: 100%;
		min-width: 0;
		padding: 5rem 0;
	}
}

.newsletterBar-contentInner {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.newsletterBar-title {
	font-size: 1.75rem;
	color: #ffffff;
	line-height: 1.357;
	margin: 0 0 2rem;
}

.ctaBar {
	background: #D76D2E;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.ctaBar {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.ctaBar-item {
	width: 25%;
	height: 238px;
	text-decoration: none;
	color: #ffffff;
	border-right: calc(1px / 2) solid rgba(255, 255, 255, 0.5);
	padding: 4rem 0;
	-moz-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	-webkit-transition: background 250ms ease;
	transition: background 250ms ease;
}

.ctaBar-item:hover {
	background: #574C46;
}

@media only screen and (max-width: 767px) {
	.ctaBar-item {
		padding: 2rem 0;
		height: 178px;
		width: 50%;
		border-bottom: calc(1px / 2) solid rgba(255, 255, 255, 0.5);
	}
	.ctaBar-item:nth-child(even) {
		border-right: none;
	}
	.ctaBar-item:nth-child(3),
	.ctaBar-item:nth-child(4) {
		border-bottom: none;
	}
}

.ctaBar-content {
	width: 100%;
	min-height: 80%;
}

.ctaBar-icon {
	min-height: 62px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: .5rem;
}

.ctaBar-icon .icon {
	width: 100%;
	text-align: center;
}

.ctaBar-icon .icon-paw {
	font-size: 40px;
}

.ctaBar-icon .icon-food-filled {
	font-size: 60px;
}

.ctaBar-icon .icon-pin {
	font-size: 40px;
}

.ctaBar-icon .icon-volunteer {
	font-size: 55px;
}

@media only screen and (max-width: 767px) {
	.ctaBar-icon {
		min-height: 55px;
	}
	.ctaBar-icon .icon-paw {
		font-size: 34px;
	}
	.ctaBar-icon .icon-food-filled {
		font-size: 45px;
	}
	.ctaBar-icon .icon-pin {
		font-size: 35px;
	}
	.ctaBar-icon .icon-volunteer {
		font-size: 45px;
	}
}

.ctaBar-label {
	font-size: 18px;
	max-width: 228px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 1.22;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.feed {
	border-top: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	margin-top: 50px;
}

.feed h3 {
	color: #D76D2E;
	padding-top: 20px;
}

.recentPost {
	width: 80%;
	margin: 25px 0;
	padding: 15px 0;
}

.recentPost:hover .recentPost-content {
	border: 1px solid #f0c7ae;
}

.recentPost a {
	text-decoration: none;
}

.recentPost-thumb {
	float: left;
	padding-right: 10px;
	width: 100px;
	height: 100px;
}

.recentPost-date {
	color: #43DBD1;
	font-family: lato;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 10px;
	display: block;
}

.recentPost-content {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 15px;
	height: 90px;
}

.recentPost-content p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.testimonial {
	width: 350px;
}

.testimonial-text {
	background: #43DBD1;
	padding: 20px;
}

.testimonial-text h3 {
	color: #ffffff;
	line-height: 1.6em;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.testimonial-img {
	width: 350px;
	position: relative;
	z-index: 1;
}

.testimonial-img img {
	width: 100%;
	height: auto;
}

.testimonial a {
	position: absolute;
	z-index: 5;
	left: 95px;
	bottom: 0;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 20px;
}

.testimonial a .icon {
	padding-left: 8px;
	position: relative;
	top: 2px;
}

.navbar {
	background-color: #574C46;
	padding: 10px 0;
	z-index: 9999;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
}

.navbar-logo {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	outline: 0;
	border: none;
}

.navbar-logo img {
	position: relative;
	z-index: 3;
	float: left;
	top: 0px;
	left: -5px;
	width: 85px;
}

.logo-circle {
	height: 90px;
	width: 160px;
	border-radius: 0 0 160px 160px;
	background: #574C46;
	z-index: 2;
	position: absolute;
	left: -30px;
	top: 20px;
}

.navbar-links {
	padding-top: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.navbar-links ul {
	list-style: none;
	padding: 0;
}

.navbar-links li {
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.navbar-links a {
	text-decoration: none;
}

.navbar-links .current-page-ancestor a,
.navbar-links .current-menu-item a {
	color: #D76D2E;
}

.navbar-links-primary {
	float: right;
	font-size: 16px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	display: relative;
}

.navbar-links-primary a {
	color: #ffffff;
	padding: 40px 15px;
}

.navbar-links-primary a:hover {
	transition: all 50ms ease-in-out;
	color: #D76D2E;
	background: #ffffff;
}

.navbar-links-primary li ul {
	display: none;
}

.navbar-links-primary li:hover a {
	color: #D76D2E;
	background: #ffffff;
}

.navbar-links-primary li:hover ul {
	display: block;
	width: 220px;
	z-index: 9999;
	text-align: left;
	padding: 10px 10px 10px 15px;
	margin-top: 20px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.16);
	background: #ffffff;
	position: absolute;
	border: 1px solid #DFDDDC;
	border-top: none;
	transition: all 250ms ease-in-out;
}

.navbar-links-primary li:hover ul li {
	padding: 10px 0 !important;
	line-height: 1em;
	display: block;
}

.navbar-links-primary li:hover ul li a {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #978E89;
	background: none;
}

.navbar-links-primary li:hover ul li a:hover {
	transition: all 150ms ease-in-out;
	color: #D76D2E;
}

.navbar-buttons {
	float: right;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
}

.navbar-buttons li {
	margin: 0 0 0 25px;
}

.navbar-buttons .btn--search {
	margin-left: 30px;
}


.map-search .search-field-input-wrap {
	position: relative;
}

.map-search .location-clear {
	display: none;
	position: absolute;
	top: 12px;
	right: 60px;
	cursor: pointer;
}

.map-search .map-search-field-input {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: 0;
	font-weight: 300;
	padding: 14px 10px;
	border: none;
	border-right: none;
	width: 85%;
	margin-right: -96px;
	color: #574C46;
}

.map-search .map-search-field-input::-webkit-input-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.map-search .map-search-field-input:-moz-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.map-search .map-search-field-input::-moz-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.map-search .map-search-field-input:-ms-input-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.map-search button {
background: #7ac67c;
    border: none;
    color: #ffffff;
    padding: 10px 15px 11px;
    font-size: 17px;
    border-radius: 3px;
    margin-right: 5px;
    outline: 0;
}

.map-search button .icon {
	position: relative;
	top: 3px;
}

.map-search button:focus {
	outline: none;
}

.map-search button:hover {
	transition: all 250ms ease-in-out;
	background-color: #7ac67c;
	opacity:0.8;
}

.map-search button[disabled=disabled],
.map-search button:disabled {
	opacity: 1;
	background-color: #7ac67c !important;
}

.map-search button:hover {
	transition: all 250ms ease-in-out;
		background-color: #7ac67c;
	opacity:0.8;
}

.map-search .detect-location {
	color: #ffffff;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	display: none;
	margin-top: 12px;
}

.map-search .detect-location:hover {
	color: #D76D2E;
	transition: all 250ms ease-in-out;
}

.map-search .detect-location .icon {
	padding-right: 8px;
}

.map-wrapper {
	border-top: 1px solid #DFDDDC;
	position: relative;
}

.map-wrapper .results {
	padding: 20px 15px;
	box-sizing: border-box;
	z-index: 1;
	border-left: 1px solid #DFDDDC;
	border-bottom: 1px solid #c2bebc;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	color: #978E89;
	font-size: 14px;
	background: #ffffff;
}

.list-wrapper {
	border-top: #F2F2F2;
	overflow-y: scroll;
	height: 400px;
	width: 100%;
}

.map {
	z-index: 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #7DCC80;
}

.mapZoom {
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 25px;
	font-size: 14px;
	line-height: 28px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.mapZoom a {
	text-decoration: none;
	color: #e6e6e6;
	-moz-transition: color 75ms cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: color 75ms cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: color 75ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: color 75ms cubic-bezier(0.55, 0, 0.1, 1);
}

.mapZoom a:hover {
	color: #333333;
}

.mapZoom-in,
.mapZoom-out {
	padding: 4px 6px;
	display: block;
	position: relative;
	width: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #d8d8d8;
}

.mapZoom-in {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
}

.mapZoom-in:hover {
	z-index: 1;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	border-color: #cecece;
}

.mapZoom-in:active {
	box-shadow: none;
	border-color: #d0d0d0;
}

.mapZoom-out {
	border-top-width: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0;
	border-radius: 0 0 4px 4px;
}

.mapZoom-out:hover {
	z-index: 1;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
	border-color: #cbcbcb;
}

.mapZoom-out:active {
	box-shadow: none;
	border-color: #d0d0d0;
}

.infoBox {
	text-align: center;
	background: #ffffff;
	border-radius: 3px;
	padding: 10px;
	max-width: 265px;
}

.infoBox:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 25px;
	width: 0;
	height: 0;
	border-top: solid 10px #ffffff;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
}

.infoBox .category,
.infoBox .map-list ul li .category--shelters,
.map-list ul li .infoBox .category--shelters,
.infoBox .map-list ul li .category--resources,
.map-list ul li .infoBox .category--resources,
.infoBox .map-list ul li .category--donation,
.map-list ul li .infoBox .category--donation,
.infoBox .map-list ul li .category--food,
.map-list ul li .infoBox .category--food,
.infoBox .related-item .category--shelters,
.related-item .infoBox .category--shelters,
.infoBox .related-item .category--resources,
.related-item .infoBox .category--resources,
.infoBox .related-item .category--donation,
.related-item .infoBox .category--donation,
.infoBox .related-item .category--food,
.related-item .infoBox .category--food {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.infoBox h4,
.infoBox footer .footer-nav>li>a,
footer .infoBox .footer-nav>li>a {
	margin: 10px 0 7px 0;
	font-size: 16px;
}

.infoBox p {
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.2em;
}

.infoBox a {
	font-size: 13px;
}

.map-list {
	background: #ffffff;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	box-sizing: border-box;
	z-index: 1;
	border-left: 1px solid #DFDDDC;
}

.map-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map-list ul li {
	border-top: 1px solid #F2F2F2;
	position: relative;
}

.map-list ul li:hover {
	box-shadow: inset 0px 0px 11px 3px rgba(229, 223, 219, 0.76);
	border-top: 1px solid #DFDDDC;
	border-bottom: 1px solid #DFDDDC;
}

.map-list ul li:hover .icon {
	color: #D76D2E;
}

.map-list ul li a {
	display: block;
	text-decoration: none;
	padding: 15px 25px 15px 15px;
}

.map-list ul li .icon {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 22px;
	margin-top: -11px;
	color: #A29D94;
}

.map-list ul li .category,
.map-list ul li .category--shelters,
.map-list ul li .category--resources,
.map-list ul li .category--donation,
.map-list ul li .category--food {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.map-list ul li .category--shelters {
	color: #ACA2DC;
}

.map-list ul li .category--resources {
	color: #D76D2E;
}

.map-list ul li .category--donation {
	color: #7DCC80;
}

.map-list ul li .category--food {
	color: #43DBD1;
}

.map-list ul li h5 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: 600;
}

.map-list ul li p {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #000;
}

.columns-map {
	position: relative;
	width: 100%;
}

.columns-map-list {
	position: relative;
	width: 100%;
	display: none;
	background-color: white;
}

.columns-map-list.showing {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.toggles {
	display: block;
}

.map-search {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 70px;
}

.filter {
	display: none;
}

.resource-filter {
	text-align: center;
}

.icheckbox,
.filter-checkbox-1,
.filter-checkbox-2,
.filter-checkbox-3,
.filter-checkbox-4 {
	padding: 12px 15px;
}

.toggles {
	background: #ffffff;
	clear: both;
	text-align: center;
	margin: 0px -4px 0px -4px;
	padding: 1px;
}

.view-toggle,
.filter-toggle {
	display: inline-block;
	background: #D76D2E;
	width: 49%;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	
	padding: 13px 13px;
	margin: -1px;
}

.view-toggle .icon,
.filter-toggle .icon {
	position: relative;
	top: 2px;
	padding-right: 5px;
}

.filter-toggle-on {
	background: #ffffff;
	color: #D76D2E;
	border-bottom: 1px solid #F2F2F2;
}

.filter-wrapper {
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.icheckbox,
	.filter-checkbox-1,
	.filter-checkbox-2,
	.filter-checkbox-3,
	.filter-checkbox-4 {
		position: relative;
		display: block;
		margin: 0;
		padding: 16px 30px;
		font-size: 16px;
		line-height: 17px;
		color: #ffffff;
		cursor: pointer;
		background: darkgrey;
		border: none;
	}
	.map-search {
		text-align: left;
	}
	.resource-filter {
		text-align: left;
	}
	.filter {
		display: block;
	}
	.columns-map {
		position: relative;
		width: 75%;
	}
	.columns-map-list {
		display: block;
		position: relative;
		width: 25%;
	}
	.toggles {
		display: none;
	}
	.map-search {
		padding: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.view-toggle,
	.filter-toggle {
		display: none;
	}
}

.tabs {
	margin: 40px 0 0 0;
	-ms-overflow-style: none;
	overflow: auto;
	height: 300px;
}

.tabs-nav {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	z-index: 20;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-ms-overflow-style: none;
	text-align: center;
}

.tabs-nav li {
	margin-right: 30px;
	width: 100px;
	cursor: pointer;
	background-color: #D76D2E;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	
	border-radius: 3px;
	text-align: center;
	padding: 20px 0;
}

.tabs-nav li:hover {
	background-color: #27cec3;
	transition: all 250ms ease-in-out;
}

.tabs-nav li.active {
	background-color: #43DBD1;
}

.tabs-nav li.active>a {
	color: #ffffff;
}

.tabs-nav a {
	font-size: 18px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
}

.tabs-content-text {
	padding: 30px;
}

.tabs-content-text img {
	padding-top: 30px;
}

.tabs-content-text p {
	
	font-size: 20px;
	padding: 0 150px;
}

.content {
	margin: 150px 0 70px;
}

.donor-resources {
	margin-top: 80px;
}

.donor-resources h2 {
	font-size: 34px;
}

.donor-resources--secondary {
	margin-top: 80px;
}

.donor-resources--secondary h2 {
	color: #D76D2E;
	font-size: 34px;
}

.donor-resources--secondary .hr {
	padding: 0;
	border: none;
	border-top: 1px solid #978E89;
	color: #978E89;
	text-align: center;
	margin: 50px 200px 20px;
	opacity: .2;
}

.donor-resources--secondary .hr:after {
	content: "\e600";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.1em;
	padding: 0 1.75em;
	background: #F4F4F3;
	font-family: 'ph-icons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.donor-resources-feature--2up {
	width: 340px;
	margin: 40px auto;
}

.donor-resources-feature--3up {
	width: 300px;
	margin: 40px auto;
	min-height: 430px;
}

.donor-resources-content {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 0 20px 20px;
	position: relative;
}

.donor-resources-content .icon {
	color: #43DBD1;
	font-size: 22px;
	z-index: 50;
}

.donor-resources-content h3 {
	color: #D76D2E;
	font-size: 22px;
}

.donor-resources-content a {
	color: #D76D2E;
	font-style: italic;
	font-size: 13px;
}

.donor-resources-content a:hover {
	text-decoration: underline;
	transition: all 250ms ease-in-out;
}

.donationModalDialog {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
}

.donationModalDialog P {
	font-family: "Lato", Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 20px;
	padding-top: 20px;
	text-align: center;
}

.donationModalDialog>div {
	width: 50%;
	position: relative;
	margin: 10% auto;
	padding: 50px 70px 60px;
	border-radius: 5px;
	background: #fff;
}

.donationModal-buttons {
	list-style-type: none;
	padding: 0;
	text-align: -webkit-center;
}

.donationModal-buttons li {
	display: inline-block;
	margin: 10px 5px;
}

.donationModal-buttons a {
	font-style: normal !important;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
}

.donationModal-close-btn {
	position: absolute;
	text-decoration: none;
	color: #D76D2E;
	font-weight: 300;
	right: 0;
	top: 0;
	font-style: normal !important;
	
	padding-top: 22px;
	padding-right: 25px;
	font-size: 25px !important;
	cursor: pointer;
}

.donationModal-close-btn:hover {
	color: #574C46;
}

#donation-Open:disabled {
	background-color: #666666;
}

.sidebar {
	margin: 200px 0 0 30px;
}

.sidebar-nav {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	margin-bottom: 20px;
}

.sidebar-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav ul li {
	
}

.sidebar-nav ul li a {
	color: #574C46;
	font-size: 20px;
	display: block;
	text-decoration: none;
	padding: 20px 30px;
}

.sidebar-nav ul li a:hover {
	color: #D76D2E;
	transition: all 250ms ease-in-out;
}

.sidebar-nav ul li ul {
	border-top: 1px solid #F2F2F2;
	padding: 15px 0;
}

.sidebar-nav ul li ul>li a {
	color: #A29D94;
	font-size: 16px;
	padding: 12px 30px;
	line-height: 1.3em;
}

.sidebar-nav ul li ul .is-active a,
.sidebar-nav ul li ul .current_page_item a,
.sidebar-nav ul li ul .current_page_parent a,
.sidebar-nav ul li ul .current_page_ancestor a,
.sidebar-nav ul li ul .current-cat a {
	color: #D76D2E;
}

.sidebar-promo {
	padding-top: 30px;
}

.sidebar-promo-content {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	text-align: center;
	padding: 20px 18px 20px;
	position: relative;
	z-index: 1;
}

.sidebar-promo-content h3 {
	color: #D76D2E;
}

.sidebar-promo-content .text,
.sidebar-promo-content p {
	font-size: 13px;
	color: #978E89;
	line-height: 1.6em;
	margin: 1em 0;
}

.sidebar-promo-content a {
	color: #D76D2E;
	font-style: italic;
	text-decoration: none;
	font-size: 13px;
}

.sidebar-promo-content a:hover {
	text-decoration: underline;
}

.pagination {
	margin: 20px 0 50px;
	padding: 5px 15px;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	
	font-weight: 500;
	font-size: 18px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.pagination a {
	display: block;
	text-decoration: none;
	color: #574C46;
	padding: 10px;
}

.pagination .icon {
	position: relative;
	font-size: 12px;
}

.pagination .icon:hover {
	color: #D76D2E;
}

.pagination .prev,
.pagination .next {
	padding: 10px;
}

.pagination .prev a,
.pagination .next a {
	padding: 0;
	color: #D76D2E;
}

.pagination .is-active a,
.pagination .current {
	color: #D76D2E;
	pointer-events: none;
}

.pagination .current {
	display: block;
	padding: 10px;
}

.table {
	display: table;
	margin-bottom: 30px;
}

.table--fullWidth {
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-col {
	display: table-cell;
	vertical-align: top;
}

.location-detail .location-detail-title {
	
	font-size: 10px;
	text-transform: uppercase;
	color: #43DBD1;
	padding: 0 5px 0 0;
	margin: 0;
}

.location-detail p {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}

.location-detail a {
	color: #D76D2E;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
}

.location-detail a:hover {
	text-decoration: underline;
}

.related,
.related-blog {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 30px;
	margin-top: 30px;
}

.related h3,
.related-blog h3 {
	color: #D76D2E;
	padding: 0px 0 30px 0;
}

.related-blog h3 {
	padding: 0 0 50px 0;
}

.related-item {
	min-height: 200px;
}

.related-item .category,
.related-item .map-list ul li .category--shelters,
.map-list ul li .related-item .category--shelters,
.related-item .map-list ul li .category--resources,
.map-list ul li .related-item .category--resources,
.related-item .map-list ul li .category--donation,
.map-list ul li .related-item .category--donation,
.related-item .map-list ul li .category--food,
.map-list ul li .related-item .category--food,
.related-item .category--shelters,
.related-item .category--resources,
.related-item .category--donation,
.related-item .category--food {
	
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 5px 0 0;
	margin: 0;
}

.related-item .category--shelters {
	color: #ACA2DC;
}

.related-item .category--resources {
	color: #D76D2E;
}

.related-item .category--donation {
	color: #7DCC80;
}

.related-item .category--food {
	color: #43DBD1;
}

.related-item h3 {
	color: #ffffff;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
}

.related-item p {
	margin: 0 0 25px 0;
	line-height: 1.2em;
	font-size: 14px;
}

.blog-list {
	margin-top: 30px;
}

.blog-list-item .columns {
	margin: 0 10px 0 0;
}

.blog-list-item {
	padding: 25px 0;
}

.blog-list-item:hover .blog-list-excerpt {
	border: 1px solid #f0c7ae;
}

.blog-list-item .columns {
	margin: 0;
	padding: 0;
}

.blog-list-item img {
	margin: 0 !important;
	padding: 0 !important;
}

.blog-list-item .blog-list-excerpt {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 15px;
	height: 140px;
}

.blog-list-item .blog-list-excerpt h5 {
	margin: 0;
	padding: 8px 0 0 0;
	line-height: 1.1em;
}

.blog-list-item .blog-list-excerpt p {
	font-size: 13px;
	height: 50px;
	margin: 10px 0;
	overflow: hidden;
}

.date,
.blog-category {
	color: #43DBD1;
	font-size: 10px;
	font-family: lato;
	text-transform: uppercase;
}

.blog-category {
	margin-left: 15px;
}

.blog-category:before {
	content: "|";
	margin-right: 15px;
}

#doggy-loader {
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
}

.resource-list {
	margin: 40px 20px 20px;
}

.resource-list-item {
	margin: 20px 0 20px 20px;
	padding: 30px 0 5px 0;
	border-bottom: 1px solid #DFDDDC;
}

.resource-list-item h5 {
	margin: 0;
	padding: 0 0 10px 0;
}

.resource-list-item p {
	padding: 0 0 10px 0;
	margin: 0;
}

.search-list {
	margin: 40px 18px 20px;
}

.search-list .display {
	font-style: italic;
	margin: 0;
	padding: 0;
}

.search-list-item {
	margin: 20px 0 20px 20px;
	padding: 30px 0 5px 0;
}

.search-list-item:hover .search-list-excerpt {
	border: 1px solid #f0c7ae;
}

.search-list-item .search-list-excerpt {
	border: 1px solid #ECECEC;
	box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
	background: #ffffff;
	padding: 15px;
}

.search-list-item h5 {
	margin: 0;
	padding: 0 0 10px 0;
}

.search-list-item p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 13px;
}

.search-site {
	margin-top: 60px;
}

.search-site .search-field-input {
	outline: 0;
	padding: 15px;
	border: 1px solid #fafafa;
	border-right: none;
	width: 85%;
	margin-right: -40px;
	color: #574C46;
}

.search-site .search-field-input::-webkit-input-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.search-site .search-field-input:-moz-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.search-site .search-field-input::-moz-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.search-site .search-field-input:-ms-input-placeholder {
	color: #e6e6e6;
	font-style: italic;
	font-size: 14px;
}

.search-site button {
	background: #D76D2E;
	border: none;
	color: #ffffff;
	padding: 8px 15px 14px 15px;
	font-size: 24px;
	border-radius: 0 3px 3px 0;
	margin-right: 5px;
	outline: 0;
}

.search-site button .icon {
	position: relative;
	top: 5px;
}

.search-site button:focus {
	outline: none;
}

.search-site button:hover {
	transition: all 250ms ease-in-out;
	background-color: #c66126;
}

.mp-menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 10000;
	top: 70px;
	right: 0;
	min-height: 100%;
	width: 280px;
	overflow: hidden;
	background-color: #ffffff;
	
	-moz-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

@media only screen and (min-width: only screen) {
	.mp-menu {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.mp-menu {
		display: none;
	}
}

.mp-menu.on {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-menu .mp-level {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 280px;
	background-color: #ffffff;
	min-height: 100%;
	border-left: 1px solid #DFDDDC;
}

.mp-menu .mp-level .mp-level {
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	width: 240px;
	-moz-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mp-menu .mp-level .mp-level.mp-level-open {
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-menu .mp-level ul {
	margin: 0;
	padding: 0;
}

.mp-menu .mp-level ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp-menu .mp-level ul li a {
	position: relative;
	color: #D76D2E;
	text-decoration: none;
	display: block;
	padding: 1.25em 1.5625em 0.9375em 1.5625em;
	line-height: 1.3em;
	font-size: 0.875em;
	
	font-weight: 400;
}

.mp-menu .mp-level ul li a.mp-has-children:before {
	font-family: 'ph-icons';
	content: "\e610";
	position: absolute;
	top: 38%;
	right: 20px;
	font-size: 1.125em;
	color: #D76D2E;
}

.mp-menu .mp-level ul li a:hover {
	background-color: white;
}

.mp-menu .mp-level ul li a.mp-back {
	background-color: #43DBD1;
	padding: 0.9375em 1.875em 0.9375em 1.25em;
	font-size: 0.625em;
	color: #ffffff;
	text-transform: uppercase;
}

.mp-menu .mp-level ul li a.mp-back .icon {
	position: relative;
	top: 1px;
	font-size: 1em;
	line-height: 0.625em;
	margin-right: 0.3125em;
}

.mp-menu .mp-level ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border-bottom: 1px solid #F2F2F2;
}

.mp-menu .mp-level ul li h2 a {
	color: #D76D2E;
	font-size: 1.125em;
	font-weight: 500;
	padding: 1.25em 1.25em;
}

.mp-menu .mp-level ul li h2 a:hover {
	background-color: inherit;
}

.mp-menu .mp-level .navbar-buttons {
	font-size: 16px;
	line-height: 25px;
	
	font-weight: 700;
	margin: 50px 0 0 0;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 100%;
	padding: 0;
}

.mp-menu .mp-level .navbar-buttons li {
	margin: 0px 25px 0 -7px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.mp-menu .mp-level .navbar-buttons .btn {
	padding: 8px 16px;
}

.mp-menu .mp-level .navbar-buttons .btn:hover {
	background-color: #c66126;
}

.mp-menu .mp-level .navbar-buttons .btn--search {
	font-size: 18px;
}

.mp-menu .mp-level:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: whitesmoke;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 300ms linear, visibility 300ms linear;
	-o-transition: opacity 300ms linear, visibility 300ms linear;
	-webkit-transition: opacity 300ms linear, visibility 300ms linear;
	transition: opacity 300ms linear, visibility 300ms linear;
}

.mp-menu>.mp-level>ul>li>a {
	color: #D76D2E;
	font-size: 1.125em;
	font-weight: 500;
}

.mp-menu>.mp-level>ul>li>a:hover {
	color: #c66126;
}

.mp-menu .mp-level-overlay {
	width: 280px !important;
}

.mp-menu .mp-level-overlay:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.mobile-nav {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 5em;
	color: #ffffff;
}

@media only screen and (min-width: only screen) {
	.mobile-nav {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-nav {
		display: none;
	}
}

.mobile-nav .text {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	display: block;
	
	position: absolute;
	top: 15px;
	right: 12px;
}

.mobile-nav #mobileNavBtn {
	text-decoration: none;
	color: #ffffff;
	position: absolute;
	top: 3px;
	right: 42px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.mobile-nav #mobileNavBtn .bar-wrapper {
	position: absolute;
	top: 13px;
	left: 0;
	width: 25px;
	height: 30px;
}

.mobile-nav #mobileNavBtn .bar-wrapper .bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	display: block;
	position: absolute;
}

.mobile-nav #mobileNavBtn .bar-wrapper .bar-1 {
	top: 0px;
}

.mobile-nav #mobileNavBtn .bar-wrapper .bar-2 {
	top: 7px;
}

.mobile-nav #mobileNavBtn .bar-wrapper .bar-3 {
	top: 14px;
}

.mobile-nav #mobileNavLogo {
	display: inline-block;
	border: none;
	outline: 0;
	padding: 00px 30px;
}

.mobile-nav #mobileNavLogo img {
	position: relative;
	z-index: 3;
	width: 65px;
}

.mobile-nav #mobileNavLogo .logo-circle {
	height: 75px;
	width: 140px;
	left: -10px;
	top: 10px;
	position: absolute;
	z-index: 2;
}

.on .mobile-nav #mobileNavBtn {
	right: 35px;
}

.secondary-header-img {
	width: 100%;
	height: 555px;
	position: absolute;
	overflow: hidden;
	z-index: -10;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.donation-video {
		display: none;
	}
	.donate-header {
		background-image: url(../img/donor-video.jpg);
		background-size: 1440px 480px;
		background-repeat: no-repeat;
		background-position: top center;
	}
}

@media only screen and (min-width: 768px) {
	.intro-small {
		display: none;
	}
	.donation-static {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
	.intro-small {
		display: none;
	}
	.navbar-links-primary {
		float: none;
		font-size: 15px;
	}
	.navbar-links-primary a {
		padding: 40px 8px;
	}
	.navbar-buttons li {
		margin: 0 0 0 8px;
	}
	.navbar-buttons .btn--search {
		margin: 0;
	}
	.navbar-buttons .btn {
		padding: 6px 9px;
	}
	.intro {
		padding: 90px 25px 105px 25px;
	}
	.hero-grid-img--one {
		width: 300px;
		height: 240px;
		right: 0;
		top: 60px;
	}
	.hero-grid-img--two {
		width: 100px;
		height: 100px;
		right: 305px;
		top: 90px;
	}
	.hero-grid-img--three {
		width: 59px;
		height: 59px;
		right: 410px;
		top: 130px;
	}
	.hero-grid-img--four {
		width: 164px;
		height: 164px;
		right: 305px;
		top: 195px;
	}
	.hero-grid-img--five {
		width: 110px;
		height: 110px;
		right: 306px;
		top: 364px;
	}
	.hero-grid-img--six {
		width: 162px;
		height: 218px;
		right: 138px;
		top: 305px;
	}
	.hero-grid-img--seven {
		width: 132px;
		height: 249px;
		right: 0;
		top: 305px;
	}
	.hero-grid-small-img--eight,
	.hero-grid-small-img--nine,
	.hero-grid-small-img--ten {
		display: none;
	}
	.donor-resources {
		margin-top: 0;
	}
	.donor-resources-feature--2up {
		width: 290px;
	}
	.newsletter .icon-flickr,
	.newsletter .icon-facebook,
	.newsletter .icon-twitter,
	.newsletter .icon-youtube {
		font-size: .8em;
	}
	footer .newsletter ul li {
		padding-right: 5px;
	}
}

@media only screen and (min-width: 959px) {
	.show-small {
		display: none !important;
	}
	.intro-small {
		display: none;
	}
	.donation-static {
		display: none;
	}
}

@media only screen and (min-width: 995px) {
	.show-small {
		display: none !important;
	}
	.intro-small {
		display: none;
	}
	.donation-static {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.map-filters {
    padding: 0;
}
.ast-container{
    padding-left: 0;
    padding-right: 0;
}
	body {
		padding-top: 0px;
	}
	.small-text-center {
		text-align: center !important;
	}
	.small-text-left {
		text-align: center !important;
	}
	.small-text-right {
		text-align: center !important;
	}
	.hide-small,
	.navbar-links-primary li:hover ul {
		display: none !important;
	}
	.table,
	.table-row,
	.table-col {
		display: inherit;
	}
	.navbar {
		height: 70px;
	}
	.content {
		margin: 200px 0 40px;
	}
	footer {
		text-align: center;
	}
	footer .footer-contact {
		font-size: 14px;
		line-height: 1.4em;
	}
	footer .btn--donate {
		text-align: center;
	}
	footer hr {
		margin: 40px 0;
	}
	footer .phone {
		display: inline-block;
	}
	.intro {
		padding: 80px 0px 0px;
		text-align: center;
	}
	.intro h2.search {
		font-size: 22px;
	}
	.intro .search-field-input-wrap {
		margin: 0 20px;
	}
	.intro .search-field {
		width: 100%;
	}
	.donor-resources {
		margin-top: 20px;
	}
	.donor-resources h2 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.donor-resources p {
		font-size: 14px;
	}
	.donor-resources-feature--2up,
	.donor-resources-feature--3up {
		width: 100%;
		margin: 20px auto;
	}
	.donor-resources-feature--2up img,
	.donor-resources-feature--3up img {
		width: 100%;
	}
	.donor-resources-feature--3up {
		min-height: 390px;
	}
	.feed {
		margin-top: 25px;
	}
	.news {
		text-align: center;
		margin-bottom: 35px;
	}
	.recentPost {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
	.recentPost .recentPost-content {
		background: none;
		box-shadow: none;
		border: none;
	}
	.recentPost .recentPost-date {
		padding-bottom: 5px;
	}
	.testimonial {
		width: 100%;
	}
	.testimonial .btn--orange {
		width: 100%;
		position: absolute;
		left: 0;
		text-align: center;
	}
	.testimonial-img {
		width: 100%;
	}
	.flex-control-nav,
	.flex-direction-nav {
		display: none;
	}
	.sidebar {
		margin: 30px 0 0 0;
	}
	.stat-grid {
		margin: 30px 0 0 0;
		padding: 20px;
	}
	.stat-grid h2 {
		font-size: 22px;
		line-height: 1.4em;
		padding-bottom: 15px;
	}
	.stat-grid hr {
		display: none;
	}
	.stat-grid-item {
		min-height: 338px;
		margin: 0;
		padding: 0px 5px;
	}
	.stat-grid-img {
		background: center bottom no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: center;
		margin: 9px 5px;
		width: 100%;
		padding: 25px 20px;
	}
	.stat-grid .icon {
		font-size: 3em;
		color: #ffffff;
	}
	.stat-grid-variable h3 {
		font-size: 18px;
	}
	.stat-grid-variable p {
		font-size: 14px;
	}
	.stat-grid-img--one {
		height: 195px;
		margin: 0 0 8px 0;
	}
	.stat-grid-img--two {
		height: 128px;
		margin: 0;
	}
	.stat-grid-img--three {
		height: 120px;
		margin: 0 0 8px 0;
	}
	.stat-grid-img--four {
		height: 202px;
		margin: 0;
	}
	.stat-grid-img--five {
		height: 218px;
		margin: 0 0 8px 0;
	}
	.stat-grid-img--six {
		height: 105px;
		margin: 0;
	}
	.stat-grid-img--seven {
		height: 117px;
		margin: 0 0 8px 0;
	}
	.stat-grid-img--eight {
		height: 206px;
		margin: 0;
	}
	.donationModalDialog>div {
		width: 80%;
		padding: 40px 50px;
	}
	.donate-video-text {
		top: 100px;
		margin: 0 auto;
	}
	.donate-video-text h1 {
		font-size: 22px;
		padding: 0 20px;
	}
	.donate-video-text hr {
		display: none;
	}
	.donate-video-text p {
		padding: 0 50px;
		font-size: 14px;
	}
	.donation-static {
		height: 350px;
		width: 100%;
		overflow: hidden;
		z-index: 1;
		display: block;
		position: relative;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.donation-static img {
		bottom: 0px;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.tabs {
		margin: 30px 0 0 0;
		-ms-overflow-style: none;
		overflow: auto;
		height: 330px;
	}
	.tabs-nav a {
		font-size: 15px;
	}
	.tabs-nav li {
		margin: 0px 2px;
		width: 50px;
		cursor: pointer;
		background-color: #D76D2E;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		
		border-radius: 3px;
		text-align: center;
		padding: 10px 0;
	}
	.tabs-content {
		overflow-x: hidden;
		overflow-y: auto;
	}
	.tabs-content-text p {
		
		font-size: 20px;
		padding: 0 15px;
	}
	.donation-form .column-two,
	.donation-form .column-one {
		padding: 0px 15px;
	}
	.donation-form .textfield {
		width: 100%;
	}
	.donation-form .state-zip li:first-child {
		width: 67%;
		margin-right: 5px;
	}
	.donation-form .state-zip li:last-child {
		width: 29%;
	}
	.donor-resources--secondary {
		margin-top: 40px;
	}
	.donor-resources--secondary h2 {
		font-size: 28px;
		line-height: 1.3em;
	}
	.donor-resources--secondary .hr {
		display: none;
	}
	.donation-form-hr {
		display: none;
	}
	.donate-additional-methods {
		margin-top: 30px;
	}
	.blog-list {
		margin: 10px;
	}
	.blog-list-item {
		padding: 10px 0;
	}
	.blog-list-item img {
		display: none;
	}
	.blog-list-item .blog-list-excerpt {
		border: 1px solid #ECECEC;
		box-shadow: inset 0px 0px 25px 3px rgba(247, 244, 243, 0.76);
		background: #ffffff;
		padding: 15px;
		height: 155px;
	}
	.search-site {
		margin-top: 105px;
	}
	.location-detail {
		padding-bottom: 20px;
	}
}

#map, .list-wrapper {
	height:600px !important;
}

.filter-checkbox img {
    width: 16px;
    right: 12px;
    margin-top: -32.8px;
    z-index: 9;
    position: relative;
    float: right;
}

.filter-checkbox-4.checked {
    padding-right: 40px;
	padding-left:20px;
}

.filter-checkbox-1.checked {
    padding-right: 40px;
	padding-left:20px;
}

.filter-checkbox-2.checked {
    padding-right: 40px;
	padding-left:20px;
}

.filter-checkbox-3.checked {
    padding-right: 40px;
	padding-left:20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #574C46 !important;
  opacity: 1; /* Firefox */
	font-weight:500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #574C46 !important;
	font-weight:500;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #574C46 !important;
	font-weight:500;
}