.band {
    padding: 0px 0 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.band-top {
    padding-top: 20px;
}
.band .carousel {
    margin-bottom: 0;
}
.content_container > .band:first-child {
    margin-top: -20px;
}
.band.band_footer_adjacent {
    margin-bottom: -50px;
}
.no-border-image {
    border: 0px;
}
.caption {
    color: #5a5a5a;
}
.overlay {
    position: relative;
}
.overlay {
    position: relative;
}
.overlay .time {
    position: absolute;
    z-index: 2;
    right: 3px;
    bottom: 3px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}
.video-icon {
    height: 30px;
    width: 30px;
    padding-bottom: 5px;
    fill: white
}
.hero {
    color: white;
    font-size: 35px;
    padding-bottom:10px;
}
.hero-mobile {
    margin-left:25px;
    color: black;
    font-size: 35px;
    padding-bottom:10px;
}
.blue-link {
    color: #2F7EB2;
}
.blue-link-margin {
    color: #2F7EB2;
    margin:20px;
}
.bubble-icon {
    margin: 20px;
    padding: 10px;
    border-radius:50px;
    background-color: #2F7EB2;
    min-width:50px;
    max-width: 120px;
}
.orange-button {
    background-color:#d97639;
    max-width:250px;
}
.blue-button {
    color: #2F7EB2;
    border-color:#2F7EB2;
    max-width:250px;
}
.grey-column {
    min-height:220px;
}
