body {
    font-family: 'Arial';
    font-style: normal;
}

.portfolio-heading {
    font-size: 26px;
    font-weight: 600;
}

.p-64 {
    padding: 64px;
}

.containerIcons {
    height: 32px;
    width: 32px;
}

.containerTitle-m {
    font-size: 32px;
    color: rgb(0 46 107);
}
.custom-dropdown-m{
    color: rgb(0 46 107) !important;

}


#topNavbar-m {
    background-color: #ffffff;
    border-radius: 16px;
    top: 16px;
    left: 64px;
    right: 64px;
    padding: 0px 32px;
    min-height: 84px;
    color: rgb(0 46 107);
    box-shadow: 0 4px 6px rgba(33, 33, 33, 0.2);
}

.topNavbarIcons {
    width: 16px;
    height: 16px;
}

.nav-link-m {
    color: rgb(0 46 107);
    text-decoration: none;

}

.nav-item-m img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(31%) saturate(4558%) hue-rotate(199deg) brightness(95%) contrast(105%);
}

#topContainer-m {

    background-color: rgb(0 46 107);
    
    padding-left: 64px;
    padding-right: 64px;
}

#logoContainer {
    padding-top: 385px;
}

#downloadButtonn {
    border: none;
    color: #3769FF;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(33, 33, 33, 0.2);

}
.massmutal-color{
    color: rgb(109 109 109);
}
#fundHeader-m {
    font-size: 60px;
    padding-top: 10px;
    color: #ffffff;
}
.fund-headerpara-m{     
    padding-top: 10px;
    color: #ffffff;
}
.download-fund-report-link{
    text-decoration: none;
    color: rgb(0 46 107);
}
.video-container-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; 
}

.shareClassButton-m {
    background-size: 16px;
    border-color: rgb(0 46 107);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    font-size: 14px;
    max-width: 400px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 10 5%22%3E%3Cpolygon points=%220,0 10,0 5,5%22 fill=%22gray%22/%3E%3C/svg%3E');
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.shareClassButton-m option {
    background-color: #FFFFFF;
    color: #161616;
}



#fundInvestDropdown {
    width: auto;
    background-image: url(/shared/icons/downarrow.svg);
    background-size: 16px;
}


.links-break-m {
    word-wrap: break-word;
    color: #004db2;

}
.links-break-m:hover {
    color: #003d8c;
    
}


#fundDetailsContainer {
    padding-left: 64px;
    padding-right: 64px;
}

.hypothetical-note {
    font-size: 16px;
    color: #212529;
    font-weight: 100;
    vertical-align: middle;
}

#fundCostDetails-m {
    background-color: #ECECEC;
    border-radius: 0px 0px 12px 12px;
    padding: 64px;
}

#fundCostTitle {
    color: #161616;
}

.classCostDetails {
    color: #161616;
    border-bottom: 3px solid #161616;
}

.classCostValue {
    font-size: 32px;
    color: #161616;
}

.classCostDescriprion {
    font-size: 14px;
    color: #8D8D8D;
}


#performanceTitle {
    color: #121619;
}
.fund-performance-heading-mm{
    color: rgb(0 46 107);
}
.bracket-note-text{
    font-size: 16px;
    color:#212529;
    font-weight: 100;
    vertical-align: middle;
}
.annual-note-mm{
    font-size: 14px;
    color: #8D8D8D;
    margin-top: 25px;
}
#cumulativePerformanceContainer-d {
    background-color: #ECECEC;
}
.portfolio-para{
    color:#212121 !important;
}

.Portfolio-row-m{
    color:#ffffff;
    font-size: 16px;
    font-weight: 100;
    margin-top: 20px;
}

/* Line Graph */

.line-chart-container {
    width: 100%;
    height: 350px;
    margin: auto;
    position: relative;
    margin-top: 15vw;
}

.popup {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
    font-size: 12px;
    pointer-events: none;
}

.color-box {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.linebar-legends {
    position: absolute;
    top: -45%;
    right: 0;
    line-height: normal;
    font-size: 14px;
}

.circlebar-m {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
}

.bluebar-m {
    background-color:#002452;
}
.yellowbar-m{
    background-color: #38a0bf;

}
.greenbar-m {
    background-color: #002e6b;
}
.newbar1{
    background-color: #7092bd;
}
.newbar2{
    background-color: #385452;
}



#annualPerformanceContainer-m {
    background-color: #ECECEC;
}

.annualDescription {
    font-size: 14px;
    color: #212121;
    
}


