.hcentre{
    margin: 0 auto;
}
.industry-desc{
    font-weight: 400;
    font-size: 18px;
}
.half-wide {
    width: 50%;
}
.page_header{
    color: #000000;
    background-color: #dbd9d9;
    padding: 69px 0px;
}
.white-section{
    background-color: white;
}
.padded_top_bottom_diet_small {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padded_top_bottom_small{
    padding-top: 25px;
    padding-bottom: 25px;
}
.padded_top_bottom{
    padding: 70px 0;
}
.padded_top_bottom_large{
    padding-top: 125px;
    padding-bottom: 125px;
}
.padded_top_bottom_xlarge{
    padding-top: 200px;
    padding-bottom: 200px;
}
.padded_diet_small {
    padding: 15px;
}
.padded_top_diet_small {
    padding-top: 15px;
}
.padded_top_bottom_diet_extra_small {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padded_medium {
    padding: 40px;
}
.padded_small {
    padding: 25px;
}
.padded_left_right_large{
    padding-left: 10%;
    padding-right: 10%;
}
.padded_left_right{
    padding-left: 36px;
    padding-right: 36px;
}
.padded_left_right_small{
    padding-left: 25px;
    padding-right: 25px;
}
.padded_left_right_diet_small {
    padding-left: 15px;
    padding-right: 15px;
}
.section_content{
    max-width: 1320px;
    margin: auto;
    padding: 10px;
}
.section-content {
    display:flex;
    position:relative;
    min-height:1px;
}
.section-row {
    display:flex;
}
.justified{
    justify-content: center;
    /* align-items: center; */
}
.columned{
    flex-direction: column;
}
.center-aligned {
    align-items: center;
}

.one-third{
    width: 33.33%;
}
.four-sixth{
    width: 66.666%;
}
.full-wide {
    width: 100%;
}
.flex-section{
    display: flex;
}
.flex-section.justified{
    justify-content: center;
    /* align-items: center; */
}
.flex-section.centered {
    align-items: center;
}

.flex-section.columned {
    flex-direction: column;
}
.important-red {
    color:#a30000;
}
.card-bold {
    font-weight: bold;
}
.card-anchor {
    height: 100%;
    width: 100%;
}
.product-feature-words {
    width:100%;
    line-height: 1.5;
}
.page_header_content{
    max-width: 1320px;
    margin: auto;
}
.page_title{
    font-size: 40px;
    font-weight: 500;
}
.page_title_two{
    font-size: 30px;
    font-weight: 300;
}
.blue-button {
    background-color: #005e8f;
    color: #ffffff;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
}

/* used for the catalog page */
.two-line-button {
    display: block;
    height: 65px;
    width: 250px;
    white-space: normal;
    padding: 8px 10px;

    /* css to stop margin-left calc on usft-a-button */
    margin-left: 0;
}
.tspacer {
    height:70px;
    width:100%;
}
.tspacer:has(+ .blog-post-wrapper) {
    height: 1vh;
}
.tspacer.small {
    height:40px;
}
.newspaper {
    margin-left:40px;
    margin-right:30px;
    column-count: 3;
    column-gap: 40px;
    column-rule: 1px solid #75757566;
}

ul.breadcrumb {
    width: 100%;    
    padding: 10px;
    margin: 0;  
    list-style: none;
    background-color: #fefefe;    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);        
    position: fixed;
    z-index: 9999;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

ul.industry-ul li {
    font-size: 18px;
}
ul li {
    list-style: none;
}
.subheading{
    color: #01579b;
    font-family: 'Roboto', sans-serif;
    font-size: 2.0em;
    font-weight: 400;
    font-display: swap;
}
.align-right {
    text-align: right;
}
@media (max-width: 1000px) {
    .newspaper {
        column-count:3;
        margin-left:30px;
    }
}
@media (max-width:900px) {
    .one-sixth, .one-third, .four-sixth, .half-wide {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .ml30 {
        margin-left:30px;
    }
    .newspaper {
        column-count:2;
        margin-left:20px;
    }
}
@media (max-width: 767px) {
    .half-wide{
        width: 100%;
    }
}
@media (max-width: 600px) {
    .ml30 {
        margin-left:20px;
    }
}
@media (max-width: 500px) {
    .newspaper {
        column-count:1;
        margin-left:10px;
        margin-right:50px;
    }
    .ml30 {
        margin-left:10px;
    }
}
