/*
Theme Name: The Homeless Simulator Application
Theme URI: https://www.company119.com/
Author: Company 119
Author URI: https://www.company119.com/
Description: The Homeless Simulator Application
Version: 2.1.0
*/

/*
 * BASE
 */
html {
	height: 100%;
	background-image: url("images/handmadepaper.png");
	background-repeat: repeat;
	background-color: #f7f5ee;
	background-blend-mode: multiply;
}

body,
html {
	scroll-behavior: smooth;
	font-size: 14px;
	color: #544e4c;
}

body {
	background-color: transparent;
}

body.admin-bar .site-header {
	padding-top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		padding-top: 46px;
	}
}

body.search-results {
	height: auto;
}

body.search-results:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
}

/*body.noscroll {
  overflow: hidden;
}*/

/*body.logged-in.admin-bar .site-header.sticky {
	top: 32px;
}

@media (max-width: 782px) {
	body.logged-in.admin-bar .site-header.sticky {
		top: 46px;
	}
	html #wpadminbar {
		position: fixed;
	}
}

.nav-menus-php #acf-image-crop-overlay {
	z-index: 9;
}

.site-header {
	background-color: #ffffff;
	z-index: 999999;
}*/

.txt_lt h1 {
	color: #ffffff;
}
.txt_lt h2 {
	color: #ffffff;
}
.h1-title.txt_lt h2 {
	color: #ffffff;
}
.txt_lt h3 {
	color: #ffffff;
}
.txt_lt .ctatag {
	color: #ffffff;
}

.txt_drk h1 {
	color: #544e4c;
}
.txt_drk h2 {
	color: #544e4c;
}
.h1-title.txt_drk h2 {
	color: #544e4c;
}
.txt_drk h3 {
	color: #544e4c;
}
.txt_drk .ctatag {
	color: #544e4c;
}

h1 {
	text-transform: none;
	font-size: 2rem;
	letter-spacing: 0.05rem;
	line-height: 1em;
}

h2 {
	text-transform: none;
	font-size: 2rem;
	letter-spacing: 0.05rem;
	line-height: 1em;
}

.h1-title h2 {
	text-transform: none;
	letter-spacing: 0.1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1em;
}
h3 {
	text-transform: none;
	letter-spacing: 0.1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1em;
}
.ctatag {
	font-size: 1rem;
	letter-spacing: 0.1rem;
	text-transform: none;
	line-height: 1.3em;
}
@media (min-width: 576px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
	.h1-title h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	.ctatag {
		font-size: 1rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
	}
	h1 em:after,
	h2 em:after {
		left: -3px;
		right: -3px;
		height: 0.85rem;
		bottom: 2px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
	}
	.h1-title h2 {
		font-size: 1.1rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	.ctatag {
		font-size: 1rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
	}
	h1 em:after,
	h2 em:after {
		left: -3px;
		right: -3px;
		height: 0.95rem;
		bottom: 2px;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 2.285rem;
	}
	h2 {
		font-size: 2.285rem;
	}
	.h1-title h2 {
		font-size: 1.65rem;
	}
	h3 {
		font-size: 1.65rem;
	}
	.ctatag {
		font-size: 1.15rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
	}
	h1 em:after,
	h2 em:after {
		left: -5px;
		right: -5px;
		height: 1.5rem;
		bottom: 4px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.285rem;
	}
	h2 {
		font-size: 2.285rem;
	}
	.h1-title h2 {
		font-size: 1.65rem;
	}
	h3 {
		font-size: 1.65rem;
	}
	.ctatag {
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
	}
	h1 em:after,
	h2 em:after {
		left: -5px;
		right: -5px;
		height: 1.5rem;
		bottom: 4px;
	}
}

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.padb-1 {
	padding-bottom: 1rem !important;
}
.padb-2 {
	padding-bottom: 2rem !important;
}
.padb-3 {
	padding-bottom: 3rem !important;
}
.padb-4 {
	padding-bottom: 4rem !important;
}
.padb-5 {
	padding-bottom: 5rem !important;
}

.padt-1 {
	padding-top: 1rem !important;
}
.padt-2 {
	padding-top: 2rem !important;
}
.padt-3 {
	padding-top: 3rem !important;
}
.padt-4 {
	padding-top: 4rem !important;
}
.padt-5 {
	padding-top: 5rem !important;
}

.mary-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.mary-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.mary-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mary-4 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.mary-5 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

@media (min-width: 576px) {
	.padb-1 {
		padding-bottom: 1.4rem !important;
	}
	.padb-2 {
		padding-bottom: 2.8rem !important;
	}
	.padb-3 {
		padding-bottom: 4.2rem !important;
	}
	.padb-4 {
		padding-bottom: 5.6rem !important;
	}
	.padb-5 {
		padding-bottom: 7rem !important;
	}

	.padt-1 {
		padding-top: 1.4rem !important;
	}
	.padt-2 {
		padding-top: 2.8rem !important;
	}
	.padt-3 {
		padding-top: 4.2rem !important;
	}
	.padt-4 {
		padding-top: 5.6rem !important;
	}
	.padt-5 {
		padding-top: 7rem !important;
	}

	.mary-1 {
		margin-top: 1.4rem !important;
		margin-bottom: 1.4rem !important;
	}
	.mary-2 {
		margin-top: 2.8rem !important;
		margin-bottom: 2.8rem !important;
	}
	.mary-3 {
		margin-top: 4.2rem !important;
		margin-bottom: 4.2rem !important;
	}
	.mary-4 {
		margin-top: 5.6rem !important;
		margin-bottom: 5.6rem !important;
	}
	.mary-5 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}
}

