@charset "UTF-8";
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}


/* Base paragraph styling */
.paragraph {
    font-family: 'Open Sans', Arial, sans-serif;
}


.paragraph p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    color: #3F3F3F !important;
    margin: 0 0 12px 0 !important;
	padding-bottom:1px !important;
	text-align:justify;
}

.paragraph p strong {
    font-weight: 700 !important;
    color: #3F3F3F !important;
}

/* Link styling */
.text-link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 150% !important;
    letter-spacing: 0;
    color: #2A85A6 !important;
    text-decoration: none !important;
    display: inline !important; /* ADD THIS LINE */
}

.text-link:hover {
	font-weight:600;
}

/* ===== LIST FIX START ===== */

/* Reset all UL inside paragraph (important for Divi override) */
.paragraph ul {
    margin-left:30px;
    padding-left: 20px !important;
	text-align:justify !important;
}

/* Base list */
.list {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
/*     margin: 0 !important; */
    padding-left: 20px !important; /* consistent indent */
}

 List items 
 .list li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style-position: outside !important;
} 

/* Space between main sections (COPD, Diabetes, etc.) */
.list > li {
    margin-bottom: 12px !important;
}

/* Space between sibling items */
.list li + li {
    margin-top: 4px !important;
}

/* Nested list fix (KEY PART) */
.list li ul {
    margin-top: 4px !important;
    margin-bottom: 6px !important;
    padding-left: 20px !important; /* SAME as parent for alignment */
}

/* Reset nested list item spacing */
.list li ul li {
    margin: 0 !important;
    padding: 0 !important;
}




.transition-notice-list {
    font-size: 16px !important;
}

.transition-notice-list .list-item {
    font-size: 16px !important;
}

/* ===== Provider Survey ===== */
/* ===== Provider Survey ===== */
/* ==========================================
   SURVEY FORM
========================================== */
.survey-form{
    width:100%;
    max-width:1080px;
	background:#FFFFFF !important;
    margin:0 auto;
    font-family:sans-serif;
	margin-top:120px;
}

/* ==========================================
   COMMON LEFT ALIGNMENT
========================================== */

:root{
  survey-left-indent:18px;
}

/* ==========================================
   GROUP
========================================== */

.survey-form__group{
    width:100%;
    margin-bottom:16px;
	flex-wrap: wrap;
	display:flex;
	color:#3F3F3F !important;
    font-size:20px;
	font-family:'Open Sans';
    font-weight:400;
    line-height:150%;
	letter-spacing:0%;
}

.survey-form__group p:nth-of-type(2) {
   padding-top:20px;
	padding-bottom:20px;
}

/* ==========================================
   SECTION HEADING
========================================== */

.survey-form__heading{
    width:100%;
    padding:12px 10px;
    background-color:#d0e8f0;
    border-radius:4px;
    margin-top:10px;
    margin-bottom:10px;
}

/* ==========================================
   SECTION HEADING
========================================== */

.survey-form__heading{
    width:100%;
    padding:12px 10px;
    background-color:#D0E8F0;
    border-radius:4px;
    margin-top:10px;
    margin-bottom:10px;

}

.survey-form__heading h4{
  
    margin: 0;
    padding: 0 !important;
	font-family:'Poppins',sans-serif;
    font-size:28px !important; 
    font-weight:700;
    line-height:120%;
    letter-spacing:0;

    color:#182D57 !important;
}
/* ==========================================
   QUESTION ROWS
========================================== */

.survey-form__item-wrapper{
    display:flex;
    align-items:center;
    width:100%;
    padding:10px 0;
}

.survey-form__item{
    padding:10px;
}

/* LEFT COLUMN */

.survey-form__item.left{
    width:65%;
    flex:0 0 65%;
    display:block;
	padding:10px !important;
	color:#3F3F3F !important;
    font-size:20px;
	font-family:Open Sans;
    font-weight:400;
    line-height:150%;
	letter-spacing:0%;
}

/* RIGHT COLUMN */

.survey-form__item.right{
    width:35%;
    flex:0 0 35%;

    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:nowrap;
}

/* ==========================================
   RATING OPTIONS
========================================== */

