@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #005776;
        --secondary-color: #a7e6d7;
        --link-color: #fa4616;
        --accent-highlight-color: #00445d;
        --accent-highlight-background-color: #a9e8ff;
        --accent-tinted-color-70: #b3cdd6;
        --accent-tinted-color-80: #ccdde4;
        --accent-tinted-color-90: #e6eef1;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #007da9;
        --secondary-hover-color: #7fdbc5;
        --secondary-contrast-color: #111;
        --link-hover-color: #fc957a;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1499701412/zazd71fdlwwp9ucucoac.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/ad89b660-ca0f-4643-98e1-8ae0acaf69db/202995fz67zg-AltairLogo-temp-lowRes.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* VILT Detail page tabs styling classes, added by KM 27th May 2025*/
.VILT-tab-link-list ul {
  list-style-type: none;
  padding-left: 0rem!important;
}
.VILT-tab-link-list li {
  background-color: #EFEFEF;
  padding: 8px 12px;
  margin-bottom: 5px;
  border-left: 5px solid #cccccc;
}
.VILT-tab-link-list a {
  text-decoration: none;
  font-weight: bold;
  color:#656565 !important; /*a href overwrite*/
}
.VILT-tab-link-list a:hover {
  color:var(--link-hover-color) !important; /*setting a:hover to link hover default*/

}
.VILT-tab-table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.VILT-tab-table td {
  padding: 8px 12px;
  border: 1px solid #cccccc;
}
.VILT-tab-table th {
  font-weight: bold;
  color: #656565 !important;
  background-color: transparent !important;
  border: 1px solid #e9e9e9 !important;
}
.VILT-tab-table td:first-child {
  font-weight: bold;
  background-color: #EFEFEF;
}
.VILT-tab-table td:nth-child(1) {
  width: 20%;
}
.VILT-tab-table td:nth-child(2) {
  width: 80%;
}
.VILT-tab-table-narrow td:nth-child(1) {
  width: 10%;
}
.VILT-tab-table-narrow td:nth-child(2) {
  width: 90%;
}
/*END--VILT Detail page tabs special classes--END*/