@media (min-width: 768px) {
	.padb-1 {
		padding-bottom: 1.9rem !important;
	}
	.padb-2 {
		padding-bottom: 3.8rem !important;
	}
	.padb-3 {
		padding-bottom: 5.7rem !important;
	}
	.padb-4 {
		padding-bottom: 7.6rem !important;
	}
	.padb-5 {
		padding-bottom: 9.5rem !important;
	}

	.padt-1 {
		padding-top: 1.9rem !important;
	}
	.padt-2 {
		padding-top: 3.8rem !important;
	}
	.padt-3 {
		padding-top: 5.7rem !important;
	}
	.padt-4 {
		padding-top: 7.6rem !important;
	}
	.padt-5 {
		padding-top: 9.5rem !important;
	}

	.mary-1 {
		margin-top: 1.9rem !important;
		margin-bottom: 1.9rem !important;
	}
	.mary-2 {
		margin-top: 3.8rem !important;
		margin-bottom: 3.8rem !important;
	}
	.mary-3 {
		margin-top: 5.7rem !important;
		margin-bottom: 5.7rem !important;
	}
	.mary-4 {
		margin-top: 7.6rem !important;
		margin-bottom: 7.6rem !important;
	}
	.mary-5 {
		margin-top: 9.5rem !important;
		margin-bottom: 9.5rem !important;
	}
}

@media (min-width: 992px) {
	.padb-1 {
		padding-bottom: 2.35rem !important;
	}
	.padb-2 {
		padding-bottom: 4.7rem !important;
	}
	.padb-3 {
		padding-bottom: 7.05rem !important;
	}
	.padb-4 {
		padding-bottom: 9.4rem !important;
	}
	.padb-5 {
		padding-bottom: 11.75rem !important;
	}

	.padt-1 {
		padding-top: 2.8rem !important;
	}
	.padt-2 {
		padding-top: 5.6rem !important;
	}
	.padt-3 {
		padding-top: 7.05rem !important;
	}
	.padt-4 {
		padding-top: 9.4rem !important;
	}
	.padt-5 {
		padding-top: 11.75rem !important;
	}

	.mary-1 {
		margin-top: 2.35rem !important;
		margin-bottom: 2.35rem !important;
	}
	.mary-2 {
		margin-top: 4.7rem !important;
		margin-bottom: 4.7rem !important;
	}
	.mary-3 {
		margin-top: 7.05rem !important;
		margin-bottom: 7.05rem !important;
	}
	.mary-4 {
		margin-top: 9.4rem !important;
		margin-bottom: 9.4rem !important;
	}
	.mary-5 {
		margin-top: 11.75rem !important;
		margin-bottom: 11.75rem !important;
	}
}

