/** Shopify CDN: Minification failed

Line 16:5 Expected ":"
Line 430:16 Expected identifier but found "/"
Line 1503:19 Expected identifier but found whitespace

**/
:root {
  --main-font-color: grey;
}


.standard-secondary-nav{
    width: 100%;
    display: flex;
    d
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;	
}
  
.nav-demo-link-block{
background:#e9e9e9;
  border-radius:9px;
  overflow:hidden;
  margin-top:20px;
}
  
.secondary-nav-bookend{
  flex:1;
  border-bottom:2px #e2e2e2 solid;
}

.standard-sec-nav-links{
  padding:0px 20px 10px 20px;
  color:var(--main-font-color);
  border-bottom:2px #e2e2e2 solid;
    font-weight:400;
}
  
.standard-sec-nav-links:hover{
  border-bottom: 2px #81dcd4 solid;
  text-decoration:none;
  color:var(--main-font-color);
  
}
  
  .standard-sec-nav-links:active{
    border-bottom: 2px #81dcd4 solid;
    
  }

.TOC-title{
  font-size:16px;
  font-weight:600;
}

.TOC-source{
  font-size:14px;
  
}
.sideNavFlex{
	display:flex;
  	
}

.page-content-flex-item{
	flex:1;
}

.side-nav-flex-item{
  width:200px;
  margin-left:40px;
}

.side-nav-flex-item-left{
  width:200px;
  margin-right:40px;
  margin-top:30px;
}

.side-nav-sec-nav{
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
}


.side-nav-link{
  background:#f9f9fc;
  color:var(--main-font-color);
  padding:15px 10px;
  text-decoration:none;
  font-weight:400;
}

.side-nav-link:hover{
  background:#f5f6f9;
  color:purple;
  text-decoration:none;
  border-right:4px solid #bd66bd;
}

  
.side-nav-link:active{
  background:#f5f6f9;
  color:purple;
  text-decoration:none;
  border-right:4px solid #bd66bd;
}

.side-nav-link-left{
  background:#f9f9fc;
  color:var(--main-font-color);
  padding:15px 10px;
  text-decoration:none;
  font-weight:400;
  border-left:4px solid #f9f9fc;
}

.side-nav-link-left:hover{
  background:#f5f6f9;
  color:purple;
  text-decoration:none;
  border-left:4px solid #bd66bd;
}

  
.side-nav-link-left:active{
  background:#f5f6f9;
  color:purple;
  text-decoration:none;
  border-right:4px solid #bd66bd;
}

.access-badge-nav-item{
  font-size:10px;
  color:#bd66bd;
  padding:3px 5px;
  border-radius:3px;
  border: 1px solid #bd66bd;
  float:right;
}

.side-nav-link-left i{
    color: #bd66bd;
    opacity:25%;
    float: right;
    font-size: 20px;
    font-weight: 800;
    height: 10px;
    line-height: 1;
}

.side-nav-link-left-current{
    background:#f5f6f9;
  color:purple;
  text-decoration:none;
  border-left:4px solid #bd66bd;
}

.below-title p{
  font-size:14px;
  color:var(--main-font-color);
  font-weight:400;
  
}

.below-title a{
  color: var(--main-font-color);
  text-decoration: underline;
}



.third-nav-table-content{
 background:red; 
  
}


.top-top-nav button{
 margin-right:20px; 
    background-color:#fff;
}

.custom-report button{
    background-color: #ffffff;
    border: 2px solid #1AC7BB;
    padding: 8px 10px;
    color: #1AC7BB;
    transition: all 1s ease-in-out;
}
.custom-report button:hover{
    background-color: #1AC7BB;
    border: 2px solid #1AC7BB;
    padding: 8px 10px;
    color: #fff;
    
  
    
  
}

.evergi-logo{
width:150px;
}

.evergi-banner-block{
  width:100%;
  background-color:#f8f8f8;
 padding:7px 0px;
}


.evergi-header-content{
    display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
}
.evergi-link-block{
  width:50%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}


.evergi-links{ 
  padding:3px 15px;
  border-radius:10px;
  text-decoration: none;
  font-weight:600;
  border: 2px solid #1AC7BB;
  color:#1AC7BB;

}



