/*!
Theme Name: Solace Hospice Care
Theme URI: http://underscores.me/
Author: Jennifer Gardiner
Author URI: https://gardinerwebdesign.com
Description: Custom Theme for Solace Hospice Care
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: solace_custom
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.

Solace Hospice Care 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;
	margin: 0.67em 0;
}

/* 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: #3a3a3a;
	font-family: "lato", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#2c3e50;
	font-family: "lato", sans-serif;
}

p {
	margin-bottom: 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: #f9f9f9;
}

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: #5e95aa;
	text-decoration: none;
}

a:visited {
	color: #5e95aa;
}

a:hover,
a:focus,
a:active {
	color: #5e95aa;
}

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%;
	margin-top: 20px;
}

.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;
	display: block;
}

.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;
}
/* NAV*/
.admin-bar .site-container {
	padding-top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
	
	.admin-bar .site-container {
	  padding-top: 46px;
	}
	
  }
  .navbar-brand > img {
	  max-width: 99%;
  }
  .navbar-nav{
	  margin: 0;
      justify-content: center;
  }
  .navbar-nav ul > li > a {
	  padding: 10px 5px;
	  font-size: 18px;
	  color: #fff !important;
  }
 .navbar-nav ul > li > a:hover {

	  color: #5E95aa !important;
  }
  .navigation ul li:last-child {
  border: 1px solid #5E95aa;
  padding: 10px 30px;
  font-size: 14px;
  color: #5E95aa;
  text-transform: uppercase;
  }
  .nav-stacked li a:hover {
	  background: transparent;
  }
  .navigation {
	  margin: 30px auto;
	  text-align:center;
		 font-family: 'Roboto', sans-serif;
  }
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  color: #5e95aa;
	  text-decoration:none;
  }
   
  .navigation li {
	  display: inline;
  }
   
  .navigation li a,
  .navigation li a:hover,
  .navigation li.active a,
  .navigation li.disabled {
	  background-color: transparent;
	  border-radius: 3px;
	  cursor: pointer;

	  padding: 0.75rem;
  }
   
  .navigation li a:hover,
  .navigation li.active a {
	  background-color: transparent;
  color: #bcbec0;
  }
  .navbar-nav ul li {
	  display: inline-block;
  }
 .navbar-nav > li > a {
color: #fff !important;
  padding: 15px 20px;
  font-size: 18px;
border-bottom: 3px solid transparent;
  display: block;
}

  .navbar-nav > li > a:hover {
	  transition: color .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
	  border-bottom: 3px solid #5e95aa;
	  text-decoration: none;
  }
  .navbar-nav li a:hover > .sub-menu{
	  display: block;
  }
  .navbar-nav ul {
	  list-style: none;
	  margin: 0;
      justify-content: right;
      display: flex;
  }
  
  nav.nav.navbar-nav {
	  padding: 10px 0;
  }
  
  .sub-label {
	  font-size: 11px;
	  line-height: 1.3em;
	  color: #bbb;
	  display: block;
  }
  
  .navbar {
	  margin-bottom: 0;
  }
  
  .mobilemenu{
	  display: none;
  }
  .mainmenu ul > li:hover > ul{
	  display: block !important;
	  position: absolute;
	   animation: opacity 700ms ease-in-out normal;
	 -moz-animation: opacity 700ms ease-in-out normal;
	 -ms-animation: opacity 700ms ease-in-out normal;
	 -o-animation: opacity 700ms ease-in-out normal;
	 -webkit-animation: opacity 700ms ease-in-out normal;
  }
  @keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  @-moz-keyframes opacity { 
	  from { opacity: 0; } 
	  to { opacity: 1; } 
  }
  @-ms-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-o-keyframes opacity { 
	  from {opacity:0; } 
	  to { opacity: 1; } 
  }
  @-webkit-keyframes opacity { 
	  from { opacity:0; } 
	  to { opacity: 1; } 
  }
  .sub-menu {
	  border: none;
	  border-radius: 0;
	 display:none;
	  text-align:left !important;
	  padding:0;
	  margin:0;
  
  
  }
  .navbar-nav > li > a:hover ul.sub-menu{
	  display: block;
  }
  
  #closexButton {
	  background: transparent;
	  color: #fff;
	  border: none;
	  content: '\f00d';
	  font-family: "Font Awesome 5 Free";
	  font-weight: 900;
	  display: block;
  }
  .sub-menu ul.sub-menu {
	  /* float: right; */
	  margin-left: 240px;
	  margin-top: -40px;
  }
  
  ul.sub-menu li {
	  display: block;
	  border-bottom: 1px solid #bcbec0;
  }
  ul.sub-menu {
	  background: #fff !important;
	  color: #2c4473 !important;
	  font-size: 16px;
	  line-height: 14px;
	  z-index: 100000;
	  position: relative;
	  width: 300px;
	transition: all 1s ease-in;
	  padding: 20px 15px;
     
  }
  
  ul.sub-menu li a {
	 color: #2c4473 !important;
  line-height: 1.5;
  font-size: 16px;
  }
  ul.sub-menu li:hover {
	  width: 100%;
  }
  .menuarea {
	  padding: 0;
  }
  ul.sub-menu li a:hover{
	  color:#2c4473 !important;
	  text-decoration: none;
	
  }

  .nav li.menu-item-has-children > a:after {
   position: absolute;
  bottom: 30px;
  right: 0;
  width: 20px;
  height: 10px;
  content: '';
  cursor: pointer;
  transition: .3s ease-in-out;
  background-image: url(assets/img/arrow-down-sign-to-navigate.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  }
  .nav li li.menu-item-has-children > a:after {
  position: absolute;
top: 3px;
right: 10px;
width: 10px;
height: 10px;
content: '';
cursor: pointer;
transition: .3s ease-in-out;
background-image: url(assets/img/arrow-down-sign-to-navigate.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 80%;
	  margin: 0 auto;
  }



/* HEADER over HERO */
.overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
 background: rgb(44, 62, 80, .6);
  padding: 15px 0;
}

.headerphone {
  display: block;
  text-align: right;
  padding-top: 10px;
}
.topphone {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
#phone-slideout {
  position: absolute;
  top: 45px; /* adjust to align with header */
  right: -250px; /* start off screen */
  background: #5e95aa; /* your brand color */
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  white-space: nowrap;
  transition: right 2.6s ease;
  z-index: 999;
}
#phone-slideout strong {
  margin-right: 10px;
  font-size: 20px;
}
#phone-slideout a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

