:root {
  /*--heading-h1: clamp(2.5rem, 1.9718rem + 2.2535vw, 4rem);*/
	--heading-h1:60px;
	--heading-h2:48px;
	--heading-h3:40px;
	--heading-h4:32px;
	--heading-h5:24px;
	--heading-h6:20px;
	--font-body-lg:20px;
	--font-body-lg-bold:20px;
	--font-body-lg-link:20px;
	--font-body:18px;
	--font-body-bold:18px;
	--font-body-link:18px;
	--font-body-sm: 14px;
	--font-body-sm-bold: 14px;
	--font-body-sm-link: 14px;
	--font-body-xsm: 12px;
	--font-body-xsm-bold: 12px;
	--font-body-xsm-link: 12px;

	--color-white : #fff;
	--color-black : #000;
	--color-purple : #5A2C83;
	--color-red : #D90029;
	--color-blue : #27B0DE;
	--color-purple-tint : #E5DCEB;
	--color-blue-tint : #D6EFF9;
	--color-dark-purple :#671088;
	--color-steal-teal : #007BAA;
	--color-green-tint : #F2F7E1;
	--color-green-light : #B3E3F3;


	--background-color-blue:#27B0DE; 
	--background-color-red:#D90029;
	--background-color-light-blue:#B3E3F3;

	/*--proxima-nova-900: "proxima-nova-900";*/

}



#header-h1,
.header-h1{
	font-size: var(--heading-h1);
	line-height: 72px;
}
#header-h2,
.header-h2{
	font-size: var(--heading-h2);
	line-height: 56px;
}
#header-h3,
.header-h3{
	font-size: var(--heading-h3);
	line-height: 48px;
}
#header-h4,
.header-h4{
	font-size: var(--heading-h4);
	line-height: 38px;
}
#header-h5,
.header-h5{
	font-size: var(--heading-h5);
	line-height: 28px;
}
#header-h6,
.header-h6{
	font-size: var(--heading-h6);
	line-height: 24px;
}


#font-body-lg,
.font-body-lg{
	font-size: var(--font-body-lg);
	line-height: 28px;
}

#font-body-lg-bold,
.font-body-lg-bold{
	font-size: var(--font-body-lg-bold);
	line-height: 28px;
}
#font-body-lg-link,
#font-body-lg-link{
	font-size: var(--font-body-lg-link);
	line-height: 28px;
}
#font-body,
.font-body{
	font-size: var(--font-body);
	line-height: 24px;
}
#font-body-bold,
.font-body-bold{
	font-size: var(--font-body-bold);
	line-height: 24px;
}
#font-body-link,
.font-body-link{
	font-size: var(--font-body-link);
	line-height: 24px;
}
#font-body-sm,
.font-body-sm{
	font-size: var(--font-body-sm);
	line-height: 16px;
}
#font-body-sm-link,
.font-body-sm-link{
	font-size: var(--font-body-sm-link);
	line-height: 16px;
}
#font-body-sm-bold,
.font-body-sm-bold{
	font-size: var(--font-body-sm-bold);
	line-height: 16px;
}
#font-body-xsm,
.font-body-xsm{
	font-size: var(--font-body-xsm);
	line-height: 14px;
}
#font-body-xsm-link,
.font-body-xsm-link{
	font-size: var(--font-body-xsm-link);
	line-height: 14px;
}
#font-body-xsm-bold,
.font-body-xsm-bold{
	font-size: var(--font-body-xsm-bold);
	line-height: 14px;
}

/*-------color-------------*/
#color-purple,
.color-purple{
	color: #5A2C83;
}
#color-red,
.color-red{
	color: #D90029;
}
#color-blue,
.color-blue{
	color: #27B0DE;
}
#color-purple-tint,
.color-purple-tint{
	color: #E5DCEB;
}
#color-blue-tint,
.color-blue-tint{
	color: #D6EFF9;
}
#color-dark-purple,
.color-dark-purple{
	color:#671088;
}
#color-steal-teal,
.color-steal-teal{
	color: #007BAA;
}
#color-green-tint,
.color-green-tint{
	color:#F2F7E1;
}
#color-green-light,
.color-green-light{
	color:#B3E3F3;
}