.evergi-links:hover{ 
  color:#fff;
  background-color:#1AC7BB;
    text-decoration: none;
}

.evergi-kb{
 padding:3px 0px;
  text-decoration: none;
  font-weight:300;
  color: var(--main-font-color);

}

.evergi-kb:hover{
  color:#144559;
}




.evergi-logo{
  
  
  
}

.submit-btn{
    background-color:#1ac7bb !important;
  border:none;
  
}


.input-group-text{
 color:#1ac7bb;
}
.login-center{
  text-align:center !important;
  
}

.forgotpw{
  display: inline-block;
  float:right;
  font-size:14px;

}

.forgot-pw{
  color:#1ac7bb;
}


.not-cst {
  font-weight:700;
  color:#1ac7bb;
}



.card-link{
  
 padding: 10px 0px; 
  min-height:120px;
}

.card-link p {
  
  font-size:18px;
  line-height: .4;
  color:#000;
  
}

.card-link a {
    color:#000;
  display:block;
  padding:3px 20px;
text-decoration: underline;

}

.card-link a:hover {
  text-decoration:none;
  background-color:#ededed;
}

.card-link-evergi a:hover{
  background-color:#647797;
}


.brand-bg{
 background-color: #edf7fb;
 padding: 30px;
 border-radius: 5px;
  box-shadow:1px 1px 5px #dedede;
  margin:0:5px;
  
}

.brand-bg form{
  width:600px !important;
}

.dashboard-heading{

  margin-top:5px !important;
  margin-bottom:40px;
}

.fun-fact-title{
  background-color:#1ac7bb;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  padding:3px 30px;
  border-radius: 3px;
  margin-top:-50px;
  z-index:999;
  font-family: "Roboto", sans-serif;
  font-weight: 600; 
  color:#fff;
}

.hp-card-image{
  width:75px;
  margin-top:-75px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
}

.card-title-dash{
  text-align:left;
  
}



.whatsnew-title{
 padding:5px 0px 0px 0px !important; 
  margin-bottom:0px;
  font-weight:500;
}

.whatsnew{
  background-color:#fff;
  border-radius:5px;
  border:#1ac7bb 3px solid;
  padding:10px;
  font-size:15px;
  min-height:200px;
  bottom:0;
 
}


.whatsnew-body p, ul li{
  font-size:16px;

}

.whatsnew-body ul li{
 line-height:1.1;
}

.feedback-form-side{
  padding:15px 40px;
  z-index:999;
  font-size:12px;
  font-weight:300;
  background-color:#1ac7bb;
  color:#fff;
  position:fixed;
  bottom:0px;
}


.demo-nav-icon{
  position:fixed;
  z-index:999;
  bottom:0;
  left: 0;      /* This positions the pop-up to the left */
  right: auto;  /  font-size:12px;
  font-weight:300;
  background-color:#223c61;
  color:#fff;
}
.ea-options-block{
  margin-top:10px;
  width:100%;
}




.ea-options-button{
  width:100%;
  height: auto;
  border-top:1px solid #ffffff29;
  display:block;
  background-color:#365075;
  padding:10px 20px;
  cursor: pointer;
  color:#fff;
  font-weight:600;
}

.ea-title-button{
  padding:5px;
}

.ea-options-button:hover{

  color:#fff;
  background-color:#51698a;
  text-decoration:none;
}

.ea-page-details-block{
  margin-top:10px;
  padding:10px;
}

.ea-page-details-block a{
  display:block;
    color:#fff;
  padding:4px 0px;
  text-decoration:underline;
}

.ea-page-details-block a:hover{
  color:#ffffffb8;
}

.enlight-log-in-wrapper{
    background-color:#0b0c29;
    width:100%;
  	min-height:100vh;
}

.enlight-flex{
  display: -webkit-flex; /* Safari */
  -webkit-flex-flow: row wrap; /* Safari 6.1+ */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size:50px;
  font-family:"lato";
  max-width:800px;
  height:auto;
  margin:0 auto;
}

.enlight-text{
	width:60%;
  	color:#fff;
  	font-family:"lato";
}

.enlight-text h1{
  font-family:Muli;
}

						
.enlight-forms{
	width:40%;
  display:block;
}

.enlight-input{
	height:40px;
  	border-radius:5px;
  font-size:20px;
  width:100%;
  border:none;
  display:block;
  margin-bottom:10px;
}

