/* Import Lightbox */
@import url('featherlight.css');
@import url('css/sp-portrait.css');
@import url('css/sp-landscape.css');
@import url('css/tablet-portrait.css');
@import url('css/tablet-landscape.css');


/* Global Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* font-family: 'Noto Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap');
/* font-family: 'Lora', serif; */

[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


/*
Theme Name: Adoption Connection PA
Theme URI: https://pacerstudios.com
Author: Pacer Studios
Author URI: https://pacerstudios.com
Description: This is the main theme for your site.
Version: 2.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: generic
*/



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

/* Globals */

html {
	scroll-behavior: smooth
}

#wpadminbar {
	z-index: 9999999;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #767676;
	line-height: normal;
	word-wrap: break-word;
	background: #ffffff;
    position: relative;
}

a {
	text-decoration-skip-ink: auto
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none
}

button {
	outline: 0
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type="search"] {
	-webkit-appearance: textfield
}

table {
	width: 100%;
	margin: 1.56 0;
	border-collapse: collapse;
	border-spacing: 0;
}

big {
	font-size: 120%
}

small,
sup,
sub {
	font-size: 80%
}

sup {
	vertical-align: super
}

sub {
	vertical-align: sub
}

dd {
	margin-left: 1.04vw;
}

kbd,
tt {
	font-family: courier;
	font-size: 0.62vw;
}

ins {
	text-decoration: underline
}

del,
strike,
s {
	text-decoration: line-through
}

dt {
	font-weight: bold
}

address,
cite,
var {
	font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	transition: all 0.1s ease
}

pre {
	overflow-x: auto;
	white-space: pre-wrap
}

pre,
code {
	font-family: 'courier new', courier, serif
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

blockquote p:first-of-type {
	margin-top: 0
}

input:focus,
textarea:focus {
	border-bottom: 1px solid #771011
}

a img,
input[type="image"],
iframe {
	border: 0
}

a img:hover,
a:focus img,
a svg:hover,
a:focus svg {
	opacity: 0.8
}

img,
video,
audio,
table,
select,
textarea {
	max-width: 100% !important;
	height: auto
}

.gform_body {
	color: #000 !important;
}

.post-edit-link {
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	background-color:#b8e356;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:.85vw;
	font-weight:bold;
	margin-top: 1vw;
	padding:.5vw 1.5vw;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}

.post-edit-link:hover {
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	background-color:#a5cc52;
}

.post-edit-link:active {
	position:relative;
	top:1px;
}


/* Workaround for clearing out DIVs that don't behave */
.cleardiv { clear:both; font-size:0px; line-height:0px; height:0; overflow:hidden; }

.clear {
	clear: both
}

.clear-left {
	clear: left
}

.clear-right {
	clear: right
}

.clear-float:after,
#header:after,
#container:after,
.boxes:after {
	display: table;
	content: '';
	clear: both
}

/*  Overrides */
#golfsponsor_table tr:nth-child(1) {
	background: #000;
	color: #ffffff;
}

#golfsponsor_table tr:nth-child(1) td {
	background: none !important;
	text-align: center;
	vertical-align: middle;
}

#golfsponsor_table tr td {
	border: 1px solid #000;
	padding: 1vw 1vw 0vw 0vw;
}

.purple_check {
	background: url(images/purple_check.png) center center no-repeat;
	background-size: 4vw auto;
}

.orange_check {
	background: url(images/orange_check.png) center center no-repeat;
	background-size: 4vw auto;
}

.blue_check {
	background: url(images/blue_check.png) center center no-repeat;
	background-size: 4vw auto;
}

.green_check {
	background: url(images/green_check.png) center center no-repeat;
	background-size: 4vw auto;
}

.tribe-events-single .tribe-events-event-image {
	display: none !important;
}

