@font-face {
    font-family: 'Univers LT Std';
    src: url("../fonts/3411C7_0_0.eot");
    src: url("../fonts/3411C7_0_0.eot?#iefix") format("embedded-opentype"),
        url("../fonts/3411C7_0_0.woff2") format("woff2"),
        url("../fonts/3411C7_0_0.woff") format("woff"),
        url("../fonts/3411C7_0_0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url("../fonts/3411C7_1_0.eot");
    src: url("../fonts/3411C7_1_0.eot?#iefix") format("embedded-opentype"),
        url("../fonts/3411C7_1_0.woff2") format("woff2"),
        url("../fonts/3411C7_1_0.woff") format("woff"),
        url("../fonts/3411C7_1_0.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url("../fonts/3411C7_2_0.eot");
    src: url("../fonts/3411C7_2_0.eot?#iefix") format("embedded-opentype"),
        url("../fonts/3411C7_2_0.woff2") format("woff2"),
        url("../fonts/3411C7_2_0.woff") format("woff"),
        url("../fonts/3411C7_2_0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url("../fonts/3411C7_3_0.eot");
    src: url("../fonts/3411C7_3_0.eot?#iefix") format("embedded-opentype"),
        url("../fonts/3411C7_3_0.woff2") format("woff2"),
        url("../fonts/3411C7_3_0.woff") format("woff"),
        url("../fonts/3411C7_3_0.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd-Light.eot');
    src: url('../fonts/UniversLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/db1e9a24-d371-4686-ba25-77b32a84e0db.woff2') format('woff2'),
        url('../fonts/beca77d5-0862-440e-bddd-321e82d5422c.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Univers LT Std';
    src: url('../fonts/UniversLTStd-LightObl.eot');
    src: url('../fonts/UniversLTStd-LightObl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/50f62374-c967-49bb-8dba-0c8b7f7b50cf.woff2') format('woff2'),
        url('../fonts/66d75c9b-1178-461c-9e6b-5cff997848a4.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}



body {
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #B0B0B0 !important;
}


* {
    -webkit-font-smoothing: antialiased;
}

.font-univers {
    font-family: 'Univers LT Std' !important;
}

.all-btn,
a:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.container {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}


.body-text-std p,
.body-text-std ul li,
.body-text-std span,
.body-text-std ol li {
    font-size: 20px;
    line-height: 1.5;
}

.series.oral-history .container .container {
    padding-left: 0px;
    padding-right: 0px;
}

.series.oral-history .container .container .container {
    padding-left: 0px;
    padding-right: 0px;
}


.shadow-3xl {
    box-shadow: 23px 20px 21px rgba(0, 0, 0, 0.12);
}

.bg-pink {
    background: #F746B6 !important;
}

.overlay-menu-list li {
    border-bottom: 1px solid #fff;
}

.sub-overlay-menu .overlay-menu-list li {
    border-bottom: 1px solid #000;
}

.overlay-menu-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0 0;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.overlay-menu-list a:after {
    content: '';
    background: url('../img/arrow-white.svg') no-repeat 0 0;
    background-size: 100%;
    width: 68px;
    height: 36px;
    margin-left: -68px;
    opacity: 0;
    margin-top: -6px;
    transition: all 0s ease;
    position: relative;
    left: 120px;
    flex-shrink: 0;
}

.inner-article-template-page {
    position: relative;
}

@media (min-width: 1025px) {
    .wc-box-sticky.active {
        position: sticky;
        top: 130px;
    }
}


@media (min-width: 1280px) {
    .overlay-menu-list a:after {
        margin-top: -12px;
    }
}

.sub-overlay-menu .overlay-menu-list a:after {
    background: url('../img/arrow-black.svg') no-repeat 0 0;
    background-size: 100%;
}

.overlay-menu-list a:hover:after {
    opacity: 1;
}

.sub-overlay-menu,
.subscribe-popup,
.search-overlay,
.overlay-menu {
    display: none;
    opacity: 0;
    transition: all 0s ease;
}

.sub-overlay-menu.open,
.subscribe-popup.open,
.search-overlay.open,
.overlay-menu.open {
    display: block;
    opacity: 1;
}

.accordion .acco_tab img {
    transition: all 0s ease;
}

.accordion .acco_tab.active img {
    transform: rotate(45deg);
}

.events-accordion-content p {
    margin-bottom: 30px;
}

.events-accordion-content {
    display: none;
}

.events-accordion-content.current {
    display: block;
}

.events-acco-tab.current img,
.events-acco-tab img {
    opacity: 0;
    transition: all 0s ease;
}

.events-acco-tab:hover img {
    opacity: 1;
}

.text-md {
    font-size: 16px;
}

.inner-article-template-page figure {
    margin-bottom: 30px;
}




.inner-article-template-page figure img {
    width: 100%;
}

@media (min-width: 1280px) {
    .inner-article-template-page figure img {
        width: auto;
    }
}



.inner-article-template-page figure em {
    font-size: 16px;
    line-height: 26px;
}

.inner-article-template h6 {
    font-weight: 700;
}

.inner-article-template p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
}

.inner-article-template pre {
    white-space: pre-wrap;
}

.inner-article-template p .larger-text {
    font-size: 94px;
    font-weight: 300;
    line-height: 90px;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 20px;
}

.articles .article-entry--embed-video .featuredVideoCaption {
    font-size: 16px;
    line-height: 1.625;
}




.inner-article-template blockquote {
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}





.inner-article-template-page .pullQuotes {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
}

.inner-article-template-page .pullQuotes .blockquote {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
}

.inner-article-template-page .pullQuotes .quote-sauthor {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
}




@media (min-width: 1300px) {


    .inner-article-template-page .pullQuotes {
        margin-top: 90px;
        margin-bottom: 90px;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }

    .inner-article-template-page .pullQuotes .blockquote {
        font-size: 44px;
        line-height: 54px;
        font-weight: 800;
    }

    .inner-article-template-page .pullQuotes .quote-sauthor {
        font-size: 20px;
        line-height: 54px;
        font-weight: 400;
    }
}

.article-slider .swiper .swiper-wrapper {
    align-items: flex-start;
}

.article-slider .swiper .swiper-slide {
    width: auto;
}

blockquote {
    line-height: 54px;
    font-size: 44px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.article-slider {
    position: relative;
    /* width: 100vw; */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
}

.article-slider .swiper {
    padding-left: 5px;
    padding-right: 5px;
}

.artist-page .header-part {
    display: none;
}

/*.artist-page .sticky-header{
    transform: translateY(0);
}*/
.overlay-menu ul li a,
.sub-overlay-menu ul li a {
    font-weight: 300;
    transition-property: none !important;
    transition: none !important;

}

.overlay-menu ul li a:hover,
.sub-overlay-menu ul li a:hover {
    font-style: italic;
    font-weight: 300;
    transition-property: none;
}

.events-acco-tab:hover h2 {
    font-style: italic;
    font-weight: 300;
}


.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.mejs__button>button {
    background: transparent url(../img/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

.mejs__play>button {
    background-position: 0 0;
}

.mejs__loop-button.mejs__loop-off>button,
.mejs-loop-button.mejs-loop-off>button,
.mejs__shuffle-button.mejs__shuffle-off>button,
.mejs-shuffle-button.mejs-shuffle-off>button {
    opacity: 0.7;
}

.mejs__button.mejs__close-button>button {
    background: transparent url(../img/icon-close-button.png);
    background-size: 100%;
}

.mejs__playlist-button>button,
.mejs-playlist-button>button,
.mejs__next-button>button,
.mejs-next-button>button,
.mejs__prev-button>button,
.mejs-prev-button>button,
.mejs__loop-button>button,
.mejs-loop-button>button,
.mejs__shuffle-button>button,
.mejs-shuffle-button>button {
    background: url(../img/playlist-controls.svg) transparent no-repeat;
}

.mejs__pause>button {
    background-position: -20px 0;
}

.mejs__prev-button>button,
.mejs-prev-button>button {
    background-position: -20px 0;
}

.mejs__next-button>button,
.mejs-next-button>button {
    background-position: 0 0;
}

.mejs__mute>button {
    background-position: -60px 0;
}

.mejs__loop-button>button,
.mejs-loop-button>button {
    background-position: -120px 0;
}

.mejs__shuffle-button>button,
.mejs-shuffle-button>button {
    background-position: -100px 0;
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 1px;
    text-align: center;
    width: 36px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

@media (max-width: 767px) {

    .artist-page .sticky-header {
        transform: translateY(0);
        background: #F746B6;
        border: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

    .oral-history .sticky-header,
    .study-guides .sticky-header {
        /*        transform: translateY(0);*/
        background: #F746B6;
        background: #f5f3f0;
        border: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

    .articles .sticky-header.fixed-header {
        transform: translateY(0);
        background: #F746B6;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

    .artist-page .sticky-header {
        transform: translateY(0);
        background: #F746B6;
        border: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

    .oral-history .sticky-header.fixed-header,
    .study-guides .sticky-header.fixed-header {
        transform: translateY(0);
    }

    .articles .sticky-header.fixed-header {
        transform: translateY(0);
        border-bottom: 0px;
    }

    .ais-Hits-item,
    .ais-InfiniteHits-item,
    .ais-InfiniteResults-item,
    .ais-Results-item {
        width: calc(120% - 2rem) !important;
    }
}




@media (min-width: 768px) {
    .article-box-popup {
        display: block !important;
    }
}

@media (max-width: 767px) {


    .inner-article-template blockquote {
        margin-top: 48px;
        margin-bottom: 56px;
    }


    h2.text-3xl.font-bold.uppercase {
        font-size: 36px !important;
    }

    .events-acco-tab h2 {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .overlay-menu-list a:after {
        width: 25px;
        height: 14px;
        margin-left: -25px;
        left: 36px;
        display: none;
    }

    .accordion .acco_tab img {
        max-width: 20px;
    }

    .article-slider .swiper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .inner-article-template p {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin-bottom: 20px;
    }

    .inner-article-template blockquote {
        font-size: 16px;
        line-height: 1.5;
        color: #000;
        margin-bottom: 20px;
    }

    .articles .article-entry--embed-video .featuredVideoCaption {
        font-size: 14px;
        line-height: 1.5;
    }

    .inner-article-template p .larger-text {
        font-size: 70px;
        font-weight: 300;
        line-height: 70px;
        float: left;
        position: relative;
        top: 8px;
        margin-right: 10px;
    }

    .inner-article-template-page figure em {
        font-size: 16px;
    }

    .overlay-menu-list a {
        max-width: 75%;
        line-height: 1;
        font-size: 1.75rem !important;
        padding: 14px 0px 14px;
    }


    .overlay-menu-list li {
        border-bottom: .5px solid #fff;
    }

    .overlay-menu ul {
        border-top: .5px solid #fff;
    }


    .mfp-container .mfp-content {
        width: 100%;
        height: 100%;
    }

    .mfp-close {
        color: #000 !important;
        opacity: 1 !important;
        font-weight: 400;
        font-size: 30px;
        right: 10px;
        top: 10px;
    }

    .oral-history .header-part,
    .study-guides .header-part {
        display: block !important;
    }
}

/*design fixes*/
/* h2 {font-size: 3.625rem !important;} */
.font-bold {
    font-weight: 500;
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
    .overlay-menu-list a {
        font-size: 2.4rem;
    }
}

.logo_text {
    line-height: 0.5rem !important;
}

.inner-article-template-page .initials {
    display: block;
    font-weight: 700;
    padding-left: 1rem;
    width: 100%;
}


/* DropCap */
.inner-article-template.larger-text p.dropcap::first-letter {
    font-size: 100px;
    font-weight: 300;
    line-height: 115px;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 8px;
}




.mfa-description p {
    margin-bottom: 0.5rem;
}

.oral_history_bg {
    background: #F5F3F0;
}

.oral-history-add p:first-child {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.oral-history-add p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.oral_history_bg figure {
    background: #f5f3f0 !important;
}

.bomb-support .support-btn p {
    margin-bottom: 2rem;
}

.bomb-support .order-2 p {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.sticky-header {
    padding-top: 2.75rem !important;
}




.mejs__playlist-selector-list-item,
.mejs-playlist-selector-list-item {
    border-bottom: 0px !important;
    width: auto !important;
}

.pagination li a {
    color: #000000;
}

.pagination li {
    color: #a79a9a;
}

:root .redactor-styles .initials {
    display: block !important;
    font-weight: 700 !important;
    padding-left: 1rem !important;
    width: 100% !important;
}

.about-left-side p {
    padding-bottom: 30px;
}

.sticky_logo {
    width: 80% !important;
}

/* rnd adjustments */

.site-tagline {
    margin-bottom: -5px;
}


/* Article Template Overrides */
.inner-article-template span.initials {
    display: block;
    font-weight: 700;
    width: 100%;
}

.inner-article-template p sup {
    position: relative;
    top: -10px;
    font-size: 80%;
}


/* Poetry CSS */
.inner-article-template .bomb_poem_block {}

/* 
	.inner-article-template .bomb_poem_block p {
    font-size: 18px;
    line-height: 26px;
}
*/

.inner-article-template .bomb_poem_block p span.hgIndent,
.inner-article-template .bomb_poem_block p span.hanging {
    text-indent: -32px;
    margin-left: 32px;
    display: inline-block;
}

.inner-article-template .hidden-poem-txt {
    display: none !important;
}

/* Events Overrides */
[data-tab="events-tab-1"].events-acco-tab {
    border-top-width: .5px;
}

.events-acco-tab.border-b {
    border-bottom-width: .5px !important;
}

.events-acco-tab.border-t {
    border-top-width: .5px !important;
}



.page-copy a,
.articleContent .articleRow p a,
.articleContent .articleRow div a,
.articleContent .articleRow ul li a,
.articleContent .articleRow ol li a,
.inner-article-template.authorBio p a {
    border-bottom: 1px solid #28DEE5;
}

.articleContent .articleRow .supportBlock a {
    border-bottom: 1px solid #000 !important;
}


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


    .inner-article-template .bomb_poem_block p {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

    /* 
    .article-slider .swiper .swiper-slide {
        width: 298px !important;
        margin-right: 20px;
    }
    
*/

}



/* Overlay Menu Custom Scrollbar */
body.overlayActive {
    overflow-y: hidden;
}

@media only screen and (min-width: 768px) {

    .art-menu.sub-overlay-menu .overflow-y-auto {
        width: calc(100% + 30px);
        padding-right: 20px;
    }


}

.overlay-menu.bg-black .overflow-y-auto::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #000000;
}

.overlay-menu.bg-black .overflow-y-auto::-webkit-scrollbar {
    width: 10px;
    background-color: #000000;
}

.overlay-menu.bg-black .overflow-y-auto::-webkit-scrollbar-thumb {
    background-color: #666666;
}



.art-menu.sub-overlay-menu .overflow-y-auto::-webkit-scrollbar-track {
    border: 1px solid #28DEE5;
    background-color: #28DEE5;
}

.art-menu.sub-overlay-menu .overflow-y-auto::-webkit-scrollbar {
    width: 10px;
    background-color: #28DEE5;
}

.art-menu.sub-overlay-menu .overflow-y-auto::-webkit-scrollbar-thumb {
    background-color: #666666;
}


/* .articles figure{background:#eae7e4 !important;} */



/* Oral History Background Header Color */
body.oral-history .header-part .container .oral-history-hide,
body.study-guides .header-part .container .oral-history-hide {
    display: none !important;
}

body.oral-history.series header .sticky-header .lg\:-translate-y-full,
body.study-guides header .sticky-header .lg\:-translate-y-full {
    --tw-translate-y: -0px !important;
}

body.oral-history.series header,
body.study-guides header {
    background: #F5F3F0 !important;
    --tw-translate-y: -0px !important;
    transform: none !important;
}


/* Article Background Header Color */
.articles .sticky-header {
    /* transform: translateY(0);
    background: #ffffff;
    --tw-translate-y: -0px !important;
    transform: none !important;*/
}

body.articles .header-part .container .oral-history-hide {
    display: none !important;
}

body.articles.series header .sticky-header .lg\:-translate-y-full {
    --tw-translate-y: -0px !important;
}

body.articles.series header,
body.articles.series header .sticky-header {
    background: #F5F3F0 !important;
    --tw-translate-y: -0px !important;
    transform: none !important;
}

.media-player {
    z-index: 9999 !important;
}

_:default:not(:root:root),
.safari_only {
    .safari_only {
        margin-top: -0.25rem;
    }
}

@media (min-width: 1024px) {
    .articles .sticky-header {
        transform: translateY(0);
        background: #ffffff;
        --tw-translate-y: -0px !important;
        transform: none !important;
    }

    .oral-history .sticky-header,
    .study-guides .sticky-header {
        transform: translateY(0);
        background: #ffffff;
        --tw-translate-y: -0px !important;
        transform: none !important;
        background: #F5F3F0;
    }
}


.podcast .sticky-header,
.podcast .sub-overlay-menu,
.podcast .overlay-menu {
    z-index: 2000;
}


/* RND Customizations for articles */

.footCopy p a {
    text-decoration: underline !important;
}


.articles .inner-article-template figure {}

.articles .article-entry--embed-video iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
}


.hidden-poem-txt {
    display: none !important;
}

.article-entry--textblock .align-justify {
    text-align: justify;
}


.inner-article-template ol li {
    margin-bottom: 20px;
}

/*search css*/
.ais-Stats-text {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    color: #000;
}

.ais-SortBy-select {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-right: 2.5rem;
    padding-left: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    appearance: none;
}


/* Algoilia Search Overrides */
.search .ais-Hits-item,
.search .ais-InfiniteHits-item,
.search .ais-InfiniteResults-item,
.search .ais-Results-item {
    margin-top: 0rem;
    margin-left: 0rem;
    padding: 0px;
    width: calc(33% - 2rem);
    border: 0px;
    box-shadow: none;
}


.search .ais-Hits-item p.authorTitle {
    color: #000000;
}

.search .ais-Hits-list,
.search .ais-InfiniteHits-list,
.search .ais-InfiniteResults-list,
.search .ais-Results-list {
    margin-top: 0rem;
    margin-left: 0rem;
    gap: 32px;
    justify-content: space-between;
}


.search .ais-Hits-list:has(> :nth-child(2):last-child),
.search .ais-InfiniteHits-list:has(> :nth-child(2):last-child),
.search .ais-InfiniteResults-list:has(> :nth-child(2):last-child),
.search .ais-Results-list:has(> :nth-child(2):last-child) {
    justify-content: start;
    gap: 54px;
}




.search .ais-Pagination-list {
    justify-content: flex-start;
    -webkit-box-pack: start;
    gap: 16px;
}


.search .ais-Pagination-item--previousPage,
.search .ais-Pagination-item--firstPage,
.search .ais-Pagination-item--nextPage,
.search .ais-Pagination-item--lastPage {
    display: none !important;
}


.search .ais-Pagination-link {
    padding: 0;
    display: block;
    border: 0px;
    border-radius: 0px;
    transition: none;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.search .ais-Pagination-item--selected .ais-Pagination-link {
    color: #28DEE5;
    background-color: transparent;
    border: 0px;
}


.search .gsc-results .gsc-cursor .gsc-cursor-page {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.search .gsc-results .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    color: #28DEE5;
    background-color: transparent;
    border: 0px;
}




.search #pagination,
.search .gsc-results .gsc-cursor-box {
    margin-top: 80px;
}

.search .ais-Pagination-item--selected .ais-Pagination-link:hover,
.search .ais-Pagination-link:hover,
.search .ais-Pagination-item--selected .ais-Pagination-link:focus,
.search .ais-Pagination-link:focus {
    color: #28DEE5;
    background: none;
    background-color: transparent;
}

.search .ais-SortBy-select {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3L24 7.3 12 19.5z' fill='%233A4570'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 92% 50%;
    border: 1px solid #000;
    border-radius: 0px;
}

.search .linkSearch .search-panel-btn,
.search .search-window .search-panel-btn {
    display: inline-block;
    font-size: 1.25rem;
    padding: 8px 25px 6px;
    background-color: transparent;
    color: #000;
    font-family: 'Univers LT Std' !important;
}

.search .linkSearch .search-panel-btn.active,
.search .search-window .search-panel-btn.active {
    display: inline-block;
    font-size: 1.25rem;
    background-color: #000;
    color: #fff;
}



.search .linkSearch label {}


/* Image Search Google CSE */
.search .gsc-tabsArea {
    display: none !important;
}

.search .gsc-above-wrapper-area {
    border: 0px;
}

.search .gcsc-branding {
    display: none !important;
}

.search .gsc-input-box {
    border: 1px solid #000;
}

.search .article-search-cse .gsc-search-button-v2 {
    font-size: 0;
    padding: 12px 27px;
    width: auto;
    vertical-align: middle;
    border-radius: 0px;
    border: 0px;
    color: #ffffff;
    background: none;
    background-color: #000000;
}

.search .article-search-cse .gsc-input-box {
    border: 1px solid #000;
    padding: 7.5px;
    border-radius: 0px;
}

.search .article-search-cse .gsc-result-info,
.search .article-search-cse .linkSearch,
.search .article-search-cse .linkSearch label {
    color: #000;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-family: 'Univers LT Std' !important;
}


.search .article-search-cse .linkSearch {
    display: flex;
    align-items: baseline;
}

.search .article-search-cse table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}

.search .article-search-cse .gsc-above-wrapper-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
    margin-top: 17px;
}

.search .article-search-cse .gsc-above-wrapper-area .gsc-above-wrapper-area-container {
    display: inline-block;
    width: 50%;
}

.search .article-search-cse .gsc-above-wrapper-area .gsc-above-wrapper-area-backfill-container {
    display: none !important;
}

.search .article-search-cse .gsc-control-cse {
    padding: 0px !important;
}

.search .article-search-cse input.gsc-input {
    padding-left: 2rem !important;
    padding-right: 3rem !important;
    color: #000;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-family: 'Univers LT Std' !important;
    color: #000;
}



.search .article-search-cse .gsc-result-info {
    padding: 9px 4px 10px 4px;
}

.search .article-search-cse .linkSearch {
    padding-top: 1px;
}

#imageSearchPanel .container {
    padding-left: 15px;
    padding-right: 15px;
}



.search .article-search-cse .gsc-control-cse,
.search .article-search-cse .gsc-control-cse *,
.search .article-search-cse .gsc-control-cse .gsc-table-result {
    font-family: 'Univers LT Std' !important;
}

.search .article-search-cse .gs-previewUrl {
    display: none;
}

.search .article-search-cse .gs-previewSize {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
}

.search .article-search-cse .gs-previewLink {
    font-size: 36px;
    line-height: 1.25;
}


.search .article-search-cse .gsc-results .gsc-cursor {
    color: #333;
    display: inline;
    fill: #333;
    display: flex;
    gap: 16px;
}






/* Search AutoComplete */



/* GOOGLE SEARCH */
.search .article-search-cse .gsc-tabsArea {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: 0px !important;
}

.search .article-search-cse .gs-imageResult-popup .gs-image-popup-box {
    width: calc(100% - 10px);
    position: absolute;
    padding: 5px;
    margin: 5px;
    left: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.8);
}

.gsc-completion-container {
    font-family: "Univers", sans-serif !important;
    font-size: 16px !important;
    background: white !important;
    border: 1px solid #666 !important;
    border-top-color: #666 !important;
    margin: 0 !important;
    background: black !important;
    color: #fff !important;
    border-top: 0px !important;
    margin-top: -2px !important;
    margin-left: 1px !important;
}

.gssb_a:hover,
.gssb_a table tr td:hover,
.gssb_a table tr td:focus,
.gssb_a:focus,
tr.gsc-completion-selected td,
tr.gsc-completion-selected * {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.gssb_a {
    padding: 6px 9px !important;
}

.gsst_a .gscb_a {
    color: #ffffff !important;
}

.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
    color: #000000 !important;
    border-color: #000000 !important;
    background-color: #FFFFFF !important;
}

.gsc-selected-option-container {
    border-radius: 0px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.gsc-control-cse,
.gsc-control-cse * {
    font-family: "Univers", sans-serif !important;
}

.gsc-tabHeader {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.gsc-completion-container * {
    border: 0px !important;
}

.gsc-completion-container {
    margin-left: 0px !important;
    border: 0px !important;
}

/* Hide the search icon on the Search page */

body.google-cse-page .search-toggle {
    display: none;
}

body.google-cse-page .gsc-completion-container {
    border: 0px !important;
    margin-top: -2px !important;
}

.search .gssb_c .gsc-completion-container {
    position: static !important;
}

.google-cse-page .gssb_c {
    position: absolute !important;
    z-index: 97 !important;
}

.search .gsc-imageResult>.gsc-expansionArea {
    justify-content: space-between;
}

.search .gsc-results {
    width: 100%;
}


.search .gsc-result {
    margin-bottom: 24px;
}

.search .gs-imagePreviewArea {
    margin-top: 12px;
}




.featuredPodcast {
    border: 1px solid #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 50px;
}

.fuseLogo {
    max-width: 450px;
    margin-bottom: 64px;
}

.podcastBanner {
    position: relative;
}

.podcastImageRR {
    position: absolute;
    bottom: 0px;
    max-width: 994px;
    right: -50px;
    height: auto;
    z-index: 2;
}

.fuseHeader {
    position: relative;
    z-index: 19;
}

.fuseBanner {
    min-height: 864px;
    align-items: center;
}



a.anchorSet {
    display: block;
    position: relative;
    top: -128px;
    visibility: hidden;
}

.discover a.anchorSet {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

@media (max-width: 767px) {



    .search .ais-Hits-list:has(> :nth-child(2):last-child),
    .search .ais-InfiniteHits-list:has(> :nth-child(2):last-child),
    .search .ais-InfiniteResults-list:has(> :nth-child(2):last-child),
    .search .ais-Results-list:has(> :nth-child(2):last-child) {
        gap: 32px;
    }




    a.anchorSet {
        display: block;
        position: relative;
        top: -90px;
        visibility: hidden;
    }

    .discover a.anchorSet {
        display: block;
        position: relative;
        top: -90px;
        visibility: hidden;
    }



    .icon-fonts .fa-brands,
    .icon-fonts .fa-solid {
        font-size: 18px !important;
    }

    .icon-fonts .fa-facebook-f {
        margin-top: 1px !important;
    }


    .decadeList li a {
        font-size: 54px !important;
    }


    h1.text-3xl {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }





    .fuseLogo {
        max-width: 100%;
        margin-bottom: 64px;
    }


    .fuseBanner {
        min-height: 564px;
        max-height: 564px;
    }

    .fuseHeader {
        padding-top: 24px;
        z-index: 2;
    }

    .podcastImageRR {
        max-width: 672px;
        z-index: 1;
        display: none !important;
    }

    .featuredPodcast {
        padding: 16px 0px;
    }

    .podcastBanner {
        display: block !important;
        width: 100% !important;

        background-image: url('https://s3.us-east-1.amazonaws.com/bomb-images/circles-image.png');
        background-size: 200%;
        background-position: right bottom;
        background-repeat: no-repeat;

    }


}




/*dropcap css*/
.dropcap {
    font-size: 94px;
    font-weight: 300;
    line-height: 82px;
    float: left;
    position: relative;
    margin-right: 20px;
}



/* Theme Settings For "page-copy" Class */
.about-left-side .page-copy p {
    padding-bottom: 30px;
    margin-bottom: 0px;
}



.page-copy ol li,
.page-copy ul li {
    margin-bottom: 16px;
}


.page-copy p {
    margin-bottom: 30px;
}


.page-copy ol li,
.page-copy ul li,
.page-copy p {
    font-size: 20px;
    line-height: 1.5;
}


.page-copy h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .75rem;
}

.page-copy #CustomDonationsForm .cd-powered-by {
    display: none !important;
}

.container.contentMatrix .grid h4 {
    font-size: 2.25rem;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.container.contentMatrix .grid.teamBox h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0px;
}





@media (max-width: 767px) {

    .sticky-header {
        padding-top: 0.75rem !important;
    }


    .about-us .container.contentMatrix .grid h4,
    .support .container.contentMatrix .grid h4 {
        font-size: 24px !important;
        margin-bottom: 0px !important;
    }

    .about-us .text-2xl,
    .support .text-2xl {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .about-us .mainContent .mb-6 {
        margin-bottom: 1rem !important;
    }

    .support .mainContent .mb-6 {
        margin-bottom: 1rem !important;
    }

    .about-us .mainContent .mt-5 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


    .bomb-support .support-btn p {
        margin-bottom: 1rem;
    }

    .about-us .grid .page-copy p {
        margin-bottom: 1rem;
    }


    .inner-article-template blockquote strong,
    .inner-article-template blockquote b {
        font-size: 28px;
        line-height: 1.35;
    }




    .search #pagination,
    .search .gsc-results .gsc-cursor-box {
        margin-top: 40px;
    }


    .search .gsc-input-box {
        padding: 0px !important;
    }

    .search .gsc-input-box .gsib_a {
        padding: 0px !important;
    }


    .search .gsc-above-wrapper-area .gsc-above-wrapper-area-container {
        width: 100%;
    }


    .ais-Stats-text,
    .search .gsc-result-info {
        font-size: .95rem !important;
    }

    .search-window label,
    .linkSearch label {
        display: none;
    }

    .search .gsc-above-wrapper-area {
        display: grid;
        justify-content: space-around;
        align-items: center;
    }




    .search #imageSearchPanel {
        margin-top: -33px;
    }

    #searchSort {
        display: flex;
        gap: 20px;
        margin-bottom: 12px;
        margin-top: 0px;
    }

    .search .gsc-input-box {
        padding-top: 4px;
        padding-bottom: 4px;
        border-radius: 0px;
    }

}




input.gsc-input {
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    padding: 0.75rem 3rem !important;
}

.gsc-search-button {
    display: none !important;
}



/* LightBox Magnific Popup for Articles */

.articles .mfp-close {
    color: transparent;
}

.articles .mfp-title {
    font-size: 16px;
    line-height: 1.25;
    font-family: "Univers", sans-serif !important;
    font-weight: 400;
    font-style: italic;
    color: #fff !important;
}

.articles .mfp-close {
    opacity: 1;
}

.articles .mfp-close:before {
    display: block;
    content: '';
    background: url('/assets/img/Cancel-white.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}


.articles .mfp-figure:after {
    bottom: 80px;
    box-shadow: none;
    background: transparent;
}

.articles .mfp-bottom-bar {
    margin-top: -72px;
}

.articles img.mfp-img {
    padding: 40px 0 80px;
}


/* Slider Home Solution */
.home-scroll-slider .swiper>.swiper-wrapper {
    transition-timing-function: linear !important;
}


/* Cookie GDPR */
.articles .cookieGDPR {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 56px;
    top: unset;
}

.wrapper #elc-cookie-consent {
    display: none !important;
}


body.user-agreement .wrapper #elc-cookie-consent {
    display: block !important;
}


.wrapper #elc-cookie-consent .elc-primary-heading {
    display: none;
}

.wrapper #elc-cookie-consent {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 1.5em;
    background-color: #fff;
    font-size: 0.8em;
    max-width: 100%;
    max-height: calc(100% - 6em);
    overflow: auto;
    border-radius: 0px;
    z-index: 10000;
    width: 100%;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.13);
}

.wrapper #elc-cookie-consent header {
    background-color: #fff !important;
}

.wrapper #elc-cookie-consent .button-container {
    text-align: left;
    clear: both;
    display: flex;
    gap: 24px;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}


.wrapper #elc-cookie-consent.elc-fullwidth .button-container {
    right: 1rem;
    top: 1rem;
}

.wrapper #elc-cookie-consent.elc-fullwidth .elc-row .elc-cookie-name {
    margin-left: -5px;
    text-transform: uppercase;
    font-weight: 700;
}


.wrapper #elc-cookie-consent .elc-cookie-description {
    border: 0px;
}


.wrapper #elc-cookie-consent.elc-fullwidth .elc-cookie-group {
    padding-right: 1em;
    margin-top: 1.25rem;
}

.wrapper #elc-cookie-consent.elc-fullwidth .elc-row .elc-cookie-name {
    text-transform: uppercase;
    font-weight: 700;
}


.wrapper #elc-cookie-consent .elc-text-link,
.wrapper #elc-cookie-consent .elc-button-link,
.wrapper #elc-cookie-consent .elc-secondary-button-link {
    background-color: transparent;
    border: 1px solid #000;
    width: auto;
    color: #000;
    cursor: pointer;
    justify-content: center;
    padding: 0.5rem 3rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 0px;
    box-shadow: none;
    position: relative;
    vertical-align: top;
    font-size: .9rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    height: auto;
    margin-right: 0px;

}

.wrapper .elc-fullwidth {
    width: 100% !important;
    padding-left: 3rem;
    padding-right: 3rem;
}

.wrapper #elc-cookie-consent .elc-text-link:hover,
.wrapper #elc-cookie-consent .elc-button-link:hover,
.wrapper #elc-cookie-consent .elc-secondary-button-link:hover {
    background: #000;
    color: #fff;
}

