﻿@import "WFU_UtilitiesVariables.less";
@import "WFU_UtilitiesMixins.less";

/* START: CMS STYLES */
.WPTTable .top-nav-container,
.WPTTable #pageNav {
    position: relative !important;
    z-index: 0 !important;
    top: 0 !important;
}

/*.cms-bootstrap {
    position: relative;
    z-index: 9999999;
  }*/
/* END: CMS STYLES */

/*# 0 Global styles #*/
*,
html,
body {
    .LatoLight();
}

h1,
h2,
h3,
h4,
h5,
h6 {
    .LatoRegular();
}

a[target="_blank"][href="javascript:void(0)"] {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    font-weight: inherit;
}

a:hover {
}

#WF-Home p a {
    text-decoration: underline;

    &:hover {
        color: #537888;
        text-decoration: none;
    }
}

#nav-menu a {
    color: #303030 !important;
    text-decoration: none !important;

    &:hover {
        color: #859d39 !important;
        text-decoration: none !important;
    }
}

.clear {
    clear: both;
}

.pad0 {
    padding: 0;
}

.margin0 {
    margin: 0;
}

.margin-top-25 {
    margin-top: 25px;
}

.bot-5 {
    /*bottom:-5px!important;*/
}

.padTopBot15 {
    padding: 15px 0 !important;
}

.veralignMiddle {
    vertical-align: middle !important;
}

.marBot0 {
    margin-bottom: 0 !important;
}

.marTop0 {
    margin-top: 0 !important;
}

.detail-layout {
    margin-top: 200px;

    .small( {
        margin-top: 100px;
    }

    );
}

/*menu inner*/
/*.wf-side-menu-inner {
      box-sizing: border-box;
      width: 300px;
      overflow-y: hidden;
      padding: 30px;
      padding-right: 40px;
  }*/
/*menu inner end*/
.utilities-list.unauthenticated-utilities .login-btn {
    font-weight: 400;
    font-size: 1rem !important;

    &:hover {
        opacity: 0.8 !important;
        outline: none;
    }
}
/*Contain Videos on Mobile*/
iframe {
    max-width: 100%;

    .small( {
        height: 250px;
    }

    );
}

.print-only {
    display: none;
}

.show-for-786 {
    display: none;
}

sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: 65%;
    font-weight: inherit;
    font-family: inherit;
}

sub {
    top: 0.4em;
}

.positioned {
    height: 112px;
    position: absolute;
    width: 100%;
    margin-top: -145px;
    max-width: 75rem;
    z-index: -1;
}

.inline-block {
    display: inline-block;
}

.wu-button {
    color: white;
    background-color: #6a9008;
    padding: 8px 30px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 15px;

    &:hover,
    &:focus {
        color: white;
        opacity: 0.8 !important;
        outline: none;
    }
}

.subscription-block {
    @media screen and (min-width: 640px) {
        display: flex;
    }

    align-items: center;

    .subscription {
        padding: 0 0 0 20px;
        color: #fff;
        margin-bottom: 2rem;
    }
}

/*# 0 Global styles - End  #*/

/*# 1 Header #*/

html.isMenuOpen,
body.isMenuOpen {
    height: 100%;
    //overflow: hidden;
}
/*.at-fixed-nav-container .nav-bar li.open-menu{overflow:auto;height:auto;}
  .small-nav-submenu{display:none;margin:0;}
  .small-nav-submenu li{background:#eee;position:relative;
  }

  .action-arrow
  {    
      float: right;
      font-size: 30px;
      margin-top: 20px;
      position: absolute;
      right: 0;
  
  }*/
.wf-side-menu-container .fa-chevron-small-down:before {
    content: "\f020";
}

