.alert {
    padding: 30px 0;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert.alert-warning {
    border: thin solid rgba(248, 152, 29, 0.75);
    border-top-width: 4px;
    background: rgba(248, 152, 29, 0.125);
    /* color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin: 2em 0; */
}

.alert-warning a {
    color: inherit;
}

.alert .alert-heading {
    font-weight: 600;
    font-size: 1.25em;
    color: #db7e07;
}

.alert p {
    font-size: 18px;
}

.alert p:last-child {
    margin-bottom: 0;
}

@media (min-width: 60em) {
    .visit-us .destinations {
        margin-bottom: 2em;
    }
}

@media (min-width: 60em) {
    .come-visit-us .top-block.top-block-left {
        margin-bottom: 90px;
        margin-top: 90px;
        display: flex;
        flex-direction: row-reverse;
    }

    .come-visit-us .top-block.top-block-left .copy,
    .come-visit-us .top-block.top-block-left .media-box {
        float: none !important;
    }

    .come-visit-us .top-block.top-block-left .media-box {
        padding-right: 0 !important;
        padding-left: 3%;
        margin-right: 0;
        margin-left: 2.85714%;
    }
}

.cu-tab-wrapper-slides .cu-tabs{
    text-align: center;
}

@media(min-width: 60em) {
    .cu-tab-wrapper-slides .cu-tabs {
        width: auto;
        border-bottom: 0;
        z-index: 300;
        margin-bottom: 30px;
    }

    .cu-tab-wrapper-slides nav.slide-controls {
        z-index: 1000;
    }

    .cu-tab-wrapper-slides .media-box .media-overlay .vbottom {
        padding-bottom: 1em
    }

    .cu-tab-wrapper-slides .slide-mask {
        padding-top: 0;
        float: none !important;
        /* margin-top: -20px; */
    }

    .cu-tab-wrapper-slides .slideshow {
        top: 0;
    }
}

.cu-sliders .copy-block {
    text-align: center;
    margin-bottom: 3em;
}

.cu-sliders .icon-clocktower:before {
    display: block;
    margin-bottom: 0.25em;
    font-size: 1.25em;
}

.cu-sliders p.page-overview {
    font-style: italic;
    font-family: 'freight-text-pro', serif;
    font-size: 1.5em;
    max-width: 800px;
    margin: 0 auto;
}

/* Image overlay */
@media(min-width: 60em){
    .slide-mask .media-box .media-overlay {
        background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
        background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0) 50%);
        background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0) 50%);
        background-image: -o-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0) 50%);
        background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.25) 30%, rgba(0,0,0,0) 50%);
    }
}