.clearfix {
    clear: both;
}

.v-middle {
    vertical-align: middle;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.logo-text {
    font-size: 0.55em;
    font-weight: normal;
    letter-spacing: 0.5em;
    line-height: 1.5em;
    display: block;
    text-transform: uppercase;
}


.features h3 {
    text-transform: none;
    letter-spacing: normal;
}


.min-height {
    min-height: calc(100vh - 13em);
}

.pricing-2,
.pricing-3,
.pricing-4 {
    padding: 0.5rem 0;
}

@media (min-width: 992px) {
    .pricing-3 {
        background-color: #ebebeb;
    }
}

.footer,
.check,
.check_special {
    border-top: 1px solid #ddd
}

.check_special {
    color: darkorange;
    font-weight: bold;
}

.pricing > svg {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.header > .pricing {
    color: darkblue;
    font-size: 1.2em;
    font-weight: bold;
}

.subheader > .pricing-2,
.subheader > .pricing-3,
.subheader > .pricing-4 {
    color: darkblue;
    font-size: 1.2em;
    font-weight: bold;
}

.footer > .pricing {
    font-size: 1em;
    font-weight: bold;
}

.footer > .pricing-1 {
    color: darkblue;
}

.footer > .pricing-2,
.footer > .pricing-4 {
    color: darkblue;
    font-size: 1.3em;
}

.footer > .pricing-3 {
    color: darkorange;
    font-size: 1.6em;
}

.footer {
    margin-bottom: 3em;
}

.smallprint {
    display: block;
    position: relative;
    margin: 0.3em 0 0.3em 2.5em;
}

.smallprint-noindent {
    display: block;
    position: relative;
    margin: 0.6em 0 0.3em 0;
}

.smallprint > .asterix {
    display: block;
    position: absolute;
    top: 0;
    left: -2.5em;
    width: 2.25em;
    text-align: right;
}


.testimonial {
    padding: 16px;
    margin: 16px 0;
}

.testimonial::after {
    content: "";
    clear: both;
    display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.testimonial img {
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}

/* Increase the font-size of a span element */
.testimonial span {
    font-size: 20px;
    margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 728px) {
    .testimonial {
        text-align: center;
    }

    .testimonial img {
        margin: auto;
        float: none;
        display: block;
    }
}


.partner-image {
    margin: 0.5em 2em 1em 0.5em
}

.page-content {
    margin-bottom: 2em;
}

.page-link-footer {
    border: none;
    text-decoration: none;
    font-size: 0.6em;
}


.header-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    white-space: nowrap;
}

.header-links > li {
    letter-spacing: 0.225em;
    text-transform: uppercase;
    font-size: 0.8em;
}

.header-links > li a {
    border: 0;
    margin: 0 1em;
}

.header-links > li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

#header.alt .header-links {
    opacity: 0;
    pointer-events: none;
}