#home-banner {
    background-color: transparent;
    color: #f9f9f9;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    min-height: 150px;
}
#home-text {
    height: 150px;
    width: 1100px;
    margin-top: 40px;
    /*margin-left: 240px;*/
    margin-left: 20px;
    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: 60px;
    padding-left: 0px;
}
#home-search-list li {
    float: left;
    height: 35px;
    width: 235px;
    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: 195px;
    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;
}
.carousel-inner {
    height: 100%;
}

.carousel_item {
    width: 80%;
    margin-left: 10%;
    margin-top: 25px;
    padding-top: 30px;
    color: white;
    display: table;
}

.carousel_item h3 {
    /*margin-top: 60px;*/
    display: table-cell;
    vertical-align: middle;
}
.carousel_item a {
    color: white;    
}

.carousel_item p {
    font-size: 16px;
}

.carousel_item a:hover {
    text-decoration: none;
    color: #91adb7;
}

.carousel-indicators {
    bottom: 1px;    
}
.carousel-indicators li {
    
}
.carousel-indicators .active {
    background-color: #e74c3f;
    border-color: #e74c3c;
}