@media (min-width: 1200px) {
	.padb-1 {
		padding-bottom: 2.8rem !important;
	}
	.padb-2 {
		padding-bottom: 5.6rem !important;
	}
	.padb-3 {
		padding-bottom: 8.4rem !important;
	}
	.padb-4 {
		padding-bottom: 11.2rem !important;
	}
	.padb-5 {
		padding-bottom: 14rem !important;
	}

	.padt-1 {
		padding-top: 2.8rem !important;
	}
	.padt-2 {
		padding-top: 5.6rem !important;
	}
	.padt-3 {
		padding-top: 8.4rem !important;
	}
	.padt-4 {
		padding-top: 11.2rem !important;
	}
	.padt-5 {
		padding-top: 14rem !important;
	}

	.mary-1 {
		margin-top: 2.8rem !important;
		margin-bottom: 2.8rem !important;
	}
	.mary-2 {
		margin-top: 5.6rem !important;
		margin-bottom: 5.6rem !important;
	}
	.mary-3 {
		margin-top: 8.4rem !important;
		margin-bottom: 8.4rem !important;
	}
	.mary-4 {
		margin-top: 11.2rem !important;
		margin-bottom: 11.2rem !important;
	}
	.mary-5 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important;
	}
}

.filter_black:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	position: absolute;
	background: rgba(21, 21, 21, 0.6);
}
.filter_white:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
}

.video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.video-background {
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
}

.video-foreground,
.video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.primary_font {
	font-family: "Pangolin", sans-serif;
}

.secondary_font {
	font-family: "Work Sans", sans-serif;
}

a,
a:hover {
	color: #648d8d;
	text-decoration: underline;
	font-weight: bold;
}

.txt_lt a {
	color: #ffffff;
	text-decoration: underline;
}

.txt_drk a {
	color: #6f9b9b;
	text-decoration: underline;
}

.btn-default,
a.btn-default {
	font-family: "Pangolin", sans-serif;
	text-decoration: none;
	font-weight: 700;
	background-color: #6f9b9b;
	border-color: #6f9b9b;
	color: #ffffff;
	font-size: 1.285rem;
	line-height: 0.8em;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	border-radius: 0px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-default:hover,
a.btn-default:hover {
	background-color: #648d8d;
	border-color: #648d8d;
	color: #ffffff;
}

.btn-default:focus,
a.btn-default:focus,
.btn-default:active,
a.btn-default:active,
.btn-default:not(:disabled):not(.disabled):focus,
a.btn-default:not(:disabled):not(.disabled):focus,
.btn-default:not(:disabled):not(.disabled):active,
a.btn-default:not(:disabled):not(.disabled):active {
	background-color: #648d8d;
	border-color: #648d8d;
	color: #ffffff;
	box-shadow: 0 0 0 0.2rem rgb(111 155 155 / 50%);
}

.btn-default:last-child,
a.btn-default:last-child {
	margin-right: 0px;
}

.txt_lt .btn-default,
.txt_lt a.btn-default {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #6f9b9b;
}

.txt_lt .btn-default:hover,
.txt_lt a.btn-default:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #648d8d;
}

.txt_lt .btn-default:focus,
.txt_lt a.btn-default:focus,
.txt_lt .btn-default:active,
.txt_lt a.btn-default:active,
.txt_lt .btn-default:not(:disabled):not(.disabled):focus,
.txt_lt a.btn-default:not(:disabled):not(.disabled):focus,
.txt_lt .btn-default:not(:disabled):not(.disabled):active,
.txt_lt a.btn-default:not(:disabled):not(.disabled):active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #648d8d;
	box-shadow: 0 0 0 0.2rem rgb(116 116 116 / 50%);
}

.text-center .btn-default,
.text-center a.btn-default {
	margin-right: 0.5rem;
	margin: 0.5rem;
}

