/*!
Theme Name: Outlookers
Theme URI:
Author: Born + Raised
Author URI: http://www.bornandraised.com
Description: Outlookers Wordpress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face { font-family: aphont-regular; 
			 src: url('fonts/aphont/APHont-Regular.ttf'); } 

body,
html {
	border: none;
	margin: 0;
	padding: 0;
}
address,
big,
blockquote,
button,
caption,
cite,
code,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
legend,
li,
ol,
p,
small,
strike,
sub,
sup,
table,
td,
th,
tr,
ul {
	border: none;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
button,
input[type="submit"] {
	font-size: 2rem;
}
blockquote:after,
blockquote:before {
	content: "";
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Atkinson Hyperlegible", sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 2%;
}
*,
:after,
:before {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
}
select {
	font-weight: 400;
}
button,
input[type="submit"],
select {
	font-family: Poppins, sans-serif;
	font-size: 1.8rem;
}
button,
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	font-weight: 600;
}
@supports (-ms-accelerator: true) {
	.no-object-fit .object-fit {
		background-size: cover;
		background-position: 50%;
	}
	.no-object-fit .object-fit img {
		opacity: 0;
		transition: none;
	}
}
.no-scroll {
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
.tns-outer {
	padding: 0 !important;
}
.tns-outer [hidden] {
	display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer;
}
.tns-slider {
	transition: all 0s;
}
.tns-slider > .tns-item {
	box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
	position: relative;
	left: 0;
}
.tns-gallery {
	min-height: 1px;
}
.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}
.tns-gallery > .tns-moving {
	transition: all 0.25s;
}
.tns-autowidth {
	display: inline-block;
}
.tns-lazy-img {
	transition: opacity 0.6s;
	opacity: 0.6;
}
.tns-lazy-img.tns-complete {
	opacity: 1;
}
.tns-ah {
	transition: height 0s;
}
.tns-ovh {
	overflow: hidden;
}
.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}
.tns-transparent {
	opacity: 0;
	visibility: hidden;
}
.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0;
}
.tns-fadeOut,
.tns-normal {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.tns-vpfix {
	white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
	display: inline-block;
}
.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}
.tns-t-ct {
	width: 2333.3333333%;
	width: 2333.33333%;
	position: absolute;
	right: 0;
}
.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}
.tns-t-ct > div {
	width: 1.4285714%;
	width: 1.42857%;
	height: 10px;
	float: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.flex-img img {
	display: block;
	width: 100%;
	height: auto;
}
.pg-header {
	position: relative;
	padding: 2rem;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.pg-header:after {
	display: none;
}
.logo-banner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 2rem;
}
.logo-banner .btn,
.logo-banner .form-field-file::-webkit-file-upload-button,
.logo-banner .wpcf7-submit {
	display: none;
}
.logo {
	width: 10rem;
}
.logo svg {
	width: 100%;
	height: auto;
}
.toggle-main-nav {
	display: inline-block;
	width: 100%;
	height: 4rem;
	padding: 0 1rem;
	font-weight: 600;
	color: #fff;
	line-height: 4rem;
	text-decoration: none;
	text-align: center;
	border-radius: 0.5rem;
	background-color: #36a9e1;
}
.toggle-main-nav:hover {
	box-shadow: 0 3px 0 #1d5f80;
}
.main-nav.is-active {
	padding: 1rem;
	margin: 1rem 0 0;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.main-nav.is-active .main-nav__list {
	display: block;
}
.main-nav__list {
	display: none;
	list-style-type: none;
}
.main-nav__list li {
	padding: 1rem;
}
.main-nav__list li.current-menu-item a {
	color: #e94e1b;
}
.main-nav__list a,
.main-nav__list button {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	background: none;
}
.pg-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pg-footer__logo {
	width: 10rem;
	margin: 0 0 4rem;
}
.pg-footer__logo svg {
	width: 100%;
	height: auto;
}
.pg-footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 4rem;
	list-style-type: none;
}
.pg-footer-nav__list li {
	margin: 0.5rem;
	font-size: 1.5rem;
}
.pg-footer-nav__list li.current-menu-item a {
	color: #000;
	border-color: #000;
}
.pg-footer-nav__list a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	background: none;
	display: block;
	padding: 0.5rem 1rem;
	border: 3px solid #fff;
	border-radius: 0.5rem;
}
.pg-footer-nav__list a:hover {
	border-color: #e94e1b;
}
.pg-footer-nav__list a:focus {
	outline: none;
	border-color: #000;
}
.accreditations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
}
.accreditation {
	width: 8rem;
	height: 8rem;
	margin: 1rem 2rem;
}
.accreditation img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.outer {
	display: block;
	position: relative;
}
.inner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
}
.pg-content {
	padding: 0 0 4rem;
}
.pg-content__section + .pg-content__section {
	margin: 4rem 0 0;
}
#main-content {
	position: relative;
	z-index: 2;
}
#main-content > * {
	position: relative;
	z-index: 4;
}
#main-content:after,
#main-content:before {
	display: none;
}
.mt-md,
.mt-sm {
	margin-top: 1rem;
}
.mt-lg {
	margin-top: 2rem;
}
.mt-xl {
	margin-top: 4rem;
}
.mb-md,
.mb-sm {
	margin-bottom: 1rem;
}
.mb-lg {
	margin-bottom: 2rem;
}
.mb-xl {
	margin-bottom: 4rem;
}
.mtb-md,
.mtb-sm {
	margin: 1rem 0;
}
.mtb-lg {
	margin: 2rem 0;
}
.mtb-xl {
	margin: 4rem 0;
}
.pt-md,
.pt-sm {
	padding-top: 1rem;
}
.pt-lg {
	padding-top: 2rem;
}
.pt-xl {
	padding-top: 4rem;
}
.pb-md,
.pb-sm {
	padding-bottom: 1rem;
}
.pb-lg {
	padding-bottom: 2rem;
}
.pb-xl {
	padding-bottom: 4rem;
}
.ptb-md,
.ptb-sm {
	padding: 1rem 0;
}
.ptb-lg {
	padding: 2rem 0;
}
.ptb-xl {
	padding: 4rem 0;
}
.screen-reader-only,
.skip-to-content {
	display: none;
}
.std-content > :last-child {
	margin-bottom: 0;
}
.std-content h1,
.std-content h2 {
	margin: 0 0 2rem;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.25;
}
.std-content * + h1,
.std-content * + h2 {
	margin: 4rem 0 2rem;
}
.std-content h3,
.std-content h4 {
	margin: 0 0 1rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.75;
}
.std-content * + h3,
.std-content * + h4 {
	margin: 4rem 0 1rem;
}
.std-content h5,
.std-content h6 {
	margin: 0 0 1rem;
	font-size: 1.8rem;
	line-height: 1.75;
}
.std-content * + h5,
.std-content * + h6 {
	margin: 2rem 0 1rem;
}
.std-content ol a,
.std-content p a,
.std-content ul a {
	text-decoration: underline;
}
.std-content ol strong,
.std-content p strong,
.std-content ul strong {
	font-weight: 600;
}
.std-content ol em,
.std-content p em,
.std-content ul em {
	font-style: italic;
}
.std-content p {
	margin: 0 0 2rem;
	line-height: 1.75;
}
.std-content sup {
	font-size: 50%;
}
.std-content ol,
.std-content ul {
	margin: 0 0 2rem 2rem;
}
.std-content li {
	margin: 0 0 0.5rem;
	line-height: 1.75;
}
.std-content ul {
	list-style-type: disc;
}
.std-content ol {
	list-style-type: decimal;
}
.std-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 4rem 0;
}
.std-content blockquote {
	display: block;
	padding: 1rem 2rem;
	margin: 4rem 0 2rem;
}
.std-content blockquote p {
	margin: 0;
	font-style: italic;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.75;
	text-align: center;
}
.std-content blockquote p:before {
	content: open-quote;
}
.std-content blockquote p:after {
	content: close-quote;
}
.std-content a {
	color: inherit;
	text-decoration: underline;
}
.std-content a:hover {
	color: #e94e1b;
}
.std-content table {
	width: 100% !important;
	margin: 0 0 2rem;
	border: 1px solid #000;
	background-color: #fff;
}
.std-content table td,
.std-content table th {
	max-width: 30rem;
	padding: 1.5rem 1rem;
	text-align: left;
}
.std-content table tr:last-child td {
	border: none;
}
.std-content table a {
	text-decoration: underline;
}
.std-content hr {
	margin: 2rem 0;
	border: 1px solid #000;
}
.std-content .video-embed {
	margin: 4rem 0;
}
.wp-admin img.alignleft {
	float: none;
}
.wp-caption {
	width: 100% !important;
	height: auto;
	margin: 4rem 0;
}
.wp-caption img {
	margin: 0;
}
p.wp-caption-text {
	margin: 0;
	padding: 1rem;
	background-color: #e2f3fb;
	line-height: 1.5;
}
.video-embed {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.video-embed embed,
.video-embed iframe,
.video-embed object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn,
.form-field-file::-webkit-file-upload-button,
.wpcf7-submit {
	display: inline-block;
	height: 4rem;
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	line-height: 4rem;
	text-decoration: none;
	border-radius: 0.5rem;
}
.btn--blue {
	background-color: #36a9e1;
}
.btn--blue:hover {
	box-shadow: 0 3px 0 #1d5f80;
}
.btn--red,
.wpcf7-submit {
	background-color: #e94e1b;
}
.btn--red:hover,
.wpcf7-submit:hover {
	box-shadow: 0 3px 0 #903011;
}
input.form-field-file[type="submit"]::-webkit-file-upload-button,
input.wpcf7-submit[type="submit"],
input[type="submit"].btn {
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
}
.text-btn {
	font-weight: 600;
	color: #000;
}
.text-btn:hover {
	color: #e94e1b;
}
button.text-btn {
	text-decoration: underline;
	background: none;
}
button.text-btn.mixitup-control-active {
	color: #36a9e1;
}
.referral-form-toggles {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem;
}
.referral-form-toggle {
	display: inline-block;
	height: 4rem;
	padding: 0 1rem;
	margin: 0.5rem;
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	color: #e94e1b;
	border-radius: 0.5rem;
	border: 3px solid #e94e1b;
	background: none;
}
.referral-form-toggle.is-active {
	background: #e94e1b;
	color: #fff;
	border-color: #e94e1b;
}
.pg-hero-outer {
	padding: 0 2rem;
}
.pg-hero {
	padding: 4rem 0;
	margin: 0 0 4rem;
	border-bottom: 3px solid #e2f3fb;
}
.breadcrumbs {
	display: none;
}
.breadcrumbs a {
	font-weight: 600;
	color: #000;
}
.breadcrumbs a:hover {
	color: #e94e1b;
}
.cnt-title {
	font-weight: 600;
}
a.cnt-title {
	display: block;
	color: inherit;
}
a.cnt-title:hover {
	color: #e94e1b;
}
.cnt-title--xxl {
	font-size: 4rem;
}
.cnt-title--xl {
	font-size: 3rem;
}
.cnt-title--lg,
.cnt-title--md {
	font-size: 2rem;
}
.cnt-title--sm {
	font-size: 1.8rem;
}
.supporting-text {
	line-height: 1.5;
}
.room-list {
	list-style-type: none;
}
.room-list__item {
	display: flex;
	flex-direction: column;
}
.room-list__item + .room-list__item {
	padding: 4rem 0 0;
	margin: 4rem 0 0;
	border-top: 1px solid #e2f3fb;
}
.room-gallery {
	order: 2;
}
.room-info {
	order: 1;
	margin: 0 0 4rem;
}
.img-gallery__slide img {
	display: block;
	width: 100%;
	height: auto;
}
.img-gallery__controls {
	display: flex;
	justify-content: center;
	margin: 2rem 0 0;
}
.img-gallery__control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	margin: 0 1rem;
	background-color: #e94e1b;
	border-radius: 0.5rem;
}
.img-gallery__control:hover {
	box-shadow: 0 4px 0 #903011;
}
.img-gallery__control svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #fff;
}
.img-gallery__control--prev svg {
	transform: rotate(-180deg);
}
.donations-form-outer {
	position: relative;
	margin: 4rem 0 8rem;
}
.donations-form-outer:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -10%;
	left: 50%;
	width: 50%;
	height: 75%;
	background-color: #fef4e2;
}
.donations-form-inner {
	position: relative;
}
.donations-form-inner:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -10%;
	left: -10%;
	width: 60%;
	height: 75%;
	background-color: #fef4e2;
}
.donations-form {
	position: relative;
	z-index: 2;
	padding: 2rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
	background-color: #fff;
}
.donations-form .form-validation {
	text-align: center;
}
.donations-form__header {
	margin: 0 auto 2rem;
	text-align: center;
}
.donations-form__fields {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.donations-form__fixed-amounts {
	width: 100%;
	margin: 0 0 2rem;
}
.donations-form__fixed-amounts-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.donations-form__fixed-amounts-fields .form-field-label {
	width: 100%;
	text-align: center;
}
.donations-form__fixed-amount {
	margin: 0 1rem;
}
.donations-form__any-amount {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 0 2rem;
}
.donations-form__any-amount .form-field-prefixed {
	width: 100%;
}
.donations-form__any-amount .form-field-label {
	width: 100%;
	text-align: center;
}
.form-section + .form-section {
	padding: 2rem 0 0;
	margin: 2rem 0 0;
	border-top: 1px solid #e2f3fb;
}
.form-row + .form-row {
	margin: 2rem 0 0;
}
.form-field-label {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	font-weight: 600;
	line-height: 1.5;
}
.form-field-label--sm {
	font-weight: 400;
}
.form-field-helper {
	margin: 2rem 0 0;
	font-size: 1.8rem;
	line-height: 1.5;
}
.form-field-helper strong {
	font-weight: 600;
}
.form-field-helper a {
	color: inherit;
	text-decoration: underline;
}
.form-field-helper a:hover {
	color: #e94e1b;
}
.form-fieldset + .form-fieldset {
	margin: 4rem 0 0;
}
.form-field-checkbox__label,
.form-field-choice__label,
.form-field-combo input,
.form-field-file,
.form-field-multi-label,
.form-field-number,
.form-field-pill__label,
.form-field-prefixed__text-field,
.form-field-radio__label,
.form-field-select select,
.form-field-text,
.form-field-textarea,
.form-terms__text .std-content p,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number,
.wpcf7-password,
.wpcf7-text,
.wpcf7-textarea {
	font-size: 1.8rem;
}
.form-field-number,
.form-field-select select,
.form-field-text,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number,
.wpcf7-password,
.wpcf7-text {
	display: block;
	width: 100%;
	height: 6rem;
	padding: 0 1rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.form-field-number:focus,
.form-field-select select:focus,
.form-field-text:focus,
.wpcf7-date:focus,
.wpcf7-email:focus,
.wpcf7-number:focus,
.wpcf7-password:focus,
.wpcf7-text:focus {
	outline: none;
	border-color: #e94e1b;
}
.form-field-select select {
	display: block;
	width: 100%;
	height: 6rem;
	padding: 0 1rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.form-field-select select:focus {
	outline: none;
	border-color: #e94e1b;
}
.form-field-textarea,
.wpcf7-textarea {
	display: block;
	width: 100%;
	height: 30rem;
	padding: 1rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.form-field-textarea:focus,
.wpcf7-textarea:focus {
	outline: none;
	border-color: #e94e1b;
}
.form-field-radios {
	padding: 1rem 0 0;
}
.form-field-file {
	display: block;
	width: 100%;
	padding: 2rem 1rem;
	border-radius: 0.5rem;
	border: 3px solid #e2f3fb;
	font-weight: 600;
	color: #36a9e1;
	cursor: pointer;
}
.form-field-file::-webkit-file-upload-button {
	margin: 0 2rem 0 0;
	background-color: #e94e1b;
	color: #fff;
}
.form-field-date {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.form-field-date .form-field-select {
	width: 30%;
}
.form-field-prefixed {
	display: flex;
	align-items: center;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.form-field-prefixed__label {
	display: block;
	width: 6rem;
	height: 6rem;
	font-weight: 600;
	line-height: 6rem;
	text-align: center;
	background-color: #fce6df;
}
.form-field-prefixed__text-field {
	width: 50%;
	height: 5rem;
	margin: 0 0.5rem;
	padding: 0 0.5rem;
	border: none;
}
.form-field-prefixed__text-field:focus {
	outline: none;
	border: 3px solid #e94e1b;
}
.form-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 4rem 0 0;
}
.form-actions > * + * {
	margin: 2rem 0 0;
}
.form-validation-inline {
	margin: 1rem 0 0;
	padding: 1rem;
	font-weight: 600;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 0.5rem;
	background-color: red;
}
.form-validation-inline--error {
	background-color: red;
}
.form-validation-inline--success {
	background-color: #00c900;
}
.form-validation {
	margin: 1rem 0 0;
	padding: 2rem;
	font-weight: 600;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 0.5rem;
}
.form-validation--success {
	background-color: #00c900;
}
.form-validation--fail {
	background-color: red;
}
.form-terms {
	display: flex;
	padding: 1rem;
	background-color: #e2f3fb;
}
.form-terms__text {
	flex: 1;
	margin: 0 0 0 1rem;
}
.form-row.js-is-hidden {
	display: none;
}
.wpcf7-date {
	text-transform: uppercase;
}
.wpcf7-select {
	display: block;
	width: 100%;
	height: 6rem;
	padding: 0 1rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.wpcf7-select:focus {
	outline: none;
	border-color: #e94e1b;
}
.wpcf7-list-item,
.wpcf7-radio {
	display: block;
}
.wpcf7-list-item input[type="radio"] {
	margin: 0 1rem 0 0;
}
.wpcf7-list-item + .wpcf7-list-item {
	margin: 1rem 0 0;
}
.wpcf7-acceptance label {
	display: flex;
}
.wpcf7-acceptance input {
	margin: 0.5rem 1rem 0 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 1.5rem;
}
.referral-form {
	display: none;
}
.referral-form.is-visible {
	display: block;
}
.link-blocks {
	width: 30rem;
	margin: 0 auto;
}
.link-block {
	border: 3px solid #000;
	border-radius: 0.5rem;
}
.link-block + .link-block {
	margin: 4rem 0 0;
}
.link-block__content {
	padding: 2rem;
}
.link-block__img {
	position: relative;
	padding-bottom: 75%;
}
.link-block__img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.jump-links {
	font-size: 1.5rem;
}
.jump-links__list {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin: -0.25rem -0.5rem;
	list-style-type: none;
}
.jump-links__list__item {
	padding: 0.25rem 0.5rem;
}
.home-hero {
	padding: 4rem 0;
	text-align: center;
}
.social-panel-outer {
	position: relative;
	margin: 0 0 8rem;
}
.social-panel-outer:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -10%;
	right: 50%;
	width: 50%;
	height: 75%;
	background-color: #e2f3fb;
}
.social-panel-inner {
	position: relative;
}
.social-panel-inner:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -10%;
	right: -10%;
	width: 60%;
	height: 75%;
	background-color: #e2f3fb;
}
.social-panel {
	position: relative;
	z-index: 2;
	padding: 2rem;
	border: 3px solid #000;
	border-radius: 0.5rem;
	background-color: #fff;
}
.social-panel__header {
	margin: 0 auto 2rem;
	text-align: center;
}
.social-panel__links {
	list-style-type: none;
}
.social-panel__links__item + .social-panel__links__item {
	margin: 2rem 0 0;
}
.social-panel__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.social-panel__link svg {
	width: 4rem;
	height: 4rem;
	margin: 0 0 1rem;
	border-radius: 0.5rem;
}
.social-panel__link:hover {
	color: #e94e1b;
}
.contact-info__panel + .contact-info__panel {
	margin: 2rem 0 0;
}
.email-tel-list {
	list-style-type: none;
	font-size: 3rem;
}
.email-tel-list a {
	color: #e94e1b;
}
.address-grid {
	display: flex;
	justify-content: space-between;
}
.blog-post-filters,
.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
}
.blog-post-filters__item,
.pagination button {
	margin: 1rem;
}
.blog-post-meta {
	display: flex;
	flex-wrap: wrap;
}
.blog-post-meta__tag {
	display: block;
	padding: 0.5rem 1rem;
	margin: 0 0.5rem 0.5rem 0;
	border-radius: 0.5rem;
	font-size: 1.4rem;
}
.blog-post-meta__tag--category {
	background-color: #e2f3fb;
}
.blog-post-meta__tag--date {
	background-color: #fef4e2;
}
.blog-post-meta__cats {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 650px) {
	.logo-banner {
		position: relative;
		justify-content: space-between;
		height: 8rem;
	}
	.logo-banner .btn,
	.logo-banner .form-field-file::-webkit-file-upload-button,
	.logo-banner .wpcf7-submit {
		display: inline-block;
	}
	.logo {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.main-nav-toggles,
	.toggle-main-nav {
		display: none;
	}
	.main-nav__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-nav__list li {
		padding: 0;
		margin: 1rem;
	}
	img.alignleft {
		width: 33.33333%;
		float: left;
		margin: 0 4rem 4rem 0;
	}
	img.alignright {
		width: 33.33333%;
		float: right;
		margin: 0 0 4rem 4rem;
	}
	.form-field-text--mini {
		width: 50%;
		margin: 0 auto;
	}
	.form-field-prefixed__text-field {
		flex: 1;
		width: auto;
	}
	.address-grid__item {
		width: 47.5%;
	}
}
@media (min-width: 768px) {
	.pg-header:after {
		display: block;
		content: "";
		position: absolute;
		top: 100%;
		left: 60%;
		z-index: 1;
		width: 10%;
		padding-bottom: 5%;
		background: url(img/yellow-wedge.png) no-repeat 50%;
		background-size: 100% auto;
		mix-blend-mode: multiply;
	}
	.logo-banner {
		height: 12rem;
	}
	.logo {
		width: 15rem;
	}
	.main-nav__list li {
		margin: 0 1rem;
	}
	.main-nav__list li.current-menu-item a {
		color: #000;
		border-color: #000;
	}
	.main-nav__list a {
		display: block;
		padding: 0.5rem 1rem;
		border: 3px solid #fff;
		border-radius: 0.5rem;
	}
	.main-nav__list a:focus,
	.main-nav__list a:hover {
		outline: none;
		border-color: #e94e1b;
	}
	.main-nav__list a:focus {
		outline: none;
		border-color: #000;
	}
	.inner {
		padding: 0 4rem;
	}
	.inner--sm {
		width: 768px;
	}
	#main-content:before {
		top: 15%;
		left: 0;
		background: url(img/red-wedge.png) no-repeat 50%;
		background-size: 100% auto;
	}
	#main-content:after,
	#main-content:before {
		display: block;
		content: "";
		position: absolute;
		z-index: 1;
		width: 5%;
		padding-bottom: 10%;
	}
	#main-content:after {
		top: 30%;
		right: 0;
		background: url(img/blue-wedge.png) no-repeat 50%;
		background-size: 100% auto;
	}
	img.alignleft,
	img.alignright {
		width: 25%;
	}
	.pg-hero-outer {
		padding: 0;
	}
	.pg-hero__content {
		width: 768px;
		margin: 0 auto;
		padding: 0 4rem;
	}
	.breadcrumbs {
		display: block;
		margin: 2rem 0 0;
		font-size: 1.5rem;
	}
	.cnt-title--xxl {
		font-size: 5rem;
	}
	.cnt-title--xl {
		font-size: 4rem;
	}
	.cnt-title--lg {
		font-size: 3rem;
	}
	.room-list__item {
		display: grid;
		grid-template-columns: 33.333% auto;
		grid-gap: 4rem;
	}
	.room-gallery {
		order: 1;
	}
	.room-info {
		order: 2;
		margin: 0;
	}
	.donations-form {
		padding: 4rem;
	}
	.donations-form__header {
		width: 75%;
		margin: 0 auto 4rem;
	}
	.donations-form__fields {
		justify-content: center;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.donations-form__fields .btn,
	.donations-form__fields .form-field-file::-webkit-file-upload-button,
	.donations-form__fields .wpcf7-submit {
		margin: 2rem 0 0;
	}
	.donations-form__fixed-amounts {
		width: 50%;
		margin: 0;
	}
	.donations-form__fixed-amount {
		display: flex;
		align-items: center;
		height: 6rem;
		margin: 0 2rem;
	}
	.donations-form__any-amount {
		width: 50%;
	}
	.form-actions {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.form-actions > * + * {
		margin: 0;
	}
	.link-blocks {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 4rem;
		width: 100%;
		padding: 0 0 4rem;
	}
	.link-block {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.blog-post-feed .link-block:nth-child(2n) {
		top: auto;
	}
	.link-block + .link-block {
		margin: 0;
	}
	.social-panel {
		padding: 4rem;
	}
	.social-panel__header {
		width: 75%;
		margin: 0 auto 4rem;
	}
	.social-panel__links {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 2rem;
	}
	.social-panel__links__item + .social-panel__links__item {
		margin: 0;
	}
	.contact-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 4rem;
	}
	.contact-info__panel + .contact-info__panel {
		margin: 0;
	}
}
@media (min-width: 1024px) {
	body {
		font-size: 2rem;
	}
	.inner--md {
		width: 1024px;
	}
	.pg-content {
		padding: 0 0 8rem;
	}
	.pg-content__section + .pg-content__section {
		margin: 8rem 0 0;
	}
	.mt-sm {
		margin-top: 1rem;
	}
	.mt-md {
		margin-top: 2rem;
	}
	.mt-lg {
		margin-top: 4rem;
	}
	.mt-xl {
		margin-top: 8rem;
	}
	.mb-sm {
		margin-bottom: 1rem;
	}
	.mb-md {
		margin-bottom: 2rem;
	}
	.mb-lg {
		margin-bottom: 4rem;
	}
	.mb-xl {
		margin-bottom: 8rem;
	}
	.mtb-sm {
		margin: 1rem 0;
	}
	.mtb-md {
		margin: 2rem 0;
	}
	.mtb-lg {
		margin: 4rem 0;
	}
	.mtb-xl {
		margin: 8rem 0;
	}
	.pt-sm {
		padding-top: 1rem;
	}
	.pt-md {
		padding-top: 2rem;
	}
	.pt-lg {
		padding-top: 4rem;
	}
	.pt-xl {
		padding-top: 8rem;
	}
	.pb-sm {
		padding-bottom: 1rem;
	}
	.pb-md {
		padding-bottom: 2rem;
	}
	.pb-lg {
		padding-bottom: 4rem;
	}
	.pb-xl {
		padding-bottom: 8rem;
	}
	.ptb-sm {
		padding: 1rem 0;
	}
	.ptb-md {
		padding: 2rem 0;
	}
	.ptb-lg {
		padding: 4rem 0;
	}
	.ptb-xl {
		padding: 8rem 0;
	}
	.std-content h1,
	.std-content h2 {
		font-size: 4rem;
	}
	.std-content h3,
	.std-content h4 {
		font-size: 3rem;
	}
	.std-content h5,
	.std-content h6 {
		font-size: 2rem;
	}
	.btn,
	.form-field-file::-webkit-file-upload-button,
	.wpcf7-submit {
		height: 5rem;
		padding: 0 1.5rem;
		line-height: 5rem;
	}
	.pg-hero {
		padding: 8rem 0;
		margin: 0 0 8rem;
	}
	.cnt-title--xxl {
		font-size: 6rem;
	}
	.cnt-title--xl {
		font-size: 5rem;
	}
	.cnt-title--lg {
		font-size: 4rem;
	}
	.cnt-title--md {
		font-size: 3rem;
	}
	.cnt-title--sm {
		font-size: 2rem;
	}
	.room-list__item + .room-list__item {
		padding: 8rem 0 0;
		margin: 8rem 0 0;
	}
	.donations-form-outer {
		margin: 8rem 0 15rem;
	}
	.donations-form {
		padding: 8rem 4rem;
	}
	.form-section + .form-section {
		padding: 4rem 0 0;
		margin: 4rem 0 0;
	}
	.form-row + .form-row {
		margin: 4rem 0 0;
	}
	.form-terms {
		padding: 2rem;
	}
	.link-blocks {
		grid-gap: 8rem;
		padding: 0 0 8rem;
	}
	.link-block__content {
		padding: 4rem;
	}
	.home-hero {
		padding: 8rem 0;
	}
	.social-panel-outer {
		margin: 0 0 15rem;
	}
	.social-panel {
		padding: 8rem 4rem;
	}
}
@media (min-width: 1280px) {
	.inner--lg {
		width: 1280px;
	}
	.std-content table {
		margin: 0 0 4rem;
	}
	.std-content hr {
		margin: 4rem 0;
	}
	.pg-hero-outer {
		width: 1280px;
		padding: 0 4rem;
		margin: 0 auto;
	}
	.room-list__item {
		grid-template-columns: 1fr 1fr;
		grid-gap: 8rem;
	}
	.donations-form__any-amount,
	.donations-form__fixed-amounts {
		padding: 0 4rem;
	}
}
@media (min-width: 1600px) {
	.inner--xl {
		width: 1600px;
	}
}
@media (min-width: 1800px) {
	.inner--xxl {
		width: 1800px;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input.btn--red,
	input.wpcf7-submit {
		display: block;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		color: #fff;
	}
	.logo-banner {
		justify-content: flex-start;
	}
	.btn,
	.form-field-file::-webkit-file-upload-button,
	.wpcf7-submit {
		display: inline-block;
	}
	.btn--blue,
	.btn--red,
	.wpcf7-submit {
		display: inline-block;
		height: 5rem;
		padding: 0 1.5rem;
		font-size: 2rem;
		font-weight: 600;
		color: #fff;
		line-height: 5rem;
		text-decoration: none;
		border-radius: 0.5rem;
	}
	.room-list__item {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.room-gallery,
	.room-info {
		width: 45%;
	}
	.link-blocks {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.link-block {
		width: 45%;
	}
	.social-panel__links {
		display: flex;
		justify-content: center;
	}
	.social-panel__links__item + .social-panel__links__item {
		margin: 0 1rem;
	}
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
	.no-object-fit .object-fit {
		background-size: cover;
		background-position: 50%;
	}
	.no-object-fit .object-fit img {
		opacity: 0;
		transition: none;
	}
}
/*# sourceMappingURL=maps/style.css.map */