.at-fixed-nav-container {
    display: block;
    position: fixed;
    top: 50px !important;
    width: 100%;
    z-index: 1001;
    padding-top: 20px;
    padding-bottom: 2px;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100% );

    nav {
        float: right;
    }

    .img-logo {
        max-height: 50px;

        @media screen and (max-width: 1100px) {
            max-height: 45px;
        }
    }

    .img-logo-color {
        float: left;
        max-height: 80px;
        display: none;
    }

    .nav-bar {
        float: right;
        color: #ccc;
        margin: 0;

        li {
            display: block;
            list-style-type: none;
            height: 75px;
            margin-left: 35px;
            position: relative;
            float: left;

            @media screen and (max-width: 1100px) {
                margin-left: 15px !important;
            }

            @media only screen and (max-width: 767px) {
                margin-left: 0 !important;
            }

            &:nth-last-child(2) {
                ul.sub-menu {
                    margin: 0;
                    left: auto;
                    right: 0;

                    &:before,
                    &:after {
                        margin: 0;
                        left: auto;
                        right: 10px;
                    }
                }
            }

            &:not(.nav-search) {
                > a {
                    font-size: 18px;
                    line-height: 75px;
                    height: 75px;
                    color: #303030;
                    overflow: hidden;
                    display: inline-block;
                    position: relative;
                    text-transform: uppercase;
                    .LatoRegular();

                    @media only screen and (max-width: 1200px) {
                        font-size: 14px !important;
                    }

                    &:before {
                        content: "";
                        width: 100%;
                        height: 3px;
                        position: absolute;
                        bottom: 22px;
                        left: -100%;
                        transition: left 250ms;
                        -webkit-transition: left 250ms;
                        background-color: #135733;
                    }
                }
            }

            &.selected-menu-item {
                a {
                    color: #859d39;

                    &:before {
                        left: 0;
                    }
                }
            }

            &:hover {
                .sub-menu {
                    top: 65px !important;
                    opacity: 0.95 !important;
                    visibility: visible !important;
                }

                a {
                    color: #859d39;

                    &:before {
                        left: 0;

                        .maxWidth(48em, {
                            left: -100%;
                        }

                        );
                    }
                }
            }

            .search-icon {
                line-height: 5rem;
                color: #303030;
                overflow: hidden;
                display: inline-block;
                position: relative;
                .LatoRegular();
                font-size: 2rem;
                margin-left: 1.25rem;
                padding: 0;
                font-family: "WinfieldKit";
            }
        }

        ul.sub-menu {
            /*padding: 10px 0 11px 0;*/
            width: 500px;
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -250px;
            top: 45px;
            background: #ffffff;
            border: #e6e6e6 1px solid;
            top: -999px !important;
            opacity: 0 !important;
            transition: opacity 250ms;
            -webkit-transition: opacity 250ms;

            &:before {
                content: "";
                display: block;
                position: absolute;
                top: -9px;
                left: 50%;
                margin-left: -11px;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                z-index: 98;
                border-bottom: #fff 10px solid;
            }

            &:after {
                content: "";
                display: block;
                position: absolute;
                top: -10px;
                left: 50%;
                margin-left: -11px;
                border-right: 10px solid transparent;
                border-left: 10px solid transparent;
                z-index: 97;
                border-bottom: #e6e6e6 10px solid;
            }

            li {
                height: 100%;
                width: 100%;
                display: block;
                padding: 20px;
                margin: 0;

                .leftBlock {
                    width: 50%;
                    float: left;
                    border-right: 1px solid #ccc;

                    .imgContainer {
                        width: 192px;
                        height: 95px;
                        background: grey;
                        background-position: center;
                        background-size: cover;

                        img {
                            height: 100%;
                        }
                    }

                    .head {
                        font-size: 18px;
                        color: #303030;
                        margin-top: 10px;
                        display: block;
                    }

                    .desc {
                        font-size: 12px;
                        color: #303030;
                        margin: 0;
                    }

                    span {
                        font-weight: 500;
                    }
                }

                .rightBlock {
                    width: 50%;
                    float: left;
                    padding-left: 15px;

                    .options {
                        a {
                            color: #436c2f;
                            font-size: 14px;
                            .LatoRegular();
                        }
                    }
                    /*.second-level {border-bottom: 1px solid #ccc;}*/
                }
            }
        }
    }

    .nav-bar-small {
        display: none;
        max-height: ~"calc(92vh)";
        overflow: auto;
    }

    &.Research {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );
    }

    &.Home {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );
    }

    &.About {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );
    }

    &.Products {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );
    }

    &.Technology {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );
    }

    &.News {
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );

        .nav-bar {
            ul.sub-menu {
                box-shadow: 0px 1px 10px -2px rgba(72, 67, 61, 0.66);
                background: #fbfbfb;

                &:after {
                    border-bottom: #ccc 10px solid;
                }

                &:before {
                    border-bottom: #fbfbfb 10px solid;
                }
            }
        }

        &.at-nav-scrolled {
            .nav-bar {
                li {
                    a {
                        color: #303030;
                    }

                    &:hover {
                        a {
                            color: #859d39;
                        }
                    }
                }
            }
        }
    }

    &.at-nav-subpage {
        .header-forSubPage(1200);
        .header-nav-anim(#303030,#859d39,#303030,#859d39);

        .maxWidth(48rem, {
            .header-nav-anim(#303030,#859d39,#303030,#859d39,-100%);
        }

        );

        .nav-bar {
            ul.sub-menu {
                box-shadow: 0px 1px 10px -2px rgba(72, 67, 61, 0.66);
                background: #fbfbfb;

                &:after {
                    border-bottom: #ccc 10px solid;
                }

                &:before {
                    border-bottom: #fbfbfb 10px solid;
                }
            }
        }
    }

    &.at-nav-scrolled {
        .header-onScroll(1200);

        .nav-bar {
            /*  ul.sub-menu
        {   
          box-shadow: 0px 1px 10px -2px rgba(72,67,61,.66);    background: #fbfbfb;
          &:after{    border-bottom: #ccc 10px solid;} 
          &:before{ border-bottom:#fbfbfb 10px solid;}
        }*/
        }
    }

    .maxWidth(1153px, {
        .img-logo {
            float: left;
            max-height: 45px;
            margin-top: 11px;
        }

        .nav-bar li {
            padding: 0;
        }

        &.at-nav-subpage {
            .header-forSubPage(1153);
        }


        &.at-nav-scrolled {
            .header-onScroll(1153);
        }
    }

    );

    .maxWidth(949px, {
        // .img-logo{ max-height: 50px;}
        &.at-nav-subpage {
            .header-forSubPage(949);
        }

        &.at-nav-scrolled {
            .header-onScroll(949);
        }
    }

    );

    .maxWidth(920px, {
        .img-logo {
            float: left;
            clear: right;
            // max-height: 50px;
            margin-top: 11px;
        }

        .nav-bar {
            li {
                padding: 0;

                a {
                    font-size: 1rem;
                    line-height: 4.25rem;
                }

                .search-icon {
                    font-size: 1.5rem;
                    margin-left: 0.5rem;
                }
            }
        }
    }

    );

    .maxWidth(63.9375em, {
        border-top: 1px #999 solid;
        padding-top: 0px;
        padding-bottom: 0;
        background-color: #fff;

        .logo-link {
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: 60px;
            background: #fff;
            padding-top: 8px;
            padding-bottom: 5px;
        }

        .columns {
            padding-right: 0;
        }

        .img-logo {
            float: left;
            margin-left: 0;
            max-height: 45px;
            display: block;
            margin-top: 0;
        }

        .nav-bar {
            float: none;
            background-color: #fff;
            margin-left: 0px;
            display: none;
            position: absolute;
            width: 100%;
            z-index: 9;
            left: 0;

            li {
                width: 100%;
                display: block;
                border-bottom: 1px solid #eee;
                overflow: hidden;
                padding: 0px;
                margin-left: 0;

                &:hover {
                    a {
                        color: #999 !important;
                    }
                }

                &:not(.nav-search) {
                    a {
                        display: block;
                        text-align: center;
                        font-size: 1rem;
                        line-height: 75px;
                        color: #303030;
                    }
                }

                &.selected-menu-item {
                    a {
                        color: #859d39;

                        &:before {
                            left: -100%;
                        }
                    }
                }

                .search-icon {
                    font-size: 3rem;
                    line-height: 4.25rem;
                    width: 100%;
                    text-align: center;
                }
            }
        }

        &.at-nav-subpage {
            .header-forSubPage(48);
        }

        &.at-nav-scrolled {
            .header-onScroll(48);
        }
    }

    );

    .maxWidth(48em, {
    }

    );
}

.maxWidth(1100, {
    .img-logo {
        max-height: 45px !important;
    }
}

);

.at-mobile-menu-btn {
    float: right;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: @white;
    font-size: 2rem;
    margin-right: 0.25rem;
    display: none !important;

    @media @maxwidth1023 {
        display: block !important;
        padding-top: 3px;
        color: #939598;
    }

    .fa-chevron-small-down:before {
        content: "\f06e";
        position: relative;
        top: -6px;
    }
}

.maxWidth(767px, {
    .utilities-list.unauthenticated-utilities li {
        margin: 12px 9px 12px 0;
        padding: 0 0 0 12px;
    }

    .utilities-list.unauthenticated-utilities {
        margin-top: 3px;
        text-align: right;
    }
}

);
/*# 1 Header - End #*/
/*# 2 Footer#*/
footer.wf-footer {
    background: #333;

    .logo-row {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    #footer-nav {
        padding-bottom: 1rem;

        @media @maxwidth768 {
            padding-bottom: 0;
        }
    }

    .divider-line {
        height: 1px;
        background: #525252;
        margin-bottom: 2rem;

        @media @maxwidth768 {
            display: none;
        }
    }

    .footer-logo-links {
        display: block;
        margin: auto;
        list-style-type: none;
        width: 90%;

        li {
            float: left;
            max-width: 20%;
            margin: auto 2.5% auto 2.5%;
            height: 81px;

            &:hover {
                a {
                    img {
                        opacity: 0.5;
                    }
                }
            }

            a {
                img {
                    max-height: 81px;
                    vertical-align: middle;
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }
            }
        }
    }

    .footer-links {
        color: @color_1;

        .small-6 {
            padding: 0;
        }

        h6 {
            font-size: 1.25rem;
            text-transform: uppercase;
            color: @white;
        }

        a {
            color: @color_1;
        }

        ul {
            margin-left: 0px;
            list-style-type: none;

            li {
                line-height: 2rem;
                font-size: @bodyfontsize - 3;

                &:hover {
                    a {
                        opacity: 0.5;
                    }
                }
            }
        }
    }

    .lol-logo-foot {
        &:hover {
            img {
                opacity: 0.5;
            }
        }
    }

    .newsletter-container {
        float: left !important;

        a.button {
            background: #426e2e;
            color: #fff;
            border: none;
            width: 119px;
            text-align: center;
            height: 35px;
            border-radius: 5px;
            font-size: 13px;
            text-shadow: none;
            font-weight: 500;
        }

        .InfoMessage {
            color: #333;
            background: #dff0d8;
            padding: 10px;
            width: 100%;
            display: inline-block;
            text-align: center;
        }

        .ErrorMessage {
            color: #ff0000;
        }

        .form-group.form-group-submit {
            &::before {
                content: "\f025";
                color: @white;
                /*font:normal normal normal 14px/1 'Retailerportalsicons';*/
                position: absolute;
                top: 5px;
                left: 12px;
                height: 22px;
                font-size: 22px;
            }

            position: relative;
            display: inline-block;
            left: 192px;
            top: -56px;
            background: #666;
            font-family: "WinfieldKit";

            input {
                position: relative;
                background: transparent;
                border: none;
                height: 40px;
                width: 48px;
                cursor: pointer;
            }
        }

        .form-group {
            /*display: inline-block;*/
        }
    }

    .newsletter-form {
        input {
            width: 80%;
            float: left;
        }

        button.newsletter-btn-outer {
            width: 20%;
            padding: 0px;
        }
    }

    .newsletter-btn {
        color: @white;
        height: 39px;
        width: 100%;
        background: #666;
        border: none;
        line-height: 39px;
        font-size: 1.3rem;
        padding-right: 5px;

        &:hover {
            background: #888;
        }
    }

    .NewsletterSubscription {
        label {
            color: @white;
        }
    }

    .maxWidth(64em, {
        .newsletter-container {
            .form-group.form-group-submit {
                left: 73%;
            }

            .form-group:not(.form-group-submit) {
                .editing-form-value-cell {
                }
            }
        }
    }

    );

    .maxWidth(48em, {

        #footer-nav {
            .footer-links {
                display: none;
            }
        }

        .newsletter-container {
            border-top: 1px #999 solid;
            padding-top: 1rem;
            padding-bottom: 1rem;
            width: 100%;

            .form-group.form-group-submit {
                position: relative;
                display: inline-block;
                left: 0;
                right: 0;
                float: right;
                vertical-align: bottom;
            }
        }
    }

    );

    .maxWidth(47.9375rem, {

        .footer-logo-links {
            li {
                max-width: 47.5%;
                margin: auto 1.25% auto 1.25%;
                height: 81px;
            }
        }
    }

    );
}

