#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

#particles-js canvas{
    display: block;
}

#header.alt .logo-container a {
    display: block !important;
    border-bottom: none;
    margin: 0 auto 1.5em auto !important;
    width: 85px;
}

header#header p a.get-started, #cta footer p a.get-started {
    color: #FFFFFF;
    background-color: #1E4E85;

    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 2.75em;
    line-height: 2.75em;
    min-width: 9.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

    border-bottom: none;
}

header#header p a:hover.get-started, #cta footer p a:hover.get-started {
    background-color: #118C4F;
}

.price-box {
    display: inline-block;
    position: relative;
}

.price-currency {
    position: absolute;
    left: -0.6em;
    top: 0.75em;
    font-size: 1em;
}

.price-value {
    font-size: 2.25em;
    font-weight: bold;
}

.plan-list {
    margin: 1em 0 0 0;
    padding: 0;
    list-style: none;
}

.plan-list li {
    margin: 0;
    padding: 0.25em;
}

.plan-list li.dotted {
    text-decoration: none;
    border-bottom: dashed 1px;
    border-radius: unset;
}