.fundStatisticsContainer-m {
    background-color: #ECECEC;
}

.statisticsDescription {
    font-size: 14px;
    color: #6F6F6F;
}

#statisticsDropdown {
    background-color: #393939;
    color: #FFFFFF;
    width: auto;
    background-size: 16px;
}

#statisticsDropdown option {
    background-color: #FFFFFF;
    color: #161616;
}

.fundStatisticstable {
    font-size: 26px;
}


.fundInvestContainer-m {
    background-color: rgb(0 23 53);
}


/* Bar graph */
.bar-graph-section {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 600px;
    padding-top: 20px;
}

#chart-container {
    width: 100%;
    height: 600px;
    margin-left: 50px;
}

.bar-graph-note {
    color: #8D8D8D;
}

.deskstopbarContainer {
    display: block;
}

.mobilebarContainer {
    display: none;
}


.para-list-m {
    display: block;
     font-size: 16px;
     color:#212529;
     font-weight: 100;
     margin-top: 15px;
}

.para-list-m-mobile {
    display: none;
    font-size: 16px;
    color:#212529;
    font-weight: 100;
    margin-top: 15px;

}

.resourcelink,
.insightLinks {
    color: #007D79;
}


.text-white li {
    color: #000;

}

#additionalInfoContainer {
    background-color: #E6E6E6;
}


#footer {
    margin-top: 64px;
    background-color: #DDEAFF;
}
.footerpara-m{
    color: rgb(0 46 107);
}


@media (max-width: 1199.98px) {
    #topNavbar-m {
        left: 20px;
        right: 20px;
        padding: 0px 22px;
    }


    #fundHeader-m {
        font-size: 54px;
    }

}


@media (max-width: 991.98px) {
    #topNavbar-m {
        left: 64px;
        right: 64px;
        padding: 22px 32px;
    }



    #logoContainer {
        padding-top: 300px;
    }

    .para-list-m {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-m-mobile {
        display: block;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    #footerInvest,
    #footerLoop {
        border-radius: 1rem !important;
        margin: 0px;
        margin-top: 20px;
    }

    #footerContainer {
        padding: 10px !important;
    }

    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}
    


@media (max-width: 767.98px) {


    #logoContainer {
        padding-top: 280px;
    }

    #fundHeader-m {
        font-size: 45px;
    }

    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .para-list-m {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-m-mobile {
        display: block;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .shareClassButton-m{
        font-size: 12px;
        margin-bottom: 5px;
    }

    .shareClassButton-m option {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .deskstopbarContainer {
        display: none;
    }

    .mobilebarContainer {
        display: block;
    }
    #chart-section{
        margin-top: 100px;
    }

    #myChart {
        margin-top: 100px;
    }
    .video-container{
        margin-left: 0px;
    }
    .portfolio-bar{
        padding-left: 30px;
    }
    /* .line-chart-container {
       
        margin-top: 25vw;
    } */
    .linebar-legends{
       margin-top: -60px;
    }
    .port-b {
        margin-left: -45px;
    }
}


@media (max-width: 575.98px) {
    .containerIcons {
        height: 20px;
        width: 20px;
    }
    .video-container{
        margin-left: 0px;
    }
    .containerTitle-m {
        font-size: 25px;
    }


    .footerDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .annualDescription {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    #topNavbar-m {
        left: 0px;
        right: 0px;
        top: 0px;
        border-radius: 0px;
        padding: 22px 0px;

    }


    #topContainer-m {
        padding-left: 44px;
        padding-right: 44px;
    }

    #logoContainer {
        padding-top: 170px;
    }

    #hextoneLogo {
        padding-bottom: 15px;
    }

    #fundHeader-m {
        font-size: 35px;
    }


    .para-list-m {
        display: none;
        font-size: 16px;
        color:#212529;
        font-weight: 100;
        margin-top: 15px;
    }

    .para-list-m-mobile {
        display: block;
    }


    #fundDetailsContainer {
        padding-left: 44px;
        padding-right: 44px;
    }

    #fundCostDetails-m {
        padding: 44px;
    }

    #fundCostDetails-m {
        padding: 44px;
    }


    #cumulativePerformanceContainer-d {
        padding: 44px;
    }



    #annualPerformanceContainer-m {
        padding: 44px;
    }



    .fundStatisticsContainer-m {
        padding: 44px;
    }

    .fundStatisticstable {
        font-size: 16px;
    }



    .fundInvestContainer-m {
        padding: 44px;
    }

    #footer {
        border-radius: 0 !important;
    }

}