.hover-submenu {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.hover-submenu::-webkit-scrollbar {
    width: 6px;
}

.hover-submenu::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.submenu-item::before {
    content: attr(data-arrow);
    font-size: 10px;
    color: #17779f;
    margin-right: 4px;
    line-height: 1;
    flex-shrink: 0;
}

.arrow-span{
  font-size: 20px;
}




/* Code by Arun */

/* Global variable declaration here */
:root {
      --font: HCo Gotham SSm,Arial,Helvetica,sans-serif;
      --alt-font: HCo Gotham SSm,Arial,Helvetica,sans-serif;
      --accent-color: #fa4616;
      --secondary-color: #385F71;
      --link-color: 	#005776;
      --accent-highlight-color: #00a99d;
      --accent-highlight-background-color: rgba(0, 169, 157, 0.15)
      --accent-tinted-color-70: rgba(0, 169, 157, 0.7)
      --accent-tinted-color-80: rgba(0, 169, 157, 0.8)
      --accent-tinted-color-90: rgba(0, 169, 157, 0.9)
      --accent-contrast-color: #ffffff;
      --accent-contrast-tinted-background-color: 	rgba(255, 255, 255, 0.15);
      --accent-hover-color: #fa4616;
      --secondary-hover-color: #005776;
      --secondary-contrast-color: #ffffff;
      --link-hover-color: #005776;
      --altair-text-primary: #1b1b1b;
      --altair-text-link: #0069c2;
      --altair-h1-font-size: 2.5rem;
      --altair-h2-font-size: 2.0rem;
      --altair-h3-font-size: 1.75rem;
      --altair-h4-font-size: 1.3rem;
      --altair-h5-font-size: 1.15rem;
      --altair-font-size: 1rem;
      --altair-smaller-font-size: 0.85rem;
      --altair-tiny-font-size: 0.70rem;
      --altair-base-line-height: 1.5;
      --altair-border-radius: 12px;
      --home-max-width: 70rem;
      --home-section-padding: 2rem 1rem;
      --home-max-full-width:100%;
    
    }

/* End of Global variable declaration here */

.layout__content .hero{margin-bottom:0px!important;}

.header--microsite, .header--dashboard{
    padding: 0;
    margin: auto;
    width: 100%;
    position: sticky;
    top: 0;
    background: white;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
    z-index: 1002;
    }

/*    .w-full{
      height:346px;
    }

    .learning-content-hero img{
          width: 100%;
          max-height: 340px;
          object-fit: cover;
          object-position: center;
    }

*/
/*.header--microsite .header__inner, .header--dashboard .header__inner>div:first-child{
  margin: auto;
    padding: 1rem;
    display: flex;
    max-width: 1440px;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: 3rem;
    color: red;
}*/

.course__detail__container .course__detail__content{
  float:right;
}

/* Code to remove the Meeting details in blue color

.event-sidebar__content__container.medium-4,
.event-sidebar__content__container.xlarge-3 {
    width: 100% !important;
    display: none;
}
.event-content.medium-8,
.event-content.xlarge-9 {
    width: 100% !important;
}

*/

.heading--primary{
  display:none;
}


/* Primary Catalog Page */

/* catalog page width */
.catlog-class {
    max-width: 1444px;
    /* margin: 0 auto; */
}

/* Catalog Hero Banner */
.header-banner {
    margin-bottom: 0.50em;
    background-color: #1C3563;
    background-image: url("https://altair.com/images/default-source/heroes/altair_newsroom_hero_2022_1920x225.png?sfvrsn=d909812a_0");
    background-position-y: 60%;
    background-size: cover;
}

/* Catalog Hero Banner Text */
.header-banner .h2.widget__title {
    font-size: 46px !important;
    line-height: 72px !important;
    text-align: center;
    margin:auto;
    padding: 40px;
    color: white !important;
}

/* Search Bar */
.catlog-class .catalog-search-bar {
    height: 5rem;
    /* transform: translateY(-70px); */
    background-color: white;
    border-radius: 22px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    padding:0px 0px 0px 0px
}

.catlog-class .catalog-filters {
    border-radius: 22px;
    background: none;
}

#sort-options{
  outline:none;
}

.catlog-class .catalog-search-bar .columns {
    background: none;
}

.catlog-class .ember-view.ember-text-field.input--expand.form-control {
    font-size: 18px;
    background: none;
}

.catlog-class .catalog-search__button {
    border-radius: 22px;
}

.catlog-class .border-black {
  border:1px solid #d3d4de;
}

.catalog-display-type{
  align-content:center;
}

/* End of Search Bar */

/* Catalog List Item settings */
.catlog-class .catalog-grid-item {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .05);
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    max-height:450px;
    height:100%;
}

