footer{
	color: rgb(89, 89, 89);
	font-size: 12px;
}

#st-1 .st-btn> span {
    color: #000;
}

#st-1 .st-btn[data-network='email'] > span {
    color: #000 !important;
}

#st-1 .st-btn > img{
	color: #012e45;
	filter: brightness(0);
}

.description a {
    color: rgb(112, 0, 0);
    font-size: 20px;
}


footer a, footer a:visited{
        color: #0200cf;
}
footer a:hover, footer a:active{
    color: #04034f;

}
.top_menu{
    background-color: #e7e7ea;
    padding: 8px 0;
}
.top_menu .sectionContainer{
    
    width: 1152px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.menu {
    display: flex; 
    justify-content: space-between;       
    list-style-type: none;   
    padding: 0;             
    margin: 0;             
}

.menu a {
    text-decoration: none; 
    color: #0CA458;         
}

.menu a:hover{
    text-decoration: underline;
}

#customMenu, #customMenu li, #customMenu, #customMenu li a{
    list-style-type: none;
    padding-left: 0;
    color: #fff;
}
#customMenu li a{
    font-size: 18px;
}
.custom-navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.custom-menu-item {
    margin-left: 45px;
}
#menuContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.custom-navbar-link {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 4px 3px;
}
.custom-navbar-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.custom-navbar-link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.custom-hamburger {
    display: none;
    background-color: transparent;
    text-align: right;
    margin-left: auto;
}

.custom-hamburger span {
   display: block;
   width: 30px;
   height: 2px;
   background-color: white;
   margin: 6px 0;
   transition: all 0.3s ease;
}

.custom-hamburger.active span:nth-child(1) {
   transform: rotate(45deg) translate(5px, 5px);
}

.custom-hamburger.active span:nth-child(2) {
   opacity: 0;
}

.custom-hamburger.active span:nth-child(3) {
   transform: rotate(-45deg) translate(5px, -5px);
}


.breadCrumbs, .breadCrumbs a{
    color: rgb(104 104 104);
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}
.breadCrumbs{
	margin-bottom: 21px;
}
.breadCrumbs a:hover{
     text-decoration: underline;
}
.breadCrumbs span {
    display: inline-block;
    background: url(https://d31otfhas71ais.cloudfront.net/cms-assets/images/66d85927dd7b5ba0ef02e993/66d9b73ab6b565951b0e2fe2.png) no-repeat center center;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    position: relative;
    top: 0px;
    margin-left: 4px;
    margin-right: 4px;
}
.articleThumbContainer {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.articleThumb {
    border-radius: 10px;
    max-width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: transform .3s;
}
.articleThumb:hover {
    transform: scale(1.1);
}
.articleCategory {
    color: #0CA458;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    padding-top: 5px;
    text-transform: uppercase;
}
.articleTitle {
    color: rgb(46, 46, 46);
    display: -webkit-box;
    font-size: 17px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 23px;
    min-height: 72px;
    overflow: hidden;
    transition: color .25s ease-in-out;
    margin-bottom: 20px;
}
.articleTitle:hover {
    color: #0CA458;
}
.articleTime {
    background-image: url('https://d31otfhas71ais.cloudfront.net/cms-assets/images/6560c19bbff10b08f3035613/6560dfd0883bf6fe920573c2.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    color: rgb(117, 117, 117);
    display: inline-block;
    font-style: italic;
    font-size: 12px;
    padding-left: 20px;
}


/* --------------------TRENDING ABOVE TITLE -------------------- */
#trendingNow{
    text-transform: uppercase;
    color: rgb(75, 85, 99);
    font-size: 12px;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    line-height: 1rem;
    letter-spacing: .05em;
    padding-bottom: .75rem;
    padding-top: 1rem;
}

img.trendingIconBadge {
height: 21px;
position: relative;
top: -5px;
margin-right: 3px;
}

.trendingTextOnly  a{
text-decoration: none;
color: rgb(75, 85, 99);
}
.trendingTextOnly  a:hover{
color: rgb(75, 85, 99);
text-decoration: underline;
}
/* --------------------END TRENDING ABOVE TITLE -------------------- */

/* -------------------- DEMAND BANNERS ----------------------------- */
#highDemandBanner,  .highDemandBanner{
    background-color: #f5c6cb;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
#lowStockBanner, .lowStockBanner{
    background-color: #f6f63440;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
/* -------------------- END DEMAND BANNERS ------------------------- */

/*--------------------- RECENT ORDERS SLIDE UP-----------------------*/
#recentBox{
    width: 260px;
    padding: 15px;
    height: auto;
    position: fixed;
    z-index: 500;
    left: 15px;
    bottom: -115px;
    background: #fff;
    display: none;
    box-shadow: 0px 0px 5px #000;
}

#recentImg{
    width: 80px;
    height: auto;
    float: left;
}

