/*!
Theme Name: MZTV 2.0
Author: Zoomermedia
Author URI: https://zoomermedia.ca/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zoomer
Tags: one-page
*/

@font-face {
    font-family: BrandonGrotesque-Bold;
    src: url("./assets/fonts/BrandonGrotesque/Brandon_bld.otf");
}

@font-face {
    font-family: BrandonGrotesque-Regular;
    src: url("./assets/fonts/BrandonGrotesque/Brandon_reg.otf");
}

@font-face {
    font-family: BrandonGrotesque-Black;
    src: url("./assets/fonts/BrandonGrotesque/Brandon_blk.otf");
}

@font-face {
    font-family: PT_Serif-Web-Regular;
    src: url("./assets/fonts/PT_Serif/PT_Serif-Web-Regular.ttf");
}

@font-face {
    font-family: PT_Serif-Web-Bold;
    src: url("./assets/fonts/PT_Serif/PT_Serif-Web-Bold.ttf");
}

@font-face {
    font-family: PT_Serif-Web-BoldItalic;
    src: url("./assets/fonts/PT_Serif/PT_Serif-Web-BoldItalic.ttf");
}

@font-face {
    font-family: PT_Serif-Web-Italic;
    src: url("./assets/fonts/PT_Serif/PT_Serif-Web-Italic.ttf");
}

/*----------------------------------------------------all*/
* img {
    object-fit: cover;
}
:root{
    background-color: #1F1F1F;
}

* a,
* a:hover {
    color: #000000;
    text-decoration: none !important;
}

p,td{
    font-weight: bold;
    color: #000;
}
* p,
* ul {
    margin-bottom: 0 !important;
}