.survey-form__options{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.survey-form__option{
    display:flex;
    justify-content:center;
    align-items:center;
}

.survey-form__option-radio{
    position:absolute;
    opacity:0;
}

.survey-form__option-label{
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}

.survey-form__option-circle{
    width:20px;
    height:20px;
    border:2px solid #C8CCD1;
    border-radius:50%;
    background:#fff;
    display:block;
}

.survey-form__option-radio:checked
+ .survey-form__option-label
.survey-form__option-circle{
    border-color:#2E87AA;
    box-shadow:inset 0 0 0 5px #2E87AA;
}

/* ==========================================
   YES / NO SECTION
========================================== */

.survey-form__group > .survey-form__item.right{
    justify-content:flex-start;
    gap:40px;
	 padding-left:40px;
}

.survey-form__group > .survey-form__item.right .survey-form__option{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
}

.survey-form__group > .survey-form__item.right .survey-form__option-label{
    display:flex;
    align-items:center;
    white-space:nowrap;

    padding:0 !important;
    margin:0 !important;
	gap:10px;
    font-size:16px;
    line-height:24px;
}

/* ==========================================
   YES / NO RADIO ICONS
========================================== */

.survey-form__option-radio{
    position:absolute;
    opacity:0;
}

.survey-form__option-label{
    display:flex;
    align-items:center;
    cursor:pointer;
    margin:0;
}

.survey-form__option-icon{
    width:24px;
    height:24px;
    margin-right:8px;
    flex-shrink:0;

    background-image:url('https://alignseniordev.wpenginepowered.com/wp-content/uploads/2026/06/Property-1Default.svg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

.survey-form__option-radio:checked
+ .survey-form__option-label
.survey-form__option-icon{
    background-image:url('https://alignseniordev.wpenginepowered.com/wp-content/uploads/2026/06/Property-1click.svg');

}

/* ==========================================
   FORM FIELDS
========================================== */

/* ==========================================
   FORM FIELDS
========================================== */

.survey-form label{
    display:block;
    margin-bottom:8px;

    font-family:'Open Sans',sans-serif !important;
    font-size:14px;
    font-weight:600;
    line-height:110%;

    color:#182D57 !important;
}

.form-control{
    width:100%;
    height:48px;
    background:#FFFFFF;
    border:1px solid #7F8081 !important;
    border-radius:0px;

    padding:12px 16px;

    font-family:'Open Sans',sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:24px;

    color:#182D57;

    transition:border-color .2s ease;
}

.form-control::placeholder{
    color:#7F8081;
}

.form-control:focus{
    outline:none;
    border:1px solid #2E87AA;
}

textarea.form-control{
    min-height:140px;
    resize:vertical;
}



/* ==========================================
   BUTTON
========================================== */

.d-flex.justify-content-end{
    display:flex;
    justify-content:flex-end;
    margin-top:24px;
}

.btn.btn-primary.btn-arrow{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    padding:20px 24px;
    min-width:auto;
    height:auto;

    background:#FDB515;
    border:1px solid #FDB515;
    border-radius:100px !important;

    font-family:'Open Sans',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:100%;
    letter-spacing:0;

    color:#182D57;
    text-transform:none;

    cursor:pointer;
    transition:all .2s ease;
}

.btn.btn-primary.btn-arrow:hover{
    background:#E99A1A;
    border-color:#E99A1A;
    color:#182D57;
}

.btn.btn-primary.btn-arrow:focus{
    outline:none;
    box-shadow:none;
}
/* ==========================================
   TABLET (≤ 980px)
========================================== */



@media only screen and (max-width:980px) and (min-width:769px){

    .survey-form{
        margin-top:60px;
        padding:0 24px;
    }

    .survey-form__heading h4{
        font-size:22px !important;
    }

    .survey-form__group{
        font-size:18px;
    }

    .survey-form__item-wrapper{
        display:flex !important;
        flex-direction:row !important;
        align-items:center !important;
        width:100%;
    }

    .survey-form__item.left{
        width:65% !important;
        flex:0 0 65% !important;
        padding-right:20px !important;
        font-size:18px;
    }

    .survey-form__item.right{
        width:35% !important;
        flex:0 0 35% !important;
        display:flex !important;
        justify-content:space-between !important;
        align-items:center !important;
    }

    .survey-form__options{
        width:100%;
        display:flex !important;
		
        justify-content:space-between !important;
        align-items:center !important;
        flex-wrap:nowrap !important;
    }

    .survey-form__option{
        flex:1;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .survey-form__group > .survey-form__item.right{
        justify-content:flex-start !important;
        gap:24px;
        padding-left:20px !important;
    }

    .btn.btn-primary.btn-arrow{
        padding:16px 20px;
        font-size:16px;
    }
}


/* ==========================================
   MOBILE (768px and below)
   Question on top, radio buttons below
========================================== */

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

    .survey-form{
        margin-top:40px;
        padding:0 30px;
    }

    .survey-form__heading h4{
        font-size:20px !important;
    }

    .survey-form__group{
        font-size:16px;
    }

    .survey-form__item-wrapper{
        display:flex !important;
        flex-direction:column !important;
        align-items:flex-start !important;
        width:100%;
    }

    .survey-form__item.left{
        width:100% !important;
        flex:0 0 100% !important;
        padding:0 0 16px 0 !important;
        font-size:16px;
    }

    .survey-form__item.right{
        width:100% !important;
        flex:0 0 100% !important;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        margin-top:10px !important;
        padding:0 !important;
    }

    .survey-form__options{
        width:100%;
        display:flex !important;
        flex-direction:row !important;
		margin-top: -90px !important;
        justify-content:space-evenly !important;
        align-items:center !important;
        flex-wrap:nowrap !important;
    }

    .survey-form__option{
        flex:1;
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
    }

    .survey-form__option-label{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        margin:0 !important;
        padding:0 !important;
    }

    .survey-form__option-circle{
        margin:0 auto !important;
    }

    /* Yes / No section */
    .survey-form__group > .survey-form__item.right{
        display:flex !important;
        justify-content:flex-start !important;
        gap:20px;
        padding-left:0 !important;
        flex-wrap:wrap;
    }

    .d-flex.justify-content-end{
        justify-content:center;
    }

    .btn.btn-primary.btn-arrow{
        width:100%;
        font-size:16px;
        padding:16px 20px;
    }
}


/* ==========================================
   MTM Content Global CSS
========================================== */

/* Paragraph */
p.mtm-paragraph {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
}

p.mtm-paragraph:last-of-type {
    margin-bottom: 0 !important;
}

p.mtm-paragraph strong {
    font-weight: 700 !important;
    color: #000000 !important;
}

/* Unordered List */
ul.mtm-list {
    display: block !important;
    list-style: disc outside !important;
    list-style-type: disc !important;
    list-style-position: outside !important;

    margin: 0 0 16px 24px !important;
    padding: 20px !important;
}

/* List Items */
ul.mtm-list > li.mtm-list-item {
    display: list-item !important;
    list-style: disc outside !important;
    list-style-type: disc !important;

    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 150% !important;
    letter-spacing: 0 !important;
    color: #000000 !important;

    margin: 0 0 8px !important;
    padding: 0 !important;
}

ul.mtm-list > li.mtm-list-item:last-child {
    margin-bottom: 0 !important;
}

ul.mtm-list > li.mtm-list-item strong {
    font-weight: 700 !important;
    color: #000000 !important;
}

/* Links */
a.mtm-link {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    color: #2A85A6 !important;
    
}

a.mtm-link:hover {
    font-weight:700 !important;
}





/* Medical Necessity Table Styles */

.medical-necessity-table-wrap{
    width:100% !important;
    overflow-x:auto !important;
    margin:0px 0 65px !important;
}

.medical-necessity-border{
    width:100% !important;
    border-collapse:collapse !important;
    border-spacing:0 !important;
    border:1px solid #EFF5F8 !important;
    background:#FFFFFF !important;
}

.medical-necessity-th{
    width:50% !important;
    padding:22px 16px !important;
    text-align:left !important;
    vertical-align:middle !important;
    border:none !important;
    border-bottom:1px solid #EFF5F8 !important;
    font-family:"Open Sans",sans-serif !important;
    font-size:20px !important;
    font-weight:600 !important;
    line-height:150% !important;
    color:#182D57 !important;
}

.medical-necessity-tr{
    border-bottom:1px solid #EFF5F8 !important;
}

.medical-necessity-tr:last-child{
    border-bottom:none !important;
}

.medical-necessity-td{
    width:50% !important;
    padding:18px 16px !important;
    text-align:left !important;
    vertical-align:top !important;
    border:none !important;
    font-family:"Open Sans",sans-serif !important;
    font-weight:400 !important;
    line-height:150% !important;
    color:#3F3F3F !important;
}

@media (max-width:767px){
.medical-necessity-th,
.medical-necessity-td{
    padding:16px 12px !important;
}
}




.network-provider-list {
    margin: 20px 0 0 30px !important;
	color: #000000 !important;
	font-size:16px !important;
    padding-left: 40px !important;
    padding-bottom: 0 !important;
    list-style-position: outside !important;
    line-height: 150% !important;
}

.network-provider-list > li {
    display: list-item !important;
    line-height: 150% !important;
    margin-bottom: 32px !important; /* Gap between 1, 2 and 3 */
    padding-left: 6px !important;
}

.network-provider-list > li:last-child {
    margin-bottom: 0 !important;
}

.network-text-link {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #2A85A6 !important; /* Use the same color as your existing text-link */
    text-decoration: none !important;
    transition: font-weight 0.2s ease;
}

.network-text-link:hover{

    font-weight: 600 !important;
    color: #2A85A6 !important;
    text-decoration: none !important;
}




.partd-comparison-table-wrap {
  width: 100%;
  margin: 32px 0;
  overflow-x: auto;
	border: 1px  #EFF5F8;
}
table.partd-comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
 border: 1px solid  #EFF5F8;
}
table.partd-comparison-table th,
table.partd-comparison-table td {
  padding: 28px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #EFF5F8;
}
table.partd-comparison-table th {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #182D57 !important;
 background: #FFFFFF;
}
table.partd-comparison-table td {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #3F3F3F;
}
table.partd-comparison-table th:nth-child(1),
table.partd-comparison-table td:nth-child(1) {
  width: 34%;
}
table.partd-comparison-table th:nth-child(2),
table.partd-comparison-table td:nth-child(2) {
  width: 23%;
}
table.partd-comparison-table th:nth-child(3),
table.partd-comparison-table td:nth-child(3) {
  width: 43%;
}
table.partd-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.accordian-column1{
	width:270px !important;
}
.accordian-column2{
/* 	width:798px !important; */
}
@media (max-width: 768px) {
  table.partd-comparison-table {
/*     min-width: 760px; */
  }
  table.partd-comparison-table th,
  table.partd-comparison-table td {
    padding: 20px 16px;
    font-size: 18px;
  }
}

 .organization-determination-h3 .et_pb_text_inner > div {
        width: 100% !important;
        max-width: 100% !important;
        gap: 16px !important;
    }

    .organization-determination-h3 h3 {
        width: auto !important;
        max-width: 100% !important;
        white-space: normal !important;
        padding-left: 20px !important;
    }




/* Tablet */
@media only screen and (max-width: 980px) {
	.benefit-buttons{margin-top:140px !important}
	.file-an-appeal .et_pb_section { padding:0px!important}
	 .grievance-heading .et_pb_text_inner > div {
        width: 100% !important;
        max-width: 415px !important;
    }
	.grievance-module  > .et_pb_code_inner > div {
        width: 100% !important;
        max-width: 416px !important;
		padding:10px !important;
		 font-size: 16px !important;
		 
        margin-left: 0 !important;
        flex-direction: column !important;
    }
	.grievance-module h3 {
        font-size: 16px !important;
    }
	  .grievance-module .et_pb_code_inner > div > div:last-child {
        padding-left: 0 !important;
    }
	.Accordion-FAQ .et_pb_toggle {
        width: 100% !important;
/* 		padding:10px !important; */
    }
	
	    .benefit-buttons {
        margin-top: 40px !important;
}
	.et_pb_toggle_title {
		font-size: 20px !important ;}
	
	
	  .tablet-two-cards {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
		          padding-left: 80px !important;
    }

    .tablet-two-cards > .et_pb_column {
        width: 48% !important;
        max-width: 48% !important;
        flex: 0 0 48% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
	
	.resource-cards {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .resource-cards > .et_pb_column {
        width: 50% !important;
        max-width: 100% !important;
        margin: 0 0 20px !important;
    }
	.survey-banner-petals {display:none;}
	   .blurb-h5 {
        width: auto !important;
        max-width: 100% !important;
    }
	
	
	 .hm-checklist-item{
/*         padding-left:20px !important; */
    }
	.testimonial-wrapper-appo{
		width:100% !important;
	}
	
	
	 
/* 	.et_pb_row.et_pb_row_1 {
		width: 100%;} */
	.sbm-tabs{
		padding:20px !important;
	}
	.sbm-sort-row{
		padding:20px !important;
		margin:0px !important
	}
	.sbm-blog-wrap{
		padding:20px !important;
		}
	
	.survey-banner h4 {
		margin-left: -10px !important;
}
	.paragraph ul {
		
	  text-align: unset !important;}
	
	.sbm-single-main{
		width:100% !important;
	}
	  
	  
	
	
	
	
}


	 
/* Mobile */
@media only screen and (max-width: 767px) {
   .benefit-buttons{padding-top: 70px !important;
	padding-left: 10px !important;}
	.member-buttons {
    width: 100%;
		max-width: 320px;}
	  .page-id-3825 .benefit-buttons {
/*         padding-top: 0 !important; */
    }
	  .page-id-3219 .benefit-buttons {
       
		  margin-right: 20px !important;
    }
	
	
	.file-an-appeal { padding:0px !important;}
	 .grievance-heading .et_pb_text_inner > div {
        width: 100% !important;
        max-width: 360px !important;
		 margin-left:20px !important;
    }
	.grievance-module > .et_pb_code_inner > div {
        width: 100% !important;
        max-width: 280px !important;
		padding: 20px !important;
/* 		margin-left:20px !important; */
		  }
	.grievance-module h3 {
        font-size: 16px !important;
    }
	  .grievance-module .et_pb_code_inner > div > div:last-child {
        padding-left: 0 !important;
    }
	.Accordion-FAQ .et_pb_toggle {
        width: 100% !important;
/*         max-width: 316px !important; */
/*         padding:10px !important; */
    }
	 .et_pb_toggle_title {
		font-size: 16px !important;}
	
	 .organization-determination-h3 .et_pb_text_inner > div {
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
    }

    .organization-determination-h3 h3 {
        white-space: normal !important;
        width: auto !important;
        max-width: 100% !important;
        padding-left: 20px !important;
        display: block !important;
        word-break: break-word !important;
    } 
	
	   .hero-description p {
        margin-top: 80px !important;
    }

    .hero-button {
        margin-top: 210px !important;
    }

	 .section-width {
        height: 40px !important;
        min-height: 120px !important;
    }
	
	.paragraph ul {
		margin-left:0px !important;
	  text-align: unset !important;}
	
	 .paragraph p {
        text-align: unset !important;
    }
 .tablet-two-cards {
        display: block !important;
        padding-left: 0px !important;
    }

    .tablet-two-cards > .et_pb_column {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 20px !important;
    }
	.mobile-note-width {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-note-width p {
        width: 100% !important;
    }
	.sign-up-portal .hm-checklist-item {
        width: 100% !important;
        max-width: 100% !important;
    }
	 .resource-cards {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .resource-cards > .et_pb_column {
        width: 100% !important;
        max-width: 325px !important;
        margin:0px 0px 0px 0px !important;
		height:auto !important;
    }
	.survey-banner-petals {display:none;}
	   .blurb-h5 {
        width: auto !important;
        max-width: 100% !important;
    }
	 .et_pb_blurb_3.et_pb_blurb,
    .et_pb_blurb_4.et_pb_blurb {
/*         height: auto !important;
        min-height: unset !important; */
    }
	

	  .hm-checklist-item{
		  width:280px !important;}
	.testimonial-wrapper-appo{
		width:100% !important;
	}
	
	 
      
	  .testimonial-wrapper-appo::after,
    .testimonial-wrapper-appo::before {
        right: unset !important;
    }
	.sbm-tabs{
		padding:20px !important;
	}
	.sbm-sort-row{
		padding:20px !important;
		margin:0px !important;
	}
	.sbm-blog-wrap{
		padding:20px !important;
		}
	.sbm-news-grid {
		gap: 50px 40px !important}
	
	
	
	
	.survey-banner h4 {
		margin-left: -10px !important;
}
	.partd-comparison-table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
    }

    .partd-comparison-table th,
    .partd-comparison-table td {
        width: 33.33% !important;
        padding: 6px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
	

		
	
	
	 
	}
