
/* Official CTEJA logo sizing */
#cteja-hz-v2-header .cteja-hz-brand{
    min-width:210px!important;
}
#cteja-hz-v2-header .cteja-hz-brand img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:190px!important;
    max-height:52px!important;
    object-fit:contain!important;
    filter:none!important;
}
#cteja-global-footer .cteja-footer-logo img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:195px!important;
    max-height:62px!important;
    object-fit:contain!important;
    filter:none!important;
}

@media(max-width:920px){
  #cteja-hz-v2-header .cteja-hz-brand img{max-width:160px!important;max-height:46px!important;}
}
@media(max-width:600px){
  #cteja-hz-v2-header .cteja-hz-brand img{max-width:140px!important;max-height:42px!important;}
  #cteja-global-footer .cteja-footer-logo img{max-width:170px!important;max-height:56px!important;}
}
