@charset "utf-8";
/* -------------Hero Banner----- */
/* #maincontent a:link,a:visited,a:hover{
	color: inherit;
	text-decoration: none;
} */

.h1{
	font-size: 2em;
}
#herobanner_wrapper{
	background-position: 80% 50%;
	height: 13em;
	margin: 2em 0 5em 0;
	/* display: flex;
	justify-content: center; */
	position: relative;
	background-color: black;
}
/* #herobanner_wrapper .herobanner_overlay_image{
	height: 2em;
} */
#herobanner_wrapper .herobanner_overlay_image img{
	object-fit: cover;
	width: 100%;
	height: 13em;
	opacity: 50%;
}
#herobanner_wrapper .h1{
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
	color: white;
}

#herobanner_wrapper .h1 .orange-text{
	color: #f89520;
}

/* ---------- Categories-------- */
#categories #categories_wrapper{
    display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	column-gap: 10px;
	/* grid-template-rows: 11em auto;
    width: 100%;
	justify-content: space-around; */
	align-items: flex-end;
	
}
#categories #categories_wrapper a{
	color: inherit;
	text-decoration: none;
}

#categories_wrapper #categories_items{
	width: 100%;
	object-fit: contain;
	text-align: center;
}

#categories_wrapper #categories_items img{
	max-width: 10vw;
	max-height: 10em;
	object-fit: contain;
}

#categories_wrapper #categories_items .h5{
	font-size: 1.3em;
	height: 2em;
}

/* -------------ESS------------ */
#maintcontent #ESS_wrapper a{
	color: inherit;
	text-decoration: none;
}

.horizontalrule{
	border: 1px solid #0f65a5;
	height: 0;
}

#ESS_wrapper {
	margin: 5em auto;
}
#ESS_wrapper .h1{
	color: #f89520;
	text-align: center;
	margin: 1em auto;
	line-height: 1.1em;
}

#ESS-container .ESS-button a {
	text-decoration: none;
	color: white;
}

#ESS_container {
    display: flex;
    justify-content: center;
}

