﻿@import "WFU_UtilitiesMixins.less";

/* # VARIABLES # */
@navy: #0b3f54;
@yellow: #fed115;
@red: #e7504b;
@blue: #6fc8c0;
@white: #ffffff;
@black: #000000;

/* # MASTER # */

/* # HOME # */
#WF-Home .home-banner span {
    color: @navy;
}

#WF-Home .home-banner span:not(.clear):after {
    background: @yellow;
}

#WF-Home .home-section-3 {
    background: @yellow;
}

#WF-Home .solutionsContainer a, #WF-Home .home-section-3 .heading {
    color: @navy;
}

/* # Product # */

#WF-Product {
    .productBannerContainer {
        span {
            color: @navy;
        }

        span:not(.clear):after {
            background: @blue;
        }
    }

    .productSubSectionOne {
        .heading {
            .textBlock(3rem,@white,@navy);
        }

        .description {
            .textBlock(1rem,@white,@navy);
        }

        .product {
            background: @navy;
        }

        .product:hover {
            background: rgba(11, 63, 84,0.5);
        }

        .productname {
            text-transform: uppercase;
        }
    }
}

/* # Product Details # */



.ProductCategoryBannerContainer {
    .overlay-text {
        background-color: @blue;
        color: @black;

        .head {
            font-weight: 800;
        }
    }
}


.categoryWrapper {
    .intro-txt {
        position: absolute;
        bottom: 5px;

        span {
            .textBlock(0.38rem,@black,@blue);
            font-weight: 700;
            position: relative;
            width: fit-content;
            padding: 7px;
            margin-left: 2px;
            bottom: auto;
        }

        span:after {
            background-color: #6fc8c0;
        }
    }
}

.CMSBanner.Banner {
    position: relative;
    display: block;
}




/* # About # */

#WF-AboutUs {

    .aboutSubSectionTwo {
        .heading {
            .textBlock(2.7rem,@navy,@red);
        }
    }

    .aboutBannerContainer {
        span:not(.clear):after {
            background-color: @red;
        }

        span {
            color: @navy;
        }
    }

    .aboutSubSectionOne {
        .item {
            background-color: @navy;
        }

        p {
            color: @white;
        }

        .circle {
            display: none;
        }

        &:after {
            background-image: none;
            background-color: @red;
        }

        h3 {
            text-transform: uppercase;
        }
    }
}
/* # Media Queries # */

@media only screen and (min-device-width : 1200px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(1.54rem,@black,@blue);
                line-height: 3rem;
                margin-left: 5px;
            }
        }
    }
}


@media only screen and (min-device-width : 1024px) and (max-device-width : 1199px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(1.3rem,@black,@blue);
                line-height: 2.7rem;
                margin-left: 5px;
            }
        }
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(0.72rem,@black,@blue);
                line-height: 1.85rem;
            }
        }
    }
}

@media only screen and (min-device-width : 640px) and (max-device-width : 767px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(0.59rem,@black,@blue);
                line-height: 1.4rem;
            }
        }
    }
}

@media only screen and (min-device-width : 480px) and (max-device-width : 639px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(0.8rem,@black,@blue);
                line-height: 2rem;
            }
        }
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 479px) {
    .categoryWrapper {
        .intro-txt {
            span {
                .textBlock(0.51rem,@black,@blue);
                line-height: 22px;
            }
        }
    }
}


/* Added CSS for News Articles */



.news-detail {
    .reviewDet-header {
        padding-bottom: 0;

        h1 {
            font-size: 40px;
            font-family: "acumin-pro-condensed" !important;
            text-transform: uppercase;
            font-weight: 900;
            color: #0b3f54;
            margin-bottom: 20px;

            @media screen and (min-width: 40em) {
                font-size: 78px;
            }
        }
    }
}





.feature-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 181px
}


/* # Answer Plot # */

body {
    background-color: #F5F4F2;
}

