﻿main {
    background-color: #FFF;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Hero */
.hero {
    background-color: #0094ff;
    background: -webkit-linear-gradient(#1f4f72, #1774b8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1f4f72, #1774b8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1f4f72, #1774b8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1f4f72, #15639d); /* Standard syntax */
    color: #FFF;
    padding: 50px 0;
}

    .hero .container {
        position: relative;
        max-width: 876px;
    }

    .hero .hero-title {
        font-size: 32px;
        font-weight: 200;
        padding-left: 135px;
    }

    .hero .hero-desc {
        padding-left: 136px;
        font-weight: 300;
        color: #d7e3ec;
        max-width: 830px;
    }

    .hero .hero-icon {
        position: absolute;
        font-size: 75px;
        left: 25px;
        top: -16px;
    }




.title {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    padding-top: 40px;
}

.box {

}

.subscriptions {
}
    .subscriptions {
        font-weight: 600;
    }
    .active {
        color: #2fbb3a;
    }
    .pending_cancel {
        color: #e29017;
    }
    .past_due {
        color: #f12121;
    }
    .past_due {
        color: #000;
        font-weight: 400;
    }
    .trialing {
        color: #2fbb3a;
    }

    .subscriptions button {
        margin-top: 18px;
        border: 0;
        background-color: #247bbb;
        color: #FFF;
        padding: 6px 14px;
        border-radius: 3px;
    }
        .subscriptions button:hover {
            cursor: pointer;
            background-color: #2a9aec;
        }

    .subscriptions.past_due button.paynow {
        background-color: #4caf50;
    }
        .subscriptions.past_due button.paynow:hover {
            background-color: #31a036;
        }


.licenses {
    padding-bottom: 60px;
}

.plans-wrapper {
    background-color: #eee;
}

.button-link {
    color: white;
}
.button-link:hover {
    color: white;
    text-decoration: none;
}

a .button-link {
    color: white;
}
    a .button-link:hover {
        color: white;
        text-decoration: none;
    }

@media (max-width: 767.98px) {
    .hero {
        padding: 20px 0;
    }


        .hero .hero-title {
            padding-left: 0;
            width: 100%;
            padding-top: 90px;
            text-align: center;
            font-size: 27px;
            font-weight: 300;
        }

        .hero .hero-desc {
            text-align: center;
            font-size: 16px;
            padding: 10px 6px;
        }

        .hero .hero-icon {
            text-align: center;
            left: 0;
            top: 0;
            width: 100%;
            font-size: 60px;
        }
}