.wrapper #elc-cookie-consent #elc-cookie-consent-settings {
    margin-bottom: 32px;
    margin-top: 4px;
}


.wrapper footer.footer-part.gdprVisible,
.subscribe-popup.gdprVisible {
    padding-bottom: 5rem;
}

.wrapper #elc-cookie-consent .elc-row .elc-cookie-checkbox {
    display: none;
}

.wrapper #elc-cookie-consent label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 3px 3px 5px;
}

.wrapper #elc-cookie-consent input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wrapper #elc-cookie-consent .elc-row .elc-cookie-checkbox {
    display: none;
}

.wrapper #elc-cookie-consent label {
    position: relative;
}



@media (max-width: 1180px) {


    .wrapper #elc-cookie-consent .button-container {
        text-align: left;
        clear: both;
        display: flex;
        padding-top: 12px;
        gap: 24px;
        position: relative;
        right: unset;
        top: unset;
    }
}

@media (max-width: 620px) {

    .wrapper #elc-cookie-consent .elc-text-link,
    .wrapper #elc-cookie-consent .elc-button-link,
    .wrapper #elc-cookie-consent .elc-secondary-button-link {
        padding: 0.25rem 1.25rem;
        font-size: .75rem;
        line-height: 1.25rem;
    }
}



/* Modal Close Overrides */
.search-overlay .search-overlay-close span,
.overlay-menu .overlay-menu-close span,
.art-menu .overlay-menu-close span,
.subscribe-popup .subscribe-close span,
.resources-menu .overlay-menu-close span {
    padding-top: 3px;
}


