/* Copied from css bundles*/
#content ol[type="1"]{
    padding-left:20px
}
#content ol[type="1"] li{
    font-size:19px;
    margin:0 0 16px 0;
    padding-left:15px;
    list-style:decimal
}
#content ol[type="1"] li ul li{
    list-style:none;
    padding-left:26px
}
#content ol[type='i']{
    padding-left:20px
}
#content ol[type='i']>li{
    font-size:19px;
    margin:0 0 16px 0;
    padding-left:15px;
    list-style:lower-roman
}
#content ol[type='a']{
    padding-left:20px
}
#content ol[type='a']>li{
    font-size:19px;
    margin:0 0 16px 0;
    padding-left:15px;
    list-style:lower-alpha
}
#content ol ul{
    margin-top:16px
}
#content ol ol{
    margin-top:16px;
    padding-left:20px
}
#content ol li p+ol{
    padding-left:40px
}
table.standard{
    border-collapse:separate;
    width:100%;
    box-sizing:border-box;
    border-spacing:0
}
table.standard tr th{
    font-weight:bold
}
table.standard tr th,table.standard tr td{
    font-size:19px;
    padding:8px
}
table.standard tr:nth-child(odd){
    background-color:#fff
}

/* IDC CODE - 28/4/2025  color change */
table.standard tr:nth-child(even){
    background-color:#f2f2f2;
}
table.standard thead:first-child tr:first-child{
    background-color:#999;
    color:#fff;
    font-size:20px
}
table.standard thead:first-child tr:first-child th{
    border-top-left-radius:8px;
    border-top-right-radius:8px
}
table.standard tr td.footer{
    background-color:#999;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
    border:none!important
}
table.standard tbody tr th,table.standard tr td{
    border-right:1px Solid #999;
    border-bottom:1px solid #999
}
table.standard tbody tr th:first-child,table.standard tr td:first-child{
    border-left:1px solid #999
}
#content table.standard tr td img{
    display:block;
    margin:0 auto;
    width:15px
}
#content table.standard tr td ul{
    margin-bottom:0
}
table.standard.blue tr:nth-child(odd){
    background-color:#fff
}
table.standard.blue tr:nth-child(even){
    background-color:#f2f2f2
}
table.standard.blue thead:first-child tr:first-child{
    background-color:#002449;
    color:#fff
}
table.standard.blue tr td.footer{
    background-color:#002449
}
table.standard.blue tbody tr th,table.standard tr td{
    border-color:#002449
}
table.standard.blue tbody tr th:first-child,table.standard tr td:first-child{
    border-color:#002449
}
table.standard.blue tbody tr th{
    font-weight:bold;
    color:#002449
}
table.standard.smalltext tbody tr th,table.standard.smalltext tr td{
    font-size:16px;
    padding:8px
}
table.standard.smalltext thead:first-child tr:first-child{
    font-size:20px
}
table.standard.smalltext thead tr td.headleft{
    border-top-left-radius:8px;
    font-weight:bold;
    font-size:18px
}
table.standard.smalltext thead tr td.headright{
    border-top-right-radius:8px;
    font-weight:bold;
    font-size:18px
}
table.standard.more-padding tr th,table.standard.more-padding tr td{
    padding:16px
}
table.standard.blue tr.second-header.firstrow th:first-child{
    border-top-left-radius:8px
}
table.standard.blue tr.second-header.firstrow th:last-child{
    border-top-right-radius:8px
}
table.standard.blue tr.second-header.firstrow th,table.standard.blue tbody tr.second-header.firstrow th:first-child{
    border-top:none
}
table.standard.blue tr.second-header th,table.standard.blue tbody tr.second-header th:first-child{
    background:#1f2b4a;
    color:#fff;
    border-color:#fff;
    border:1px solid;
    border-left:none;
    border-bottom:none;
    font-size:18px
}
table.standard.blue tr.second-header th:last-child{
    border-right-color:#1f2b4a
}
table.accessorial-rate-table *{
    position:relative
}
@media(max-width:992px){
    table.accessorial-rate-table{
        display:block
    }
    table.accessorial-rate-table>*,table.accessorial-rate-table tr,table.accessorial-rate-table td,table.accessorial-rate-table th{
        display:block
    }
    table.accessorial-rate-table th{
        display:none
    }
    table.accessorial-rate-table th.headingtext,table.accessorial-rate-table th.topthtext{
        display:block!important
    }
    table.accessorial-rate-table tbody tr td{
        padding-left:57%!important
    }
    table.accessorial-rate-table tbody tr td:before{
        position:absolute;
        width:37%;
        left:10px;
        top:6px
    }
    table.accessorial-rate-table tr td:nth-child(2){
        border-left:1px solid #1f2b4a
    }
    table.accessorial-rate-table tr td:nth-child(1){
        border-bottom:none
    }
    table.accessorial-rate-table tr td{
        border-bottom:none
    }
    table.accessorial-rate-table tr td:nth-child(3){
        border-bottom:1px solid #1f2b4a;
        border-left:1px solid #1f2b4a
    }
    table.accessorial-rate-table tbody tr td:nth-child(1):before{
        content:"Description of Charge"
    }
    table.accessorial-rate-table tbody tr td:nth-child(2):before{
        content:"Units Defined"
    }
    table.accessorial-rate-table tbody tr td:nth-child(3):before{
        content:"Price Per Unit"
    }
    table.accessorial-rate-table tbody tr:last-child{
        display:none
    }

}
@media(max-width:760px) {
   .banner.l4 {
    height: auto;
    padding: 16px 0 32px 0;
    }
    .banner.l4 h1:first-child {
    line-height: 1.25;
    display: block;
    font-size: 32px;
    position: static;
    transform: none;
    padding-top: 12px;
    }
   #content ol[type="1"] li{
        padding-left:4px
    }
    #content ol[type="1"]{
        padding-left:24px
    }
    #content ol[type='a']>li{
        padding-left:4px
    }
 }