#recentText{
    width: calc(100% - 95px);
    height: auto;
    float: left;
    font-size: 12px;
    margin-left: 15px;
}
/*---------------- END RECENT ORDERS SLIDE UP-----------------------*/


:root {
    --progress-fill-color: #0CA458; /* Status reading ProgressBar fill color */
}

@media screen and (max-width: 1024px) {
    .menu {
        text-align: center;
        display: block;
        
    }
    .top_menu{
        display: none;
    }
    .openedMenu {
       position: fixed;
       height: 100%;
       width: 100%;
       z-index: 2;
       display: block;
       left: 0;
       top: 39px
      }
      .fixedHeader{
           position: fixed;
           z-index: 2;
       }
    .menu a{
       display: block;
       background-color: white;
       margin-bottom: 6px;
       padding: 4px 4px;
    }
   .fixedPos{
       position: fixed;
       z-index: 2;
       top: 0;
   }
    .custom-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(239, 35, 60);
        z-index: 10;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: auto;
        padding-top: 60px;
   }
    .custom-menu-item {
        margin: 20px 0;
   }
    .custom-menu-item a {
        display: block;
        width: 80%;
        padding: 15px;
        background-color:rgb(255, 89, 108);
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 24px;
        border-radius: 5px;
   }
   .custom-menu.showIt {
        display: block !important;
   padding-bottom: 100px;
   }
    .custom-navbar {
        display: none;
   }
    .custom-hamburger {
        display: block;
        font-size: 30px;
        cursor: pointer;
        color: white;
        padding: 14px 16px;
   }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.popup {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    width: 768px;
    position: relative;
    text-align: center;
}
.popup h2{
    font-size: 20px;
    text-align: left;
}
.popup p{
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}
.overlay .popup .close-btn {
    position: absolute;
    font-size: 42px;
    top: -6px;
    right: 19px;
    color: #c8c6c6;
    cursor: pointer;
}
body{
    line-height: 1.87;
    font-family: Helvetica, Arial, sans-serif;
}
p{
    font-size:18px;
    line-height: 30px;
}
header{
    top:0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 9px;
    background-color: #0CA458;
}
#advertisement {
    color: #eee9e9;
    display: none;
}
header .logo{
    height: 25px;
    width: auto;
    margin-top: 0;
}
.sectionContainer {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
}
header .sectionContainer{
    max-width: 1152px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 31px;
    margin-top: 0;
}
.newsletter-subscribe-box {
    background-image: linear-gradient(to right, rgb(38, 99, 236), rgb(1, 52, 166)) !important;
    background-color: #0CA458;
    color: #fff;
}
#highDemandBanner,  .highDemandBanner{
    background-color: #f5c6cb;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