/* -----------ESS-button-------- */
.ESS-button{
	background: #0f65a5;
	padding: 0;
	color: white;
	width: 45em;
	border-radius: 1rem;
	margin: 1em auto;
}
.ESS-topsection{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.ESS-topsection .h2{
	/* position: relative; */
	background-color: #f89520;
    width: 100%;
    height: 1.5em;
    padding: 1em 1em .5em 1em;
    margin: 0 0 0 0;
    border-radius: 1rem 0 1rem 0;
	font-weight: bold;
	/* text-transform: uppercase; */
	color: white;
}

.ESS-topsection .h3{
	width: 100%;
	font-size: 1em;
	padding: 0 1em .5em 1em;
	font-weight: bold;
	color: white;
}
.ESS-midsection-text{
	padding:  0 3em;
	font-weight: bold;
	
}

.ESS-midsection-text h2,h3{
	color: white;
}
.ESS-midsection-text h2{
	margin-bottom: 0;
}
.ESS-midsection-text .h3{
	font-size: 1em;
	line-height: 1em;
	margin: .8em 0 2em;
}
.ESS-bottomsection {
	width: 20em;
	/* position: relative; */
	left:26vw;
	margin: 0 3em 0 auto;
	padding-bottom: 1em;
}
.ESS-bottomsection h2{
	text-transform: uppercase;
	font-weight: bold;
}
.ESS-bottomsection h2 img{
	position: relative;
	width: 2em;
	top: .4em;
}

/* #ESS hr{
	border: solid #0f65a5;
}

#ESS .text{
	text-align: center;
	color: #707070;
} */

/* -----------Es-right------- */
.es-right{
    margin-top: 1em;
    width: 45%;
}

.es-right-container{
    display: flex;
    list-style: none;
    padding: 0 1em;
}

.es-right-container .es-right-items{
    padding: 0 .5em;
}
.es-right-container .es-right-items .es-right-items-image{
    width: 100%;
    object-fit: cover;
}
.es-right-container .es-right-items .es-right-items-image a img{
    width: 100%;
	height: 8em;
    object-fit: cover;
}

.es-right-container .es-right-items .es-right-items-name a {
    background: #1A5688;
    text-align: center;
    margin: 0 7px;
    padding: 1em;
    display: block;
    position: relative;
    /* line-height: 3em; */
    color: white;
    border-radius: 1em;
}

/* ---------- Get Started btn ---------- */
.getstarted_btn{
	text-align: center;
	margin: 4em auto 2em;
}
.getstarted_btn .btn{
	
	color: white;
	background-color: #f89520;
	font-size: 2em;
	padding: .3em 2em;
	border-radius: 2em;
	font-weight: 600;
}

/* ---------- Reviews ----------- */
.review-banner_wrapper{

	height: 15em;
	width: 100%;
	background-image: url(https://hvacdirect.com/media/images/tonnage_IMG/tonnage_Banner.jpg);
	background-size: cover;
	padding-top: 2em;
}

.review-banner_container .h2{
	color: white;
	text-transform: uppercase;
	/* margin-top: 2em; */
	text-align: center;
	line-height: normal;
	padding: 0 2em;
}

.review-banner_container .stars_wrapper .stars_container{
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.review-banner_container .stars_wrapper .stars{
	height: 2em;
	padding: 0 .5em;
}



.review-banner_container .h3{
	text-decoration: underline;
	text-align: center;
	margin: 0;
}
/* -----------Other Application---------- */
/* #maincontent #section_wrapper a:link,a:visited,a:hover{
	color: inherit;
} */

.section_scrollable_container{
	margin: 2em auto;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
.section_scrollable_container .section_scrollable_items a{
	color: inherit;
	text-decoration: none;
}

.section_scrollable_container .section_scrollable_items{
	display: flex;
	width: 120%;
	align-items: baseline;

}

.section_scrollable_container .section_scrollable_items .section_items{
	/* width: 20em; */
	text-align: center;
	list-style: none;
	margin: 0 1em;
	min-height: 20em;
}
.section_scrollable_container .section_scrollable_items .section_items .section_items_image{
	width: 10em;
}

.section_scrollable_container .section_scrollable_items .section_items .section_items_image img{
	max-width: 100%;
	max-height: 10em;
}
.section_scrollable_container .section_scrollable_items .section_items .section_items_text .h5{
	
	/* text-overflow: inherit; */
	margin-top: 0;
	height: auto;
	font-size: 1.3em;
}

#section_wrapper{
	width: 80%;
	margin: 0 auto;
}
.section_banner{
	/* height: 8em; */
	/* display: flex;
	justify-content: center;
	align-content: center; */
	overflow: hidden;
	width: 100%;
	/* background-color: black; */
}

.section_banner .h1{
	/* position: absolute; */
	color: black;
	/* text-transform: uppercase; */
	line-height: normal;
	/* margin-top: 2em; */
	margin: 2em 0 0 0;
}

.section_banner #orange{
	display: block;
	width: 100% !important; 
	margin: 0;
	border: 1px solid #f89520;
}
/* ------------ ISRTS------------- */
.ISRTS-banner_wrapper{

	height: 15em;
	width: 100%;
	background-image: url(https://hvacdirect.com/media/images/tonnage_IMG/tonnage_Banner.jpg);
	background-size: cover;
	margin: 6em 0;
	/* padding-top: 4em; */
}

.ISRTS-banner_container{
	/* display: flex; */
	position: relative;
}

.ISRTS-banner_container .ISRTS_text_wrapper{
	position: relative;
	z-index: 1;
	padding: 3em 3em 1em;
}

.ISRTS-banner_container .ISRTS_text_wrapper #ISRTS-title{
	color: #f89520;
	text-transform: uppercase;
	font-size: 3em;
	margin: 0;
}

.ISRTS-banner_container .ISRTS_text_wrapper #ISRTS_h2{
	color: white;
	margin-top: 1em;
	width: 80%;
	line-height: normal;
}
.ISRTS-banner_container .ISRTS_image_wrapper{
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 60%;
	height: 15em;
	object-fit: cover;
}

.ISRTS-banner_container .ISRTS_image_wrapper .image{
	height: 15em;
	width: 100%;
	object-fit: cover;
	-webkit-mask-image: linear-gradient(to right, transparent 15%, black 85%);
  	mask-image: linear-gradient(to right, transparent 15%, black 85%);
	
}
/* -------------Learn More-------- */
.learn-more_section{
	margin-top: 10em;
}
.Title_container{
	height: 8em;
	display: flex;
	justify-content: center;
	align-content: center;
	overflow: hidden;
	width: 100%;
	background-color: black;
}
.Title_container .overlay_img{
	/* position: absolute; */
	/* opacity: .5; */
	width: 100%;
	object-fit: cover;
}
.Title_container .h2{
	position: absolute;
	color: white;
	text-transform: uppercase;
	margin-top: 2em;
}
.learn-more_container{
	background-color: #0f65a5;
}

.learn-more_article_container{
	margin: 2em;
}

/* .learn-more_article_container .article-list {
	display: grid;
	justify-content: center;
	grid-template-columns: 30% 30% 30%;
	column-gap: 10px;
	list-style: none;
	padding: 0;
	align-items: baseline;
}

.article-list_items .items_image_container{
	width: 100%;
	
}

.article-list_items .items_image_container .article_image{
	object-fit: cover;
	width: 100%;
	height: 15em;
}
.article-list_items{
	width:100%;
}
.article-list_items .h3{
	color: white;
	text-align: center;
	font-size: 1.5em;
	width:inherit;

} */
.learn-more_video_wrapper .video_container{
	display: grid;
	justify-content: center;
	grid-template-columns: 30% 30% 30%;
	gap: 2em;
	margin: 3em 0;
}

.learn-more_video_wrapper .video_container .video_item{
	/* width: 400px;
	height: 300px; */
	width: 100%;
}
.learn-more_video_wrapper .video_container .video_item .h3{
	text-align: center;
	margin: 1em 0 3em 0;

}
.learn-more_video_wrapper .video_container .video_item iframe{
	width: 100%;
	height: 15em;
}

/* ---------------------------------------------- */

@media screen and (max-width: 1200px){
    #herobanner .h1{
        font-size: 2em;
    }
    #ESS_container {
        display: block;
        /* justify-content: center; */
    }

    .es-right{
        margin-top: 1em;
        width: 100%;
    }
    
    .es-right-container{
        justify-content: space-between;
    }

    .ISRTS-banner_container .ISRTS_text_wrapper #ISRTS-title{
        font-size: 2.5em;
    }

}

