@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    background: #ccc url(../images/patternpad.png) repeat;
}

#qs-wrap,
#invest-wrap {
    padding: 2em 0;
    background: #fff;
    max-width: 920px;
    box-shadow: 2px 8px 19px -6px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 2px 8px 19px -6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 8px 19px -6px rgba(0, 0, 0, 0.28);
}

.box-bg p,
.box-bg li,
#qs-wrap p,
li {
    font-size: 14px;
    color: #495057;
}

.box-bg p span {
    font-weight: 600;
}

#notes,
#cite {
    font-size: 12px;
    color: #495057;
}

#notes b,
#cite b {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
}

sup {
    font-size: 11px;
    font-weight: 400;
    color: blue;
}

#header {
    min-height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#header.lp-connect {
    background: url(../images/bg/lp-connect-topbg.jpg) no-repeat center top;
    background-size: cover;
}

#header.gp-corner {
    background: url(../images/bg/lp-connect-topbg.jpg) no-repeat center top;
    background-size: cover;
}

#header.invest {
    background: #f46072 url(../images/bg/investment-snapshot.jpg) no-repeat center top;
    background-size: cover;
}

#header.sector {
    background: #2e3192 url(../images/bg/sector-spotlight.jpg) no-repeat center top;
    background-size: cover;
}

#header.star {
    background: #2e3192 url(../images/bg/star-enterprise.jpg) no-repeat center top;
    background-size: cover;
}
#header.special {
    background: #2e3192 url(../images/bg/special-feature.jpg) no-repeat center top;
    background-size: cover;
}

.content {
    max-width: 50%;

}
.lead img {
    padding: 0 0 !important;
    margin: auto !important;
    display: inline-block !important;
}
#header h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #fff;
    margin: 0 auto;
}

#header h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#header h5 strong {
    font-weight: 700
}

#bio-wrap h5 {
    font-size: 26px;
    font-weight: 300;
    color: #068ED0;
    margin-top: 20px;
}

#bio-wrap h5>span {
    font-size: 26px;
    font-weight: 800;
    color: #068ED0
}

#bio-wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #068ED0
}

#qs-wrap p strong {
    font-weight: 600;
    font-size: 18px;
    color: #053597;
}

hr {
    border-top: 5px solid rgb(6 142 208);
}

.box-bg {
    padding: 2rem 1rem 1rem 1rem;
    /*margin: 1rem*/
}

.box-bg img {
    padding: 1rem 0;
    margin: 0 auto;
    display: block;
}

.box-bg li {
    margin-bottom: 10px;
}

.blu-head {
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    color: #63BFEB;
    margin-top: 30px
}

.blu-head:first-child {
    margin-top: 0px
}

.q-num {
    font-size: 20px;
    color: #63bfeb;
    border: 1px solid #ccc;
    padding: 2px 3px;
}

#invest-wrap p>strong {
    font-size: 26px;
    font-weight: 600;
    color: #074eb8;
    padding-bottom: 5px;
    line-height: 30px;
}

b {
    color: #63bfeb
}

.top-nav {
    margin: 10px 20px 20px;
    padding-bottom: 20px;
}

.top-nav li {
    float: left;
    margin-right: 22px;
    list-style: none
}

.top-nav li a {
    color: #0A4E9B;
    border-bottom: 2px solid #28A9E0;
    text-decoration: none;
    font-size: 12px;
}

.jumbotron {
    background-color: #f8f9fa;
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 10px
}

.jumbotron b {
    color: #0544a1;
    font-weight: 600;
    line-height: 24px;
}
#mar-mobile ul {
    margin-left: 40px;
}




/*Media Query*/
@media screen and (max-width: 585px) {
    #mar-mobile ul{
        margin-left: 0px;
    }
    #qs-wrap {
        padding-top: 10px
    }


    #qs-wrap .row {
        margin-right: 15px;
        margin-left: 15px;
    }

    .content {
        max-width: 100%;
    }

    #header {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 140px;
        background-size: cover !important;
        margin-top: 40px;
    }

    #header h1 {
        font-size: 40px;
        width: 100% !important;
    }

    #bio-wrap h5 {
        float: right !important;
    }

    #header h5 {
        font-size: 22px;
        width: 100%;
    }

    #qs-wrap p {
        font-size: 14px;
    }

    .box-bg {
        padding: 0rem;
        margin: 0rem;
    }

    .col-lg-9 {
        margin: 0
    }

    #header.lp-connect,
    #header.gp-corner,
    #header.invest,
    #header.sector,
    #header.star {
        background-position: right top;
    }

    .top-nav {
        margin: 0
    }

    .top-nav li a {
        font-size: 12px;
    }

    .top-nav li {
        margin-right: 10px;
    }
}