/**
 *
 *  Theme Name: SCAL - Home Care
 *  Author: Luam Fessehazion
 *  Description: KP Southern California - Home Care Site
 *  Version: 1.0
 *  
 *  @package SCAL Home Care
 */

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  /* margin-top: 24px; */
  /* margin-bottom: 15px; */
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-size: 18px;
  line-height: 25px;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 2rem;
  border-bottom: 1px solid #eaecef;
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

h2.entry-title {
  /* border-bottom: 1px solid #eaecef; */
}

h3.widget-title {
  font-size: 1.2rem;
}

.Gotham3r {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 300;
  font-style: normal;
}

.Gotham4r {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.Gotham5r {
  font-family: 'HCo Gotham';
  font-weight: 500;
  font-style: normal;
}

.Gotham7r {
  font-family: 'HCo Gotham';
  font-weight: 700;
  font-style: normal;
}

.Gotham8r {
  font-family: 'HCo Gotham';
  font-weight: 800;
  font-style: normal;
}

.GothamSSm4r {
  font-family: 'HCo Gotham SSm';
  font-weight: 400;
  font-style: normal;
}

.GothamSSm4i {
  font-family: 'HCo Gotham SSm';
  font-weight: 400;
  font-style: italic;
}

.GothamSSm7r {
  font-family: 'HCo Gotham SSm';
  font-weight: 700;
  font-style: normal;
}

.elementor-widget-text-editor,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  font-weight: 400 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  color: #000 !important;
}

.elementor-heading-title {
  color: #0078b3 !important;
}

/*--------------------------------------------------------------
## Home page
--------------------------------------------------------------*/
.home-text {
  margin-bottom: 30px;
}



/*--------------------------------------------------------------
## Mini Menu
--------------------------------------------------------------*/
#menu-mini-menu {
  list-style-type: none !important;
  list-style: none !important;
}

#menu-mini-menu li {
  border-top: 2px solid #d1e6f7 !important;
  padding: 10px 0px 10px 0px;
}

#menu-mini-menu li a {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400;
  color: #333;
  padding: 0;
}
/*_jp
#menu-mini-menu li#menu-item-1026 {
  border-bottom: 2px solid #d1e6f7 !important;
}
*/
/* submenu */
#menu-mini-menu ul.sub-menu li {
  border-top: 0px !important;
  border-bottom: 0 !important;

}

#menu-mini-menu ul.sub-menu {
  list-style: none;
  padding-left: 20px;
}

#menu-mini-menu ul.sub-menu li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;

}

#menu-mini-menu ul.sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

/*--------------------------------------------------------------
## Home Health page
--------------------------------------------------------------*/
/* .home-health-page .home-care-text figure.elementor-image-box-img {
  width: 100% !important;
}

.home-health-page .home-care-text {
  background-color: #e9f5fd;
}

.home-health-page .home-care-text .elementor-image-box-description {
  padding: 0 30px 35px 30px;
}

.home-health-page .home-care-text .elementor-image-box-title {
  font-size: 35px;
  font-family: "HCo Gotham" !important;
  font-weight: 400 !important;
  color: #0078b3 !important;
  padding-bottom: 15px;
}

.home-health-page .home-care-nav #menu-mini-menu li#menu-item-120 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.home-health-page #menu-mini-menu .sub-menu {
  display: none;
}

.home-health-page #menu-mini-menu #menu-item-363 {
  border-bottom: 2px solid #d1e6f7 !important;
}

.home-health-page .elementor-text-editor h2 {
  font-family: "HCo Gotham" !important;
  color: #0078b3 !important;
} */




/*--------------------------------------------------------------
## Home Health page
--------------------------------------------------------------*/
.page-home-health-2-2 .home-care-text figure.elementor-image-box-img {
  width: 100% !important;
}

.page-home-health-2-2 .home-care-text {
  background-color: #e9f5fd;
}

.page-home-health-2-2 .home-care-text .elementor-image-box-description {
  padding: 0 30px 35px 30px;
}

.page-home-health-2-2 .home-care-text .elementor-image-box-title {
  font-size: 35px;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #0078b3 !important;
  padding-bottom: 15px;
}

/*_jp
.page-id-14 #menu-mini-menu li#menu-item-1038 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.page-id-14 #menu-mini-menu .sub-menu {
  display: none;
}
.page-id-14 #menu-mini-menu #menu-item-1026 {
  border-bottom: 2px solid #d1e6f7 !important;
}
*/

.page-home-health-2-2 .elementor-text-editor h2 {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  color: #0078b3 !important;
}

