/*** Z-Search-Page --- Custom Styles
Last Edited 11-25-2024 ***/

/*hide default thumbnails*/
#breadcrumbs #crumbs {
  display: none;
  height: 0;
}

#breadcrumbs.row {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li a,
#breadcrumbs #crumbs li span {
  display: none;
  height: 0;
}

#breadcrumbs #crumbs li a {
  background: 0 0;
  display: none;
  height: 0;
}

/* Z-WIDGETS ON PAGES SECTIONS */

/*search page widgets*/
.z-search-section {
  /* background: white; */
  /* margin: 0 auto; */
  /* padding: 0px 15px; */
}

.z-search-section #searchsubmit {
  margin: 22px auto 22px;
  max-width: 240px;
  display: block;
}

.z-search-section h4 {
  font-size: xx-large;
  margin: 0 auto;
}


/* START over default syles */
.entry-header {
    border-bottom: none;
}
.z-button-2 {
    max-width: 585px;
    margin: 0 auto;
    text-align: center;
}
/* END over default syles */

.z-search-section .entry-content h2 {
  font-size: 24px;
  font-size: 1.75rem;
  font-size: x-large;
  line-height: 1.6;
}

.z-search-section .widgets_on_page>ul {
  list-style: none;
  /* background: #a4d4ff; */
  /* background: #a4d4ff80; */
  background: none;
  max-width: 100%;
  text-align: center;
  padding: 0px;
}

.z-search-section .widgets_on_page>ul li {
  list-style: none;
  background: transparent;
  margin: 0 auto 15px;
  width: 100%;
  text-align: center;
  padding: 5px 0px 0px;
}

/*** More Page Styles inspired by Featured Page Header 6
Last Edited 11-25-2024 ***/

/*.za-header-container .entry-content img,
.za-header-container img.wp-post-image {
  width: 100%;
  height: auto;
  position: unset;
  transform: translateY(-10px);
}*/

.za-header-container {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.za-header-container:hover {
  cursor: pointer;
}

.za-header-container .z-gradient-overlay {
  background: linear-gradient(0deg, rgb(0 0 0 / 33%) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.za-header-container .z-page-title-content {
  width: 1500px;
  margin: 0 auto;
  background: none;
}

.za-header-container .z-page-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.za-header-container .z-page-title img {}

.za-header-container:hover h1,
.za-header-container:hover img,
.za-header-container:hover .z-sub-ttl h5 {
  background: #015caa;
  background: #454545;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.za-header-container h1 {
  /* background: #015caa; */
  /* background: #015caac4; */
  background: #454545;
  background: #454545e0;
  color: white;
  font-size: xxx-large;
  font-size: -webkit-xxx-large;
  letter-spacing: 0.5px;
  padding: 20px 18px 10px;
  width: 100%;
  min-width: 260px;
  max-width: 620px;
  margin-top: 5em;
  margin-top: 300px;
  margin-left: 0;
}

.za-header-container .z-sub-ttl h5 {
  background: #454545;
  background: #454545e0;
  color: #eeeeee;
  font-size: large;
  padding: 0px 18px 12px;
  /* width: 100%; */
  /* min-width: 260px; */
  max-width: 620px;
}

/* Mods to Global CSS -- hide standard title, adjust page padding */

#the-title {
  display: none;
}

.z-page-wrap {
  padding: 15px 30px 40px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

.entry-content h1,
.comment-content h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-size: xx-large;
  letter-spacing: 0.5px;
  padding: 0px;
  text-align: center;
}

/* ---- START Search Page Specific Mods --- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
  padding: 4px 10px;
  min-height: 54px;
  font-family: inherit;
  border: 1px solid #4f5559;
  border-top: 1px solid #4f5559;
  border-left: 1px solid #4f5559;
  border-right: 1px solid #4f5559;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  margin: 0 auto;
  max-width: 240px;
}

 .z-search-section #searchsubmit {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

/* Styling the search form for a modern, healthcare-appropriate look */
.healthcare-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 800px;
}

.healthcare-search-input-wrapper {
    display: flex;
    width: 100%;
}

.healthcare-search-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    border-radius: 4px 0 0 4px;
    border: 1px solid #cccccc;
    border-right: none;
    outline: none;
    transition: border-color 0.3s;
}

