#ig-page-view .row-image .ig-cpt.semi-transparent-95 {
	margin-top: 12px !important;
}

@media only screen and (max-width: 979px) {
    .hide-on-web {
        display: block !important;
    }
}@media only screen and (min-width: 980px) {
    .hide-on-web {
        display: none !important;
        display: block !important; /* This line ensures that the element is displayed on smaller screens */
    }
}

/*Hides the email update fields in user profiles*/
#ig-form-change_email {
display: none;
}

/*Hides the email tab from user profiles*/
.login {
display: none;
}
.slick-dots {
   background-color: transparent !important;;
}



/* Responsive Global Search Styling PM Nov 4, 2024 */
@media (max-width: 960px) {
#search-keyword .ig-text input,
#search-keyword .ig-text::before,
#search-keyword .ig-text input::-webkit-input-placeholder,
#globalsearchtext {
 color: #fff !important;
 border: #fff !important;
}
#search-keyword .ig-search-box {
border: 1px solid #fff !important;
}
}



/* Overriding inline hyperlink style for Blogs and Wiki via inline style */
#blogs-article .editable a.golden,
#wiki .editable a.golden {
  color: white !important;
}
#blogs-article .editable a:hover.golden,
#wiki .editable a:hover.golden {
  color: #ffba0a !important;
  text-decoration: underline;
  text-decoration-color: #ffba0a;
}

/* Support accordions AND tabs together */ 
div.ps-tab.accordion .ig-cpt-title { 
display: inherit !important; 
  }
  
/* Site Map widget caret update - AM - Dec 24 */
.ig-cpt .ig-widget-sitemap .ig-expand {
  background: transparent;
  margin-left: -10px;
}

.ig-cpt .ig-widget-sitemap .ig-expand:before {
  font: normal normal normal 25px/1 FontAwesome;
  content: "\f0d7";
  display: inline-block !important;
  color: #ffba0a;
}

.ig-cpt .ig-widget-sitemap .ig-collapsed:before {
  content: "\f0da";
}

.ig-globalGroupSub .ig-currentState{
font-size: 16px !important;
font-weight: bold !important;
color: #00B050 !important;
 }
 

        /* Change banner image on mobile */
        
        @media (max-width: 1300px) {
                #content-head {
                        background: url("/download/theme/images/banners/marmon_space_banner_mdjpg") 100% 100%/cover no-repeat !important;
                }
        }
        
        @media (max-width: 750px) {
                #content-head {
                        background: url("/download/theme/images/banners/marmon_space_banner_smjpg") 100% 100%/cover no-repeat !important;
                }
        }