@charset "utf-8";
/* CSS Document */
    #home-bk-image {
        background:url('img/home-background2.jpg') no-repeat center;
        height:500px;
        max-width:1601px;
        margin:0 auto;
    }
	#bk-forMobile{display:none;}
#homeContentRow{
    border:1px solid #720C51;
    border-radius: 7px;
    background: white;
    padding:10px;
}
#homeAnnual{
    color:#157234;
    font-size:1.3rem;
    font-style:italic;
}
#homeBank{
    font-size:1.6rem;
    color:black;
    font-weight:bold;
}
#homeTopRightContent{
    text-align: left;
    font-size:1rem;
}
#homeScramble{
    font-size:1.3rem;
}
#homeDateInfo{
    border-top:2px solid #FFA812;
    border-bottom:2px solid #FFA812;
    padding:8px 0;width:90%;
    margin:14px auto;
}
#homeSecurityWrapper{
    border:1px solid black;
    padding:4px;
    margin:20px auto;
    width:100%;
}
#homeSecurityWrapper div{
    background:#d8e1d9;
    padding:6px;
    font-weight:bold;
    font-size:1rem;
}
#homeRegistrationWrapper{
    border:1px solid rgba(170,170,170,1.00);
    border-radius: 7px;
    margin:20px auto;
    background:rgba(237,237,237,1.00);
    padding:20px;
}
#homeRegistrationWrapper{
    padding-top: 10px;
}
#homeRegistrationWrapper ul{
    margin-bottom: 0;
}
.homeInfoBox{
    border: 1px solid #ccc;
    border-radius:7px;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(30,30,30,1);
    -moz-box-shadow: 0px 0px 5px -2px rgba(30,30,30,1);
    box-shadow: 0px 0px 5px -2px rgba(30,30,30,1);
    background-color: #FFF !important;
    height: 530px;
}
#homeRaisedMoneyWrapper{
    border:1px solid black;
    padding:4px;
    margin:15px auto;
    width:90%;
    margin-top:40px;
}
#homeRaisedMoney{
    background:#37623a;
    padding:15px 8px;
    font-size:1.1rem;
    color:white;
}
#homeRegistrationTitleLeft{
    color:rgba(0,51,153,1.00);
    font-size:1.6em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
#homeRegistrationTitleRight{
    color:red;
    font-size:1.6em;
    font-weight: bold;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
}

#HIB_left, #HIB_center, #HIB_right{
    width:31.3333%;
    padding:0;
}
#HIB_left{
    margin-right:2%;
}
#HIB_center{
    margin-left:1%;
    margin-right:1%;
}
#HIB_right{
    margin-left:2%;
}
.homeThreeBoxTitle{
    color:black;
    font-size:2rem;
    padding-top:17px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
}
.homeThreeBoxContent{
     padding: 10px 25px 20px 25px;
     text-align: center;
}
.home-bucket-image-bottom {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.homeThreeBoxContent ul{
    padding-left: 20px;
}
@media screen and (max-width: 39.9375em) {
        #homeTopRightContent{
            padding-bottom: 15px;
        }
        #homeContentRow{
            border:none;
        }
        #homeRegistrationWrapper{
            width:95%;
            margin-top:0;
        }
        #homeRegistrationWrapper ul{
            margin-bottom: 0;
            margin-left:2rem;
        }
        #homeRegistrationWrapper ul li{
            padding-bottom: 3px;
        }
        #homeRegistrationColumns{
        padding-top: 15px;
        }
        .homeInfoBox   {

        }
        #HIB_left, #HIB_center, #HIB_right{
            width:94% !important;
            padding:0;
            margin:3% !important;
        }
        #HIB_left{height: 480px;}
        #HIB_right{height: 420px;}      
       
}