#lowStockBanner, .lowStockBanner{
    background-color: #f6f63440;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.articleContent{
    padding-top: 39px;
}
.articleContent h1{
    color rgb(43, 45, 66);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 14px;
}
.articleContent hr{
    height: 2px;
    background-color: #edeef0;
}
.photoAuthor{
    width: 25px;
    height: 25px;
    margin-right: 7px;
}
.articleInfo, .articleAuthor{
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #2b2d42;
}
.articleInfo{
    margin-bottom: 19px;
}
.headerImage{
    border-radius: 6px;
}
.showDisclosure{
    margin-left: 15px;
    display: inline-block;
    text-decoration: none;
    color: #2b2d42;
}
.headerImage{
    width: 100%;
    border-top-left-radius 6px;
    border-top-right-radius 6px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.building-block {
    border-top: 3px solid #edeef0;
    padding-top: 24px;
    margin-bottom: 30px;
}
.numberTItle{
    background-color: #0CA458;
    color: #fff;
    border-radius: 0.375rem;
    display: inline-block;
    font-size: 24px;
    font-weight:900;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px 8px;
    float: left;
    margin-right: 10px;
    line-height: 35px;
    position: relative;
    top: 7px;
}
.numberTItle::after{
    content: ".";
}
.upper_image img{
    margin-top: 20px;
}
.building-block{
    padding-top: 32px;
}
.building-block .title{
    display: initial;
    font-weight: 700;
    font-size: 27.2px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 40.8px;
    top: 6px;
    position: relative;
}
.upper_image img {
    float: left;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 24px;
}
button.cta, button.cta:hover {
    background-color: rgb(255 0 13);
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-radius: 6px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    font-size: 22px;
    width: 100%;
    padding: 11px 25px;
}
p.sharingP{
    color: #2b2d42;
    font-weight: 700;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 10px;
    text-align: center;
}
/*----- EMOJIS -----*/

.emoji-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.emoji {
    cursor: pointer;
    font-size: 50px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.emoji:hover {
    transform: scale(1.5);
}

.thank-you-message {
    display: none;
    font-size: 30px;
    color: #333;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.bottom-container .description p a{
    font-weight: 700;
    color: rgb(255 0 13);
}
.bottom-container .description p a:hover{
    text-decoration: underline;
}
footer{
    padding-left: 10px;
    padding-right: 10px;
}

footer img.logo{
    -webkit-filter: invert(1);
    filter: invert(1);
}
.disclosure_legal_text p{
    color: rgb(29 53 87);  
    font-size: 14px;
    line-height: 30px;
    font-family: Helvetica, Arial, sans-serif;
}

a.tip{
    cursor: default;
}

@media (max-width: 1023px){
    #customMenu{
        top: 80px;
        padding-top: 10px;
   }
    .custom-menu-item{
        margin:8px 0;
   }
    .custom-menu-item a{
        padding-top: 11px;
        padding-bottom: 11px;
   }
    #customMenu li{
        display: flex;
        justify-content: center;
   }
    #customMenu li a{
        font-size: 18px;
   }
}

@media (min-width: 768px) and (max-width : 1023px){
    .openedMenu{
        top:50px;
    }
}

@media(max-width: 767px){
    .articleTitle {
        margin-bottom: 5px;
        font-size: 19px;
    }
    header{
        margin-bottom: 0;
       } 
    #customMenu{
        top: 69px;
}
    .popup {
        width: 90%;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        padding: 15px;
   }
    .close-btn {
        top: 5px;
        right: 5px;
        font-size: 16px;
   }
    .sectionContainer{
        max-width: 100%;
   }
    header .sectionContainer {
        height: 20px;
   }
    header .logo{
        height: 21px;
        margin-top: 0;
        margin-left: 6px;
   }
    .articleContent{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 9px;
   }
    .articleContent h1{
        font-size: 30px;
        line-height: 36px;
        color: #000;
   }
    .articleInfo {
        margin-bottom: 13px;
   }
    .articleInfo{
        font-size: 13px;
   }
    .photoAuthor{
        margin-right: 8px;
   }
    .numberTItle{
        font-size: 20px;
        top: -3px;
   }
    .upper_image img{
        margin-top: 14px;
   }
    .building-block .title{
        font-size: 22px;
        display: initial;
        line-height: 31.6px;
        top: 12px;
        position: relative;
        top: 0;
        
   }
    button.cta, button.cta:hover{
        font-size: 18px;
        padding: 16px 25px;
   }
   .numberTItle {
    font-size: 20px;
    top: 0;
    margin-top: -3px;
    }
}
