/* main styles */

.fftg-container h2 {
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    color: #fff;
}
.fftg-container h3 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.8rem;
    color: #000;
    letter-spacing: -1px;
}
.fftg-container h4 {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}
.fftg-container h5 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    color: #000;
}
.tile-arrow img, .stories-arrow img, .add-arrow img {
    height: 20px;
    width: 20px;
    text-decoration:none;
}

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-button-secondary {
    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: #00378c;
    background-color: #fff;
    display:inline-block;
}
a.mlkn-button-secondary:hover {
    background-color:#003366;
    color: #fff;
}

    /* header */
#fftg-header {
    text-align: center;
    padding: 0;
    background-image: url(/-/media/C3E607C46ABA4327AF265D9758E3BBBA.ashx);
    background-position:left center;
    background-size: cover;
    height:600px;
}
#fftg-header .row {
    margin-right: 0;
    height: 100%;
}
#fftg-header .text-container {
    padding:6rem;
    background: rgba(0,0,0,0.10);
    backdrop-filter: blur(10px);
    margin: auto;
    text-align:center;
}
#fftg-header h4 {
    color: #fff;
    text-align:center;
    padding: 1rem 4rem;
    font-weight: 600;
}
#fftg-header .text-container p {
    margin-bottom:0;
    padding-bottom:0;
    margin-top: 2.6rem;
}
#fftg-header a.mlkn-button {
    padding: 0.7rem 5rem;
    text-align: center;
    margin: 1.2rem;
}

/* Connect With  Us to Get Started Section */
#fftg-connect {
    background: #f5f5f5;
    padding: 3.6rem 8rem;
}
#fftg-connect p.fftg-callout {
    font-weight: 600;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#fftg-connect a.mlkn-button, #fftg-connect a.mlkn-button-secondary {
    padding: 0.7rem 5rem;
    text-align: center;
    margin: 1.2rem;
}
#fftg-connect p {
    margin-bottom:0;
    padding-bottom:0;
    font-size: 2.4rem;
}
/* Milliken's Commitment to Fire Service Fabrics Section */

#fftg-commitment {
    padding: 6rem 0;
}
#fftg-commitment h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

/* Structural Fire Fighting Section */
#fftg-structural {
    background: #f5f5f5;
    padding: 6rem 8rem;
} 
#fftg-structural h3 {
    padding-bottom: 4rem;
    text-align:center;
}
#fftg-structural .prod-info .prod-title {
    font-weight:700;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
#fftg-structural .prod-info p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
#fftg-structural .structural-img {
    background-image: url(/-/media/B6493CAB435A461B952B033ABF69C5AB.ashx);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
#fftg-structural .structural-img img {
    display: none;
}

#fftg-structural .structural-text {
    text-align:center;
    padding-top:3rem;
}

/* Partnerships That Matter Section */
/* Hidden for now */
#fftg-partnerships {
    padding: 6rem;
    background: #f5f5f5;
    display: none;
}

/*Different Layers of Fire Service Fabric Section */
#fftg-layers {
    padding: 6rem 8rem;
}
#fftg-layers h4 {
    text-align: center;
}
#fftg-layers h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    text-align: center;
}
#fftg-layers .accordion {
    margin-top: 4rem;
}
#fftg-layers .layer-img {
    margin-top: 4rem;
    padding-left: 4rem;
}
#fftg-layers button.accordion-button {
    font-weight:600;
    font-size: 2rem;
    line-height: 3rem;
}
#fftg-layers button.accordion-button:hover {
    color: #00378C;
}
#fftg-layers .accordion-body p a {
    text-decoration: none;
    font-weight:600;
    color: #00378C;
    text-transform: uppercase;
}

#accordion-img-one {
    display:inline-block;
}
#accordion-img-two {
    display:none;
}
#accordion-img-three {
    display:none;
}
#fftg-layers .accordion .accordion-button:not(.collapsed) {
    background: rgba(0, 55, 140, 0.10) !important;
    border-left: 1px solid #000 !important;
}
#fftg-layers .accordion-body {
    background: rgba(0, 55, 140, 0.10);
    border-left: 1px solid #000 !important;
}
#fftg-layers .accordion-body p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.accordion .accordion-item:first-child {
    border: none !important;
}
.accordion .accordion-item {
    background: none !important;
    border: none !important;
}
.accordion-button.collapsed {
    border-left: 1px solid #000;
}

/* Real Stores of Real Heroes Section */
#fftg-stories {
    padding: 6rem;
}
#fftg-stories h4 {
    padding-bottom: 20px;
}
#fftg-stories .stories-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
}

