body {
    font-weight: 400;
    word-break: break-word;
  overflow-wrap: break-word;
}
.ani-gif-img {
    text-align: center;
    margin: 60px auto;
    width: 53vw;
}
.ani-gif-img > img {
    border: 1px solid #242424;
    width: 100%;
    /* width: 60vw; */
}
.ani-gif-img-1 {
    margin: 60px auto;    
}
/* ol li .ani-gif-img-1 {
    width:102.5%;
    margin: 60px auto; 
} */
/* ol li li .ani-gif-img-1 {
    width:104.7%;
} */

.ani-gif-img-1 > img {
    border: 1px solid #242424;
    width: 100%;
}
ol li .ani-gif-img > img {
    position: relative;
    left: -19px;
}

/* ol li .ani-gif-img-1 > img {
    position: relative;
    left: -38px;
} */
ol li li .ani-gif-img > img {
    position: relative;
    left: -34px;
}
/* ol li li .ani-gif-img-1 > img {
    position: relative;
    left: -70px;
} */
.post-Nom-table {
    width: 100%;
}
.post-Nom-table,
.post-Nom-table td,
.post-Nom-table th
 {    
    padding: 8px 10px;
    border: 1px solid var(--gx-bdr-color-1);
}
.post-Nom-table th{
    font-weight: 600;
}
.post-Nom-table p { margin: 0; }


/* table -2 */
        .post-Nom-table-2 {
            width: 100%;
            border-collapse: collapse;
            
            /* width: 70%; */
            margin: 0 auto;
            margin-bottom: 2rem;
        }
        .post-Nom-table-2,
        .post-Nom-table-2 td,
        .post-Nom-table-2 th  {    
            padding: 8px 10px;
            border-bottom: 1px solid #5a5a5a;
            text-align: left;           
        }
        .post-Nom-table-2 th{
            font-weight: 600;
           border-bottom: 1.5px solid #0064ff;
           color: #0064ff;;
        }
        .post-Nom-table-2 th,
        .post-Nom-table-2 td {
            border-right: none;
            border-left: none;
            vertical-align: top;
        }        

        .post-Nom-table-2 p { 
            margin: 0; }

        
        .tb-content-highlight tr+tr:nth-child(odd) {
            background-color:#1c1c1c;
        }
        
        .post-Nom-table-2.tb-content-highlight,
        .post-Nom-table-2.tb-content-highlight td{
            border-bottom: none;
        }
        

        .tb-content-highlight tr td:last-child {
            color: #0064ff;
            /* background-color: rgba(0, 100, 255, 0.3); */
            
        }
         .tb-content-highlight tr td:nth-child(3) {
            color: #969696;
            /* background-color:#1c1c1c; */
         }


         
         .col-bg-1 {
            background-color:#1c1c1c;
         }
         .col-bg-2 {
            /* background-color: rgba(0, 100, 255, 0.3); */
            background-color: #002060;
         }

        .post-Nom-table-4 {
            width: 100%;
            border-collapse: collapse;
            margin: 0 auto;
            margin-bottom: 2rem;
            text-align: center;
        }
        .post-Nom-table-4 p  { 
            margin: 0; 
        }
        .post-Nom-table-4 td,
        .post-Nom-table-4 th {    
           /* padding: 2rem 6rem; */
           padding: clamp(1rem, 3vw, 2rem) clamp(1rem, 5vw, 6rem);
            vertical-align: top;
        }
        .post-Nom-table-4 th {
            font-size: 30px;
            /* font-size: clamp(16px, 3vw, 20px) clamp(22, 5vw, 30px); */
            font-weight: 600;
           /* border-bottom: 1px solid #0064ff; */
           font-family: "freight-display-pro";
           font-style: italic;
           letter-spacing: 1px;
           padding-bottom: 0.5rem;
        }
        .post-Nom-table-4 tr:first-child td {
            padding-top: 4rem;
            padding-bottom: 1rem;
        }   
        .post-Nom-table-4 tr:last-child td {
            padding-bottom: 4rem;
        }




        