/* Desktop */
@media screen and (min-width: 1280px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: bold;
		color: #771011;
	}
	
	h1 {
		font-size: 1.82vw;
	}
	
	h2 {
		font-size: 1.56vw;
	}
	
	h3 {
		font-size: 1.30vw;
	}
	
	h4 {
		font-size: 1.04vw;
	}
	
	h5 {
		font-size: 0.96vw;
	}
	
	h6 {
		font-size: .9vw;
	}
	
	p {
		font-size: .9vw;
		margin: 1.56vw 0;
		color: #000000;
	}
	
	.page #content p,
	.single-post #content p {
		font-size: 0.94vw;
		line-height: 145%
	}
	
	* p:last-of-type,
	#sidebar .widget-container:last-child {
		margin-bottom: 0
	}

	a {
		color: #771011;
	}

	a:hover,
	a:focus {
		text-decoration: none
	}

	hr {
		height: 1px;
		border: 0;
		margin: 1.56vw 0;
		background: #ccc
	}

	blockquote {
		padding: 0.78vw;
		border-left: 0.21vw solid #ccc;
		margin: 1.56vw 0
	}

	.entry-content ul,
	.widget-container ul,
	.comment-body ul,
	.entry-content ol,
	.widget-container ol,
	.comment-body ol {
		margin: 1.56vw 0 1.56vw 3.12vw;
	}

	.entry-content ol,
	.widget-container ol,
	.comment-body ol {
		list-style: decimal outside;
		list-style-type: decimal-leading-zero;
		margin-left: 3.65vw
	}
	
	.entry-content ul li,
	.widget-container ul li,
	.comment-body ul li {
		list-style-type: '— '
	}
	
	.entry-content li,
	.widget-container li,
	.comment-body li {
		font-size: .9vw;
		line-height: 125%;
		margin: 1.04vw 0
	}

	input,
	textarea {
		font-size: 0.83vw;
		padding: 0.78vw;
		border: 0;
		border-bottom: 1px solid transparent;
		outline: 0;
		margin-top: 0.52vw;
		background: #f6f6f6;
	}

	input[type="submit"],
	button,
	.button {
		display: inline-block;
		font-size: 0.94vw;
		font-family: 'Noto Sans', sans-serif;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 0.78 1.30vw;
		border: 0;
		background: #771011;
		cursor: pointer
	}

	input[type="submit"]:hover,
	input[type="submit"]:focus,
	button:hover,
	button:focus,
	.button:hover,
	.button:focus {
		opacity: 0.8
	}

	.offset {
		padding-top: 5.21vw;
		margin-top: -5.21vw
	}
	
	.spacer {
		display: inline-block;
		width: 1.30vw;
	}
	
	.entry-title {
		color: #771011;
	}	

	.alignleft {
		margin: 0 1.56vw 1.56vw 0;
		float: left
	}

	.alignright {
		margin: 0 0 1.56vw 1.56vw;
		float: right
	}

	.aligncenter {
		display: block;
		margin: 1.56vw auto;
		clear: both
	}

	#wrapper {
		display: flex;
		flex-direction: column;
		max-width: 100%;
		min-height: 100vh;
		margin: 0 auto
	}
	
	#header {
		width: 100%;
		height: 11.87vw;
		background: #03bbbb;
	}

	#site-title h1,
	#site-title a {
		display: block;
		width: 35.83vw;
		height: 7.24vw;
		font-size: 2.08vw;
		font-weight: normal;
		color: #fff;
		text-decoration: none;
		margin-bottom: 0;
		position: absolute;
		top: 0vw;
		left: 0vw;
		z-index: 9999;
	}

	#site-description {
		position: absolute;
		top: 5vw;
		right: .4vw;
		color: rgb(119, 16, 17);
		font-weight: bold;
	}

	#menu {
		display: block;
		width: 70vw;
		height: 3.75vw;
		position: absolute;
		top: 0vw;
		right: 0vw;
		overflow: visible;
	}

	.menu-toggle {
		display: none;
	}

	.menu-main-menu-container {
		display: block;
		width: 60vw;
		height: 3.75vw;
		position: absolute;
		top: 0vw;
		right: 7vw;
		z-index: 999999;
	}

	#menu ul {
		list-style: none;
		text-align: center;
		margin-top: 1.3vw;
	}

	#menu ul li {
		display: inline-block;
		position: relative;
		height: 2.5vw;
	}

	#menu ul li a {
		display: block;
		width: 100%;
		font-size: .85vw;
		font-weight: 500;
		padding: 0vw 1.5vw;
		text-decoration: none;
		text-transform: uppercase;
		color: #ffffff;
		line-height: 2.5vw;
	}

	#menu ul li a:hover {
		color: #777777;
		background: #ffffff;
	}

	/* Second Level */
	#menu ul li ul {
		width: 15vw;
		height: auto;
		margin-top: -.1vw;
		background: #ffffff;
		position: absolute;
		top: 2.5vw;
		left: 0vw;
		display: none;
	}

	#menu ul li:hover ul {
		display: block;
	}

	#menu ul li ul li {
		display: table;
		width: 100%;
		min-height: 2.5vw;
		position: relative;
	}

	#menu ul li ul li.menu-item-has-children::after {
		display: block;
		width: 1.6vw;
		height: 2.5vw;
		line-height: 2.5vw;
		content: 'E';
		font-family: 'ElegantIcons';
		position: absolute;
		top: 0vw;
		right: 0vw;
	}

	#menu ul li ul li:hover::after {
		color: #ffffff !important;
	}

	#menu ul li ul li a {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		min-height: 2.5vw;
		color: #000000;
		line-height: 1vw !important;
		background: #ffffff;
		border: 1px solid #cccccc;
	}

	#menu ul li ul li a:hover {
		color: #ffffff;
		background: #777777;
	}

	/* Third Level */
	#menu ul li ul li ul {
		width: 15vw;
		height: auto;
		background: #ffffff;
		margin: 0vw !important;
		position: absolute;
		top: 0vw;
		left: 15vw;
		display: none !important;
	}

	#menu ul li ul li:hover ul {
		display: block !important;
	}

	.search_topnav .search-field {
		background: none !important;
	}
	
	#search {
		width: 1.77vw;
		height: 1.98vw;
		background: url(images/find-acpa.jpg) center center no-repeat;
		background-size: 0.885vw 0.885vw;
		position: absolute;
		top: 1.6vw;
		right: 10vw;
		z-index: 999999;
	}
	
	#search .search-field {
		width: 1.77vw;
		height: 1.77vw;
		color: #ffffff !important;
		padding: 0;
		border-color: transparent;
		margin-top: 0;
		background-color: #ffffff;
		cursor: pointer;
		position: absolute;
		right: 0vw;
	}

	.search-field {
		background: url(images/find.png) no-repeat 98% center / 1.25vw auto;
	}
	
	#search .search-field::placeholder {
		color: transparent !important;
	}
	
	#search .search-field:focus::placeholder {
		color:rgba(0, 0, 0, 0.5) !important;
	}
	
	#search .search-field:focus {
		width: 10.42vw;
		color:rgba(0, 0, 0, 0.5) !important;
		background: #fff !important;
		padding: 0vw .5vw;
		cursor: text;
	}

	.nav-links {
		margin-top: 1.56vw
	}
	
	.nav-links a,
	#nav-above a {
		text-decoration: none
	}
	
	#nav-above a {
		display: block;
		font-family: tahoma, sans-serif;
		font-size: 2.60vw;
		color: #767676;
		line-height: 0;
		margin: 1.56vw 0 0.78vw;
	}
	
	.nav-previous {
		text-align: left;
		float: left;
	}
	
	.nav-next {
		text-align: right;
		float: right;
	}
	
	#midline_white {
		width: 100%;
		height: 6.25vw;
		background: #ffffff;
		display: block;
		position: absolute;
		top: 3.75vw;
		left: 0vw;
	}
	
	#volunteer_menu {
		width: 27.60vw;
		height: 6.25vw;
		position: absolute;
		overflow: auto;
		right: 0vw;
		top: 0vw;
	}
	
	#volunteer_menu ul {
		list-style: none;
		text-align: center;
	}
	
	#volunteer_menu ul li {
		display: inline-block;
	}
	
	#volunteer_menu ul li a {
		display: block;
		color: #771011;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.04vw;
		padding: 3.49vw 2.08vw 0vw 2.08vw;
	}
	
	#volunteer_menu ul li a:hover {
		text-decoration: underline;
	}

	#logo {
		max-height: 100%
	}
	
	#container {
		width: 100%;
		height: auto;
		position: relative;
		flex: 1;
		background: #fff;
	}

	#content {
		width: 75%;
		padding-right: 5%;
		float: left
	}

	#content p.wp-block-cover-text {
		color: #fff
	}

	.wp-post-image {
		display: block;
		margin-bottom: 1.56vw;
	}
	
	.entry-attachment img {
		display: block;
		margin: 3.12vw auto 1.56vw;
	}
	
	.attachment .entry-caption {
		text-align: center
	}
	
	#sidebar {
		width: 25%;
		float: right
	}

	.widget-container .search-field {
		width: 100%
	}
	
	.error404 .entry-content .search-field,
	.search .entry-content .search-field {
		width: 10.42vw;
		margin-top: 1.56vw;
	}
	
	.error404 .entry-content .search-field,
	.search .entry-content .search-field,
	.widget-container .search-field {
		background-color: #f6f6f6
	}
	
	/* Home Page */
	#slider_homepage {
		display: block;
		width: 100%;
		height: 50.78vw;
		position: relative;
		overflow: hidden;
	}

	#homepage_sliderwrap {
		display: block;
		width: 100%;
		height: 50.78vw;
		position: relative;
	}

	.homeswipe-wrap {
		width: 100%;
		height:50.78vw;
		overflow: hidden;
		position: relative;
	}

	.homeswipe-wrap > div {
		float: left;
		width: 100%;
		min-height: 50.78vw;
		text-align: left;
		position: relative;
		background-color: #171717;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}

	.homeswipe-wrap > div img {
		width: auto;
		height:50.78vw;
		margin: 0 auto;
	}

	.slider_content {
		display: block;
		width: 50.83vw;
		height: auto;
		padding: 1.56vw;
		margin: 30.10vw auto 0 auto;
	}

	.slider_content h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 1.82vw;
		font-weight: bold;
		text-shadow: 3px 3px 5px #000000;
		color: #ffffff;
		margin-bottom: 0vw;
	}

	.slider_content h2 {
		font-size: 1.25vw;
		font-weight: bold !important;
		color: #ffffff!important;
		text-shadow: 3px 3px 5px #000000;
		margin: 0 !important;
	}

	.slider_content h2 em {
		font-family: 'Lora', serif;
		font-style: italic;
	}

	.slider_content p {
		color: #ffffff;
		line-height: 1.1vw;
		margin-bottom: 1vw;
	}

	.slider_content a {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}

	.large_content {
		width: 50.83vw !important;
		height: auto;
		padding: 1.56vw;
		margin: 10.10vw auto 0 auto;
	}

	.large_content img {
		width: unset !important;
		height: unset !important;
	}

	#arrow_prevhome {
		width: 4.37vw;
		height: 7.60vw;
		background: rgba(3, 187, 187, .7);
		background-size: 1.35vw auto;
		position: absolute;
		z-index: 999;
		top: 19vw;
		left: 0vw;
		cursor: pointer;
	}

	.prevhome {
		display: block;
		width: 4.37vw;
		height: 7.60vw;
		background: url(images/slider_arrowleft.png) center center no-repeat;
		background-size: 1.35vw;
	}

	#arrow_nexthome {
		width: 4.37vw;
		height: 7.60vw;
		background: rgba(3, 187, 187, .7);
		background-size: 1.35vw auto;
		position: absolute;
		z-index: 999;
		top: 19vw;
		right: 0vw;
		cursor: pointer;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.nexthome {
		display: block;
		width: 4.37vw;
		height: 7.60vw;
		background: url(images/slider_arrowright.png) center center no-repeat;
		background-size: 1.35vw;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	#homeindex_content {
		display: block;
		width:100%;
		height: 40.94vw;
		position: relative;
	}

	#homeindex_content .entry-content {
		display: block;
		width:100%;
		height: 40.94vw;
		position: relative;
		overflow: auto;
		background-size: cover !important;
	}

	#homeindex_focusareas {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}

	.focusareas_home {
		display: inline-block;
		vertical-align: middle;
		width: 23vw;
		height: 14.95vw;
		position: relative;
		text-align: center;
	}

	.inner_cell {
		display: table-cell;
		vertical-align: middle;
		width: 23vw;
		height: 14.95vw;
	}

	.inner_cell a {
		color: #ffffff !important;
		font-weight: bold;
		text-decoration: none;
	}

	.inner_cell a:hover {
		text-decoration: underline;
	}

	.link_arrow {
		display: inline-block;
		transform: rotate(90deg) !important;
		color: #ffffff;
	}

	.focusareas_home h2 {
		color: #ffffff;
		margin: 0vw;
	}

	.focusareas_home p {
		color: #ffffff;
	}

	.foster_care {
		background: #03bbbb;	
		margin: 1.04vw;
	}

	.therapeutic_foster_care {
		background: #b98613;	
		margin: 1.04vw 1.04vw 1.04vw 0vw;
	}

	.looking_to_adopt {
		background: #0944ba;
		margin: 1.04vw 1.04vw 1.04vw 0vw;
	}

	.im_pregnant {
		background: #771011;
		margin: 1.04vw 1.04vw 1.04vw 0vw;
	}

	.homeindex_contentinner {
		display: block;
		width:43.96vw;
		height: auto;
		position: absolute;
		left:50%;
		top:7vw;
	}

	.homeindex_contentinner h2 {
		font-size: 1.82vw;
		color: #771011;
	}

	.homeindex_contentinner p {
		font-size: 1.04vw;
		font-family: 'Lora', serif;
		font-style: italic;
		font-weight: 400;
		color: #000000;
	}

	.homeindex_contentinner a {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}

	.content_button {
		display: block;
		float: left;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}

	.content_button_nofloat {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}

	.topics_list li {
		list-style: none !important;
	}

	.topics_list li a {
		font-size: 1.2vw;
		font-weight: bold;
		line-height: 2.2vw;
		text-decoration: none;
	}

	.topics_list li a:hover {
		text-decoration: underline;
	}

	#homeindex_whatsnew {
		display: block;
		width: 100%;
		height: auto;
		padding: 4.69vw;
	}

	#homeindex_whatsnew h1 {
		font-size: 2.08vw;
		color: #000;
		text-align: center;
		margin-bottom: .8vw;
	}

	#whatsnew_menu {
		list-style: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 3vw;
	}

	#whatsnew_menu li {
		display: inline;
	}

	#whatsnew_menu a {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.41vw;
		color: #03bbbb;
		margin: 0vw 1vw;
	}

	#events_listing {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}

	.event_item {
		width: 17.92vw;
		height: auto;
		margin: 0vw 1.74vw;
		display: inline-block;
		text-align: left !important;
		vertical-align: top;
		position: relative;
	}

	.eventimg_wrapper {
		width: 17.92vw;
		height: 11.2vw;
		position: relative;
		overflow: hidden;
	}

	.eventimg_wrapper img {
		object-fit: cover !important;
	}

	.listevent_title {
		font-size: 1.09vw;
		color: #000;
		margin-bottom: 0.94vw;
	}

	.listevent_excerpt p {
		font-size: 0.78vw;
		font-style: italic !important;
		margin-top: 0vw !important;
		margin-bottom: 1.41vw !important;
	}

	.listevent_date {
		font-size: 0.83vw;
		color: #03bbbb;
		margin-top: 0vw !important;
		margin-bottom: 1.15vw !important;
		text-transform: uppercase !important;
		padding-left: 2vw;
		background: url('images/calendar_icon.jpg') top left no-repeat;
		background-size: 1.30vw 1.30vw;
	}

	.listevent_time {
		font-size: 0.83vw;
		color: #03bbbb;
		margin-top: 0vw !important;
		margin-bottom: 1.15vw !important;
		padding-left: 2vw;
		background: url('images/time_icon.jpg') top left no-repeat;
		background-size: 1.30vw 1.30vw;
	}

	.listevent_address {
		font-size: 0.83vw;
		line-height: 1vw;
		color: #03bbbb;
		text-transform: uppercase !important;
		margin-top: 0vw !important;
		margin-bottom: 1.15vw !important;
		padding-left: 2vw;
		background: url('images/address_icon.jpg') top left no-repeat;
		background-size: 1.30vw 1.30vw;
	}

	.tribe-events .tribe-events-c-search__button {
		background-color: #03bbbb !important;
		color: #ffffff !important;
	}

	#homeindex_givesback {
		display: block;
		width: 100%;
		height: 30vw;
	}

	.givesback_inner {
		width: 100%;
		height: 30vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover !important;
	}

	.givesback_innercontent {
		width: 57.29vw;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.givesback_innercontent h2 {
		color: #03bbbb;
		font-weight: 600 !important;
		text-transform: uppercase;
		text-shadow: 3px 3px 5px #000000;
		letter-spacing: .5vw;
	}

	.givesback_innercontent p {
		font-weight: 600 !important;
		color: #ffffff;
	}

	.givesback_innercontent a {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}

	#homeindex_communitycloset {
		display: block;
		width: 100%;
		height: 43.54vw;
	}

	.communitycloset_inner {
		display: block;
		width: 100%;
		height: 43.54vw;
		padding: 6vw 14.69vw 0vw 14.69vw;
		background-size: cover !important;
		overflow: hidden;
		position: relative;
	}

	.communitycloset_innercontent {
		width: 41.41vw;
		height: auto;
	}

	.communitycloset_innercontent img {
		width: 25.52vw;
		height: 14.01vw;
	}

	.communitycloset_innercontent h2 {
		padding-left: 6vw;
		margin-bottom: .5vw !important;
		margin-top: .5vw;
	}

	.communitycloset_innercontent p {
		padding-left: 6vw;
		color: #000000;
		margin-top: .5vw;
		margin-bottom: .5vw !important;
	}

	.communitycloset_innercontent ul {
		padding-left: 6vw;
		list-style-type: disc;
		margin-bottom: .5vw !important;
	}

	.communitycloset_innercontent li {
		color: #000000;
		margin-left: 1vw;
	}

	/* About Us - Meet The Team */
	#content_staffbio {
		display: block;
		width: 100%;
		height: auto;
		padding: 4.84vw;
		position: relative;
	}

	#staffbios_wrapper {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;	
	}

	.staff_bio {
		width: 16vw;
		height: 16vw;
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin: 0.47vw;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	.staff_bio a {
		width: 16vw;
		height: 16vw;
		display: inline-block;
		position: absolute;
		top: 0vw;
		left: 0vw;
		z-index: 99999;
	}

	.staff_bio h3 {
		color: #ffffff;
		font-size: 1.04vw;
		line-height: 1.04vw;
		text-shadow: 3px 3px 5px #000000;
		margin: 0vw !important;
		position: absolute;
		top: 12.5vw;
		left: 0.52vw;
	}

	.staff_bio h4 {
		color: #ffffff;
		font-size: 0.79vw;
		line-height: 0.89vw;
		text-shadow: 3px 3px 5px #000000;
		text-align: left;
		margin: 0vw !important;
		position: absolute;
		top: 13.7vw;
		left: 0.52vw;
	}

	.bio_content {
		display: none;
	}

	.bio_content h3 {
		font-size: 2vw;
		color: #771011;
		margin: 0vw !important;
	}

	.bio_content h4 {
		font-size: 1.5vw;
		margin: 0vw !important;
		color:#03bbbb;
	}

	.bio_content p {
		color: #000000;
	}

	.biocontent_image {
		width: 16vw;
		height: 16vw;
		float: left;
		margin-right: 2vw;
		margin-bottom: 0vw;
	}

	/* Content w/Tag */
	#content_svccontent {
		width: 100%;
		height: auto;
		padding: 2vw 19.37vw 5vw 19.37vw;
	}

	#content_svccontent hr {
		height: 0vw;
		border-bottom: 2px solid #771011;
	}

	#content_svccontent li {
		list-style-type: disc;
		color: #000000;
		font-family: 'Poppins', sans-serif;
	}

	/* Subpages */
	#maroon_headerband {
		display: block;
		width: 100%;
		height: 5.78vw;
		background: #771011;
		position: relative;
	}

	#maroon_headerband h1 {
		display: block;
		width: 100%;
		font-size: 1.82vw;
		text-align: center;
		line-height: 5.78vw;
		color: #ffffff;
	}

	.header_subpagesvc {
		display: block;
		width: 100%;
		padding-left: 15.42vw;
		height: 50.42vw;
		background-size: cover !important;
		position: relative;
		overflow: auto;
	}
	
	.subpagesvc_headinner {
		display: block;
		width: 29.16vw;
		height: auto;
		position: absolute;
		left: 15.42vw;
		top:0vw;
	}
	
	.header_subpagesvc h1 {
		display: block;
		width: 20.42vw;
		height: auto;
		margin: 11.56vw auto 0vw auto;
		background: #771011;
		color: #ffffff;
		font-size: 1.82vw;
		line-height: 2.82vw;
		font-weight: bold;
		text-align: center;
	}
	
	.page_tagline {
	}
	
	.page_tagline p {
		font-size: 1.35vw;
		font-weight: bold;
		color: #000000;
		text-align: center;
	}

	.entry-content {	
		min-height: 15vw;
	}

	.meta-sep {
		display: none;
	}
	
	#content_subpagesvc .entry-content {
		display: block;
		width: 100%;
		height: auto;
		padding: 5.47vw;
	}
	
	#content_subpagesvc .entry-content h2 {
		font-size: 2.03vw;
		color: #03bbbb;
	}
	
	#content_subpagesvc .entry-content p {
		font-size: 1.46vw;
		color: #000000;
	}
	
	#content_subpagesvc .entry-content a {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #03bbbb;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}
	
	#content_subpagesvc .entry-content table td a {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1vw;
		margin-right: .8vw;
		background: #771011;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		font-size: 1.25vw;
		font-weight: bold;
		color: #ffffff;
	}
	
	.checks {
		display: block;
		width: 30vw;
		margin: 0 auto !important;
	}
	
	.checks li {
		min-height: 2.08vw;
		line-height: 2.08vw;
		font-size: 1.04vw;
		font-family: 'Poppins', sans-serif;
		color: #000000;
		display: block;
		padding-left: 2.60vw;
		background: url('images/check_mark.jpg') top left no-repeat;
		text-align: left !important;
	}
	
	#content_subpagesvc .entry-content table td h3 {
		font-size: 2.14vw;
		color: #000000;
	}
	
	#midband_callout {
		display: block;
		width: 100%;
		height: auto;
		padding: 1.77vw;
		text-align: center;
		background: #771011;
		color: #ffffff;
		margin-bottom: 4.06vw;
	}
	
	#midband_callout h2 {
		color: #ffffff;
		display:inline-block;
		width: auto;
		font-size: 1.25vw;
		margin: 0vw auto 1.25vw auto !important;
		border-bottom: 2px solid #ffffff;
	}
	
	#midband_callout h3 {
		color: #ffffff;
		display:block;
		width: auto;
		font-size: 1.77vw;
		margin: 0vw auto .5vw auto !important;
	}
	
	#midband_callout p {
		color: #ffffff;
		margin: 0vw !important;
	}

	#midband_callout a {
		color: #ffffff;
		text-decoration: none;
	}

	#midband_callout a:hover {
		text-decoration: underline;
	}
	
	#featuredimg_lowerband {
		width: 100%;
		height: 35vw;
		max-height: 35vw;
		overflow: hidden;
		display: block;
		position: relative;
	}
	
	#featuredimg_lowerband img {
		width: 100%;
		height: auto;
		object-fit: cover;
		vertical-align: middle;
	}

	#news_subscribeband {
		display: block;
		width: 100%;
		height: auto;
		overflow: auto;
		background: #1c78b5;
	}

	#news_subscribeband h3 {
		color: #ffffff;
		line-height: 4vw;
		text-align: center;
	}
	
	#news_subscribeband .tnp-subscription {
		display: block;
		width: 20vw;
		padding-bottom: 1vw;
		max-width: 100% !important;
		height: auto;
		margin: 0vw auto !important;
	}

	#news_subscribeband form {
		margin: 0 auto;
	}

	#news_subscribeband label {
		display: inline-block;
		vertical-align: middle;
		color: #ffffff;
		line-height: 1.4vw;
	}

	#news_subscribeband label[for="tnp-1"] {
		display: none;
	}

	#news_subscribeband input {
		display: inline-block;
		vertical-align: middle;
	}

	#news_subscribeband .tnp-field-email {
		display: inline-block;
		vertical-align: middle;
		width: 20vw;
	}

	#news_subscribeband .tnp-field-checkbox {
		display: inline-block;
		vertical-align: middle;
	}

	#news_subscribeband .tnp-field-checkbox input {
		margin-top: 0vw !important;
		margin-right: .5vw !important;
	}

	#news_subscribeband .tnp-field-button {
		display: inline-block;
		vertical-align: middle;
		margin-left: 4vw;
	}

	#news_subscribeband .tnp-field-button input {
		padding: .9vw 1.25vw;
		text-transform: uppercase;
		font-weight: 600;
	}
	

	/* Misc. */
	.cat-links {
		display: none;
	}

	.single h1.entry-title a {
		color: #767676;
		text-decoration: none
	}
	
	h2.entry-title,
	h3.widget-title {
		margin-top: 0
	}
	
	#commentform label {
		display: block
	}
	
	#commentform #comment {
		width: 100%;
		max-width: 20.83vw !important;
		height: auto
	}
	
	#comments .comment-author {
		line-height: 0.73vw;
	}
	
	#comments .comment-author img {
		margin-right: 0.26vw;
		float: left
	}
	
	#comments .comment {
		margin: 1.04vw 0.52vw;
	}
	
	#comments .comment-body {
		padding: 0.78vw;
	}
	
	#comments .odd>.comment-body {
		background: #f6f6f6
	}
	
	#comments .comment-body>p {
		font-size: 0.83vw;
		margin: 0.78vw 0 0
	}

	.entry-meta,
	.entry-footer,
	.archive-meta {
		margin: 1.56vw 0
	}

	.entry-footer {
		clear: both
	}

	.entry-meta,
	.entry-meta a,
	.entry-footer,
	.entry-footer a,
	.comment-meta,
	.comment-meta a,
	.comment-author,
	.comment-author a {
		font-size: 0.73vw;
		color: #767676
	}

	.sticky {
		padding-bottom: 3.12vw;
		border-bottom: 0.21vw solid #ccc;
	}

	.bypostauthor {}

	.post,
	.widget-container,
	.search article {
		margin-bottom: 3.12vw;
	}

	.post:last-of-type {
		margin-bottom: 0
	}

	.wp-caption {
		width: auto !important
	}

	.wp-caption.aligncenter,
	.wp-caption-text,
	.gallery-caption {
		text-align: center
	}

	.wp-block-gallery ul,
	.wp-block-gallery ul li,
	.wp-block-gallery ul li:before {
		content: '';
		margin: 0
	}

	.note {
		display: block;
		font-size: 0.73vw;
		padding: 1.04vw;
		margin: 1.56vw 0;
	}
	
	.blue,
	.blue *,
	.blue-dark,
	.blue-dark *,
	.green,
	.green *,
	.green-dark,
	.green-dark *,
	.orange,
	.orange *,
	.purple,
	.purple *,
	.red,
	.red *,
	.black,
	.black * {
		color: #fff
	}
	
	.white,
	.white *,
	.yellow,
	.yellow * {
		color: #000
	}
	
	.white {
		background-color: #fff !important
	}
	
	.blue {
		background-color: #007acc !important
	}
	
	.blue-dark {
		background-color: #1c78b5 !important
	}
	
	.green {
		background-color: #91da29 !important
	}
	
	.green-dark {
		background-color: #5d8c1a !important
	}
	
	.orange {
		background-color: #f98733 !important
	}
	
	.purple {
		background-color: #bb6cf8 !important
	}
	
	.red {
		background-color: #ef645d !important
	}
	
	.yellow {
		background-color: #f8f658 !important
	}
	
	.black {
		background-color: #4a4a45 !important
	}
	
	.lighter {
		background-color: rgba(255, 255, 255, 0.05)
	}
	
	.darker {
		background-color: rgba(0, 0, 0, 0.05)
	}
	
	.overlay:before {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(0, 0, 0, 0.5);
		z-index: 0
	}
	
	.layer {
		width: 100%;
		padding: 5%
	}
	
	.layer-inner {
		max-width: 800px;
		margin: 0 auto
	}
	
	.box,
	.box-2,
	.box-3,
	.box-4,
	.box-5,
	.box-6,
	.box-1-3,
	.box-2-3 {
		display: inline-block;
		width: 100%;
		padding: 5%;
		vertical-align: top;
	}
	
	.box-2 {
		width: 50%
	}
	
	.box-3,
	.box-1-3 {
		width: 33.3333333%
	}
	
	.box-4 {
		width: 25%
	}
	
	.box-5 {
		width: 20%
	}
	
	.box-6 {
		width: 16.6666667%
	}
	
	.box-2-3 {
		width: 66.6666666%
	}
	
	.left {
		text-align: left
	}
	
	.center {
		text-align: center
	}
	
	.right {
		text-align: right
	}
	
	.float-left {
		float: left
	}
	
	.float-right {
		float: right
	}

	/* Footer */
	#footer {
		display: block;
		width: 100%;
		height: 25.83vw;
		padding: 3.65vw 14.06vw;
		background: #03bbbb;
		clear: both;
	}
	
	.footer_column {
		width: 33%;
		height: auto;
		display: block;
		float: left;
		position: relative;
	}
	
	.footer_logo {
		width: 22.45vw;
		height: 4.64vw;
		background: url(images/footer_logo.png) center center no-repeat;
		background-size: contain;
	}
	
	.contact_infocol ul {
		margin-left: 2.6vw;
		margin-top: 1.3vw;
	}
	
	.contact_infocol ul li {
		list-style: none;
		color: #ffffff;
		vertical-align: top;
	}
	
	.address_icon:before {
		content: ' ';
		display: inline-block;
		vertical-align: top;
		width: 1.61vw;
		height: 2.29vw;
		margin-right: .5vw;
		background: url(images/address_icon.png) center center no-repeat;
		background-size: contain;
	}
	
	.address_icon {
		margin-bottom: .1vw;
	}
	
	.phone_icon:before {
		content: ' ';
		display: block;
		float: left;
		width: 1.61vw;
		height: 2.29vw;
		margin-right: .5vw;
		margin-bottom: 1vw;
		background: url(images/phone_icon.png) center center no-repeat;
		background-size: contain;
	}
	
	.phone_icon {
		margin-bottom: .8vw;
	}
	
	.email_icon:before {
		content: ' ';
		display: inline-block;
		vertical-align: top;
		width: 1.77vw;
		height: 1.25vw;
		margin-right: .4vw;
		background: url(images/email_icon.png) center center no-repeat;
		background-size: contain;
	}
	
	.email_icon {
		margin-bottom: 1vw;
	}
	
	#footer_menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 2.5vw 0vw 0vw 7vw;
	}
	
	#footer_menu ul li {
		list-style: none;
	}

	#footer_menu ul li a {
		color: #ffffff;
		text-decoration: none;
		line-height: 2.3vw;
	}
	
	#footer_menu ul li a:hover {
		text-decoration: underline;
	}
	
	#socmedia_column {
		display: block;
		width: 100%;
		height: auto;
		padding: 2.8vw 0vw 0vw 5vw;
	}
	
	#socmedia_column p {
		color: #ffffff;
		margin: 0vw;
	}
	
	#maillist_column {
		display: block;
		width: 90%;
		height: auto;
		padding: 0vw 0vw 0vw 5vw;
	}
	
	#maillist_column p {
		color: #ffffff;
		margin: 0vw;
	}
	
	#maillist_column .tnp-email {
		color: #ffffff !important;
		border-top-left-radius: 1.5vw;
		border-bottom-left-radius: 1.5vw;
		border: 1px solid #000;
		padding-left: .5vw;
		background: #03bbbb;
	}
	
	#maillist_column .tnp-email::placeholder {
		font-family: 'Poppins', sans-serif;
		color: #ffffff;
	}
	
	#maillist_column .tnp-submit {
		font-family: 'Poppins', sans-serif;
		border-top-right-radius: 1.5vw;
		border-bottom-right-radius: 1.5vw;
		border: 1px solid #000;
		color: #ffffff;
	}
	
	#footer_sitemapmenu {
		display: block;
		width: 100%;
		height: auto;
		padding: 1.5vw 0vw 0vw 5.7vw;	
	}

	#footer_sitemapmenu ul li {
		list-style: none;
	}
	
	#footer_sitemapmenu a {
		font-size: .7vw;
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer_sitemapmenu a:hover {
		text-decoration: underline;
	}
	
	#branding {
		width: 35.83vw;
		height: 7.24vw;
		background: url(images/logo_top_trimmed.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 2.4vw;
		left: 3.02vw;
	}
	
	#copyright {
		font-size: 0.6vw;
		color: #fff;
		text-align: left !important;
		text-decoration: none;
		padding-left: 4.8vw;
	}	
	
	#copyright a {
		font-size: 0.6vw;
		color: #fff;
		text-align: left !important;
		text-decoration: none;
	}
	
	#copyright a:hover {
		text-decoration: underline;
	}