/* Sub Footer Styles */

.subfooter-text-sm h4 {
    font-size: 1rem;
    line-height: 1.5;
}

.subfooter-text-sm p {
    font-size: 14px;
    line-height: 1.5;
}



/* Podcast Custom */
body.podcast .oral-history-hide,
body.events .oral-history-hide {
    border-color: transparent !important;
}

/*Globally css*/
/* h2 {font-size: 58px !important;} */


/* Algolia Search Customizations */
.popSearches ul li a {
    font-size: clamp(32px, 3.4vw, 44px) !important;
    line-height: 1.22 !important;
}


.ais-SearchBox .ais-SearchBox-input {

    padding: 0px;
    background-color: #000;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    font-size: 2.25rem;
    color: #fff;
    outline: none;
}

.ais-SearchBox .ais-SearchBox-input::placeholder {
    color: #9A9A9A;
    font-size: 2.25rem;
}

.ais-SearchBox .ais-SearchBox-input:focus {

    outline: none;
    border: 0px !important;
}


#algoliaSearch #search-input input:focus {

    outline: none;
}

.ais-SearchBox .ais-SearchBox-submit .ais-SearchBox-submitIcon {
    width: 24px;
    height: 24px;
}

.ais-SearchBox .ais-SearchBox-reset .ais-SearchBox-resetIcon {
    width: 24px;
    height: 24px;
}


.ais-SearchBox .ais-SearchBox-resetIcon path,
.ais-SearchBox .ais-SearchBox-submitIcon path {
    fill: #fff;
}

#auto-search .ais-Hits-list,
#auto-search .ais-InfiniteHits-list,
#auto-search .ais-InfiniteResults-list,
#auto-search .ais-Results-list {

    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;

}


#auto-search .ais-Hits-item,
#auto-search .ais-InfiniteHits-item,
#auto-search .ais-InfiniteResults-item,
#auto-search .ais-Results-item {
    padding: 2px;
    width: 100%;
    text-align: center;
    border: 0px;
    box-shadow: none;
    color: #fff;
    font-size: 1.625rem;
}


/* Custom Overrides */

body.discover ul#sub-sectionNav li:has(> a:empty) {
    display: none !important;
}


/*author golbally css*/
.author_block h6 {
    margin-top: 8px;
}

.author_block h4 {
    margin-bottom: 0.2rem;
}

.author_block h3 {
    margin-bottom: 0.4rem;
}

.author_block span.text-xl p {
    margin-top: -16px;
}

.author_block .authorTitle {
    margin-top: -2px;
    margin-bottom: 4px;
}


.textLoop .author_block h3 {
    margin-bottom: 1.2rem;
}



/*author golbally css mobile */
@media (max-width: 767px) {
    .author_block h6 {
        margin-top: 8px;
    }

    .author_block h4 {
        margin-bottom: 0.2rem;
    }

    .author_block h3 {
        margin-bottom: 0.3rem;
    }

    .author_block span.text-xl p {
        margin-top: -2px;
        line-height: 30px !important;
        font-size: 20px !important;
    }

    .author_block .authorTitle {
        margin-top: -2px;
        margin-bottom: 4px;
    }

    .textLoop .author_block h3 {
        margin-bottom: .5rem;
    }

    .textLoop .author_block h6 {
        margin-top: 2px;
    }



    .author_block {
        margin-bottom: 12px;
    }


    .textLoop .author_block {
        margin-bottom: 0px;
    }


}




/* Gobally Button hover */
.button_hover:hover {
    font-style: italic;
}

/* Custom Desktop Typography */
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .-mr-1 {
        margin-top: 0 !important;
    }

    .-mt-1\.5 {
        margin-top: 0 !important;
    }
}

@media (min-width: 1280px) {

    img.archImage {
        padding-bottom: 2px !important;
    }


    h1.xl\:text-7xl {
        font-size: 5.5rem;
    }

    h2.md\:text-4xl,
    h2.md\:text-5xl {
        font-size: 3.625rem;
        line-height: 1.125;
    }

}

.events-acco-tab h2 span {
    font-style: normal !important;
}

.events-acco-tab h2 span:hover,
.events-acco-tab h2 {
    font-weight: 400 !important;
}

@media (min-width: 1024px) {

    .events-acco-tab h2 {
        font-size: 44px !important;
    }

    .events-acco-tab h2 span {
        font-size: 1.125rem !important;
        font-style: normal !important;
    }

}



@media (min-width: 1280px) and (-webkit-min-device-pixel-ratio:0) {
    .overlay-menu-list a:after {
        top: 0px !important;
    }
}


/* Menu Styling */
@media (min-width: 1280px) {

    .overlay-menu-list a:after {
        top: -5px;
    }

    .overlay-menu-list a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .overlay-menu-list a:after {
        margin-top: 0px;
    }


}


@media (min-width: 768px) and (max-width:1279px) {

    .overlay-menu-list a:after {
        top: 4px;
        height: 24px;
        width: 42.666px;
    }


    .overlay-menu-list a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .overlay-menu-list a:after {
        margin-top: 0px;
    }

}



@media (max-width: 767px) {


    .emailInput,
    .emailButton {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #icon-copyLink span {
        position: absolute;
        display: block;
        top: 38px;
        margin-left: -10px;
        font-size: 12px;
    }

    .articles .mfp-bottom-bar {
        margin-top: -20px;
        position: relative;
        padding: 0 12px;
    }

    .articles img.mfp-img {
        padding: 48px 10px 40px;
    }
}

.article-entry--container pre {
    font-family: 'Univers LT Std';
    display: block;
    white-space-collapse: preserve;
    text-wrap: nowrap;
}





.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

/**Common for all archive, decade, story page*/
.img-cover {
    position: relative;
}

.img-cover::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.img-cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

/*======================================
Archive page - First section Slider
========================================*/

body.archiveNew .header-part .container .oral-history-hide {
    display: none !important;
}

body.archiveNew.series header .sticky-header .lg\:-translate-y-full {
    --tw-translate-y: -0px !important;
}

body.archiveNew.series header {
    background: #F5F3F0 !important;
    --tw-translate-y: -0px !important;
    transform: none !important;
}