* button:focus,
* a:focus,
* input:focus,
* textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.vh-100 {
    height: 82vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.generalAdmissionPricing td:first-child{
    padding-right: 1rem;
}

.tss-wrapper .tss-carousel3 .item-content{
    font-size: 20px!important;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.truncate-ellipsis>* {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-btn {
    color: #ffffff;
    font-family: BrandonGrotesque-Black, sans-serif;
    background: none;
    font-size: 15pt;
    /*border: 2px solid #956b55;*/
    background-color: #f57e25;
    margin-top: .5rem;
}

.carousel-btn:hover {
    background: #b95000;
    color: #ffffff;
}

.slick-prev:before {
    background: url("./assets/images/prev_arrow.png") no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.slick-next:before {
    background: url("./assets/images/next_arrow.png") no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    margin-left: 5px;
}

.title {
    font-family: BrandonGrotesque-Black;
    font-size: 44pt;
}

span.line_short {
    width: 3%;
    border: 2px solid #f67e24;
}

.slick-prev {
    z-index: 100;
}

.slick-next {
    z-index: 100;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #454545;
}

.cc-position::before {
    display: none;
}

.single-event-full-width {
    flex: 0 0 100% !important;
    max-width: 0 0 100% !important;
}

.padding-top-single {
    padding-top: 0 !important;
}

.mashicon-facebook {
    background: #000;
}

.mashicon-twitter {
    background: #000;
}

/*----------------------------------------------------all*/
@media (min-width: 300px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 4.5rem;
    }

    /*------------------------------------------------click hamburger menu show menu and click close*/
    .menu__content .menu_content_navbar {
        background-color: #1F1F1F;
    }

    .menu__content .overlay {
        height: 0;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #f5f5f5;
        overflow: auto;
        transition: 0.5s;
        z-index: 9999;
    }

    .menu__content .overlay .close span {
        font-size: 50px;
    }

    .menu__content .overlay .overlay-content {
        top: 10%;
        text-align: center;
    }

    .menu__content .overlay .overlay-content li {
        font-size: 30pt;
        transition: 0.3s;
        font-family: BrandonGrotesque-Bold;
        color: #000000;
    }

    .menu__content .overlay .overlay-content li:hover::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .menu__content .overlay .overlay-content li::after {
        content: '';
        position: absolute;
        width: 120px;
        /* border: 2px solid; */
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .menu__content .overlay .overlay-content li.menu--home:after,
    .menu__content .overlay .overlay-content li.menu--event:after {
        border-color: #7DCECF;
    }

    .menu__content .overlay .overlay-content li.menu--highlights:after,
    .menu__content .overlay .overlay-content li.menu--tickets:after {
        border-color: #3BB656;
    }

    .menu__content .overlay .overlay-content li.menu--timeline:after,
    .menu__content .overlay .overlay-content li.menu--shop:after {
        border-color: #9866AA;
    }

    .menu__content .overlay .overlay-content li.menu--exhibits:after,
    .menu__content .overlay .overlay-content li.menu--museum:after {
        border-color: #EE3926;
    }

    .menu__content .overlay .overlay-content li.menu--testimonials:after {
        border-color: #2A479C;
    }

    .menu__content .overlay .overlay-content li.menu--abouts:after {
        border-color: #000000;
    }

    .menu__content .overlay .overlay-content li.menu--maps:after {
        border-color: #7da2b9;
    }

    .menu__content .overlay .overlay-content li.dot:hover::after,
    .menu__content .overlay .overlay-content li ul li:hover::after {
        opacity: 0;
    }

    .menu__content .overlay .overlay-content svg.svg-inline--fa {
        padding: 0;
    }

    .menu__content .overlay .overlay-content svg.fa-circle {
        font-size: 10pt;
    }

    .menu__content .overlay .overlay-content svg.fa-caret-down {
        font-size: 40pt;
    }

    .menu__content .overlay .overlay-content .overlay-content-mini a {
        font-size: 20pt;
    }

    /*------------------------------------------------home content*/
    /*.home__content .carousel-text ._carousel-item {
        padding-left: 80px;
    }*/

    .home__content .carousel-text .title-banner {
        font-size: 48pt;
        max-width: 600px;
        font-family: BrandonGrotesque-Black;
        overflow: hidden;
        position: relative;
        line-height: 48pt;
        /*max-height: 150pt;*/
        padding: 3rem 1em 0 0;
    }

    .home__content .carousel-text .title-banner:before {
        /*content: '...';*/
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .home__content .carousel-text .title-banner:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .home__content .carousel-text div.text-truncate {
        font-size: 25pt;
        max-width: 435px;
        color: #ffffff;
        font-family: BrandonGrotesque-Regular;
        margin-bottom: 25px;
        line-height: 34pt;
        margin-top: 15px;
    }

    .home__content .carousel-text .carousel-line {
        width: 520px;
        border: 2px solid #ffffff;
    }

    .home__content .carousel-control-next,
    .home__content .carousel-control-prev {
        width: 5%;
    }

    .home__content .carousel-control-next .carousel-control-prev-icon,
    .home__content .carousel-control-next .carousel-control-next-icon,
    .home__content .carousel-control-prev .carousel-control-prev-icon,
    .home__content .carousel-control-prev .carousel-control-next-icon {
        height: 50px;
        width: 30px;
    }

    .home__content .carousel-control-next .carousel-control-prev-icon,
    .home__content .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("./assets/images/prev_arrow.png");
    }

    .home__content .carousel-control-next .carousel-control-next-icon,
    .home__content .carousel-control-prev .carousel-control-next-icon {
        background-image: url("./assets/images/next_arrow.png");
    }

    /*------------------------------------------------explore content*/
    .explore__content #btn--closedEx {
        display: none;
        cursor: pointer;
    }

    .explore__content #btn--appendEx {
        cursor: pointer;
    }

    .explore__content .explore_title {
        font-size: 30pt;
        line-height: 1em;
        font-family: BrandonGrotesque-Regular;
        margin-top: 30px;
    }

    .explore__content .explore_line {
        border: 1px solid #f57e25;
        width: 185px;
    }

    .explore__content .explore_content_left {
        font-family: BrandonGrotesque-Regular, sans-serif;
        font-size: 22pt;
        overflow: hidden;
        position: relative;
        line-height: 33pt;
        /*max-height: 270pt;*/
        padding-right: 1em;
        width: 450px;
    }

    .explore__content .explore_content_left:before {
        /*content: '...';*/
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .explore__content .explore_content_left:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .btn-explore-white,
    .btn-explore-white:hover {
        color: #ffffff;
    }

    .explore__content .explore_content_right {
        font-family: BrandonGrotesque-Regular, sans-serif;
        font-size: 22pt;
        line-height: 33pt;
    }

    .explore__content .explore_left_img {
        /*height: 350px;*/
    }

    .explore__content .explore__slider {
        margin-right: 4rem;
    }

    .explore__content .explore__slider .slick-list {
        height: 100px;
    }

    .explore__content .explore__slider .slick-list .slick-track {
        height: 100%;
    }

    .explore__content .explore__slider .slick-list .slick-track .slick-slide {
        height: 100%;
    }

    .explore__content .explore__slider .slick-list .slick-track .slick-slide>div {
        height: 100%;
    }

    .explore__content .explore__slider .slick-list .slick-track .slick-slide>div>div {
        height: 100%;
    }

    .explore__content .explore__slider .slick-list .slick-track .slick-slide>div>div img {
        object-fit: cover;
    }

    .explore__content {
        margin-bottom: 4.5rem;
    }

    .explore_content_right {
        margin-bottom: 30px !important;
    }

    /*------------------------------------------------about content*/
    .abouts__content .tabs-about {
        background: linear-gradient(to right, #BEC5C9 16.7%, #FFF200 16.7% 33.4%, #7DCECF 33.4% 50.1%, #3BB656 50.1% 66.8%, #9866AA 66.8% 83.5%, #EE3926 83.5% 100.2%, #2A479C 100.2% 116.9%);
    }

    .abouts__content .tabs-about .nav-tabs .nav-item {
        font-size: 27pt;
        font-family: BrandonGrotesque-Bold;
        background: #edecec;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }

    .abouts__content .tabs-about .nav-tabs .nav-item.active {
        background: #ffffff;
    }

    .abouts__content .tab-content {
        font-family: BrandonGrotesque-Regular, sans-serif;
        font-size: 22pt;
    }

    .abouts__content .tab-content .tab-pane img {
        max-width: 300px;
        max-height: 500px;
        float: left;
        padding: 0 1.5rem 1.2rem 0;
    }

    /*------------------------------------------------highlight content*/
    .highlights__content .highlights_img {
        height: 160px;
        opacity: 0.5;
    }

    .highlights__content .highlights_text {
        top: 0;
    }

    .highlights__content .highlight__body {
        background-color: #f5f5f5;
    }

    .highlights__content .highlight__body .highlight_slider .slick-list {
        padding: 3rem 0;
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img {
        overflow: hidden;
        height: 250px;
        width: 250px;
        transition: 0.5s;
        transform: scale3d(1, 1, 1);
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img:hover {
        transition: 0.5s;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content {
        background: #f57e25;
        top: 0;
        left: 0;
        transition: 0.5s;
        transform: scale3d(1, 1, 1);
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content:hover {
        background: rgba(0, 0, 0, 0.36);
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content p:first-child {
        font-size: 18pt;
        font-family: BrandonGrotesque-Bold;
        line-height: 19pt;
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content .highlight_line {
        border: 1px solid;
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content p:last-child {
        font-size: 14pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
    }

    .highlights__content .highlight__body .list_hightlight {
        display: none;
    }

    .highlights__content .highlight__body .list_hightlight.active_tabs {
        display: block;
    }

    .highlights__content .highlight__body .list_hightlight .box_left {
        box-shadow: 0px 15px 10px -15px grey;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_img {
        height: 300px;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_content {
        font-size: 20pt;
        background: #000000;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_content p:nth-child(1) {
        font-family: BrandonGrotesque-Bold;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_content p:nth-child(2) {
        font-family: PT_Serif-Web-Regular;
        overflow: hidden;
        position: relative;
        line-height: 20pt;
        max-height: 80pt;
        padding-right: 1em;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_content p:nth-child(2):before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .highlights__content .highlight__body .list_hightlight .box_left .box_left_content p:nth-child(2):after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right {
        height: 600px;
        overflow: auto;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right::-webkit-scrollbar {
        width: 5px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div {
        box-shadow: 0px 15px 10px -15px grey;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #a6a6a5;
        border-radius: 10px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div::-webkit-scrollbar-thumb {
        background-color: #5e5e5d;
        border-radius: 10px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div .box_right_img {
        height: 250px;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div .box_right__content {
        font-size: 20pt;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div .box_right__content p:nth-child(1) {
        font-family: BrandonGrotesque-Bold;
    }

    .highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div .box_right__content p:nth-child(2) {
        font-family: PT_Serif-Web-Regular;
    }

    .highlights__content .highlight__body .list_hightlight .events_posts_button {
        color: #232729;
        border-color: #232729 !important;
        font-weight: 800;
        font-size: 20px;
    }

    /*------------------------------------------------timeline content*/
    .timeline__content .timeline_content {
        background: #f5f5f5;
    }

    .timeline__content .timeline_content .timeline_content_header {
        font-family: BrandonGrotesque-Bold;
        font-size: 27pt;
        padding: 25px 0 25px 0;
    }

    .timeline__content .timeline_content #timeline .tl-storyslider {
        height: 400px !important;
        max-height: 500px;
    }

    .timeline__content .timeline_content #timeline .tl-timenav .tl-timenav-line {
        /*display: none;*/
    }

    .timeline__content .timeline_content #timeline .tl-menubar {
        /*top: 580px !important;*/
    }

    .timeline__content .timeline_content .timeline_slider {
        background: #222629;
        padding: 20px 50px;
    }

    .timeline__content .timeline_content .timeline_slider .slick-prev {
        left: 25px;
    }

    .timeline__content .timeline_content .timeline_slider .slick-next {
        right: 25px;
    }

    .timeline__content .timeline_content .timeline_slider .timeline_slider_item {
        width: 250px;
        box-shadow: 0px 15px 10px -15px grey;
    }

    .timeline__content .timeline_content .timeline_slider .timeline_slider_item .timeline_slider_item_product img {
        height: 150px;
        object-fit: contain;
    }

    .timeline__content .timeline_content .timeline_slider .timeline_slider_item .timeline_slider_item_product p {
        font-family: BrandonGrotesque-Bold;
    }

    .timeline__content .timeline_content .timeline_slider .timeline_slider_item .timeline_slider_flag {
        background: #d9dddd;
    }

    .timeline__content .tl-slidenav-previous .tl-slidenav-icon {
        margin-left: 0 !important;
    }

    .timeline__content .tl-slidenav-next:hover .tl-slidenav-icon {
        margin-left: 76px;
    }

    .timeline__content .tl-skinny .tl-slidenav-next .tl-slidenav-icon {
        margin-left: 8px;
    }

    .timeline__content .tl-media .tl-media-content-container .tl-media-content img {
        max-height: 315px !important;
        max-width: 320px !important;
        width: auto;
    }

    /*------------------------------------------------event and posts*/
    .events__posts {
        background: #F5F5F5;
    }

    .events__posts .events .events_posts_title,
    .events__posts .museum_posts .events_posts_title {
        font-size: 30pt;
        font-family: BrandonGrotesque-Bold;
    }

    .events__posts .events .events_posts_item_left,
    .events__posts .events .events_posts_item_right {
        max-height: 600px;
    }

    .events__posts .museum_posts .events_posts_item_left,
    .events__posts .museum_posts .events_posts_item_right {
        max-height: 600px;
    }

    .events__posts .events .events_posts_item_left>div,
    .events__posts .events .events_posts_item_right>div,
    .events__posts .museum_posts .events_posts_item_left>div,
    .events__posts .museum_posts .events_posts_item_right>div {
        box-shadow: 0px 15px 10px -15px grey;
    }

    .events__posts .events .events_posts_item_left>div .events_posts_item_title,
    .events__posts .events .events_posts_item_right>div .events_posts_item_title,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_title,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_title {
        line-height: 34px;
        font-size: 22pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
    }

    .events__posts .events .events_posts_item_left>div .events_posts_item_content,
    .events__posts .events .events_posts_item_right>div .events_posts_item_content,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_content,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_content {
        color: #9f9f9f;
        line-height: 20px;
        font-size: 14pt;
        font-family: PT_Serif-Web-Regular;
    }

    .events__posts .events .events_posts_item_left>div .events_posts_item_title,
    .events__posts .events .events_posts_item_left>div .events_posts_item_content,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_title,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_content {
        overflow: hidden;
        position: relative;
        line-height: 27pt;
        max-height: 40pt;
        padding-right: 1em;
        padding-left: .75rem;
    }

    .events__posts .events .events_posts_item_left>div .events_posts_item_title:before,
    .events__posts .events .events_posts_item_left>div .events_posts_item_content:before,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_title:before,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_content:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .events__posts .events .events_posts_item_left>div .events_posts_item_title:after,
    .events__posts .events .events_posts_item_left>div .events_posts_item_content:after,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_title:after,
    .events__posts .museum_posts .events_posts_item_left>div .events_posts_item_content:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .events__posts .events .events_posts_item_right,
    .events__posts .museum_posts .events_posts_item_right {
        overflow: auto;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

    .events__posts .events .events_posts_item_right::-webkit-scrollbar,
    .events__posts .museum_posts .events_posts_item_right::-webkit-scrollbar {
        width: 5px;
    }

    .events__posts .events .events_posts_item_right::-webkit-scrollbar-track,
    .events__posts .museum_posts .events_posts_item_right::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .events__posts .events .events_posts_item_right::-webkit-scrollbar-thumb,
    .events__posts .museum_posts .events_posts_item_right::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .events__posts .events .events_posts_item_right::-webkit-scrollbar-thumb:hover,
    .events__posts .museum_posts .events_posts_item_right::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .events__posts .events .events_posts_item_right>div,
    .events__posts .museum_posts .events_posts_item_right>div {
        margin-bottom: .25rem;
    }

    .events__posts .events .events_posts_item_right>div:last-child,
    .events__posts .museum_posts .events_posts_item_right>div:last-child {
        margin-bottom: 0;
    }

    .events__posts .events .events_posts_item_right>div .events_posts_item_right_datetime,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_right_datetime {
        color: #9f9f9f;
        line-height: 15px;
        margin-bottom: -3px;
    }

    .events__posts .events .events_posts_item_right>div .events_posts_item_title,
    .events__posts .events .events_posts_item_right>div .events_posts_item_content,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_title,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_content {
        overflow: hidden;
        position: relative;
        line-height: 27pt;
        max-height: 40pt;
        padding-right: 1em;
    }

    .events__posts .events .events_posts_item_right>div .events_posts_item_title:before,
    .events__posts .events .events_posts_item_right>div .events_posts_item_content:before,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_title:before,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_content:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .events__posts .events .events_posts_item_right>div .events_posts_item_title:after,
    .events__posts .events .events_posts_item_right>div .events_posts_item_content:after,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_title:after,
    .events__posts .museum_posts .events_posts_item_right>div .events_posts_item_content:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .events__posts .events .events_posts_button,
    .events__posts .museum_posts .events_posts_button {
        color: #232729;
        border-color: #232729 !important;
        font-weight: 800;
        font-size: 20px;
    }

    .events__posts .events .events_posts_item_left .event_left_head .event_left_head_left {
        font-size: 44pt;
        color: #f13c31;
        font-family: BrandonGrotesque-Black;
    }

    .events__posts .events .events_posts_item_left .event_left_head .event_left_head_right {
        color: #9f9f9f;
        line-height: 30px;
    }

    .events__posts .events .events_posts_item_left .event_left_head .event_left_head_right div:nth-child(1) {
        font-size: 24pt;
        font-family: BrandonGrotesque-Black;
    }

    .events__posts .events .events_posts_item_left .event_left_head .event_left_head_right div:nth-child(2) {
        font-size: 13pt;
        font-family: BrandonGrotesque-Bold;
    }

    .events__posts .events .events_posts_item_right .event_right_content_bottom .events_posts_item_right_datetime {
        font-size: 15pt;
    }

    .events__posts .events .events_posts_item_right .event_right_content_bottom .events_posts_item_right_datetime div:nth-child(1) {
        font-family: BrandonGrotesque-Black, sans-serif;
    }

    .events__posts .events .events_posts_item_right .event_right_content_bottom .events_posts_item_right_datetime div:nth-child(2) {
        font-family: PT_Serif-Web-Bold;
    }

    .events__posts .events .events_posts_item_right .event_right_content_bottom .event_right_content_bottom_year {
        font-size: 20pt;
        color: #f13c31;
        line-height: 20px;
        font-family: BrandonGrotesque-Black;
    }

    .events__posts .museum_posts .events_posts_item_left .museum_posts_content_left div:nth-child(1) {
        font-size: 20pt;
        font-family: BrandonGrotesque-Black;
    }

    .events__posts .museum_posts .events_posts_item_left .museum_posts_content_left div:nth-child(2) {
        font-size: 3.5vw;
        color: #f13c31;
        line-height: 50px;
        font-family: BrandonGrotesque-Black;
    }

    .events__posts .museum_posts .events_posts_item_right .events_posts_item_right_datetime div:nth-child(1) {
        font-size: 15pt;
        font-family: BrandonGrotesque-Black, sans-serif;
    }

    .events__posts .museum_posts .events_posts_item_right .events_posts_item_right_datetime div:nth-child(2) {
        font-size: 8pt;
        font-family: PT_Serif-Web-Regular;
    }

    .events_posts_item_right_datetime .museum_post_date {
        font-family: BrandonGrotesque-Black;
        font-size: 20px;
    }

    .museum_post_hour {
        display: none;
    }

    .museum_post_date {
        margin-top: 20px;
    }

    /*------------------------------------------------exhibits content*/
    .exhibits__content .exhibits_slider .carousel_item {
        overflow: hidden;
    }

    .exhibits__content .exhibits_slider .carousel_item img {
        height: 400px;
    }

    .exhibits__content .exhibits_slider .carousel_item .carousel_title {
        font-size: 27pt;
        font-family: BrandonGrotesque-Black, sans-serif;
    }

    .exhibits__content .exhibits_slider .carousel_item .carousel_content {
        font-size: 22pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
        overflow: hidden;
        position: relative;
        line-height: 33pt;
        max-height: 170pt;
        padding-right: 1em;
    }

    .exhibits__content .exhibits_slider .carousel_item .carousel_content:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .exhibits__content .exhibits_slider .carousel_item .carousel_content:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    /* less marging top above paragraph on post */
    .less_margin_top {
        margin-top: 1rem !important;
    }

    /* padding in the exhibit card - copy only section */
    .exhibit_card_padding {
        padding: 2rem !important;
    }

    /* reduces the card size to 90% width */
    .width-less-than-100 {
        width: 90% !important;
    }

    /*------------------------------------------------map content*/
    .maps__content .map_content {
        background: black;
        opacity: 0.8;
    }

    .maps__content .map_content color-location {
        font-size: 40pt;
        line-height: 40pt;
        color: #F17E24;
        font-family: BrandonGrotesque-Black, sans-serif;
    }

    .maps__content .map_content p {
        font-size: 19pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
        line-height: 33pt;
    }

    .maps__content .map_location {
        height: 300px;
    }

    .maps__content .map_location iframe {
        width: 100%;
        height: 100%;
    }

    /* top and bottom margins around map section */
    .maps__content {
        margin: 1rem 0 1rem 0;
    }

    /*------------------------------------------------admin & hours, connect with us*/
    .admin_hours_connect_with_us {
        background: #f5f5f5;
    }

    .admin_hours_connect_with_us .admin_hours_connect_with_us_left .admin_hours_connect_with_us_title,
    .admin_hours_connect_with_us .admin_hours_connect_with_us_right .admin_hours_connect_with_us_title {
        font-size: 27pt;
        font-family: BrandonGrotesque-Black, sans-serif;
    }

    .admin_hours_connect_with_us .admin_hours_connect_with_us_left span,
    .admin_hours_connect_with_us .admin_hours_connect_with_us_right span {
        border: 1px solid #202629;
        margin: 10px 0 15px 0;
    }

    .admin_hours_connect_with_us .admin_hours_connect_with_us_left .admin_hours_connect_with_us_content,
    .admin_hours_connect_with_us .admin_hours_connect_with_us_right .admin_hours_connect_with_us_content {
        font-size: 20pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
    }

    /* top margin above "presented by" */
    .presented_margin {
        margin: 5rem 0 0.5rem 0 !important;
        font-size: 12pt;
    }

    /* Quebecoise logo position
    .presented_img {
        position: relative;
        bottom: 11.5rem;
    }*/

    /* bottom padding on paragraphs */
    .admissions_bottom_padding {
        padding: 0 0 30px 0;
    }

    /*------------------------------------------------testminails content*/
    .testimonials__content .opacity_testimonials .background_testimonials {
        background: #222629;
        z-index: -1;
    }

    .testimonials__content .opacity_testimonials .background_testimonials img {
        opacity: 0.5;
    }

    .testimonials__content .opacity_testimonials .testimonials_title {
        font-size: 27pt;
        line-height: 27pt;
        font-family: BrandonGrotesque-Black, sans-serif;
        padding-top: 3rem;
        /* added new */
    }

    .testimonials__content .opacity_testimonials .testimonials_input input {
        font-size: 18pt;
        font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
        border: 0;
        border: 1px solid #ffffff;
        color: #ffffff;
        box-sizing: border-box;
        letter-spacing: 1px;
        width: 150px;
        height: 50px;
        padding: 0 10px 0 10px;
    }

    .testimonials__content .opacity_testimonials .testimonials_input textarea {
        font-size: 18pt;
        font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
        background: #ffffff;
        opacity: 1;
        min-height: 150px;
        padding: .625rem !important;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input~.focus-border:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea~.focus-border:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #ffffff;
        transition: 0.3s;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input~.focus-border:after,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea~.focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #ffffff;
        transition: 0.3s;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input~.focus-border i:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea~.focus-border i:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #ffffff;
        transition: 0.4s;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input~.focus-border i:after,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea~.focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #ffffff;
        transition: 0.4s;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input:focus~.focus-border:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input:focus~.focus-border:after,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea:focus~.focus-border:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea:focus~.focus-border:after {
        width: 100%;
        transition: 0.3s;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input:focus~.focus-border i:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input:focus~.focus-border i:after,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea:focus~.focus-border i:before,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea:focus~.focus-border i:after {
        height: 100%;
        transition: 0.4s;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input:focus~label,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea:focus~label {
        top: -20px;
        font-size: 1rem;
        color: #ffffff;
        transition: 0.3s;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input input~label,
    .testimonials__content .opacity_testimonials .testimonials_input .effect-input textarea~label {
        position: absolute;
        font-size: 20pt;
        font-family: PT_Serif-Web-Regular;
        left: 0;
        width: 100%;
        top: 0;
        color: #ffffff;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .testimonials__content .opacity_testimonials .testimonials_input .effect-input .has-content-label {
        top: -20px;
        font-size: 1rem;
        color: #ffffff;
        transition: 0.3s;
    }

    .testimonials_inputs {
        display: -ms-flexbox;
        display: flex;
        z-index: -1;
    }

    /*------------------------------------------------copyright*/
    .copyright {
        background: #222629;
        font-family: BrandonGrotesque-Regular, sans-serif;
        font-size: 1.2rem;
    }

    .copyright a {
        color: #f59858;
    }

    /*------------------------------------------------modal*/
    .show__Calendar {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.85);
        top: 0;
        left: 0;
        transition: 0.2s;
        z-index: 9999;
        overflow-y: auto;
    }

    .show__Calendar .close {
        z-index: 1;
        font-size: 3em;
    }

    /*--------------------------banner_color, highlight_color, event_color, museum_color, list_events_color, list_museum_color, list_highlight_color, list_exhibit_color*/
    .banner_color .color_header,
    .highlight_color .color_header,
    .timeline_color .color_header,
    .museum_color .color_header,
    .list_museum_color .color_header,
    .event_color .color_header,
    .list_events_color .color_header {
        font-size: 30pt;
        font-family: BrandonGrotesque-Bold;
        line-height: 40px;
    }

    .banner_color .color_item,
    .highlight_color .color_item,
    .timeline_color .color_item,
    .museum_color .color_item,
    .list_museum_color .color_item,
    .event_color .color_item,
    .list_events_color .color_item {
        font-size: 22pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
    }

    .banner_color .color_item .color_title,
    .highlight_color .color_item .color_title,
    .timeline_color .color_item .color_title,
    .museum_color .color_item .color_title,
    .list_museum_color .color_item .color_title,
    .event_color .color_item .color_title,
    .list_events_color .color_item .color_title {
        font-size: 22pt;
        font-family: PT_Serif-Web-Bold;
    }

    .banner_color .color_button a,
    .banner_color .color_button svg,
    .highlight_color .color_button a,
    .highlight_color .color_button svg,
    .timeline_color .color_button a,
    .timeline_color .color_button svg,
    .event_color .color_button a,
    .event_color .color_button svg,
    .museum_color .color_button a,
    .museum_color .color_button svg {
        font-size: 20pt;
        font-family: BrandonGrotesque-Bold;
    }

    .banner_color .color_button div,
    .highlight_color .color_button div,
    .timeline_color .color_button div,
    .event_color .color_button div,
    .museum_color .color_button div {
        border-color: #9f9f9f !important;
        border-width: 2px !important;
    }

    .list_museum_color .color_header hr,
    .list_events_color .color_header hr {
        width: 17%;
        border-width: 2px;
        border-color: #ffffff;
    }

    .list_museum_color .color_item .color_item_left hr,
    .list_events_color .color_item .color_item_left hr,
    .list_exhibit_color .color_item .color_item_left hr,
    .list_highlight_color .color_item .color_item_left hr {
        width: 85%;
        border-width: 2px;
        border-color: #000000;
    }

    .list_museum_color .color_item .see-more a,
    .list_events_color .color_item .see-more a,
    .list_exhibit_color .color_item .see-more a,
    .list_highlight_color .color_item .see-more a {
        font-family: BrandonGrotesque-Bold;
    }

    .list_museum_color .pagination a,
    .list_events_color .pagination a,
    .list_exhibit_color .pagination a,
    .list_highlight_color .pagination a {
        font-size: 14pt;
        font-family: PT_Serif-Web-Regular;
    }

    .list_museum_color .pagination .active a,
    .list_events_color .pagination .active a,
    .list_exhibit_color .pagination .active a,
    .list_highlight_color .pagination .active a {
        font-size: 18pt;
        line-height: 18pt;
    }

    .list_exhibit_color .nav-tabs .nav-item,
    .list_highlight_color .nav-tabs .nav-item {
        color: #000000;
        background: #f5f5f5;
        /*border-radius: 10px;*/
        margin-bottom: 0.1px;
        font-size: 30pt;
        font-family: BrandonGrotesque-Bold;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(1),
    .list_highlight_color .color_item .color_title>div:nth-child(1) {
        font-size: 30pt;
        line-height: 30px;
        font-family: PT_Serif-Web-Bold;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(2),
    .list_highlight_color .color_item .color_title>div:nth-child(2) {
        font-size: 20pt;
        font-family: BrandonGrotesque-Bold, sans-serif;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(3),
    .list_highlight_color .color_item .color_title>div:nth-child(3) {
        font-size: 22pt;
        font-family: BrandonGrotesque-Regular, sans-serif;
        overflow: hidden;
        position: relative;
        line-height: 33pt;
        /*max-height: 165pt;*/
        padding-right: 1em;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(3):before,
    .list_highlight_color .color_item .color_title>div:nth-child(3):before {
        /*content: '...';*/
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(3):after,
    .list_highlight_color .color_item .color_title>div:nth-child(3):after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .list_exhibit_color .color_item .color_title .see-more-back,
    .list_highlight_color .color_item .color_title .see-more-back {
        font-family: BrandonGrotesque-Bold;
    }

    .list_exhibit_color .color_item .color_title .see-more-back hr,
    .list_highlight_color .color_item .color_title .see-more-back hr {
        height: 1px;
    }

    .list_exhibit_color .color_item .color_title .see-more-back .btn.btn--closedEx,
    .list_highlight_color .color_item .color_title .see-more-back .btn.btn--closedEx {
        display: none;
    }

    /*------------------------------------------------banner_color*/
    .banner_color .color_header {
        background: #FFFFFF;
    }

    .banner_color .color_button a,
    .banner_color .color_button svg {
        color: #222629;
    }

    /*------------------------------------------------highlight_color*/
    .highlight_color .color_header {
        background: #FFFFFF;
    }

    .highlight_color .color_button a,
    .highlight_color .color_button svg {
        color: #222629;
    }

    /*------------------------------------------------timeline_color*/
    .timeline_color .color_header {
        background: #FFFFFF;
    }

    .timeline_color .color_button a,
    .timeline_color .color_button svg {
        color: #222629;
    }

    /*------------------------------------------------event_color*/
    .event_color .color_header {
        background: #FFFFFF;
    }

    .event_color .modal__calendar {
        /*min-height: 650px;*/
    }

    .event_color .modal__calendar .modal__calendar__left,
    .event_color .modal__calendar .modal__calendar__right {
        background-color: #f5f5f5;
    }

    .event_color .modal__calendar .modal__calendar__left p:first-child {
        color: #212529;
        font-family: BrandonGrotesque-Regular;
        font-size: 2em !important;
        font-weight: bold;
    }

    .event_color .modal__calendar .modal__calendar__left p:nth-child(2) {
        font-family: BrandonGrotesque-Bold;
        font-size: 30pt;
    }

    .event_color .modal__calendar .modal__calendar__left p:nth-child(3) {
        font-family: BrandonGrotesque-Regular;
        font-size: 30pt;
    }

    .event_color .modal__calendar .modal__calendar__right .modal__calendar__right__title p:first-child {
        font-size: 3em;
        color: #222629;
        line-height: 70px;
        font-family: BrandonGrotesque-Regular;
        font-weight: bold;
    }

    .event_color .modal__calendar .modal__calendar__right .modal__calendar__right__title p:nth-child(2) {
        font-size: 15pt;
        line-height: 15px;
        font-family: BrandonGrotesque-Bold;
    }

    .event_color .modal__calendar .modal__calendar__right .modal__calendar__right__content .modal__calendar__right__content__left p {
        font-family: BrandonGrotesque-Regular;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker {
        width: 100%;
        /*what ever width you want*/
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker .ui-datepicker-header {
        position: absolute;
        padding: 0;
        top: 200px;
        width: 100%;
        left: 0;
        border: 0;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        left: -10px;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        right: -10px;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        display: none;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker table {
        font-size: unset;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker table th {
        padding: 0 .3em .7em;
        line-height: 30px;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-datepicker table td span,
    .event_color .modal__calendar .modal__calendar__right .ui-datepicker table td a {
        padding: 0.3em 0;
        text-align: center;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-state-hover,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-content .ui-state-hover,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-header .ui-state-hover,
    .event_color .modal__calendar .modal__calendar__right .ui-state-focus,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-content .ui-state-focus,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-header .ui-state-focus,
    .event_color .modal__calendar .modal__calendar__right .ui-button:hover,
    .event_color .modal__calendar .modal__calendar__right .ui-button:focus {
        background: none;
        border: 0;
    }

    .event_color .modal__calendar .modal__calendar__right .ui-state-default,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-content .ui-state-default,
    .event_color .modal__calendar .modal__calendar__right .ui-widget-header .ui-state-default,
    .event_color .modal__calendar .modal__calendar__right .ui-button,
    .event_color .modal__calendar .modal__calendar__right html .ui-button.ui-state-disabled:hover,
    .event_color .modal__calendar .modal__calendar__right html .ui-button.ui-state-disabled:active {
        background: none;
        border: 0;
    }

    .event_color .color_button a,
    .event_color .color_button svg {
        color: #212529;
    }

    /*------------------------------------------------museum_color*/
    .museum_color .color_header {
        background: #FFFFFF;
    }

    .museum_color .color_item .figure .figure-caption p {
        font-size: 16pt;
    }

    .museum_color .color_item .figure .figure-caption p:nth-child(1) {
        font-family: PT_Serif-Web-Italic;
    }

    .museum_color .color_item .figure .figure-caption p:nth-child(2) {
        font-family: PT_Serif-Web-BoldItalic;
    }

    .museum_color .color_button a,
    .museum_color .color_button svg {
        color: #212529;
    }

    /*------------------------------------------------list_events_color*/
    .list_events_color .color_header {
        background: #f5f5f5;
    }

    .list_events_color .color_item .color_item_left>div:nth-child(1),
    .list_events_color .color_item .color_item_left>div:nth-child(2) {
        font-size: 30pt;
        line-height: 30pt;
    }

    .list_events_color .color_item .color_item_left>div:nth-child(1) {
        font-family: BrandonGrotesque-Bold;
    }

    .list_events_color .color_item .color_item_left>div:nth-child(2) {
        font-family: BrandonGrotesque-Regular;
    }

    .list_events_color .color_item .color_item_left>div:nth-child(4),
    .list_events_color .color_item .color_item_left>div:nth-child(5) {
        font-size: 14pt;
        font-family: PT_Serif-Web-Bold;
    }

    .list_events_color .color_item .color_item_left>div:nth-child(4) {
        color: #ef3824;
    }

    .list_events_color .color_item .color_item_right .color_item_right_content {
        overflow: hidden;
        position: relative;
        line-height: 30pt;
        max-height: 150pt;
        padding-right: 1em;
    }

    .list_events_color .color_item .color_item_right .color_item_right_content:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .list_events_color .color_item .color_item_right .color_item_right_content:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .list_events_color .color_item .see-more hr {
        border-color: #222629;
    }

    .list_events_color .color_item .see-more a {
        color: #222629;
    }

    .list_events_color .pagination .active a {
        color: #ef3824;
    }

    /*------------------------------------------------list_museum_color*/
    .list_museum_color .color_header {
        background: #f5f5f5;
    }

    .list_museum_color .color_item .color_item_left .color-title {
        font-size: 30pt;
        line-height: 35pt;
        font-family: BrandonGrotesque-Bold;
    }

    .list_museum_color .color_item .color_item_left .comment p:nth-child(1) {
        font-size: 16pt;
        line-height: 16pt;
        font-family: PT_Serif-Web-Regular;
    }

    .list_museum_color .color_item .color_item_left .comment p:nth-child(2) {
        font-size: 16pt;
        line-height: 16pt;
        font-family: PT_Serif-Web-Bold;
    }

    .list_museum_color .color_item .line-clamp-4 {
        overflow: hidden;
        position: relative;
        line-height: 30pt;
        max-height: 120pt;
        padding-right: 1em;
    }

    .list_museum_color .color_item .line-clamp-4:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .list_museum_color .color_item .line-clamp-4:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
    }

    .list_museum_color .color_item .see-more hr {
        border-color: #9866A9;
    }

    .list_museum_color .color_item .see-more a {
        color: #212529;
    }

    .list_museum_color .pagination .active a {
        color: #212529;
    }

    /*------------------------------------------------list_highlight_color*/
    .list_highlight_color .nav-tabs {
        border-color: #212529;
    }

    .list_highlight_color .nav-tabs .nav-item.active {
        background: #212529;
        border-color: #212529 !important;
        color: #ffffff;
    }

    .list_highlight_color .color_item .color_title .see-more-back hr {
        background: #212529;
    }

    .list_highlight_color .color_item .color_title .see-more-back .btn {
        color: #212529;
    }

    .list_highlight_color .pagination .active a {
        color: #FFF20F;
    }

    /*------------------------------------------------list_exhibit_color*/
    .list_exhibit_color .nav-tabs {
        border-color: #212529;
    }

    .list_exhibit_color .nav-tabs .nav-item.active {
        color: #ffffff;
        background: #212529;
        border-color: #212529 !important;
    }

    .list_exhibit_color .color_item .color_title .see-more-back hr {
        background: #212529;
    }

    .list_exhibit_color .color_item .color_title .see-more-back .btn {
        color: #212529;
    }

    .list_exhibit_color .pagination .active a {
        color: #2b449c;
    }

    .testimonials_input .comment-respond {
        color: #ffffff;
        font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
    }

    .testimonials_input .comment-respond h3 {
        display: none;
    }

    .testimonials_input .comment-respond form {
        display: flex !important;
        flex-direction: column !important;
        font-size: 20pt;
    }

    .testimonials_input .comment-respond form .comment-notes {
        display: none;
    }

    .testimonials_input .comment-respond form .comment-form-url {
        display: none;
    }

    .testimonials_input .comment-respond form .comment-form-comment {
        order: 1;
    }

    .testimonials_input .comment-respond form .comment-form-comment textarea {
        border: 0 !important;
        width: 100% !important;
    }

    .testimonials_input .comment-respond form .comment-form-author input {
        background-color: transparent !important;
        width: 100% !important;
    }

    .testimonials_input .comment-respond form .comment-form-email input {
        background-color: transparent !important;
        width: 100% !important;
    }

    .testimonials_input .comment-respond form .form-submit {
        order: 2;
        margin-top: 1.5rem !important;
    }

    .testimonials_input .comment-respond form .form-submit input {
        background-color: transparent !important;
    }

    /* margin below form fields*/
    #author,
    #email {
        margin-bottom: 20px;
    }

    /* margin above and below forms */
    #respond {
        margin: 3rem 0 3rem 0;
    }

    .location_margin {
        margin-bottom: 0 !important;
    }

    /*------------------------------------------------single-slider page content*/
    .single-slider-no-margin-bottom {
        margin-bottom: 0 !important;
        color: #222629;
    }

    .single-slider-image-padding-top {
        padding-top: 0rem !important;
    }

    .banner_color .color_button {
        color: #222629;
    }

    /*------------------------------------------------single post page content*/
    .align-self-center {
        align-self: left !important;
    }

    .single-slider-full-width {
        flex: 0 0 100%;
    }

    /*------------------------------------------------timeline page content*/
    .timeline-post-margin-top {
        padding-top: 2rem;
    }

    .calendar-margin-bottom {
        margin-bottom: 0 !important;
    }

    /*------------------------------------------------single-event page content*/
    .no-padding-bottom {
        padding-bottom: 0 !important;
    }

    .single-event-full-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .no-margin-top {
        margin-top: 0 !important;
    }

    .no-margin-top {
        padding-top: 0 !important;
    }

    .extra-padding-top {
        padding-top: 2rem;
    }

    .extra-padding-bottom {
        padding-bottom: 1rem;
    }

    .no-margin-right_left {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .extra-padding-right_left {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .banner-margin-bottom {
        margin-bottom: 3rem;
    }

    .cursor__pointer {
        width: 200px;
    }

    .events_posts_item_title {
        max-height: 300px !important;
    }

    .explore_content {
        margin-top: 1.5rem;
    }

    .display-none {
        display: none;
    }

    .single-slider-heading {
        max-width: 77.5%;
    }

    #menu-item-104,
    #menu-item-107,
    #menu-item-105,
    #menu-item-1173 {
        font-family: BrandonGrotesque-regular;
    }

    .caret-down-margin-left {
        margin-left: 0 !important;
    }

    .menu_dots {
        display: none !important;
    }

    .sec-menu {
        font-familly: BrandonGrotesque-Regular, sans-serif !important;
    }

}

@media screen and (min-width: 1600px) {
    .col-xl-4 {
        max-width: 100% !important;
    }

    #nav-tabContent {
        padding-left: 24rem !important;
        padding-right: 24rem !important;
    }
}

@media screen and (max-width: 1600px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 4.5rem;
    }

    /*------------------------------------------------event_color*/
    .event_color .modal__calendar .modal__calendar__left p:first-child {
        font-size: 2em;
    }

    /*------------------------------------------------on now content */
    .explore__content .explore_content_left {
        width: 600px !important;
    }

    /*------------------------------------------------map content */
    .col-xl-4 {
        max-width: 100% !important;
    }

    .p-xl-5 {
        padding: 2rem 3.25rem 2rem 3.25rem !important;
    }

    .testimonial-font-size {
        font-size: 17pt;
    }

    .h1-mx-width {
        max-width: 77.5%;
    }

    .py-3-margin {
        margin-right: 1.5rem;
    }

    .mb-5-line-height {
        line-height: 35pt !important;
    }

    #nav-tabContent {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
    }
}

@media screen and (max-width: 1366px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 4.5rem;
    }

    /*------------------------------------------------on now content */
    .explore__content .explore_content_left {
        width: 600px !important;
    }

    /*------------------------------------------------map content*/
    .maps__content .map_content color-location {
        font-size: 30pt;
    }

    .maps__content .map_content p {
        font-size: 19pt;
    }

    #nav-tabContent {
        padding-left: 15.5rem !important;
        padding-right: 15.5rem !important;
    }
}

@media screen and (max-width: 1280px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 4.5rem;
    }


    /*------------------------------------------------on now content */
    .explore__content .explore_content_left {
        width: 500px !important;
    }

    /*------------------------------------------------about content*/
    .abouts__content .tabs-about .nav-tabs .nav-item {
        font-size: 20pt;
    }

    /*.abouts__content .tab-content {
        font-size: 15pt;
    }*/

    /*------------------------------------------------timeline content*/
    .timeline__content .timeline_content .timeline_slider {
        /*margin: 0 50px;*/
    }

    /*------------------------------------------------exhibits content*/
    .exhibits__content .exhibits_slider .carousel_item img {
        height: 100%;
    }

    /*------------------------------------------------testimonials content*/
    .testimonials__content .opacity_testimonials {
        padding: 0;
    }

    .testimonials__content .opacity_testimonials .testimonials_slider .slick-prev {
        left: 5px;
        /*z-index: 100;*/
    }

    .testimonials__content .opacity_testimonials .testimonials_slider .slick-next {
        right: -20px;
        z-index: 100;
    }

    .tl-layout-landscape.tl-mobile .tl-slidenav-next:hover {
        right: 100px;
    }

    .tl-layout-landscape.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
        margin-left: 76px;
    }

    .testimonial_bkg_color {
        background-color: #222629;
    }
}

@media screen and (max-width: 1200px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 80px;
    }

    /*------------------------------------------------on now content */
    .explore__content .explore_content_left {
        width: 450px !important;
    }

    /*------------------------------------------------timeline content*/
    .mt-3 {
        margin-top: 2rem !important;
    }

    /*------------------------------------------------exhibits content*/
    .exhibits__content .exhibits_slider .carousel_item img {
        height: 400px !important;
    }

    .p-2 {
        padding: 2rem !important;
    }

    .py-3 {
        padding: 2rem !important;
    }

    .width-less-than-100 {
        width: 98% !important;
    }

    /*------------------------------------------------Testimonials content*/
    .pl-4 {
        text-align: center;
        padding-bottom: 2rem;
    }

    .testimonial_bkg_color {
        background-color: #222629;
    }

    /*------------------------------------------------map content*/
    .position-relative {
        position: relative !important;
    }

    /*------------------------------------------------single-slider page content*/
    .single-slider-image-padding-top {
        padding-top: 0rem !important;
        padding-left: 63px;
        padding-right: 63px;
    }

    .single-slider-heading {
        padding: 0 63px 0 63px;
    }

    .single-slider-full-width {
        flex: 0 0 100%;
    }

    .single-event-full-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .h1-mx-width {
        max-width: 100%;
    }

    .exhibit-padding {
        padding: 0 2rem 0 2rem !important;
    }

    #nav-tab {
        padding: 0 2rem 0 2rem;
    }

    .max-100 {
        max-width: 100% !important;
    }

    #nav-tabContent {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
}

@media screen and (max-width: 992px) {

    /*------------------------------------------------hero content*/
    .home__content .carousel-text ._carousel-item {
        padding-left: 80px;
    }

    /*------------------------------------------------ON Now content*/
    .py-3 {
        padding: 2rem 4.5rem 0 4.5rem !important;
    }

    .explore__content .explore_content_left {
        width: 100% !important;
    }

    .pb-3 {
        padding-bottom: 0 !important;
    }

    /*------------------------------------------------explore content*/
    .explore__content .explore__slider {
        margin-right: 0;
    }

    /*------------------------------------------------about content*/
    .abouts__content .tabs-about .nav-tabs .nav-item {
        font-size: 17pt !important;
    }

    .p-2 {
        padding: 2rem !important;
    }

    .mx-2 {
        margin-left: 0 !important;
    }

    /*------------------------------------------------timeline content*/
    .timeline__content #timeline_search {
        right: auto;
    }

    .timeline__content #time_scoll,
    .timeline__content .tl-timenav .tl-timenav-line {
        display: none;
    }

    .museum_bottom_padding {
        padding-bottom: 2rem !important;
    }

    /*------------------------------------------------exhibits content*/
    .width-less-than-100 {
        width: 98% !important;
    }

    /*------------------------------------------------Testimonials content*/
    .pl-4 {
        text-align: center;
        padding-bottom: 2rem;
    }

    .testimonial_bkg_color {
        background-color: #222629;
    }

    /*------------------------------------------------Map content*/
    .position-relative {
        position: relative !important;
    }

    .maps__content .map_content {
        background: #23272a;
        opacity: 1.0;
    }

    .mb-3 {
        margin-bottom: 0 !important;
    }

    .location-padding-left {
        padding-left: 4.5rem;
    }

    .mb-5-padding-top {
        padding-top: 2rem;
    }

    .py-3-padding {
        padding: 0 2rem 0 2rem !important;
    }

    .max-100 {
        max-width: 100% !important;
    }

    #nav-tabContent {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}

@media screen and (max-width: 576px) {

    /*------------------------------------------------all*/
    .title {
        font-size: 30pt;
    }

    span.line_short {
        width: 20%;
        border: 2px solid #e79c14;
    }

    .carousel-btn {
        font-size: 14pt !important;
    }

    /*------------------------------------------------click hamburger menu show menu and click close*/
    .fixed-top {
        position: static !important;
    }

    .menu__content .overlay .close span {
        font-size: 40px;
    }

    .menu__content .overlay .overlay-content a {
        font-size: 19pt;
    }

    .menu__content .overlay .overlay-content svg.fa-circle {
        font-size: 5pt;
    }

    .menu__content .overlay .overlay-content svg.fa-caret-down {
        font-size: 10pt;
    }

    .menu__content .overlay .overlay-content .overlay-content-mini a {
        font-size: 10pt;
    }

    #menu-item-1173 {
        margin-bottom: 4rem !important;
    }

    /*------------------------------------------------home content*/
    .max-w {
        max-width: 225px;
    }

    .carousel-control-prev {
        left: 2.5% !important;
    }

    .carousel-control-next {
        right: 2.5% !important;
    }

    .carousel-control-previous .carousel-control-next {
        opacity: 0.75;
    }

    .home__content .carousel-text ._carousel-item {
        padding-left: 35px;
    }

    .home__content .carousel-text .carousel-line {
        width: 100% !important;
    }

    .home__content .carousel-text .carousel-text {
        padding-left: 35px !important;
    }

    .home__content .carousel-text .title-banner {
        line-height: 50px !important;
        font-size: 2.75em !important;
        width: auto !important;
        max-width: 300px !important;
    }

    .carousel-line {
        width: 300px;
    }

    /*.home__content .carousel-text div:first-child {*/
    /*    line-height: 20px !important;*/
    /*    font-size: 1.5em !important;*/
    /*    width: auto !important;*/
    /*}*/

    .home__content .carousel-text div:nth-child(3) {
        max-width: 300px !important;
        font-size: 1.675em !important;
        line-height: 1.25 !important;
    }

    .home__content .carousel-control-next .carousel-control-prev-icon,
    .home__content .carousel-control-next .carousel-control-next-icon,
    .home__content .carousel-control-prev .carousel-control-prev-icon,
    .home__content .carousel-control-prev .carousel-control-next-icon {
        height: 20px;
    }

    /*------------------------------------------------explore content*/
    .explore__content .explore_title {
        font-size: 25pt;
    }

    .explore__content .explore_content_left {
        width: 100% !important;
        font-size: 19pt !important;
        line-height: 33pt;
    }

    .explore__content .explore_content_right {
        font-size: 18pt !important;
    }

    .explore__content .explore_content {
        font-size: 15pt;
    }

    .explore__content .explore_left_img {
        height: 350px;
    }

    .explore_left_img {
        display: none !important;
    }

    .exp_padding {
        padding: 0.5rem 2rem 0 2rem !important;
    }

    .exp_hide {
        display: none !important;
    }

    .explore__content {
        margin-bottom: 2.5rem;
    }

    /*------------------------------------------------about content*/
    #nav-home-tab,
    #nav-profile-tab,
    #nav-contact-tab {
        width: 100% !important;
        text-align: center !important;
    }

    .abouts__content .tabs-about .nav-tabs .nav-item {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mx-2 {
        margin-right: 0 !important;
    }

    .mr-4-hide {
        display: none;
    }

    .abouts__content .tab-content {
        font-size: 18pt !important;
    }

    /*------------------------------------------------highlights content*/
    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content p:first-child {
        font-size: 18pt;
    }

    .highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img .highlight_slider_content p:last-child {
        font-size: 13pt;
    }

    .hide-more-button {
        display: none;
    }

    /*------------------------------------------------timeline content*/
    .timeline__content .timeline_content .timeline_content_header {
        font-size: 17pt !important;
    }

    .slick-next:before {
        margin-left: 50%;
    }

    .tl-slide-content {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    /*------------------------------------------------events content*/
    .events_padding {
        padding: 1rem !important;
    }

    .events_posts_title .mb-5 {
        text-align: center;
    }

    .events_posts_title {
        margin-top: 2rem;
        margin-bottom: 0.75rem !important;
    }

    .border-bottom .align-self-end .rounded-0 .events_posts_button {
        margin-top: 1rem !important;
    }

    /*------------------------------------------------exhibits content*/
    .width-less-than-100 {
        width: 100% !important;
    }

    .exhibits__content .exhibits_slider .carousel_item .carousel_content {
        font-size: 17pt;
    }

    .carousel_title {
        white-space: normal;
        line-height: 32pt;
    }

    /*------------------------------------------------testimonials content*/
    p {
        font-size: 17pt;
    }

    .pl-4 {
        padding-left: 0 !important;
    }

    /*------------------------------------------------Location content*/
    .location-padding-left {
        padding-left: 0;
    }

    .col-xl-4.position-absolute.map_content.text-white.h-100.p-xl-5.p-3.position-relative.location-padding-left {
        width: 100%;
        text-align: center;
    }

    /*------------------------------------------------admission & hours content*/

    .admin_hours_connect_with_us .admin_hours_connect_with_us_left .admin_hours_connect_with_us_content {
        font-size: 19pt;
        line-height: 33pt;
    }

    .padding_left_right {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .cursor__pointer {
        width: 150px;
    }

    .admin_hours_connect_with_us .admin_hours_connect_with_us_right .admin_hours_connect_with_us_content {
        font-size: 17pt;
    }

    .social-footer {
        margin-top: 2rem;
    }

    /*------------------------------------------------single-slider page content*/
    .single-slider-heading {
        padding: 0 2rem 0 2rem;
    }

    .single-slider-image-padding-top {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .next-prev-button {
        padding: .5rem 1.5rem .5rem 1.5rem !important;
    }

    .single-slider-padding {
        padding-top: 0 !important;
    }

    .single-event-p {
        font-size: 20pt !important;
    }

    .no-padding-right {
        padding-right: 0 !important;
    }

    #nav-tab {
        padding: 0;
    }

    #nav-tabs {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #exhibits-tab {
        margin-right: 0 !important;
        text-align: center;
    }

    #exhibits-2-tab {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }

    .exhibit-padding {
        padding: 1.5rem 2rem 0 2rem !important;
    }

    .mb-5-line-height {
        line-height: 35pt !important;
    }

    .mb-5-padding-top {
        padding-top: 0;
    }

    .explore_content {
        padding-right: 0 !important;
    }

    .events_posts_item_right_datetime {
        font-size: 17pt !important;
    }

    .max-100 {
        max-width: 100% !important;
    }

    .list_exhibit_color .color_item .color_title>div:nth-child(3) {
        font-size: 19pt;
    }

    .events__posts .events .events_posts_item_right>div .events_posts_item_title .events__posts .museum_posts .events_posts_item_right .events_posts_item_title {
        line-height: 27pt;
    }

    .border-bottom {
        border-left: 1px solid #dee2e6 !important;
    }

    #nav-tabContent {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.explore__content .explore__slider {
    margin-right: 4rem;
}

.explore__content .explore__slider .slick-list {
    height: 100px;
}

.explore__content .explore__slider .slick-list .slick-track {
    height: 100%;
}

.explore__content .explore__slider .slick-list .slick-track .slick-slide {
    height: 100%;
}

.explore__content .explore__slider .slick-list .slick-track .slick-slide>div {
    height: 100%;
}

.explore__content .explore__slider .slick-list .slick-track .slick-slide>div>div {
    height: 100%;
}

.explore__content .explore__slider .slick-list .slick-track .slick-slide>div>div img {
    object-fit: contain;
}

/*------------------------------------------------about content*/
/*.abouts__content .tabs-about .nav-tabs .nav-item {
        font-size: 10pt;
    }*/

/*------------------------------------------------highlight content*/
.highlights__content .highlight__body .highlight_slider .slick-list .slick-track .slick-slide .highlight_slider_img {
    height: 150px;
    width: 150px;
}

.highlights__content .highlight__body .list_hightlight .box_left .box_left_img {
    height: 200px;
}

.highlights__content .highlight__body .list_hightlight .box_right_scroll .box_right>div .box_right_img {
    height: 200px;
}

/*------------------------------------------------event content*/
.event_color .modal__calendar .modal__calendar__left p:first-child {
    font-size: 1.5em;
}

.event_color .modal__calendar .modal__calendar__right .modal__calendar__right__title p:first-child {
    font-size: 1.5em;
}

.event_color .modal__calendar .modal__calendar__right .ui-datepicker .ui-datepicker-header {
    top: 100px;
}

.event_color .modal__calendar .modal__calendar__right .ui-datepicker table {
    font-size: 0.5em;
}

/*------------------------------------------------timeline content*/
.timeline__content .timeline_content .timeline_content_header {
    font-size: 20pt;
}

.timeline__content .tl-media .tl-media-content-container .tl-media-content img {
    max-height: unset;
    max-width: unset;
}

/*------------------------------------------------testimonials content*/
.testimonials__content .opacity_testimonials {
    padding: 0;
}

.testimonials__content .opacity_testimonials .testimonials_slider .slick-next {
    right: 5px;
    z-index: 100;
}

.testimonial_bkg_color {
    background-color: #222629;
}

.testimonials__content .opacity_testimonials .testimonials_slider .slick-next {
    right: -30px;
}

.testimonials__content .opacity_testimonials .testimonials_slider .slick-prev {
    left: -30px;
}

.testimonials__content .opacity_testimonials .testimonials_input input {
    width: 100%;
}

}

.timeline_slider_item.active {
    transform: scale(1.05);
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.timeline_slider_item {
    cursor: zoom-in;
    /*pointer-events: none;*/
    position: relative;
}

.timeline_slider_item:not(.active):after {
    content: '';
    position: absolute;
    opacity: 0.6;
    top: 0;
    pointer-events: auto;
    left: 0;
    background: #dfdfdf;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=index.css.map */
/*custome loading*/
.lds-css {
    position: absolute;
    width: 100%;
    height: 400px;
    background: #e7e7e7;
    z-index: 100;
    display: flex;
}

.exhibits.lds-css {
    top: 0;
    height: 540px;
}

.testimonials.lds-css {
    width: 96%;
    height: 300px;
    background: transparent;
    top: 100px;
}

.lds-ball {
    margin: auto;
}

@keyframes lds-ball {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
    }

    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 108px);
        transform: translate(0, 108px);
        animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes lds-ball {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.45, 0, 0.9, 0.55);
    }

    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 108px);
        transform: translate(0, 108px);
        animation-timing-function: cubic-bezier(0, 0.45, 0.55, 0.9);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.lds-ball {
    position: relative;
}

.lds-ball div {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #87756c;
    left: 74px;
    top: 20px;
    -webkit-animation: lds-ball 1s linear infinite;
    animation: lds-ball 1s linear infinite;
}

.lds-ball {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

#testimonials_content_custom,
#exhibits__content_custom,
#highlight__content {
    display: none;
}

#welcomeback__content {
    position: relative;
    display: block;
    padding: 1.5em .5em .5em .5em;
    width: 100%;
    /* border: 2px dotted orange; */
    background: #f57e25;
    margin-top: 3em;
}

.welcomebacklink {
    color: #fff;
}


/* New Styles as per MZTV 2.0 designs Starts  */

h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
}

p,
td {
    font-family: 'Karla', sans-serif;
    font-size: x-large;
}

.cls-margin-0 {
    margin: 0;
}

.cls-mb-2 {
    margin-bottom: 2rem;
}

.cls-mt-5 {
    margin-top: 5rem;
}

.width-100 {
    width: 100%;
}

.outerContainer {
    padding-left: 0;
    padding-right: 0;
}

.spacerContainer {
    margin: 6rem 0 0 0;
    padding: 3rem 5rem;
}

@media screen and (max-width: 576px) {
    .outerContainer {
        padding: 1rem 0rem;
        padding-top: 3rem;
    }

    .spacerContainer {
        margin: 4rem 0 3rem 0;
        padding: 0 2rem;
    }
    .search-results {
        display: grid;
    }
}

/* New Styles as per MZTV 2.0 designs Ends  */


/* Algolia Style Override Starts */
#ais-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-top: 7rem;
}

#ais-facets {
    display: none;
}

.search-results {
    background-color: #1f1f1f;
}

#algolia-search-box input {
    border: 3px solid #fff !important;
    padding: 10px 10px 10px 10px !important;
    color: white;
}

.algolia-search-box-wrapper .search-icon {
    right: 20px !important;
    fill: #fff !important;
    left: auto !important;
}

.ais-hits--thumbnail img,
#algolia-powered-by {
    display: none;
}

.ais-Stats-text {
    color: #fff;
    font-size: large;
}

.ais-hits--title-link {
    color: #EA742C;
    font-family: 'Rubik', sans-serif;
}

.ais-hits--content-snippet {
    color: #fff;
    font-family: 'Karla', sans-serif;
}

.ais-Hits-item {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 2rem;
}

.ais-Pagination {
    text-align: center;
}

.ais-Pagination-item a {
    color: #fff !important;
    font-size: 1.5rem;
    font-family: 'Karla', sans-serif;
}

.ais-Pagination-item--selected a,
.ais-Pagination-item--nextPage a,
.ais-Pagination-item--lastPage a,
.ais-Pagination-item--firstPage a,
.ais-Pagination-item--previousPage a {
    color: #EA742C !important;
}

.searchTitle {
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2rem;
}

/* Algolia Style Override Ends */