/* Minification failed. Returning unminified contents.
(450,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-color'
 */
a.footer-link1 {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
}

.all-caps {
    text-transform: uppercase;
}

@media only screen and (min-width: 1201px) {
    .body-top {
        padding-top: 136px;
    }
    .sticky-blue-bar {
        top: 160px;
        position: fixed;
        width: 1200px;
        z-index: 1040;
    }
}

@media only screen and (max-width: 1200px) {
    .body-top {
        padding-top: 10px;
    }
    .ttl-rmore {
        font-weight: normal;
        color: white;
        font-size: 14px;
        position: center;
        left: auto;
    }
    .cat-header, .cat-header2 {
        height: auto !important;
    }
    .flex-chead2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .flex-chead2 > div {
        padding-bottom: 10px;
    }
    .sticky-blue-bar {
        top: 0px;
        position: fixed;
        width: 100%;
        z-index: 1040;
    }
}

@media only screen and (min-width: 769px) {
    .show-cat {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .advance-search-btn {
        width: 100%;
    }

    .ttl-rmore {
        font-weight: normal;
        color: white;
        font-size: 14px;
        position: center;
        left: auto;
    }

    .show-cat {
        display: block !important;
    }
}

@media only screen and (max-width: 1200px) {
    .navz, .lines, #headingOne3 {
        display: none;
    }
    #headingOne2 {
        display: block;
    }
}
.toggle-fade-4 {
    width: 100%;
    margin-bottom: 1px;
    padding-bottom: 1px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
    background: -webkit-linear-gradient(top,#000 70%, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.one-liner-truncate {
    display: block;
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-title-text {
    font-size: 15px;
    color: #000;
}

.album-title-text:hover {
    font-size: 15px;
    color: #003D78;
}

/*#003D78*/

.multi-line-truncate2a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* google translate */

.dropdown-content-translate {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-height: 220px;
    max-height: 300px;
    /* height: 300px; */
    overflow-y: scroll;
    margin-top: 8px;
    z-index: 9999 !important;
}

#google_translate_element_position {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 9999999999;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-banner-bar-show {
    top: 40px !important;
}

.goog-te-banner-bar-hide {
    top: 0px !important;
}

/* google translate */

@media print {
    .noprint {
        display: none;
    }
}

.main-content-adj40 {
    padding-top: 36px;
}

.searchTerm-2 {
    border: 1px solid #4c4c4c;
    border-right:none;
    padding: 5px;
    border-radius: 2px 0 0 2px;
    outline: none;
}

.flex-chead2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding-top: 20px;
}

.flex-chead2 > div {
    text-align: center;
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}

.btn-album {
    background: #003d8c;
    width: 150px;
    border: none;
    color: white;
    font-weight: 600;
    transition: 0.2s;
    font-size: 14px;
    text-transform: uppercase;
}

/* slick */

.slick-prevnext-position {
    top: 40% !important;
}

/* others */

@-webkit-keyframes can {
    0% {
        transform: translateY(0);
    }

    26.6666666667% {
        transform: translateY(0);
        opacity: 1;
    }

    33.3333333333% {
        transform: translateY(-100%);
        opacity: 0;
    }

    33.3343333333% {
        transform: translateY(100%);
        opacity: 0;
    }

    33.3363333333% {
        transform: translateY(100%);
        opacity: 1;
    }

    93.3333333333% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes can {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(-100%);
        opacity: 0;
    }

    30.01% {
        transform: translateY(100%);
        opacity: 1;
    }

    30.03% {
        transform: translateY(100%);
    }

    65% {
        transform: translateY(100%);
    }

    70% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes will {
    0% {
        transform: translateY(0);
    }

    26.6666666667% {
        transform: translateY(0);
    }

    33.3333333333% {
        transform: translateY(-100%);
    }

    60% {
        transform: translateY(-100%);
        opacity: 1;
    }

    66.6666666667% {
        transform: translateY(-200%);
        opacity: 0;
    }

    66.6676666667% {
        transform: translateY(0);
    }

    66.6696666667% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

.word {
    display: flex;
    grid-column: 2;
    grid-row: auto;
}

.word span {
    display: inline-block;
}

.can span:nth-child(1) {
    -webkit-animation: can 6s ease-in-out both 0.05s infinite;
    animation: can 6s ease-in-out both 0.05s infinite;
}

.will span:nth-child(1) {
    -webkit-animation: will 6s ease-in-out both 0.05s infinite;
    animation: will 6s ease-in-out both 0.05s infinite;
}

.can span:nth-child(2) {
    -webkit-animation: can 6s ease-in-out both 0.1s infinite;
    animation: can 6s ease-in-out both 0.1s infinite;
}

.will span:nth-child(2) {
    -webkit-animation: will 6s ease-in-out both 0.1s infinite;
    animation: will 6s ease-in-out both 0.1s infinite;
}

.can span:nth-child(3) {
    -webkit-animation: can 6s ease-in-out both 0.15s infinite;
    animation: can 6s ease-in-out both 0.15s infinite;
}

.will span:nth-child(3) {
    -webkit-animation: will 6s ease-in-out both 0.15s infinite;
    animation: will 6s ease-in-out both 0.15s infinite;
}

.can span:nth-child(4) {
    -webkit-animation: can 6s ease-in-out both 0.2s infinite;
    animation: can 6s ease-in-out both 0.2s infinite;
}

.can span:nth-child(5) {
    -webkit-animation: can 6s ease-in-out both 0.25s infinite;
    animation: can 6s ease-in-out both 0.25s infinite;
}

.title {
    padding: 0 0px;
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: auto;
    overflow: hidden;
    max-height: 20px;
}

.title2 {
    padding: 0 0px;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: auto;
    overflow: hidden;
    max-height: 20px;
}

/* For styling the demo. Not required. */

.title {
    color: #FFD166;
    font-weight: bold;
    font-size: 13px;
    margin-left: 0px;
}

.title2 {
    color: #FFD166;
    font-weight: bold;
    font-size: 14px;
    margin-left: 0px;
}

.discover-modal {
    z-index: 10000010;
}

.modal {
    z-index: 10000010;
}

.normal-link, .normal-link:active, .normal-link:visited {
    color: #0000ff;
    font-size: 14px;
}

.normal-link:hover {
    color: #ff0000 !important;
    text-decoration: underline;
}

/* Maintenance Notification Box */

.vue-notification-group.maintenance-msg .vue-notification {
    position: relative;
    margin-left: 0;
}

.vue-notification-group .vue-notification-template.vue-notification {
    color: var(--bs-body-color);
    font-size: .9rem;
    background: #856404;
    box-shadow: 0 0 .75rem rgba(0, 0, 0, .25);
    border-radius: .25rem;
    border-left-width: .5rem;
    margin: 0 .5rem .5rem;
    padding: .75rem 1rem;
}

.vue-notification.warn {
    background: #ffffdf;
    border-left-color: #f48a06;
}

.vue-notification {
    display: block;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    margin: 0 5px 5px;
    color: #fff;
    background: #44a4fc;
    border-left: 5px solid #187FE7;
}

.vue-notification-template {
    display: block;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
}

.notification-title {
    color: #d0342c;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.notification-content {
    color: #212529;
    font-size: 14px;
    font-family: Arial;
    padding: 0px 10px;
}

.notification-footer {
    text-align: right;
    border-top: 1px solid #dedede;
    padding: 10px 5px;
}
