/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/***********************************************************/
/******* TriStar Custom Styles for Clean 6 Templates *******/

/*   01. Mega Menu Styles                 */
/*   02. Page Navigation Styles           */
/*   03. Pillar Styles                    */
/*   04. Table Styles                     */
/*   05. Rulon Product Tables             */
/*   06. Material Database Overrides      */
/*   07. Blog Styles                      */
/*   08. Misc Styles                      */
/*   09. Mobile Styles                    */
/***********************************************************/

/*****************************************/
/* 01. Mega Menu Styles                  */
/*****************************************/

/* hides pointer cursor in megamenu */
.mega-menu.active {border-bottom:solid 1px #ccc!important; padding:30px 0!important;}
.mega-menu {cursor:default!important;}
.mega-menu-column {padding-right:20px; margin-right:10px; border-right:solid 1px #efefef;}
.mega-menu-block, .mega-menu-block-nohighlight {padding:0px;} 
.mega-menu-block:hover {background-color:#eaf4fe;}
.mega-menu-block h5, .mega-menu-block-nohighlight h5 {}
.mega-menu-block p, .mega-menu-block-nohighlight p {font-size: 13px; color: #085588;}
.mega-menu .container {padding-left:0!important; padding-right:0!important; min-width:85%!important;}
.mega-menu-4 .col-3 {border:solid 0px #ccc;}
.mega-featured-products {width: 800px; border-top: solid 1px #cccccc; margin: 110px auto -20px auto;}
.mega-featured-products h5 {margin: 10px 0 2px 0;}
.mega-featured-products a {border:solid 1px #ccc!important;}
.mega-featured-products a:link, .mega-featured-products a:visited .mega-featured-products a:hover {
  text-decoration: none;
  font-size: 13px;
  min-width: 10px !important;
  padding: 0px 10px !important;
  margin-right: 4px;
  position: relative;
  z-index: 50;
  border:solid 1px #ccc!important;
  background-color:#efefef!important;
}
.mega-featured-products a:before {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  z-index: 40;
}
/* remove carat symbol from mega menu */
.sc-site-header__menu .hs-menu-item a::after {display:none!important;}
/* override to make mobile (hamburger) menu level 2 items smaller than level 1 items */ 
.hhs-side-menu .hhs-side-menu__mobile li.hs-menu-depth-2 a {font-size:15px!important; padding-bottom:0.05em!important;}

/* Compliance Link in About Menu */
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu p.compliance-link {font-size:16px; padding:0!important; margin:0!important;color:#222!important;}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu p.compliance-link a:link, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu p.compliance-link a:visited {padding:0!important; margin:0!important; font-weight:bold;}

ul.compliance-list li {font-size:13px; margin:5px 0!important; padding:0!important; color:#085588;}


            
/*****************************************/
/* 02. Page Navigation Styles            */
/*****************************************/

.page-nav h6 a:link, .page-nav h6 a:visited {font-size:15px!important;}
.page-nav h6 a:hover {font-size:15px!important; text-decoration:underline;}

/*****************************************/
/* 03. Pillar Styles                     */
/*****************************************/

p.Pillar-Callout-1, div.Pillar-Callout-1 {
    border: 1px solid #ff7a59;
    background-color:#fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    font-size: 22px;
    line-height: 32px;
    color: #292343;
    display: inline-block;
    font-weight:400;
    }

p.Pillar-Callout-1 a, p.Pillar-Callout-2 a {border-bottom:none!important;} 
p.Pillar-Callout-2, div.Pillar-Callout-2 {
    padding-left: 15px;
    border-left: 5px solid #ccc;
    margin: 30px 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #232e3a;
    font-style: italic;
}


.Pillar-Failure-Feature, .Pillar-Food-Feature, .Pillar-Oil-Feature {
  border:solid 4px #085588;
  padding:8px 18px 0px 18px;
  position: relative;
  overflow: hidden;
  margin-bottom:15px;
  /* background-color:#E5F1F5!important; */
}
.Pillar-Failure-Feature h3, .Pillar-Food-Feature H3, .Pillar-Oil-Feature H3 {margin:0 -12px 12px -12px!important; padding:4px 12px!important; background-color:#085588; color:#fff!important;  z-index: 10!important;}
.Pillar-Failure-Feature::before {
background-image: url('https://40031.fs1.hubspotusercontent-na1.net/hubfs/40031/2019-site-images/pillar-pages/bearing-failure-infographic-background.jpg');
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
opacity: 0.2;
}
.Pillar-Food-Feature::before {
background-image: url('https://40031.fs1.hubspotusercontent-na1.net/hubfs/40031/2019-site-images/pillar-pages-industry/pillar-industry-food-infographic-background2.jpg');
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
opacity: .2;
}
.Pillar-Oil-Feature::before {
background-image: url('https://40031.fs1.hubspotusercontent-na1.net/hubfs/40031/2019-site-images/pillar-pages-industry/pillar-industry-oil-infographic-background.jpg');
background-size: cover;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
opacity: .3;
}
.Pillar-Feature-Column {width: 50%; padding: 0 4px; border:solid 1px red;}
div.space-feature {
padding:12px 18px;
background-image: url('https://40031.fs1.hubspotusercontent-na1.net/hubfs/40031/2022-site-images/pillar%20pages/starry-sky.jpg');  
}
.space-feature p, .space-feature h2 {color:#fff;}

/* FAQ Function */
.faq-container {margin: auto;}
.faq-item {margin-bottom: 25px;}
.faq-question, h4.faq-question {
cursor: pointer;
padding: 10px;
background-color: #085588;
color: #ffffff;
border-radius: 4px;
font-size: 19px;  
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
line-height: 1.25em;
}
.faq-answer {
display: none;
padding: 10px;
background-color: #f9f9f9;
border: 1px solid #ddd;
margin-top: 15px;
border-radius: 4px;
line-height: 1.25em;
}
.faq-icon {
font-size: 20px;
margin-left: 10px;
}

.faq-toggle {
background-color:#F36B03;
padding:2px 6px;
color:#fff;
font-size:18px;
/*font-weight:bold;*/
border-width:0;
border-radius:10px; 
margin-bottom:1em;
}


/* Pillar Page Table of Contents */
 ul.pillar-toc {
list-style: none;
padding-left: 0;
}
ul.pillar-toc li {
position: relative;
padding-left: 22px; /* Adjust padding to accommodate the larger arrow */
margin-bottom: 20px; /* Adjust as needed for spacing */
font-size:17px;
}
ul.pillar-toc li::before {
content: '';
position: absolute;
left: 0;
top: 0.7em; /* Align with the middle of the text line */
width: 12px; /* Updated to 12 pixels wide */
height: 12px; /* Updated to 12 pixels high to keep it proportional */
border-width: 6px 0 6px 12px; /* Increased to match the new arrow size */
border-style: solid;
border-color: transparent transparent transparent #FF7503; /* Orange color for arrow */
transform: translateY(-50%); /* Properly align the arrow in the middle of the first text line */
}

/* Pillar Quote Style */

.Pillar-Quote {
  background-color: #e0ebe6; /* Soft mint green */
  border-left: 6px solid #7ea697; /* Subtle green-gray accent */
  padding: 1.5em 2.0em 1.5em 2.5em;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  color: #2e3b36;
  position: relative;
  margin: 2em 0;
  clear:both;
}

.Pillar-Quote::before {
  content: "❝";
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  color: #7ea697;
  position: absolute;
  top: 10px;
  left: 15px;
}

.Pillar-Quote::after {
  content: "❞";
  font-family: Arial, sans-serif;
  font-size: 2.5em;
  color: #7ea697;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.Pillar-Quote .attribution {
  display: block;
  margin-top: 1em;
  margin-left: 15px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  color: #2e3b36;
  text-align: right;
}

/* Engineering Pillar ISS Case Study feature */

.space-station-container {
  max-width: 800px;
  line-height: 1.5;
  color: #fff;
   padding:12px 18px;
  background-image: url('https://40031.fs1.hubspotusercontent-na1.net/hubfs/40031/2022-site-images/pillar%20pages/starry-sky.jpg');  
}

.space-station-container p {color:#fff; padding-left: 12px;}

.space-station-img {
  float: left;
  width: 360px;
  margin-right:10px;
}


.pillar-case-study {
    /* border: 3px dashed #5a6783; */
    border-left: 6px solid #94969b;
    padding: 10px;
    margin: 20px auto 25px auto;
    background-color:#e4e7ec;
}


/*****************************************/
/* 04. Table Styles                      */
/*****************************************/

table.meldin-prodtable, table.meldin-prodtable th, table.meldin-prodtable td {border: 1px solid #ccc; border-collapse:collapse;}
table.meldin-prodtable th {background-color:#085588; color:#fff!important; vertical-align:top; padding:.5% 2%; text-align:center; font-weight:bold!important;}
table.meldin-prodtable tr.alternate td {background-color:#eef7f4!important;}

/*********************************************************************/
/* 05. Rulon Comparison/Chemical Tables - Now used for most tables **/
/*********************************************************************/
TABLE.RulonSpecs {background-color:#fff; border-collapse:collapse; border:solid 0px #333;}
TABLE.RulonSpecs TABLE {border-collapse:collapse; border:0!important;}
TABLE.RulonSpecs TR {border-collapse:collapse;}
TABLE.RulonSpecs TR.alternate {background-color:#eef7f4!important;}
TABLE.RulonSpecs TR.alternate2 {background-color:#F2F5F8!important;}
TABLE.RulonSpecs TH, TABLE.RulonSpecs TD {padding:6px 5px; font-size:15px; border-collapse:collapse; border:solid 1px #ccc; text-align:center; line-height:1.7em!important;}
TABLE.RulonSpecs P {font-size:15px;}
TABLE.RulonSpecs IMG {border:0!important;}
.rulontablenotes {margin-top:15px;}
.rulontablenotes p {font-size:12px; margin:5px; padding:0;}
.rulon-diagram-label {color:#ea662b!important;}

/* HyComp Table Styles - RulonSpecs is base table style */
td.HyCompCellHighLight {background-color:#c9eaf0;}

/* td.GreenHeaderRow {background-color:#c8d99f;} */
td.GreenHeaderRow {background-color:#e4eeca;}
td.GreenHeaderRow p {font-weight:bold!important; font-weight:600!important;}
col.HyCompColumn-1 {width:250px!important; border:solid 1px red!important;}
col.HyCompColumn-2 {width:180px!important; border:solid 1px blue!important;}

/* Table modifications for Blog and Shooting Star (blue header) */
td.BlueHeaderRow {background-color:#085588;}
td.BlueHeaderRow p {font-weight:bold!important; color:#fff!important; font-size:18px!important; text-align:center!important;}
td.BlueHeaderRow a:link, td.BlueHeaderRow a:visited {color: #fff!important; font-size: 12px!important; font-weight: normal!important; border-bottom:none!important;}
td.LtBlueHeaderRow {background-color:#DEEAF6;}
td.LtBlueHeaderRow p {font-weight:bold!important; color:#000!important; font-size:18px!important; text-align:center!important;}

/* large text for tables */
.LargeTableText td {text-align:center!important;}
.LargeTableText p {font-size:18px!important;}
 
/* Rulon & Meldin Chemical Compatibility */
.RulonChemOuterDIV {width:90%; display:inline-block; margin-top:15px;}
.RulonChemCol-1 {width:30%; float:left; margin-right:30px;}
.RulonChemCol-2 {width:30%; float:left;}
.RulonChemCol-3 {width:30%; float:right;}
.MeldinChemOuterDIV {width:100%; display:inline-block; margin-top:15px;}
.MeldinChemCol-1 {float:left; width:70%; border:solid 0px red;}
.MeldinChemCol-2 {width:25%; float:right; border:solid 0px blue; margin-right:15px;}

/* Rulon Comparison Table */
TABLE.RulonChem {BACKGROUND-COLOR:#efefef; border-collapse:collapse; border:solid 1px #333;}
TABLE.RulonChem TABLE {border-collapse:collapse; border:0!important;}
TABLE.RulonChem TR {border-collapse:collapse;}
TABLE.RulonChem tr:nth-child(even) {background: #fff}
TABLE.RulonChem tr:nth-child(odd) {background: #D9EBF0}
TABLE.RulonChem TH, TABLE.RulonChem TD {padding:10px 8px!important; font-size:15px; border-collapse:collapse; border:solid 1px #ccc;}
TABLE.RulonChem TH {background-color:#666;}
TABLE.RulonChem TH P {color:#fff;}
TABLE.RulonChem P {margin:0!important; padding:0!important;}
TABLE.RulonChem IMG {border:0!important;}
TABLE.RulonChem TD * {color:#000!important;}

/* Rulon Product Tables */
.rulon_prodtable_2016 TD {vertical-align:top; padding:1% 2%;}

/*  Define the background color for all the ODD background rows  */
.rulon_prodtable_2016 tr:nth-child(odd) {background: #fff;}

/*  Define the background color for all the EVEN background rows  */
.rulon_prodtable_2016 tr:nth-child(even){background: #F2F5F8;}
.rulon_prodtable_2016 th {text-align:center!important;;}

/* Define Column widths  (uses 'col' element added to the top of each table) */
table.rulon_prodtable_2016 col:nth-child(1){width:250px;}
table.rulon_prodtable_2016 col:nth-child(2){width:550px;} 
table.meldin_prodtable, table.meldin_prodtable th, table.meldin_prodtable td {border: 1px solid #ccc; border-collapse:collapse;}
table.meldin_prodtable th {background-color:#085588; color:#fff!important; vertical-align:top; padding:.5% 2%; text-align:center; font-weight:bold!important;}
table.meldin_prodtable tr.alternate td {background-color:#eef7f4!important;}
.ts_data_table {border:solid 1px #ccc; /* border-collapse:collapse; */}
.ts_data_table * {font-size:17px;}
.ts_data_table TD {vertical-align:top; padding:.5% 2%; text-align:center; font-weight:bold;}
.ts_data_table th {text-align:center!important; padding:.5% 2%!important; font-size:17px!important; background-color:#666; color:#fff;}

/*  Define the background color for all the ODD background rows  */
.ts_data_table tr:nth-child(odd) {background: #f5f5f5;}

/*  Define the background color for all the EVEN background rows  */
.ts_data_table tr:nth-child(even){background: #fff;}

/*****************************************/
/* 06 Material Database Overrides        */
/*****************************************/

.tab-grid .tab {padding: .8em 1.66em!important; border:solid 1px transparent!important;}
.main-mat-wrap .l-page-wrap {padding: 1.33em 1.33em!important;}
/* z-index adjust for disclaimer at bottom */
.qs-panel__panel {z-index:100!important;}
/* adjust vertical position of the PV calc flyout */
.main-mat-wrap>.qs-panel__panel {top: 4.85em!important;}

/*****************************************/
/* 07 Blog Styles                        */
/*****************************************/

.BlogTable {border:solid 1px #ccc; border-collapse:collapse; margin-bottom:15px;}
.BlogTable * {font-size:17px;}
.BlogTable TD {vertical-align:top; padding:2%; text-align:center;}
.BlogTable th {text-align:center!important; padding:.5% 2%!important; font-size:17px!important; background-color:#085588; color:#fff;}
.BlogTable tr:nth-child(odd) {background: #f5f5f5;}
.BlogTable tr:nth-child(even){background: #fff;}
.BlogTableSmallText {border:solid 1px #ccc; border-collapse:collapse; margin-bottom:15px;}
.BlogTableSmallText * {font-size:15px;}
.BlogTableSmallText TD {vertical-align:top; padding:1%; text-align:left;}
.BlogTableSmallText th {text-align:left!important; padding:.3% 1%!important; font-size:15px!important; background-color:#085588; color:#fff;}
.BlogTableSmallText tr:nth-child(odd) {background: #f5f5f5;}
.BlogTableSmallText tr:nth-child(even){background: #fff;}

/* Definition List Styling (used in some blog posts) */
dt {font-weight: bold;}
dd {margin: 0; padding: 15px 0 15px 15px!important;}


/* Blog Expert Note */

.blog-expert-note {
  background-color: #f8e2db; /* Soft mint green */
  border-left: 6px solid #c24928; /* Subtle green-gray accent */
  padding: 1.0em 1.0em .7em 1.5em;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1rem;
  color: #2e3b36;
  position: relative;
  margin: 2em 0;
  clear:both;
}

p.blog-large-text {font-size:25px;}




/*****************************************/
/* 08 Misc Styles                        */
/*****************************************/

/* margin for nested lists */
li ul {margin: 15px auto;}




/* override for Clean "i" style */
p i, li i {color: #222!important;}

/* Small text (for footnotes, etc.) */
.smalltext {font-size:14px!important;}

/* Smaller H* styles for homepage and subpages */
h1.home {font-size:32px!important; font-weight:500!important; margin-top:.65em;}
h1.sub {font-size:45px!important;}
h5.home {font-size:20px!important; font-weight:300!important; margin-top:.85em;}
ul.CenteredContentBulletList, ol.CenteredContentBulletList {
  display: inline-block!important;
  text-align:left!important; 
  margin:10px auto;
} 
ul.CenteredContentBulletList li, ol.CenteredContentBulletList li {text-align:left!important;}
ul.CenteredContentBulletListSmall, ol.CenteredContentBulletListSmall {text-align:left!important; font-size:13px!important;}
ul.CenteredContentBulletListSmall li, ol.CenteredContentBulletListSmall li {text-align:left!important; font-size:14px!important;}
.cta-card {
background-color: #f36b03;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    color: #fff!important;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    padding: 3px 6px;
    text-transform: none;
}
a.shooting-star-blog-cta, p.shooting-star-blog-cta a {
    background: rgb(243,107,3);
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-align: center;
    border-width: 0px;
    color: rgb(255,255,255);
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    border-radius: 3PX !important;
    display: inline-block !important;
    padding: 18px 28px 17px 28px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5PX !important;
    text-decoration: none !important;
    line-height: 1 !important;
    margin: 0!important;
}
a:hover.shooting-star-blog-cta, p.shooting-star-blog-cta a:hover {
    background: #ff7f17;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-align: center;
    border-width: 0px;
    color: rgb(255,255,255);
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    border-radius: 3PX !important;
    display: inline-block !important;
    padding: 18px 28px 17px 28px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5PX !important;
    text-decoration: none !important;
    line-height: 1 !important;
    margin: 0!important;
}
.c-card-content {text-align:center!important;} /* center content in versa cards */
.small-brochure-cta {
    background: #719E18;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-align: center!important;
    border-width: 0px;
    color: rgb(255,255,255);
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    width: auto;
    font-size: 18px;
    border-radius: 3PX !important;
    display: inline-block !important;
    padding: 6px 6px 6px 6px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    /* letter-spacing: 1.5PX !important; */
    text-decoration: none !important;    line-height: 1 !important;
    margin: 10px auto!important;
    vertical-align:bottom!important;  
}
.small-brochure-cta a:link, .small-brochure-cta a:visited {color:#fff!important;}
.small-blue-button {
    background: #085588;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    text-align: center!important;
    border-width: 0px;
    color: rgb(255,255,255);
    height: auto;
    transition: all .4s ease;
    text-shadow: none;
    width: 350px;
    margin: 20px auto 0 auto;
    font-size: 18px;
    border-radius: 3PX !important;
    display: block !important;
    padding: 8px 6px 8px 6px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    /* letter-spacing: 1.5PX !important; */
    text-decoration: none !important;    line-height: 1 !important;
   
    /* vertical-align:bottom!important; */ 
}
.small-blue-button a:link, .small-blue-button a:visited {color:#fff!important;}
.shooting-star-cta-background {padding: 6px; background-color: #f2f5f8;}
.shooting-star-blog-cta a:link, .shooting-star-blog-cta a:visited {color:#fff!important;}
.ShootingStar-Photo2right {margin-left:20px; float:right; border: solid 1px #999;}
.ShootingStar-Photo2left {margin-right:20px; float:left; border: solid 1px #999;}
.ShootingStar-Photo2right-nooutline {margin-left:20px; float:right; border:none;}
.ShootingStar-Photo2left-nooutline {margin-right:20px; float:left; border:none;}
h3.ShootingStar {font-size:20px!important;; text-transform:none!important;}
.content-filter-hide-nav .quicksearch, .content-filter-hide-nav .filters {display:none;}
.footer-shooting-star a:link, .footer-shooting-star a:visited {color:#CADFE2}  
.footer-shooting-star a:hover {color:#219196}  
.social-share-center {text-align:center!important;}

/* Blog listing page - reduce pull up value for featured card */
.dnd-blog-listing .blog-index__post--large.pull-up-card {margin-top: -80px!important;}

/* Callout for video player - Load Playlist */
.video-player-callout {float:right!important; margin-right:5px!important;}

/* paragraph indent to match numbering indentation */
p.indent {margin-left:40px;}

/* Backlink on jobs pages */
.backlink {margin-top:40px!important;}

/* override clean "blockquote" style */
blockquote {border-left:none!important; padding-left:0!important;}

/* 'Results for' text on search results */
.results-pre-header h5 {color:#fff;}

/* text for larger intro paragraphs - replace all H4 tags with this style! */
.intro-large-text {font-size:22px!important;}

/* hide recaptha block on forms */
.hs_recaptcha {visibility:hidden!important; height:0!important;}

p.webstore-link-menu {font-size:20px; font-weight:normal; font-family: Rubik; color:#303133; margin:0 auto;}
/* Video gallery */
.c-video-card-outer {border:solid 0px orange; display:block;} 
.c-vid-text div {font-size:14px!important;border:solid 0px blue; height:20px;}

/*****************************************/
/* 09 Mobile Styles                      */
/*****************************************/

@media (max-width: 768px){
  .ShootingStar-Photo2right, .ShootingStar-Photo2left, .ShootingStar-Photo2right-nooutline, .ShootingStar-Photo2left-nooutline {display:block!important; text-align:center!important; clear:both!important; float:none!important; margin-left:auto!important; margin-right:auto!important;}
  
  .RulonChemCol-1, .RulonChemCol-2, .RulonChemCol-3 {margin-bottom:15px!important;} 
  .RulonChemCol-1 {float:left!important;}
  .RulonChemCol-2 {float:left!important; clear:left!important;}
  .RulonChemCol-3 {float:right!important;}
  
  img.pillar-case-study-image {
    display:block!important;
    float:none!important; 
    margin: auto auto .7em auto!important;
    text-align:center!important;
    clear:both!important;
    
  }
  
  
  /* pillar table of contents - hide */
 .table-of-contents {display:none!important;}   
  }
  
}  

/* override for mobile side menu width */
.hhs-side-menu {width:300px!important;}
.hhs-flexi-card-mod a.flexi-card-outer {
 height: auto !important; 
}