/*!
Theme Name: Eddy Nursing Homes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eddy-nursing-homes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eddy Nursing Homes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
	font-size: 2em;
}

@media screen and (max-width:900px) {
	h2 {
		font-size: 1.5em;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* CUSTOM STYLES START HERE */

* {
	margin: 0;
	padding: 0;
}

:root {
	--inner-width: 75%;
	--max-width: 1440px;
	--teal: #1b464e;
	--red: #bf2e1b;
	--white: #ffffff;
	--green: #6f8521;
	--blue: #2487a4;
	--orange: #df7829;
	--black: #000000;
	--light-blue: #e5f0f2;
	--grey: #C5BEC0;
}

body {
	font-size: 22px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

p {
	line-height: 1.2em;
	font-family: "proxima-nova", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "adobe-caslon-pro", serif;
}

h1 {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 400;
}

@media screen and (max-width:900px) {
	h1 {
		font-size: 2em;
	}
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
	max-width: inherit !important;
}


.home-container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	padding:5% 0;
}

.home-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	background: var(--teal);
	text-align: center;
	color: var(--white);
	padding: 5% 0;
}

.home-wrapper h1 {
	color: var(--white);
	padding: 5%;
}

.home-link-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home-link-container a {
	color: var(--white);
	text-decoration: none;
	margin-bottom: 10px;
}

.home-link-container a:nth-of-type(1) {
	margin-top: 10px;
}

.header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	padding: 2.5% 0;
	border-bottom: 20px solid var(--teal);
}

.header-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: inherit;
	flex-direction: row;
}

@media screen and (max-width:950px) {
	.header-wrapper {
		flex-direction: column;
	}
}

.header-item {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 50%;
}

.header-item:nth-of-type(2) {
	text-align: right;
	align-items: flex-end;
	justify-content: center;
	gap: .25em;
	margin-right: 5%;
}

@media screen and (max-width:900px) {
	.header-item:nth-of-type(2) {
		text-align: center;
	}
}

.header-item:nth-of-type(2) h2,
.header-item:nth-of-type(2) h3 {
	font-weight: 400;
}

.header-item:nth-of-type(2) h2 {
	font-size: 1.8em;
	line-height: 1em;
	color: var(--red);
	max-width: 600px;
}

@media screen and (max-width:900px) {
	.header-item:nth-of-type(2) h2 {
		font-size: 1.5em;
	}
}

@media screen and (max-width:900px) {
	.header {
		padding: 5% 0;
	}

	.header-item {
		width: 90%;
		align-self: center;
	}

	.header-item .logo {
		width: 80%;
	}

	.header-item:nth-of-type(2) h2,
	.header-item:nth-of-type(2) h3 {
		text-align: center;
	}

	.header-item:nth-of-type(2) {
		text-align: center;
		align-items: center;
		margin-right: 0;
	}
}

.header-item:nth-of-type(2) a {
	color: var(--red);
	text-decoration: none;
	align-items: center;
	justify-content: center;
}

.logo {
	width: 50%;
	height: auto;
}

.sub-menu {
	display: none;
}

#menu-desktop-top-menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

#menu-desktop-top-menu li {
	margin: 0 15px;
	list-style-type: none;
}

#menu-desktop-top-menu li a {
	text-decoration: none;
	color: var(--black);
}

#menu-desktop-top-menu li:hover .sub-menu {
	display: block;
	position: absolute;
	z-index: 5;
	background: var(--light-blue);
	padding: 2.5% 0;
}

#menu-desktop-top-menu li .sub-menu li {
	padding-bottom: 5px;
}

/* FOOTER STYLES */

footer {
	width: 100%;
	height: auto;
	border-bottom: 20px solid var(--red);
	padding: 2.5% 0;
	background: var(--white);
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1em;
	padding: 2.5% 0;
}

