/* 
Temporary Bootstrap Fixes

Temporary Fixes For Bootstrap Until IT is able to update the Version 

Once IT has completed the Update, this CSS File can be deleted and all pages will default back to the updated IT "Responsive Stylesheet".
*/


/* Imports */


/* Bootstrap 

@import url("https://www.onsemi.com/site/css/content/bootstrap.min.css");*/


/* Font Awesome */

@import url("https://www.onsemi.com/site/css/content/fontawesome.css");

/* IT's Responsive Stylesheet (Restores Proper Loading Order) 

@import url("https://www.onsemi.com/site/css/responsiveStyle.css");*/


/* Expands Width of BS Container at large viewports (No effect on container-fluid) 

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}
*/


/* Removes White Space from bottom of Page 

#page {
    margin-bottom: -24px;
}
*/