﻿.SubGroup{
    text-decoration: none !important;
    color: #333;

}
.SubGroup:hover{
    color: #333;
}
.boxTitle{
    box-sizing: border-box;
    border: 1px solid #c8ccd0;   
    padding: 0px 15px 0px 15px;
    background-color:#F2F2F2;
    color:#152A41;
}
.box{
    box-sizing: border-box;
    border: 1px solid #c8ccd0;   
    padding: 15px;
}
.boxTitle h3 span {
    color: #A70025;
    float:right;
    font-size:16px;
}
.body-content  a{
    color:#152A41;
}

/*The Home Page Middle Content*/

 .homePageMiddleContent {
        color: white;
        background-color: #034d78;
        padding: 0px 20px;
    }

    .homePageBox h3 {
        padding: 10px 0px 10px 10px;
        background-color: #338531;
        margin-bottom: 5px;
    }

    .homePageBox a:hover {
        text-decoration: none;
    }

    .homePageLeftBox, .homePageRightBox {
        box-shadow: -10px 10px 1px #122842 ;
        background-color: white;
        margin-bottom: 20px;
    }

    .homePageBoxItemTitle {
        padding: 10px 10px 0px 10px;
        color: #446e8e;
    }

    .homePageBoxItemContent {
        color: black;
        padding: 0px 10px 10px 10px;
    }

    .homePageBoxItemContent p {
        width: 90%;
        float: left;
    }

    .homePageBoxItemContent span {
        width: 5%;
        color: #338531;
        float: right;
        font-size: 16px;
    }

    .border-bottom {
        border-bottom: 1px solid black;
    }
    /*#indexSlideOutDiv{
        visibility:visible;
    }*/
    #indexSlideOutCol{
    padding: 10px 0px 10px 10px;
    background-color: #338531;
    margin-bottom: 5px;
    }
    #indexSlideOutSubDiv{

    }
    #slider-index-customizations-open{
        color:white;
        /*font-size:15px !important;*/
    }
    #indexSlideOutSubDiv span{
        color:white;
    }
    @media only screen and (min-width: 703px) and (max-width: 1024px) {
        #homeBody{
            width:100%;
        }
    }
    @media only screen and (min-width:1025px){
        #indexSlideOutDiv{
            visibility:hidden;
        }
    }
#footer1 {
    margin-top: -100px;
}
#sidebar {
    bottom:0px;
}