.slide-up-container {
    display: none;
}

.carousel-control.left {
    right: auto;
    left: 20px;
}
.carousel-control {
    top: 50%;
    margin-top: -20px;
    color: #ffffff !important;
    background: rgba(255,255,255, 0.2);
    width: 40px;
    height: 37px;
    padding-top: 4px;
}
.carousel-control:hover {
    text-decoration: none !important;
    color: #C20E1A !important;
}
.carousel h4 {
    font-size: 1.8em;
}

.text-center {
    text-align: center !important;
}

.countup-number {
    color: #000 !important;
    font-size: 2.5em !important;
    display: inline-block;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 800;
}

.text-on-image {
    position: relative;
    margin: 0;
    margin-bottom: 2em;
}
.text-on-image figcaption {
    position: absolute;
    bottom: 0em;
    left: 0em;
    right: 0em;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,0.3);
    padding: 1em 2em;
}
.text-on-image figcaption h2 {
    font-size: 3.2em;
    line-height: 1.6;
}
.text-on-image figcaption small {
    font-size: 1.6em;
    font-weight: bold;
}
.text-on-image figcaption .more-text {
    position: absolute;
    right: 1em;
    bottom: 1em;
    font-size: 2em;
}
.text-on-image:hover figcaption .more-text {
    color: #C20E1A;
}
.number-item--icon {
    float: left;
    width: 50px;
    margin-right: 10px;
}
.number-item--text {
    margin-left: 60px;
}
.row.numbers {
    margin-bottom: 2em;
}
@media only screen and (max-width: 1400px) and (min-width: 768px)  {
    .countup-number {
        font-size: 2em !important;
    }
}
@media all and (max-width: 767px) {
    .countup-number {font-size: 2em !important;}
}
@media all and (max-width: 480px) {
.text-on-image figcaption h2 {
    font-size: 2em;
  }
}