.logoutbtn {
    background: #fff;
    border: 2px solid #862C8F;
    border-radius: 8px;
    cursor: pointer;
/*     height: 3.5rem; */
	height:60px !important;
	width: 150px !important;
    transition: all 0.3s ease;
    margin: 1rem;
/*     left: 110px; */
/* 	position: absolute; */
	bottom: 25px;
	
}

.logoutbtn:hover {
    color: #fff !important;
    background: #862C8F !important;
}

.logoutbtn a {
/*     color: inherit;
    text-decoration: none;
    font-size: 1rem;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 15%;
    padding-top: 3%; */
	text-align: center;
    padding: 6px 0px !important;
}

#main-header.et-fixed-header .logoutbtn a:hover {

    color: #fff !important;

}

 .logoutbtn a:hover {

    color: #fff !important;

}

@media screen and (max-width: 600px) {
    .logoutbtn {
        height: 2.5rem;
        width: 5rem;
        margin: 0.5rem;
				position: unset;
    }

    .logoutbtn a {
        font-size: 0.9rem;
			padding-left: 15%;
    padding-top: 3%;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .logoutbtn {
        height: 3rem;
        width: 5.5rem;
        margin: 0.75rem;
				position: unset;
    }

    .logoutbtn a {
        font-size: 0.95rem;
			padding-left: 15%;
    padding-top: 3%;
    }
}

.nav li {
    position: relative;
    line-height: 3em;
}


@media (min-width: 1400px) {
    .container {
        max-width: 1100px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px !important;
    }
}

.et_pb_column {
	z-index:unset !important;
}


#Contact-Clinicians iframe {
  padding: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
  border: 0;
  height: 230px;
}


@media only screen and (min-width: 768px) {
  .logo {
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    display: block;
    padding-top: 1em;
  }
}

#FiframeSection-powerbi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

#powerbi-iframe {
    width: 100vw;
    height: 550px;
    aspect-ratio: 1062.5 / 550;
    border: none;
}

@media (max-width: 768px) {
    #powerbi-iframe {
        max-width: 100%;
        height: auto;
    }
}



/* for facilities list check box */

  /* Outer container with border */
.facilities-container {
    background-color: rgba(244, 245, 248, 1);
    padding: 30px;
    max-height: 550px;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
}

/* Loading text */
.loading-message {
    font-size: 16px;
    color: #374151;
}

/* Inner selection container */
.facility-selection {
    margin: 0;
    padding: 32px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Header title for selection */
.facility-selection-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
}

/* Table container for facilities */
.facility-list {
    width: 100%;
    max-width: 700px;
    margin: 5px;
    padding: 16px;
    border-collapse: collapse;
}

/* Table row */
.facility-list tr {
    width: 100%;
}

/* Table cell */
.facility-list td {
    width: 25%; /* 4 columns on desktop */
    padding: 12px 20px; /* Matches original grid gap */
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
}

/* Individual checkbox items */
.facility-item {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    max-width: 100%;
    width: max-content;
}

/* Checkbox element */
.facility-checkbox {
    margin-right: 10px;
}

.select-all-checkbox {
    margin-right: 4px;
}

/* Label next to checkbox */
.facility-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Submit button */
.submit-btn {
    width: 100%;
    max-width: 200px;
    background-color: #ffff;
    color: rgba(134, 44, 143, 1);
	border:2px solid rgba(134, 44, 143, 1);
	font-size:16px;
    padding: 10px !important;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px auto;
    display: block;
    opacity: 1;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
}

.submit-btn:focus,
.submit-btn:hover {
    border: 2px solid rgba(134, 44, 143, 1) !important;
    background-color: rgba(134, 44, 143, 1) !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}


.submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
	 background-color:  rgba(134, 44, 143, 1);
    color: #ffff;
}

/* Single facility details view */
.facility-details {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}

.facility-details-inner {
    width: 100%;
}

.facility-text {
    width: 100%;
}