.archiveNew {
    .home-hero-section {
        position: relative;
        padding: 0;
        padding-top: 67px;
        overflow: hidden;
    }

    .home-hero-section .main-hero-content {
        display: flex;
        margin-top: 45px;
    }

    .home-hero-section .hero-content-wrapper h6 {
        margin-bottom: 38px;
        line-height: 20px;
    }

    .home-hero-section .hero-content-wrapper h1 {
        margin-bottom: 48px;
        line-height: 64px;
    }

    .home-hero-section .hero-content-wrapper p {
        margin-bottom: 60px;
        line-height: 1.5em;
    }

    .home-hero-section .hero-content-wrapper {
        position: relative;
        width: 50%;
        border-right: 1px solid #707070;
        padding-top: 83px;
        height: 100vh;
    }

    .home-hero-section .hero-slider {
        width: 50%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-hero-section .hero-slider .swiper .swiper-wrapper {
        align-items: center;
    }

    .home-hero-section .hero-slider p {
        display: none;
    }

    .hero-slider .swiper-slide {
        text-align: center;
    }

    .hero-slider .swiper-slide .project-box .project-img {
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-slider .swiper-slide .project-box .img-cover::before {
        padding-top: 100vh;
    }

    .hero-slider .swiper-slide .project-box .project-img img {
        display: initial;
    }

    .hero-slider .swiper-slide .project-box {
        height: 100%;
    }

    .home-hero-section .hero-slider,
    .home-hero-section .hero-slider .swiper {
        padding: 30px 0 70px;
    }

    .home-hero-section .hero-slider .project-img {
        margin: -120px -13vw -80px -6vw;
    }
}

/*======================================
 our-iconic-section CSS
========================================*/
.archiveNew {
    .our-iconic-section {
        padding: 128px 0 125px;
        margin-bottom: 75px;
        overflow: hidden;
    }

    .latest-iconic-box .img-cover::before {
        display: block;
        content: '';
        padding-top: 0;
    }

    .latest-iconic-box .img-cover img {
        position: relative;
        width: auto;
        height: 100%;
        object-fit: cover;
        max-width: 400px;
        /*top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;*/
    }

    .our-iconic-section .swiper.mySwiper2.gallery-iconic-top {
        overflow: inherit;
    }

    .latest-iconic-slider .swiper-slide {
        height: 423px;
    }

    .latest-iconic-box {
        position: relative;
        display: flex;
        height: 100%;
    }

    .latest-iconic-img {
        width: fit-content;
    }

    .latest-iconic-content {
        background-color: #fff;
        width: auto;
        padding: 29px 36px;
    }

    .our-iconic-section .slider-arrow {
        display: flex;
        justify-content: center;
        grid-gap: 20px;
    }

    .our-iconic-section .slider-arrow svg {
        color: #3E763F;
        font-size: 20px;
    }

    .latest-iconic-content h2 {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .our-iconic-section .swiper.mySwiper2.gallery-iconic-top {
        overflow: inherit;
        padding-bottom: 60px;
    }

    .our-iconic-section .gallery-iconic-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 0px 0;
    }

    .our-iconic-section .gallery-iconic-thumbs .swiper-slide {
        height: 100%;
    }

    .our-iconic-section .gallery-iconic-top .swiper-horizontal>.swiper-pagination-progressbar,
    .our-iconic-section .gallery-iconic-top .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: 0 !important;
        top: auto;
        background-color: #28DFE6;
    }

    .our-iconic-section .gallery-iconic-top .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
        background-color: #000;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide,
    .our-iconic-section .gallery-iconic-thumbs .swiper-slide {
        padding: 14px 0 0;
        position: relative;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide {
        padding: 14px 0 0;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide:before,
    .our-iconic-section .gallery-iconic-thumbs .swiper-slide:before {
        content: '';
        height: 4px;
        width: 100%;
        background: #28DFE6;
        position: absolute;
        top: 0;
        left: 0;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide:after,
    .our-iconic-section .gallery-iconic-thumbs .swiper-slide:after {
        content: '';
        height: 4px;
        width: 0%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s ease;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide.wc-slide-active:after,
    .wc-iconic-section .gallery-thumbs .swiper-slide.swiper-slide-active:after,
    .our-iconic-section .gallery-iconic-thumbs .swiper-slide.wc-slide-active:after,
    .our-iconic-section .gallery-iconic-thumbs .swiper-slide.swiper-slide-active:after {
        width: 100%;
    }

    .wc-iconic-section .gallery-top .swiper-pagination-progressbar,
    .our-iconic-section .gallery-iconic-top .swiper-pagination-progressbar {
        display: none;
    }

    .latest-iconic-slider .swiper {
        overflow: inherit !important;
    }

    .swiper-progress-bar {
        width: 100%;
        height: 4px;
        position: relative;
        margin: 36px auto 12px;
        background: #28DFE6;

        .progress {
            height: inherit;
            left: 0;
            top: 0;
            position: absolute;
            background: #000000;
            z-index: 1;
        }

        .progress-sections {
            left: 0;
            top: 0;
            position: absolute;
            height: inherit;
            z-index: 2;
            flex-direction: row;
            display: block;
            content: "";
            width: 6.25%;
            background-color: #000;

            span {
                flex: 1;
                height: inherit;
                border-right: 0px solid #eee;

                &:last-child {
                    border-right-width: 0;
                }
            }
        }
    }

    .swiper-progress-bar-two {
        width: 100%;
        height: 4px;
        position: relative;
        margin: 20px auto 12px auto;
        background: #28DFE6;

        .progress {
            height: inherit;
            left: 0;
            top: 0;
            position: absolute;
            background: #000000;
            z-index: 1;
        }

        .progress-sections-two {
            left: 0;
            top: 0;
            position: absolute;
            height: inherit;
            width: inherit;
            z-index: 2;
            display: flex;
            width: 6.25%;
            flex-direction: row;
            background-color: #000;

            span {
                flex: 1;
                height: inherit;
                border-right: 0px solid #eee;

                &:last-child {
                    border-right-width: 0;
                }
            }
        }
    }

    .decade_numbers ul li {
        width: 33.33% !important;
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }
}

/*======================================
 End our-iconic-section CSS
========================================*/


/*======================================
 wc-iconic-section CSS
========================================*/
.archiveNew {
    .bg {
        background-color: #F5F3F0;
    }

    .wc-iconic-section {
        position: relative;
        padding: 115px 0 128px;
        margin: 80px 0 64px;
        overflow: hidden;
    }

    .wc-iconic-section .swiper.mySwiper2.gallery-top {
        overflow: inherit;
    }

    .wc-iconic-section .gallery-top .mySwiper2 .swiper-wrapper {
        padding-bottom: 0px;
    }

    .wc-iconic-section .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 14px 0 0;
    }

    .wc-iconic-section .gallery-thumbs .swiper-slide {
        height: 100%;
    }

    .wc-iconic-section .gallery-top .swiper-horizontal>.swiper-pagination-progressbar,
    .wc-iconic-section .gallery-top .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: 0 !important;
        top: auto;
        background-color: #28DFE6;
    }

    .wc-iconic-section .gallery-top .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
        background-color: #000;
    }

    .wc-iconic-section .gallery-top {
        position: relative;
    }

    .wc-iconic-section .gallery-top .mySwiper2 {
        max-width: 333px;
        margin: 0;
        overflow: initial;
        position: initial;
    }


    .wc-iconic-section .gallery-top .swiper-slide .iconic-image {
        position: relative;
    }

    .wc-iconic-section .gallery-top .swiper-slide .iconic-image a:before,
    .wc-iconic-section .gallery-top .swiper-slide .iconic-image:before {
        content: '';
        position: absolute;
        border: 15px solid #28DFE6;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0;
    }

    .wc-iconic-section .gallery-top .swiper-slide .iconic-image a:hover:before,
    .wc-iconic-section .gallery-top .swiper-slide .iconic-image:hover:before {
        opacity: 1;
    }
}

/*======================================
 wc-iconic-section CSS
========================================*/


/*======================================
 Start-interviews-Section CSS
========================================*/
.decade-template {
    .interview-section .section-title {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 50px;
    }

    .interview-section .section-title h2 {
        font-size: 60px;
    }

    .interview-section .section-title p {
        font-size: 18px;
        font-weight: 300;
    }

    .interview-section .interviews-wrapper {
        display: flex;
        gap: 32px;
    }

    .interview-section .interview-content .content-box {
        display: flex;
        align-items: flex-start;
        grid-gap: 32px;
        margin-bottom: 36px;
    }

    .interview-section .content-box .content-title p {
        font-size: 18px;
        color: #9A9A9A;
        padding-bottom: 16px;
    }

    .interview-section .content-box .content-title h3 {
        max-width: 95%;
    }

    .interview-section .interview_sub_title {
        display: none;
    }

    /*======================================
 Start-services-section CSS
========================================*/
    .services-section {
        padding: 128px 0;
        margin-top: 50px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .bg {
        background-color: #F5F3F0;
    }

    .services-section .slider-arrow {
        display: flex;
        justify-content: space-between;
        grid-gap: 20px;
    }

    .slider-arrow .arrow-box svg:hover {
        color: #7a7878;
    }

    .services-section .services-slider {
        position: relative;
    }

    .services-section .services-slider .swiper {
        overflow: inherit;
    }

    .services-section .services-box {
        padding-bottom: 65px;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .services-section .services-box .author-content {
        display: flex;
        /*   align-items: flex-start;*/
        grid-gap: 20px;
        width: 70%;
    }

    .services-section .services-box .author-content .author-wrapper {
        flex-shrink: 0;
        max-width: 40%;
        width: 100%;
        /*height: 100%;*/
    }

    .services-section .services-box .auhthor-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 30%;
        gap: 20px;
    }

    .services-section .services-box .author-content p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .services-section .services-box .author-content .wc-btn .button {
        padding: 15px 30px;
        display: inline-block;
    }

    .services-section .services-slider .swiper-slide {
        transition: 0.2s ease-in-out;
    }

    .services-section .services-box .author-wrapper .services-wrap {
        display: none;
    }

    .services-section .slider-arrow .swiper-button-prev,
    .services-section .slider-arrow .swiper-button-next {
        width: 100px;
    }

    .services-section .services-box .author-content .author-wrapper .img-cover::before {
        display: none;
    }

    .services-section .services-box .author-content .author-wrapper .img-cover {
        height: 100%;
    }

    .services-section .services-box .author-content .author-wrapper .img-cover img {
        position: static;
        max-height: 774px;
    }

    /*======================================
    Start-inside-blog CSS
    ========================================*/
    .inside-blog {
        padding: 128px 0;
    }

    .inside-blog .inside-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 65px 30px;
    }

    .inside-blog .inside-wrapper .inside-content {
        display: flex;
        gap: 25px;
    }

    .inside-blog .inside-wrapper .inside-content .inside-image,
    .inside-blog .inside-wrapper .inside-content .inside-title {
        max-width: 50%;
    }

    .inside-blog .inside-content .inside-title h2 {
        font-size: 20px;
        padding-bottom: 18px;
        font-weight: 600;
    }

    .inside-blog .inside-wrapper .inside-content .inside-image.first {
        background: black;
        padding: 30px 20px 10px;
    }

    .inside-blog .inside-wrapper .inside-content .inside-image .inside-video {
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
    }

    .inside-blog .inside-wrapper .inside-content .inside-image .inside-video h2 {
        font-size: 24px;
        font-style: italic;
    }

    .inside-blog .inside-wrapper .inside-content .inside-image .inside-video a {
        font-size: 30px;
    }
}

/*======================================
 Start-image-content-Section CSS - Our Origin story
========================================*/
.our-origin-story {
    .image-content {
        padding: 70px 0;
    }

    .image-content .blast-container {
        display: flex;
        align-items: center;
        gap: 168px;
    }

    .image-content .blast-container .blast-wrap,
    .image-content .blast-container .image-content-wrapper {
        width: 50%;
    }

    .image-content .blast-container .img-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .image-content .blast-container .img-content img {
        width: 100%;
    }

    .image-content .blast-container .image-content-wrapper p {
        max-width: 71%;
        color: #fff;
        margin-bottom: 40px;
    }

    /*======================================
    Start-clouds-bg-Section CSS
    ========================================*/
    .clouds-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wc-clouds-bg {
        background-color: #F746B6;
        padding: 70px 0;
    }

    .wc-clouds-bg .clouds-content h2 {
        font-size: 64px;
        padding-bottom: 20px;
        font-weight: 400;
        line-height: 74px;
    }

    .wc-clouds-bg .clouds-content p {
        font-size: 20px;
        text-transform: uppercase;
    }

    /*======================================
    Start-provid-Section CSS
    ========================================*/
    .wc-provid-bg {
        padding: 70px 0;
    }

    .wc-provid-bg .provid-container {
        display: flex;
        align-items: center;
        grid-gap: 170px;
        max-width: 1056px;
        margin: auto;
    }

    .wc-provid-bg .provid-container .provid-img,
    .wc-provid-bg .provid-container .provid-content {
        width: 50%;
    }

    .wc-provid-bg .provid-container .provid-img .img-cover::before {
        padding-top: 130%;
    }

    /*======================================
    Start-wc-chief-Section CSS
    ========================================*/
    .wc-chief {
        background-color: #28DFE6;
        padding: 70px 0;
    }

    .wc-chief .chies-wrapper {
        display: flex;
        gap: 20px;
    }

    .wc-chief .chies-wrapper .chief-content {
        width: 50%;
        max-width: 34%;
    }

    .chief-content p {
        margin-bottom: 20px;
    }

    .gallery-section {
        width: 50%;
    }

    .gallery-section .slider .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .gallery-section .slider__flex {
        display: flex;
        align-items: flex-start;
    }

    .gallery-section .slider__col {
        display: flex;
        flex-direction: column;
        width: 240px;
        margin-left: 20px;
    }

    .gallery-section .slider__thumbs {
        height: calc(720px - 0px);
    }

    .gallery-section .slider__images {
        height: 720px;
        width: 515px;
    }

    .gallery-section .slider__image {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .gallery-section .slider__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }


    /*======================================
    Start-story-gallery-Section CSS
    ========================================*/
    .story-gallery {
        padding: 70px 0;
    }

    .story-gallery .story-images {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    .story-gallery .story-content {
        color: #fff;
        max-width: 43%;
        margin: 0 8% 0 auto;
    }

    .story-gallery .story-content p {
        color: #fff;
        line-height: 30px;
    }

    .story-gallery .story-content .wc-btn a.button {
        border: 1px solid #fff;
        color: #fff;
        padding: 15px 30px;
        display: none;
    }

    .story-gallery .blue-bg {
        background-color: #28DEE5;
        padding: 64px;
        margin-top: 80px;
    }

    .story-gallery .blue-bg p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .story-gallery .blue-bg .wc-btn a.button {
        padding: 15px 30px;
        margin-right: 20px;
        display: inline-block;
    }

    .story-gallery .story-images .story-since {
        position: relative;
        transition: all .5s;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    /* 
	    .story-gallery .story-images .story-since:before {
        content: '';
        background-color: #F746B6;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .5s;
    }

    .story-gallery .story-images .story-since:hover:before,
    .story-gallery .story-images .story-since:hover h2 {
        opacity: 1;
    }

    .story-gallery .story-images .story-since h2 {
        position: absolute;
        font-size: 18px;
        color: #000000;
        opacity: 0;
        transition: all .5s;
        font-weight:600; 
        text-transform: capitalize;
    }
    
    */

}

/*======================================
 Start-our-story CSS
========================================*/
.our-origin-story {
    .our-origin-story.oral-history {
        background-color: #000;
    }

    .our-story {
        padding: 70px 0;
    }

    .our-story .our-story-wrapper {
        text-align: center;
        color: #fff;
    }

    .our-story .our-story-wrapper p {
        color: #fff;
        font-size: 50px;
        line-height: 1.15;
    }

    .fp-overflow:focus-visible {
        outline: none !important;
    }
}

/*======================================
 Start-fp-scroll
========================================*/
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.our-origin-story {
    .fp-section {
        position: relative;
        -webkit-box-sizing: border-box;
        /* Safari<=5 Android<=3 */
        -moz-box-sizing: border-box;
        /* <=28 */
        box-sizing: border-box;
        height: 100%;
        display: block;
    }

    .fp-slide {
        float: left;
    }

    .fp-slide,
    .fp-slidesContainer {
        height: 100%;
        display: block;
    }

    .fp-slides {
        z-index: 1;
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        /* Safari<=6 Android<=4.3 */
        transition: all 0.3s ease-out;
    }

    .fp-table {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .fp-slidesContainer {
        float: left;
        position: relative;
    }

    .fp-controlArrow {
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
        position: absolute;
        z-index: 4;
        top: 50%;
        cursor: pointer;
        margin-top: -38px;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .fp-prev {
        left: 15px;
    }

    .fp-next {
        right: 15px;
    }

    .fp-arrow {
        width: 0;
        height: 0;
        border-style: solid;
    }

    .fp-arrow.fp-prev {
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-arrow.fp-next {
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

    .fp-notransition {
        -webkit-transition: none !important;
        transition: none !important;
    }

    #fp-nav {
        position: fixed;
        z-index: 100;
        top: 50%;
        opacity: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translate3d(0, -50%, 0);
    }

    #fp-nav.fp-right {
        right: 17px;
    }

    #fp-nav.fp-left {
        left: 17px;
    }

    .fp-slidesNav {
        position: absolute;
        z-index: 4;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0 !important;
        right: 0;
        margin: 0 auto !important;
    }

    .fp-slidesNav.fp-bottom {
        bottom: 17px;
    }

    .fp-slidesNav.fp-top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

    #fp-nav ul li,
    .fp-slidesNav ul li {
        display: block;
        width: 14px;
        height: 13px;
        margin: 7px;
        position: relative;
    }

    .fp-slidesNav ul li {
        display: inline-block;
    }

    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }

    #fp-nav ul li a.active span,
    .fp-slidesNav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li:hover a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%;
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }

    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -2px;
        color: #fff;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
        cursor: pointer;
    }

    #fp-nav ul li:hover .fp-tooltip,
    #fp-nav.fp-show-active a.active+.fp-tooltip {
        -webkit-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        width: auto;
        opacity: 1;
    }

    #fp-nav ul li .fp-tooltip.fp-right {
        right: 20px;
    }

    #fp-nav ul li .fp-tooltip.fp-left {
        left: 20px;
    }

    .fp-auto-height.fp-section,
    .fp-auto-height .fp-slide {
        height: auto !important;
    }

    .fp-responsive .fp-is-overflow.fp-section {
        height: auto !important;
    }

    /* Used with autoScrolling: false */
    .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
    .fp-scrollable .fp-section,
    .fp-scrollable .fp-slide {
        /* Fallback for browsers that do not support Custom Properties */
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
    .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
    .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
        /* Fallback for browsers that do not support Custom Properties */
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
    }

    /* Disabling vertical centering on scrollable elements */
    .fp-overflow {
        justify-content: flex-start;
        max-height: 100vh;
    }

    /* No scrollable when using auto-height */
    .fp-scrollable .fp-auto-height .fp-overflow {
        max-height: none;
    }

    .fp-is-overflow .fp-overflow.fp-auto-height-responsive,
    .fp-is-overflow .fp-overflow.fp-auto-height,
    .fp-is-overflow>.fp-overflow {
        overflow-y: auto;
    }

    .fp-overflow {
        outline: none;
    }

    .fp-overflow.fp-table {
        display: block;
    }

    .fp-responsive .fp-auto-height-responsive.fp-section,
    .fp-responsive .fp-auto-height-responsive .fp-slide {
        height: auto !important;
        min-height: auto !important;
    }

    /*Only display content to screen readers*/
    .fp-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    /* Customize website's scrollbar like Mac OS
    Not supports in Firefox and IE */
    .fp-scroll-mac .fp-overflow::-webkit-scrollbar {
        background-color: transparent;
        width: 9px;
    }

    .fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 16px;
        border: 4px solid transparent;
    }

    .fp-warning,
    .fp-watermark {
        z-index: 9999999;
        position: absolute;
        bottom: 0;
    }

    .fp-warning,
    .fp-watermark a {
        text-decoration: none;
        color: #000;
        background: rgba(255, 255, 255, 0.6);
        padding: 5px 8px;
        font-size: 14px;
        font-family: arial;
        color: black;
        display: inline-block;
        border-radius: 3px;
        margin: 12px;
    }

    .fp-noscroll .fp-overflow {
        overflow: hidden;
    }
}

/*======================================
 End-fp-scroll
========================================*/
.our-origin-story {
    .wc-main-section {
        background-color: #000;
    }

    .wc-main-section .wc-section {
        position: fixed;
        padding: 0;
        transition: 3s all ease;
    }

    .wc-main-section .wc-section .fp-overflow {
        overflow: inherit;
        min-height: 100vh;
    }

    .wc-main-section .wc-section.active .fp-overflow {
        overflow-y: auto;
    }

    .wc-main-section section .container {
        /*    height: 100%;*/
    }

    .wc-main-section section .wc-bg {
        padding: 120px 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }

    .first .wc-bg {
        background: #000;
    }

    .fifth .wc-bg {
        background: #000;
    }

    .six .wc-bg {
        background: #000;
    }

    .seven .wc-bg {
        background: #000;
    }

    .our-origin-story .wc-footer-main .footer-part {
        display: flex;
        align-items: flex-end;
        padding-bottom: 50px;
    }

    /*.wc-main-section section.wc-fp-section{
        display: block;
    }*/
    .wc-main-section section .container {
        height: 100%;
    }

    .wc-main-section section .wc-bg::-webkit-scrollbar,
    .provid-container::-webkit-scrollbar,
    .clouds-content::-webkit-scrollbar,
    .our-story-wrapper::-webkit-scrollbar,
    .blast-container::-webkit-scrollbar,
    .blast-container::-webkit-scrollbar,
    .chies-wrapper::-webkit-scrollbar,
    .wc-magazine-main::-webkit-scrollbar,
    .wc-gallery-wrapper::-webkit-scrollbar {
        display: none;
    }

    .fp-watermark {
        display: none;
    }

    .wc-introduction-main .footer-main {
        width: 100%;
    }

    .wc-introduction-main section.footer-content,
    .wc-introduction-main section.wc-menu-pagination {
        display: block;
        height: auto;
        min-height: auto;
    }

    .wc-main-section section .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #000;
    }

    .wc-main-section section .container,
    .wc-main-section section .container_inner {
        width: 100%;
        height: 100%;
        /*    overflow: hidden;*/
        max-width: 1524px;
    }

    /*html {
        height: 100vh;
    }*/
    .wc-main-section section.our-story,
    .wc-main-section section.image-content,
    .wc-main-section section.wc-provid-bg,
    .wc-main-section section.story-gallery,
    .wc-main-section section.wc-introduction-main {
        background-color: #000;
    }

    .wc-main-section section.wc-clouds-bg {
        background-color: #F746B6;
    }

    .wc-fp-section .fourth {
        background-color: #28DFE6;
    }

    .blast-wrap p {
        font-style: italic;
    }

    .wc-bg-gallery {
        padding: 120px 0 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: auto;
    }
}

.services-section .services-box.author-all-no-image .auhthor-image,
.services-section .services-box.author-all-no-image .author-wrapper,

.services-section .services-box.author-right-no-image .auhthor-image,
.services-section .services-box.author-right-no-image .services-wrap {
    display: none !important;
}

/* no image width 100%*/
.services-section .services-box.author-right-no-image .author-content {
    width: 100%;
}

.services-section .services-box.author-one-image .auhthor-image,
.services-section .services-box.author-one-image .services-image {
    grid-template-columns: repeat(1, 1fr) !important;
}

.services-section .services-box.author-tow-image .auhthor-image,
.services-section .services-box.author-tow-image .services-image,
.services-section .services-box.author-three-image .auhthor-image,
.services-section .services-box.author-three-image .services-image,
.services-section .services-box.author-for-image .auhthor-image,
.services-section .services-box.author-for-image .services-image {
    grid-template-columns: repeat(2, 1fr) !important;
}

.services-section .services-box.author-tow-image .auhthor-image {
    grid-template-columns: repeat(1, 1fr) !important;
}