.fullSiteBdy#moa-bodyID{
	color: var(--color-black);
	background-color: #f9f9f9;
}
.fullSiteBdy#moa-bodyID .container-fluid,
.fullSiteBdy#moa-bodyID #container-fluid{
	max-width:1440px;
	padding-left:16px;
	padding-right:16px;
	margin: 0 auto;
}
.fullSiteBdy#moa-bodyID #page-banner{
	margin-bottom:57px; 
}
.fullSiteBdy#moa-bodyID #page-banner img{
	width: 100%;
}
#moa-bodyID .banner-wrap{
	position: relative;
}
#moa-bodyID .banner-content{
	position: absolute;
	bottom: 15%;
	color: var(--color-white);
	left: 0;
	right: 0;
}
#moa-bodyID .banner-content .container-fluid{
	max-width: 1130px;
	margin: 0 auto;
} 
#moa-bodyID .width-800{
	max-width: 800px;
	margin: 0 auto;
} 
.fullSiteBdy#moa-bodyID .mx-w-230{
	max-width: 225px;
}
.fullSiteBdy#moa-bodyID .ml-auto{
	margin: 0 0 0 auto;
}

.fullSiteBdy#moa-bodyID .mr-auto{
	margin: 0 auto 0 0;
}
.fullSiteBdy#moa-bodyID .text-uppercase{
	text-transform: uppercase;
}
.fullSiteBdy#moa-bodyID .color-barkBlue{
	color: var(--color-purple);
}
.fullSiteBdy#moa-bodyID .color-black{
	color: var(--color-black);;
}
.fullSiteBdy#moa-bodyID .fontsize96{
	font-size: 96px;
	line-height: 72px;
	color: var(--color-purple);
	line-height: 1;
}
.fullSiteBdy#moa-bodyID .fontsize-body-base{
	font-size: 18px;
	line-height: 24px;
}
.fullSiteBdy#moa-bodyID .d-flex{
	display: flex;
}
.fullSiteBdy#moa-bodyID .d-none{
	display:none;
}

/*moa 2nd section css*/
.sec2-wrap{
	position: relative;
	text-align: center;
/*	padding-bottom: 170px;
	background-image: url('/content/dam/intelligentcontent/brands/bax-hcp/us/en/full-site/images/shared/sec-2.png');
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 65%;*/
}
.sec2-wrap img{
	max-width: 815px;
}
#moa-bodyID .two-cal-parent{
	display: flex;
	position: absolute;
	top: 0;
	width: 100%;
	gap:35px;
}
.two-cal-parent .col{
	flex: 50%;
	text-align: left;
	border-radius:32px;
	/*padding: 30px 23px;*/
}
.two-cal-parent .col .mx-w-260{
	max-width: 260px;
	padding: 25px 6px 15px 5px;
}
.two-cal-parent .col .mx-w-230{
	padding: 25px 6px 15px 20px;
}
.two-cal-parent .col h3,
.two-cal-parent .col p{
	margin-bottom: 15px;
}
.two-cal-parent .col p:last-child{
	margin-bottom:0;
}
.two-cal-parent .col1{
	border:8px solid var(--color-red);
}
.two-cal-parent .col2{
	border:8px solid var(--color-purple); 
}
#moa-bodyID .visibility-none{
	visibility: hidden;
}
.sec2-img-parent {
    position: relative;
    overflow-x: auto;
	margin-top: 56px;
}
.sec2-img-parent img{
    width: 100%;
}

/*-------------*/
#moa-bodyID #sec-3 h4.seeHow-maHdWd {
    width: 82%;
    margin: 0 auto;
}
#sec-3,
.sec-3{
	text-align: center;
}
#moa-bodyID .my-65{
	margin: 35px 0 50px;
}
#moa-bodyID .mt-20{
	margin-top:20px; 
}
#sec-3 h4{
	text-transform: uppercase;
	font-size: var(--heading-h4);
	line-height: 38px;
}
#sec-3 .table.parbase{
	/* overflow-x: auto; */
	margin:20px 0;
}
#sec-3 .moa-table{
	margin-bottom: 10px;
	padding:15px 20px;
