.YTGI-Standard-Background {
    background: #101c4e !important;
}

.YTGI-White-Text {
    color: #ffffff !important;
}

/* BEGIN Accordian Style */
.YTGI-Accordian-Table-Header {
    background-color: #c94645 !important;
    margin-bottom: 0 !important;
    color: #101c4e !important;
    border-color: #101c4e !important;
}

.YTGI-Accordian-Table-Detail {
    font-size: 14px !important;
}
/* END Accordian Style */


/* BEGIN Border Styles */
.YTGI-Border-Dotted-1 {
    border: 1px dotted #101c4e !important;
}

.YTGI-Border-Solid-1 {
    border: 1px solid #101c4e !important;
}

/* END Border Styles */

.YTGI-Cursor-Pointer {
    cursor: pointer !important;
}
/* BEGIN Responsive Headers */

/* Small width    */
@media (min-width: 100px) and (max-width: 576px) {
    .YTGI-Header-Text {
        font-size: 33px;
        font-weight: bold;
        line-height: 41px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 25px 10px 25px 10px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

/* Medium width    */
@media (min-width: 577px) and (max-width: 768px) {
    .YTGI-Header-Text {
        font-size: 43px;
        font-weight: bold;
        line-height: 51px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 30px 10px 30px 10px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

/* Large width    */
@media (min-width: 769px) and (max-width: 1199px) {
    .YTGI-Header-Text {
        font-size: 53px;
        font-weight: bold;
        line-height: 61px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 40px 20px 40px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

/* X-Large width    */
@media (min-width: 1200px) {
    .YTGI-Header-Text {
        font-size: 53px;
        font-weight: bold;
        line-height: 61px;
        text-align: left;
        margin-bottom: 0px;
    }


    .YTGI-SubHeader-Text {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 40px 20px 40px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

/* END Responsive Headers */


.YTGI-FrontPage-DropShadow {
    filter: drop-shadow(20px 20px 0 Blue);
    box-shadow: 10px 10px blue !important;
}

.w-85 {
    width: 85% !important;
}

.font-weight-bold {
    font-weight: bold;
}