/*======================================
 Start-13-09-2023 css
========================================*/
html {
    scroll-behavior: smooth;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth,
section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .wc-bg {
    background: #28DFE6;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container p,
section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .image-content-wrapper p {
    color: #000 !important;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container {
    gap: 0;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container .img-content {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 180px);
    grid-gap: 19px 32px;
    grid-auto-rows: auto;
    margin-right: 32px;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container .img-content .img-box:first-child {
    grid-column: span 1;
    grid-row: span 3;
    /*    max-width: 410px;*/
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container .img-content .img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container .img-content .img-box:before {
    content: '';
    display: block;
    padding-top: 100%;
}

section.wc-provid-bg.section.wc-section.third+section.image-content.section.wc-fp-section.wc-section.fifth .blast-container .img-content .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/*======================================
 close-13-09-2023 css
========================================*/
.our-origin-story {
    .fp-overflow::-webkit-scrollbar {
        display: none;
    }

    .fp-overflow {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wc-footer-main {
        margin-bottom: 30px;
    }
}


.article-slider {
    background: #FFF;
    z-index: 1;
}

.wc-box-sticky {
    transition: all 1s ease;
    top: 0;

}

.wc-box-sticky.active {

    transition: all 1s ease;
}

/*======================================
 Start-media-query
========================================*/

/*.wc-magazine-main {
    padding: 30px 0;
}*/

@media (min-width : 1450px) and (max-width : 1500px) {
    .our-story .our-story-wrapper p {
        font-size: 54px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 1450px) {
    .our-story .our-story-wrapper p {
        font-size: 62px;
    }

    .archiveNew {
        .home-hero-section .hero-slider .project-img {
            margin: -100px -13vw 0px -6vw;
        }
    }
}

@media only screen and (min-width: 768px) {
    .our-origin-story .footer-part {
        display: none;
    }

    .archiveNew {
        .decade_numbers ul {
            justify-content: space-between;
        }

        .decade_numbers ul li {
            width: auto !important;
        }
    }
}

@media (max-width: 767px) {
    .archiveNew {
        .latest-iconic-box .img-cover::before {
            padding-top: 0;
        }

        .latest-iconic-box .img-cover img {
            position: relative;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center;
            max-width: 100%;
        }
    }
}

/*======================================
 start-18-09-2023 css
========================================*/
.our-origin-story {
    .sticky-header {
        background-color: #ffffff !important;
    }


    .story-gallery.six .story-content .wc-btn a.button {
        display: inline-block;
    }
}


@media only screen and (min-width: 768px) {
    .our-origin-story {
        .wc-main-section .section {
            opacity: 0;
        }

        .wc-main-section .section.active {
            opacity: 1;
            z-index: 1;
            transition: 2s all ease;
        }

        .wc-main-section .section.fade-out {
            opacity: 0;
            transition: 2s all ease;
        }

        .wc-main-section .section.fade-left-right .blast-container .blast-wrap,
        .wc-main-section .section.fade-left-right .wc-gallery-wrapper .story-images,
        .wc-main-section .section.fade-left-right .provid-container .provid-img {
            /*        transition: all 3s ease;*/
            transform: translate(-200%, 200%);
            opacity: 0;
            transition-delay: 1s;
        }

        .wc-main-section .section.fade-left-right .blast-container .image-content-wrapper,
        .wc-main-section .section.fade-left-right .wc-gallery-wrapper .story-content,
        .wc-main-section .section.fade-left-right .provid-container .provid-content {
            /*        transition: all 3s ease;*/
            transform: translate(200%, 200%);
            opacity: 0;
            transition-delay: 1s;
        }

        .wc-main-section .section.fade-left-right.active .blast-container .blast-wrap,
        .wc-main-section .section.fade-left-right.active .wc-gallery-wrapper .story-images,
        .wc-main-section .section.fade-left-right.active .provid-container .provid-img {
            transition: all 2s ease;
            transform: translate(0%, 0%);
            opacity: 1;
        }

        .wc-main-section .section.fade-left-right.active .blast-container .image-content-wrapper,
        .wc-main-section .section.fade-left-right.active .wc-gallery-wrapper .story-content,
        .wc-main-section .section.fade-left-right.active .provid-container .provid-content {
            transition: all 2s ease;
            transform: translate(0%, 0%);
            opacity: 1;
        }




        .wc-main-section .section.fade-top-bottom .wc-bg {
            /*        transition: all 3s ease;*/
            transform: translateY(100%);
            opacity: 0;
            transition-delay: 1s;
        }

        .wc-main-section .section.fade-top-bottom.active .wc-bg {
            transition: all 2s ease;
            transform: translateY(0%);
            opacity: 1;
        }

        .wc-main-section .section.fade-top-bottom.fade-out .wc-bg {
            transform: translateY(-100%);
        }
    }

}


/*======================================
 close-18-09-2023 css
========================================*/

@media only screen and (max-width: 1350px) {
    .our-origin-story {
        .our-story .our-story-wrapper p {
            font-size: 35px;
            line-height: 48px;
        }

        .wc-clouds-bg .clouds-content h2 {
            font-size: 33px;
            line-height: 42px;
        }
    }
}

@media only screen and (max-width: 1250px) {
    .decade-template {

        .inside-blog .inside-wrapper .inside-content .inside-image,
        .inside-blog .inside-wrapper .inside-content .inside-title {
            max-width: 100%;
        }
    }

}

@media only screen and (max-width: 1199px) {
    .our-origin-story {

        .image-content .blast-container .image-content-wrapper p,
        .wc-chief .chies-wrapper .chief-content {
            max-width: 100%;
        }

        .image-content .blast-container,
        .wc-provid-bg .provid-container {
            gap: 50px;
        }

        .wc-provid-bg .provid-container .provid-img img {
            width: 100%;
        }
    }

    /* .popular-section .popular-box {
        padding: 20px 0px 0;
    }
*/
    .archiveNew {
        .home-hero-section .hero-content-wrapper .button {
            font-size: 14px;
            padding: 12px 15px;
        }

        .latest-iconic-content {
            padding: 20px;
        }

        .latest-iconic-content h2 {
            font-size: 20px;
            padding-bottom: 10px;
        }

        .wc-iconic-section .gallery-top .mySwiper2 .swiper-wrapper,
        .our-iconic-section .swiper.mySwiper2.gallery-iconic-top {
            padding-bottom: 0px;
        }
    }
}

@media (max-width: 1023px) {
    .artist-page .sticky-header {
        background: #F746B6;
        border: 0;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    }

    .artist-page .sticky-header.fixed-header {
        transform: translateY(0);
    }


}



@media (max-width: 1024px) {

    .our-origin-story {
        .wc-chief .chies-wrapper .chief-content {
            max-width: 100%;
        }

        .gallery-section .slider__images {
            height: 600px;
        }

        .gallery-section .slider__thumbs {
            height: calc(600px - 0px);
        }

        .story-gallery .story-content {
            max-width: 70%;
        }
    }

    .decade-template .services-section .services-box .author-content h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 1240px) {
    .decade-template {
        .inside-blog .inside-wrapper .inside-content {
            flex-direction: column;
        }

        .inside-blog .inside-wrapper .inside-content img {
            max-height: 400px;
            object-fit: contain;
            width: 100%;
        }
    }
}

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

    .our-origin-story .our-story,
    .our-origin-story .image-content,
    .our-origin-story .wc-clouds-bg,
    .our-origin-story .wc-provid-bg,
    .our-origin-story .our-origin-story .story-gallery,
    .archiveNew .interview-section,
    .decade-template .interview-section,
    .decade-template .inside-blog,
    .popular-section,
    .archiveNew .wc-iconic-section,
    .founded-section,
    .decade-template .services-section {
        padding: 70px 0;
    }

    .our-origin-story .our-story,
    .our-origin-story .image-content,
    .our-origin-story .wc-clouds-bg,
    .our-origin-story .wc-provid-bg,
    .our-origin-story .wc-chief,
    .our-origin-story .story-gallery {
        padding: 45px 0;
    }

    .our-origin-story {
        .our-story .our-story-wrapper h2 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .our-story .our-story-wrapper p {
            font-size: 18px;
            line-height: 32px;
        }

        .wc-clouds-bg .clouds-content h2 {
            font-size: 22px;
            line-height: 30px;
        }

        .story-gallery .story-content {
            max-width: 100%;
            margin: 0;
        }

        .story-gallery .story-images {
            margin-bottom: 30px;
        }
    }

    .decade-template {

        .interview-section .interview-adds,
        .add-image {
            display: none;
        }

        .interview-section .interview-content {
            width: 100%;
        }
    }

    .archiveNew .our-iconic-section {
        margin-bottom: 60px;
    }

    /*  .popular-section .popular-box {
        grid-gap: 10px;
    }

    .popular-section .popular-box .sines h2 a {
        width: 110px;
        height: 110px;
        font-size: 25px;
    }
*/


    .decade-template .inside-blog {
        padding: 65px 0 46px;
    }

    .archiveNew {
        .home-hero-section .main-hero-content {
            margin-top: 0;
        }

        .wc-iconic-section {
            margin: 30px 0;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .our-origin-story {
        .wc-chief .chies-wrapper {
            align-items: center;
        }

        .chief-content p {
            font-size: 16px;
        }
    }
}

@media (min-width: 768px) {
    .article-box-popup {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .article-box-popup {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
    .our-origin-story {
        .wc-chief .chies-wrapper {
            flex-direction: column;
            overflow: auto;
        }

        .gallery-section,
        .wc-chief .chies-wrapper .chief-content {
            width: 100%;
        }

        .gallery-section .slider__col {
            margin-left: 10px;
        }

        .gallery-section .slider__images {
            height: 500px;
        }

        .gallery-section .slider__thumbs {
            height: calc(500px - 0px);
        }

        .gallery-section .slider__col {
            width: 180px;
        }

        .image-content .blast-container .img-content {
            grid-template-columns: repeat(1, 1fr);
            padding: 1rem;
        }

        .image-content .blast-container .image-mobo-two {
            grid-template-columns: repeat(2, 1fr);
            padding: 0;
        }


        .wc-section:nth-child(2) .blast-container .image-mobo-two {
            grid-template-columns: 1fr !important;
            padding: 0;
            margin: 0 50px !important;
        }

        .blast-wrap .image-content-wrapper {
            padding-left: 2.5em;
        }

        .image-content .blast-container .image-content-wrapper p {
            margin-bottom: 0;
        }

    }

    .slider-arrow .arrow-box {
        display: none;
    }

    .decade-template {
        .services-section .services-box {
            padding-bottom: 25px;
        }

        .services-section .services-box .author-content .author-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            max-width: 100%;

        }

        .services-section .services-box .author-wrapper .author-img {
            width: 70%;
        }

        .services-section .services-box .author-wrapper .services-wrap {
            display: block;
            width: 30%;
        }

        .services-section .services-box .author-wrapper .services-image {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .services-section .services-box .auhthor-image {
            display: none;
        }

        .services-section .services-box .author-content {
            width: 100%;
        }

        .services-section .services-box .author-content {
            flex-direction: column;
        }
    }
}

@media (max-width: 767px) {

    .decade-template .interview-section {
        padding-top: 0px;
    }

    .archiveNew {
        .our-iconic-section {
            padding: 0 0 60px;
        }

        .home-hero-section .hero-content-wrapper {
            padding-top: 0;
        }

        .home-hero-section .hero-content-wrapper h6 {
            margin-bottom: 32px;
        }

        .home-hero-section .hero-slider {
            margin-bottom: 32px;
        }



        .wc-iconic-section {
            margin-bottom: 58px;
        }


        .home-hero-section .main-hero-content {
            flex-direction: column;
        }

        .home-hero-section {
            padding: 32px 0 32px;
            height: auto;
        }

        .home-hero-section .hero-content-wrapper .button {
            display: none;
        }

        .home-hero-section .hero-slider .swiper .swiper-wrapper {
            margin: 100px 0;
        }

        .home-hero-section .hero-slider .swiper {
            padding: 0;
        }

        .home-hero-section .hero-content-wrapper,
        .home-hero-section .hero-slider {
            width: 100%;
            border: 0;
            text-align: center;
            height: 100%;
            display: block;
        }

        .hero-slider .swiper-slide .project-box .project-img {
            max-width: 300px;
        }

        .home-hero-section .hero-content-wrapper p {
            display: none;
        }

        .home-hero-section .hero-slider p {
            font-weight: 400;
            display: block;
        }

        .latest-iconic-img,
        .latest-iconic-content {
            width: 100%;
            background: transparent;
        }

        .latest-iconic-content {
            padding: 18px 0px 0px 0px;
        }

        .latest-iconic-content p {
            display: none;
        }
    }


    .our-origin-story {
        .wc-main-section .wc-section {
            position: unset;
            transition: 0s all ease;
            display: block !important;
        }

        .wc-main-section {
            transform: unset !important;
            height: auto !important;
            transition: none !important;
        }

        .wc-main-section section .wc-bg,
        .wc-main-section .wc-section .fp-overflow {
            min-height: unset;
            max-height: unset;
        }

        .wc-main-section section .wc-bg {
            padding: 0;
        }

        .story-gallery .story-images {
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }

        .story-gallery .story-content .wc-btn a.button {
            display: inline-block;
        }

        .story-gallery .story-content .wc-btn {
            text-align: center;
        }

        .story-gallery .blue-bg {
            padding: 25px;
            margin-top: 50px;
        }

        .story-gallery .blue-bg .wc-btn a.button {
            padding: 12px 20px;
            margin-right: 10px;
            font-size: 14px;
        }
    }

    html.fp-enabled,
    .fp-enabled body {
        overflow: auto !important;
    }

    .decade-template .overlay-menu-list a:after {
        width: 25px;
        height: 14px;
        margin-left: -25px;
        left: 36px;
    }

    .accordion .acco_tab img {
        max-width: 20px;
    }

    .article-slider .swiper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .inner-article-template p {
        font-size: 20px;
        line-height: 30px;
        color: #000;
        margin-bottom: 20px;
    }

    .inner-article-template p .larger-text {
        font-size: 70px;
        font-weight: 300;
        line-height: 70px;
        float: left;
        position: relative;
        top: 8px;
        margin-right: 10px;
    }

    .inner-article-template-page figure em {
        font-size: 16px;
    }

    .overlay-menu-list a {
        max-width: 75%;
        line-height: 28px;
    }

    .mfp-container .mfp-content {
        width: 100%;
        height: 100%;
    }

    .mfp-close {
        color: #000 !important;
        opacity: 1 !important;
        font-weight: 400;
        font-size: 30px;
        right: 10px;
        top: 10px;
    }

    .archiveNew section.py-8 .w-full .grid {
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
    }


    .archiveNew .title {
        padding-top: 22px;
        font-size: 30px;
    }

    .archiveNew .latest-iconic-slider .swiper-slide {
        height: auto;
    }

    .image-content .blast-container,
    .wc-provid-bg .provid-container,
    .latest-iconic-box {
        flex-direction: column;
    }

    .wc-provid-bg .provid-container .provid-img {
        text-align: center;
    }

    .image-content .blast-container .blast-wrap,
    .image-content .blast-container .image-content-wrapper,
    .wc-provid-bg .provid-container .provid-img,
    .wc-provid-bg .provid-container .provid-content {
        width: 100% !important;
    }

    .image-content .blast-container {
        gap: 15px;
    }

    .wc-clouds-bg .clouds-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .interview-section .section-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }

    .interview-section .section-title h2 {
        font-size: 35px;
        order: 2;
    }

    .interview-section .section-title p {
        padding-bottom: 10px;
    }

    .interview-section .content-box .content-title h2 {
        max-width: 100%;
        font-size: 20px;
    }

    .interview-section .content-box .content-title p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .services-section .services-box {
        grid-gap: 10px;
    }

    .services-section .services-box .author-content img {
        max-width: 100%;
    }



    .history-content .input-flex-container {
        margin-top: 20px;
    }

    .popular-section .popular-box .sines {
        width: 100%;
    }

    .popular-section .popular-box .sines h2 a {
        border-bottom: 1px solid #000 !important;
        width: 100%;
        border-radius: 0;
        border: 0;
        height: auto;
        padding-top: 13px;
    }

    .popular-section .popular-box .sines:first-child h2 a {
        border-top: 1px solid black;
    }

    .popular-section .popular-box {
        flex-direction: column;
    }

    .founded-section .founded-wrapper {
        padding: 30px 20px;
    }

    .founded-section .founded-wrapper .wc-btn .button {
        padding: 15px 10px;
        display: inline-block;
    }

    .founded-section .founded-wrapper h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .wc-menu-wrapper {
        display: none;
    }

    .archiveNew .footer {
        padding-bottom: 30px;
    }

    .gallery-section .slider__images {
        width: 100%;
    }

    .services-section .services-slider .swiper {
        overflow: hidden;
    }

    .testimonial-slider .testimonial-box .wc-btn .button {
        padding: 12px 20px;
    }

    .testimonial-slider .testimonial-box h2 {
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 12px;
    }


    .interview-section .content-box .content-title h3 {
        max-width: 100%;
    }

    .our-story .our-story-wrapper {
        height: 100%;
    }

    .wc-provid-bg .provid-container .provid-img img {
        object-position: top;
    }

    .wc-provid-bg .provid-container .provid-img .img-cover::before {
        padding-top: 100%;
    }

    .our-story,
    .image-content,
    .wc-clouds-bg,
    .wc-provid-bg,
    .wc-chief,
    .story-gallery {
        padding: 30px 0 !important;
    }

    .our-story {
        padding-top: 60px !important;
    }

    .wc-iconic-section {
        margin: 30px 0 60px;
    }

    .services-section {
        margin-top: 63px;
    }

    .home-hero-section .hero-content-wrapper h1 {
        font-size: 36px !important;
        margin-bottom: 10px;
    }

    .home-hero-section .hero-content-wrapper h6 {
        margin-bottom: 20px;
    }

    /* .wc-main-section section {
        display: block;
    }*/

    section.our-story.section,
    section.wc-clouds-bg.section {
        display: flex;
    }

    .latest-iconic-content h3 {
        margin-bottom: 0;
    }

    .interview-section .interview-content .content-box .content-title h4 {
        margin-bottom: 8px;
    }

    .services-section .services-box .author-content h4 {
        margin-bottom: 4px;
    }


    .services-section .services-box .author-content h3 {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 30px;
    }


    .services-section .services-box .author-content .services-button {
        text-align: center;
    }


    .services-section .services-box .author-content .services-button a {
        display: inline-block;
        width: auto;
        min-width: 300px;
    }

    .interview-section h1.interview_title {
        margin-bottom: 31px;
        font-size: 36px !important;
        line-height: 38px !important;
    }

    .interview-section .interview-sub-title {
        display: none;
    }

    .interview-section .interview_sub_title {
        display: block;
    }

    section.wc-footer-main {
        display: block;
    }

    /*.wc-main-section .section {
        position: inherit;
        visibility: visible;
        opacity: 1;
    }*/


    .wc-section:nth-child(3) {
        padding-bottom: 64px !important;
    }

    .wc-section:nth-child(4) {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .wc-section:nth-child(5) {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .wc-section:nth-child(6) {
        padding-top: 64px !important;
    }

    .wc-section:nth-child(7) {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .wc-section:nth-child(7) .wc-bg-gallery {
        padding-top: 0px !important;
        padding-bottom: 32px !important;
    }

    .wc-section:nth-child(7) .story-gallery {
        padding-top: 0px !important;
    }

    .wc-section:nth-child(7) .story-gallery .story-content .wc-btn {
        margin-top: 32px !important;
    }

    .archiveNew .home-hero-section .hero-slider .project-img {
        margin: -100px -13vw 0px -16vw;
    }

    .services-section .services-box .author-content .author-wrapper .img-cover img {
        max-height: auto;
    }
}

@media (max-width: 575px) {

    .decade-template .services-section .services-box .author-content {
        grid-gap: 15px;
    }

    .archive .gallery-top .author_block {
        margin-top: 15px;
    }

    .services-slider p,
    .inside-blog p,
    .home-hero-section p,
    .our-iconic-section p,
    .image-content p,
    .wc-clouds-bg p,
    .wc-provid-bg p,
    .story-gallery p {
        font-size: 16px !important;
    }

    .services-slider p {
        font-size: 20px !important;
        line-height: 30px !important;

    }

    .home-hero-section p {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .archive .archive-about p {
        font-size: 24px !important;
        line-height: 34px !important;


    }


    .archive .image-content p,
    .archive .wc-provid-bg p,
    .archive .story-gallery p,
    .archive .chief-content p {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .archive .image-content p.text-sm {
        font-size: 16px !important;
        line-height: 26px !important;
    }


    .archive .title {
        padding-top: 15px;
        font-size: 24px;
    }

    .our-origin-story {
        .image-content .blast-container .blast-wrap>p {
            max-width: 100% !important;
        }


        .our-story .our-story-wrapper p {
            font-size: 22px;
            line-height: 32px;
        }

        .wc-clouds-bg .clouds-content h2 {
            font-size: 20px;
            font-weight: 700;
        }
    }



    .decade-template {

        .interview-section {
            /* padding: 30px 0 10px; */
        }

        .interview-section .interview-content .content-box {
            flex-direction: column;
            grid-gap: 15px;
            margin-bottom: 31px;
        }

        .interview-section .interview-content .content-box img {
            width: 100%;
        }

        .interview-section .section-title h2 {
            font-size: 28px;
        }

        .interview-section .section-title p {
            font-size: 15px;
        }


        .inside-blog .inside-wrapper {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 38px;
        }

        .inside-blog .inside-wrapper .inside-content {
            flex-direction: column;
        }

        .inside-blog .inside-content .inside-title h2 {
            font-size: 24px;
            padding-bottom: 20px;
            line-height: 30px;
        }

        .inside-blog .inside-content .inside-title p {
            font-size: 16px;
            padding-bottom: 25px;
        }

        .inside-blog .inside-content .inside-title .wc-btn {
            text-align: center;
        }
    }

    .archiveNew .latest-iconic-content h2 {
        font-size: 16px;
        padding-bottom: 17px;
    }

    .history-content .input-flex-container .input h2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .megezine-section .magazine-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .megezine-section .magazine-box h2 {
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 14px;
    }

    .megezine-section .magazine-box .wc-btn .button {
        padding: 10px 10px;
        font-size: 12px;
    }

    .our-origin-story {

        .gallery-section .slider__images {
            height: 350px;
        }

        .gallery-section .slider__thumbs {
            height: calc(350px - 0px);
        }

        .gallery-section .slider__col {
            width: 110px;
        }
    }

    .decade-template {
        .services-section .services-box .author-content .wc-btn .button {
            padding: 12px 15px;
            font-size: 14px;
        }

        .inside-blog .inside-wrapper .inside-content .inside-image img {
            width: 100%;
        }

        .hero-slider .swiper-slide .project-box .project-img {
            max-width: 220px;
        }
    }








}


@media (max-width: 575px) {

    .decade-template .inside-blog .inside-wrapper .inside-content .inside-title p {
        font-size: 20px !important;
        line-height: 30px !important;
    }



    .decade-template .inside-blog .inside-wrapper .inside-content .inside-title .issues-button {
        text-align: center;
    }

    .decade-template .inside-blog .inside-wrapper .inside-content .inside-title .issues-button a {
        width: auto;
        display: inline-block;
        min-width: 300px;
    }

    .decade-template .interview-section button#load-more-button {

        min-width: 200px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }



}



@media (min-width: 1024px) {
    .archiveNew .sticky-header {
        transform: translateY(0);
        background: #ffffff;
        --tw-translate-y: -0px !important;
        transform: none !important;
        background: #F5F3F0;
    }
}

@media (max-width: 480px) {
    .archiveNew section.py-8 .w-full .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .archiveNew .hero-slider .swiper-slide .project-box .project-img {
        max-width: 150px;
    }

    .archiveNew .hero-slider .swiper-slide:nth-child(5) .project-box .project-img {
        left: 70px;
    }
}





/*======================================
 css updates 9/28/23
========================================*/

.podcast-list .accordion-content p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
}

.articles .inner-article-template figure figcaption {
    margin-top: .5rem;
    font-size: 16px;
}



@media (max-width: 767px) {

    .articles .featured-image-block img {
        margin-bottom: 0px;
    }



    .articles .inner-article-template figure figcaption {
        margin-top: .5rem;
        font-size: 16px;
    }

    .decade-template .services-slider .swiper-wrapper {
        display: grid;
        grid-gap: 32px;
    }

    .decade-template .services-slider .services-box.author-right-no-image .author-wrapper .author-img {
        width: 100% !important;
    }


}




/*======================================
 css updates 10/02/23
========================================*/

.page.donate .cd-button-disabled,
.page.donate .cd-button {
    color: #000;
    font-family: 'Univers LT Std';
    text-transform: uppercase;
    border-radius: 0px;
}

.page.donate .cd-button-success {
    color: #fff;
    background: #000;
    border-color: #000;
    text-transform: uppercase;
}



/* Multimedia Embed */
.inner-article-template-page .article-entry--embed {
    margin-bottom: 30px;
}

.inner-article-template-page .article-entry--embed p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.25rem;
}

.inner-article-template-page .article-entry--embed iframe {
    width: 100%;
}

.inner-article-template-page .article-entry--embed iframe.youtube {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.65/1;
}


.inner-article-template-page .articleRow hr {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    padding-top: 15px;
    border-top: 0px;
    border-bottom: 1px solid #9a9a9a;
}

@media (max-width:767px) {
    .inner-article-template-page .articleRow hr {
        margin-bottom: 24px;
    }
}

.inner-article-template .article-section-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}


.inner-article-template p.align-center {
    text-align: center;
}

.inner-article-template p.align-right {
    text-align: right;
}







.inner-article-template .footnote {
    cursor: pointer;
}

.inner-article-template .footnote {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: -99999px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
    margin-left: 1px;
    margin-right: -12px;
    margin-bottom: -10px;
    -webkit-tap-highlight-color: transparent !important;
}

.inner-article-template .footnote:before {
    cursor: pointer;
    display: block;
    content: counter(footnote);
    counter-increment: footnote;
    position: absolute;
    z-index: 2;
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3FE1BD;
    color: #030303;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    text-indent: 0;
}

/* Footnotes CSS From Bombmagazine Site */



body.articles {
    counter-reset: footnote
}

.footnote {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: -99999px;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
    margin-left: 1px;
    margin-right: -12px;
    margin-bottom: -10px;
    -webkit-tap-highlight-color: transparent !important
}

.footnote:before {
    cursor: pointer;
    display: block;
    content: counter(footnote);
    counter-increment: footnote;
    position: absolute;
    z-index: 2;
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3FE1BD;
    color: #030303;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    text-indent: 0
}

@media (min-width:769px) {
    .footnote {
        cursor: pointer
    }
}

.footnote.footnote-is-open:before {
    background: #030303;
    color: #fff
}

@media (min-width:769px) {
    .footnote:hover:before {
        background: #030303;
        color: #fff
    }
}

.footnote~.tooltip {
    z-index: -1
}

.footnote~.tooltip.footnote-is-open {
    z-index: 3
}

.footnote~.tooltip .tooltip-inner {
    background: #030303;
    color: #fff;
    font-size: 14px;
    line-height: 1.3
}

@media (min-width:769px) {
    .footnote~.tooltip .tooltip-inner {
        max-width: 280px;
        padding: 9px
    }
}

.footnote~.tooltip::-moz-selection {
    background: #fff;
    color: #030303
}

.footnote~.tooltip::selection {
    background: #fff;
    color: #030303
}

@media (max-width:768px) {
    .tooltip-arrow {
        display: none
    }
}

@media (min-width:769px) {
    .tooltip-arrow {
        display: block;
        border-color: #030303;
        margin: 8px;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid
    }

    .tooltip[x-placement="bottom"] {
        margin-top: 5px
    }

    .tooltip[x-placement="bottom"] .tooltip-arrow {
        border-width: 0 8px 8px 8px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        top: -8px;
        left: 50%;
        margin-top: 0;
        margin-bottom: 0
    }

    .tooltip[x-placement="top"] {
        margin-bottom: 7px
    }

    .tooltip[x-placement="top"] .tooltip-arrow {
        border-width: 8px 8px 0 8px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        bottom: -8px;
        left: 50%;
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (min-width:769px) {
    .footnote--close-button {
        display: none
    }
}

@media (max-width:768px) {
    .footnote~.tooltip {
        position: fixed !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        display: block !important;
        width: 100%;
        background: #030303;
        color: #fff;
        -webkit-transform: translate3d(0, 100%, 0) !important;
        transform: translate3d(0, 100%, 0) !important;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s
    }

    .footnote~.tooltip.footnote-is-open {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }

    .footnote--container {
        display: flex;
        flex-direction: row
    }

    .footnote--container .footnote--spacer {
        width: 182px
    }

    .footnote--container .footnote--content {
        flex: 1
    }

    .footnote--content {
        position: relative;
        margin: 18px auto 0 auto;
        max-width: 670px
    }

    .footnote--close-button {
        cursor: pointer;
        position: absolute;
        right: -60px;
        top: -3px;
        z-index: 3;
        width: 36px;
        height: 36px
    }

    .footnote--text-container {
        position: relative;
        width: 100%;
        min-height: 50px;
        padding-bottom: 18px;
        padding-right: 15px;
        font-size: 14px;
        line-height: 1.3
    }
}

.footnote--text-container {
    overflow-y: scroll
}

@media (max-width:768px) {
    .footnote--text-container {
        max-height: 45vh
    }
}

@media (min-width:769px) {
    .footnote--text-container {
        max-height: 30vh
    }
}

.footnote--text-container:after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(3, 3, 3, 0), #030303);
    opacity: 0;
    height: 0
}

@media (max-width:768px) {
    .footnote--text-container:after {
        position: fixed
    }
}

@media (min-width:769px) {
    .footnote--text-container:after {
        position: absolute
    }
}

.footnote--text-container.has-fadeout-overlay:after {
    opacity: 1;
    height: 80px
}

.tooltip.footnote-is-open .footnote--text-container:after {
    transition: all 0.75s
}








/* Mobile Footnotes Fix */

@media (max-width: 767px) {
    .footnote--container .footnote--spacer {
        width: 24px;
    }

    .footnote~.tooltip .tooltip-inner {
        padding-bottom: 50px;
    }


}


/* Mail Chimp */
#subscribe-result {
    position: absolute;
    top: 80px;
    left: 0px;
    color: #fff !important;
}


.modal-subscribe #md-subscribe-result,
#articleForm #ac-subscribe-result {
    color: #000 !important;
}

#articleForm #ac-subscribe-result {
    color: #000 !important;
    margin-bottom: 5px;
}




.pages .article-entry--embed .mc_embed_shell {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pages .article-entry--embed #mc_embed_shell .indicates-required {
    font-size: 12px;
    margin-bottom: 6px;
}

.pages .article-entry--embed .mc-field-group label {
    text-transform: uppercase;
}

.pages .article-entry--embed .mc-field-group input {
    text-transform: uppercase;
    height: 44px;
    border: 1px solid #000;
    color: #000;
    width: 400px;
}

.pages .article-entry--embed .mc-field-group input::placeholder {
    color: #9A9A9A;
}

.pages .article-entry--embed .mc-field-group input#mce-EMAIL::placeholder {
    margin-left: -10px;
}

.pages .article-entry--embed .mc-field-group input[type=text]:focus {
    background-color: #000000;
    color: #ffffff;
    outline-style: none;
}


.pages .article-entry--embed .mc-field-group.input-group {
    display: block;
    margin-bottom: 32px;
}

.pages .article-entry--embed .mc-field-group.input-group ul li {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.pages .article-entry--embed .mc-field-group.input-group strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.pages .article-entry--embed .mc-field-group {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pages .article-entry--embed .mc-field-group div {
    display: none;
}

.pages .article-entry--embed .mc-field-group input[type="radio"] {
    width: 40px;
}

.pages .article-entry--embed .mc-field-group input[type="checkbox"] {
    width: 40px;
}




.pages .article-entry--embed .mc-field-group ul li div {
    display: block;
}

.pages .article-entry--embed .mc-field-group ul li label {
    cursor: pointer;
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
}

.pages .article-entry--embed .mc-field-group ul li div {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
}

.pages .article-entry--embed .mc-field-group ul li div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.pages .article-entry--embed .mc-field-group ul li div .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.pages .article-entry--embed .mc-field-group ul li div:hover input~.checkmark {
    background-color: #ccc;
}


.pages .article-entry--embed .mc-field-group ul li div .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    border-radius: 50%;
}

.pages .article-entry--embed .mc-field-group ul li div input:checked~.radiobtn {
    background-color: #000000;
}



/* When the checkbox is checked, add a blue background */
.pages .article-entry--embed .mc-field-group ul li div input:checked~.checkmark {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.pages .article-entry--embed .mc-field-group ul li div .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.pages .article-entry--embed .mc-field-group ul li div input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.pages .article-entry--embed .mc-field-group ul li div .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





@media (max-width: 767px) {
    #subscribe-result {
        position: relative;
        top: auto;
        margin-top: 6px;
        left: 0px;
        color: #fff !important;
    }
}


/*footnote style by hemadri*/

.inner-article-template span.footnote {
    margin-bottom: -10px;
}

.footnote {
    font-size: 0;
}

.footnote .tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    min-width: 160px;
    height: auto;
    text-indent: 0;
    background: #030303;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    padding: 9px;
    opacity: 0;
    transition: 0.3s all ease;
    visibility: hidden;
}

.footnote .tooltip {
    opacity: 1;
    visibility: visible;
}

.footnote .tooltip:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #030303;
}

.inner-article-template span.footnote.left .tooltip {
    left: 0;
    transform: translateX(0);
}

.inner-article-template span.footnote.left .tooltip::before {
    left: 4px;
    transform: translateX(0);
}

.inner-article-template span.footnote.right .tooltip {
    right: 0;
    left: auto;
    transform: translateX(0);
}

.inner-article-template span.footnote.right .tooltip::before {
    right: 4px;
    transform: translateX(0);
    left: auto;
}



.podcast .media-wrapper ul.mejs__playlist-selector-list {
    display: none !important;
}


.ais-Hits-item,
.ais-InfiniteHits-item,
.ais-InfiniteResults-item,
.ais-Results-item {
    margin-left: 0px;
}

.articles .article-slider-standard .swiper-slide img {
    width: 100%;
}


@media (min-width: 1025px) {
    body.articles {
        overflow-x: hidden;
    }

    .footnote .tooltip {
        min-width: 400px;
    }

}

.articles .inner-article-template-page figure.article-image p.caption,
.articles .featured-image-block p.caption,
.articles .featured-image-oh .caption {
    font-size: 16px;
    line-height: 26px;
}


@media (max-width: 767px) {

    .ais-Hits-item,
    .ais-InfiniteHits-item,
    .ais-InfiniteResults-item,
    .ais-Results-item {
        margin-left: 0px;
    }

    .homeSidebar {}

    .homeHouseAd,
    .issue-adSidebar,
    .issue-traveler {
        display: none;
    }

    .visual-art #travelerAd {
        display: none;
    }

    .visual-art .bottom-banner-2 {
        margin-top: -52px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 32px;
    }

    .patronsAndSupporters .bottom-banner {
        margin-top: -28px;
    }

    .interview #travelerAd {
        margin-top: 32px;
    }

    .interview #travelerAd broadstreet-zone-container img {
        width: 100%;
    }

    .articles #travelerAd {
        display: none;
    }

    body.articles {
        overflow-x: hidden;
    }

    body.articles .article-slider {
        width: 100%;
    }

    body.articles .article-slider .swiper-slide p {
        font-size: 16px;
        line-height: 26px;
    }

    .article-slider .swiper .swiper-slide {
        width: 100% !important;
    }

    body.homepage .homeSidebar {
        margin-top: 32px;
    }

    body.homepage .mfp-wrap .mfp-container.mfp-inline-holder {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.homepage .mfp-wrap .mfp-container.mfp-inline-holder .article-box-popup {
        text-transform: uppercase;
        font-weight: 300;
    }

    #auto-search {
        line-height: 1.625;
    }

    #auto-search .ais-Hits {
        margin-top: 20px;
    }

    #auto-search .ais-Hits-item,
    #auto-search .ais-InfiniteHits-item,
    #auto-search .ais-InfiniteResults-item,
    #auto-search .ais-Results-item {
        font-size: 1rem;
        margin: 0px;
        width: auto !important;
    }

}