.aplot_card_border {
    background-color: #fff;
    border-bottom: 4px solid #fed115;
    padding: 48px 40px;
    box-shadow: 8px 8px 16px 0 rgba(207,198,190,0.48), 16px 16px 24px 0 rgba(207,198,190,0.24);

    @media only screen and (min-width: 40.063em) {
        padding: 80px 200px;
    }

    h3 {
        font-family: "acumin-pro-condensed";
        font-size: 32px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: center;

        @media only screen and (min-width: 40.063em) {
            font-size: 48px;
        }
    }

    p {
        font-family: "acumin-pro";
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: center;
    }
}

.aplot_section {

    h3 {
        font-family: "acumin-pro-condensed";
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;

        @media screen and (min-width: 40em) {
            height: 56px;
        }
    }

    p {
        font-family: "acumin-pro";
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #0b3f54;

        @media screen and (min-width: 40em) {
            min-height: 200px;
        }
    }
}

.aplot_section_header {
    h2 {
        font-family: "acumin-pro-condensed";
        font-size: 32px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: center;
        padding: 80px 0 40px 0;

        @media only screen and (min-width: 40.063em) {
            font-size: 48px;
            padding: 80px 0 72px 0;
        }
    }


    @media only screen and (min-width: 40.063em) {
        border-bottom: none;
    }
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.innovation_articles {
    background-color: #ece8e5;
    padding-bottom: 80px;
}

.article_slider_container {
    margin: 0 20px;
}

.aplot {
    padding-bottom: 120px;

    @media only screen and (min-width: 40.063em) {
        padding-bottom: 160px;
    }

    h1 {
        font-family: "acumin-pro-condensed";
        font-size: 40px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.06;
    

        @media only screen and (min-width: 40.063em) {
            font-size: 78px;
        }
    }

    h3 {
        font-family: "acumin-pro-condensed";
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.42;
        letter-spacing: normal;
    }
}

.article_cards {
    background-color: #fff;
    min-height: 430px;
    margin: 0 12px;


    .article_img {
        width: 100%;
        height: 188px;
        background-color: green;
    }

    .card_body {
        padding: 24px;
    }

    .top_holding {
        margin-top: 15px;

        .date, .content_top {
            font-family: "acumin-pro-condensed";
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            letter-spacing: normal;
            text-align: right;
            color: #6c6c6c;
            display: inline-block;
        }

        .content_top {
            text-align: left;
            display: inline-block;
            vertical-align: top
        }

        .date {
            float: right;
            vertical-align: top;
        }
    }

    hr {
        width: 32px;
        height: 2px;
        background-color: #e2ddd8;
        margin: 10px 0 10px 0;
    }

    h4 {
        font-family: "acumin-pro-condensed";
        font-size: 22px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.27;
        letter-spacing: normal;
        color: #0b3f54;
    }


    .read_article {
        font-family: "acumin-pro-condensed";
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 0.2px;
        color: #0b3f54;
    }
}

.max1200 {
    max-width: 1200px;
    padding-bottom: 80px;
}

.innovation_articles_header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 27px 32px 27px;

    h4 {
        font-family: "acumin-pro-condensed";
        font-size: 20px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 0.2px;
        color: #0b3f54;
    }
}

.bottom_button_holding {
    max-width: 1200px;
    margin: 0 auto;

    .load_articles {
        background-color: #6fc8c0;
        height: 60px;
        width: 360px;
        margin: 0 auto;
        display: block;
        text-align: center;
        border-bottom: 4px solid #0b3f54;
        font-family: "acumin-pro-condensed";
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: center;
        padding: 18px 0;
        color: #0b3f54;

        &:hover {
            background-color: rgba(111,200,192, 0.8);
        }
    }
}

.slick-dots {
    display: flex;
    list-style: none;
    margin: 0 auto 50px auto;
    width: 400px;
    justify-content: center;
    transition: all 0.2s linear;

    li {
        margin: 0 10px;
        border-radius: 50%;
        width: 10px;
        height: 10px;

        button {
            border-radius: 50%;
            width: 10px;
            height: 10px;
        }
    }
}

.mobile {

    @media only screen and (min-width: 40.063em) {
        display: none;
    }
}

.desktop {
    display: none;

    @media only screen and (min-width: 40.063em) {
        display: block;
    }
}

.social-list-footer li a span {
    font-family: WinfieldKit !important;
}