.text-center .btn-default:last-child,
.text-center a.btn-default:last-child {
	margin-right: 0.5rem;
}

@media (max-width: 575px) {
	.text-center .btn-default,
	.text-center a.btn-default {
		margin-right: 0px;
		margin: 0.5rem 0px 0.5rem 0px;
	}

	.text-center .btn-default:last-child,
	.text-center a.btn-default:last-child {
		margin-right: 0px;
	}
}

.btn-default:hover,
a.btn-default:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-block.btn-default,
a.btn-block.btn-default {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	margin: 0px;
}

.btn-primary,
a.btn-primary {
	font-family: "Pangolin", sans-serif;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	border-color: transparent;
	background-image: url("images/Green-Button-BG.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 1.285rem;
	line-height: 0.8em;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	border-radius: 0px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

.btn-primary:hover,
a.btn-primary:hover {
	background-color: transparent;
	border-color: transparent;
	outline: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
	opacity: 0.7;
}

.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):focus,
a.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active,
a.btn-primary:not(:disabled):not(.disabled):active {
	background-color: transparent;
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem rgb(111 155 155 / 0%);
	outline: none;
}

.btn-primary:last-child,
a.btn-primary:last-child {
	margin-right: 0px;
}

.txt_lt .btn-primary,
.txt_lt a.btn-primary {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #6f9b9b;
}

.txt_lt .btn-primary:hover,
.txt_lt a.btn-primary:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #648d8d;
}

.txt_lt .btn-primary:focus,
.txt_lt a.btn-primary:focus,
.txt_lt .btn-primary:active,
.txt_lt a.btn-primary:active,
.txt_lt .btn-primary:not(:disabled):not(.disabled):focus,
.txt_lt a.btn-primary:not(:disabled):not(.disabled):focus,
.txt_lt .btn-primary:not(:disabled):not(.disabled):active,
.txt_lt a.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #648d8d;
	box-shadow: 0 0 0 0.2rem rgb(206 96 38 / 50%);
}

.text-center .btn-primary,
.text-center a.btn-primary {
	margin-right: 0.5rem;
	margin: 0.5rem;
}

.text-center .btn-primary:last-child,
.text-center a.btn-primary:last-child {
	margin-right: 0.5rem;
}

@media (max-width: 575px) {
	.text-center .btn-primary,
	.text-center a.btn-primary {
		margin-right: 0px;
		margin: 0.5rem 0px 0.5rem 0px;
	}

	.text-center .btn-primary:last-child,
	.text-center a.btn-primary:last-child {
		margin-right: 0px;
	}
}

.btn-primary:hover,
a.btn-primary:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-block.btn-primary,
a.btn-block.btn-primary {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	margin: 0px;
}

.btn-secondary,
a.btn-secondary {
	font-family: "Pangolin", sans-serif;
	text-decoration: none;
	font-weight: 700;
	background-color: #544e4c;
	border-color: #544e4c;
	color: #ffffff;
	font-size: 1.285rem;
	line-height: 0.8em;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	border-radius: 0px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-secondary:hover,
a.btn-secondary:hover {
	background-color: #615b59;
	border-color: #615b59;
}

.btn-secondary:focus,
a.btn-secondary:focus,
.btn-secondary:active,
a.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):focus,
a.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):active,
a.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #615b59;
	border-color: #615b59;
	box-shadow: 0 0 0 0.2rem rgb(84 78 76 / 50%);
}

.btn-secondary:last-child,
a.btn-secondary:last-child {
	margin-right: 0px;
}

.txt_lt .btn-secondary,
.txt_lt a.btn-secondary {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #544e4c;
}

.txt_lt .btn-secondary:hover,
.txt_lt a.btn-secondary:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #615b59;
}

.txt_lt .btn-secondary:focus,
.txt_lt a.btn-secondary:focus,
.txt_lt .btn-secondary:active,
.txt_lt a.btn-secondary:active,
.txt_lt .btn-secondary:not(:disabled):not(.disabled):focus,
.txt_lt a.btn-secondary:not(:disabled):not(.disabled):focus,
.txt_lt .btn-secondary:not(:disabled):not(.disabled):active,
.txt_lt a.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #615b59;
	box-shadow: 0 0 0 0.2rem rgb(57 133 66 / 50%);
}

