:root {
    --primary-color-light: #97C9EA;
    --primary-color-dark: #002169;
}

.hr {
    display: inline-block;
}

    .hr:after {
        content: '';
        display: block;
        border-top: 2px solid var(--primary-color-light);
        margin-top: 0.5em;
    }

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    padding-top: 66px;
}

.img-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rb-color {
    color: var(--primary-color-light);
}

.rb-btn {
    border: none;
    border-radius: 4px;
    font-weight: 600;
}

.rb-btn-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color-light);
    font-weight: 700;
    height: 3rem;
    width: 90%;
}

    .rb-btn-hero:hover {
        background-color: var(--primary-color-light);
        opacity: 0.9;
        color: #212529;
    }

.rb-btn-outline {
    background-color: white;
    border: solid;
    border-color: var(--primary-color-light);
    padding-left: 2rem;
    padding-right: 2rem;
}

    .rb-btn-outline:hover {
        background-color: white;
        color: #212529;
    }

.rb-btn-transparent {
    background: transparent;
    color: white;
}

    .rb-btn-transparent:hover {
        background: transparent;
        border-color: white;
        color: white;
    }

.rb-disclaimer {
    font-size: 0.8rem;
    font-style: italic;
}

.rb-hero {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .rb-hero h4 {
        color: white;
        font-size: 1.25rem;
        margin-top: 1.5rem;
    }

    .rb-hero h1 {
        color: var(--primary-color-light);
        margin-top: .75rem;
    }

    .rb-hero li {
        color: white;
    }

    .rb-hero p {
        color: white;
        font-size: 0.8rem;
        font-style: italic;
        padding-left: 2rem;
    }

.rb-product-hero {
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

    .rb-product-hero p, .rb-product-hero li {
        font-size: large;
    }

.rb-navbar {
    background: linear-gradient(to top right, #111, #333);
}

.rb-nav-link-bold {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

    .rb-nav-link-bold:hover {
        opacity: 0.9;
    }

.rb-nav-link-small {
    color: #ffffffcc;
    font-size: 0.9rem;
}

.rb-footer {
    background-color: #f8f8f8;
    color: #555555;
}

.rb-footer-links {
    font-size: 0.75rem;
    display: block;
    padding-bottom: 10px;
}

a {
    color: #212529;
    text-decoration: none;
    font-weight: bold;
}

    a > svg.svg-inline--fa {
        width: 1.5rem;
    }

    a.nav-link:hover {
        color: white;
        font-weight: bold;
    }

.accordion-button:focus, .accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
    font-weight: 700;
}

.navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

#features img {
    height: 80px;
    margin-left: -20px;
}

@media (max-width: 768px) {
    .rb-hero h5 {
        font-size: 16px;
    }

    .rb-hero p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .rb-btn-hero {
        height: 2.5rem;
        width: 50%;
    }

    container-skinny {
        width: 100%;
    }

    .rb-footer-links {
        display: inline;
    }

        .rb-footer-links + .rb-footer-links:before {
            content: "|";
        }
}

@media (min-width: 992px) {
    body {
        padding-top: 91px;
    }

    a.nav-link {
        padding-bottom: 0px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }

    body {
        padding-top: 91px;
    }

    .rb-btn-hero {
        height: 2.5rem;
        width: 25%;
    }

    .rb-card-icon {
        height: 120px;
    }
}

/*.rb-card {
    height: 100%;
    border: 0px solid black;
    background-color: #f8f8f8;
    box-shadow: 0 1.6px 3.6px 0 #aaaaaa, 0 .3px .9px 0 #cccccc;
    font-size: 0.9rem;
}

.rb-card-icon {
    height: 70px;
}

.rb-card-icon-big {
    display: block;
}*/

/*.rb-login-dropdown {
    min-width: 340px;
    background-color: #ffffff;
    border-radius: .5rem;
    color: black;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 9px !important;
}

    .rb-login-dropdown a {
        color: #000000cc;
        display: block;
        font-size: 0.9rem;
        padding-bottom: .25rem;
        padding-top: .25rem;
        text-decoration: underline;
    }

    .rb-login-dropdown h5 {
        color: black;
    }

.rb-login-mobile {
    border: 2px solid #ffffffaa;
    border-radius: .5rem;
    color: #ffffffcc;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #ffffffee;
}

    .rb-login-mobile a {
        //color: #ffffffcc;
        display: block;
        font-size: 0.9rem;
        padding-bottom: .5rem;
        padding-top: .5rem;
    }*/