/*--------------------------------------------------------------
## Palliative page
--------------------------------------------------------------*/
/*_jp
.page-id-16 #menu-mini-menu li#menu-item-1037 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}
*/
.palliative-care-page .palliative-text {
  background-color: #e9f5fd;
}

.palliative-care-page .palliative-text .elementor-image-box-description {
  padding: 0 30px 35px 30px;
}

.palliative-care-page .palliative-text .elementor-image-box-title {
  font-size: 35px;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #0078b3 !important;
  padding-bottom: 15px;
}

.palliative-care-page .palliative-text figure.elementor-image-box-img {
  width: 100% !important;
}
/*_jp
.page-id-16 #menu-mini-menu .sub-menu {
  display: none;
}

.page-id-16 #menu-mini-menu #menu-item-1026 {
  border-bottom: 2px solid #d1e6f7 !important;
}
*/

.palliative-care-page .elementor-text-editor h2 {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  color: #0078b3 !important;
}

/*--------------------------------------------------------------
## Hospice page
--------------------------------------------------------------*/
.hospice-text {
  background-color: #e9f5fd;
}

.hospice-text .elementor-image-box-description {
  padding: 0 30px 35px 30px;
}

.hospice-text .elementor-image-box-title {
  font-size: 35px;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #0078b3 !important;
  /* padding-bottom: 15px; */
}

.page-id-18 h2 {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  color: #0078b3 !important;
}

.page-id-18 .hospice-main-text .elementor-image-box-description {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 40px;
}

.hospice-text figure.elementor-image-box-img {
  width: 100% !important;
}

.pfpItem h2.entry-title a {
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;

}

.pfpItem .pfpReadMore {
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 500 !important;
}
/*_jp
.page-id-18 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}
*/

/* .elementor-page-108 .hospice-nav #menu-mini-menu li#menu-item-363 {
  border-bottom: 2px solid #d1e6f7 !important;
} */

.page-id-18 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
  padding: 0;
}

/* .elementor-page-108 #menu-mini-menu .sub-menu {
  display: none;
}
*/


/*--------------------------------------------------------------
## Eligibility page
--------------------------------------------------------------*/
.elementor-page-126 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.elementor-page-126 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

.elementor-page-126 #menu-mini-menu li#menu-item-1036 #menu-item-1022,
.elementor-page-126 #menu-mini-menu li#menu-item-1036 #menu-item-1022 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.elementor-page-126 .hospice-content .light-blue-bg {
  margin: 0 !important;
}

.elementor-page-126 .hospice-content .elementor-element-4befb6e {
  margin: 0 !important;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #e5f1f7;
}

.elementor-page-126 .section-headers.light-blue-bg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.elementor-page-126 .light-blue-bg li {
  padding-bottom: 20px !important;
  font-size: 18px;
}

.elementor-page-126 .hospice-content .elementor-widget-text-editor.light-blue-bg {
  padding: 30px;
  margin-bottom: 40px !important;
}

.elementor-page-126 li {
  /* padding-bottom: 20px !important; */
  /* font-size: 18px; */
}

.elementor-page-126 .section-headers {
  /* margin-bottom: 40px !important; */
}

/*--------------------------------------------------------------
## what will hospice provide? page  wwhp
--------------------------------------------------------------*/
.wwhp-page .elementor-widget-text-editor.light-blue-bg {
  padding: 30px;
  margin-bottom: 40px !important;
}

.wwhp-page .light-blue-bg {
  margin: 0 !important;
}

.wwhp-page .youtube-section {
  margin: 0 !important;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #e5f1f7;
}

.wwhp-page .section-headers.light-blue-bg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wwhp-page #comp-jqo3pcsg {
  position: relative;
  margin: 67px 0px -32px calc((100% - 980px) * 0.5);
  left: 400px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page .wp2link {
  display: block;
  overflow: hidden;
}

.wwhp-page .wp2img {
  overflow: hidden;
}