.enlight-field{
	font-size:17px;
  	border: 2px #fff solid;
    background:none;
  	padding:5px;
}


.enlight-btn{
	background-color:#1ac7bb;
  color:#fff;
  width:100%;
  display:block;
  cursor: pointer;
  
}

.enlight-btn:hover{
 text-decoration:none; 
  color:#fff;
}

.enlight-forgot{

}

.enlight-footer{
      position: absolute;
    bottom: 0;
  color:#fff;
  max-width:900px;
  margin:0 auto;

  padding:10px;
}

.enlight-footer a, .enlight-footer p{
 color:#fff;
 font-size:16px;
 text-decoration: none;
}

.enlight-footer a:hover{
  color:#1ac7bb;
}


.footer-text{
 display:inline; 
}

.enlight-text-format{
	color:#1ac7bb;
}

.enlight-form-block{
 	background-color:#f5f5f5;
  	padding:15px;
  	margin-top:10px;
  	border-radius:5px;
}

.enlight-signin{
 	
}


.enlight-signin a{
 	height:auto; 
  	color:#000;
  	font-size:16px;
  	width:100%;
  	display:block;
  text-align:center;
  	padding:5px;

}
	
.enlight-platform-overview{
	text-align:center;
}


.enlight-button-po{
 	width:100%;
  
}



.image-center{
 text-align:center; 
}

.table-grid td{

  padding:20px;
  font-size:30px;
}

.tab-content{
  padding:40px; 
}

.log-in-logo-block{


}

.login-logo-center{
  text-align:center:

}

.report-title{
  margin-bottom:20px; 
}

img {
  max-width: 100%;
}

.bspace{
  margin-left:5px; 
}

.theme-default-center{
  height:100vh;
  width:100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-content .bg-1{
  height:100%;
  width:100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.table, .infographics {
  margin-bottom: 20px;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}


.planLevel{
  margin-bottom: 10px;
  display:none;
}


.report-download-button{
  margin-bottom:10px;
}

.largeTable.table td {
  padding: 15px 10px;
}
.alert.alert-info.ipbi {
  display: none;
  clear: both;
  width: 100vw;
  max-width: 100%;
  margin-top: 30px;
}


@media only screen and (max-width: 800px) {

  /*#iframePBI{
  display:none;
}*/

  
  .alert.alert-info.ipbi {
    display: block;
  }

  .noMobile{

    display:block;
    font:red;
  }

  
}


@media only screen and (max-width: 994px) {
  .dash-header{
    justify-content:space-around;
      align-items:flex-start;
    flex-direction:column;
  	}
  .recent-update-card{
	padding:10px;
	width:100%;
  	}
  

  
}




#iframePBI{
  background:#fff;
  width:1192px;
  height:820px;

}

#iframePBI2{
  background:#fff;
  width:1192px;
  height:720px;

}



.iframePBI-middle{
  background:#fff;
  width:1109px;
  height:820px;
}

.aurora-block{

  width:100%;
  height:100px;
  background-color:red;
  z-index:999
    postition: absolute;
  bottom:0px;

}

.aurora-wrapper{
  width:1700px;
  overflow:hidden;
  height:820px;
  margin:0 auto;
}

.aurora-relative{

  position:relative;
  display:block;

}




#iframePBI3{

  background:#fff;
  width:1700px !important;
  height:820px;


}

.page-title-template-aurora{

  text-align:center;
  font-family:Roboto;


}

.dashoard-button{
  font-family:roboto;
  padding:20px;
  border-radius:4px;
  background:#e4e4e4;
  margin:20px;
  margin-top:100px
    color:#a9a8a8;

}

.dashoard-button:link{
  color:#a9a8a;
}
.dashoard-button:visited{
  color:#a9a8a !important;
}


/*

.pbi-footer-bar{
position:absolute;
width:1200px;
height:40px;
background:#fff;
margin-top:-41px;
}





.content-wrapper{
position:relative; 
margin-bottom:100px;

}

*/

.page-title-template{

  font-size:30px;
  padding-bottom:20px;
  text-align:center;
  margin-top:60px;
}

.upsell{
  padding:50px; 

}