#phone-slideout a strong {
  margin-left: 10px;
  font-weight: 900;
}

body.loaded #phone-slideout {
  right: 0; /* slides into view */
}
/* HERO FULLSCREEN VIDEO BG */
.hero {
  position: relative;
  height: 110vh;
  overflow: hidden;
  
  text-align: center;
  color: white;
  padding-top: 250px; /* Push content below the header */
}

.media-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.media-bg video,
.media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 64, 80, 0.45);
  z-index: 2;
}
#underherocta {
  padding: 50px 0;
}
.hero-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
}

.hero h1 {
 font-family: "segoe-script", sans-serif;
  font-size: 4rem;
  color: #ffffff;
  padding-bottom: 150px;
}

.hero p {
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  color: #f0f0f0;
}

/* Button Styles */
.btn-primary-custom {
   background: #5e95aa !important;
  color: #fff !important;
  padding: 0.75rem 1.5rem !important;
  margin-right: 1rem !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
	font-size: 1.25rem !important;
  text-transform: uppercase;
}
.hero-content .btn-primary-custom{
	background: #fff !important;
	color:#5e95aa !important;
}
.page-template-page-about .hero, .page-template-page-services .hero,
.page-template-page-hospice .hero, .page-template-page-discussion .hero,
.page-template-page-grief .hero, .page-template-page-hospicehouse .hero, 
.page-template-page-contact .hero, .page-template-page-career .hero, .blog .hero{
  position: relative;
	height: 80vh !important;
}
.page-template-page-hospicehouse .hero{
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
}
#continfo {
  background: #344147;
  color: #fff;
  padding: 40px;
}
#continfo h2{
	padding-bottom: 30px;
	text-align: center;
}
#contactformarea {
  padding: 100px 0;
}
#ownersay {
  background: #5e95aa;
  color: #fff;
  padding: 30px 0;
  font-size: 20px;
}
.ownerquote {
  display: block;
  font-style: italic;
}
.vpright{
	padding: 100px !important;
}
.volicion img {
  width: 24px;
}
.vpright ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
.quotename {
  display: block;
  font-weight: bold;
  padding: 3px 0;
}
.btn-outline-custom {
  border: 2px solid #fff !important;
  color: #fff !important;
  background: transparent !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
	font-size: 1.25rem !important;
  text-transform: uppercase;
}
.hero .btn-outline-custom{
	 background-color: #adc4d4 !important;
  color: #2c3e50 !important;
}
#secondary {
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  padding: 20px;
}
#recent-posts-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#recent-posts-2 ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.btn-outline-custom:hover {
  background-color: #adc4d4 !important;
  color: #2c3e50 !important;
}
#underherocta .row {
  position: relative;
  z-index: 100;
 box-shadow: 3px 11px 51px rgb(0 0 0 / 8%);
}
.uhcmid {
  background: #5e95aa;
  color: #fff;
  padding: 40px !important;
	animation-duration: 1773ms !important;
	z-index: 5;
	position: relative;
}
.uhcintrotitle {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 100%;

}
.uhcimg {
  animation-duration: 2545ms !important;
  animation-delay: 1773ms !important;
	z-index: 150;
}
.uhctitle {
  display: block;
  font-size: 47px;
  font-weight: 700;
  line-height: 100%;
}
.uhcright {
  animation-duration: 2545ms !important;
  animation-delay: 1773ms !important;
	background: #fff;
	padding: 40px !important;
}
.uhctext {
  display: block;
  padding: 30px 0;
}
.volintro {
  display: block;
}
.volicon {
  display: inline-block;
  width: 33%;
  text-align: center;
  background: #5e95aa;
  border: 10px solid rgba(173, 196, 212, .3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  color: #fff;
  padding-top: 8px;
}
.volright {
  display: inline-block;
  width: 66%;
  vertical-align: top;
}
.volrtop {
  font-size: 20px;
  display: block;
}
.volrbtm {
  display: block;
  font-size: 23px;
  font-weight: 700;
  color: #555;
  line-height: 100%;
}
.voltext {
  display: block;
  padding: 30px 0;
}
#welcome {
  background: #5e95aa;
  padding: 100px 0 200px;
  color: #fff;
  margin-top: 100px;
  text-align: center;
}
#welcomeover {
  margin-top: -150px;
}
#welcome h2 {
  color: #fff;
  padding-bottom: 30px;
}
.woleft {
  padding: 20px;
}
.welcometext {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.welcomeoverup{
	background: #fff;
  position: relative;

  z-index: 150;
  box-shadow: 3px 11px 51px rgb(0 0 0 / 8%);
  animation-duration: 2045ms !important;
}
.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  color: #344147;
  font-weight: bold;
}
#forms {
  padding: 100px 0;
}
.satcontent {
  display: block;
  padding: 20px 0;
}
.satisfaction {
  background: #5e95aa;
  padding: 20px;
  color: #fff;
}

