﻿@font-face {
    font-family: Knowledge2017;
    src: url('/images/image.ashx?image=Knowledge2017-Regular.woff2');
}

body {
    font-family: 'Knowledge2017',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #4D4D4D;
}

h2 {
    color: #4D4D4D;
    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 {
    display: none;
}

#pageSteps {
    display:none;
}

#pageContent h2 {
    border: 1px solid #4D4D4D;
    background: #4D4D4D;
    color: white;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

#pageContent h3 {
    border: 1px solid #4D4D4D;
    background: #4D4D4D;
    color: white;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}


#pageContent {
    border: 1px solid #4D4D4D;
    padding-left: 0px;
    padding-right: 0px;
    background: #f4f4f4;
}

#pageURL-tm-TrademarkQuickStart-Trademark #pageContent .row:first-child {
    display: none;
}

#pageURL-tm-TrademarkQuickStart-Trademark #pageContent .row:nth-child(2) {
    margin-top: 0px !important;
}

#pageURL-tm-TrademarkQuickStart #pageContent {
    margin-top: 0px !important;
}

@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: #FF8000;
    margin-left:16px;
    margin-bottom: 16px;
    border-radius: 4px;
}

    .btn:hover {
        padding: 8px 40px;
        font-size: 16px;
        line-height: 1.3333333;
        background-color: #FF8000;
    }

    .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
    }