/* main styles */

.nucleator-container h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}
.nucleator-container h3 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.8rem;
    color: #000;
    letter-spacing: -1px;
}
.nucleator-container h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}

a.mlkn-button {
    text-transform: uppercase;
    padding: 0.7rem 5rem;
    font-weight: 600;
    border: 1px solid #00378c;
    border-radius: 200px;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    background-color: #00378c;
    display:inline-block;
}
a.mlkn-button:hover {
    background-color: #003366;
}
a.mlkn-btn-secondary {
    color: #00378c;
    background-color: #fff;
    border: 1px solid #00378c;
}
a.mlkn-btn-secondary:hover {
    background-color:#003366;
    color: #fff;
}

.secondary-hero div.content {
    width: auto !important;
    background: rgb(2,22,43,0.5);
}

/* Milliken’s Industry-Leading Nucleating Agent Solutions */
#nucleator-info {
    padding: 6rem 16rem;
    text-align: center;
}

/* New Product Highlight */
#new-prod {
    padding: 6rem 16rem;
    background-color:#f5f5f5;
}
#new-prod .row {
    height: 440px;
}
#new-prod a.mlkn-btn-secondary {
    margin-left: 2rem;
}
#new-prod .action-btns {
    padding-top: 2rem;
}
#new-prod .prod-img {
    background-image: url(/-/media/332D39A5EE2C4B3B870BCDD8EBF88490.ashx);
    background-position: 0 -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
#new-prod .prod-img img {
    display: none;
}
#new-prod .prod-info {
    padding: 3rem 6rem;
    background-color: #fff;
}

/*Product Detail Accordion*/
#product-details {
    padding: 6rem 16rem;
}
#product-details .row {
    height: 440px;
}
#product-details .action-btns {
    padding-top: 1rem;
}
#product-details .prod-img {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
#product-details .prod-img img {
    display: none;
}
#product-details .prod-img1 {
    background-image: url(/-/media/F3BF652595AD4F9596FF83FC4BDC1EE5.ashx);
    height: 440px;
}
#product-details .prod-img2 {
    background-image: url(/-/media/AA034DEA6A524BCA8DBF0F5091E1D393.ashx);
    height: 440px;
}
#product-details .prod-img3 {
    background-image: url(/-/media/E1D3923B1BAD4EDB9A0E9E86BEBE0318.ashx);
    height: 440px;
}
#product-details .prod-info {
    padding: 6rem;
}
#product-details .prod-info h3 {
    margin-bottom: 2rem;
}
/*Energy Savings*/
#energy-saving {
    padding: 6rem 16rem;
}
#energy-saving img {
    height: 260px; 
    width: 200px; 
    float: left; 
    border-color: #ffffff; 
    margin-right: 50px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#energy-saving h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}
@media (min-width: 1440px) {
    #product-details .row:first-of-type .prod-info {
        padding: 1rem 4rem;
    }
}
@media (max-width: 1400px) {
    #new-prod .prod-img {
        background: none;
    }
    #new-prod .prod-img img {
        display: block;
        padding-top: 4rem;
    }
    #product-details .prod-img {
        background: none;
    }
    #product-details .prod-img img {
        display: block;
        padding-top: 3rem;
    }
    
}

/* mobile */
@media (max-width: 991px) {

    .nucleator-container h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .nucleator-container h3 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .nucleator-container h4 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    
    #nucleator-info {
        padding: 3rem;
    }
    #new-prod {
        padding: 3rem;
    }
    #new-prod .row {
        height: auto
    }
    #new-prod a.btn-primary {
        display:block;
    }
    #new-prod a.mlkn-btn-secondary {
        display: block;
        margin-left:0;
        margin-top:2rem;
    }
    #new-prod .prod-info {
        padding: initial;
    }
    #product-details {
        padding: 3rem;
    }
    #product-details .row {
        height: auto;
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
        padding-top:2rem;
    }
    #product-details .prod-info {
        padding: 1rem;
    }
    #product-details .prod-img img {
        padding-top:2rem;
        padding-bottom: 4rem;
    }
    #product-details .prod-img1, #product-details .prod-img2, #product-details .prod-img3 {
        height:auto;
    }
    #energy-saving {
        padding: 3rem;
    }
    #energy-saving img {
        float: revert; 
    }
    #energy-saving h2 {
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
    }
    #energy-saving p:first-of-type {
        text-align:center;
    }
    #energy-saving img {
        margin-right: 0;
    }
}