html {
    -ms-overflow-style: scrollbar;
}

.hr-blue {
    border-bottom: 1px solid #00A0AF;
    margin-bottom: 20px;
    max-width: 254px;
    width: 100%;
}
.hr-navy {
    border-bottom: 1px solid #333E48;
    margin-bottom: 20px;
    max-width: 254px;
    width: 100%;
}

.hr-orange {
    border-bottom: 1px solid #F15D22;
    margin-bottom: 20px;
    max-width: 254px;
    width: 100%;
}

.clso-h1 {
    font-family: "bariol_regular";
    font-size: 40px;
    padding-bottom: 14px;
    padding-top: 25px;
    margin-top: 0px;

}

.clso-section-text {
    font-family: "bariol_regular";
    font-size: 20px;
    max-width: 775px;
    line-height: 125%;
}

@media (max-width: 768px){
    .clso-h1 {
        font-size: 40px;
		padding-top: 25px;
    }
    .clso-section-text {
        font-size: 20px;		
    }
	.tech-sectionheader .clso-h1{
		padding-top: 35px;
		font-size: 25px;
	}
}