.footer-section {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.footer-section:nth-of-type(1) {
	align-items: center;
	justify-content: flex-start;
}

.footer-section:nth-of-type(1) a img {
	width: var(--inner-width);
}

.footer-section:nth-of-type(2) {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.footer-section:nth-of-type(2) h3 {
	color: var(--red);
}

@media screen and (max-width:900px) {
	.footer-section:nth-of-type(2) {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.footer-section:nth-of-type(2) h3 {
		font-size: 1.55em;
	}
}

/* BANNER AREA STYLES */

.custom-bg.banner {
	position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 600px;
	/* Adjust as needed */
}

.marketing {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Default */
	background: rgba(27, 70, 77, .8);
	color: var(--white);
	padding: 10px 20px;
	border-radius: 5px;
}

.marketing-container {
	padding: 10% 2.5%;
	display: flex;
	max-width: 400px;
	height: auto;
	align-items: flex-start;
	justify-content: flex-start;
}

.marketing-container h2 {
	margin: 0;
	font-size: 2.25em;
	line-height: 1em;
	font-weight: 400;
}

@media screen and (max-width:800px) {
	.marketing {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		width: 80vw;
	}
}

/* ICON SECTION STYLES */

.new-icons {
	width: 100%;
	height: auto;
	padding: 1% 0;
	background: var(--light-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-icons-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	height: auto;
	min-height: 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1em;
}

.new-icons-item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 2.5% 0;
}

.new-icons-item a {
	text-decoration: none;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: var(--black);
}

.new-icons-item i {
	font-size: 3em;
	margin-bottom: 10px;
}

.new-icons-item:nth-of-type(1) i {
	color: var(--green);
}

.new-icons-item:nth-of-type(2) i {
	color: var(--blue);
}

.new-icons-item:nth-of-type(3) i {
	color: var(--red);
}

.new-icons-item:nth-of-type(4) i {
	color: var(--orange);
}

/* NEW TAGLINE SECTION */
.new-tagline {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--teal);
	color: var(--white);
}

.tagline-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2% 0;
}

.tagline-wrapper:hover {
	cursor: pointer;
}

.tagline-wrapper a {
	color: var(--white);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* SPLIT SECTION STYLES */

.split {
	width: 100%;
	height: auto;
	min-height: 50vh;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1.5% 0;
}

.split-item-container {
	width: 100%;
	max-width: var(--max-width);
	height: auto;
	background: var(--white);
	display: flex;
	flex-direction: row;
	padding: 2.5% 0;
}

.split-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.split-item:nth-of-type(1) {
	width: 40%;
	height: auto;
}

.split-item:nth-of-type(2) {
	width: 60%;
	height: auto;
}

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

.split-item-wrapper {
	width: var(--inner-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.split-item-wrapper h1 {
	color: var(--red);
}

.red-btn {
	border: 2px solid var(--red);
	background: transparent;
	padding: 5px 30px;
	border-radius: 10px;
	font-size: 1.5em;
	color: var(--red);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	transition: .75s ease-in-out;
	text-decoration: none;
}

.red-btn:hover {
	background: var(--red);
	color: var(--white);
	cursor: pointer;
}

.red-btn a {
	color: var(--red);
	text-decoration: none;
	transition: .75s ease-in-out;
}

.red-btn:hover a {
	color: var(--white);
}

@media screen and (max-width:800px) {
	.split-item-container {
		flex-direction: column;
	}

	.split-item:nth-of-type(1) {
		width: 100%;
	}

	.split-item:nth-of-type(2) {
		width: 100%;
	}

	.split-item-wrapper {
		width: 90%;
		padding: 5% 0;
	}

	.split-item-wrapper ul li {
		margin-bottom: 10px;
	}

	.split-item-wrapper ul {
		margin: 1em 0 1.5em 1em;
	}
}

/* RESIDENTS STYLES */

.residents {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--teal);
	color: var(--white);
	padding: 2.5% 0;
}

.residents-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: flex;
	flex-direction: column;
	padding: 2.5% 0;
}

.residents-section {
	width: 100%;
	height: auto;
	padding: 1% 0;
	text-align: center;
}

.residents-section:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.residents-section:nth-of-type(2) {
	display: flex;
	flex-direction: row !important;
	gap: 2em;
	/*flex-wrap:wrap;*/
	/*display: grid;*/
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	/*gap: 1em;*/
}

@media screen and (max-width:900px) {
	.residents-section:nth-of-type(1) h2 {
		line-height: 1em;
	}

	.residents-section:nth-of-type(2) {
		flex-direction: column !important;
	}

}

.resident-quote {
	width: 33%;
}

@media screen and (max-width:900px) {
	.resident-quote {
		width: 100%;
	}
}

.resident-quote p span {
	font-style: italic;
}

@media screen and (max-width:900px) {
	.residents-section {
		text-align: center;
	}
}

/* RED GRID STYLES */

.red-grid {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--red);
	margin-top: 3px;
}

.red-grid-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	background: var(--red);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
	gap: 1em;
}