#fftg-stories .stories-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.fftg-stories-main {
    background-image: url(/-/media/6A8B0D33244642C9BF00ED6FD5EC1D94.ashx);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fftg-stories-main .stories-text {
    color: #fff;
    padding: 2.4rem;
    padding-bottom: 1rem;
    border-top: 5px solid #F65275;
    background: rgba(2, 18, 34, 0.76);
    backdrop-filter: blur(4px);
}
.fftg-stories-main .stories-img {
    height: 300px;
}
.fftg-stories-main a.stories-arrow {
    text-decoration: none;
    color: #fff;
    opacity: 1; 
    transition: opacity 0.3s ease-in-out;
}
.fftg-stories-main a.stories-arrow:hover {
    opacity: .4;
    margin-left: 1rem;
}
.fftg-stories-list {
    position: relative;
    padding-left:1.6rem;
}
.fftg-stories-list .fftg-stories:first-of-type {
    padding-bottom: 2rem;
}
.fftg-stories-list a.stories-arrow {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.fftg-stories-list a.stories-arrow:hover {
    opacity: 4;
    margin-left: 1rem;
}
.fftg-stories-action {
    position: absolute;
    bottom: 0;
}
.fftg-stories-action .mlkn-button-secondary {
    padding: 1rem 2rem;
}
/* Milliken: Your Trusted Partner Section */

#fftg-trusted .trusted-text {
    padding: 6rem;
    padding-left:8rem;
    background-color: #F5F5F5;
}
#fftg-trusted .trusted-img {
    padding-right: 0;
    padding-left: 0;
    background: url(/-/media/7AD1824701E54B989D60771BE50B6601.ashx);
    background-position: bottom center;
    background-size: cover; 
} 
#fftg-trusted .trusted-text p:first-of-type {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
/* Explore Our Additional Fire Service Solutions Section */

#fftg-explore {
    background: #000;
    padding: 6rem 8rem;
}
.add-arrow img {
    color: #fff;
}
#fftg-explore h4 {
    color: #fff;
    text-align:center;
}
#fftg-explore h3 {
    color: #fff;
    text-align:center;
    padding-bottom: 4rem;
}
#fftg-explore p.add-title {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;

}
#fftg-explore p {
    font-size: 1.3rem;
    color: #fff;
    line-height:2.1rem;
}

#fftg-explore .add-info {
    position: relative;
    padding-bottom: 4.5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}
#fftg-explore .add-arrow {
    position: absolute;
    bottom: 0;
}
#fftg-explore .add-arrow p a {
    opacity: 1; 
    transition: opacity 0.3s ease-in-out; 
}
#fftg-explore .add-arrow p a:hover {
    opacity: .4;
    margin-left: 1rem;
}

@media (max-width: 1400px) {
    .fftg-container h2 {
        font-size: 3.6rem;
    }
    #fftg-connect {
        padding: 1rem 8rem;
    }
    
    #fftg-structural h3 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    
}

/* mobile */
@media (max-width: 991px) {

    .fftg-container h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .fftg-container h3 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .fftg-container h4 {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .fftg-container h5 {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }
    /* Connect With  Us to Get Started Section MOBILE */
    #fftg-connect {
        padding: 2rem 3rem;
    }
    #fftg-connect a.mlkn-button, #fftg-connect a.mlkn-button-secondary {
        width: 100%;
    }
    #fftg-connect p {
        margin-bottom: 2rem;
    }
    #fftg-connect p.fftg-callout {
        text-align: center;
    }
    #fftg-header .text-container {
        margin: auto;
    }
    /* Milliken's Commitment to Fire Service Fabrics Section MOBILE */

    #fftg-commitment {
        padding: 2rem 3rem;
    }
    #fftg-commitment h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    /* Structural Fire Fighting Section MOBILE */
    #fftg-structural {
        padding: 2rem 3rem;
    }
    #fftg-structural h3 {
        padding-bottom: 2rem;
    }
    #fftg-structural .structural-img {
        background-image: none;
        background:none;
    }
    #fftg-structural .structural-img img {
        display: inline-block;
        max-width: 100%;  
        padding-right: 2rem; 
    }
    
    #fftg-structural .structural-text {
        padding: 1rem;
        padding-top: 3rem;
    }
    
    /* Different Layers Section MOBILE */
    #fftg-layers {
        padding: 2rem 3rem;
        background: none;
        background-color: #fff;
        box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    }
    #fftg-layers h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    #fftg-layers button.accordion-button {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    #fftg-layers .accordion {
        margin-top:2rem;
    }
    #fftg-layers .layer-img {
        display: none;
    }
    #structural-accordion .accordion-body p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    /* Partnerships That Matter Section MOBILE*/

    /* Real Stores of Real Heroes Section MOBILE*/
    #fftg-stories {
        padding: 2rem 3rem;
    }
    .fftg-stories-list {
        padding-left:1rem;
        padding-top: 2rem;
    }
    .fftg-stories-action {
        position: initial;
        padding-top: 2rem;
    }
    .fftg-stories-action .mlkn-button {
        width:100%;
        text-align:center;
    }
    /* Milliken: Your Trusted Partner Section MOBILE*/
    #fftg-trusted .trusted-text {
        padding: 2rem 3rem;
    }
    #fftg-trusted .trusted-img {
        height:300px;
    }

    /* Explore Our Additional Fire Service Solutions Section MOBILE */
    #fftg-explore {
        padding: 2rem 3rem;
    }
    #fftg-explore h4 {
        text-align:center;
    }
    #fftg-explore h3 {
        text-align:center;
        padding-bottom: 0;
    }
    #fftg-explore .add-info {
        padding-bottom: 0;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-top: 2rem;
    }
    #fftg-explore .add-arrow {
        position: absolute;
        bottom: 0;
        right:0;
    }
    #fftg-explore p.link-desc {
        display: none;
    }

}