@media (min-width:768px) {

    .issues .container .textBlockStyle {
        padding-top: 3px !important;
    }

    .issues .container .textBlockStyle:first-child {
        padding-top: 3.5rem !important;
    }


    #travelerAd.wc-box-sticky.active {
        position: sticky;
        top: 130px;
    }


}

@media (min-width:768px) and (max-width:1023px) {

    .supportBlock .flex {
        display: grid;
    }

    .supportBlock .flex a {
        min-width: 100%;
        text-align: center;
        display: block;
    }

    .articles .inner-article-template-page .container {
        max-width: 100%;
    }


}


@media (min-width:640px) and (max-width:767px) {

    .articles .inner-article-template-page .container {
        max-width: 100%;
    }

}


@media (min-width:992px) {




    .events .events-block .bg-black {
        margin-bottom: 20px;
    }


    .visual-art .bottom-banner-2 {
        margin-top: -164px;
    }

    .visual-art .footer-scroll {
        position: relative;
        top: -64px;
    }
}

body.author .authorTitle {
    display: none !important;
}



.pages.donate .page-copy h2.text-center {
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
}

.pages.donate .page-copy #CustomDonationsForm .cd-form {
    width: 100%;
}



.articles #articleForm input[type='text'],
.articles #articleForm input[type='submit'] {
    border-radius: 0px !important;
}