#sub-footer {
    display: flex;
    align-items: center;

    @media @maxwidth640 {
        display: block;
    }
}

.sub-footer {
    border-top: 1px #999 solid;
    background: #000 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;

    &.extra-bot-pad {
        @media @maxwidth640 {
            padding-bottom: 5rem;
        }
    }

    .legal-text {
        p {
            color: @color_1;
            font-size: 0.65rem;
            line-height: 0.95rem;
            font-family: "acumin-pro";
        }
    }

    ul.social-list-footer {
        list-style-type: none;
        margin-left: 0px;
        float: right;

        li {
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;

            a {
                span {
                    color: @white;
                    font-size: 2rem;
                    list-style-type: none;
                }
            }

            &:hover {
                span {
                    color: @color_5;
                }
            }
        }
    }

    .maxWidth(47.9375rem, {

        ul.social-list-footer {
            display: block;
            padding-top: 1rem;
            padding-bottom: 1rem;
            width: 70%;
        }

        .legal-text {
            p {
                font-size: 0.7rem;
                line-height: 1rem;
                padding-left: 1rem;
                padding-right: 1rem;
                text-align: center;
            }
        }

        .lol-logo-foot {
            max-width: 300px;
            display: block;
            margin: auto;
            float: none;
            padding-bottom: 1rem;
        }
    }

    );
}

.pagingnation-wrapper {
    margin-top: 61px;
    border-top: 1px solid #c9c9c9;
    padding-top: 11px;
    color: #303030;
    font-size: 12px;
    .LatoRegular();
    padding-left: 0;
    margin-bottom: 100px;
    padding-right: 0;

    > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    span.noofresults {
        .LatoRegular();
        color: #303030;
        font-size: 12px;
    }

    span.per-page {
        .LatoRegular();
        color: #303030;
        font-size: 12px;
    }

    .pages-link {
        float: right;
    }

    a.page-number-by-page {
        .LatoBold();
        color: #303030;
        font-size: 12px;
        margin: 0 8px;
        display: inline-block;

        &.active {
            border: 1px solid #c9c9c9;
            padding: 8px 8px;
        }
    }

    .page-number {
        .LatoBold();
        color: #303030;
        font-size: 12px;
        margin: 0 8px 8px 8px;
        float: left;
        height: 35px;
        line-height: 35px;

        &.active {
            border: 1px solid #c9c9c9;
            padding: 0 12px;
            display: block;
            float: left;
        }
    }
}

.contact-us-fixed-background.contact-us-bar {
    background: #426e2e;
}

/*#2 Footer - End #*/

/*#3 Home #*/
.video-container {
    margin-bottom: 11px;
}

#contactUs {
    max-width: 100% !important;
}

#FindARetailer .retailer-info {
    margin-top: 30px;
}

.no-result-msg {
    min-height: 400px;
    line-height: 200px;
}

.head {
    line-height: 1.4;
}

.answerplotBlock-home {
    .maxWidth(765px, {
        width: 100%;

        & + .columns {
            width: 100%;
        }
    }

    );
}

.r7-full-bg {
    .imgContainer {
        .maxWidth(765px, {
            width: 100%;

            & + .columns {
                width: 100%;
            }
        }

        );
    }

    .textContainer {
        .maxWidth(768px, {
            width: 100%;

            & + .columns {
                width: 100%;
            }
        }

        );
    }
}

.banner-txt {
    .textBlock(56px,@white);
    /*text-shadow: 0 0 1px #000;*/
    text-transform: uppercase;
    line-height: 66px;
}

.home-banner {
    .GlobalBanner();
    /* border-bottom: 12px solid #333;
    
    span
    {   
      
      float: left;
      font-size: 56px;
      height: 78px;
      line-height: 78px;
      margin-top: 12px;
      padding: 0 11px;
      text-transform: uppercase;
      width: auto;
      position: relative;
      z-index: 1;
      
      color: #fff;
      font-size: 60px;
      padding: 0 10px;
      margin-top: 12px;
      float: left;
      width: auto;
      text-transform: uppercase;
      height: 72px;
      line-height: 72px;
      font-weight: 500;
      
      &:after
      {
            background: #436C30 none repeat scroll 0 0;
            top: 0;
            content: '';
            left: 0;
            position: absolute;
            
            height: 100%;
            width: 100%;
            z-index: -14;
      }
      
    }
  
    .banner-txt-container{margin-top:131.5px;}
    .banner-txt
    {
      .LatoLight();
    }
    .news-overlay{    background-image: linear-gradient(transparent,transparent,rgba(0,0,0,.1),rgba(0,0,0,.1),rgba(0,0,0,.3),rgba(0,0,0,.7));}
    .small({ .banner-txt-container{margin-top:5px;}});*/
}

.home-banner {
    border-bottom: none;
}

.story-container-outer {
    width: 100%;
    padding: 32px 0 34px 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.5);
    margin-top: 115px;
}

