 /**
 * Home Page CSS
 */

/* USA Made IMG  */ 
@media (max-width: 1555px) {
	.usa-made-home-img {
		display: none;		
	}
}
/* USA Made IMG  */ 
/* custom css for home btns */

.fourTenBtnHome,
.fourHunFourHomeBtn{
    background-color: #006ba0 !important;
}


/* Brandlist container */

/* reviews container */
@media screen and (min-width: 1024px) {
    .home-reviews-column-container{
        padding: 2em 10em !important;
    }
}

/* Responsive CSS for the noteworthy products section  */
@media screen and (max-width: 1400px) {
    .note-worthy-products-section {
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .note-worthy-products-section-imgs {
    	width: 30%;	
    }   

    .fourHunBtnHome {
    	width: 50% !important;
	margin: 5em 0 0 0 !important;	
    }
}

@media (max-width: 1024px) {
	.note-worthy-products-container {
		display: none !important;
	}
}
/* END Responsive CSS for the noteworthy products section  */

/* fix the schedule-live-demo for the PPF section  */
@media (max-width: 768px) {
	.res-schedule-home-btn {
		width: 80% !important;
	}
}


/* fix the schedule-live-demo for the PPF section  */

/* This might fix this everywhere for t  */

/* Brandlist container */

.home-brand-list {
    padding: -1em 0 !important;
}

/* Platform features container */

.home-platform-features-container {
    padding: 1em 12em !important;
}

.platform-features-column {
     padding: 4em 1em !important;
}

.platform-features-monitor-column {
    padding-right: 10em !important;
}

/* format this badge and text section */

.made-in-the-usa-badge-home figure img,
.responsive-support-badge-home figure img {
    margin: 0 0 6rem 2rem;
    width: 80%;
}

.industry-warrant-badge-home figure img {
    margin: 0 0 6rem 2rem;
    width: 70%;
}

/* mobile rules for badges */

@media screen and (max-width: 480px) {
    /* badges */
    .made-in-the-usa-badge-home figure img,
    .responsive-support-badge-home figure img,
    .industry-warrant-badge-home figure img {
         margin: auto !important;
         width: 20% !important;
    }
    /* home header */
    .home-page-header-container {
        margin-top: 5rem !important;
    }
}

@media (max-width: 921px) {
	.home-page-header-container {
		margin-top: 70px !important;
	}
}

/* shrink the industry badge */

@media screen and (min-width: 1024px) {
    .home-integration-ready-container {
        padding: 2em 12em !important;
    }
}
 /* end Home Page CSS */