.appt {
  display: block;
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  padding: 20px;
  min-height: 283px;
}
.appt h3 {
  width: 90%;
}
.appttext {
display: block;
  padding: 15px 0 30px;
  min-height: 112px;
}
#timeline {
	background: url(assets/img/timelinebtm.webp) no-repeat bottom center; 
  padding: 100px 0;
}
.timelinebox {
  background: rgba(255,255,255,0.6);
  display: block;
  padding: 20px;
  color: #333;
  height: 202px;
  margin-top: 30px;
  border-radius: 20px;
}
#btmhello {
  padding: 100px 0;
  text-align: center;
  border-top: 10px solid #5e95aa;
  border-bottom: 10px solid #5e95aa;
}
.hellologo {
  display: block;
}
.hellocta {
  font-size: 72px;
 font-family: "lato", sans-serif;
  color: #5e95aa;
}
.areasleft {
  padding: 100px 150px !important;
}
.areas {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
.areas li {
  padding: 3px 0;
  font-size: 18px;
}
.areas li i{
	color:#5e95aa;
}
.mainarea {
  padding: 100px 0;
}
#footercontact {
  background: #5e95aa;
  color: #fff;
}
.contactright {
  padding: 50px 100px !important;
}
#gform_submit_button_1 {
  background-color: #fff !important;
  color: #5e95aa !important;
  padding: 0.75rem 1.5rem !important;
  margin-right: 1rem !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase;
}
#colophon {
  background: #344147;
  color: #adc4d4;
  padding: 70px 0 0 0;
}
.footertitle {
font-family: "lato", sans-serif;
  font-size: 24px;
  margin-left: 40px;
  border-bottom: 2px solid #adc4d4;
	display: block;
  padding: 0 0 10px 0;
}
#colophon ul {
  list-style: none;
  padding: 15px 0 0 40px;
  margin: 0;
  font-size: 18px;
}
#colophon ul li{
	padding: 3px 0;
	
}
#colophon a{
	color: #adc4d4;
	text-decoration: none;
}
.footerinfo {
  display: block;
  margin-left: 40px;
  padding-top: 15px;
}
.footericon {
  display: inline-block;
  width: 7%;
}
.footeritem {
  display: inline-block;
  vertical-align: top;
}
.disclaimer {
  display: block;
  padding: 20px;
}
.site-info {
  background: #5e95aa;
  color: #344147;
  padding: 15px 0;
  margin-top: 70px;
	font-size: 14px;
}
.site-info a {
  color: #344147 !important;
}
.footermenu{
	text-align: right;
}
#innerhero{
	background: #5e95aa;
}
.innerleft {
  padding: 150px 0 50px;
  color: #fff;
}
#breadcrumbs a {
  color: #fff;
}