.story-gallery {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;

    .small( {
        padding: 0;
    }

    );
}

.story-slide-outer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.homeNewsSlider {
    padding: 0 44px 0 43px;
    display: none;

    .gallery-item-wrapper {
        width: 98%;
        margin: 0 1% 0 1%;
        background-size: cover;
        background-position: center top;
    }

    .slick-arrow {
        color: transparent;
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        cursor: pointer;
        top: 0;
        outline: none;
        height: 100%;

        &:hover {
            opacity: 0.8;
        }
    }

    .slick-prev {
        left: 0;
        background-image: url(https://storwukenticomedia.blob.core.windows.net/media/wfu/media/images/lt-arrow.png);
        opacity: 0.3;
    }

    .slick-next {
        right: 0;
        background-image: url(https://storwukenticomedia.blob.core.windows.net/media/wfu/media/images/rt-arrow.png);
        opacity: 0.3;
    }
}

.gallery-item-wrapper {
    display: block;
    margin: auto;
    width: 15.665%;
    position: relative;
    float: left;
    display: inline;
}

.image-wrapper {
    position: relative;
    padding-bottom: 42.857%;
    height: 0;
    display: block;
}

.news-thumbnail {
    width: 100%;
}

.news-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    /*background-color: transparent;
    background-image: linear-gradient(transparent,rgba(255,255,255,.14));
    background-position-y: -1px;*/
    bottom: -1px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

.news-thumb-text {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding-left: 0.8rem;
    font-size: 18px;
    line-height: 21.6px;
}

.homeNewsSlider .news-thumbnail {
    min-height: 150px;
}
/**end of slider css **/

.home-section-3 {
    background: #333;
    padding: 60px 0;

    .solutionsContainer {
        padding-left: 30px;

        .column {
            margin-top: 22px;
        }

        .column:nth-of-type(1) {
            margin-top: 0;
        }

        .column:nth-of-type(2) {
            margin-top: 0;
        }

        .maxWidth(48em, {
            .column:nth-of-type(1) {
                margin-top: 22px;
            }

            .column:nth-of-type(2) {
                margin-top: 22px;
            }
        }

        );
    }

    .heading-container {
        display: table;
        margin-top: 0px;
        position: relative;
        padding-right: 30px;
        max-height: 278px !important; //have to remove
        &:after {
            content: "";
            height: 100%;
            background: rgba(149, 152, 154, 0.25);
            width: 1px;
            position: absolute;
            right: 0;
        }
    }

    .heading {
        font-size: 42px;
        line-height: 50px;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 15px;
        .LatoLight();
    }

    .maxWidth(48em, {
        .heading {
            padding-right: 5px;
        }
    }

    );

    .maxWidth(767px, {
        .heading {
            padding-right: 0;
        }
    }

    );

    .small( {
        .heading {
            text-align: left;
        }
    }

    );
}

h3.solution-subhead {
    /*color: #fff;*/
    font-size: 22px;
    margin-top: 0px;
    /* line-height: none;
      height: 57px;
      display: table-cell;
      vertical-align: bottom;*/
    & + p {
        /*color: #ccc;*/
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
}

.news-story-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;

    &:hover {
        cursor: pointer;
        box-shadow: 8px 8px 16px 0 rgba(207, 198, 190, 0.48), 16px 16px 24px 0 rgba(207, 198, 190, 0.24);
    }
}

.news-list-item-wrapper:hover {
    cursor: pointer;
    opacity: 0.8;
}

.news-story-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-story-img img {
    width: 100%;
    height: 100%;
}

.news-story-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient( transparent, transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) );
    background-image: linear-gradient( transparent, transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) );
}

.news-text-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 2.5% 2.5% 2.5%;

    p {
        margin-bottom: 0;
        margin-top: 9px;
        font-size: 13px;
        padding-left: 8px;
        border-left: 3px solid #859d39;
        height: 16px;
        line-height: 15.6px;
        .LatoRegular();
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1rem;
        margin-bottom: 0;

        a {
        }
    }
}

.top-news-1 {
    .news-text-wrapper {
        padding: 0 18px 17px 18px;
    }

    h2 {
        margin-bottom: 0;
        color: #fff;

        a {
            .LatoRegular();
            font-size: 24px;
            line-height: 28.8px;
            color: #fff !important;
        }
    }

    p {
        color: #fff;
    }
}

.top-news-2 {
    .news-text-wrapper {
        padding: 30px 14px 16px 14px;
        background-color: #fff;
    }

    h2 {
        margin-bottom: 0;

        a {
            font-size: 14px;
            line-height: 10.8px;
            .LatoRegular();
        }
    }

    .news-story-wrapper {
        margin-bottom: 15px;
    }
}

.article-section {
    padding-top: 69px;
    padding-bottom: 61px;

    .top-news-2 {
        color: #0a0a0a !important;

        .news-text-wrapper {
            p {
                margin-top: 7px;
                font-size: 10px;
                padding-left: 5.5px;
                border-left: 3px solid #859d39;
                height: 13px;
                line-height: 12px;
                .LatoRegular();
            }
        }
    }

    .heading {
        .head-text-wrap {
            font-weight: 400;
        }

        .news-list-heading();
        padding-bottom: 25px;
        margin: 0 0 25px 0;

        .fa-view-dashboard {
            margin-right: 12px;
        }

        a {
            font-size: 16px;
            margin-top: 7px;
            text-decoration: underline;

            .fa-plus-circle {
                vertical-align: middle;
            }
        }
    }

    .medium( {
        .top-news-1 {
            margin-bottom: 15px;
        }
    }

    );

    .small( {
        .top-news-1 {
            margin-bottom: 20px;
        }

        .heading {
            .head-text-wrap {
                max-width: 60%;
                display: inline-block;
                vertical-align: top;
            }
        }
    }

    );
}

.r7-full-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding-top: 67px;
    padding-bottom: 80px;
    height: auto;

    p {
        .LatoLight();
        color: #fff;
        font-size: 16px;
        line-height: 24px;
    }

    h2 {
        margin-top: 1.5rem;
        margin-bottom: 18px;
        font-size: 44px;
        line-height: 52.8px;
        .LatoRegular();
    }

    .at-btn {
        .at-btn();
    }
}

.at-btn-green {
    background-color: #6a9008;
    font-weight: 500;
}

.answerPlotBlock {
    padding-top: 66px;
    padding-bottom: 62px;
    background: #fafafa;

    .at-btn {
        .at-btn();
    }

    h2 {
        font-size: 44px;
        line-height: 53px;
        color: #303030;
        .LatoRegular();
    }

    .small( {
        img {
            padding: 32px 0 0 0;
        }
    }

    );

    p {
        font-size: 16px;
        color: #303030;
        line-height: 24px;
    }
}

.nextPost {
    display: none;
}

.wf-insights-block {
    padding-top: 70px;
    margin-bottom: 70px;

    .news-list-heading {
        .news-list-heading();
        padding-bottom: 25px;
        margin: 0 0 25px 0;

        .fa-view-dashboard {
            margin-right: 12px;
        }

        a {
            font-size: 16px;
            margin-top: 7px;

            .fa-plus-circle {
                vertical-align: middle;
            }
        }
    }

    .nextPost {
        .at-btn();
    }
}
/*# 3 Home - End #*/