/* END Desktop */
}

/* Print */
@media print {
	* {
		color: #000 !important;
		background: #fff !important
	}
	body {
		padding: 50px !important;
		margin: 0 !important
	}
	#content {
		display: block !important;
		padding: 0 !important;
		margin: 0 !important
	}
	#header,
	#sidebar,
	#footer,
	#comments,
	.entry-footer,
	.navigation,
	.share,
	.video-wrap,
	iframe,
	img {
		display: none !important
	}
}

/* Assist */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
	word-break: normal
}

.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #007acc;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap
}

.search-submit {
	display: none !important
}
	/* Funds For Finding Homes Campaign */
	#homeindex_fffh {
		display: block;
		width: 100%;
		height: 30vw;
	}

	.fffh_inner {
		width: 100%;
		height: 30vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background-size: cover !important;
		background-position: center center !important;
	}

	.fffh_innercontent {
		width: 57.29vw;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.fffh_innercontent h2 {
		color: #ffffff;
		font-weight: 700 !important;
		text-transform: uppercase;
		text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
		letter-spacing: .3vw;
		font-size: 2.2vw;
	}

	.fffh_innercontent p {
		font-weight: 600 !important;
		color: #ffffff;
		text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
		font-size: 1.1vw;
		line-height: 1.6;
	}

	.fffh_button {
		display: inline-block;
		height: 2.34vw;
		line-height: 2.34vw;
		padding: 0vw 1.5vw;
		background: #c0392b;
		border-radius: 2.34vw;
		text-decoration: none;
		font-family: 'Poppins', sans-serif !important;
		font-style: normal !important;
		color: #ffffff !important;
		font-size: .85vw;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .1vw;
		transition: background 0.3s ease;
	}

	.fffh_button:hover {
		background: #e74c3c;
	}
