
.alert-landing- {
    font-size: 14px;
    color: #404040;
}

.alert-landing- p {
    padding: 0;
    margin: 0;
}

.alert-landing-1 {
    background: #976aa5;
    background: -moz-linear-gradient(-45deg, #976aa5 0%, #6475c5 50%, #8cceaa 100%);
    background: -webkit-linear-gradient(-45deg, #976aa5 0%, #6475c5 50%, #8cceaa 100%);
    background: linear-gradient(135deg, #976aa5 0%, #6475c5 50%, #8cceaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#976aa5', endColorstr='#8cceaa', GradientType=1);

    color: #ffffff;
    text-align: center;
}

.alert-landing-1 h1 {
    font-size: 48px;
    margin-top: .6em;
}

.alert-landing-button {
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    padding: .6em 5%;
    font-size: 17px;
    color: #2c2c2c;
    border: none;
    border-radius: 5px;
    box-shadow: none;
}

.alert-landing-2 {
    background: #7ea2d6;

    color: #ffffff;
}

.alert-landing-3 {
    background: #8db6f0;

    color: #ffffff;
}

.alert-landing-4 {
    background: #c0d7f7;
}

.alert-landing-5 {
    background: #dee9f8;
}

.alert-landing-6 {
    padding: 0 15%;
}

.alert-landing-8 {
    padding: 1em 10%;
}

.alert-landing-8 .alert-landing-button {
    background: #c0d7f7;
}

.alert-landing-h3-white {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);;
}

.alert-landing-h3-black {
    padding: 0;
    margin: 0;
    color: #404040;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);;
}

.alert-landing-h3-blue {
    padding: 20px;
    margin: 0;
    color: #a8bfde;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

.alert-landing-delivery-icon {
    text-align: center;
    font-size: 24px;
}

.alert-landing-delivery-icon > span {
    display: block;
}

.alert-landing-delivery-icon > span.label- {
    color: #7ea2d6;
    font-weight: bold;
}

.alert-landing-delivery-icon > span.icomoon- {
    font-size: 3.5em;
    color: #cccccc;
}

@media (max-width: 767px) {
    .alert-landing-6 {
        padding: 0;
    }

    .alert-landing-delivery-icon {
        font-size: 16px;
    }
}

.alert-landing-header {
    margin: 25px;
}

.alert-landing-text {
    margin: 25px;
}

.alert-landing-table caption {
    margin-top: 1em;
    color: #ffffff;
    font-size: 18px;
}

.alert-landing-table td {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    padding: .3em 0;
}

.alert-landing-table tr:last-child td {
    border-bottom: none;
}

.alert-landing-table td.alert-landing-table-desc {
    opacity: .8;
    padding-left: 2em;
}

@media (min-width: 768px) {
    .alert-landing-header {
        white-space: nowrap;
    }

    .alert-landing-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .alert-landing-row-reverse {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }
}

