:root {
    --font-infolexa: "Open Sans", sans-serif
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
    height: 100% !important;
}

.card i {
    font-size: 60px;
}

.card-shadow    {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.conclusionpanels, .aboutpanels   {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding-left: 0;
}

.conclusionpanels li, .aboutpanels li   {
    list-style-type: none;
    padding: 0 1em;
}

.aboutpanels {
    text-align: left;
}

.aboutpanels .card-head {
    margin-top: 20px;
    font-size: 20px;
}

.aboutpanels p {
    font-size: 16px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.navbar-brand img {
    width: 15rem;
}

.nav-link:hover {
    color: #55acee
}

.nav-link {
    color: white
}

.highlighted {
    color: #55acee
}

a.mobileLink {
    pointer-events: none;
    cursor: default;
}

.infoFeature {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

@media (max-width: 440px) {
    .navbar-brand img {
        width: 8rem;
    } 

    a.mobileLink {
        pointer-events: all;
        cursor: pointer;
    }
}

#mainContent {
    margin-top: 30px;
}

#submitSuccessMessage {
    padding-top: 10px;
}

.contacticonlink {
    color: black;
    text-decoration: none;
}

.contactIcons .col {
    padding-top: 5px;
}

.contactIcons div, .contactIcons div a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footerSocial {
    padding: 4px 7px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px;
    margin-right: 15px;
}

.footerTop {

}

.footerTop a {
    margin-right: 15px;
}

.footerTop .col-auto {

}

.footerBottom {
    border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
    justify-content: space-between;
}

.footerBottom .col-auto {

}

.footerBottom a {
    margin-right: 20px;
}

.footerLogo img {
    width: 6rem;
}

@media (max-width: 992px) {
    .footerBottom {
        border-top: rgba(255, 255, 255, 0.1) 1px solid !important;
        justify-content: center;
    }

    .footerBottom .col-auto {
        width: 100% !important;
        text-align: center;
    }

    .footerTop .col-auto {
        width: 100% !important;
        text-align: center;
    }

    .conclusionpanels, .aboutpanels {
        margin-right: 0;
        margin-left: 0;
    }

    .conclusionpanels .col {
        margin-bottom: 3rem !important;
    }

    .aboutpanels .col {
        margin-bottom: 3rem !important;
    }
}


@media (min-width: 992px) {

    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        height: 2rem;
        transition: height 0.3s ease-in-out;
    }

    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #212529;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("../assets/header_img.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 600px;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 17rem;
        /* padding-bottom: 12.5rem; */
    }
}

html {
    scroll-padding-top: 70px;
    /* height of sticky header */
}

.fixed-header-on .navbar {
    background-color: rgba(0, 0, 0, 0.95) !important;
    padding: 5px 0;
}

#features .svg-inline--fa {
    vertical-align: -0.125em;
    fill: currentColor;
    font-size: 25px;
    display: flex;
    margin-right: 1rem !important;
}
.terms ul li.lvl1 {
    list-style-type: none;
    padding: 0.5rem;
}

.terms ul li.lvl1 .termsection {
    font-weight: 700;
    text-decoration: underline;
}

.terms ul li.lvl1 .lvl2 {
    list-style-type: disc;
}

.terms ul li.lvl1 .lvl2 .termsection {
    font-weight: 400;
    text-decoration: underline;
}