.frame-wrapper{
  height:786px !important;
  /*width:1200px;*/
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.frame-wrapper-standard{
  margin:0 auto;
  text-align:center;
}
.frame-wrapper .btn.float-left {
  float: none !important;
}

.frame-wrapper2{
  height:786px !important;
  width:1200px;
  margin:0 auto;
  text-align:center;


}
.frame-wrapper3{
  height:786px !important;
  width:1700px;
  margin:0 auto;
  text-align:center;

}

.frame-wrapper-middle{
  height:786px !important;
  width:1109px;
  margin:0 auto;
  text-align:center;
}




.portal-footer-copy{
  height:100px;
  background-color:#fff;
  z-index:100;
  margin-top:-1px !important;
  position:absolute;
  width:1200px;
  padding:20px;
  text-align:right;
}


.tab-content li {
  font-size: 1.2rem;
  font-weight: 300;
  margin-left:40px;
}
@media(max-width:767px) {
  .tableWrap {
    overflow-x: scroll;
  }

  .tab-content {
    padding: 20px;
  }
  .col-12 {
    padding: 0;
  }
  

}


.ProdInnovIframe{
  width:100%;
  height:800px;
}


.productPageItemSpace{
  margin:25px 0px; 
}


.productText{
  margin:0px 50px; 
}


.iframeDocs{
  width:90%;
  margin-left:5%;
  height:2000px;
  border:none;
}


.drop-down-company{
  list-style-type:none;

  padding-left:0px;
}


.collection-grid .collection-tile{
  height:300px;
  width:25%;
  margin:20px;
  display: flex;
  align-items: bottom;

  background: grey;
  color:#fff;
  font-size:40px;
  font-weight:600;
  padding:10px;

}


.collection-grid{
  display: flex;
  flex-wrap:wrap;
  margin-top:40px;
}

.page-body-wrapper{

  background:#fff; 
}

.card{
  border:none; 
  margin-top:20px;
}

.brand-table td{
  padding:40px 0 px 40px 0px !important;
  font-size:16px !important; 
  line-height:24px !important;

}


.product-table{


}


#product-table-1{


}

.table td{
  font-size:14px;
  line-height:20px;
  font-family: roboto;

}

#company-grid-id{
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left:0px !important;

}

#company-grid-id li{

  width:33.333%;
  margin-left:0px;

}





.company-grid-item{

  float:left;
  display:block;
  padding:10px 20px 10px 0px;


}




.product-title{

  font-size:18px;
  font-weight:400;
  color:#000;
}

.product-tile{
  margin-bottom:40px;


}

.company-title{

  margin-top:30px; 
}


.drop-down-company{
  height:220px;
  overflow:auto;
  border-radius:0px 0px 10px 10px !important;
}

.company-item{
  padding:10px 30px;
  margin:10px;
  font-size:18px;
  font-family:"roboto"

}


.nav-tabs{

  font-size:16px;

}

.menu-title{

  font-size:14px;
  font-weight:400;
}

.submenu-item{

  font-weight:200;
  font-size:14px;

}

td p{
  font-size:0.9rem; 

}



.company-intro{

  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;


}

.company-intro .table-custom-responsive {

  width:50%;

}

.company-intro img{


  width:40%;
}

.collection-card{

  box-shadow: -2px 0px 9px #eaeaea;
  padding:5px 30px 20px 30px;
  margin-bottom:50px;

}

.collection-landing-item{

  height: 100%;
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;


}

.product-collection-landing-text-block{


  margin:0px 0px 0px 30px !important;
}




.landing-collection-button{

  margin:80px 0px 50px 0px;

}

.collecton-nav{
  text-align:center;


}




.product-innovation-image-title-header{

  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;

}


.product-title-header{

  font-size:30px;
  font-weight:300;
  width:60%;

}


.card-dashboard{
    padding:20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius:6px;
    
}


.card-dashboard-body{



}

.evergi-flex{
  display:flex;
}

.dashboard-card-title{
  margin-top:10px !important;
  margin-bottom:0px !important;
  color: #1ac7bb;

}

.card-category-item{
  padding:0px 20px 0px 20px;
}
.card-category-block{
  
      padding:20px 20px 0px 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius:6px;
}