.facility-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Responsive design */
/* Larger tablets/smaller desktops: 3 columns */
@media screen and (max-width: 1024px) {
    .facilities-container {
        padding: 20px;
    }

    .facility-selection {
        padding: 20px;
    }

    .facility-list {
        max-width: 100%;
    }

    .facility-list td {
        width: 33.33%; /* 3 columns */
        padding: 10px 12px;
    }

    .facility-selection-title {
        font-size: 20px;
    }

    .facility-item {
        font-size: 13px;
    }

    .facility-label {
        font-size: 11px;
    }

    .submit-btn {
        max-width: 180px;
        padding: 8px;
    }

    .facility-details {
        padding: 15px;
        max-width: 100%;
    }

    .facility-text h3 {
        font-size: 18px;
    }
}

/* Tablets: 2 columns */
@media screen and (max-width: 768px) {
    .facilities-container {
        padding: 15px;
    }

    .facility-selection {
        padding: 16px;
    }

    .facility-list td {
        width: 50%; /* 2 columns */
        padding: 10px 15px;
    }

    .facility-selection-title {
        font-size: 18px;
    }

    .facility-item {
        font-size: 13px;
    }

    .facility-label {
        font-size: 11px;
    }

    .submit-btn {
        max-width: 150px;
        padding: 8px;
    }
}

/* Mobile: 1 column */
@media screen and (max-width: 480px) {
    .facilities-container {
        padding: 10px;
    }

    .facility-selection {
        padding: 10px;
    }

    .facility-list {
        padding: 10px;
    }

    .facility-list td {
        width: 100%; /* 1 column */
        padding: 8px 10px;
    }

    .facility-selection-title {
        font-size: 16px;
    }

    .facility-item {
        font-size: 12px;
    }

    .facility-label {
        font-size: 10px;
    }

    .submit-btn {
        max-width: 120px;
        padding: 6px;
        font-size: 14px;
    }

    .facility-text h3 {
        font-size: 16px;
    }
}


/* from curana health for newsroom styles: */
.work-slide-show {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(0.5);
  transition: all 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

.work-slide-show.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 99999999;
}

.et_right_sidebar #main-content .container:before {
  display: none;
}

.single-post .entry-content,
.single-post .post-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.single-post .post-categories {
  display: flex;
  flex-wrap: wrap;
}

.single-post .post-categories .post-category {
  color: #161925;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.single-post .entry-title {
  color: #161925;
  font-size: 44px;
  line-height: 65px;
}

.single-post .post-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.single-post .post-meta .post-date {
  color: #161925;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.single-post .post-meta .post-shares {
  align-items: center;
  display: flex;
}

.single-post .post-meta .post-shares h5 {
  color: #161925;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.single-post .post-meta .post-shares .meks_ess {
  display: flex;
  top: 0;
}

.single-post .post-meta .post-shares .meks_ess a {
  font-size: 19px;
  margin-left: 25px !important;
  margin-right: 0 !important;
}

.related-articles {
  border-top: 1px solid #dcdee3;
  padding: 40px 0;
}

.newsroom-hero {
  background-size: cover;
  padding: 75px 0;
  position: relative;
}

.newsroom-hero__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.newsroom-hero__content {
  position: relative;
  z-index: 1;
  margin-left: 150px;
}