.healthcare-search-input:focus {
    border-color: #00509e; /* Blue color for healthcare look */
}

/* Style the search button for a modern and professional look */
.healthcare-search-button {
    background-color: #005daa; /* Dark DLS Blue */
    color: #fff;
    padding: 15px 20px;
    font-size: 1.2em;
    border-radius: 0 4px 4px 0;
    border: 1px solid #005daa;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}

.healthcare-search-button:hover,
.healthcare-search-button:focus {
    background-color: #00376b;
    color: #ffffff;
}

.search-icon {
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    fill: #fff !important; /* Ensure the icon is white to match the button text */
    margin-left: 10px; /* Add spacing between the text and icon */
}

/* ADA Compliance Considerations */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .healthcare-search-input {
        font-size: 1em;
    }

    .healthcare-search-button {
        font-size: 1em;
    }
}

/*** --- START--- Z-Responsive Mods / Media Queries
   ----------------------------------------------------------- ***/

/* for large screens */
@media only screen and (min-width: 1550px) {
  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-size: 5em;
    letter-spacing: 0.5px;
  }

  .entry-content h1,
  .comment-content h1 {
    font-size: 2rem;
    line-height: 4rem;
    font-size: xxx-large;
    letter-spacing: 0.5px;
    padding: 0px;
    text-align: center;
  }
  .z-search-section #searchsubmit {
  margin: 22px auto 22px;
  max-width: 360px;
  display: block;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    max-width: 360px;
}

  /* adjust header image postion */
  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    position: unset;
    transform: translateY(-100px);
  }
}

@media only screen and (min-width: 1080px) {
  body {
    background: #eee;
  }

  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    font-size: 5em;
    letter-spacing: 0.5px;
  }

  .entry-header {
    display: none;
  }

  .z-page-wrap {
    padding: 30px 30px 50px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }

  .entry-content h2,
  .comment-content h2 {
    font-size: 35px;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .entry-content p,
  .entry-summary p,
  .comment-content p {
    margin: 0 0 21px;
    line-height: 1.714285714;
    font-size: medium;
  }
}

@media only screen and (max-width: 1079px) {
  .z-hero-text h1 {
    text-align: center;
    color: white;
    font-size: xx-large;
    font-size: -web-kit-xxlarge;
    letter-spacing: 0.5px;
  }

  .z-page-wrap {
    padding: 10px 30px 45px;
  }
}

@media only screen and (min-width: 801px) {
  body {
    background: #eee;
  }

  .z-page-wrap {
    padding: 10px 30px 40px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }

  .entry-header {
    display: none;
  }

}

@media only screen and (max-width: 800px) {
  body {
    background: #fff;
  }

  .za-header-container h1 {
    display: none;
  }

  .za-header-container .z-sub-ttl h5 {
    display: none;
  }

  .z-page-wrap {
    padding: 0px 15px 30px;
    max-width: 1500px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
  }

  .za-header-container .z-page-title img {
    margin-top: 20px;
    padding: 30px;
  }

  .za-header-container .z-gradient-overlay {
    background: none;
  }

  .za-header-container {
    height: auto;
  }
  .z-search-section .entry-content h2 {
    font-size: 24px;
    font-size: 1.7rem;
    font-size: x-large;
    line-height: 1.6;
  }
  .entry-content h1, .comment-content h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {

  .entry-header {
    margin-top: 0px;
    margin-bottom:0px;
    display: block;
  }

  .za-header-container .entry-content img,
  .za-header-container img.wp-post-image {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 479px) {

  .entry-header {
    margin-top: 0px;
    margin-bottom:0px;
  }
}

/*** --- END --- Z-Responsive Mods / Media Queries ***/