.text-center .btn-secondary,
.text-center a.btn-secondary {
	margin-right: 0.5rem;
	margin: 0.5rem;
}

.text-center .btn-secondary:last-child,
.text-center a.btn-secondary:last-child {
	margin-right: 0.5rem;
}

@media (max-width: 575px) {
	.text-center .btn-secondary,
	.text-center a.btn-secondary {
		margin-right: 0px;
		margin: 0.5rem 0px 0.5rem 0px;
	}

	.text-center .btn-secondary:last-child,
	.text-center a.btn-secondary:last-child {
		margin-right: 0px;
	}
}

.btn-secondary:hover,
a.btn-secondary:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-block.btn-secondary,
a.btn-block.btn-secondary {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	margin: 0px;
}

.btn-tertiary img,
a.btn-tertiary img {
	margin-top: -0.65rem;
	margin-bottom: -1rem;
}

.btn-tertiary,
a.btn-tertiary {
	font-family: "Pangolin", sans-serif;
	text-decoration: none;
	font-weight: 700;
	background-color: transparent;
	border-color: #4b4543;
	border-width: 2px;
	border-radius: 3px;
	color: #544e4c;
	font-size: 1.285rem;
	line-height: 1em;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 1rem;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-tertiary:hover,
a.btn-tertiary:hover {
	background-color: #544e4c;
	border-color: #4b4543;
	color: #ffffff;
}

.btn-tertiary.active,
a.btn-tertiary.active {
	background-color: #544e4c;
	border-color: #4b4543;
	color: #ffffff;
}

.btn-tertiary:focus,
a.btn-tertiary:focus,
.btn-tertiary:active,
a.btn-tertiary:active,
.btn-tertiary:not(:disabled):not(.disabled):focus,
a.btn-tertiary:not(:disabled):not(.disabled):focus,
.btn-tertiary:not(:disabled):not(.disabled):active,
a.btn-tertiary:not(:disabled):not(.disabled):active {
	background-color: #544e4c;
	border-color: #4b4543;
	color: #ffffff;
	box-shadow: 0 0 0 0 rgb(57 133 66 / 50%);
}

.btn-tertiary:last-child,
a.btn-tertiary:last-child {
	margin-right: 0px;
}

.txt_lt .btn-tertiary,
.txt_lt a.btn-tertiary {
	background-color: #ffffff;
	border-color: #4b4543;
	color: #544e4c;
}

.txt_lt .btn-tertiary:hover,
.txt_lt a.btn-tertiary:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #544e4c;
}

.txt_lt .btn-tertiary:focus,
.txt_lt a.btn-tertiary:focus,
.txt_lt .btn-tertiary:active,
.txt_lt a.btn-tertiary:active,
.txt_lt .btn-tertiary:not(:disabled):not(.disabled):focus,
.txt_lt a.btn-tertiary:not(:disabled):not(.disabled):focus,
.txt_lt .btn-tertiary:not(:disabled):not(.disabled):active,
.txt_lt a.btn-tertiary:not(:disabled):not(.disabled):active {
	background-color: #ffffff;
	border-color: #4b4543;
	color: #544e4c;
	box-shadow: 0 0 0 0.2rem rgb(57 133 66 / 50%);
}

.text-center .btn-tertiary,
.text-center a.btn-tertiary {
	margin-right: 0.5rem;
	margin: 0.5rem;
}

.text-center .btn-tertiary:last-child,
.text-center a.btn-tertiary:last-child {
	margin-right: 0.5rem;
}

@media (max-width: 575px) {
	.text-center .btn-tertiary,
	.text-center a.btn-tertiary {
		margin-right: 0px;
		margin: 0.5rem 0px 0.5rem 0px;
	}

	.text-center .btn-tertiary:last-child,
	.text-center a.btn-tertiary:last-child {
		margin-right: 0px;
	}
}