border-radius: 25px;
    border: 8px solid var(--color-green-light);
    display: table;
	background-color: #F9F9F9;

}
#moa-bodyID .text-center{
	text-align: center;
}
#moa-bodyID .fontsize-body-base{
	font-size: 18px;
	line-height: 24px;
}
.moa-table .d-flex{
	align-items: center;
	gap:10px;
	/*min-width: 205px;*/
	width: 100%;
}
#moa-bodyID.fullSiteBdy #sec-3 .moa-table table {
  border: none;
  border-collapse: collapse;
}
.moa-table td, .moa-table th{
	border-color: #B3E3F3;
	padding: 10px 10px;
}
.moa-table td{
	vertical-align: top;
	text-align: left;
	padding: 25px 10px;
}
.moa-table td img{
	width: 69px;
}
.moa-table tr:first-child th{
	border-top-color:transparent;
	border-left-color:transparent;
}
.moa-table tr:last-child td{
	border-bottom-color: transparent;

}
.moa-table tr td:first-child{
	padding-left:0px;
	border-left-color: transparent;
}

.moa-table tr td:last-child,
.moa-table tr th:last-child{
	border-right-color: transparent;
}
#sec-3 .mb-40px{
    margin-bottom:40px;
}
#sec-3 .mb-10px{
    margin-bottom:10px;
}
.fullSiteBdy#moa-bodyID #footNotes-secMain {
    text-align: left;
}
.fullSiteBdy #aldosterone_title {
    /*margin: 80px 0px 60px;*/
      margin:40px 0px 60px;
}
.desk-only{
    display: block;
}
.mob_image{
    display: none;
}
.desk_image{
    display: block;
}
#moa-bodyID.fullSiteBdy #purpCallout-wrprCont #callOutComn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 58px 0;
    width: 80%;
    max-width: 1160px;
    margin: auto;
}
@media only screen and (max-width: 991px) {
	.fullSiteBdy#moa-bodyID .container-fluid,
	.fullSiteBdy#moa-bodyID #container-fluid{
		padding-left:30px;
		padding-right:30px;
	}
  .fullSiteBdy#moa-bodyID #sec-3 #container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
	.mob_image{
        display: block;
    }
    #moa-bodyID.fullSiteBdy .sec2-img-wrap {
        width: 100%;
        padding-bottom: 15px;
    }
    #moa-bodyID .sec2-img-parent img.mob_image {
      max-width: 440px;
      margin: 0 auto;
    }
    .desk_image{
        display: none;
    }
	.desk-only{
        display: none;
    }
	.fullSiteBdy#moa-bodyID #page-banner h1{
		margin-bottom: 6px;
	}
	.fullSiteBdy#moa-bodyID #page-banner {
	    margin-bottom: 60px;
	}
	#moa-bodyID.fullSiteBdy .bodyTxt-bold,
	#moa-bodyID.fullSiteBdy .bodyTxt {
	    font-size: 16px;
	    line-height: 18px;
	}
	#moa-bodyID.fullSiteBdy .h1-hdTxt-v1 {
	    font-size: 30px;
	    line-height: 32px;
	}
	.sec2-img-parent {
		/*margin-top: 39px;*/
		margin-top:0;
	}
	.sec2-wrap {
	    margin-bottom: 40px;
	}
	#moa-bodyID .my-65 {
	    margin: 20px 0 25px;
	    max-width: 123px;
	}
	#moa-bodyID .sec3-wrap img.my-65 {
	    max-width: 123px;
	}
	#sec-3 h4 {
	    font-size: 16px;
	    line-height: 18px;
	}
	#moa-bodyID #sec-3 h4.seeHow-maHdWd {
        width: 100%;
    }
	
	#moa-bodyID #moa-table{
		border:4px solid #B3E3F3;
		border-radius:8px;
	display:none
	}
	
	/*	#moa-bodyID .normal-table-container.desktopOnly{*/
	/*	display:none;*/
	/*}*/

	#sec-3 .table.parbase{
	margin: 0;
}
	.fullSiteBdy #aldosterone_title {
    margin: 18px 0px 30px;
}
	#moa-bodyID #ftNt-wrapperMain{
		margin-top:15px;
	}
	.fullSiteBdy#moa-bodyID .mx-w-230,
	.two-cal-parent .col .mx-w-260 {
	    max-width:100%;
	    padding: 25px 20px 15px 20px;
	}
	.fullSiteBdy#moa-bodyID .ml-auto {
	    margin: 0 0 0 0;
	}
	#moa-bodyID .two-cal-parent{
		position: relative;
		flex-direction: column;
	}
	#moa-bodyID.fullSiteBdy .h5-hdTxt {
	    font-size: 16px;
	    line-height:22px;
	}
	#moa-bodyID.fullSiteBdy .bodyTxt-lg-bold {
	    font-size: 18px;
	    line-height: 20px;
	}
   .moa-table tbody{
    	display: grid;
    	grid-template-columns:85px auto;
    }
    .moa-table tbody tr{
    	display:grid;
    	grid-template-rows: 110px 210px 160px 170px 160px 210px;
    }
    .moa-table tr:first-child th{
    	writing-mode: vertical-lr;
    	display: inline-grid;
    	place-items: center;
    }
    .moa-table tr:nth-child(2) td{
    	padding: 10px 20px;
    	border-right-color: transparent;
    	border-top-color: transparent;
    	border-bottom-color:var(--color-green-light);
    }
    .moa-table tr th:last-child{
    	border-right-color:var(--color-green-light);
    }
    .moa-table tr:nth-child(2) td:first-child {
	    padding-left: 20px;
	}
	#moa-bodyID.fullSiteBdy .moa-table tr td:last-child, 
	#moa-bodyID.fullSiteBdy .moa-table tr th:last-child{
		border-bottom-color:transparent;
	}
    #moa-bodyID.fullSiteBdy .moa-table td,
    	.moa-table th{
    	height:115px;
    }
    #moa-bodyID.fullSiteBdy .moa-table tr th:nth-child(2),
    #moa-bodyID.fullSiteBdy .moa-table tr th:nth-child(6){
    	height:210px;
    }
    #moa-bodyID.fullSiteBdy .moa-table .d-flex{
    	flex-direction: column;
    	height: 100%;
        justify-content: center;
        width: 120px;
        align-items: center;
    }
    #moa-bodyID.fullSiteBdy .moa-table .d-flex{
    	/*width: 200px;*/
    }
    #moa-bodyID.fullSiteBdy .moa-table table{
    	border:0px;
    }
    #moa-bodyID.fullSiteBdy .moa-table {
	    margin: 20px 0 20px;
	}
	/* Target your scroll container */
    #moa-bodyID.fullSiteBdy #sec-3 .table.parbase, 
    .sec2-img-parent {
        overflow-x: auto;
        padding-bottom:10px;
    }

    /* Scrollbar container */
    #moa-bodyID.fullSiteBdy #sec-3 .table.parbase::-webkit-scrollbar,
    #moa-bodyID.fullSiteBdy .sec2-img-parent::-webkit-scrollbar {
        height: 8px; /* important for horizontal scroll */
    }

    /* Track (background) */
    #moa-bodyID.fullSiteBdy #sec-3 .table.parbase::-webkit-scrollbar-track,
    #moa-bodyID.fullSiteBdy .sec2-img-parent::-webkit-scrollbar-track {
        background: #D9D9D9; /* match your site bg */
        border-radius: 10px;
    }

    /* Scrollbar thumb (the draggable part) */
    #moa-bodyID.fullSiteBdy #sec-3 .table.parbase::-webkit-scrollbar-thumb,
    #moa-bodyID.fullSiteBdy .sec2-img-parent::-webkit-scrollbar-thumb {
        background: #5A2C83; 
        border-radius: 10px;
        transition: background 0.3s;
    }

    /* Thumb hover effect */
    #moa-bodyID.fullSiteBdy #sec-3 .table.parbase::-webkit-scrollbar-thumb:hover,
    .sec2-img-parent::-webkit-scrollbar-thumb:hover {
        background: #671088;
    }
    #moa-bodyID.fullSiteBdy #sec-3 .mb-40px {
        margin-bottom: 20px;
    }
    #moa-bodyID.fullSiteBdy .d-flex span.text-nowrap {
        font-size: 21px;
        line-height: 21px;
        text-align: center;
    }
    #moa-bodyID.fullSiteBdy .moa-table td, .moa-table th {
        min-height: 210px;
    }
    #moa-bodyID.fullSiteBdy .bodyTxt-lg-bold:nth-child(2){
        word-wrap: break-word;
    }
    #moa-bodyID.fullSiteBdy .tk-proxima-nova .fontClr-prmPurple {
        color: #231F20;
    }
    #moa-bodyID.fullSiteBdy .moa-table tr:last-child td:first-child{
        height: 100px;
        min-height: 120px;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
    }
    
    #moa-bodyID.fullSiteBdy tr.bodyTxt-lg-bold:nth-child(2) td:first-child{
       height: 100px;
        min-height: 120px;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        margin-left: 0;
    }
    #moa-bodyID.fullSiteBdy .moa-table .d-flex{
        width: 100%;
        max-width: 100px;
    }
    #moa-bodyID.fullSiteBdy .h5-hdTxt {
        font-size: 18px;
        line-height: 100%;
        max-width: 100px;
    }
    #moa-bodyID.fullSiteBdy .moa-table tr:first-child th:nth-child(5),
    #moa-bodyID.fullSiteBdy .moa-table tr:nth-child(2) td:nth-child(5),
    #moa-bodyID.fullSiteBdy .moa-table tr:last-child td:nth-child(5){
        min-height: 240px;
    }
	
}
@media only screen and (max-width: 520px) {
	.sec2-img-wrap {
		width: 520px;
	    padding-bottom: 15px;
	}
	#moa-bodyID.fullSiteBdy .sec2-img-wrap {
        width: 100%;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .moa-table th,
.moa-table td {
    border: 1px solid #B3E3F3;
}
    .moa-table tr td:first-child{
      border-left: 1px solid #B3E3F3;
	padding-left:0px;
}

    .moa-table tr:first-child th {
    border-bottom: 1px solid #B3E3F3;
    border-top: 0;
}
.moa-table td{
	vertical-align: middle;
	text-align: left;
padding-top: 16px;
}
  /* Wrapper */
  #moa-bodyID.fullSiteBdy #sec-3 .table.parbase {
    overflow-x: auto;
    margin: 20px 0 !important;
    padding-bottom: 10px;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table {
    width: 100%;
    max-width: 390px;
    min-width: 0 !important;
    margin: 20px auto !important;
    padding: 10px 8px !important;
    border: 4px solid #B3E3F3 !important;
    border-radius: 8px !important;
     background-color: unset !important; 
    box-sizing: border-box;
  }

  /* Turn table into mobile 3-column layout */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table table {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-collapse: collapse !important;
    table-layout: auto !important;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody {
    display: grid !important;
    grid-template-columns: 30% 35% 35%;
    width: 100%;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tr {
    display: contents !important;
    height: auto !important;
  }

  /* Reset all old forced heights / grid / writing mode */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table th,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table td {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    writing-mode: horizontal-tb !important;
    border: 1px solid #B3E3F3 !important;
    padding: 10px 8px !important;
    box-sizing: border-box;
    background: transparent !important;
    color: #231F20;
    word-break: normal !important;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  /* Hide empty top-left cell */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    visibility: hidden;
    border-top: 0 !important;
    border-left: 0 !important;
  }

  /* Top header row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(1) {
    grid-column: 3;
    grid-row: 1;
  }

  /* ACEis and ARBs row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(2) {
    grid-column: 3;
    grid-row: 2;
  }

  /* CCBs row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(3) {
    grid-column: 2;
    grid-row: 3;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(3) {
    grid-column: 3;
    grid-row: 3;
  }

  /* THIAZIDE DIURETICS row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(4) {
    grid-column: 2;
    grid-row: 4;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(4) {
    grid-column: 3;
    grid-row: 4;
  }

  /* MRAs row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(5) {
    grid-column: 2;
    grid-row: 5;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(5) {
    grid-column: 3;
    grid-row: 5;
  }

  /* BAXFENDY row */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(6) {
    grid-column: 2;
    grid-row: 6;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(6) {
    grid-column: 3;
    grid-row: 6;
  }

  /* First column labels */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 800;
  }

  /* Header cells */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(1),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(1) {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 800;
  }

  /* Description column */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child) {
    text-align: left;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 700;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child) p {
    margin: 0 0 8px 0;
    font-size: 13px;
        font-weight: 700;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child) p:last-child {
    margin-bottom: 0;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child) strong,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child) b {
    font-weight: 800;
  }

  /* Arrow / percentage column */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:not(:first-child) {
    text-align: center;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table .d-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    gap: 6px;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table td img {
    width: 34px !important;
    height: auto !important;
    margin: 0 auto 4px auto;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table .d-flex span {
    /*font-size: 20px !important;*/
    line-height: 20px !important;
    font-weight: 800;
    text-align: center;
  }

  /*#moa-bodyID.fullSiteBdy #sec-3 .moa-table sup,*/
  /*#moa-bodyID.fullSiteBdy #sec-3 .moa-table sup a,*/
  /*#moa-bodyID.fullSiteBdy #sec-3 .moa-table .asteriskSup-cls,*/
  /*#moa-bodyID.fullSiteBdy #sec-3 .moa-table .asteriskSup-cls a {*/
  /*font-size: 7px !important;*/
  /*      line-height: 8px !important;*/
  /*}*/
  
  
 
#moa-bodyID.fullSiteBdy #sec-3 .moa-table sup,
#moa-bodyID.fullSiteBdy #sec-3 .moa-table .asteriskSup-cls {
    font-size: 7px !important;
    line-height: 8px !important;
}
#moa-bodyID.fullSiteBdy #sec-3 .moa-table .d-flex sup,
#moa-bodyID.fullSiteBdy #sec-3 .moa-table .d-flex .asteriskSup-cls {
    top: -1.7em;
    font-size: 40%;
    line-height: 0;
}

#moa-bodyID.fullSiteBdy #sec-3 .moa-table .d-flex .perctTxtSpn {
    font-size: 20px;
    line-height: 1;
}