/*# 4 Global Search Popup #*/
.contactusForm textarea#description {
    margin-bottom: 0;
}

.error {
    color: red;
}

#WinfieldSearchModal {
    padding: 0;
    min-width: 600px;
    top: 100px !important;
    background: transparent;
    overflow: visible;
    border: 0;

    @media @maxwidth768 {
        min-width: inherit;
        top: 0 !important;
        padding-top: 200px;
        min-height: inherit;
    }
}

#WinfieldSearchModal:focus {
    border: 0;
    outline: 0;
}

.searchBox {
    overflow: hidden;
    position: relative;
    background: #fff;

    &::before {
        content: "\f015";
        font: normal normal normal 14px/1 "WinfieldKit";
        color: #a60505;
        font-size: 30px;
        right: 5%;
        position: absolute;
        top: 20px;

        @media @maxwidth768 {
            right: 6%;
        }
    }

    @media @maxwidth768 {
        max-width: 310px;
        margin: 0 auto;
    }
}

.searcharea {
    margin: 0;
    float: left;
    position: relative;
    width: 85%;
    min-height: 70px;
    padding: 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 1px 0 0;

    @media @maxwidth768 {
        width: 78%;
    }
}
/*
  .winsearchicon{
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  }*/
.WINSrchbtn {
    border: medium none;
    color: transparent;
    cursor: pointer;
    height: 70px;
    background: transparent;
    float: right;
    padding: 0 10px;
    position: relative;
    width: 15%;
    z-index: 99;

    @media @maxwidth768 {
        width: 22%;
    }
}

.close-off-search {
    visibility: visible;
    color: #fff !important;
    display: block;
    font-size: 35px;
    line-height: 25px;
    position: fixed;
    right: 35px;
    top: 60px;
    z-index: 110;

    &:hover {
        opacity: 0.8;
    }
}

.reveal-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    z-index: 1000;
}
/*# 4 Global Search Popup - End #*/

/*# 5 Search Page #*/
.searchBannerContainer {
    .newsBannerContainer();
}

.search-results {
    min-height: 30vh;
    padding-bottom: 20px;

    a {
        color: #6a9008;
    }

    .search-title {
        padding-top: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        font-size: 40px;
        color: #303030;
        .LatoLight();
    }

    .result-item {
        padding-bottom: 5px;
        border-bottom: 1px solid #eee;

        .result-title {
            margin-top: 20.5px;

            a,
            span {
                font-size: 18px;
                color: #436c2f;
                .LatoMedium();
            }
        }

        .result-content {
            font-size: 16px;
            color: #333;
            margin-bottom: 19.5px;
            .LatoLight();
        }
    }

    .no-of-results {
        float: right;
        font-size: 14px;
        color: #333;
        .LatoLight();
        display: inline-block;
        padding-top: 40px;
    }

    .filter-tags {
        padding-bottom: 10px;
        margin: 20px 0 10px 0;

        a {
            font-size: 16px;
            color: #333;
            .LatoLight();
            background: #f6f6f6;
            opacity: 0.6;
            display: inline-block;
            width: 18%;
            margin-right: 2%;
            text-align: center;
            color: #333;
            border: 1px solid #ebeaea;
            padding: 5px 10px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        }
    }

    .ContentLabel {
        padding-top: 60px;
        font-weight: bold;
        display: block;
        padding-bottom: 5px;
        border-bottom: 3px solid #397317;
    }

    .small( {
        .no-of-results {
            padding-top: 28px;
        }
    }

    );

    .SearchDialog {
        display: none;
    }
}

.search-sidebar.sidebar {
    .sidebar-head {
        margin-bottom: 18px;

        &:not(:first-child) {
            margin-top: 40px;
        }
    }
}

.sidebar .sidebar-head:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: red;
    left: 0;
    bottom: 0;
    color: red;
}

.sidebar .sidebar-head {
    color: #95989a;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
}

/*# 5 Search Page - End #*/

/*# 6 Research Page #*/
.researchBannerContainer {
    .banner-txt-container {
        p {
            color: @white;
        }
    }
}

.answerplot-section {
    padding: 50px 0;

    h4 {
        padding-bottom: 15px;
        border-bottom: 5px solid #476c32;
        margin-bottom: 20px;
    }
}

/*# 6 Research Page -ENd #*/

/*# 7 EXPERTS #*/

#expertsFullRow {
    margin-top: 200px;
}

.expert-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-top: 2rem;
}

.expert-img {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /*border: rgba(180,180,180,0.9) 2px solid;*/
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.expert-item p {
    color: #666666 !important;
    text-align: left;
    margin: 0rem 1rem 0rem 0rem;
    line-height: 1.65rem;
}

.expert-item .expert-name-txt {
    color: rgba(106, 144, 8, 1) !important;
    font-size: 1.75rem;
    font-weight: 500;
}

.expert-item .expert-prof-txt {
    margin-bottom: 1rem;
}

@media only screen and (max-width: 40rem) {
    .expert-img {
        margin-bottom: 1rem;
        min-width: 80px;
        min-height: 80px;
    }

    .expert-item .expert-name-txt {
        margin-top: 1rem;
    }
}
/*# 7 EXPERTS - End #*/

/*# 8 Sub Pages #*/
.subpagebanner {
    /*.newsBannerContainer();*/
    padding-top: 184px;
    height: 675px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*  .banner-txt{
    font-size: 40px;
    line-height: 48px;
  }
  &:after{
    background: transparent;
  }*/
    .GlobalBanner();

    .medium( {
        .banner-txt {
            font-size: 32px;
            line-height: 36px;
        }
    }

    );

    .small( {
        span {
            font-size: 50px;
        }

        .banner-txt {
            font-size: 28px;
            line-height: 34px;
        }
    }

    );
}
/*# 8 Sub Pages - End #*/

/*# 9 Error Page #*/
.error-pg-msg {
    //margin-top: 50px;
    min-height: 40vh;

    p {
        //margin-top: 40px;
        text-align: center;
    }
}
/*# 9 Error Page - End #*/

/*# 10 Contact Us Page #*/

.contactUs-head {
    padding-top: 25px;
}

@media screen and (min-width: 48.01em) {
    .contactUs-head {
        padding-bottom: 25px;
        border-bottom: 2px solid #e1e1e1;
        margin-bottom: 30px;
    }
}

a.contact {
    color: #859d39;
    font-weight: bold;

    &:hover {
        color: #436c30;
    }
}

/*# 10 Contact Us Page - End #*/

/*Subscription Retailer Start*/

.Subscription-head {
    padding-top: 25px;
}

@media screen and (min-width: 48.01em) {
    .Subscription-head {
        padding-bottom: 25px;
        border-bottom: 2px solid #e1e1e1;
        margin-bottom: 30px;
    }
}

.subscription input[type="submit"] {
    background: #426e2e;
    color: #fff;
    border: none;
    width: 119px;
    text-align: center;
    height: 35px;
    border-radius: 5px;
    font-size: 13px;
    margin: 5px 97px 20px 0;
    text-shadow: none;
    font-weight: 500;
}

@media @maxwidth640 {
    .subscription .subscription-label {
        text-align: left;
    }
}

.chkbox {
    table tbody,
    table tfoot,
    table thead {
        border: 0px solid #f1f1f1;
        background-color: #fefefe;
    }

    table tbody td,
    table tbody th {
        text-align: center;
        padding: 15px 0px 11px 13px;
        display: inline-block;
    }
}
/*Subscription Retailer End*/

/*# 11 About Us Page - Start #*/

.abt-detail {
    padding-top: 40px;

    h5 {
        margin: 15px 0;
    }
}

.reviewDet-header {
    .suretech-title {
        font-family: "Lato";
        font-style: normal;
        font-weight: 400;
        font-size: 2.5rem;
        color: #0a0a0a;
    }
}

.retailer,
.retailer sup {
    font-weight: 500;
    font-style: italic;
}

/*# 11 About Us Page - End #*/

/*# 12 News Page - Start #*/

.news-detail {
    .border-line {
        margin-top: 70px;
        margin-bottom: 20px;

        @media and screen(min-width: 40em) {
            margin-top: 80px;
            margin-bottom: 40px;
        }
    }
}

.border-line {
    padding: 0 15px;
    height: 2px;
    background: #e2ddd8;
    margin-bottom: 30px;
}

.news-text {
    .LatoLight();
    font-size: 16px;
    color: #333333;
}

.news-detail {
    .reviewDet-header {
        h1 {
        }
    }
}

.searchbox {
    height: 36px;

    .search-area {
        font-size: 16px;
        padding-left: 11px;
        .LatoRegular();
        float: left;
        width: 85%;
        background: #eee;
        border: 0;
        border-bottom: 1px solid #436c30;
    }

    .winsrch-btn {
        float: right;
        width: 15%;
        padding: 0px;
        background: #397317;
        font-size: 18px;
        color: @white;
        height: 39px;
        text-align: center;

        &:hover {
            cursor: pointer;
        }

        .fa-magnifying-glass {
            position: relative;
            top: 7px;
        }
    }

    input::-webkit-input-placeholder {
        color: #95989a;
    }

    input:-moz-placeholder {
        color: #95989a;
    }
}

.sidebar {
    padding-top: 25px;
}

/*# 12 News Page - End #*/
/*# 13 Sweepstakes Page - Start #*/
.Sweepstakes-content {
    padding-top: 165px;
}

/*# 13 Sweepstakes Page - End #*/
.filterBar-container {
    border-top: 1px solid #fff;
    position: fixed;
    background: #000;
    height: 55px;
    bottom: 0;
    width: 100%;
    z-index: 1001;

    .filterBtn {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #a7ce57;
        width: 72px;
        border-radius: 5px;
        display: block;
        font-size: 16px;
        text-align: center;
        float: right;
        margin-top: 7px;
        cursor: pointer;
    }

    .openedfilter {
        display: none;
    }
}

#FilterModal {
    top: 0 !important;
    padding-bottom: 54px;
    background: #000;
}

