@charset "utf-8";
/* CSS Document */
 
 
/* CLEARING
-- -- -- -- -- -- -- -- -- -- -- -- */
#clearingheroimage {
                background-repeat: norepeat;
                height:360px;
                width: 1170px;
                margin-top: -20px;
                margin-right: auto;
                margin-left: -25px;
                background-color: #002e52;
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#clearingheroimage   {
                height: 360px!important;
                width: 1100px!important;
                margin-top: -20px!important;
                margin-right: 0px!important;
                margin-left: 0px!important;
                background-color: #002e52;
}
}
 
/* Smartphones (portrait and landscape) ---------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#clearingheroimage  {
                height: 420px!important;
                width: 1050px!important;
                margin-left: 20px!important;
                background-size: 1293px!important;
                background-position: -190px 0px!important;
                margin-top: -40px;
                background-color: #002e52;
}
}
 
 
