
.rti-page{width:100%;background:#fff;padding:45px 0 65px}
.rti-container{width:min(94%,1280px);margin:0 auto}
.rti-page-title{margin:0;color:#005a2b;font-size:32px;line-height:1.2;font-weight:700}
.rti-page-title:after{content:"";display:block;width:42px;height:3px;margin-top:10px;background:#005a2b}
.rti-intro{margin:14px 0 35px;color:#66716b;font-size:15px;line-height:1.7}
.rti-officer-section{margin-bottom:45px}
.rti-officer-title{margin:0 0 15px;color:#005a2b;font-size:21px;font-weight:700;text-transform:uppercase}
.rti-officer-title:before{content:"";display:inline-block;width:5px;height:21px;margin-right:10px;vertical-align:-3px;background:#8b400a}
.rti-table-wrapper{width:100%;overflow-x:auto;border:1px solid #dfe6e2;border-radius:7px;background:#fff}
.rti-table{width:100%;border-collapse:collapse;table-layout:fixed}
.rti-table th{padding:12px;background:#005a2b;color:#fff;font-size:14px;font-weight:600;text-align:left;border-right:1px solid rgba(255,255,255,.3)}
.rti-table td{padding:13px 12px;color:#222;background:#fff;font-size:14px;line-height:1.5;vertical-align:top;border-right:1px solid #dfe6e2;border-bottom:1px solid #dfe6e2;overflow-wrap:anywhere}
.rti-table th:nth-child(1),.rti-table td:nth-child(1){width:17%}
.rti-table th:nth-child(2),.rti-table td:nth-child(2){width:18%}
.rti-table th:nth-child(3),.rti-table td:nth-child(3){width:14%}
.rti-table th:nth-child(4),.rti-table td:nth-child(4){width:14%}
.rti-table th:nth-child(5),.rti-table td:nth-child(5){width:13%}
.rti-table th:nth-child(6),.rti-table td:nth-child(6){width:10%}
.rti-table th:nth-child(7),.rti-table td:nth-child(7){width:14%}
.rti-table a{color:#005a2b;text-decoration:none}

@media(max-width:900px){
    .rti-page{padding:35px 0 50px}.rti-container{width:92%}.rti-page-title{font-size:28px}
    .rti-table th,.rti-table td{font-size:13px;padding:10px}
}

/* MOBILE: convert the table into stacked cards */
@media(max-width:767px){
    .rti-page{padding:28px 0 45px}.rti-container{width:92%}.rti-page-title{font-size:25px}
    .rti-intro{font-size:14px;margin-bottom:28px}.rti-officer-section{margin-bottom:35px}
    .rti-officer-title{font-size:18px;margin-bottom:14px}
    .rti-table-wrapper{overflow:visible;border:0;border-radius:0;background:transparent}
    .rti-table,.rti-table thead,.rti-table tbody,.rti-table tr,.rti-table th,.rti-table td{display:block;width:100%!important}
    .rti-table thead{display:none}
    .rti-table tbody tr{margin:0 0 18px;padding:0;background:#fff;border:1px solid #dfe6e2;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);overflow:hidden}
    .rti-table td{display:flex!important;align-items:flex-start;gap:12px;min-height:48px;margin:0;padding:11px 13px;background:#fff;color:#222;font-size:13px;line-height:1.45;border:0;border-bottom:1px solid #edf0ee;overflow-wrap:anywhere}
    .rti-table td:last-child{border-bottom:0}
    .rti-table td:before{content:"";flex:0 0 92px;color:#005a2b;font-size:12px;font-weight:700;line-height:1.45}
    .rti-table td:nth-child(1):before{content:"Name"}
    .rti-table td:nth-child(2):before{content:"Designation"}
    .rti-table td:nth-child(3):before{content:"Office"}
    .rti-table td:nth-child(4):before{content:"Mobile"}
    .rti-table td:nth-child(5):before{content:"Fax"}
    .rti-table td:nth-child(6):before{content:"Intercom"}
    .rti-table td:nth-child(7):before{content:"E Mail"}
}

/* Empty spacer rows in the supplied table are hidden on mobile */
@media(max-width:767px){
    .rti-table tbody tr td:only-child:empty{display:none!important}
}

/* Small phones */
@media(max-width:480px){
    .rti-container{width:94%}.rti-page-title{font-size:22px}.rti-officer-title{font-size:16px}
    .rti-table td{padding:10px 11px;font-size:12px}.rti-table td:before{flex-basis:82px;font-size:11px}
}

/* Very small phones: label above value */
@media(max-width:360px){
    .rti-container{width:95%}
    .rti-table td{display:block!important;padding:10px 12px}
    .rti-table td:before{display:block;width:100%;margin-bottom:3px}
}

/* Print */
@media print{
    .rti-page{padding:0}.rti-container{width:100%}.rti-table-wrapper{overflow:visible}
    .rti-table th,.rti-table td{display:table-cell!important;width:auto!important;border:1px solid #000}
    .rti-table thead{display:table-header-group!important}
    .rti-table tbody{display:table-row-group!important}
    .rti-table tr{display:table-row!important}
    .rti-table td:before{display:none!important}
}