/* #Breadcrumb# */

.breadcrumb {
    /*height: 76px;
    line-height: 76px;*/
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px !important;

    ul {
        list-style: none;
        overflow: hidden;
        margin-left: 0;
        padding-top: 24px;

        li {
            float: left;
            padding-right: 5px;
            list-style: none !important;
            line-height: 16px;
            color: #6c6c6c;

            &:not(last-child) {
                a {
                    color: #6c6c6c !important;
                    font-weight: 600 !important;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }

            &:first-child {
                a:hover {
                    text-decoration: none;
                }
            }

            a {
                color: #6c6c6c;
            }

            .fa-home {
                font-weight: 600 !important;
            }

            &:not(:first-child) {
                font-family: "acumin-pro-condensed" !important;
                font-size: 13px;
            }

            &:not(:first-child) {
                a {
                    font-family: "acumin-pro-condensed" !important;
                    font-size: 13px;
                    line-height: 14px;
                }
            }
        }

        li:last-child a {
            font-weight: 400 !important;
            cursor: auto;
            text-decoration: none !important;
        }

        li:not(:last-child):after {
            height: 14px;
            margin: 0 0 0 4px;
            content: "/" !important;
        }
    }
}

/* #Find retailer# */
#contactUsCollapse {
    margin-bottom: 1px;
}

#map_canvas {
    top: -65px;
}

#FindARetailer {
    margin-top: -65px;
}

.footer-contact-us {
    color: #fff;
    font-family: "lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 2;

    a {
        color: #fff;
        text-decoration: none;
        outline: 0;
        line-height: 1.6em;
    }

    .contact-us-header-container {
        /*  position: relative;
      line-height: 50px;
      padding: 15px 0;*/
        text-align: center;
        height: 43px;
        line-height: 43px;

        .small( {
            height: auto;
            line-height: 20px;
            padding: 11px 0;
        }

        );
    }

    &.pop-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    }
}

.contact-us-header-container .fa-phone {
    font-size: 28px;
    vertical-align: middle;
    margin-top: 5px;
}

.contact-us-header-container .fa-chevron-right {
    vertical-align: middle;
    font-size: 26px;
    margin-left: 7px;
    margin-top: 1px;
}

.contact-us-fixed {
    &:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    }

    &.for-fixed {
        position: fixed;
        /*  bottom: -14px;*/
        bottom: 0;
        width: 100%;
        left: 0;
        overflow: visible;

        &:before {
            content: "";
            position: absolute;
            width: 150%;
            height: 86%;
            top: 0;
            left: -50%;
            z-index: -1;
            background: #ffffff; //#78a22f;
            -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1);
            transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
            border-top: 1px solid #e1e1e1;
            box-shadow: 2px 2px 2px #e1e1e1;
        }

        .contact-us-header-container .fa-phone {
            font-size: 26px;
        }

        .contact-us-header-container .fa {
            font-size: 33px;
            vertical-align: inherit;
        }

        .contact-us-header-container .fa-chevron-right {
            font-size: 26px;
            vertical-align: inherit;
            margin-left: 7px;
        }

        .contact-us-header-container .contact-us-header {
            /*  font-size: 22px;*/
            display: inline-block;
            /*line-height: 1;*/
            margin-left: 10px;
            margin-top: 0;
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            height: 43px;
            /*line-height: 43px;  */

            .small( {
                height: auto;
                line-height: 20px;
            }

            );
        }

        .contact-us-fixed-background {
            /* width: 452px;*/
            width: 100%;
            background: #426e2e;
        }
    }
}

.contact-us-fixed-background {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

    .small( {
        padding-right: 0;
        padding-left: 0;
    }

    );
}

.footer-contact-us .contact-us-header-container .contact-us-header {
    /*font-size: 28px;
      display: inline-block;
      line-height: 1;
      margin-left: 10px;
      vertical-align: middle;
      font-weight: normal;
      margin-tOp: 1.1rem;
      Margin-bottom: 1rem;
    height: 43px;
    line-height: 43px;*/
    font-weight: 700;

    .small( {
        height: auto;
        line-height: 20px;
    }

    );
}

.contact-us-fixed.for-fixed #popContactUs {
    margin-right: 0;
    display: block;
}

#popContactUs {
    text-align: right;
    margin-right: 30px;
    display: block;
}