/* Catalog List Item Hover settings */
.catlog-class .catalog-grid-item:hover {
    border: 2px solid rgba(0, 0, 0, .2);
    transform: translateY(0px);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Catalog Thumbnail Image settings */
.catlog-class .catalog-grid-item .catalog-grid-item__asset {
    transform: scale(1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Catalog Thumbnail Image Hover settings */
.catlog-class .catalog-grid-item:hover .catalog-grid-item__asset {
    transform: scale(1.05);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Catalog Image border radius */
.catlog-class .catalog-grid-item__asset {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

/* Catalog image with big thumbnail */
.catlog-class .catalog-grid-item__asset-container {
    overflow: hidden;
}

/* Catalog image ribbons*/
.catlog-class .catalog__ribbon .catalog__ribbon--attached {
    overflow: visible;
}

/* Catalog List body settings */
.catlog-class .catalog-grid-item__body {
    border: 1px solid white;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 25px 24px;
    width: 100%;
}

/* Catalog Content Title */
.catlog-class .catalog-grid-item__title {
    font-size: 16px;
    font-weight: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 68px;
    margin-top:25px;    
}

/* Catalog Content Type */
.catlog-class .catalog-grid-item__source {
    font-size: 12px;
    background-color: purple;
    padding: 2px 10px;
    white-space: nowrap;
    width: fit-content;
    color:white;
    border-radius:5px;
    font-weight:lighter;
    position:absolute;
    top:20px;
}

/* Catalog Content start date and authors */
.catlog-class .catalog-grid-item__start-date,.catlog-class .featured-content-item__authors{
  margin:10px 0px;
  font-size:12px;
}

/* Catalog Content Description */
.catlog-class .catalog-grid-item__description {
    font-size: 13px;
    max-height: 60px;
    overflow: inherit;
    margin-bottom: 15px;
    /*display:none;*/
}

/* Catalog Content CTA section */
.catlog-class .catalog-grid-item__cta-container {
    height: 16px !important;
}
.catlog-class .catalog-grid-item__cta-container-with-queue .btn--primary{
    color:white;
    background-color:#ef4216!important;
    width:fit-content;
    padding:5px 10px!important;
}
  
.catlog-class .catalog-grid-item__cta-container-with-queue .btn--primary:hover{
    color:white!important;
    background-color:#17779f!important;
    width:fit-content;
    padding:5px 10px!important;
}


/* Catalog Calender and List view icons border style  */
.catlog-class .border-black{
  border:none!important;
}

.catalog-display-type button{
    border:none!important;
}


/* 
.catlog-class .catalog-header {
    display: none
}
*/

/* End of Primary Catalog Page Styling */


/* Custom  hero Banner */
/*|| Homepage (RG)*/
.laa-home-container {
    display: flex;
    flex-direction: column;
}

.laa-home-container h2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

/*Hero*/


/* Start of Dashoboard */

/* Reschedule */

.dashboard-access-list-item small{
  border: solid 1px red;
  padding: .5em 1.25em;
  color: red;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: .25s;
  font-weight: 500;
  font-size: 10px;
  margin: 5px 0px;
  display: inline-block;

}

/* End of Dashoboard */



/* Custom Fields */

.catlog-class .catalog-aggregation {
    padding: 0 .5em;
    border: 0;
    border-radius: 0px;
    transition: 0.1s ease-in-out;
}

.catlog-class .catalog-aggregation:hover {
    background-color: #f6f6f6;
}

.catlog-class .catalog-aggregation__header--label:hover {
    color: black;
}

.catlog-class .btn--link:hover {
    color: black;
}

.catlog-class .catalog-aggregation__expander i {
    color: black;
}

.catlog-class .btn.btn--link.btn--inherit-font.catalog-aggregation__header {
    height: 50px;
}

.catlog-class .catalog-aggregation--expanded {
    margin-bottom: 1em;
    padding-bottom: 35px !important;
    transition: 0.1s ease-in-out;
}

.btn.catalog-aggregation__value {
    color: #17779f;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 1em;
    text-align: left;
}





.widget--hero-image .hero__caption { background: transparent; left: 0; top: 40%; bottom: auto; width: 60%; text-align: center; z-index: 2;}

.widget--hero-image .hero__caption .hero__title {font-size: calc(1rem + 1vw); color: #fff; font-weight: 400; margin-bottom:20px; background-color: rgba(0,0,0,0.4);}

.widget--hero-image .hero__caption .h4 {color: white; font-size: calc(0.2rem + 1vw); margin-bottom: 36px;}

.widget--hero-image .btn--primary { color: white; background-color: #5D3FD3; border: 2px solid #5D3FD3;border-radius: 10px; font-size: 26px; padding: 6px 1.25em; display: block; width: 25%; margin: auto;}

/*@media only screen and (max-width: 769px) {
    .laa-catalog .catalog-grid-item {
        margin: 0 2rem;
    }
} */

@media only screen and (min-width: 48.063em){
.hero .hero__caption{
  inset:0;
  margin:70px auto;
}

}


@media only screen and (max-width: 1919px) {

.hero .hero__caption{
  inset:0;
  margin:40px auto;
}
.container {max-width:100%!important;}
  
.search-bar-widget{
    margin:auto!important;
    left:0;
    right:0;
    position:absolute;
}

.widget--searchbar {
  right: 290px!important;  
}
}

@media only screen and (max-width: 1439px) {

.hero .hero__caption{
  inset:0;
  margin:40px auto;
}

.container {max-width:100%!important;}
  
.search-bar-widget, .widget--searchbar{
    display:none!important;
}

}


.search-bar-widget{
    width: 100%;
    max-width: 800px;
    //background:rgba(255,255,255,0.2);
    background:white;
    display: block;
    align-items: center;
    border-radius: 10px;
    padding:10px 20px;
    backdrop-filter: blur(4px) saturate(180%);
    margin:60px 0px;
    left:0;
    right:0;
    position:absolute;
}

.search-bar-widget input{
    background:transparent;
    outline: none;
    flex:1;
    padding:15px 45px 15px 10px ;
    font-size:25px;
    color:black;
    border:none;
    box-shadow: none;
}

::placeholder{
    color:black;
}

.search-bar-widget button i{
    width:25px;
}

.search-bar-widget button{
    border:0;
    border-radius: 50px;
    width:60px;
    height:60px;
    background-color:#ef4216;
    cursor:pointer;
}

.search-bar-widget button span{
    display:none;
}

.search-bar-widget input:focus{
  background:transparent;
  box-shadow: none;
}
 

/*Featured Topics*/
.altr-home-page-container {
    width: 100%;
    background: #f9f9f9;
    padding:30px 0px;
}

#topic-heading{
  font-size:calc(0.7rem + 1vw)!important;
  font-weight:bold;
  margin:0;
}

.altr-home-page-section {
    max-width: var(--home-max-width);
    margin: auto;
    padding: var(--home-section-padding);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.altr-home-thumb {
    margin:20px auto;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.altr-home-topic-tile {
    flex: 1 1 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: white;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.altr-home-topic-tile:hover {
    //transform: translateY(-5px);
    border: 1px solid lightgrey;
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.altr-home-topic-tile-img {
    max-height: 200px; 
    overflow: hidden;
    transition: scale 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.altr-home-topic-tile-img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    padding:10px;
    border-radius:15px;

}

.altr-home-topic-tile-text {
    padding: 1rem 1rem;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    justify-content:space-between;
}

.altr-home-topic-tile-text h3 {
    margin: 0;
    font-weight: bold;
    color:#005776;
}

.altr-home-topic-tile-text p {
    margin: 1rem 0 0;
}

.altr-link {
    color: black;
    text-decoration: none;
}

.altr-link:hover {
    color: black;
}

.altr-home-topic-tile:hover>.altr-home-topic-tile-img {
    scale: 1.025;
    transition: scale 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.altr-button-link {
    font-size: 1.15rem;
    background: white;
    border: 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    color: #252525;
    transition: all ease-in-out 0.2s;
    max-width: fit-content;
   
}

.altr-btn {
  text-decoration: none;  
  color:white;
}


.altr-btn:hover {
    color: #fff;
}

.altr-btn::before {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    background: #d72229;
    border-radius: 24px;
    left: 0;
    top: 0;
    transition: all .45s cubic-bezier(0.65, 0, 0.076, 1);
    z-index: -1;
    bottom: 0;
    margin: auto 0;
}


.altr-btn::after {
    content: "\f061";
    display: block;    
    width:42px;    
    height: 42px;    
    position: absolute;    
    background:#d72229;
    border-radius: 24px;
    left: 0px;
    top: 0;
    line-height: 42px;
    transition: all .50s cubic-bezier(0.65, 0, 0.076, 1);
    z-index:-1;    
    bottom: 0;    
    margin: auto 0;
    font-family: "FontAwesome"!important;
    transform: rotate(-45deg);    
    color: #fff;
}

.altr-btn:hover::after {
    transform: rotate(0);
}

.altr-home-topic-tile:hover>.altr-home-topic-tile-text h3 {
    //text-decoration: underline;
    color:#ef4216;
}

/* Home page Event Carrousel */

.custom-event-carrousel{
  max-width: var(--home-max-width);
  margin:auto;
  padding:var(--home-section-padding)!important;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.custom-event-carrousel .widget__title, .Custom-Section .widget__title{
  font-size: calc(0.7rem + 1vw) !important;
  font-weight: bold;
  margin: 0;
  color:black;
  text-align:left;
  padding:20px 0px;
}

.Custom-Section-Right .widget__title{
  font-size: calc(0.7rem + 1vw) !important;
  font-weight: bold;
  margin: 0;
  color:black;
  text-align:right;
  padding:20px 0px;
}

.custom-event-carrousel .featured-content-multi-carousel-item {
    background: white;
    flex: 1 1 48%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.custom-event-carrousel .icon-navigateleft:before, .custom-event-carrousel .icon-navigateright:before{
  font-size:30px;
}
.featured-content-multi-carousel__nav-left{
    left: -1.75em;
    position: absolute;
    top: 49%;
}
.featured-content-multi-carousel__nav-right{
    right: -1.75em;
    position: absolute;
    top: 49%;
    color:red;
}
.featured-content-multi-carousel-item img {
  border-radius:15px;
}
.featured-content-multi-carousel .featured-content-block-grid>li {
  max-height:350px;
}

.featured-content-multi-carousel-item__body {
  height:170px;
  max-height:190px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  padding: 32px 24px 25px 24px;
  width: 100%;
}

.featured-content-multi-carousel-item__title, .widget__alt-title__container{
  font-size: 16px;
  text-align:left;
}

.featured-content-multi-carousel-item__source, .featured-content-multi-carousel-item__start-date{
  font-size: 13px;
  text-align:left;
}

.featured-content-multi-carousel-item__source{
    font-size: 12px;
    background-color: purple;
    padding: 5px 10px;
    white-space: nowrap;
    width: fit-content;
    color: white;
    border-radius: 5px;
    font-weight: lighter;
    font-family: calibri, arial;
    position: absolute;
    top: 20px;
}

.featured-content-multi-carousel-item__description, featured-content-multi-carousel-item__queue{
    padding: 0px;
    margin-bottom:20px;
}
/* End of Home page Event Carrousel */

/*Home Page Custom Section*/
.Custom-Section {
    width: 100%;
    background: #f9f9f9;
    padding: 30px 0px;
}

.Custom-Section-Right{
    width: 100%;
    background: #ffffff;
    padding: 30px 0px;
}

.Custom-Section .ember-view, .Custom-Section-Right .ember-view
{
  max-width: var(--home-max-width);
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:1rem;
}

div[class*='Custom-Section'] div:nth-child(1) div{
  margin:auto 0px;
}

div[class*='Custom-Section'] .btn--centered{
  margin:auto 0px;
}

div[class*='Custom-Section'] .widget__alt-title__container h3{
  padding:30px 10px ;
  font-size: calc(0.7rem + 1vw) !important;
  font-weight: bold;
  margin: 0;
  color: black;
  text-align: left;
}

div[class*='Custom-Section'] .hr__accent{
  display:none;
}



/*End of Home Page Custom Section */

/* Content Editor Images */
div[class*='Custom-Section'] .editor-content img{
    object-fit: cover;
    max-height: 400px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 3px 22px rgba(43, 42, 51, .102);
}


/* Content Editor Images */

/*Homepage video banner*/

.altr-home-slide-container {
    width: 100%;
    max-width: 100%;
}

.altr-home-slide-container h2 {
    max-width: var(--home-max-full-width);
    margin: auto 30px;
    padding: 1rem 1rem 0;
    font-size: calc(0.7rem + 1vw) !important;
    font-weight: bold;
    color: black;
    text-align: left;
}

.altr-home-slide-container h3 {
    max-width: var(--home-max-width);
    margin: auto;
    padding: 1rem 0rem 0;
    font-size: var(--altair-h3-font-size);
    color:white;
}

.altr-home-slide-content {
    display: flex;
    flex-direction: column;
    max-width: var(--home-max-full-width);
    margin: auto 30px;
    padding: 1rem 1rem 0;
    gap: 1rem;
}

.altr-home-slide {
    position: absolute;
    width: calc(100% - 2rem);
    max-width: calc(var(--home-max-full-width) - 2rem);
    overflow: hidden;
    display: grid;
    grid-template-columns: 3fr 3fr;
    transform: translateY(8rem);
    opacity: 0;
    transition: opacity 0.25s ease-in, transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 3px;
}

.altr-home-slide.first {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    border-radius: 10px;
    min-height: 378px;
}

#slide-1-btn {
    background: #d72229;
}

.altr-slide-text {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    justify-content: center;
    background: #1C3563;
    background-size: cover;
    background-position-x: 70%;
}

.altr-slide-text p {
    margin: 0;
    color: white;
    line-height: var(--altair-base-line-height);
}
.altr-slide-img {
    margin: 0;
    background: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    align-content: center;
}

.altr-slide-img img {
    height: 100%;
}
/*Homepage video banner*/

/* End of Code by Arun */

.hidden-group {
  display: none;
  /* Hides the extra list items */
}

.more-less-toggle {
  display: block;
  font-size: 12px;
  color: red !important;
  float: right;
  margin: -10px 0;
}

.hover-popup {
  position: absolute;
  background-color: #fff;
  color: var(--color-neutral);
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}




/* -- START Searchbar on home settings -- */
/* 1. setting the container to not stretch to 100% */
.search-bar-widget input {
  border-radius: var(--global-rmborderradius);
}

/* 2. adjust search bar, postion on public page*/
.widget--searchbar {
  position: absolute;
  top: 25em;
  right: 200px;
  z-index: 10;
  width: 60%;
  min-width: 550px;
  padding:0px!important;
}

@media handheld,
only screen and (max-width: 768px) {
  .widget--searchbar {
    position: relative;
    width: 100%;
    right: 0px;
  }
}

/* -- END Searchbar on home settings -- */

/* -- Start Footer styling -- */

/** hide the company info TI uses **/
.footer__company__info {
  display: none;
}

.altair-footer {
  display: flex;
  flex-direction: column;
  gap: 16px 32px;
  align-items: center;
}

.altair-footer_brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.altair-footer_social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.altair-footer_copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.altair-footer_copyright-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.altair-footer_copyright-links a {
  font-size: 10px;
  font-weight: inherit;
  color: var(--color-primary);
  outline: none;
  text-decoration: none;
  line-height: 14px;
  text-decoration: transparent;
}

.altair-footer_copyright-links a:hover {
  text-decoration: underline;
  color: var(--color-tertiary);
}

.divider {
  width: 1px;
  height: 12px;
  background-color: #c8c6c4;
}

.altair-footer_copyright-text {
  font-size: 0.75rem;
  text-align: center;
}

/** style consent trigger button to match text links **/
.triggerCookieConsent {
  background-color: transparent;
  border: none;
  font-size: 0.625rem;
  font-weight: inherit;
  color: var(--color-primary);
  outline: none;
  text-decoration: transparent;
  line-height: 14px;
  padding: 0;
  margin: 0;
}

.triggerCookieConsent:hover {
  text-decoration: underline;
  color: var(--color-tertiary);
  cursor: pointer;
}

/** footer desktop styling **/
@media only screen and (min-width: 48.063em) {
  .altair-footer {
    flex-direction: row;
  }

  .altair-footer_copyright {
    flex-direction: row;
  }

  .altair-footer_copyright-text {
    text-align: left;
  }
}

    ::-webkit-scrollbar {
        width: 6px;
    }
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


    /*tania catalog */
    .catalog-display-type .btn i{
      background: #fff;
      border: 2px solid #fa4616;
      border-radius: 6px;
      padding: 6px;
      margin-left: 10px;
      vertical-align: middle;
    }

      .catalog-display-type {
padding: 8px !important;
    }