.card-evergi{

  background-color:#223c61;
  color:#fff !important;
  padding:20px 10px 20px 10px;
  border-radius: 6px;
}

.card .card-category-item{
  margin-top:0px;
}

.card-evergi h4{
color:#fff;
  
}
.card-evergi a{
  color:#fff;
}

.dash-list{

  font-size:16px; 

}

.collection-nav-block{

  width:100%;
  text-align:center;

}

.collection-nav-block2{

  display:block;
}


.product-block{

  margin-top:100px; 

}
@media(min-width: 992px) {
  li.nav-item.moveToTop {
    position: absolute;
    right: 70px;
    top: -58px;
  }
  li.nav-item.moveToTop .submenu {
    top: -47px !important;
  }
  
.dashboard-heading{
  
 display:block;
  text-align:center;
}
  
  .dash-header-fname::before{
    content: "\a";
    white-space: pre;
   
}
  
}


.resource-links-title-block{
  
  text-align:center;
  margin-bottom:50px;
  
}
.resource-links-title-block-shogun{

    text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}
  
.evergi-bullet-icon-bulb ul{
 padding:0; 
  
}
  
.evergi-bullet-icon-bulb  li {
	margin: 0;
	padding: 0 0 18px 24px;
	list-style: none;
	background-image: url("/cdn/shop/files/bulb2.svg?v=1638545704");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px 22px;
}

    .evergi-bullet-icon-document ul{
     padding:0; 
      margin:0;
    }

.evergi-top-nav-doc-item{
background-image: url("/cdn/shop/files/document2.svg?v=1638545984");
  
}

  .evergi-bullet-icon-document li{
    
   	margin: 0;
	padding: 0 0 8px 24px;
	list-style: none;
	background-image: url("/cdn/shop/files/document2.svg?v=1638545984");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 13px 20px; 
  }
  
  .evergi-bullet-icon-document li a{color:#000;}
  
.section-chicklet{
  	display: inline-block;
	padding:10px 20px;
	background-color: rgba(241, 245, 245, 1);
  	font-size:14px;
  	font-family:Roboto;
  	font-weight:normal;
	margin-bottom:15px;

}
  
  .evergi-home-header h1{
  margin: 0 0 10px 0 !important;  
  }
  
  
  .side-margin-banner {
    z-index:999;
    position:absolute;
    background-color: rgba(241, 245, 245, 1);
    padding:20px 20px 40px 20px;
    max-width:200px;
    min-width:100px;
    margin-top:40px;    
  }
  
  
  
  .right-margin-banner{
    
    right:0;
  }
  
  .margin-banner-button{
   	padding:10px 40px;
    background-color: #1ac7bb;
    color:#fff !important;
  }
  
  .close-out-button{
    border:none;
    float:right;
  }
  
  .prod-directory-main-buttons{
    
   
   margin-top:40px;
    margin-bottom:20px;
    
  }



  .vendor-xyz{
   	font-size: 50px;
  }.recent-updates-title
  
  .dash-header{
    margin-top:15px;
    display: flex;
    justify-content:space-around;
    align-items:top;
    margin-bottom:40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:6px;
    
    position:relative;
  }
  
  .recent-update-card{
	padding:30px;
  }
  
  
  .accordion .card .card-header a{
    padding:10px;
    font-weight:400;
    font-size:.8em;
  }
  
  .accordion .card .card-header a .card-icon{
    font-size:15px;
  }
  
  .accordion .card .card-header a:before{
  top:auto;
  }
    




  .recent-updates-title{
    background-color: #1ac7bb;
    display:inline-block;
    width: auto;
    padding: 3px 10px;
    border-radius: 3px;
    z-index: 999;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #fff;
    
    
    }
 
.analyst-fact-copy p:first-child{
  font-size:30px;
}
  .flex-update-item{
  	display:flex;
  }
  
  .update-text{
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    display:block;
  }
  
  .new-inline-link{
   color:#6d728c;
    font-weight:500;
    
  }
  .new-inline-link: hover{
   	color:red;
    font-weight:500;
  }
  
  .recent-updates-bullets{
    margin-bottom:0px;
  }
  
  .recent-updates-bullets li{
    font-size: .88rem;
    position: relative;
    font-weight: 400;
    line-height:1.6; 
  }
  
  
  .update-item-date{
    font-weight: 200;
    font-style: italic;
    float: right;
    margin-right: 30px;
  }

.card-header b {
  font-weight:600;
}
  
  .new-bottom-link{
    margin-top:10px;
    font-size:.9rem;
     color:#6d728c;
    font-weight:500;
  }
  
  
  .dashboard-heading{
    margin-top:50px; 
    color:#1ac7bb; 
    text-align:left;
    padding-top:60px;
    
  }
  
 
  .prod-directory-main-banner{
  background-color:rgba(241, 245, 245, 1);
  margin-top:-37px;
}
    
  .prod-directory-main-header {
  padding-top:40px;
  padding-bottom:30px;
}
    
  .prod-directory-collection-header{
    padding-bottom:30px;
  }
  
   .prod-directory-collection-header h3{
    color:#bd66bd;
  }
  

  .pd-button{
    border:2px solid #1ac7bb;
    color:#1ac7bb;
    border-radius:5px;
        margin:5px;
    
    padding:10px 20px;
    
  }
  
  .pd-button:hover{
    background-color:#1ac7bb;
    color:white;
    text-decoration:none;
}
  .pd-button:active{

  }
  
  .product-card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   position:relative;
  }
  

  
  .product-label{
    font-size:.7rem;
    margin-bottom:0rem;
    font-weight:700;
    text-transform: uppercase;
    color:#bd66bd;
  }
  
  
 .product-value{
    font-size:1rem;
    margin-bottom:0rem;
   width:100%;
   margin-top:5px;
 
 }
   
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 4;
}
  .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 2;
}
   
