﻿#mainpanel {
    background-image: url('../images/homepage_mainbg.jpg');
    background-repeat: repeat-x;
    width: 995px;
    
}

#content {
    padding: 50px 0;
    margin: 0 auto;
    /*width: 975px;*/
}

.page_home #content {
    margin-top: -220px !important;
}

h1{
    font-weight: normal;   
    font-size: 1.7em; 
    line-height: 1.25em;
    margin: 0;
    margin-bottom: 5px;
}

h2{
    font-size: 1.0em; 
}

h3{
    font-size: 1.0em; 
}
        
#homepagecontent 
{
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
}        
        
.homepagebox1Container {
    width: 291px;
    float: left;
    margin-right: 25px;    
}
        
.homepagebox1Top {
    background-image: url('../images/box_top_1.jpg');
    height: 96px;          
}
        
.homepagebox1Mid {
    background-image: url('../images/home_greybox_mid.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 195px;
    overflow: auto;
}

       
.homepagebox1MidContent {
    padding: 10px;
    padding-right: 0; 
}  

.homepagebox1MidContent .homepage-ourproductslistCol{
    float:left;
    width:125px;
    padding-bottom: 5px;
}
        
.homepagebox1MidContent .homepage-ourproductslist{
    margin-top: 10px;
    color: #5C72B5; 
    font-weight: normal;   
    font-size: 0.9em; 
    line-height: 1.25em; 
}
        
.homepagebox1Bottom {
    background-image: url('../images/home_greybox_footer.jpg');
    background-repeat: no-repeat;
    height: 13px;     
}
        
        
.homepagebox2Container {
    width: 291px;   
    float: left;
    margin-right: 25px;             
}
        
.homepagebox2Top {
    background-image: url('../images/box_top_2.jpg');
    height: 96px;          
}
        
.homepagebox2Mid {
    background-image: url('../images/home_greybox_mid.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 195px;
    overflow: auto;
}
        
.homepagebox2MidContent {
    padding: 10px;  
}
        
.homepagebox2Bottom {
    background-image: url('../images/home_greybox_footer.jpg');
    background-repeat: no-repeat;
    height: 13px;     
}
        
.homepagebox3Container {
    width: 291px;    
    float: left;           
}
        
.homepagebox3Top {
    background-image: url('../images/box_top_3.jpg');
    height: 96px;          
}
        
.homepagebox3Mid {
    background-image: url('../images/home_greybox_mid.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    height: 195px;
    overflow: auto;
}
        
.homepagebox3MidContent {
    padding: 10px;
    line-height: 1.4em;
    padding-bottom: 0;
}
        
.homepagebox3Bottom {
    background-image: url('../images/home_greybox_footer.jpg');
    background-repeat: no-repeat;
    height: 13px;     
}

.home_container_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.home_content {
    align-content: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background: rgba(25, 63, 95, 0.7);
    padding: 20px;
    height: 100%;
    margin: 0;
}

    .home_content:hover {
        background: rgba(25, 63, 95, 0.8);
    }

.home0 .home_content {
    background: rgba(23,26,100, 0.8);
    padding-top: 0px;
    padding-top: 0px;
    padding-left: 120px;
    padding-right: 120px;
}

    .home0 .home_content:hover {
        background: rgba(23,26,100, 0.9);
    }

.welcome_section p {
    font-size: 17px;
}

.home1 .home_content {
    background: rgba(23,26,100, 0.5);
}

    .home1 .home_content:hover {
        background: rgba(23,26,100, 0.8);
    }

    .home_content h1 {
        color: white;
    }

.home_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_image {
    margin: 0;
}

.product_text a {
    color: #fff !important;
}

    .product_text a:hover {
        color: #5da0d2 !important;
    }

.page_home, .master_lower, .master_lowerNoBanner{
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}