.btn-tertiary:hover,
a.btn-tertiary:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-block.btn-tertiary,
a.btn-block.btn-tertiary {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	margin: 0px;
}

@media (max-width: 575px) {
	.btn,
	a.btn {
		width: 100%;
		line-height: 1.3em;
		white-space: normal;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 767px) {
	.btn,
	a.btn {
		line-height: 1.3em;
		white-space: normal;
	}
}

body .gform_wrapper ul.gform_fields li.gfield.medium,
body .gform_wrapper ul.gform_fields li.gfield.medium.gfield_error.medium {
	width: 100% !important;
}

@media (max-width: 767px) {
	body .form-block .gform_wrapper ul.gform_fields li.gfield.medium,
	body .form-block .gform_wrapper ul.gform_fields li.gfield.medium.gfield_error.medium {
		width: 100% !important;
		display: block;
	}
}

.login-wrapper hgroup.login__title {
	max-width: 400px;
	margin: 0px auto;
}

.login-wrapper form#loginform {
	max-width: 400px;
	margin: 0px auto;
}

.login-wrapper form#loginform input[type="text"],
.login-wrapper form#loginform input[type="password"] {
	width: 100%;
}

.password-protected-divider hr {
	margin-top: 0px;
	border-top: 1px solid #959ca1;
}

.login-wrapper #loginform input[type="text"],
#loginform input[type="password"] {
	padding: 0.5rem 1rem !important;
	text-indent: 8px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 0px solid transparent;
	box-shadow: 0px 0px 0px transparent;
	border-radius: 0px;
}

.login-wrapper #loginform label {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.login-wrapper #loginform .login-remember label {
	text-transform: none;
	font-weight: 400;
}

.login-wrapper #loginform .login-remember label,
#loginform .login-remember input {
	cursor: pointer;
}

.login-wrapper #loginform #wp-submit {
	cursor: pointer;
	font-weight: 200;
	font-size: 0.85rem;
	line-height: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 0px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	margin: 0.5rem;
	margin-left: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.login-wrapper #loginform #wp-submit:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.user-signout-link a {
	text-transform: uppercase;
}

/*
 * SEARCH
 */

.search-divider hr {
	margin-top: 0px;
	border-top: 1px solid #959ca1;
}

.search_results .result-wrap .icon {
	font-size: 4rem;
}

.search_results .result-wrap .title h6 {
	font-weight: bold;
	font-size: 1.75rem;
	text-transform: capitalize;
}

.search_results .search-list-pagination {
	font-size: 0.8rem;
	font-weight: 300;
}

.search_results .search-list-pagination .button {
	font-size: 0.8rem;
	font-weight: 300;
	background-color: #dedede;
	border-radius: 0px;
	border: 1px solid #dedede;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.search_results .search-list-pagination .button:hover {
	background-color: #ffffff;
	border: 1px solid #dedede;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.search_results .search-list-pagination .jplist-holder {
	display: inline-block;
}

.search_results .search-list-pagination .jplist-holder .button {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.search_results .search-list-pagination .jplist-holder .button.jplist-selected {
	color: #ffffff;
	background-color: #1f2a5b;
	border: 1px solid #1f2a5b;
}
.search_results .search-list-pagination .jplist-holder .button.jplist-selected:hover {
	color: #ffffff;
	background-color: #1f2a5b;
	border: 1px solid #1f2a5b;
}

.search_results h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	line-height: 1em;
	font-family: "Barlow Condensed", sans-serif;
}