@media screen and (max-width: 900px){

    /* ----Categories------ */
    #categories #categories_wrapper{
        display: grid;
        grid-template-columns: 30% 30% 30%;
        justify-content: center;
        gap: 10px;
        grid-template-rows: 11em;
        width: 100%;
    }

    #categories_wrapper #categories_items img{
        max-width: 15vw;
    }
    /* ----ESS------ */

    .ESS-button {
        width: 100%;
    }
    .es-right {
        width: 100%;
    }

    /* ------ Learn More ----- */
    .article-list_items{
        width:100%;
    }
    /* .ISRTS-banner_container .ISRTS_text_wrapper #ISRTS-title{
        font-size: 2em;
    } */
}

@media screen and (max-width: 700px){
    #herobanner{
        height: 10em;
    }
    #herobanner .h1{
        margin: 0;
        font-size: 1.5em;
    }
    .review-banner_wrapper{
        height: 19em;
    }
/*----------- categories------ */
    #categories_wrapper #categories_items .h5{
        font-size: 1em;
        height: 2em;
    }
    #categories_wrapper #categories_items img{
        max-width: 23vw;
    }

    .learn-more_article_container .article-list{
        grid-template-columns: 50% 50%;
    }

    .ISRTS-banner_container .ISRTS_text_wrapper #ISRTS-title{
        font-size: 2em;
    }
    .ISRTS-banner_container .ISRTS_text_wrapper #ISRTS_h2{
        font-size: 1em !important;
    }
    .learn-more_video_wrapper .video_container{
        display: flex;
        align-content: center;
        flex-direction: column;
    }
    .learn-more_video_wrapper .video_container .video_item_container{
        display: flex;
        justify-content: center;
    }
    .learn-more_video_wrapper .video_container .video_item iframe{
        width: 80%;
        
    }

}