.newsroom-hero__headline {
  color: #fff;
  font-size: 48px;
  line-height: 1.5em;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.newsroom-hero__sub_headline {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  max-width: 590px;
}

@media (max-width: 768px) {
  .newsroom-hero {
    padding: 100px 0;
  }

  .newsroom-hero__headline {
    font-size: 40px;
    line-height: 48px;
  }
}

.newsroom-taxonomy-nav {
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}

.newsroom-taxonomy-nav__wrapper {
  padding: 15px 0;
  white-space: nowrap;
}

.newsroom-taxonomy-nav__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsroom-taxonomy-nav__item {
  display: inline-block;
  margin-right: 15px;
}

.newsroom-taxonomy-nav__item a {
  border-radius: 6px;
  color: #161925;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 12px 18px;
  transition: all 0.6s;
}

.newsroom-taxonomy-nav__item a.active,
.newsroom-taxonomy-nav__item a:hover {
  background-color: #862C8F;
  color: #fff;
}

.newsroom-articles {
  position: relative;
}

.newsroom-articles.padding-top-small {
  padding-top: 50px;
}

.newsroom-articles.padding-top-medium {
  padding-top: 80px;
}

.newsroom-articles.padding-top-large {
  padding-top: 120px;
}

.newsroom-articles.padding-bottom-small {
  padding-bottom: 50px;
}

.newsroom-articles.padding-bottom-medium {
  padding-bottom: 80px;
}

.newsroom-articles.padding-bottom-large {
  padding-bottom: 120px;
}

.newsroom-articles__headline {
  color: #161925;
  font-size: 28px;
  line-height: 44.8px;
  margin-bottom: 40px;
}

.article {
  margin-bottom: 30px;
  position: relative;
  border: 2px solid rgba(217, 218, 221, 1);
  padding: 32px;
  border-radius:8px;
}

.article.image_at_left {
  display: flex;
  flex-wrap: wrap;
}

.article.image_at_left .article__thumbnail {
  width: 200px;
}

.article.image_at_left .article__content {
  padding-left: 30px;
  width: calc(100% - 200px);
}

.article__thumbnail {
  margin-bottom: 25px;
  position: relative;
}

.article__thumbnail img {
  width: 100%;
  height: 222px;
  object-fit: cover;
  vertical-align: middle;
}

.article__thumbnail.without-thumbnail {
  margin-bottom: 10px;
}

.article__thumbnail.without-thumbnail .article__categories {
  padding: 0 !important;
  position: relative !important;
}

.article__thumbnail.without-thumbnail a {
  border: 1px solid #f2f2f2;
}

.article__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.article__categories {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  position: absolute;
}

.article__categories a {
  background: #fff;
  color: #161925;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.39px;
  line-height: 28px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.article__categories a:hover {
  background: #ebebeb;
}

.article__date {
  display: none;
  font-size: 13px;
  letter-spacing: 0.48px;
  line-height: 28px;
  color: #161925;
  margin-bottom: 5px;
}

.article__title {
  font-size: 20px;
  line-height: 35px;
  color: rgba(22, 25, 37, 1);
  font-weight:400px;
  margin-bottom: 5px;
  height: 100px;
  overflow: hidden;
}

.article__title.medium,
.article__excerpt {
  font-size: 18px;
  line-height: 28px;
}

.article__excerpt {
  color: #161925;
  margin-bottom: 15px;
}

.article__permalink {
  width: 161px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid rgba(134, 44, 143, 1);
  padding-left: 14px;
  padding-right: 14px;
  background: rgba(255, 255, 255, 1);
  color: rgba(134, 44, 143, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  padding-top:5px;
  transition: all 0.3s ease;
}

.btn-secondary {
  color: #862C8F;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: underline;
	background:white !important;
	border:none !important;
}

.article__permalink:hover {
	color: rgba(255, 255, 255, 1);
	background: rgba(134, 44, 143, 1);
	
}

.btn-secondary:hover {
	 text-decoration: underline;
	background:white !important;
	 color: rgba(53, 117, 193, 1) !important;
}

.newsroom-newsletter {
  background-color: #862C8F;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}

.newsroom-newsletter:before,
.newsroom-newsletter:after {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}

.newsroom-newsletter:before {
  height: 350px;
  left: 200px;
  top: -200px;
  width: 350px;
}

.newsroom-newsletter:after {
  height: 800px;
  right: -650px;
  top: -200px;
  width: 800px;
}

.newsroom-newsletter__headline {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 0;
}

.newsroom-newsletter__sub_headline {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

.newsroom-newsletter__form-wrapper {
  display: flex;
  align-items: flex-end;
}

.newsroom-newsletter__form {
  background: #fff;
  border-radius: 50px;
  display: flex;
  margin-left: auto;
  max-width: 470px;
  padding: 5px;
  width: 100%;
}

.newsroom-newsletter__form .form-input {
  background: transparent;
  border: inherit;
  border-radius: 50px;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 25px;
  width: calc(100% - 150px);
}

.newsroom-newsletter__form .form-submit {
  background-color: #43b59f;
  border: inherit;
  border-radius: 50px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  transition: all 0.6s;
  width: 150px;
}

.newsroom-newsletter__form .form-submit:hover {
  background-color: #389785;
}

/* .col-md-6 {
	flex: 0 0 33% !important;
	max-width: 50%;
} */