.red-grid-item {
	width: 100%;
	height: auto;
	min-height: 100px;
	border-right: 3px solid var(--white);
	padding: 2.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--white);
}

.red-grid-item:nth-of-type(1) {
	align-items: flex-end;
	padding-right: 10%;
}

.red-grid-item:nth-of-type(1) p {
	margin-right: 10%;
}

.red-grid-item:last-of-type {
	align-items: flex-start;
	border-right: 0;
}

.red-grid-item:last-of-type p {
	margin-left: 10%;
}

@media screen and (max-width:900px) {
	.red-grid-item {
		border-right: 0;
	}

	.red-grid-item:nth-of-type(1) p {
		margin-right: 0;
	}

	.red-grid-item:last-of-type p {
		margin-left: 0;
	}

	.red-grid-item:last-of-type {
		align-items: center;
	}

	.red-grid-item:nth-of-type(1) {
		align-items: center;
	}
}

/* MAP SECTION STYLES */

.map {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5% 0;
}

.map-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	min-height: 40vh;
	display: flex;
	flex-direction: row;
	/*display: grid;*/
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	gap: 2em;
}


.map-section {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.map-section h2 {
	line-height: 1.25em;
}

.map-section:nth-of-type(1) {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding-left: 10%;
	;
}

.box {
	padding: 2.5%;
	background: var(--teal);
	color: var(--white);
}

.map-section:nth-of-type(2) {
	align-items: flex-start;
	justify-content: flex-start;
}

.map-section:nth-of-type(2) h3 a {
	color: var(--red) !important;
	text-decoration: none;
}

@media screen and (max-width:900px) {
	.map-wrapper {
		flex-direction: column;
	}

	.map-section {
		width: 100%;
	}

	.map-section:nth-of-type(1) {
		padding-left: 0;
	}
}

.map-section .red {
	color: var(--red);
	margin: 0;
	padding: 0;
}

.map-section p {
	margin-bottom: 10px;
}

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

/* SPACER IMAGE STYLES */

.spacer {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.spacer-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	/* max-width: var(--max-width); */
}

.spacer-wrapper img {
	width: 100%;
	height: auto;
	position: relative;
}

/* NEW LOWER IMAGE OVERLAY STYLES */
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 2.5% 0;
	background: rgba(191, 46, 27, .8);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay p {
	font-weight: 400;
	font-size: 2em;
}

@media screen and (max-width:900px) {
	.overlay {
		padding: 0;
	}

	.overlay p {
		font-size: 1em;
	}
}

/* DIRECTOR SECTION STYLES */

.director {
	width: 100%;
	height: auto;
	padding: 2.5% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light-blue);
}

.director-wrapper {
	width: 90%;
	min-height: 0px;
	padding: 80px 0;
	gap: 50px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:950px) {
	.director-wrapper {
		flex-direction: column;
	}
}

.director-section {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.director-section:nth-of-type(1) {
	flex: 0 1 350px;
}

.director-section:nth-of-type(2) {
	flex: 0 1 50%;
}

.director-section:nth-of-type(2) h2 {
	color: var(--red);
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 2.5em;
}

.director-name {
	font-size: 20px;
	margin: 25px 0 10px 0;
}

.director-info {
	font-size: 20px;
	font-family: "adobe-caslon-pro", serif;
	font-weight: 400;
}

.red-bracket {
	color: var(--red);
	font-weight: 700;
}

.director-section h2 {
	/*font-size: 46px;*/
	line-height: 1em;
}

/* MEDICARE DISCLOSURE SECTION */

.medicare-disclosure {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3% 0;
}

.medicare-disclosure-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.medicare-disclosure-wrapper p {
	color: var(--black);
	text-align: center;
	font-size: .8em;
	margin-bottom: 10px;
}

.medicare-disclosure-wrapper a {
	color: var(--red);
	text-decoration: none;
}

#health-disclosure {
	padding: 10px 0;
}