.innerright {
  color: #fff;
 padding: 150px 0 50px;
  text-align: right;
}
#hospiceteamarea {
  padding: 100px 0;
}
#hospiceteamarea h2 {
  padding-bottom: 30px;
  text-align: center;
}
.teambox {
  display: block;
  padding: 20px;
  text-align: center;
}
.teamimg {
  display: block;
}
.teamtitle {
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 2px solid;
  margin-bottom: 15px;
	min-height: 88px;
}
.teamimg img {
  width: 30%;
  padding-bottom: 15px;
}
.teamdesc {
  display: block;
  min-height: 240px;
}
#servicecta {
  background: #344147;
  padding: 50px 0;
  font-size: 24px;
  color: #fff;
}
#servicecta .col-lg-7 span {
  font-size: 20px;
  display: block;
}
#fourlevels {
  padding: 100px 0;
}
#fourlevels h2 {
  padding-bottom: 30px;
}
.subarea {
  display: block;
  padding-bottom: 30px;
  font-size: 20px;
}
.levelbox {
  display: block;
  margin-bottom: 30px;
}
.levelinfo {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.levelicon {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #5e95aa !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.volmainleft {
  padding: 100px !important;
}
.volicion {
  display: inline-block;
  width: 10%;
}
.volitem {
  display: inline-block;
  width: 85%;
	vertical-align: top;
}
.vpright ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.volrighttext {
  font-size: 24px;
  display: block;
  padding-bottom: 20px;
}
#servicesinfo {
  background: #5e95aa;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  padding: 40px 0;
}
.beforetalk{
	  background: #adc4d4;
}
.btright{
	padding: 100px !important;
}
#maincontentarea {
  padding: 100px 0;
}
.contactintro {
  font-size: 24px;
  display: block;
  padding: 15px 0;
}
.hours {
  display: block;
  padding-bottom: 30px;
}
.infobox .btn {
  display: block;
  margin-bottom: 10px;
}
.infobox {
  display: block;
  padding: 20px;
}
.intro {
  display: block;
  padding-bottom: 30px;
  font-size: 20px;
}
.volcontent {
  display: block;
  padding-bottom: 30px;
}
.volbox {
  display: block;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 30px;
}
.vol-icon {
  display: block;
  padding-bottom: 15px;
}
.voldesc {
  display: block;
  min-height: 120px;
}
#separator {
  background: #adc4d4;
  padding: 40px 0;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.sepquote {
  display: block;
  font-style: italic;
}
.sepname{
	display: block;
}
#volunteerform {
  padding: 100px 0;
}
.gform_button {
  background-color: #fff !important;
  color: #5e95aa !important;
  padding: 0.75rem 1.5rem !important;
  margin-right: 1rem !important;
  border: none !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase;
}
.addressone, .addresstwo{
	display: block;
	padding-bottom: 30px;
}
.addressone span, .addresstwo span {
  display: block;
}
.alert {
  background: #5e95aa !important;
  color: #fff !important;
}
.alert-link{
	color:#5e95aa !important;
}
#disc-focus {
  background: #f1f1f1;
}
.focuspoint {
  display: block;
}
.focusicon {
  display: inline-block;
  width: 10%;
}
.howhelp {
  background: #5e95aa;
  padding: 50px 0;
}
.howhelp h2{
	color:#fff !important;
}
.hhcta {
  text-align: center;
  padding: 30px 0 0;
  font-size: 24px;
	color:#fff !important;
}
.point {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.convosteps {
  font-size: 20px;
  margin: 0 0 30px 0 !important;
}
.contactcard {
  background: #adc4d4;
}
.btn.btn-outline-custom.btn-sm {
  border: 1px solid #5e95aa !important;
  color: #5e95aa !important;
}
.icon-wrap { display:inline-flex; align-items:center; justify-content:center; margin-bottom:.75rem; }
.icon { width:48px; height:48px; }

/* Flip mechanics */
.flip-card { perspective: 1000px; cursor: pointer; outline: none; }
.flip-inner {
  position: relative; width: 100%; height: 180px;
  transform-style: preserve-3d; transition: transform .6s ease;
}
.flip-front, .flip-back {
  position: absolute; inset: 0; padding: 1.25rem; border-radius: .75rem;
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;
  backface-visibility: hidden; background: var(--bs-light); box-shadow: 0 .25rem .5rem rgba(0,0,0,.06);
}
.flip-back { transform: rotateY(180deg); background: #fff; }

/* States */
.flip-card:focus .flip-inner,
.flip-card.is-flipped .flip-inner,
.flip-card:hover .flip-inner { transform: rotateY(180deg); }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .flip-inner { transition: none; }
  .flip-card:hover .flip-inner,
  .flip-card:focus .flip-inner,
  .flip-card.is-flipped .flip-inner { transform: none; }
}

/* Height tweak on small screens */
@media (max-width: 575.98px) {
  .flip-inner { height: 200px; }
}
#timeline h2 {
  text-align: center;
}
.acf-repeater-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  list-style: none;
  padding: 30px 0 100px;
  margin: 0;
}