@media (min-width:1180px) {
    .articles h1.title-heading {
        font-size: 64px !important;
        line-height: 1 !important;
    }

    .articles.longTitle .article-heading-section h1.title-heading {
        font-size: 42px !important;
        line-height: 1 !important;
    }

}

@media (min-width:1024px) and (max-width:1179px) {

    /* .scrolled.articles .sticky-header {padding-top:20px !important; } */
    .articles h1.title-heading {
        font-size: 58px !important;
        line-height: 1 !important;
    }

    .articles.longTitle .article-heading-section h1.title-heading {
        font-size: 42px !important;
        line-height: 1 !important;
    }


}

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

    /* .scrolled.articles .sticky-header {padding-top:20px !important; } */
    .articles h1.title-heading {
        font-size: 52px !important;
        line-height: 1 !important;
    }

    .articles.longTitle .article-heading-section h1.title-heading {
        font-size: 42px !important;
        line-height: 1 !important;
    }


}

@media (max-width:820px) and (min-width:768px) {
    body:not(.articles) .sticky-header {
        padding-top: 24px !important;
    }

    body:not(.articles) .topBanner,
    body:not(.articles) .topBannerHome {
        padding-top: 56px !important;
    }

    body.articles .mainMenu {
        padding-top: 16px !important;
    }


    .podcastBanner {
        position: relative;
        max-width: 100% !important;
        overflow: hidden;
    }

}

@media (max-width:991px) and (min-width:768px) {
    .articles h1.title-heading {
        font-size: 44px !important;
        line-height: 1 !important;
    }

    .articles .sticky-header.fixed-header {
        padding-top: 16px !important;
    }



}

.podcast .mejs__playlist-selector-label,
.podcast .mejs-playlist-selector-label {
    font-size: 20px !important;
}

@media (max-width:767px) {



    .support .matrixBlock h3 {
        font-weight: 800;
    }

    .support .container.page-copy div,
    .about-us .container.page-copy div,
    .about-us .contentMatrix .matrixDescription p,
    .about-us .teamBox .page-copy h4,
    .about-us .teamBox .page-copy h5,
    .about-us .teamBox .page-copy h6,
    .support .matrixBlock p,
    .support .patronsBlock p {
        font-size: 20px;
        line-height: 1.5;
    }

    .podcast .mejs__playlist-selector-label,
    .podcast .mejs-playlist-selector-label {
        font-size: 16px !important;
    }

    body.articles .article-slider {
        padding-left: 0px;
        width: calc(100% + 50px);
    }

    body.articles .inner-article-template-page {
        overflow-x: hidden;
    }


    .articles h1.title-heading {
        font-size: 34px !important;
        line-height: 1 !important;
    }

    .articles .mainMenu {
        border-bottom: 1px solid #000;
    }

    .sub-overlay-menu.open,
    .overlay-menu.open {
        overflow-y: scroll;
    }




    /* .archive .home-hero-section {margin-top:20px; }
.archive.scrolled .home-hero-section {margin-top:0px; }

img.mobile-logo { transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms; 
    height:40px;
    }

.scrolled img.mobile-logo {height:40px; }

*/

    /*
	
.events .events-block {margin-top:12px; }
.scrolled.events .events-block {margin-top:0px; }


body:not(.articles) .sticky-header .container, .articles .mainMenu .container  {margin-top:10px; margin-bottom:10px;     transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;}
body.scrolled:not(.articles) .sticky-header .container, .scrolled.articles .mainMenu .container   {margin-top:0px; margin-bottom:0px;}


.topBannerHome {padding-top:44px !important;     transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms; }
.scrolled .topBannerHome {padding-top:20px !important; }
.topBanner {margin-top:20px;    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms; }
.scrolled .topBanner {margin-top:0px; }

.podcast .podcastBanner {margin-top:20px;}
.podcast.scrolled .podcastBanner {margin-top:0px;}
*/


    .articles .sticky-header {
        display: none;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .articles.scrolled .sticky-header {
        display: block;
    }

    .articles .article-heading-section {
        margin-top: 20px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .articles.scrolled .article-heading-section {
        margin-top: 0px;
    }




}


.discover .housead-discover img {
    width: 100%;
}


/* Override Banners on Specific Pages */

.pages.privacy .topBanner .container,
.pages.privacy .issue-adSidebar,
.pages.privacy .bottom-banner .container,
.pages.accessibility .topBanner .container,
.pages.accessibility .issue-adSidebar,
.pages.accessibility .bottom-banner .container,
.pages.user-agreement .topBanner .container,
.pages.user-agreement .issue-adSidebar,
.pages.user-agreement .bottom-banner .container,
.pages.newsletters .topBanner .container,
.pages.newsletters .issue-adSidebar,
.pages.newsletters .bottom-banner .container {
    display: none;
}


/* Search Overrides for Format Display */
.search .author_block.interview-item .authorTitle {
    display: none !important;
}

/* article content rpivate block */

.article_content_private_block {
    height: 0px;
    position: relative;
}

.articleRow.privateFadeOut,
.article-image.privateFadeOut {
    position: relative;
}



.articleRow.privateFadeOut:after,
.article-image.privateFadeOut:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white 90%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 90%);
    height: 5rem;
    z-index: 3;
}

body.privateContent .inner-article-template-page #supportInsert,
body.privateContent .inner-article-template-page .supportBlock {
    display: none !important;
}

/* Overrides for Subscribe and Login */
.pages.subscribe .topBanner .container,
.pages.subscriber-login .mainContent .mainPageSidebar {
    display: none;
}

.pages.subscriber-login .issue-adSidebar,
.pages.subscriber-login .topBanner .container {
    display: none;
}

.pages.subscriber-login .mainContent .mainPageContentArea {
    width: 100% !important;
}


.pages.subscribe .article-entry--embed iframe#fulcoIframe {
    min-height: 2100px !important;
}



.articleRow .inner-article-template ul {
    list-style: disc;
    margin: 18px 0 30px;
}

.articleRow .inner-article-template ol {
    list-style: decimal;
    margin: 18px 0 30px;
}

.articleRow .inner-article-template li {
    margin: 0 0 9px 36px;
}

.articleRow .inner-article-template li p {
    margin-bottom: 9px;
}


.articleRow .inner-article-template figure iframe {
    width: 100%;
}

.articleRow .inner-article-template figure iframe.youtube {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7/1;
    object-fit: cover;
}

.articleRow .inner-article-template figure iframe.vimeo {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7/1;
    object-fit: cover;
}

.tax-Category.discipline .articleCard .author_block h4.formatTitle,
.tax-Category.discipline .articleCard .author_block h4.seriesTitle {
    display: none;
}


/* Archive Nav Buttons */
body.archive .our-iconic-section .swiper-button-prev,
body.archive .our-iconic-section .swiper-button-next {
    margin-top: 15px;
    height: auto;
    display: block;
    width: 50px;
}


body.archive .wc-iconic-section .swiper-button-prev,
body.archive .wc-iconic-section .swiper-button-next {
    margin-top: 1px;
    height: auto;
    display: block;
    width: 50px;
}



body.archive .our-iconic-section .swiper-button-prev svg,
body.archive .our-iconic-section .swiper-button-next svg,
body.archive .wc-iconic-section .swiper-button-prev svg,
body.archive .wc-iconic-section .swiper-button-next svg {
    height: 100%;
    width: 100%;
}

@media (max-width:1024px) {

    body.archive .our-iconic-section .swiper-button-prev,
    body.archive .our-iconic-section .swiper-button-next,
    body.archive .wc-iconic-section .swiper-button-prev,
    body.archive .wc-iconic-section .swiper-button-next {
        display: none !important;
    }

}



@media (max-width:1535px) {
    .pages.subscribe .article-entry--embed iframe#fulcoIframe {
        min-height: 2200px !important;
    }


}

@media (max-width:1535px) {
    .pages.subscribe .article-entry--embed iframe#fulcoIframe {
        min-height: 2200px !important;
    }


}

@media (max-width:1279px) {
    .pages.subscribe .article-entry--embed iframe#fulcoIframe {
        min-height: 3000px !important;
    }


}

@media (max-width:1024px) {
    .pages.subscribe .article-entry--embed iframe#fulcoIframe {
        min-height: 3100px !important;
    }
}










/* GOOGLE SEARCH */
.article-search-cse .gsc-table-cell-snippet-close {
    clear: both;
}

.article-search-cse .gsc-expansionArea {
    display: flex;
}

.article-search-cse .gsc-webResult .gsc-result .gs-visibleUrl.gs-visibleUrl-long,
.article-search-cse #adBlock,
.article-search-cse .gsc-adBlock,
.article-search-cse .gcsc-branding,
.article-search-cse .gcsc-find-more-on-google,
.article-search-cse .gsc-imageResult .gs-visibleUrl {
    display: none;
}


.article-search-cse input.gsc-input,
.article-search-cse .gsc-input-box,
.article-search-cse .gsc-input-box-hover,
.article-search-cse .gsc-input-box-focus {
    border-color: #666;
    border-radius: 0px;
    background: #000;
}

.article-search-cse .gsc-search-button-v2,
.article-search-cse .gsc-search-button-v2:hover,
.article-search-cse .gsc-search-button-v2:focus {
    border-color: #666;
    background-color: #000;
    background-image: none;
    filter: none;
}


.article-search-cse td.gsc-search-button {
    width: 10%;
}

.article-search-cse form.gsc-search-box {
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
    padding: 18px 0;
    background-color: #ffffff;
    color: #646464;
}

.article-search-cse table.gsc-search-box td input.gsc-input {
    color: #000000 !important;
}

.article-search-cse .gsc-search-button-v2 {
    width: 28px;
    padding: 0px;
    margin: 0;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    border: 0px !important;
    height: 28px;
    background: black;
}


.article-search-cse .gsc-search-button-v2 svg {
    fill: #000000;
}

.article-search-cse .gsc-search-button-v2 svg path {
    fill: #fff;
}

.article-search-cse .cse .gsc-control-cse,
.article-search-cse .gsc-control-cse {
    padding: 0px;
    width: auto;
}


.article-search-cse table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 100%;
    margin-bottom: 2px;
    max-width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