.detail-items-grp{
  margin-bottom:12px;
   }
  
.rp-section{
  margin-bottom:30px;
  border-left:2px solid #4CCEAC;
  padding-left:15px;
  width:90%;
}
  
.product-attributes{
    padding: 20px 20px 10px 50px;
   /* border-top: 1px solid rgba(242, 242, 242, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1); */
    background-color:#f9f9fc;
    border-left:2px solid #bd66bd;
  }
  
.product-vendor{
    font-size:.9rem;
    font-weight:700;
    text-transform: uppercase;
    margin-bottom:0px;
  }
  
.product-title{
    font-weight:200;
  }
  
.product-description-block{
   margin-top:20px; 
  }
  
  .read-more-less{
    border:none;
    background:none;
    padding:0;
    color:#9595b1;
    cursor:pointer;
    font-size:.9rem;
    margin-top: 20px;
    float: right;
    
  }
  
  .read-more-less:hover{
   color:#6e6e84;
    
  }
  
  .collection-title-head{
    padding:10px;
    background-color:#1ac7bb;
    color:white;
    border-radius:3px;
    margin-bottom:40px;
  }
  
.hideAddToFilter{
  
 display:none; 
  
}
  
 .product-vendor:hover > .hideAddToFilter {
  	display: inline;
  	color: #a4a3a3;
    cursor: pointer;
    background-color: #fff;
    padding:5px 10px;
    margin-left:10px;
    font-size:.8rem;
    font-weight:300;
    text-transform: none;
    border-radius: 15px;
   	border:1px solid #a4a3a3;
 
}
  
  
  .product-value:hover > .hideAddToFilter {
  	display: inline;
  	color: #a4a3a3;
    cursor: pointer;
    background-color: #fff;
    padding:5px 10px;
    margin-left:10px;
    font-size:.8rem;
    font-weight:300;
    text-transform: none;
    border-radius: 15px;
    border:1px solid #a4a3a3;
 
}
  
  .filterItemText{
    font-weight:600;
    text-transform: uppercase;
    
  }
  
 
.product-example-container{
 text-align:right; 
  
}
  
 .no_access_notice_block{
    width:800px;
   	margin: 0 auto;
    margin-top: 30px;
  }
  
  .no-access-expand-button{
    background-color:#584dec;
    margin:0 auto;
    margin-bottom:30px;
    padding:20px 50px;
    
  }
  
  .expandReportButtonBlock{
    width:100%;
    
  }


  
  .no-access-h1{
    margin-bottom:30px;
  }
  
  .no-access-free-report-block{
    width: 50%;
    
  }

  #no_access_report_cta_block{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
  }