.parent-list38 {
    list-style: none;
    padding-left: 38px;
}
.time-icon {
    margin-right: 3px;
    display: inline-flex;
}
.insight-block{
            
        }
        .insight-image a{
            display: inline-block;
        }
        .insight-copy{
            
        }
        .insight-metadata{
            
        }
        .gx-insight-col-order > div:nth-child(even) {
            flex-direction: row-reverse;
        }
        .insight-metadata .author{
            font-size: 29px;
            font-family: freight-display-pro;
            font-style: italic;
            color: var(--gx-black);
        }
        .insight-metadata .date{
            font-size: 16px;
            color: var(--gx-dark-grey);
            font-weight: 500;
            padding-bottom: 1.5rem;
        }
        .insight-title{
            font-size: 46px; 
            font-weight: 600;
        }
        .insight-summary{
            font-size: 24px;
            font-weight: 500;
        }

        
        .request-link,
        .download-link,
        .request-link:hover,
        .download-link:hover {
            text-decoration: none !important;
            color: var(--gx-primary);
            font-weight: 500;
        }
        .pdfDownload {
            display: flex;
            align-items: center;
            /* display: none; */
        }

        a.insight-link {
            text-decoration: none !important;
            color: var(--gx-primary);
            display: flex;
            align-items: center;
            font-weight: 500;
        }
        a.insight-link:hover{
            text-decoration: none !important;
            color: var(--gx-primary);
        }
        a.insight-link::after,
        .pdfDownload::after {
            height: 17px;
            width: 21px;
            background-image: url("/media/gx/link-arrow-right.svg");
            margin-left: 10px;
            content: " ";
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
        }
        
        .pagination .page-item a{
            font-size: 30px;
            color: var(--gx-black);
            text-decoration: none;
            padding: 0 10px;
        }
        .pagination .page-item a:hover{
            color: var(--gx-black);
            text-decoration: underline;
        }
        .pagination .page-item.disabled .page-link{
            opacity: 0.6;
        }        
        .pagination .page-link {
            background-color: transparent;
            border: none;
            padding: 0 10px;
        } 
        
        



        .first-news h1{
            font-family: "roc-grotesk-condensed", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: var(--h2);
            text-transform: uppercase;
            line-height: 0.75;
        }
        h2.news-main-title{
            font-size: var(--h2-smaller);            
        }
        
        .insight-list-detail-page hr {
            color:var(--gx-bdr-color-1);
            margin: 0;
        }      
        
        .insight-list-detail-page .umb-grid hr {
            margin: 2rem 0;
            color:var(--gx-bdr-color-2);
        }
        .insight-list-detail-page .umb-grid hr.divider-line {
            margin: 2rem 0;
            color:var(--gx-bdr-color-1);
        }
        
        .insight-list-detail-page .umb-grid .author-section {
            border-top: 1px solid var(--gx-bdr-color-2);
            border-bottom: 1px solid var(--gx-bdr-color-2);
            padding: 1.5rem 0;
            margin-bottom: 1.5rem;
        }
        .insight-list-detail-page .umb-grid p > em {
            font-weight: lighter;
            font-family: 'freight-display-pro';
            letter-spacing: 1px;
        }
        .insight-list-detail-page .umb-grid .quote-wrap {
            margin-bottom: 2rem;
            border: 1px solid var(--gx-bdr-color-1);
            padding: 20px 40px;
            text-align: center;
            /* font-size: 38px; */
            font-size: 38px;
        }   


        .insight-list-detail-page .umb-grid .quote-wrap > em  {
            font-weight:500;
            font-family: 'freight-display-pro';
            letter-spacing: 1px;
        }        

        .insight-list-detail-page .umb-grid h3 {
            font-size: var(--text-sm);
            margin-bottom: 10px;
        }
        .insight-list-detail-page .umb-grid h1,
        .insight-list-detail-page .umb-grid h2.subHeading {
            color: var(--oe-primary);
            font-family: freight-display-pro;
            font-size: var(--sub-heading);
            line-height: 1;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 1px;
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            font-style: italic;
        }

        .insight-list-detail-page .umb-grid h2 {
            font-size: var(--text-sm);
            margin-bottom: 20px;
            color: var(--gx-grey);
        }

        .insight-list-detail-page .umb-grid .pp-text-bold,
        .alpha-list > li::marker {
            color: var(--highlight-text-article);
            font-weight: 600;
        }

        .insight-list-detail-page .umb-grid .b-exhibit-perspective,
        .insight-list-detail-page .umb-grid .b-exhibit-perspective-nopadd,
        .insight-list-detail-page .umb-grid .b-exhibit {
            border: 1px solid var(--gx-bdr-color-1);
            background-color: #0e1112;
            text-align: center;
            margin-bottom: 2rem;
            padding: 10px;
        }
        .insight-list-detail-page .umb-grid .b-exhibit .img-responsive {
            width: 100%;
        }
        .insight-list-detail-page .umb-grid .b-exhibit > hr {
            color:var(--gx-bdr-color-1);
            margin: 0 0 2rem;
        }
        .insight-list-detail-page .umb-grid .b-exhibit h4 {
            text-align: left;
            padding:0 10px 10px 0;
            margin-bottom: 0;
        }
        .insight-list-detail-page .umb-grid .b-exhibit p {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .authors-section-bottom-wrap > div {
            margin-bottom: 10px;
        }
        .authors-section-bottom-wrap .author {
            border: 1px solid var(--gx-bdr-color-1);
            text-align: center;
            padding:20px 10px;
            height: 100%;
        }
        .author-img {
            height: 100px;
            width: 100px;
            overflow: hidden;
            border-radius: 50px;
            margin: 0 auto 10px;
        }
        .author-img img {
            width: 100%;
        }


        /* download form*/
        #form-outer {
            position: fixed;
            background-color: rgba(0,0,0,.8);
            z-index: 99999;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        } 
        .form-wrap {
            background: #ffffff;
            width: 50%;
            margin: auto auto;
            padding: 40px;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px;
        }
        #form-outer {
            display: none;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: auto;
        }
        .closePopupBtn {
            position: absolute;
            top: 30px;
            right: 30px;
            border: none;
            background-image: url(../media/gx/close.svg);
            padding: 0;
            height: 30px;
            width: 30px;
            background-size: auto;
            background-position: center center;
            background-color: transparent;
            text-indent: 9em;
            overflow: hidden;
        }


        .download-link a {
            background: transparent;
            padding: 5px 15px;
            color: #fff;
            text-decoration: none;
            font-size: 11px;
            font-family: Arial, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            transition: all 0.3s;
            border: 2px solid #006cce;
            line-height: 1;
            border-radius: 20px;
            cursor: pointer;
        }