.wwhp-page #comp-jqo9g4rr {
  position: relative;
  margin: 48px 0px 10px calc((100% - 980px) * 0.5);
  left: 642px;
  grid-area: 5 / 1 / 9 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4rs {
  position: relative;
  margin: 0px 0px -30px calc((100% - 980px) * 0.5);
  left: 150px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4ru {
  position: relative;
  margin: 25px 0px -70px calc((100% - 980px) * 0.5);
  left: 180px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4ru1 {
  position: relative;
  margin: 18px 0px -52px calc((100% - 980px) * 0.5);
  left: 680px;
  grid-area: 4 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4ru2 {
  position: relative;
  margin: 71px 0px -30px calc((100% - 980px) * 0.5);
  left: 599px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4rv {
  position: relative;
  margin: 0px 0px -21px calc((100% - 980px) * 0.5);
  left: 214px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4rw {
  position: relative;
  margin: 0px 0px 54px calc((100% - 980px) * 0.5);
  left: 327px;
  grid-area: 6 / 1 / 7 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqo9g4rw1 {
  position: relative;
  margin: 13px 0px 23px calc((100% - 980px) * 0.5);
  left: 444px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page #comp-jqya6e8c {
  position: relative;
  margin: 102px 0px 63px calc((100% - 980px) * 0.5);
  left: 493px;
  grid-area: 5 / 1 / 8 / 2;
  justify-self: start;
  align-self: start;
}

.wwhp-page .elementor-text-editor {
  position: static;
  display: grid;
}
.wwhp-page .care-team-section .elementor-widget-container {
  position: static;
  display: grid;
}
.wwhp-page .elementor-tab-title {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px;
}

.wwhp-page .elementor-tab-content {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.wwhp-page .wwhp-accordion .elementor-accordion-item {
  border-right: 0;
  border-left: 0;
}

.page-id-191 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

.page-id-191 #menu-mini-menu li#menu-item-1036 #menu-item-1023 a,
.page-id-191 #menu-mini-menu li#menu-item-1036 #menu-item-1023 {
  color: #0078b3 !important;
  font-weight: 500 !important;
}

.page-id-191 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.page-id-191 .wwhp-accordion div['elementor-tab-title-*']::before {

  display: block;
  content: " ";
  margin-top: -280px;
  /* visibility: hidden; */
  pointer-events: none;

}

/*--------------------------------------------------------------
## hospice levels page
--------------------------------------------------------------*/
.page-id-176 .hospice-level-content .elementor-image-box-title {
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.page-id-176 .hospice-level-content .elementor-image-box-description {
  padding: 0 30px 40px 30px;
}
.page-id-176 .hospice-level-content .elementor-image-box-img {
  width: 100% !important;
}

.page-id-176 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

.page-id-176 #menu-mini-menu li#menu-item-1036 #menu-item-1024 a,
.page-id-176 #menu-mini-menu li#menu-item-1036 #menu-item-1024 {
  color: #0078b3 !important;
  font-weight: 500 !important;
}

.page-id-176 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

/*--------------------------------------------------------------
## manage care page
--------------------------------------------------------------*/

.page-id-168 #menu-mini-menu li#menu-item-1036 #menu-item-1025 a,
.page-id-168 #menu-mini-menu li#menu-item-1036 #menu-item-1025 {
  color: #0078b3 !important;
  font-weight: 500 !important;
}

.page-id-168 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.manage-care-page .manage-care-content .elementor-image-box-title {
  color: #0078b3 !important;
  font-family:'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 38px;
  line-height: 1.2;
  padding-bottom: 10px;
}


.page-id-168 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

.manage-care-page .manage-care-content .light-blue-bg {
  padding: 0 30px 40px 30px;
}

.manage-care-page .elementor-tab-title {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px;
}

.manage-care-page .elementor-tab-content {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.manage-care-page .manage-care-accordion .elementor-accordion-item {
  border-right: 0;
  border-left: 0;
}

/*--------------------------------------------------------------
## Bereavement page
--------------------------------------------------------------*/
.bereavement-page .bereavement-content .light-blue-bg {
  padding: 0 30px 40px 30px;
}

.bereavement-page .elementor-tab-title {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px;
}

.bereavement-page .elementor-tab-content {
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}

.page-id-137 #menu-mini-menu li#menu-item-1036 #menu-item-1044 a,
.page-id-137 #menu-mini-menu li#menu-item-1036 #menu-item-1044 {
  color: #0078b3 !important;
  font-weight: 500 !important;
}

.page-id-137 #menu-mini-menu li#menu-item-1036 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.bereavement-page .manage-care-content .elementor-image-box-title {
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 38px;
  line-height: 1.2;
  padding-bottom: 10px;
}


.page-id-137 #menu-mini-menu li#menu-item-1036 .sub-menu li a {
  font-weight: 400 !important;
  color: #000 !important;
}

.bereavement-page .bereavement-accordion .elementor-accordion-item {
  border-right: 0;
  border-left: 0;
}



/*--------------------------------------------------------------
## DME page
--------------------------------------------------------------*/

/*_jp
.page-id-432 .dme-text .elementor-image-box-description {
  padding: 0px 30px 30px 30px;
}

.page-id-432 #menu-mini-menu li#menu-item-1026 a {
  font-weight: 500 !important;
  color: #0078b3 !important;
}

.page-id-432 #menu-mini-menu #menu-item-1026 {
  border-bottom: 2px solid #d1e6f7 !important;
}
.page-id-432 #menu-mini-menu .sub-menu {
  display: none;
}
*/

.dme-text .elementor-image-box-description {
  padding: 0px 30px 30px 30px;
}

/*--------------------------------------------------------------
## FAQ page
--------------------------------------------------------------*/
.elementor-10 {
  width: 100%;
}

.elementor-page-10 .elementor-10 .elementor-icon-list-items li a span {
  text-decoration: underline;
  color: #000;
  padding-bottom: 25px;
  font-size: 20px;
}

.elementor-page-10 .elementor-toggle-item {
  font-size: 18px;
}

.elementor-page-10 .elementor-toggle-item .elementor-tab-title {
  color: #222 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.elementor-page-10 h2.elementor-heading-title {
  color: #0078b3 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  margin-top: 60px !important;
  margin-bottom: 30px !important;
}

.elementor-page-10 .elementor-toggle-item .elementor-tab-content {
  color: #555 !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  font-weight: 400 !important;
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/
.contact-content h2 {
  font-weight: 400;
}
.elementor-12{
  width: 100%;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.kaiser-blue-bg {
  background-color: #0078b3;
}

.kaiser-blue-text {
  color: #0078b3;
}

.dark-blue-bg {
  background-color: #003b71;
}

.dark-blue-text {
  color: #003b71;
}

.light-blue-bg {
  background-color: #e5f1f7;
}

.light-blue-text {
  color: #e5f1f7;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
  padding: .74rem 1rem;
}

.navbar-brand>a {
  color: #0078B3;
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

header .navbar .navbar-brand {
  width: 250px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  /* padding-top: 5rem; */
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #0078B3;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}


body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

#menu-primary-menu li a {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: 'HCo Gotham', Arial, sans-serif !important;
  padding: .25rem 1.5rem;
}

.hero-section .img-fluid,
.hero-section img {
  width: 100% !important;
  max-width: 100% !important;
}


@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }


}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
  color: #0078B3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
  /* color: #fff; */
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-nav li.current-menu-item > a {
	font-weight: 500 !important;
	color: #0078b3 !important;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

/* .dropdown-menu {
  min-width: 12.500rem;
} */
.dropdown-menu {
  min-width: 17.5rem !important;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .dropdown-menu li>.dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }

  .navbar-brand-mobile {
    display: none;
  }
}

@media (max-width: 769px) {
  .navbar-brand {
    display: none !important;
  }

  .navbar-brand-mobile {
    display: block;
  }

}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav>li>a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* font-size: 0.875rem; */
  /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  /* background-color: #eee; */
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title>a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value>select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.testimonial {
  background-color: #d1e6f7;
  color: #000;
  height: 168px;
}

.testimonial-content {
  font-style: italic;
  font-weight: 400;
}

.testimonial .testimonial-name {
  font-weight: 600;
}

.testimonial-description {
  padding-bottom: 15px;
  padding-top: 15px;
}



/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-widget .nav-link {
  padding-left: 0 !important;
  color: #fff !important;
}

#footer-widget .widget-title {
  color: #fff !important;
  font-weight: 600;
}

#footer-widget .pr-4 {
  /* margin-right: 30px; */
  width: 25%;
}

#footer-widget {
  color: #fff !important;
  background-color: #565656 !important;
  font-size: 14px;
}

#footer-widget .row {
  /* margin-left: 5% !important; */
  margin-top: 30px;
}

footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #565656;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}
#footer-widget hr{
  border-color: #b2b2b2;
}
.ic-globe.globe-white {
  background-image: url('/wp-content/uploads/2019/06/icon-globe-white.png');
}
.ic-globe {
  background-position: center center;
  display: inline-block;
  height: 17px;
  margin-top: -3px;
  vertical-align: middle;
  width: 17px;
}
.copy-block p.copy, .copy-block p.bottom {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #ccc;
}
.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;

}



.kp-site-title {
	display: inline;
	color: #0078b3; 
	vertical-align: bottom;
	top: 3px;
	position: relative;
	font-family: 'HCo Gotham', Arial, sans-serif !important;
	font-style: normal;
	font-weight: 500;
}

.kp-logo-div {
	display: inline;
	color: #0078b3; 
	vertical-align: bottom;
	top: 3px;
	position: relative;
	padding: 0 20px 0 0;
}
.navbar-brand img {
	padding-right: 20px;
}


@media screen and (max-width: 767px) {
  #masthead .navbar-nav>li>a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media (min-width:320px){
  .carousel-caption{
    right: 0;
    left: 50% !important;
  }
  /*  */

}

@media (max-width:767px) {
  div#masthead .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand-mobile {
    width: 88%;
	padding-left: 5%;
  }

  .navbar-brand-mobile span {
    font-size: 1.3rem;
    line-height: 2;
  }

  .navbar-brand-mobile img {
    width: 60%;
    /* margin-bottom: 4px; */
    /* margin-left: 14%; */
  }

  .fa.fa-navicon {
    color: #0078B3;
    font-size: 18px;
  }
 

  .home .section-headers h2 {
    font-size: 24px !important;
    font-weight: 400 !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .home .mission-text h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .home .elementor-element.elementor-element-7821942,
  .home .elementor-element.elementor-element-9d0b111 {

    text-align: center !important;

  }

  .testimonial-content {
    font-size: 15px;
  }

  #menu-mini-menu {
    padding-left: 0;
  }

  p {
    font-size: 14px;
  }

  .elementor-text-editor {
    font-size: 14px;
  }

  .page-eligibility .light-blue-bg li {

    padding-bottom: 20px !important;
    font-size: 14px;

  }

  .page-eligibility li {

    font-size: 14px;

  }

  .page-eligibility .elementor-widget-heading .elementor-heading-title {

    font-size: 28px !important;
    font-weight: 400 !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
    padding-right: 10px;
    padding-left: 10px;

  }

  .page-eligibility .elementor-element-0c103ac ul {
    margin-left: -26px;
  }

  .hospice-levels-page .hospice-level-content .elementor-image-box-title {
    font-size: 30px;
  }

  .faq-header h1 {
    font-size: 30px !important;
    font-weight: 400 !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  /* .page-eligibility .elementor li {

  font-size: 14px;
} */

  .faq-nav li {

    margin-right: 14px !important;
    margin-left: 0 !important;
  }

  .faq-nav li span {
    font-size: 16px !important;
  }

  #footer-widget .nav-link {
    font-size: 14px !important;
  }

  #footer-widget h3 {
    font-size: 19px;
  }

  #footer-widget .pr-5 {
    margin-bottom: 20px;
  }

  footer#colophon {
    font-size: 14px;
  }

  .section-headers h1 {
    font-weight: 400 !important;
    font-size: 30px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .section-headers h2 {
    font-weight: 400 !important;
    font-size: 25px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .section-headers h3 {
    font-weight: 300 !important;
    font-size: 20px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }
  .carousel-caption {
    left: 53% !important;
    right: 0;
    font-size: 1em !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }
  .page-home-health-2-2 .home-care-text .elementor-image-box-title, .page-id-176 .hospice-level-content .elementor-image-box-title{
    font-size: 25px;
  }
  .wwhp-page .elementor-tab-title, .manage-care-page .elementor-tab-title{
    font-size: 16px;
  }
  #menu-primary-menu li a{
    font-size: 15px !important;
  }

}