#moa-bodyID.fullSiteBdy #sec-3 .moa-table sup {
    /*top: -1.7em;*/
}
#moa-bodyID span.asteriskSup-cls {
    /*top: -1.7em;*/
}
  /* Border cleanup to match expected output */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table th:first-child,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table td:first-child {
    border-left: 0 !important;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td {
    border-right: 0 !important;
  }

  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(1),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(1),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(1) {
    border-top: 0 !important;
  }

  /* Make sure old forced heights do not apply */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table th,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table td,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tr {
    min-height: 0 !important;
    height: auto !important;
  }
}
/* ===================================================== */
/* FINAL SINGLE-LINE BORDER FIX FOR MOA MOBILE TABLE */
/* Keep this as the LAST block */
/* ===================================================== */

@media screen and (max-width: 991px) {
   #moa-bodyID.fullSiteBdy .bodyTxt-lg, body.fullSiteBdy #bodyTxt-lg {
   
    font-size: 12px;
    line-height: 15px;
  
}
  /* Outer blue border */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table {
    border: 4px solid #B3E3F3 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Draw only right + bottom borders to avoid double lines */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td,
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 1px solid #CFCFCF !important;
    border-bottom: 1px solid #CFCFCF !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Top-left empty cell must remain visible to create grid spacing */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(1) {
    visibility: visible !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 1px solid #CFCFCF !important;
    border-bottom: 1px solid #CFCFCF !important;
  }

  /* Last visual column should not draw right border */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td {
    border-right: 0 !important;
  }

  /* Last visual row should not draw bottom border */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:nth-child(6),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:nth-child(6),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:nth-child(6) {
    border-bottom: 0 !important;
  }

  /* Force remove all left borders from specific cells */
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th:not(:first-child),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(2) td:not(:first-child),
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(3) td:not(:first-child) {
    border-left: 0 !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #moa-bodyID.fullSiteBdy #sec-3 .moa-table tbody tr:nth-child(1) th {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 8px 2px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1439px) {
  #moa-bodyID #sec-3 .moa-table {
    zoom: calc(100vw / 1439px);
  }
}