.contact-us-close {
    font-size: 22px;
    position: absolute;
    right: 24px;
    top: 3px;
    font-weight: normal;
    margin-top: 0px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.contact-us-collapse-background {
    background-color: #f1f1f1;
}

.contact-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.find-retailer-block {
    position: relative;

    h1 {
        font-size: 30px;
        color: #303030;
    }

    h2 {
        display: none;
    }

    .reatiler-search-box .retailer-zip {
        width: 60%;
        float: left;
    }

    .retailer-zip {
        width: 50%;
        float: left;
    }

    .reatiler-search-box .retailer-miles {
        width: 36%;
        margin-left: 10px;
    }

    .retailer-miles {
        width: 45%;
        margin-left: 10px;
    }

    .reatiler-search-box .searchBtn {
        margin: 0 auto 15px auto;
        font-weight: 500;
    }

    .searchBtn {
        background: #426e2e;
        color: #fff;
        border: none;
        width: 119px;
        text-align: center;
        height: 35px;
        border-radius: 5px;
        font-size: 13px;
        text-align: center;
        text-shadow: none;
        font-weight: 500;
    }
}

.reatiler-search-box {
    padding-top: 20px;
}

.reatiler-search-box .searchBtnArea {
    margin-top: 24px;
    text-align: center;
}

.spinner {
    position: absolute;
    top: 170px;
    right: 30%;
}

.retailer-info {
    position: relative;

    a.retailer-block {
        display: block;
        /*border-bottom: 1px solid #f0f0f0;*/
        padding-bottom: 15px;
        height: 100%;
    }

    h3 {
        font-size: 14px;
        color: #0a0a0a;
        font-weight: bold;
        margin: 0;
        /*padding-top: 15px;*/
        white-space: nowrap;
        text-overflow: ELLIPSIS;
        overflow: HIDDEN;
    }

    h4 {
        font-size: 14px;
        color: #0a0a0a;
        font-weight: bold;
        margin: 0;
        /*padding-top: 15px;*/
        white-space: nowrap;
        text-overflow: ELLIPSIS;
        overflow: HIDDEN;
    }

    .gmnoprint {
        display: none;
    }

    span {
        display: block;
        font-size: 12px;
        color: #828282;
        line-height: 16px;
        text-transform: uppercase;
    }

    .show-more {
        margin-top: 5px;
        border-top: 1px solid #ccc;
        padding-top: 0.75rem;

        a {
            color: #436c30;
            font-weight: bold;
        }
    }
}

.find-retailer-block.retailer-details {
    padding-top: 218px;
}

.marB30 {
    margin-bottom: 30px;
}

.contactusForm {
    table tbody tr:nth-child(even) {
        background: #f1f1f1 !important;
    }

    table tbody td {
        padding: 0.57rem 0.625rem;
    }

    .FieldLabel label {
        color: #0a0a0a !important;
        text-align: right;
    }

    [type="text"],
    textarea {
        box-shadow: none;
    }

    #Phone input:nth-of-type(1) {
        width: 21%;
        margin-right: 2%;
        display: inline;
        margin-left: 2%;
    }

    #Phone input:nth-of-type(2) {
        width: 19%;
        margin-right: 2%;
        display: inline-block;
        margin-left: 2%;
    }

    #Phone input:nth-of-type(3) {
        width: 44%;
        display: inline-block;
        margin-left: 1%;
    }

    input[type="submit"] {
        background: #426e2e;
        color: #fff;
        border: none;
        width: 119px;
        text-align: center;
        height: 35px;
        border-radius: 5px;
        font-size: 13px;
        margin: 5px 26% 20px 26%;
        text-shadow: none;
        font-weight: 500;
    }

    input {
        margin-bottom: 0;
    }
}

.contact-container table tbody {
    background-color: #f1f1f1;
}

.retailer-details .retailer-search.retailer-search-open {
    width: 441px;
    padding: 8px;

    @media @maxwidth768 {
        right: 0px;
    }
}

.retailer-details .retailer-search {
    width: 54px;
    position: relative;
    display: none;
    background: #fff none repeat scroll 0 0;
    padding: 0;
    box-shadow: #303030 5px 10px 15px;
    right: 2px;
    transition: width 0.3s;
    height: 59px;
    float: right;
    z-index: 999;
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.retailer-details .retailer-search.retailer-search-open .openSearch {
    right: 8px;
    top: 9px;
}

.openSearch {
    height: 40px;
    width: 40px;
    background: #436c30;
    border-radius: 20px;
    display: inline-block;
    border: 2px solid;
    position: absolute;
    right: 8px;
    color: #ebebeb;
    top: 11px;
}

.retailer-details .retailer-search .searchform {
    width: 381px;
}

.retailer-details .retailer-search.retailer-search-open input[type="text"] {
    display: inline-block;
    margin-bottom: 0;
}

.retailer-details .retailer-search input[type="text"] {
    width: 47%;
    display: none;
}

.retailer-details .retailer-search.retailer-search-open select {
    display: inline-block;
    margin-bottom: 0;
}

.retailer-details .retailer-search select {
    width: 25%;
    display: none;
}

.retailer-details .retailer-search.retailer-search-open .searchBtn {
    width: 20%;
    display: inline-block;
}

.retailer-details .retailer-search .searchBtn {
    display: none;
}

.retailer-details .searchBtn {
    width: 23%;
    margin-left: 12px;
    margin: 0 0 0 12px;
}

.find-retailer-block .searchBtn {
    background: #426e2e;
    color: #fff;
    border: none;
    width: 119px;
    text-align: center;
    height: 35px;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
}

.retailer-search-open .fa-chevron-right {
    margin-top: 11px;
    margin-left: 13px;
}

.contactusForm .ErrorLabel:nth-of-type(1) {
    float: right;
    padding-right: 11px;
}

.contactusForm .EditingFormErrorLabel,
.ErrorLabel {
    color: #f03;
}

.contactusForm .EditingFormErrorLabel {
    float: right;
}

#footer_map_canvas .gm-style-iw span {
    color: #000;
}

.retailer-details .spinner {
    left: 520px;
    top: 500px;
}

.spinner {
    position: absolute;
    top: 170px;
    right: 30%;
}

.retailer-details .retailer-info h3 {
    color: #426e2e;
}

.openSearch .fa.fa-magnifying-glass {
    position: absolute;
    top: 30%;
    left: 31%;
    color: #fff;
}