.director-name {
	padding: 10px 0;
}

/* 404 PAGE STYLES */
.error-container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5% 0;
	background: var(--red);
	color: var(--white);
}

.error-wrapper {
	width: var(--inner-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.5% 0;
	gap: 2em;
}

.error-wrapper h1 {
	font-size: 10vw;
	margin: 0;
	padding: 0;
}

.error-wrapper h2 {
	font-size: 5vw;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.error-btn {
	padding: 10px 35px;
	background: var(--white);
	color: var(--red) !important;
	border: 1px solid var(--white);
	text-decoration: none;
}

/* REHAB PAGE STYLES */
.rehab-header {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.rehab-header-item {
	width: 100%;
	height: auto;
	background: var(--teal);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: left;
	/* min-height: 60vh; */
}

.rehab-header-item:first-of-type {
	align-items: center;
	justify-content: flex-end;
}

.rehab-item-wrapper {
	width: 60%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	padding-right: 5%;
}

.rehab-item-wrapper h2 {
	font-size: 2.75em;
	font-weight: 400;
}

.rehab-item-wrapper ul {
	margin: 0;
	padding: 0;
}

.rehab-item-wrapper ul li:nth-of-type(1) {
	margin-top: 10px;
}

.rehab-item-wrapper ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.rehab-item-wrapper img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:900px) {
	.rehab-header-item:first-of-type {
		justify-content: center;
	}

	.rehab-item-wrapper {
		width: var(--inner-width);
	}

	.rehab-item-wrapper ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-template-areas: ". .";
		gap: 1em;
	}

	.rehab-item-wrapper ul li {
		display: flex;
		align-items: center;
	}

	.rehab-item-wrapper ul li i {
		display: none;
	}

	.rehab-item-wrapper ul li:nth-of-type(1) {
		margin-top: 10px;
	}
}

/* REHAB ICONS SECTION BEGIN*/

.rehab-icons {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light-blue);
	padding: 2.5% 0;
}

.rehab-icons-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	/* grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto;
	grid-template-areas: ". . . . ."; */
	gap: .5em;
}

.rehab-icons-item {
	width: 100%;
	height: auto;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	gap: 1em;
}

.rehab-icons-item img {
	width: 30%;
	height: auto;
}

@media screen and (max-width:800px) {
	.rehab-icons-item img {
		width: 20%;
	}
}

.rehab-icons-item p {
	font-size: 1.25em;
}

/* REHAB ICONS SECTION END */


/* BLUE AREA BELOW ICONS ON SHORT TERM PAGE BEGIN */
.below-icon-info {
	width: 100%;
	height: auto;
	background: var(--teal);
	padding: 2.5% 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.below-icon-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
}

.below-icon-wrapper p {
	color: var(--white);
	text-align: center;
	font-size: 1.5em;
}

/* BLUE AREA BELOW ICONS ON SHORT TERM PAGE END */

/* REHAB PAGE JOURNEY SECTION BEGINS */
.journey {
	width: 100%;
	height: auto;
	min-height: 50vh;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1.5% 0;
}

.journey-wrapper {
	width: 100%;
	max-width: var(--max-width);
	height: auto;
	background: var(--white);
	display: flex;
	flex-direction: row;
	padding: 2.5% 0;
}