.acf-item {
  text-align: center;
}
.gintro {
  display: block;
  color: #344147;
  font-weight: bold;
  padding-bottom: 20px;
}
.acf-icon {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  padding-top: 12px;
}
.icon-inner {
  background: #fff;
  display: block;
  width: 125px;
  margin: 0 auto;
  border-radius: 50%;
  height: 125px;
	padding-top: 20px;
}
.acf-tail {
  display: block;
  width: 25px;
  height: 100px;
  margin: -1px auto;
}
.acrossline.btmmarg {
  margin-top: 28px;
}
.acrossline.btmmarg {
  margin-top: 28px;
}
.acrossline {
  background: #8e93a9;
  width: 100%;
  display: block;
  height: 20px;
  position: relative;
}
.acf-icon img {
  width: 75px;
}
.acf-date {
  display: block;
  font-size: 24px;
  text-align: center;
}
.acf-desc {
  display: block;
  padding: 20px 10px;
  min-height: 184px;
}
.brown{
	background: #3b3b1a;
}
.dkblue{
	background: #555879;
}
.midblue{
	background: #98a1bc;
}
.ltblue{
	background: #ced4e8;
}
.grnblue{
	background: #5f99ae;
}

#aboutgrief{
	padding: 100px 0;
}
#primary {
  padding: 40px 0;
}
#faq-split .faq-image {
  background-size: cover; background-position: center; background-repeat: no-repeat;
  min-height: 100%; /* fills column height on lg+ */
}
#faq-split .faq-image-mobile {
  background-size: cover; background-position: center; background-repeat: no-repeat;
  height: 220px; border-radius: .5rem; margin-top: 1rem;
}
@media (min-width: 992px) {
  #faq-split .faq-image { border-radius: .5rem 0 0 .5rem; }
  #faq-split .p-4.p-md-5 { border-radius: 0 .5rem .5rem 0; }
}
.leveltitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