.article-search-cse .gsc-input-box {
    background: #ffffff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}


.gsc-results-wrapper-visible {
    max-width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}


.article-search-cse .gsc-expansionArea {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 52px;
}


.article-search-cse .gsc-webResult .gsc-result {
    width: 100%;
    border: 0px;
    border-left: 0px solid #646464;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2rem;
    margin-top: 0px;
    font-family: "Univers", sans-serif !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.article-search-cse .gsc-imageResult .gsc-imageResult {
    border: 0px;
    border-left: 0px solid #646464;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2rem;
    margin-top: 0px;
    font-family: "Univers", sans-serif !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}



.article-search-cse .gsc-imageResult .gsc-imageResult:hover {
    border-left: 0px solid #646464;
    zoom: 1;
}





.article-search-cse .gs-imageResult .gs-image-thumbnail-box,
.article-search-cse .gs-imageResult .gs-image-box img.gs-image {
    padding: 0px;
    width: 100% !important;
    height: auto !important;
}

.article-search-cse .gs-imageResult .gs-image-box {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

.article-search-cse .gs-imageResult .gs-image-thumbnail-box,
.article-search-cse .gs-imageResult .gs-image-thumbnail-box img {
    padding: 0px !important;
    width: 100% !important;
    height: auto !important;
}




.header-search--close.hidden {
    display: none;
}


.article-search-cse .gsc-webResult .gsc-result:hover {
    border: 0px !important;
}


.article-search-cse .gsc-webResult .gsc-result * {
    font-family: "Univers", sans-serif !important;
}

.article-search-cse .gsc-control-cse .gs-spelling,
.article-search-cse .gsc-control-cse .gs-result .gs-title,
.article-search-cse .gsc-control-cse .gs-result .gs-title * {
    font-family: "Univers", sans-serif !important;
}


.article-search-cse .gsc-control-cse .gs-result .gs-title *,
.article-search-cse .gsc-control-cse .gs-result .gs-title {
    font-size: 20px !important;
    line-height: 1.2;
    font-weight: 700;
}

.article-search-cse .gsc-webResult .gsc-result .gs-visibleUrl-breadcrumb {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
}


.article-search-cse .gs-webResult.gs-result .gsc-table-result {
    margin-top: 8px;
}

.article-search-cse .gs-webResult.gs-result .gsc-table-result .gs-snippet {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 12px;
    font-weight: 300;
}




.article-search-cse .gsc-url-top {
    display: none !important;
}



.article-search-cse .gs-web-image-box,
.article-search-cse .gs-promotion-image-box {
    float: unset;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 12px;
}

.gsc-tabsArea {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: 0px !important;
}

.article-search-cse .gsc-table-result,
.article-search-cse .gs-promotion-table,
.article-search-cse .gs-web-image-box .gs-image,
.article-search-cse .gs-promotion-image-box .gs-promotion-image {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    vertical-align: top !important;
    height: auto !important;
    border: 0px !important;
}


.article-search-cse .gsc-above-wrapper-area {
    border: 0px;
}

.article-search-cse .gsc-webResult {
    zoom: normal;
}

.article-search-cse .gs-web-image-box img.gs-image,
.article-search-cse .gs-promotion-image-box img.gs-promotion-image {
    border: 0px !important;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
    margin-bottom: 12px;
}

.article-search-cse .gs-result .gs-title,
.article-search-cse .gs-result .gs-title * {
    color: #000000;
    text-decoration: none;
}

.article-search-cse .gsc-results {
    width: 100%;
    padding: 0px;
    border: 0px;
    box-shadow: none;
}

.article-search-cse .gsc-result-info {

    font-size: 16px;
    color: #000;
}

.article-search-cse .gcsc-more-maybe-branding-box {
    display: none;
}

.article-search-cse .gsc-results .gsc-cursor-box {
    border: 0px solid #dfe1e5;
}


.article-search-cse table.gsc-search-box td input.gsc-input {
    background: none !important;
}

.article-search-cse table.gsc-search-box td input.gsc-input::placeholder {
    color: #fff;
}

.article-search-cse table.gsc-search-box td input.gsc-input::placeholder:before {
    display: block;
    width: 100%;
    height: 22px;
    background: red;
    content: "Search The Entire Bomd Magazine Website";
}



#search-box-cse .gsc-input-box {
    background: #000 !important;
    color: #ccc !important;
    padding-right: 16px;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

#search-box-cse table.gsc-search-box td input {
    color: #ffffff;
    font-size: 26px;
    font-family: "Univers", sans-serif;
    line-height: 1;
    background: #000000;
}

#search-box-cse .gssb_e td {
    text-align: center !important;
}

#search-box-cse .gsc-search-button-v2,
#search-box-cse .gsc-search-button-v2 {
    /* display:none; */
}

#search-box-cse .gsst_a .gscb_a {
    color: #ffffff;
    cursor: pointer;
}

#search-box-cse svg.cse-SearchBox {
    position: absolute;
    top: 19px;
    fill: #fff;
    left: 40px;
    height: 30px;
    width: 30px;
}

#search-box-cse {
    position: relative;
}

#search-box-cse #___gcse_0 {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
}



#search-box-cse .search-filters--query .icon {
    top: -37px !important;
    height: 25px !important;
    width: 25px !important;
    left: -3px !important;
}

#search-box-cse .search-filters--query input {
    display: none;
}


.gsc-completion-container {
    font-family: "Univers", sans-serif !important;
    font-size: 16p !importantx;
    background: white !important;
    border: 1px solid #666 !important;
    border-top-color: #666 !important;
    margin: 0 !important;
    background: black !important;
    color: #fff !important;
    border-top: 0px !important;
    margin-top: -2px !important;
    margin-left: 1px !important;
}

.header-search--results {
    display: none;
}

#search-box-cse {
    padding-bottom: 0px;
    padding-top: 0px;
}

.gssb_a:hover,
.gssb_a table tr td:hover,
.gssb_a table tr td:focus,
.gssb_a:focus,
tr.gsc-completion-selected td,
tr.gsc-completion-selected * {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.gssb_a {
    padding: 6px 9px !important;
}

.gsst_a .gscb_a {
    color: #ffffff !important;
}

.article-search-cse .gsst_a .gscb_a {
    color: #000000 !important;
}


.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
    color: #000000 !important;
    border-color: #000000 !important;
    background-color: #FFFFFF !important;
}

.gsc-selected-option-container {
    border-radius: 0px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.gsc-control-cse,
.gsc-control-cse * {
    font-family: "Univers", sans-serif !important;
}

.gsc-tabHeader {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.gsc-completion-container * {
    border: 0px !important;
    text-align: center !important;
}

.gsc-completion-container {
    margin-left: 0px !important;
    border: 0px !important;
}

/* Hide the search icon on the Search page */

body.google-cse-page .search-toggle {
    display: none;
}

body.google-cse-page .gsc-completion-container {
    border: 0px !important;
    margin-top: -2px !important;
}

.gssb_c .gsc-completion-container {
    position: static !important;
    width: calc(100% + 16px) !important;
}

.gssb_c {
    position: fixed !important;
}

.google-cse-page .gssb_c {
    position: absolute !important;
    z-index: 97 !important;
}


.search .article-search-cse .gsc-tabsArea {
    display: block !important;
}

.search .article-search-cse .gsc-above-wrapper-area {
    margin-bottom: 64px;
}

.search .gstl_51.gssb_c {
    display: none !important;
}


@media (max-width:1180px) {

    .article-search-cse .gsc-expansionArea {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 52px;
    }


}



@media (max-width:900px) {

    .search .gstl_51.gssb_c,
    .search .gstl_50.gssb_c {
        display: none !important;
    }

    .article-search-cse .gsc-expansionArea {
        grid-template-columns: 1fr 1fr;
        grid-gap: 42px;
    }



}

@media (max-width:767px) {

    .search .gstl_51.gssb_c,
    .search .gstl_50.gssb_c,
    .article-search-cse .gsc-above-wrapper-area {
        display: none !important;
    }

    .search .article-search-cse .gsc-tabsArea {
        margin-bottom: 24px;
    }

    .article-search-cse .gsc-expansionArea {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }

    .article-search-cse .gs-webResult.gs-result .gsc-table-result .gs-snippet {
        font-size: 16px;
    }

    .article-search-cse .gsc-imageResult>.gsc-expansionArea {
        column-count: 2;
        column-gap: 20px;
    }

    .article-search-cse .gs-promotion-image-box,
    .article-search-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait,
    .article-search-cse .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
        width: 100% !important;
        float: unset;
        display: block;
        margin: 0px !important;
        margin-top: 16px !important;
    }



}


body.podcast .search-overlay.open {
    z-index: 10000000;
}

body.podcast .gstl_50.gssb_c {
    z-index: 1000000000;
}


/*Oral History Project Study Guides-new start*/
.single-blog-section .swiper-pagination {
    position: relative;
    bottom: 0 !important;
}

.wp-testimonial-section .swiper-pagination {
    bottom: 0 !important;
    position: static;
}

.single-blog-section .swiper-pagination-bullet,
.wp-testimonial-section .swiper-pagination-bullet {
    width: 51px;
    height: 51px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 100%;
    transition: 0.5s all ease;
    margin: 0 10px !important;
    pointer-events: auto;
    position: relative;
    z-index: 50;
}

.single-blog-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wp-testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.wp-testimonial-slider .wc-testimonial-pagination {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    pointer-events: none;
    z-index: 99;
    margin-top: 64px;
}

.wp-testimonial-slider .wc-testimonial-pagination a {
    pointer-events: auto;
}

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

    .single-blog-section .swiper-pagination-bullet,
    .wp-testimonial-section .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
        margin: 0 5px !important;
    }
}

@media only screen and (max-width: 767px) {
    
    .testimonials-section .main-testimonials-wrapper {
        overflow: hidden;
    }

    .wp-testimonial-section .swiper-pagination {
        position: relative;
        margin-top: 10px;
    }
    .wp-testimonial-slider .wc-testimonial-pagination {
        position: relative !important;
        bottom: 0 !important;
   }
    .wp-testimonial-slider .wc-testimonial-pagination a {
        display: block !important;
        margin-top: 0 !important;
    }
    .wp-testimonial-section .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
    }
    .wp-testimonial-slider .testimonial-box {
        margin-bottom: 15px;
    }
}

/*Oral History Project Study Guides-new end*/



#grid-Film___Literary_References ul li, #grid-FILM___LITERARY_REFERENCES  ul li {
    margin-bottom: 28px;
}

/*study guides popup forms*/
.study-guids-popup-form.open {
    display: block;
    opacity: 1;
}

.study-guids-popup-form {
    display: none;
    opacity: 0;
    transition: all 0s ease;
}

.study-guids-popup-form .fui-input,
.study-guids-popup-form .fui-select {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 16px;
    background: black;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.study-guids-popup-form .fui-input::-webkit-input-placeholder {
    color: #fff;
}

.study-guids-popup-form .fui-input::-moz-placeholder {
    color: #fff;
}

.study-guids-popup-form .fui-input:-ms-input-placeholder {
    color: #fff;
}

.study-guids-popup-form .fui-input:-moz-placeholder {
    color: #fff;
}

.study-guids-popup-form .fui-label {
    color: #fff;
}

.study-guids-popup-form legend.fui-legend, .study-guids-popup-form .fui-checkbox .fui-checkbox-label, .study-guids-popup-form .fui-radio label.fui-radio-label, 
.study-guids-popup-form .fui-label, .study-guids-popup-form .fui-instructions p {
font-size:20px;
}
.study-guids-popup-form .fui-error .fui-label,.study-guids-popup-form  .fui-error .fui-legend, 
.study-guids-popup-form .fui-error-message, .study-guids-popup-form .fui-input.fui-error,.study-guids-popup-form  .fui-select.fui-error, .study-guids-popup-form .fui-required
{color:#F746B6;}


.study-guids-popup-form .fui-heading-h2 {font-size:20px; margin-bottom:12px;}

.study-guids-popup-form .fui-layout-wrap {margin-bottom:30px; }

.study-guids-popup-form .fui-instructions p {
    color: #ffffff;
    font-size:20px; margin-bottom:6px;
}


.study-guids-popup-form button.fui-btn.fui-submit, .study-guids-popup-form button.fui-btn.fui-prev {
    max-width: 168px;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    border: 1px solid #fff;
    border-radius: 0;
    background: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    padding: 16px;color:#ffffff;
}

.study-guids-popup-form button.fui-btn.fui-submit:hover {
    background: #fff;
    color: #000;
}

.study-guids-popup-form .study-guids-popup-container {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 0;max-width: 800px; margin-left: auto;margin-right: auto;
}

.study-guids-popup-form .fui-heading-h2,
.study-guids-popup-form legend.fui-legend,
.study-guids-popup-form .fui-checkbox .fui-checkbox-label,
.study-guids-popup-form .fui-radio label.fui-radio-label {
    color: #fff;
}

/*
.study-guids-popup-form input:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}*/
.study-guids-popup-form .fui-checkbox input:focus+label:before,
.study-guids-popup-form .fui-radio input:focus+label:before {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.fui-btn-container .fui-btn.fui-prev {
    background: #ffffff;
    font-size: 16px;
}

.fui-checkbox input:checked+label:before, .fui-radio input:checked+label:before {
    background-color: #F746B6 !important;
    border-color: #F746B6 !important;
}

@media (max-width: 767px) {

    .study-guids-popup-form .fui-input,
    .study-guids-popup-form .fui-select,
    .study-guids-popup-form button.fui-btn.fui-submit {
        padding: 10px 16px;
    }


    .article-slider-standard {
        margin: 0;
    }
    .article-slider-standard-arrow .swiper-button-next, .article-slider-standard-arrow .swiper-button-prev {
        width: 53px !important;		
    font-size: 16px !important;}	
		
}

@media (max-width: 575px) {
    .study-guids-popup-form .fui-input-container .fui-field-rows .fui-row {
        flex-direction: column;
    }

    .study-guids-popup-form .fui-page-container .fui-row.fui-page-row:nth-child(2),
    .study-guids-popup-form .fui-page-container .fui-row.fui-page-row:nth-child(3) {
      width: 100%;
        display: inline-block;
    }

    .study-guids-popup-form .fui-page-container .fui-row.fui-page-row:nth-child(2) {
        margin-right: -.5rem;
    }

    .study-guids-popup-form .fui-page-container .fui-row.fui-page-row:nth-child(3) {       
        margin-left: -.5rem;
    }
}

.articles .mfp-title {
    padding-right: 0px !important;
}

.mfp-counter {
    display: none !important;
}

/**/
.article-slider-standard-arrow .swiper-button-next {
    right: 0;
}

.article-slider-standard-arrow .swiper-button-prev {
    left: 0;
}

.article-slider-standard {
    margin: -20px;
}

.article-slider-standard .swiper {
    padding-left: 20px;
    padding-right: 20px;
}


/*.article-slider-standard-arrow .swiper-button-next i,
.article-slider-standard-arrow .swiper-button-prev i {
display: none;
}
.article-slider-standard-arrow .swiper-button-next:before,
.article-slider-standard-arrow .swiper-button-prev:before,
.article-slider-standard-arrow .swiper-button-next:after,
.article-slider-standard-arrow .swiper-button-prev:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: medium inset transparent;
}

.article-slider-standard-arrow .swiper-button-next:before,
.article-slider-standard-arrow .swiper-button-prev:before {
    border-top-width: 15px;
    border-bottom-width: 15px;
    opacity: 0.7;
}
.article-slider-standard-arrow .swiper-button-next:after,
.article-slider-standard-arrow .swiper-button-prev:after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        top: 5px;
}


.article-slider-standard-arrow .swiper-button-prev:before {
    border-right: 21px solid #3F3F3F;
}
.article-slider-standard-arrow .swiper-button-prev:after {
    border-right: 14px solid #FFF;
    margin-left: 4px;
}


.article-slider-standard-arrow .swiper-button-next:before {
    border-left: 21px solid #3F3F3F;
    right: 0;
    left: auto;
}
.article-slider-standard-arrow .swiper-button-next:after {
    border-left: 14px solid #FFF;
    margin-right: 4px;
    left: auto;
    right: 0;
}*/

.article-slider-standard-arrow .swiper-button-next,
.article-slider-standard-arrow .swiper-button-prev {
    color: #000;
    width: 15px;
    height: 20px;
}
.article-slider-standard-arrow .swiper-button-next, .article-slider-standard-arrow .swiper-button-prev {
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 30px;
}
.article-slider-standard-arrow .swiper-button-prev {
    left: -15px;
}
.article-slider-standard-arrow .swiper-button-next {
    right: -15px;
}


.wp-about-content a {color:#28DEE5; }

.wp-faq a {color:#000000; border-bottom:1px solid #28DEE5;} 

.resource-list li a {border-bottom:1px solid #28DEE5;}



@media (min-width: 1024px) {

	.articles .inner-article-template .image-style-align-left {margin-right:24px; padding-bottom:4px; margin-bottom:0px; float:left; max-width:40%;}
	.articles .inner-article-template .image-style-align-right {margin-left:24px; padding-bottom:4px; margin-bottom:0px; float:right;max-width:40%;} 
	.articles .inner-article-template-page .articleRow {clear:both; }

}
