.elementor-85061 .elementor-element.elementor-element-7f3ed65b:not(.elementor-motion-effects-element-type-background), .elementor-85061 .elementor-element.elementor-element-7f3ed65b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://milsons.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png");}.elementor-85061 .elementor-element.elementor-element-7f3ed65b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:040px 0px 40px 0px;}.elementor-85061 .elementor-element.elementor-element-7f3ed65b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-85061 .elementor-element.elementor-element-5e732798 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:50px;font-weight:500;text-transform:capitalize;font-style:normal;text-decoration:none;line-height:1.3em;letter-spacing:-0.2px;color:var( --e-global-color-d6cea4e );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-85061 .elementor-element.elementor-element-5e732798 .elementor-heading-title{font-size:38px;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-85061 .elementor-element.elementor-element-5e732798 .elementor-heading-title{font-size:28px;line-height:1.1em;}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS */.tablepress thead th {
    background-color:#ffffff; /* Replace with your background color */
    color: #333F48;  
    border-top: none;
    border-block-start: none !important;
    border-bottom: 1px solid #333F48;/* Replace with your text color */
}

.tablepress tbody td {
    background-color: #ffffff;
}

/* Fix Bold and Italic formatting */
strong, b {
    font-weight: bold !important;
}

 em,  i {
    font-style: italic !important;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 30px !important;
}

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

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 15px !important;
}

dl, dt, dd, ol, ul, li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* On screens larger than 768px (Desktops/Tablets), make table 50% */
@media screen and (min-width: 768px) {
    .table-half-width {
        width: 50% !important;
    }
    .table-center {
        margin: 0 auto; /* Optional: This centers the table */
    }
}/* End custom CSS */