Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section
HTML
<link rel="stylesheet" href="https://reporting.healthcarecommunities.org/DesktopModules/CSI/CSIQUp_ETCLC/css/confluence-menu.css?ver=5">
HTML
<style>

.left {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.left .logo {
  width: 100%;
  max-width: 400px;
  height: auto;  
}

.left .donate_img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 10px;
}

.left1 img {
  width: 400px;
  height: 150px;
}

.middle {
  width: 40%;
  height: auto;
}

.right {
  width: 20%;
}

.column {
  float: left;
  padding: 10px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the counter cards */
.card {
  min-width: 225px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #fbfbf9;
  font-family: Verdana, sans-serif;
  height: auto;
  margin-bottom: 15px;
}








.bulletin-board-card {
  min-width: 225px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  /* this adds the "card" effect */
  padding: 16px;
  text-align: center;
  background-color: #fbfbf9;
  font-family: Verdana, sans-serif;
  height: auto;
  margin-bottom: 15px;
  margin-top: 0px;
}

.bulletin-board {
  padding-top: 0px;
  margin-top: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bulletin {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding-top: 0px;
  padding-left: 10px;
  width: 80%;
}

.bulletin a {
  font-weight: 900;
}

.bulletin a.external {
  background: url(https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/external.webp) center right no-repeat;
  padding-right: 13px;
}

.bulletin .bulletin_readmore {
  padding-top: 4px;
  display: inline !important;
}

.bulletin-board-header {
  display: flex;
  flex-flow: row wrap;

  /* Then we define how is distributed the remaining space */
  /* justify-content: space-around; */
  /* padding: 0; */
  /* margin: 0; */
  justify-content: flex-start;
}

.bulletin-board-header-img {
  display: inline;
  padding-bottom: 10px;
  width: 15%;
}

.bulletin-board-header-img img {
    width: auto !important;
    height: 40px !important;
}

/* Responsive layout */
@media screen and (max-width: 1500px) {
	.bulletin-board-card {
		width:80%; 
		max-width: 400px !important;
	}
  .bulletin-board-header-img {
    width: 20% !important;
  }	
  
  .bulletin-board-header-img img {
    width: auto !important;
    height: 40px !important;
  }  
}

@media screen and (max-width: 1200px) {
  .bulletin-board-card {
    max-width: 400px !important;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
  }

  .bulletin-board {
    max-width: 350px;
  }

  .bulletin-board-header-img {
    width: 20% !important;
  }

  .bulletin-board-header-img img {
    width: auto !important;
    height: 50px !important;
  }
}



.bulletin-board-header-txt {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: left;
}

hr.rounded {
  width: 75%;
  border-top: 2px solid #bbb;
  border-radius: 5px;
}







* {
  box-sizing: border-box;
}

.header_container {
  text-align: center;
  display: block;
  align-items: center;
  overflow: hidden;
}

.header_left {
  padding: 20px;
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.header_right {
  float: right;
  width: 50% !important;
  height: auto;
}

.header_right1 div {
  text-align: center;
  align-items: center;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 1200px) {
  .header_container {
    display: block;
  }
}

@media screen and (max-width: 1200px) {

  .header_left,
  .header_right {
    float: none;
    margin: auto;
    width: auto;
    border: 0;
    /*border-bottom: 2px solid #000;*/
  }
}


.carousel {
  display: block;
  max-width: 400px;
  min-width: 400px;
  padding-top: 0px;
  padding-left: 5px;
  margin-left: auto;
  margin-right: auto;
}

.mySlides {
  display: none;
}

.mySlides img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.mySlide {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

#main1 {
  max-width: 1600px;
}

.test .confluenceTd {
  padding: 2px 5px !important;
  /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
  vertical-align: top;
  text-align: center;
  min-width: 8px;
  /* CONF-39943: set table cell min-width to which cursor can be focused */
  background-color: #FFFFFF !important;
  border: 0px none #FFF;
}

.test .confluenceTd td {
  padding: 0px 15px !important;
  /* CONFDEV-13618: line-height will add up 3 pixels, so we have a 10px top padding for text. Images will remain with 7px top margin though (see thread in Stash) */
  vertical-align: top;
  text-align: center;
  min-width: 8px;
  /* CONF-39943: set table cell min-width to which cursor can be focused */
  background-color: #FFFFFF !important;
  border: 0px none #FFF;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1500px) {
  .left {
    width: 30%;
  }

  .left logo {
    width: 300px;
    height: 100px;
  }
  .left donate_img1 {
    width: 300px;
    height: 100px;
  }  
  .right {
    width: 30%;
  }
  .card {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1200px) {
  .column {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .card {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

</style>


Column
width100%

HTML
<div class="header_container row">
  <div class="column left">
    <img class="confluence-embedded-image image-center logo" height=150px draggable="false" src="https://qnetconfluence.cms.gov/download/attachments/202386541/ETCLC-Logo-FullColor-400px.jpg?version=1&modificationDate=1675267197903&api=v2" alt="" />
  </div> 
  <div class="column middle">
    <div class="carousel">
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca1.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca2.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca3.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca4.jpg"/></div>
      <div class="mySlides"><img class="mySlide" src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/carousel/ca5.jpg"/></div>       
    </div>
  </div>
   <div class="column right"> 
    <div class="card">
      <h3>Current ETCLC Members</h3>
      <p>Progress Tracker <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=b2c_1_etclc_signin&response_type=id_token&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&redirect_uri=https%3A%2F%2Fetclc.healthcarecommunities.org%2F&response_mode=form_post&scope=openid&state=generic' target='_blank'>Login</a></p>
      <p>Not a Tracker user? <a href='https://healthcarecommunities.b2clogin.com/healthcarecommunities.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1_ETCLC_signup&client_id=07e0f659-b33e-444d-a279-b6e0d59f8e67&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fghn.healthcarecommunities.org%2Fwp-login.php&scope=openid&response_type=id_token&prompt=login' target='_blank'>Register</a></p>
</div> 

     <div class="bulletin-board-card hidden">
      <div class="bulletin-board-header">
        <div class="bulletin-board-header-img"><img src='https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/images/icons8-bulletin-board-94.png' /></div>
        <div class="bulletin">
          <div class="bulletin-board-header-txt">ETCLC Bulletin</div>
          <div>
            <div style="font-weight:600;margin-bottom:4px;">In Person Learning Sessions</div>
            <i>April 10</i>, Baltimore, MD <div class="bulletin_readmore">click <a class='external' href='https://www.hsag.com/ETCLC-Events' target='_blank'>here</a></div>
          </div>

        </div>
      </div>
    </div> 
</div>  
<script async src="https://reporting.healthcarecommunities.org/Desktopmodules/CSI/CSIQUp_ETCLC/js/carousel.js"></script>




Section


Column


HTML
<div class="container">
  <!--start CssMenu-->
  <div id="cssmenu">
    <ul>
      <li>
        <span>About ETCLC <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/End+Stage+Renal+Disease+Treatment+Choices+Learning+Collaborative?preview=/202386541/209161617/ETCLC%20Recruitment%20Talking%20Points_FINAL2.pdf">FAQ's</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/beta1?preview=%2F517474114%2F537232798%2FETCLC+Committment+for+Results+10.27.21_fillable-2-10-23.pdf">Learn More</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/National+Faculty">National Faculty</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/LCC#">Leadership Coordinating Council</a></li>
          <li><a href="https://etclc.healthcarecommunities.org/">ETCLC Progress Tracking System</a></li>
        </ul>
      </li>
      <li>
        <span>Participating Organizations <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/opo">Organ Procurement Organizations</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/transplant+centers">Transplant Centers</a></li>
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/donor+hospitals">Donor Hospitals</a></li>
        </ul>
      </li>
      <li>
        <span>Resources <i class="arrow"></i></span>
        <ul class="dropdown">
          <li><a href="https://qnetconfluence.cms.gov/display/ETCLC/Change+Packages">Change Packages</a></li>
          <li><a href="https://app.powerbi.com/view?r=eyJrIjoiMmJmMDMyYjktNTVmNS00ZDBmLWE4NDAtNjVlNWU3OThmNzE4IiwidCI6Ijc0MjZkZWJmLWQ4MDItNDFkMi05ZGJjLTJjNjk0YmRlYjZmZiIsImMiOjF9">National Dashboard</a></li>
        </ul>
      </li>
      <li>
        <span>Patient and Donor Family <i class="arrow"></i></span>
        <ul class="dropdown right0">
          <li><a href="https://registerme.org/">Become a Donor</a></li>
        </ul>
      </li>
    </ul>
    <!--end CssMenu-->
  </div>




Section


CSS Stylesheet
.confluenceTh, .confluenceTd {
	background-color: #FFFFFF !important;
    border: 0px none #FFF;    
}
.confluence-embedded-image {
	cursor: none !important;
}



Section


HTML
<div class="hwrap">
  <div class="hmove">
	<div class="hitem">Thank you for everything you do to support Kidney Donation and Transplantation.</div>
  </div>
</div>


CSS Stylesheet
 /* (A) FORCE ALL ITEMS INTO SINGLE ROW */
 .hmove {
   	display: flex;
	white-space: nowrap;
 }

 .hitem {
   width: 100%;
   flex-shrink: 0;
   font-size: 21px;
   font-family: Verdana, sans-serif;
 }

 .hwrap {
   overflow: hidden;
   padding-bottom: 15px;
 }

 /* (B) MOVE ITEMS FROM RIGHT TO LEFT */
 /* first item = 0, fourth item = -300% */
 @keyframes tickerh {
   0% {
     transform: translatex(100%);
   }

   100% {
     transform: translatex(-75%);
   }
 }

 .hmove {
   animation: tickerh linear 20s infinite;
 }

 .hmove:hover {
   animation-play-state: paused;
 }

 @media only screen and (min-width: 200px) and (max-width: 600px) {
   .hmove {
     animation: tickerh linear 30s infinite;
   }
 }

 @media only screen and (min-width: 601px) and (max-width: 1000px) {
   .hmove {
     animation: tickerh linear 30s infinite;
   }
 }

.hidden {
	display: none !important;
}



Round Rectangle
bgcolor#B3E5FC

WHAT IS ETCLC?

To accomplish the goals of the Advancing American Kidney Health initiative, the Centers for Medicare & Medicaid Innovation (CMMI) in collaboration with Health Resources and Services Administration (HRSA), and Centers for Medicare & Medicaid Services (CMS) created the End Stage Renal Disease (ESRD) Treatment Choices Learning Collaborative (ETCLC).

The collaborative boasts over 350 organizations that are encouraged to share best and promising practices across the kidney transplant continuum. The goal of the ETCLC is to improve kidney recovery, donation, and utilization in rapid-cycle quality improvement activities so people with end stage renal disease have greater access to kidney transplantation.


Section


Align
aligncenter
classtest

NATIONAL AIMS

2021 - 2026






Section


HTML
<br><br>


Center



A Collaborative Built for a Broad Community

The ETCLC will bring transplant centers, Organ Procurement Organizations (OPOs), donor hospitals, patients, and donor families together to reduce the disparity in performance among OPOs and transplant centers with the goal of increasing kidney recoveries by OPOs and utilization of kidneys by transplant centers.


Supported by National Leaders

ETCLC members are supported by a National Faculty and Leadership Coordinating Council made up of thought leaders and organizations in the field of organ recovery and transplant.


Dedicated QI Coaches Leveraging a Tested Change Package

ETCLC members are guided by a national network of quality improvement coaches who lead QI Teams to identify best and promising practices that drive recovery and utilization performance and spread these practices throughout the kidney transplant community using the Kidney Donation and Utilization Change Package.


Amplifying the Patient and Family Voice

People on dialysis, transplant recipients, and donor family members have an important voice and role in the ETCLC by identifying patient and family education needs around organ donation and transplant.



Undo          




Alert
titleAbout this site
typeInfo

This site is intended for healthcare professionals seeking information on the CMS/HRSA-sponsored End Stage Renal Disease Treatment Choices Learning Collaborative.  If you are a patient seeking information on a kidney transplant click HERE.


HTML
<script>
AJS.toInit(function(){
	if (AJS.params.remoteUser == ''){
		if (AJS.$("div.ia-fixed-sidebar").width() > 55){
			AJS.Confluence.Sidebar.toggle();
		}		
		AJS.$(".ia-fixed-sidebar").hide();		
	}
});
</script>
<style>
#breadcrumb-section {
	display: none !important;
}

#aui-flag-container {
	right: 0px !important;
  	left: 10px !important; 
}
</style>