﻿
.page-title {
    color: var(--grey);
    font: 48px 'BD-CN', sans-serif;
    line-height: 1.2em;
    padding-bottom: 9px;
    margin: -9px 0 18px 0;
    border-bottom: 4px solid var(--grey200)
}

.sub-title-bottom-space {
    color: var(--grey);
    font: 22px 'BD-CN', sans-serif;
    line-height: 1.4;
    margin-bottom: 45px
}
.para-extra-bottom-space{
    padding-bottom: 30px;
}
.para, .para-extra-bottom-space {
    color: var(--grey);
    font-size: 18px;
}
    .para-extra-bottom-space a:hover,
    .para-extra-bottom-space a {
        color: var(--linkColor) !important;
        font: 16px 'STD-CN', sans-serif !important;
    }
    .para-extra-bottom-space a {
        overflow-wrap: break-word;
    }
        .para-extra-bottom-space a:hover {
            text-decoration: underline !important
        }

/* Layout CSS Starts here*/
.page-title-desc-img {
    position: relative;
    display: flex;
    align-items: flex-start
}

    .page-title-desc-img .img-container {
        margin-right: 10px
    }

        .page-title-desc-img .img-container img {
            max-height: 160px !important;
            max-width: 260px !important;
            width: auto !important;
            height: auto !important;
        }

.title-container {
    width: 100% !important;
    display: inline-block !important
}

.section-title {
    color: var(--grey);
    font-family: 'BD-CN', sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}

.section-description {
    color: var(--grey);
    font-family: 'STD-CN', sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 12px;
}

.section-bottom-link-with-more-bottom-space {
    font-family: 'STD-CN', sans-serif;
    color: var(--linkColor);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 36px;
    display: inline-block;
}

    .section-bottom-link-with-more-bottom-space:hover {
        color: var(--linkHoverColor);
        text-decoration: underline;
    }
/* PDF Link */
span.before-pdf-medium {
    margin-bottom: 36px !important;
    display: inline-block;
}
.before-pdf-medium:before {
    background-image: url('../../images/common/pdf_desktop_2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: relative;
    bottom: -4px;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.section-description a {
    font-size: 22px !important;
    line-height: 26px !important;
    text-decoration: none;
    color: var(--linkColor)
}

    .section-description a:hover {
        text-decoration: underline
    }

.externallink:after {
    content: '\f08e';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 6px;
}

.before-video-medium::before {
    font-family: 'FontAwesome';
    content: '\f16a';
    margin: 0 0 0 0;
    color: var(--primaryColor);
    vertical-align: top;
    float: left;
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin-right: 6px
}

.pl-34 {
    padding-left: 34px !important
}
.page-description-bottom-space {
    color: var(--grey) !important;
    font: 22px 'STD-CN', sans-serif !important;
    line-height: 1.4;
    padding: 0 0 45px 0
}

    .page-description-bottom-space p {
        margin: 0;
        padding: 0 0 45px 0
    }
/* Sub title CSS */
.sub-title {
    color: var(--grey);
    font: 22px 'BD-CN', sans-serif;
    line-height: 24px;
    margin-bottom: 12px
}

@media (max-width: 767px) {
    .page-title {
        font-size: 26px;
        margin-top: 0;
        padding-bottom: 4px;
        margin-bottom: 8px;
        border-bottom: 2px solid var(--grey200)
    }

    .page-title-desc-img .img-container img {
        display: inline-block !important;
        height: auto !important;
        max-height: 55px !important;
        max-width: 55px !important;
    }

    .sub-title-bottom-space {
        font: 14px 'BD-CN', sans-serif;
        line-height: 1.4;
        margin-bottom: 30px !important;
    }
    .para, .para-extra-bottom-space {
        font-size: 15px;
    }
    .sub-title.pb-4 {
        padding-bottom: 0.5rem !important
    }
    .section-title.pt-4 {
        padding-top: 0.5rem !important
    }
    .para-extra-bottom-space {
        padding-bottom: 20px;
    }
    .section-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 7px;
    }
    .sub-title {
        font: 18px 'BD-CN', sans-serif;
        margin-bottom: 8px;
    }
    .page-description-bottom-space {
        font: 12px 'STD-CN', sans-serif !important;
        line-height: 1.4;
        padding: 0 0 35px 0;
    }

        .page-description-bottom-space p {
            margin: 0;
            padding: 0 0 35px 0
        }
    .section-description {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom:8px;
    }
    .section-bottom-link-with-more-bottom-space{
        margin-bottom:26px;
    }
    .before-pdf-medium:before {
        width: 24px;
        height: 24px;
    }
    .before-video-medium::before {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
    .section-description a {
        font-size: 18px !important;
    }
    .para-extra-bottom-space p.mb-3{
        margin-bottom: 0.5rem !important;
    }
    .para p, .para-extra-bottom-space p{
        margin-bottom: 0.5rem !important;
    }
}



