﻿body {
}

#FormPage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ContentSection {
    width: 1150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.KnowBar {
    width: 1150px;
    background-color: #0A2A43;
}


/*Section Headers*/
.SectionP05 {
    width: auto;
    color: white;
    padding: 0px;
    margin-left: 17.5px;
    font-weight: 350;
    text-decoration: solid underline #D0D0D0;
}

.SectionP06 {
    color: white;
    padding: 0px;
    margin-left: 35px;
    font-weight: 350;
}
.Section1 {
    padding: 0px;
    margin-left: 70px;
}
.Section1_NOMAR {
    padding: 0px !important;
    margin: 0px !important;
}
.Section2 {
    padding: 0px;
    margin-left: 105px;
    font-weight: 450;
}

/**Text Tags**/

.StatedSequence {
    font-weight: 350;
}

.ParagraphS {
    padding: 0px;
    text-indent: 32px;
    margin: 16px 105px;
}

.ParagraphShort {
    padding: 0px;
    text-indent: 32px;
}
.StandardStatement {
    margin: 0px;
    padding: 0px;
    text-indent: 32px;
}

.MediumStatement {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}
/**Controls**/
.BL4 {
    line-height: 1.7;
    margin: 16px;
    padding: 0px;
}


.BL2B {
    padding: 0px;
    margin: 16px 122.5px;
}
.BL2B li {
    line-height: 2.4;
}

.BL2B li:nth-child(even) {
    list-style-type: none;
    text-indent: 35px;
}

.BL2A {
    padding: 0px;
    margin: 16px 122.5px;
}

.BL2A li {
    line-height: 2.4;
}

.BL3 {
    padding: 0px;
    margin: 16px 122.5px;
}
    .BL3 li {
        line-height: 2.4;
        list-style-type: none;
        font-weight: 525;
    }

.CompPic {
    width: 30% !important;
    height: 30% !important;
    border: 0px solid white;
    border-radius: 15px;
}

/******TABLES******/

.TableA {

}
    .TableA th {
        background-color: silver; /* your blended blue */
        color: black !important;
        font-weight: 350;
        text-align: center;
    }

    .TableA td {
        text-align: center;
    }

.AboutUsTable {
    margin: 50px;
}

.AboutUsTable td {
    padding: 50px;
}
/********/
.ViewLinks {
    border: 1px groove #000000 !important; /* border color and thickness */
    padding: 4px 8px !important; /* space inside the border */
    text-decoration: none !important; /* remove underline */
    color: white !important; /* link text color */
    border-radius: 4px !important; /* optional rounded corners */
    background-color: #0A2A43;
    font-size: 24px;
}

    .ViewLinks a:hover {

    }
/***PRODUCTS & SERVICES TABLES***/

.PROSERV_ContainerTable {

}



.PROSERV_SectionTable {
    min-height: 300px;
    border-collapse: separate; /* required for border-spacing */
    border-spacing: 12px 12px; /* horizontal vertical spacing */
    table-layout: fixed; /* distributes column widths evenly */
    width: 100%; /* optional but common */
    border: 2px solid #000; /* outer border */
}

    .PROSERV_SectionTable td {
        padding: 16px; /* internal spacing */
        vertical-align: middle; /* center vertically */
        text-align: center; /* align text horizontally */
    }

#PROSERV_SectionTable td:nth-child(3), PROSERV_SectionTable th:nth-child(3) {
    text-align: left !important;
}


    #PROSERV_LINKS_CONTAINER {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }


        .PROSERVTABLE_Container {
        }

.SKU_Title {
    font-weight: 550;
    font-size: 20px;

}

.SKU_Price {
    text-decoration: underline auto black;
}

.SKU_Details {

}

.SkuBList {
    padding-left: inherit; /* optional: removes leftover indentation */
    text-align: left !important;
}

    .SkuBList ul {
        padding-left: inherit; /* optional: removes leftover indentation */
        text-align: left !important;
    }

.TEXTLEFT {
    text-align: left !important;
    text-indent: 32px;
}