.sl-jumbotron-home {
    background: url(../../images/slweb/jumbotron.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 768px) {
    .sl-btn-technology-home1 {
        position: absolute;
        font-size: 13.9px;
        top: 189px;
    }
}

@media (min-width: 1200px) {
    .sl-btn-technology-home1 {
        position: absolute;
        font-size: 19.1px;
        top: 236px;
    }
}

.sl-carousel-item {
    display: block;
    /*padding-top: 60px;
    height: 400px;*/
    color: inherit;
}

.sl-carousel-item h3 {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 7%;
    width: auto;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    margin: 0;
    font-size: 18px;
}

@media (min-width: 768px) {
    .sl-carousel-item h3 {
        position: absolute;
        /*top: 10%;*/
        /*display: inline-block;*/
        width: auto;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: 1;
        font-size: 24px;
    }
}

.sl-dep-boxes {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.sl-dep-boxes-row {
    display: block;
}

.sl-dep-boxes > .sl-dep-boxes-row > a {
    display: block;
    background-color: rgb(0, 63, 129);
    color: white;
    text-align: left;
    padding: 6px;
    text-decoration: none;
    margin-bottom: 5px;
}

.sl-dep-boxes img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
 }

.sl-dep-boxes > .sl-dep-boxes-row > a:hover {
    background-color: rgb(238, 127, 0);
}

.sl-dep-boxes h4 {
    text-transform: uppercase;
}

.sl-dep-boxes img {
    height: 32px;
}

@media (min-width: 992px) {
    .sl-dep-boxes {
        border-spacing: 10px;
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px;
        display: table;
    }
    .sl-dep-boxes-row {
        display: table-row;
    }
    .sl-dep-boxes > .sl-dep-boxes-row > a {
        display: table-cell;
        margin: 0;
        text-align: center;
        width: 20%;
        padding: 10px;
    }
    .sl-dep-boxes > .sl-dep-boxes-row > a + a {
        display: table-cell;
        margin: 0;
        /*border-left: solid 10px transparent;*/
    }
    .sl-dep-boxes img {
        float: none;
        margin: 0;
        height: 64px;
    }
}

#DV1_C25 {
    font-size: 120%;
    font-weight: 600; /* semi-bold */
}

#DV1_C27 {
    /*border-top: solid 1px #A6C3CE;*/
}

#DV1_C53 {
    display: flex;
    align-items: center;
}