#whywork .card {
  min-height: 167px;
}
   #whywork h2 {
  padding-bottom: 30px;
}
#whywork {
  padding: 100px 0;
}
#benefits{
  background: #adc4d4;
	padding: 100px 0;
}
#benefits h2{
	color:#fff;
	padding-bottom: 30px;
}
#jobopenings{
	padding: 100px 0;
}

    .card { background: #fff; border: 1px solid rgba(255,255,255,.04);
            border-radius: 16px; padding: 1.1rem; box-shadow: 0 1px 7px #ccc;
}
    .card h3 { margin-top: 0; }
    .kpi { display: flex; align-items: center; gap: .6rem; font-weight: 600; }
    .kpi .dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--ok); }

 .muted { color: var(--muted); }

    /* Filters */
    .filters { display: flex; gap: .6rem; align-items: center; margin-bottom: 30px; }
    .filters label { font-size: 1rem; color: var(--muted); margin-right: .25rem; }
    .select { color: var(--text); border: 1px solid rgba(255,255,255,.12);
              border-radius: 10px; padding: .5rem .7rem; }

    /* Job list */
    .job { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; overflow: hidden; margin-bottom: 1rem; }
    .job-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: .9rem 1rem;
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  border: 1px solid #ccc;
}
    .job-title { margin: 0; font-size: 1.05rem; }
    .pills { display: flex; gap: .4rem; flex-wrap: wrap; }
    .pill { font-size: .8rem; padding: .25rem .5rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); color: var(--muted); }
    .job-actions { display: flex; gap: .5rem; align-items: center; }
    .btn { display: inline-flex; align-items: center; gap: .4rem; padding: .5rem .75rem; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); background: #0b1220; color: var(--text); cursor: pointer; text-decoration: none; }
    .btn:hover { border-color: rgba(255,255,255,.35); }
    .btn.primary { background: linear-gradient(180deg, #5e95aa, #adc4d4); border-color: rgba(255,255,255,.22); }

    .job-body { display: none; padding: 1rem; background: #adc4d4; border-top: 1px solid rgba(255,255,255,.08); }
    .job-body.open { display: block; }
    .job-body h4 { margin-top: 0; }
    .job-body ul { margin-top: .4rem; }
.mobileheaderphone{
	display: none;
}
.desktoponly{
		display: block !important;
	}
	.mobileonly{
		display: none !important;
	}
  /* MEDIA QUERIES */
@media screen and (max-width: 1686px){
	
}
@media screen and (max-width: 1500px){
	.hero {
  height: 100vh !important;
	}
	
}
@media screen and (max-width: 1440px){
	#phone-slideout {
  top: 145px;
	}
}
@media screen and (max-width: 1368px){
	header .container {
  max-width: 95%;
}
	.navbar-nav > li > a {
  padding: 15px;
	}
}
@media screen and (max-width: 1280px){
	.hero {
  height: 80vh !important;
	}
	.uhctitle {
  font-size: 32px;
	}
}
@media screen and (max-width: 1186px){
	.navbar-nav > li > a {
  font-size: 16px;
	}
	.uhcimg {
  width: 66% !important;
}
	.uhcmid{
		width: 33% !important;
	}
	.uhcright {
  width: 100% !important;
}
	.acf-repeater-list {
  grid-template-columns: repeat(3, 1fr);
 
}
}
@media screen and (max-width: 1024px){
	.areas {

  column-count: 1;
}
	.page-template-page-about .mainarea, .page-template-page-about .owners {
  width: 100%;
}
}
@media screen and (max-width: 992px){
	.focusicon {
  display: block;
  width: 30%;
  margin: 0 auto;
}
	.point {
  display: block;
  width: 100%;
  text-align: center;
}
	.faqimage {
  display: none;
}
	.hero h1 {

  padding-bottom: 100px;
}
	#phone-slideout {
    top: 45px;
  }
	 .areas {
    column-count: 2;
  }
	.areaimg {
  min-height: 400px;
}
.logo {
  text-align: center;
}	
  .logo img {
    width: 25%;
  }
.main-navigation {

  margin-top: 0;
}
	.footermenu {
  text-align: center;
}
	.site-info {

  text-align: center;
}
	.innerleft, .innerright{
		padding: 0;
		text-align:center;
	}
	.serveright {
  padding: 40px !important;
}
	.serveleft {
  min-height: 400px;
}
	#innerhero{
		padding: 270px 0 50px;
	}
	.teamboxes {
  width: 33% !important;
}
	#servicecta {

  text-align: center;
}
	#servicecta .col-lg-7 span {

  margin-bottom: 30px;
}
}
@media screen and (max-width: 848px){
	  #phone-slideout {
    top: 200px;
  }
}
@media screen and (max-width: 768px){
	.mobileheaderphone{
	display: block;
	text-align: center;
}
	.mobileheaderphone a {
  color: #fff;
  font-size: 24px;
}
	#phone-slideout{
		display: none;
	}
	.teamboxes {
  width: 50% !important;
}
	#innerhero{
		padding: 150px 0 50px;
	}
	.hero {

  padding-top: 150px;
}
	.hero h1 {
  font-size: 3rem;
	}
	.uhcimg {
  width: 100% !important;
			min-height: 300px;
}
	.uhcmid{
		width: 100% !important;
	}
}
@media screen and (max-width: 640px){
	.page-template-page-contact .mainarea {
  padding: 0 !important;
   
}
	.vpright ul {
 
  column-count: 1;
}
	.desktoponly{
		display: none !important;
	}
	.mobileonly{
		display: block !important;
	}
	#phone-slideout {
  top: 280px;
	}
	
	.teamimg {
  display: inline-block;
  width: 30%;
}
	 .teamboxes {
    width: 100% !important;
  }
	.teamtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: 2px solid;
  margin-bottom: 15px;
  min-height: auto;
}
	.teamdesc {
  display: inline-block;
  min-height: auto;
}
	.acf-repeater-list {
  grid-template-columns: repeat(2, 1fr);
 
}
		
}
@media screen and (max-width: 486px){
	 .hero h1 {
    padding-bottom: 50px;
  }
	.acf-repeater-list {
  grid-template-columns: repeat(1, 1fr);
 
}	
	#servicesinfo {

  font-size: 20px;
  line-height: 1.5;
  padding: 40px 0;
}
	 .serveright {
    padding: 0 !important;
  }
	.hero-content .btn-primary-custom {

  margin-bottom: 20px;
}
	.areasleft {
  padding: 50px !important;
}
	 .logo img {
    width: 30%;
  }
	  #phone-slideout {
    top: 280px;
  }
}
@media screen and (max-width: 370px){
	
}