.bdr-b {
    border-bottom: 2px solid #242424;
    
}
.exhibit-heading {
    padding-bottom: 15px;
    margin: 20px auto 15px;
    margin-bottom: 15px!important;
    margin-top: 3rem!important;
    width: 53vw;
}
.exhibit-title {
    /* font-size: 32px; */
    font-weight: 500;
    margin: 0px auto;
    width: 53vw;
}
.exhibit-img.ani-gif-img {
    margin: 40px auto;
}
.exhibit-footer {
    font-size: 13px;
    letter-spacing: normal;
    padding-bottom: 15px;
    margin: 0px auto;
    width: 53vw;
    font-weight: normal;
    color: var(--gx-grey);
}

.insight-list-detail-page .umb-grid .h2, 
.insight-list-detail-page .umb-grid .h3, 
.insight-list-detail-page .umb-grid .h4 {
    font-family: 'indivisible';
    font-weight: 600;
    letter-spacing: -1px;
    color: #ffffff!important;
}
.insight-list-detail-page .umb-grid .h2 {
    font-size: clamp(20px, 3vw, 32px);
}

.insight-list-detail-page .umb-grid .h3 {
    font-size: clamp(18px, 2.5vw, 28px);
}

.insight-list-detail-page .umb-grid .h4 {
    font-size: clamp(16px, 2vw, 24px);
}

@media (max-width: 1400px) {

    .exhibit-heading,
    .exhibit-title,
    .exhibit-footer {
        width: 100%;
    }


    .form-wrap {
        width: 90%;
    }
    .back-to-jobs>.arrow-link {
        margin-top: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
    }
    .insight-list-detail-page .umb-grid .quote-wrap {
        font-size:calc(1.375rem + 1.5vw);
        line-height:1.2;
    }
    
}


@media (max-width: 990px) {
    .insight-list-detail-page .umb-grid .quote-wrap {
        font-size:calc(1rem + 1.2vw);
        line-height:1;
    }

    h2.exhibit-heading {
        font-size: 22px!important;
        padding-bottom: 10px!important;
        margin-bottom: 10px!important;
    }
    .exhibit-footer {
        font-size: 12px;
    }

    .insight-list-detail-page .umb-grid h1,
    .insight-list-detail-page .umb-grid h2.subHeading {
        font-size: calc(1.375rem + 1.5vw);
    }
    .insight-metadata .author{
        font-size: 16px;                
    }
    .insight-metadata .date{
        font-size: 12px;                
    }
    .insight-title{
        font-size: 20px; 
    }
    .insight-summary{
        font-size: 16px;
    }  
    .pagination .page-item a{
        font-size: 16px;                
    }  
    .ani-gif-img,
    .ani-gif-img-1 {
        width: 100%;
        margin: 40px auto;
    }  
}