
.topHead {
    padding: 15px 0;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-header {
    /*border-bottom: 1px solid #e3e3e3;*/
    /*background-color: #FFF;*/
}

.remove-padding {
    position: relative;
}

.logo-idc {
    height: 40px;
    margin-right: 20px;
}

.header {
    background-color: #fff;
}

.brand-logo {
    height: 45px;
    margin-left: 10px;
}
.partner-logo {
    max-height: 30px;   
    margin-left: 10px;
}

.brand-logo-link {
    /*position: relative;
    bottom: 10px;
    left: 5px;*/
}

.sponsor-txt {
    display: inline-block;
    text-align: right;
    line-height: 1;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.sponsor-brand {
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo-sparetor {
    border-left: 1px solid #ccc;
    height: 36px;
    top: 5px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.nav-button {
    display: none;
}

.ssm-toggle-nav {
    display: none;
    border-radius: 10px;
    text-align: center;
    line-height: 39px;
    font-size: 36px;
    color: #0074c8;
    border-radius: 0px;
}

.topbar {
    width: 100%;
    height: 60px;
    background-color: white;
}

.head-h1 {
    display: inline-block;
    position: relative !important;
    /*font-size: 24px !important;*/
    position: relative;
    top: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/*
******* Toggal button for side Nav
*/
a:hover {
    color: #0074c8;
    text-decoration: underline;
}
/*////////////////////////////////////////////////////*/
/* ------------------The ribbons-------------------- */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    right: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1000;
}

    .corner-ribbon:hover {
        color: #fff;
        text-decoration: none;
    }

    /* Custom styles */

    .corner-ribbon.sticky {
        position: fixed;
    }

    .corner-ribbon.shadow {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }


    .corner-ribbon.top-right {
        top: 25px;
        right: -50px;
        left: auto;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .corner-ribbon.bottom-left {
        top: auto;
        bottom: 25px;
        left: -50px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .corner-ribbon.bottom-right {
        top: auto;
        right: -50px;
        bottom: 25px;
        left: auto;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    /* Colors */

    .corner-ribbon.red {
        background: #e43;
    }

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .topHead {
        flex-direction: column;
        margin-bottom: 0;
    }

    .text-center-m {
        text-align: center;
    }

    .sponsor-brand {
        margin-top: 15px;
    }
}
/* SAMSUNG Galaxy */

@media only screen and (min-device-width: 360px) and (orientation: portrait) {
    .topHead {
        flex-direction: column;
        margin-bottom:0;
    }

    .text-center-m {
        text-align: center;
    }

    .sponsor-brand {
        margin-top: 15px;
    }
}