.journey-item {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.journey-item:nth-of-type(1) {
	width: 40%;
	height: auto;
}

.journey-item:nth-of-type(2) {
	width: 60%;
	height: auto;
}

@media screen and (max-width:900px) {
	.journey-wrapper {
		flex-direction: column;
		gap: 2em;
	}

	.journey-item:nth-of-type(1),
	.journey-item:nth-of-type(2) {
		width: 100%;
		height: auto;
	}
}

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

.journey-item-wrapper {
	width: var(--inner-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.journey-item-wrapper p {
	font-size: 1.15em;
}

.journey-item-wrapper h2 {
	color: var(--red);
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.2em;
	;
}

/* REHAB PAGE JOURNEY SECTION ENDS */

/* REHAB LOCATIONS SECTION BEGINS */

.locations {
	width: 100%;
	height: auto;
	padding: 2.5% 0;
	background: var(--teal);
	display: flex;
	align-items: center;
	justify-content: center;
}

.locations-wrapper {
	width: var(--inner-width);
	max-width: var(--inner-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.locations-item {
	width: 100%;
	height: auto;
	color: var(--white);
}

.locations-item p {
	font-size: 1.15em;
}

.locations-item:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1em;
	margin-top: 2.5%;
}

.locations-item h2 {
	font-weight: 400;
}

.locations-item a {
	font-weight: 700;
	text-decoration: none;
	color: var(--light-blue)
}

.location-section {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em;
}

/* REHAB LOCATIONS SECTION ENDS */


/* REHAB PAGE QUESTIONS SECTIONS BEGIN */
.questions {
	width: 100%;
	height: auto;
	background: var(--white);
	padding: 2em 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.questions-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em;
}

.questions-item {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5em;
}

.questions-section {
	width: 100%;
	height: auto;
	border: 2px solid white;
}

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

.questions-section h2 {
	color: var(--red);
	font-weight: 400;
	line-height: 1.15em;
}

.questions-section p {
	font-size: 1.15em;
}

@media screen and (max-width:900px) {
	.questions {
		align-items: center;
		justify-content: center;
	}
}

/* REHAB PAGE QUESTIONS SECTIONS END */

.blue-info {
	width: 100%;
	height: auto;
	padding: 5% 0;
	background: var(--light-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.blue-info-wrapper {
	width: var(--inner-width);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.blue-info-wrapper p {
	font-size: 1.15em;
}

.full-width-image {
	width: 100%;
	height: auto;
}

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

.review-box {
	display: none !important;
}

/* SISTER FACILITIES PAGE BEGIN */

.sister-container {
	width: 100%;
	height: auto;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#sister-header {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sister-info-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	text-align: center;
	padding: 2.5% 0;
}

#sister-info {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1em;
}

#sister-info p {
	font-family: "adobe-caslon-pro", serif;
	font-size: 1.5em;
}

.sister-info-wrapper h2 {
	line-height: 1.2em;
	color: var(--red);
}

.sister-locations-container {
	width: 100%;
	height: auto;
	background: var(--light-blue);
	padding: 5% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sister-locations-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.sister-locations-item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 200px;
	border: 3px solid red;
}

.inner-sister-item:nth-of-type(1) {
	padding: 2.5% 0;
}

/* SHORT TERM LOCATIONS BEGIN */

.short-term-grid-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--light-blue);
}

.short-term-grid-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2.5% 0;
}

.heading-wrapper {
	padding: 2.5% 0;
}

.custom-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-template-areas: ". . . .";
	/* 4 items per row */
	gap: 1rem;
}

@media screen and (max-width:900px) {
	.custom-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: ". .";
	}
}

@media screen and (max-width:700px) {
	.custom-grid {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
	}
}

.grid-item {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.grid-item a {
	color: var(--red);
	text-decoration: none;
}

.grid-thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.grid-content {
	flex-grow: 1;
}


/* SHORT TERM LOCATIONS END */

/* LONG TERM LOCATIONS BEGIN */

.long-term-grid-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--light-blue);
}

.long-term-grid-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 2.5% 0 5% 0;
}

.heading-wrapper p {
	color: var(--teal);
	font-size: 1.2em;
}

/* LONG TERM LOCATIONS END */

/* SISTER FACILITIES PAGE END */

/* VOLUNTEER PAGE STYLES BEGIN */

.volunteer-header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
}

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

.volunteer-info-container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--light-blue);
}

.volunteer-info-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	padding: 5% 0;
	color: var(--teal);
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.volunteer-info-wrapper h2 {
	line-height: 1.2em;
}

.volunteer-form-container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.volunteer-form-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
}

