
.global-header {
    margin-top: 0vh;
    z-index: 1;
}

#bannercontainer {
    font-family: var(--ppc-font-family-light),Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: flex;
    height: 8vh;
    background-color: white;
    position: fixed;
    width: 100%;
    z-index:9998;
    top: 0;
    box-shadow:  0 5px 5px -5px #f62c6440;

}

#imgcontainer {
    width: 5%;
}

#imgcontainer img {
    max-width: 100%;
    padding-left: 1%;
    align-items: center;
    display: flex;
    justify-content: left;
    max-height: 10vh;

}

#textcontainer {
    background: transparent 0% 0% no-repeat padding-box;
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;

}

#ppctitle {
    font-family: var(--ppc-font-family-light),Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    letter-spacing: 0px;
    color: #ff5a0f;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;

}

#ppcsubtitle {
    font-family: var(--ppc-font-family-light),Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    display: inline-block;
    color: #3e3e3e;

}

#buttoncontainer {
    display: flex;
    width: 27rem;
    align-items: center;
    justify-content: right;
    padding: 0 0 0 0;

}

#buttoncontainer button {
    font-family: var(--ppc-font-family-light),Calibri,Myriad,Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 45%;
    width: 80px;
    background: #ff5a0f 0% 0% no-repeat padding-box;
    border-radius: 2rem;
    opacity: 1;
    color: white;
    min-height: 30px;
    font-size:14px;
    border:0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 0 !important;
}
@media(min-width: 850px) {
    #dotcom-header__main{
        padding : 19px 15px 15px 15px;
    }
}

@media(max-width: 850px){
    .global-header {
        margin-top: 0vh;
    }

    #bannercontainer {
        height: 11vh;
    }
    #imgcontainer {
        width: 17%;
        //padding-left: 1%;
        align-items: center;
        display: flex;
        justify-content: left;
        max-height: 10vh;
    }

    #imgcontainer img {
        /*width: 90%;*/
        height: auto;
        margin: auto;
        display: block;
        margin-top: 15%;
        margin-left: 0;
    }

    .text--page-heading {
        margin-top: 20px;
    }

    #textcontainer {
        width: 65%;
    }
    #buttoncontainer {
        width: 20%;
        padding: 0 2%;
    }

    #buttoncontainer button {
        width: 100%;
    }

    #ppcsubtitle {
        font-size: 14px;
    }
}
@media (orientation: landscape) {
    #imgcontainer {
        width: 7%;
        padding: 10px 10px 0 10px;
        align-items: center;
        display: flex;
        justify-content: left;
        max-height: 10vh;
    }

    #textcontainer {
        width: 63%;
    }

    #bannercontainer{
        height: 10vh;
    }

    #buttoncontainer {
        width: 30%;
        padding: 0 2% 0 0;
    }

    #buttoncontainer button {
    }
}