@charset "utf-8";
/* CSS Document */

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
}




/* End utilities */




.badge-logo-fram img {
    display: flex;
    align-items: center;
    margin: -10px 5px 0px 10px;
    padding: 0 0 0 0;
    width: 85px;
}


.facebook-logo-kc img {
    margin-top: 3px;
}



.hod-main-full-fram {
    align-items: center;
    background-image: url("../img/front/ny/main-header-bg.jpg");
    box-shadow: 0px 4px 5px 4px #33333360;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: -10px -20px 0 -10px !important;
    padding: 20px 0 0 0;
    position:fixed;
    width: 100%;
    z-index: 20;
}
.po-officer-loss {
    background: #00308F;
    border: solid 1.5px #c0c0c0;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px #33333380, -1px -1px 1px 1px #33333360;
    height: 60px;
    margin: 12px 10px 8px 10px;
    padding: 8px 8px 5px 8px;
    text-align: center;
    width: 155px;
    color: #c0c0c0;
    font-size: .9rem;
}


.po-officer-loss img {
    height: 38px;
    margin-top: 2px;
}



.po-officer-loss-wrap {
    height: 80px;
}



.po-officer-loss-wrap a  {
    text-decoration: none;
}


.po-officer-loss:hover {
    background: #800000;
    border: solid 1.5px #c0c0c0;
    color: c0c0c0;
    transition: all .4s ease-in-out;
}


.po-officer-stat-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    max-width: 90%;
}

@media screen and (max-width: 780px) {


.po-officer-stat-wrap {
    display: flex;
    flex-direction: column;
    
}

    
    
}