@media (min-width: 576px) {
	.search_results h2 {
		font-size: 1.5rem;
	}
}
@media (min-width: 768px) {
	.search_results h2 {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	.search_results h2 {
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
	.search_results h2 {
		font-size: 1.5rem;
	}
}

/*
 * HEADER
 */

body.logged-in.admin-bar .site-header {
	top: 32px;
}

.site-header {
	/*background-color: #F7F5EE;*/
	height: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/
	z-index: 1000;
}

.logo-link {
	display: block;
}

.site-header .logo-link {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.site-header .logo-link img {
	max-height: 50px;
}

/*.site-header .logo-link img {
	max-width: 225px;
	width: 100%;
	min-width: 120px;
}*/

@media (max-width: 767px) {
	.site-header .logo-link {
		display: block;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	/*.site-header .logo-link img {
		max-width: 180px;
		min-width: 80px;
		margin-left: auto;
		margin-right: 0px;
		display: block;
	}*/
}

button.navbar-toggler:focus {
	outline: none;
}

#mainNavContainer {
	position: absolute;
	right: 0px;
	top: 95%;
	background-color: #ffffff;
	padding: 1.5rem 2rem;
	z-index: 9999;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

#mainNavContainer .menu-item a {
	display: block;
	padding: 0.5rem 0;
	text-decoration: none;
	color: #648d8d;
	white-space: nowrap;
}

#mainNavContainer .menu-item a:hover {
	color: #325555;
}

.hamburger {
	padding: 18px 15px 12px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	opacity: 1;
}

@media (max-width: 767px) {
	.hamburger {
		padding: 5px 5px;
	}
	.navbar-toggler {
		padding-left: 0px;
		padding-right: 0px;
	}
	.site-header .navbar-toggler {
		width: 50px;
		height: 47px;
	}
}

.navbar-nav .nav-link {
	white-space: nowrap;
}

.hamburger:hover {
	opacity: 1;
}
.hamburger.is-active:hover {
	opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #544e4c;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #544e4c;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * GRAVITY FORMS
 */

.gform_wrapper ul {
	padding-left: 16px;
}

.gform_body label,
.gform_body legend {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.gform_body .ginput_complex label {
	margin-top: 10px !important;
}

.gform_body li input,
.gform_body li select,
.gform_body input,
.gform_body select {
	padding: 0.5rem 1rem !important;
	width: 100% !important;
	color: #2d2f34;
	background-color: #ffffff;
	text-indent: 8px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 0px solid transparent;
	box-shadow: 0px 0px 0px transparent;
	border-radius: 5px;
}

.gform_body li textarea,
.gform_body textarea {
	color: #2d2f34;
	background-color: #ffffff;
	text-indent: 8px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 0px solid transparent;
	box-shadow: 0px 0px 0px transparent;
	border-radius: 5px;
}

.ginput_container_select {
	background: #fff;
	position: relative;
}

.ginput_container_select select {
	background: #ffffff !important;
	z-index: 50;
	outline: none;
	font-size: 1rem !important;
	position: relative;
	cursor: pointer;
	margin-left: 0px !important;
}

.ginput_container_select select option {
	color: #000;
}

.small input,
.medium input,
.large input {
	font-size: 1rem !important;
	width: 100% !important;
}

.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
	-webkit-appearance: checkbox;
	box-shadow: none !important;
	margin-top: 0px !important;
	margin-right: 6px;
	width: auto !important;
}

.gform_wrapper input[type="file"] {
	padding: 0px !important;
	background-color: transparent;
}

.gform_wrapper .ginput_container {
	margin-top: 0px !important;
}

.ginput_container_select:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: 0.5rem;
	z-index: 999;
	color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(0.625, -0.34, 0.28, 1.335);
}

.ginput_right.address_state:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro" !important;
	font-weight: 900;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	right: 1rem;
	color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s cubic-bezier(0.625, -0.34, 0.28, 1.335);
	z-index: 9999;
}

.ginput_right.address_state:hover:before {
	color: rgba(0, 0, 0, 0.5);
	top: 30%;
}

.ginput_right.address_state {
	/*background: #fff;*/
	position: relative;
}

.ginput_right.address_state select {
	padding: 1rem 1rem !important;
	width: 100% !important;
	color: #000;
	text-indent: 8px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 0px solid transparent;
	box-shadow: 0px 0px 0px transparent;
	border-radius: 0px;
	background: #fff;
}

.ginput_right.address_state select {
	z-index: 50;
	outline: none;
	font-size: 1rem !important;
	position: relative;
	cursor: pointer;
	margin-left: 0px !important;
}

.ginput_container_select:hover:before {
	color: rgba(0, 0, 0, 0.5);
	top: 55%;
}

.gform_wrapper li {
	/* float: left; */
	margin: 0;
	padding: 0;
	clear: none !important;
}

.gform_wrapper div.validation_error {
	font-size: 0.6em;
	font-weight: 700;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 4px;
	margin-bottom: 0;
}

.txt_drk .gform_wrapper div.validation_error,
.txt_drk .gform_wrapper .validation_message {
	color: #000000;
}

.txt_drk .gform_wrapper div.validation_error {
	border-color: #000000;
}

.txt_drk .gform_wrapper .gfield_error .gfield_label {
	color: #000000;
}

.txt_lt .gform_wrapper div.validation_error,
.txt_lt .gform_wrapper .validation_message {
	color: #ffffff;
}

.txt_lt .gform_wrapper div.validation_error {
	border-color: #ffffff;
}

.txt_lt .gform_wrapper .gfield_error .gfield_label {
	color: #ffffff;
}

.gform_wrapper li.gfield.gfield_error {
	border: none !important;
	background-color: rgba(255, 255, 255, 0) !important;
	padding-top: 0;
	padding-bottom: 0;
}

.gform_wrapper ul.gform_fields li.gfield.medium,
.gform_wrapper ul.gform_fields li.gfield.medium.gfield_error.medium {
	width: 50% !important;
	display: inline-block;
}

.gform_wrapper ul.gform_fields li.gfield.large,
.gform_wrapper ul.gform_fields li.gfield.medium.gfield_error.large,
.gfield_html {
	width: 100% !important;
	display: inline-block;
}

li.small,
li.gfield_error.small {
	width: 25% !important;
	display: inline-block;
}

.gform_wrapper .field_description_below .gfield_description,
.gform_wrapper .validation_message {
	padding-top: 6px !important;
	font-size: 0.6em;
	line-height: 0.9em;
}

.txt_lt li.gfield input:focus,
.txt_lt li.gfield textarea:focus,
.txt_lt li.gfield button:focus {
	outline: none;
	box-shadow: 1px 1px 10px #fff;
}

.txt_drk li.gfield input:focus,
.txt_drk li.gfield textarea:focus,
.txt_drk li.gfield button:focus {
	outline: none;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
	i.large {
		width: calc(100% - 8px);
	}

	li.medium {
		width: calc(100% - 8px);
	}

	li.small {
		width: calc(100% - 8px);
	}
}

.gf_progressbar_wrapper {
	display: none !important;
}

.gform_footer {
	text-align: center;
}

.gform_wrapper .gform_page_footer {
	padding-left: 15px !important;
	padding-right: 15px !important;
	border-top: 0px solid transparent !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: 8px;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper .gform_page_footer .button.gform_previous_button {
		margin-bottom: 8px !important;
	}
}

/*
 * FOOTER
 */

footer {
	position: relative;
	z-index: 1000;
}

/*
 * SINGLE VIDEO
 */

/*.single-video .videofile .play-button,
.single-video .youtube .play-button {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 1;
    transform: translate(-50%, -50%);
    color:#fff;
}

.single-video .videofile .play-button i,
.single-video .youtube .play-button i{
  font-size: 6rem;
  transition: all .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  opacity: 0.7;
}

.single-video .videofile .play-button:hover i,
.single-video .youtube .play-button:hover i{
  opacity: 1.0;
  font-size: 7rem;
  opacity: 0.9;
}*/

.organization-title a {
	font-size: 2rem;
	color: #544e4c;
	text-decoration: none;
}

.organization-title a:hover {
	font-size: 2rem;
	color: #544e4c;
	text-decoration: underline;
}

.organization:hover .organization-title a {
	font-size: 2rem;
	color: #544e4c;
	text-decoration: underline;
}

.organization .organization-location a {
	text-decoration: none;
}

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

.organization .organization-logo {
	max-height: 50px;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

main.site-body {
	flex: 1;
	padding: 0 0 4rem;
}

main.site-body hr {
	margin: 2rem 0;
}