.no_access_report_content{
  padding:0px 20px 0px 20px;
}
  
  .download-report-icon{
   width:40px;
  }

  .no_access_download_report{
    display:inline-block;
    padding:10px;
    border:1px solid grey;
    margin-bottom:10px;
    color:black;
    border-radius:5px;
    margin-top:20px;
  }

.no-access-general-flex{
  display: flex;
   align-items: flex-start;
   justify-content: space-between;
  margin-top:100px;
  margin-bottom:50px;
  width:100%;
  
}


.no-access-ad-card{
  width:400px;
  color:#fff;
  padding:20px;
  margin-left:40px;
 

}

.no-access-sub-copy p{
margin-bottom:40px;
  text-align:center;
}
.no-access-sub-copy h6{
 font-weight:800;
  margin-top:20px !important;
}

.no-access-sub-copy ul{
  line-height: .5px;
}

.no-access-ad-card h2{
text-align:center;
}

.no-access-ad-card-img-block{
  width:100%;
  text-align:center;
  margin-top:-60px;
}


.call-out-card{
  margin-top:40px;
  background:#dcdcdc;
  font-size:12px;
  padding:10px;
  color:#000;
}

.no-access-bullets p{
  text-align:left;

}


.link-access-badge{
  width:20px;
  height:100%;
  background-color:red;
}

.display-none{
  display:none;
}

.access-note{
  margin-top:5px;
  font-size:12px;
  font-style:italic;
}

.standard-access-badge-fill{
  border-radius: 5px;
  padding:2px 5px;
  font-size: 9px;
  font-weight:700;
  margin-left:5px;
  margin-top:-1px;
  background-color:#223c61;
  color:#fff;
  display:none;
}

.standard-access-badge-outline{
  border:2px solid #002A3A;
  border-radius: 5px;
  padding:1.5px 4px;
  font-size: 9px;
  line-height:9px;
  font-weight:700;
  margin-left:8px;
  
  color:#002A3A;
  opacity:90%;
  display:none;
}

.coming-soon-badge{
  border:2px solid #1ac7bb;
  background:#1ac7bb;
  border-radius: 5px;
  padding:1.5px 4px;
  font-size: 9px;
  line-height:9px;
  font-weight:700;
  margin-left:8px;
  color:#fff;
  opacity:90%;
}

.navbar.horizontal-layout .nav-bottom .page-navigation>.nav-item.active>.nav-link {
    background: #1AC7BB;
    color: #fff;
    
}
.navbar.horizontal-layout .nav-bottom .page-navigation>.nav-item.mega-menu .submenu .category-heading{
  color:#223c61;
}

.new-in-nav{
  color:green;
  font-size:.8em;
  font-style: italic;
  font-weight:600;
  padding-left:5px;
}


.employee-body{
 width:100%;
  margin:0;
  padding:0;
}

.employee-theme-container{
  width:100vw;
  

}

.card .accordian-card-2{
  margin:0;
}
.card .accordian-card-2 .recent-update{
 padding:0px;
  border-bottom:none !important;
  margin:0;
  
}
.accordion .card:first-of-type, .accordion .card:last-of-type {
    border-bottom: 0px;
}

.bfg-only{
  color:grey;
  font-size:11px;
  font-style: italic;
  padding-right:8px;
}

.employee-nav-main-container {
    color: #fff;
    min-height: 100vh;
    background-color: #b7e660;
    position: absolute;
    z-index: 9;
    left: 0;  /* This ensures the pop-up aligns to the far left */
}

.employee-nav-links{
  color:#fff;
  padding:10px 30px 10px 30px;
  text-decoration:none;
  display:block;
  font-style:sans-serif;
}
.employee-nav-links:hover{
  background-color:#545693;
  color:#fff;
  text-decoration:none;
}

.main-nav-inline-icon{
  display: inline-block;
  width:10px;
  margin-right:5px;
}

.main-nav-inline-span{
  
}

.latest-reports-section{
font-size:14px;
  
}


.evergi-home-link{
  
}

.explore-more a{
text-decoration:underline !important;
}

.evergi-in-nav-box{
  border:1px solid #000;
  border-radius:4px;
  padding:20px;
}

.in-evergi-upsell{
  background-color:rgba(70,77,228,.1);
  padding:15px;
  text-align: left;
}