.arta-body-page
{
    background-image: unset;
}

/**
RESEARCH NEWS INTRO BLOCK
**/

#research-news-intro h1
{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 200;
}

#research-news-intro h2
{
    color: var(--gt-navy);
    font-weight: 200;
    font-size: 2.3rem;
}

#research-news-intro hr
{
    border-width: 2px;
    border-color: var(--gt-drk-gold);
}

#research-news-intro p
{
    font-size: 1.2rem;
    font-weight: 300;
    padding-right: 2rem;
}

#research-news-intro
{
    margin: 3rem 0rem;
    position: relative;
}

#research-news-intro::after
{
    background-image: url('/themes/contrib/arta_theme/images/hc-pattern-overlay-sm.png');
    z-index: -1;
    width: 180px;
    height: 153px;
    overflow: visible;
    right: -130px;
    bottom: -40px;
    content: " ";
    position: absolute;
}

/**
RESEARCH NEWS CATEGORIES
**/

.news-category-block 
{
  display: block;
  margin: 0;
  padding: 0;
  width: 150px;
}
.news-category 
{
  background-color: #D6DBD4;
  border-radius: 5px 0 5px 0;
  display: inline-block;
  margin: 0 0 5px 0; 
  padding: 2px;
  width: 150px;
  font-size: 16px;
  text-align: center;
}
.news-category p 
{
    
}
.news-category.aerospace
{
  background-color: #641877;  
  color: #fff;
}
.news-category.ai
{
  background-color: #EAAb44;  
}
.news-category.arts
{
  background-color: #EAAA00;  
}
.news-category.architecture
{
  background-color: #eaa244;  
}
.news-category.community
{
  background-color: #f3e949;  
}
.news-category.economic
{
  background-color: #9dea65;  
}
.news-category.education
{
  background-color: #b9c43d;  
}
.news-category.energy
{
  background-color: #5F249F;  
  color: #fff;
}
.news-category.environment,
.news-category.engineering
{
  background-color: #3A5DAE; 
   color: #fff;
}
.news-category.health
{
  background-color: #008C95;  
  color: #fff;
}
.news-category.manufacturing
{
  background-color: #008C95;  
  color: #fff;
}
.news-category.national
{
  background-color: #64CCC9;  
}
.news-category.sciences
{
  background-color: #1d5016;  
  color: #fff;
}
.news-category.sustainability
{
  background-color: #FFCD00;  
}
.news-category.robotics
{
  background-color: #abaed0;  
}
.news-category.state
{
  background-color: #9da3ed;  
}

/**
RESEARCH NEWS DIVERSE FIELDS BLOCK
**/

.field--name-field-3d-box-body
{
    display: flex;
}

#research-areas-left
{
    flex: 0 1 35%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#research-areas-left h2
{
    font-size: 2rem;
    color: var(--gtnavy);
    text-transform: uppercase;
    font-weight: normal;
}

#research-areas-left p
{
    font-size: 1.5rem;
    font-weight: 300;
}

#research-areas-right
{
    flex: 1 1 65%;
    padding: 2rem;
    background-color: var(--arta-vlight-gold);
    font-size: 1.5rem;
    border-top-right-radius: 1rem;
}

#research-areas-right ul
{
    columns: 2;
    margin-bottom: unset;
    list-style-type: none;
}

#research-areas-right li
{
    break-inside: avoid;
}

#research-areas-right a
{
    color: var(--gt-drk-gold);
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

#research-areas-right a:hover
{
    background-color: var(--gt-md-gold);
    color: var(--gt-white);
    border-radius: 0.5rem;
}

/**
remove default padding for 3d box, since
we want full background for our two sides
**/
.box-3d-body:has(#research-areas-left)
{
    padding: unset;
}

/**
FEATURED STORY AND VIDEO BLOCK
**/
#featured-block
{
    display: flex;
    gap: 3rem;
}

#featured-block h2
{
    font-size: 1.3rem;
    color: var(--gt-white);
    background-color: var(--gt-navy);
    border-top-right-radius: 1rem;
    width: fit-content;
    padding: 1rem 2.5rem;
    margin-bottom: -0.5rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

#featured-story,
#featured-video
{
    flex: 0 1 50%;
}

#featured-story
{
    position: relative;
}

#featured-video iframe,
#featured-story img
{
    width: 100%;
    aspect-ratio: 16/9;
}

#featured-story img
{
    object-fit: cover;
}

#featured-story-title
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: var(--gt-navy-95op);
    font-size: 1.3rem;
    color: var(--gt-white);
    text-align: center;
    padding: 1rem;
}

#featured-story-title a
{
    text-decoration: none;
}

#featured-story-title a:hover
{
    text-decoration: underline;
    color: var(--gt-white);
}

#featured-block .videoclip
{
    display: flex;
}


/* INFINITE BLOCK CODE */

.timeline-container {
    position: relative;
    
    width: 100%;
    

}

.year-column { line-height: 24px; }
.infinite-title a
{
    font-size: 18px;
    text-decoration: none;
}
.infinite-date { font-size: 16px; }
.timeline-years {
    margin: 2px;
    padding: 2px;
    height: 130px;
    overflow: hidden;
    background: #555;
    border: 0px solid #333;
    display: flex;
}
.timeline-years div.view-content-wrap {
  width: 600em;
  display: flex;
}

.view-content-wrap .year-column,
.year-column {
    flex-shrink: 0;
    color: #fff;
    background: #444;
    border: 0px solid #e4e4e4;
    width: 340px;
    margin-left: 20px;
    padding: 10px;
    overflow-x: auto;
}


/**
MOBILE ADJUSTMENTS
**/

@media screen and (max-width:940px)
{
    .field--name-field-3d-box-body
    {
        flex-direction: column;
    }

    #featured-block
    {
        flex-direction: column;
    }
}

@media screen and (max-width:680px)
{
    #research-areas-right ul
    {
        columns: 1;
        padding-left: unset;
    }
}