.testimonials-one-lg footer cite a,
.testimonial-sm blockquote cite a {
    color: inherit;
}
.testimonial-sm blockquote cite a {
    text-decoration: underline;
}
.testimonials-one-lg footer cite:hover,
.testimonial-sm blockquote cite a:hover {
    text-decoration: none;
}
.licenses {
    margin-top: 0;
}
.hero--pricing--add + .licenses {
    margin-top: -470px;
}
.portal-entry ul li {
    list-style-type: disc;
}
.portal-entry ol li {
    list-style-type: decimal;
}
.portal-entry ul,
.portal-entry ol {
    padding-left: 1em;
}
.portal-entry strong {
    font-weight: bold;
}
.licenses-holder .edd_purchase_tax_rate {
    display: none;
}
body.admin-bar {
    min-height: calc(100vh - 32px);
}
body.admin-bar .header {
    top: 32px;
}

.entry form {
    max-width: 680px;
    margin: 20px auto;
}
.bg-top-blue + .section-portal:before {
    background: #afddff;
}
.edd-failed-transaction .hentry.limited-width .entry-content .text-area,
.edd-failed-transaction .hentry.limited-width h1,
.edd-success .hentry.limited-width .entry-content .text-area,
.edd-success .hentry.limited-width h1 {
    color: #565d61;
}

a {
    text-decoration: none;
}

#edd-card-vat-wrap{
    display: block;
    width: 100%;
    margin-top: 10px;
}

#edd_checkout_form_wrap #edd-card-vat-wrap span.edd-description{
    color: #4e536f;
}
.business-purchase-confirm-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.business-purchase-confirm-wrapper > legend,
.business-purchase-confirm-wrapper > p{
    float: left;
    width: auto;
}
@media (max-width: 479px) {
    .promo-card {
        background-image: none !important;
    }
    .section-portals {
        padding-top: 135px;
    }
    .section-portals .headline {
        margin-bottom: 50px;
    }
}
