﻿/* EducationTOC */
.tocImage {
    margin: auto;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 0px;
}

h2 {
    font-size: 1.5rem;
    color: #273977 !important;
    margin-top: 10px !important;
}

h3 {
    font-size:1.5rem!important;
    margin-top:30px!important;
}

h4.card-title {
    text-align: center !important;
    margin-bottom: 0px !important;
}

.space {
    margin-top: 30px;
}

div.card.col-lg-4 {
    padding: 0px !important;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

/* Introduction */
#authorImage {
    clip-path: circle(50%);
    margin: 5px;
    width: 80%;
}

@media (max-width: 440px) {
    .adjust {
        text-align: center;
    }

    #authorImage {
        width: 60%;
    }
}

.overviewHeader {
    color: #273977;
    padding-top: 0px;
    font-size: 2.0rem;
}

.overview {
    font-size: 1.2rem;
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.adjustModal {
    min-width: 55% !important;
}

/* typical laptop */
@media (max-width: 1680px) {
    .wizzardTabPanel {
        height: 500px !important;
    }
}

/* iPad Pro */
@media (max-width: 1366px) {
    .adjustModal {
        min-width: 80% !important;
    }

    .overview {
        font-size: 1.1rem;
        padding-top: 0px;
    }

    .masterclass {
        height: 550px;
    }
}

/* popular laptop size */
@media (max-width: 1366px) and (max-height: 768px) {
    .PortfolioReturnsChartContainerStyle {
        height: 500px !important;
    }
}

/* iPad Air */
@media (max-width: 1180px) {
    .adjustModal {
        min-width: 80% !important;
    }

    .overview {
        font-size: 1.0rem;
        margin-top: -10px;
        padding-top: 0px;
    }

    .masterclass {
        height: 550px;
    }
}

/* iPad */
@media (max-width: 1024px) {
    .adjustModal {
        min-width: 90% !important;
    }

    .overview {
        font-size: 1.0rem;
        margin-top: -10px;
        padding-top: 0px;
    }

    .masterclass {
        height: 550px;
    }
}

/* Mobile */
@media (max-width: 440px) {
    .overviewHeader {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .overview {
        font-size: 1.0rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #divCardBodyRow {
        margin-top: 0px !important;
    }

    h1 {
        padding-top: 20px !important;
    }

    .masterclass {
        height: 350px;
    }

    #divButton {
        margin-top: 20px;
    }
}

.libutton {
    justify-content: center;
    padding: 10px;
    text-align: center;
    outline: none;
    text-decoration: none !important;
    color: #ffffff !important;
    width: 200px;
    height: 32px;
    border-radius: 16px;
    background-color: darkorange;
    font-family: "SF Pro Text", Helvetica, sans-serif;
}

.icons {
    font-size: 1.0rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

li {
    margin-bottom: 10px;
}

.algoChainColor1 {
    color: #92d050;
}

@media (max-width: 1024px) {
    .adjust {
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    h4 {
        font-size: 1.5rem !important
    }
}

@media (max-width: 440px) {
    .addMoreSpace {
        margin-top: 40px;
    }

    .adjust {
        padding-right: 15px;
    }
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px none white;
}

.algoChainColor1 {
    padding: 10px;
    text-align: right;
}

td {
    font-size: 1.3rem;
    padding: 10px;
    padding-right: 0px;
    border-bottom-color: transparent !important;
}

.form-group {
    margin-bottom: 0px;
}

.control-label {
    margin-top: 7px;
}

.form-control {
    padding: .365rem .75rem;
}

/* Masterclass pages */
.offset {
    padding-top:5px;padding-bottom:15px;
    text-align:center;
    font-size:0.9rem;
}

.imageOffset {
    margin-top:50px;
}

.podcastMargin {
    margin-top:50px!important;
    margin-bottom:30px!important;
}

.cardNoBorder {
    background-color: white!important;
    border: 0px solid white!important;
}

[id^="masterclassEpisodes"].card {
    background-color: white !important;
    border: 0px solid white !important;
}
