﻿@font-face {
    font-family: Geomanist;
    src: url('https://assets.lawpath.com/fonts/Geomanist-Book.woff');
}

body {
    font-family: Geomanist, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h2 {
    color: rgb(0, 117, 191);
    font-size: 20px;
    font-weight: 700;
}

a {
    color:rgb(0, 86, 139) 
}

#pageHeader {
    font-size: 24px;
    font-weight: 700;
    background-color: white;
    color: rgb(0, 117, 191);
    height: 0px;
    display: none;
}

#pageHeaderInner img {
    height:32px;
    margin-top:17px
}

#pageHeading {
    background-color: white;
    color: rgb(0, 117, 191);
    font-weight: 700;
    font-size:26px;
}

@media (max-width: 995px) {
    #pageHeading h1::after {
        content: "Contact us on (02) 9393 0391";
        display: block;
        font-size: small;
        margin-top: 8px;
    }
}

@media (min-width: 995px) {
    #pageHeading .col::after {
        content: "(02) 9393 0391";
        right: 0px;
        position: absolute;
        top: 4px;
    }
}

    #pageHeaderSmall {
        background-color: white;
        color: rgb(0, 117, 191);
        font-weight: 700;
        font-size: 18px;
        height: 0px;
        display: none;
    }

    .aplmks-bgcolour-1 {
        background-color: #2577bb;
    }

    .aplmks-bgcolour-3 {
        background-color: rgb(210, 216, 223);
    }

    .aplmks-bgcolour-6 {
        background-color: white;
    }

        .aplmks-bgcolour-6 .text-right {
            font-size: 24px;
            font-weight: 700;
            color: rgb(0, 117, 191);
        }

    .btn {
        padding: 8px 40px;
        font-size: 16px;
        line-height: 1.3333333;
        background-color: rgb(0, 117, 191);
    }

        .btn:hover {
            padding: 8px 40px;
            font-size: 16px;
            line-height: 1.3333333;
            background-color: #00568b;
        }

    .stepCurrent {
        color: #505050 !important;
        background-color: transparent !important;
        border-bottom: 10px solid rgb(0, 117, 191);
        border-top: 10px solid transparent;
    }

    .stepCompleted {
        color: #919191 !important;
        background-color: transparent !important;
        border-bottom: 10px solid rgb(0, 117, 191);
        border-top: 10px solid transparent;
    }

    #masterSupportFooter {
        display: none
    }