@media (min-width:964px) {
  .section-headers h1 {
    font-weight: 400 !important;
    font-size: 40px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .section-headers h2 {
    font-weight: 400 !important;
    font-size: 33px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }

  .section-headers h3 {
    font-weight: 300 !important;
    font-size: 24px !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }
  .carousel-caption{
    right: 0;
    left: 54% !important;
  }
/* 
  .carousel-caption {
    font-size: 1.3em !important;
    left: 52% !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  } */

}




@media (min-width: 1080px) {
  .carousel-caption {
    left: 60% !important;
    right: 0;
    font-size: 1em !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }
}

@media (min-width: 1240px) {
  .carousel-caption {
    left: 54% !important;
    font-size: 1.6em !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
  }
}

@media (min-width: 1414px) {
  .carousel-caption {
    left: 53% !important;
    font-size: 1.6em !important;
    font-family: 'HCo Gotham', Arial, sans-serif !important;
    width: 44%;
  }
}

@media (min-width: 1555px) {
  .carousel-caption {
    left: 55% !important;
    font-size: 1.7em !important;

  }
}

@media (min-width: 1700px) {
  .carousel-caption {
    left: 57% !important;
    font-size: 1.8em !important;

  }
}

@media (min-width: 2000px) {
  .carousel-caption {
    left: 57% !important;
    font-size: 1.8em !important;

  }
}





/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    /* background: transparent; */
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  
  .kp-site-title {
	display: block;
	}
}