.volunteer-form-wrapper .form-all {
	width: 100% !important;
	margin: 0 !important;
}

/* VOLUNTEER PAGE STYLES END */

/* NEW DOH DISCLOSURES SECTION BEGIN */

.doh-disclosure {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.doh-disclosure-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
}

.doh-accordion .accordion-item {
	border-bottom: 1px solid #ddd;
}

.doh-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: var(--grey);
	color: var(--black);
	padding: 1em;
	font-size: 1.1em;
	cursor: pointer;
	border: none;
	outline: none;
}

.accordion-icon {
	transition: transform 0.3s ease;
}

.doh-accordion-header.open .accordion-icon {
	transform: rotate(180deg);
}


.doh-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, padding 0.3s ease;
	padding: 0 1em;
	font-size: .7em;
}

.doh-accordion-title {
	font-size: 16px;
}

.doh-accordion-content.open {
	padding: 1em;
	max-height: 310vh;
	/* Adjust as needed */
}

.doh-accordion .three-column-list {
	list-style-type: disc;
	padding-left: 1.5em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em 2em;
	margin-top: 1em;
}

@media screen and (max-width: 900px) {
	.doh-accordion .three-column-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.doh-accordion .three-column-list {
		grid-template-columns: 1fr;
	}
}

.accordion-list-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
	margin-top: 2em;
}

@media screen and (max-width: 900px) {
	.accordion-list-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.accordion-list-grid {
		grid-template-columns: 1fr;
	}
}

.accordion-list-grid .list-column ul {
	list-style: disc inside;
	padding-left: 1em;
	margin-left: 0;
}

.accordion-list-grid .list-column ul li {
	font-size: .6em;
}

.accordion-list-grid .list-column {
	/* Optional: add border, padding, etc. */
}



/* NEW DOH DISCLOSURE SECTION END */

.grid-button {
	width: 100%;
	height: auto;
	padding: 10px 30px;
	border: 3px solid var(--red);
	color: var(--red);
	margin-top: 3em;
	transform: translateY(5%);
	font-weight: bold;
	transition: .5s ease-in-out;
}

.grid-button:hover {
	background: var(--red);
	color: var(--white);
}

.accordion-content {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	color: var(--black);
}

.accordion-content-wrapper {
	padding: 1em;
}

.accordion-header {
	background: var(--grey);
	color: var(--black);
	padding: 1em;
	cursor: pointer;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.accordion-icon {
	display: inline-block;
	margin-left: 0.5em;
	transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
	transform: rotate(180deg);
	/* points up */
}

.board-accordion {
	width: 100%;
	height: auto;
	color: var(--black);

}

/* NEW CIVIL RIGHTS PAGE LAYOUT */

.civil-rights-container {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5% 0;
	background: var(--white);
	color: var(--teal);
}

.civil-rights-wrapper {
	width: var(--inner-width);
	max-width: var(--max-width);
	padding: 2.5% 0;
}

.civil-rights-wrapper p {
	margin-bottom: 20px;
}

.civil-rights-title {
	font-size: 2em;
	color: var(--red);
}

.language-outer {
	display: none;
}

body.page-id-28 .language-outer,
body.page-id-18 .language-outer,
body.page-id-30 .language-outer {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language-wrapper {
	width: var(--inner-width);
	height: auto;
	padding: 1% 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .8em;
}

.language-item {
	width: 100%;
	height: auto;
	padding: 1% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.language-item p {
	font-size: .8em;
}

.language-item ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: inherit;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	margin: 0;
}

@media screen and (max-width:1000px) {
	.language-item ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-template-areas: ". .";
	}
}

.language-item ul li {
	list-style-type: none;
	text-decoration: none;
}

.language-item ul li a {
	color: var(--red);
	text-decoration: none;
	font-size: .8em;
}

.language-info {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.language-info.open {
	max-height: 250px;
	border: 2px solid var(--red);
	/* Adjust to fit your actual content */
}

.language-info-inner {
	width: 100%;
	padding: 1em 2em;
	text-align: center;
	color: #333;
	font-size: 1rem;
	box-sizing: border-box;
}