<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

/*icon styles*/
.bi {
    font-size: 30px;
    margin: 0 5px 0 5px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
     border:0px; 
}

/*header*/

#cssmenu ul {
    margin-top: 0;
    margin-bottom: -1rem !important;
}

#sub-menu ul li a {
    height: 40px;
}

.tech-head {
    margin: 20px;
    text-align: center;
}

.tech-head h3 {
    font-size: 15px;
}

/*Nav bar style*/
#filter-buttons {
    margin-bottom: 15px;
}

/*Tech-tips central content */
.card-title{
    height: 56 !important;
    margin-bottom: 0 !important;
    text-align: center;
    border-bottom: 2px solid #0163b1ba;
}

#news div {
    padding: 4px;
    margin-top: 10px;
}

.mix h3 {
    min-height: 50px;
    font-size: 15px;
    text-align: center;
}

.mix p {
    padding-top: 15px;
    text-align: left;
}


#news {
    min-height: 600px;

}

#spotlight-archive .mix {
    display: none;
}


.sheet-metal {
    text-align: center !important;
}

.mix p {
    font-size: 15px;
    color: #000;
}


img.no-mobile {
    display: block;
}


.news-container {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.news-container:after {
    display: inline-block;
    width: 100%;
}

.news-container .mix,
.news-container .gap {
    display: inline-block;
    /*width: 100%;*/
    overflow: hidden;
}

.news-container .mix {
    text-align: left;
    display: none;

}

.news-container .mix:after {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 4% 6%;
    font-weight: 600;
}

.news-container .mix:before {
    display: inline-block;
    padding-top: 60%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .Mcontent {
        font-size: 1.5rem;
    }

        #section-block {
        text-align: center !important;
    }

    #section-block #default p {
    width: 100%;
    font-size: 16px;
    margin: 0px;
    padding: 0px 24px 0px 0px;
    font-weight: 300;
}

    .news-container .mix {
        width: 100%;
    }

    .center {
        max-width: 400px !important;
    }

    #footer {
        padding: 20px 0 10px 0;
        margin: 0;
    }

    .small.center.mobile-only {
        padding: 39px !important;
    }

}


@media screen and (min-width: 481px) and (max-width: 999px) {
    #default,  #section-block #default p{
    	text-align: center;
    	width: 100%;
    }

    #header{
    	height: auto;
    }

    #section-block #default img {
        display: none;
    }

    #sub-menu {
        display: none;
    }

    #footer ul#fmenu {
    	width: 100%;
    }
    .center{
    	width: 100%;
    }
}
/*#filter-buttons {
        margin-bottom: 20px;
        border-bottom: 8px solid transparent;
        height: 39px;
    }

    #filter-buttons button font {
        display: none;
    }

    #filter-buttons button.no-mobile {
        display: none;
    }

    #news div.no-mobile {
        display: none;
    }

    a.news-box-wide .news-title {
        min-height: auto;
    }

    a.news-box-wide .news-title .title {
        font-size: 18px;
        line-height: 24px;
    }

    a.news-box-wide {
        min-height: 220px;
    }

}
*/

</pre></body></html>