.maxWidth(48em, {
    .home-section-3 .solutionsContainer {
        padding-left: .9375rem;
    }

    .home-section-3 .heading-container {
        padding-right: .9375rem;
    }

    .contact-container .pd0 {
        padding: 0;
    }

    .contact-us-collapse-background .container {
        padding: 0;
    }

    .retailer-details .retailer-search.retailer-search-open {
        width: 100%;
    }

    .retailer-details .retailer-search {
        //top: 111px;
    }

    .retailer-details .retailer-search .searchform {
        width: 85%;
    }

    .hide-for-786 {
        display: none;
    }

    .show-for-786 {
        display: block;
    }

    .retailerCol {
        width: 100% !important;
    }

    .ContactCol {
        width: 100% !important;
        border-top: 1px solid #426e2e;
        margin-top: 20px;
    }

    .footer-contact-us .contactus-mob .contact-us-header-container {
        position: relative;
        line-height: 50px;
        padding: 15px 0;
        background: #426e2e;
    }

    .contactusForm {
        position: relative;
        padding: 30px 0 30px 0;
    }
}

);
.small( {

    .marB10 {
        margin-bottom: 10px;
    }

    .contactusForm .FieldLabel label {
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .contactusForm table td:nth-of-type(odd) {
        width: 20%;
    }

    .contactusForm {
        position: relative;
        padding: 30px 0 30px 0;
    }

    .contactusForm table {
        border-collapse: separate !important;
    }

    .contactusForm table td:nth-of-type(even) {
        width: 80%;
    }

    .contactusForm input[type="submit"] {
    }
}

);

.contactusForm input[type="submit"]:last-child {
    /*display: none;*/
}

.contactusForm .submit-col {
    text-align: center;
}

.contactusForm .submit-col input[type="submit"] {
    display: inline-block;
}

.contactusForm .form-element {
    margin-bottom: 10px;
    padding: 0 5px;
}

.contact-container .InfoMessage,
.contactusForm .InfoLabel {
    color: #333;
    background: #dff0d8;
    padding: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
    .LatoRegular();
}

/*# Shawn Adds#*/

.at-fixed-nav-container.at-nav-scrolled {
    border-bottom: 1px #f1f1f1 solid;
}

.solutionsContainer a {
    color: #fff;
}

.solutionsContainer a:hover {
    color: #ccc;
}

.at-btn {
    font-weight: 500;
}

.find-retailer-block.retailer-details {
    padding-top: 165px;
}

.retailer-details .retailer-search {
    box-shadow: #a9a9a9 5px 5px 5px;
    right: 10px;
}

.required-field {
    border: 1px solid #f00;
    position: absolute;
    height: 41px;
    left: 14px;
    top: -1px;
    z-index: -1;
}

.formfield {
    position: relative;
}
/*Crop-Nutrients start*/
.at-btn-green {
    &:hover {
        background: #426e2e;
    }
}
/*Crop-Nutrients end*/
@media screen and (min-width: 64em) {
    .at-fixed-nav-container .nav-bar-large {
        display: block;
    }
}

@media @maxwidth1023 {
    .at-fixed-nav-container .nav-bar-large {
        display: none;
    }
}

.croplan-seeds {
    display: none;
}

.view-seeds .contact-us-fixed-background {
    overflow: visible;
}

.accessibility-link {
    position: relative;
    left: 0;
    height: 0;
    z-index: 99;
}

.skip-to-main {
    position: absolute;
    height: 0;
    left: -99999px;
}

/******* new menu changes ****************/
.salesMenu,
.salesMenu:focus {
    font-size: 18px;
    line-height: 20px;
    height: 26px;
    color: #303030;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    margin-left: 25px;
    margin-top: 27px;
}

.salesMenu:hover {
    color: #859d39;
    border-bottom: 3px solid #859d39;
}

.at-fixed-nav-container .nav-bar li {
    margin-left: 16px;
}

/* #Notice Banner# */
.wf-img-bg {
    padding-top: 300px !important;
}

.yellow_banner {
    background-color: rgb(237, 168, 32);
    margin-top: 50px;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;

    @media @maxwidth1023 {
        margin-top: 50px;
        padding: 0 10px;
    }

    @media @maxwidth768 {
        top: 65px !important;
        z-index: 20 !important;
    }

    .banner_inner {
        max-width: 60rem;
        margin: 0 auto;

        p {
            display: block !important;
            font-size: 14px;
            margin-bottom: 0;
            padding: 10px 0;
            color: #0A4054;
            text-align: center;
            font-family: acumin-pro-condensed, sans-serif;

            @media @maxwidth1023 {
                line-height: 17px;
            }

            * {
                font-family: inherit;
            }
        }
    }
}

/* #Notice Banner# */

.yellow_banner {
    /*background-color: #fed115;
    margin-top: 147px;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;*/
    background-color: rgb(237, 168, 32);
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;

    @media @maxwidth1023 {
        margin-top: 112px;
        padding: 0 10px;
        margin-top: 50px;
    }

    .banner_inner {
        max-width: 72rem;
        margin: 0 auto;

        p {
            display: block !important;
            font-size: 14px;
            margin-bottom: 0;
            padding: 10px 0;
            text-align: center;
            color: #0A4054;
            font-family: acumin-pro-condensed, sans-serif;

            @media @maxwidth1023 {
                line-height: 17px;
            }

            * {
                font-family: inherit;
            }
        }
    }
}

#WF-Home .at-fixed-nav-container {
    top: 92px;

    @media only screen and (max-width: 767px) {
        top: 50px;
    }
}

#WF-Home .at-fixed-nav-container.at-nav-scrolled {
    top: 50px;
}

.at-fixed-nav-container.at-nav-scrolled {
    top: 50px;

    .img-logo {
        @media screen and (max-width: 1100px) {
            max-height: 45px !important;
        }
    }
}

/*

#custom-WF_Shop .at-fixed-nav-container {
  top: 112px;
  @media only screen and (max-width: 767px) {
    top: 50px;
  }
}

#custom-WF_Shop .at-fixed-nav-container.at-nav-scrolled {
  top: 50px;
}
.at-fixed-nav-container.at-nav-scrolled {
  top: 50px;
  .img-logo {
    @media screen and (max-width: 1100px) {
      max-height: 45px !important;
    }
  }
}

*/
.img-logo {
    @media screen and (max-width: 1153px) {
        float: left;
        max-height: 45px;
        margin-top: 11px;
    }
}

.signup-events {
    input[type="submit"] {
        background: #426e2e;
        color: #fff;
        border: none;
        width: 119px;
        text-align: center;
        height: 35px;
        border-radius: 5px;
        font-size: 13px;
        margin: 5px 97px 20px 0;
        text-shadow: none;
        font-weight: 500;
    }

    #Postal {
        max-width: none;
    }
}

@media screen and (min-width: 40em) {
    .news-detail .reviewDet-header h1 {
        font-size: 72px;
    }
}

.news-detail .reviewDet-header h1 {
    color: #0b3f54 !important;
}

.signup-events input[type="button"] {
    margin: 30px 97px 20px 0 !important;
    background: #426e2e;
    color: #fff;
    border: none;
    width: 119px;
    text-align: center;
    height: 35px;
    border-radius: 5px;
    font-size: 13px;
    text-shadow: none;
    font-weight: 500;
}

@media only screen and (max-width: 63.9375em) {
    .at-fixed-nav-container {
        top: 50px !important;
    }

    .at-fixed-nav-container {
        border-top: 1px #999 solid;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
    }

    .at-fixed-nav-container .logo-link {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        background: #fff;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .at-fixed-nav-container .img-logo {
        margin-top: 0;
    }

    .at-mobile-menu-btn {
        line-height: 45px !important;
        font-size: 2rem !important;
    }

    .at-fixed-nav-container .nav-bar {
        float: none;
        background-color: #fff;
        margin-left: 0;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
        left: 0;
    }

    .at-fixed-nav-container .nav-bar li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0;
    }

    .at-fixed-nav-container .nav-bar li:not(.nav-search) a {
        display: block;
        text-align: center;
    }

    .at-fixed-nav-container .nav-bar li .search-icon {
        font-size: 3rem;
        line-height: 4.25rem;
        width: 100%;
        text-align: center;
    }
}

#footer_contact_form label#errordescriptionFooter {
    margin-top: -16px !important;
}


/////////menu_bar//////////////
.menu_bar {
    display: flex;
    justify-content: space-between;

    @media only screen and (max-width: 1024px) {
        display: block
    }
}
