#home-banner {
    background-color: transparent;
    color: #f9f9f9;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
}
#home-text {
    height: 60px;
    width: 630px;
    margin-top: 40px;
    margin-left: 240px;
    text-align: center;
}
#mbold{
    font-weight: 800 !important;
}
#floating-block {
    height:350px;
    width: 1100px;
    margin-top: 40px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    background-color: #252828;
}
#block-top {
    float: left;
    width: 1100px;
    height: 90px;
}
#horizontal-divide {
    float: left;
    width: 1100px;;
    height: 1px;
}
#horizontal-divide hr {
    border-color: #3b4041;
    margin-top: 0px;
    margin-bottom: 0px;
}
#home-search-list {
    float: left;
    margin-top: 24px;
    margin-left: 130px;
    padding-left: 0px;
}
#home-search-list li {
    float: left;
    height: 35px;
    width: 195px;
    display: inline;
    margin-right: 20px;
}
#home-search-list li select {
    height: 100%;
    width: 100%;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
#home-download {
    height: 100%;
    width: 100%;
    background-image: url("/images/home_download_inactive.svg");
    border: none !important;
    box-shadow: none !important;
}
#home-download:hover {
    background-image: url("/images/home_download_active.svg");    
}
#text-block-row {
    float: left;
}
.text-block {
    float: left; 
    height: 260px;
    width: 366px;
    margin-top: 24px;
    text-align: center;
}
.tb-head {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    color: #f9f9f9;
}
.tb-body {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 15px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #848484;
}
.tb-body li {
    padding-bottom: 5px;
}
.vertical-divide {
    float: left;
    width: 1px;
    height: 260px;
}
#bottom-block{
    position: relative;
    z-index: 2;
    background-color: transparent;
}
#gray-home {
    height: 200px;
    margin-top: 10px;
    background-color: #3b4041;
}

select, option {
    text-align: center;
}