﻿* {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#WF-Education {
    a:hover {
        color: #6c6c6c;
    }
}

#main-content {
    background: #f3f3f3;
}

.at-fixed-nav-container {
    padding-bottom: 0px;
}

.insight-img {
    position: relative;

    a {
        display: block;
        height: 250px;
        overflow: hidden;
        position: relative;

        img {
            width: auto;
            height: auto;
            max-width: 100%;
            object-fit: cover;
            max-height: none !important;
        }

        &:after {
            content: "";
            display: block;
            height: 100%;
            right: 0;
            width: 32px;
            background-color: rgba(255, 255, 255, 0.5);
            bottom: 0;
            top: 0px;
            position: absolute;
            z-index: 1;
        }

        &:before {
            content: "";
            display: block;
            height: 100%;
            right: 0;
            width: 7px;
            background-color: rgba(255, 255, 255, 0.5);
            bottom: 0;
            top: auto;
            position: absolute;
            z-index: 1;
        }
    }
}

#WF-Education
.feature-wrapper
.featured-list
.featured-row.large-4
.insight-img
a {
    &:after {
        content: "";
        display: block;
        width: 100%;
        right: 0;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 0;
        top: auto;
        bottom: 0;
        position: absolute;
    }

    &:before {
        content: "";
        display: block;
        width: 100%;
        right: 0;
        height: 7px;
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 0;
        top: auto;
        position: absolute;
    }
}

.list-none {
    list-style: none;
}

.m-b-5 {
    margin-bottom: 5px;
}

#gridView,
#listView {
    cursor: pointer;
}

#EducationList .gridview {
    width: 100%;
    text-align: center;
}

.view-toggle-btn {
    display: flex;
}

#gridView {
    text-align: center;
    padding-right: 0;
    width: auto;
    font-size: 23px;
    color: #0b3f54;
}

#listView {
    text-align: center;
    padding-right: 0;
    width: auto;
    font-size: 23px;
    color: #0b3f54;
    margin-left: auto;
}

.red,
#gridView.red,
#listView.red {
    color: red;
}

.width70 {
    font-family: "acumin-pro-condensed";
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    margin-top: 160px;

    .breadcrumb {
        ul {
            li {
                a {
                    color: #6c6c6c;
                }
            }
        }
    }
}

#WF-Education .feature-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-top: 0;
}

.insight-headline h1 {
    font-size: 66px;
    font-family: "acumin-pro-condensed";
    text-transform: uppercase;
    font-weight: 900;
    color: #084155;
}

.insight-headline h4 {
    font-family: "acumin-pro-condensed";
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #084155;
}

.insight-headline p {
    font-family: "acumin-pro";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-bottom: 90px;
    color: #0b3f54;
}

.insight-video {
}

.orange-ribbon {
    background-color: #ece8e5;
    border-top: 10px solid #e84f47;
}

.trending-topic {
    color: #084155;
    margin-top: 92px;
}

.trending-topic h2 {
    font-size: 40px;
    font-weight: 900;
    font-family: "acumin-pro-condensed";
    text-align: center;
    text-transform: uppercase;
    color: #0b3f54;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;


    @media screen and (min-width: 40em) {
        font-size: 78px;
    }
}

.trending-topic p {
    text-align: center;
    font-family: "acumin-pro";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    margin: 20px auto 30px auto;
    max-width: 450px;
}

.mtop-20 {
    margin-top: 20px;
}

.col-centered {
    float: none !important;
    margin: 0 auto;
}

.p10 {
    padding: 12px 0px;
}

.pTop {
    padding-top: 10px;
    bottom: 0px;
    position: absolute;
    margin-bottom: 40px;
}

.listlink {
    color: #084155;
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid lightgray;
    display: block;
    font-family: "acumin-pro-condensed";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;

    & > .fa-arrow-right {
        float: right;
        font-size: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #0b3f54;
        background-color: #fed115;
        border: 2px solid #0b3f54;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        box-shadow: inset 0 0 0 2px #fff;
        margin-top: -7px;
    }

    &:hover {
        .fa-arrow-right {
            border: solid 2px #fed115;
            box-shadow: inset 0 0 0 2px #0b3f54;
        }
    }
}
/*Filter part*/

.filter-section {
    i {
        margin-right: 10px;
        color: #e7504b;
    }

    a {
        margin-right: 8px;
    }
}

.seachboxinput,
.seachboxinput:focus {
    width: 100% !important;
    height: 60px !important;
    margin: 0;
    border-radius: 0;
    vertical-align: top;
    border: solid 2px #cfc6be;
    color: #0b3f54 !important;
    font-weight: 500;
    font-size: 20px;
    padding-left: 60px;

    &::placeholder {
        color: #0b3f54 !important;
        opacity: 1;
    }

    &:-ms-input-placeholder {
        color: #0b3f54 !important;
        opacity: 1;
    }

    &::-ms-input-placeholder {
        color: #0b3f54 !important;
        opacity: 1;
    }
}

.searchbox {
    display: table;
}

.searchbox_filter {
    display: inline-block;
    width: 100%;
    font-family: "acumin-pro";

    a {
        font-family: "acumin-pro";
    }

    input.seachboxinput {
        font-family: "acumin-pro";

        @media screen and (min-width: 40em) {
            height: 64px !important;
        }
    }
}

.searchbox_filter > div {
    vertical-align: top;
    margin-left: -4px;
}

.no_pad {
    padding: 0 !important;
}

.floatRight {
    float: right !important;
}

.floatLeft {
    float: left !important;
}

.bgbtn {
    background: #084155 !important;
    padding: 10px 12px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}

.search-btn {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    background: #f3f3f3 !important;
    font-size: 20px !important;
}

.search-btn_filter {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3 !important;
    font-size: 18px !important;

    .bgbtn {
        min-height: 64px;
    }

    @media screen and (min-width: 40em) {
        width: 14%;
    }
}

.inputbox-search_filter {
    width: 86.2%;
    display: inline-block;
    position: relative;

    &:before {
        position: absolute;
        left: 17px;
        top: 15px;
        content: "";
        font: normal normal normal 27px/1 FontAwesome;
        color: #084155;
    }
}

.search-outer {
    background-color: #fcfcfc;
    box-shadow: 0 6px 14px 3px rgba(0, 0, 0, 0.1);
}

.search_results {
    background-color: #fcfcfc;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 13%;
    color: #0b3f53;
    font-family: "acumin-pro";
    font-size: 17px;
    font-weight: 500;

    span {
        color: #0b3f53;
        font-size: 17px;
        font-weight: 500;
    }
}

.search-section {
    width: 86.8%;
}

.inputbox-serach {
    width: 100%;
    display: table-cell;
    margin-bottom: 0;
    margin-top: 14px;
    float: left;
    margin-left: -2px;
}

.bgbtn > a {
    color: #fff !important;
    font-weight: 800;
}

.pTop10 {
    padding-top: 10px !important;
}

.article {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-size: 28px;
    line-height: 1.21;
    color: #084155;
    margin-bottom: 24px;
}

.read_article {
    font-family: "acumin-pro-condensed";
    font-size: 18px;
    font-weight: 600;
    color: #0b3f54;
    display: inline-block;

    .fa {
        font-size: 14px;
        margin-left: 10px;
    }
}

.article_date {
    color: #6c6c6c;
    font-family: "acumin-pro-condensed";
    font-size: 13px;
    line-height: 14px;
    margin-top: 30px;
    float: right;
}

.big_pad {
    padding-left: 50px;
    padding-right: 50px;

    .gridview {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.list.big_pad {
    position: relative;
    min-height: 240px;

    .locked_bottom {
        position: absolute;
        bottom: 0;
        height: 85px;
        width: 100%;
    }
}

.date_holder {
    width: 100%;
    height: 45px;
}

.type_holder {
    color: #6c6c6c;
    font-family: "acumin-pro-condensed";
    font-size: 13px;
    line-height: 14px;
    margin-top: 30px;
}

.article_hr {
    width: 32px;
    height: 2px;
    border: none;
    background-color: #e2ddd8;
    margin: 0 0 18px 15px;
}

.list {
    .article_hr {
        margin: 14px 90% 20px 0 !important;
        display: block;
        float: left;
    }
}

@media (min-width: 381px) and (max-width: 767px) {
    .category-level-1 > .list-none {
        float: none;
        width: 100%;
    }
}

.sliderImage {
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 10px 10px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 0 !important;

    @media screen and (min-width: 40em) {
        background-color: transparent;
        box-shadow: none;
        margin-bottom: 150px;
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }

    .featuredcontent {
        background-color: #ffffff;
        min-height: 550px;
        position: relative;

        &:after {
            clear: both;
        }

        &:hover {
            box-shadow: 8px 8px 16px 0 rgba(207, 198, 190, 0.48), 16px 16px 24px 0 rgba(207, 198, 190, 0.24);

            .read_article i {
                margin-left: 14px;
            }

            .imgcontainer {
                height: 280px;
                margin-bottom: 12px;
            }

            img.print-only {
                transform: scale(1);
            }

            .imgcontainer {
                &:after {
                    height: 41px;
                }

                &:before {
                    height: 7px;
                }
            }
        }

        .locked_bottom {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 86px;
        }
    }

    .pTop {
        padding: 0;
    }

    .article_hr {
        margin: 0 90% 18px 0;
        float: left;
    }
}

.featured-list {
    position: relative;

    .featured-row {
        transition: box-shadow 0.2s linear;

        .insight-img {
            overflow: hidden;

            img {
                transition: all 0.2s linear;
                height: 100%;
                object-fit: cover;
                width: 100%;
                transform: scale(1.3);
                display: block;
            }

            a:after {
                transition: all 0.2s linear;
            }
        }

        &.large-4:hover {
            box-shadow: 8px 8px 16px 0 rgba(207, 198, 190, 0.48), 16px 16px 24px 0 rgba(207, 198, 190, 0.24) !important;

            .insight-img {
                a {
                    margin-bottom: 12px;
                    height: 240px;
                    margin-bottom: 10px;

                    img {
                        transform: scale(1.1);
                    }

                    &:after {
                        height: 41px !important;
                    }

                    &:before {
                        height: 7px;
                    }
                }
            }
        }

        &:not(.large-4) {
            &:hover {
                box-shadow: 8px 8px 16px 0 rgba(207, 198, 190, 0.48), 16px 16px 24px 0 rgba(207, 198, 190, 0.24) !important;

                .insight-img {
                    a {
                        img {
                            transform: scale(1.1);
                        }

                        &:after {
                            width: 41px !important;
                        }

                        &:before {
                            width: 7px;
                        }
                    }
                }
            }
        }
    }
}

.featured {
    position: absolute;
    padding: 13px 24px;
    background: #fed115;
    margin: -5px 0 1px 8px;
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
    font-family: "acumin-pro-condensed";
    text-transform: uppercase;
    z-index: 1;
    color: #0b3f54;
}

.date_transform {
    text-transform: lowercase;

    &:first-letter {
        text-transform: uppercase;
    }
}

.imgcontainer {
    height: 292px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;

    img.print-only {
        height: 100%;
        object-fit: cover;
        width: 100%;
        transform: scale(1.2);
        display: block;
    }

    &:after {
        content: "";
        display: block;
        width: 100%;
        right: 0;
        height: 32px;
        background-color: rgba(231, 80, 75, 1);
        bottom: 0;
        opacity: 0.9;
        position: absolute;
        transition: all 0.2s linear;
    }

    &:before {
        content: "";
        display: block;
        width: 100%;
        right: 0;
        height: 7px;
        background-color: rgba(245, 244, 242, 1);
        bottom: 0;
        position: absolute;
        opacity: 0.9;
        background-color: #e7504b;
        z-index: 1;
    }
}

#filters {
    position: absolute;
    z-index: 99999;
    width: 35%;
    margin-top: -2% !important;
    padding: 5% 8% 8% 4%;
    background-color: #fff;
    display: none;
    margin-left: -1%;

    .category-level-1 {
        padding: 0 0px 0 25px !important;
    }
}

.filterUI {
    padding: 25px 30px 25px 0;
}

.filter {
    box-shadow: 0px 2px 2px 2px lightgrey;
    padding: 0px !important;
    margin-left: 0px !important;
}

.close-filter-modal {
    float: right;
    margin-top: -25%;
    margin-right: -35%;
    font-size: 50px;
    font-weight: 600;
}

.filterClose {
    float: right;
    margin-top: -10px;
    margin-right: 0%;
    font-size: 30px;
    font-weight: 600;
    padding: 5px;
}

.filter-modal-bg {
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.insight-signup {
    display: none;
    position: absolute;
    background: ghostwhite;
    box-shadow: 1px 2px 3px 0px lightgrey;
    padding-top: 20px;
    padding-bottom: 30px;
    left: 30%;
    width: 35%;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.closeModel {
    font-size: 27px;
    padding-right: 10px;
    height: 40px;
    background: #084155;
    margin-bottom: 20px;
    color: #fff;
    text-align: right;
}

.fa-times-circle-o {
    cursor: pointer;
}

.signupTxt > label,
.signupTxt > span {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #084155 !important;
}

.signupTxt {
    padding: 5px 20px 5px 20px;
}

.signupTxt > label {
    text-transform: uppercase;
}

.signupTxt > h4 {
    color: #084155 !important;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}

.submitbtn > input {
    width: 100%;
    background: lightseagreen;
    padding: 15px;
    border: none;
    border-bottom: 4px solid #084155;
    color: #084155;
    font-size: 18px;
    font-weight: 800;
    font-family: "acumin-pro-condensed";
    transition: all 0.2s linear;

    &:hover {
        background-color: rgba(111, 200, 192, 0.8);
    }
}

.signupTxt > p {
    color: gray;
    font-size: 15px;
}

.pop-window {
    z-index: 9999999;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    top: 0%;
    background: white;
    opacity: 0.97;
    display: none;
}

.pop-filterwindow {
    z-index: 9999;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    background: white;
    opacity: 0.7;
    display: none;
}


.EditingFormErrorLabel,
.ErrorLabel {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.error-mgs {
    float: left;
    color: red;
    font-size: 14px;
    padding-left: 5px;
}

.signupTxt input[type="text"] {
    margin-bottom: 2px;
}

.insights-subscription > h3 {
    color: #084155 !important;
    font-family: "acumin-pro-condensed";
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
}

.insights-subscription > p {
    font-family: "acumin-pro";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    margin-bottom: 48px;
}

.submitbtn {
    margin-bottom: 84px;

    .signup-interest input {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
        font-family: "acumin-pro-condensed";
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
    }
}

.signup-interest label {
    position: relative;
    top: 0;
    font-size: 16px;
    width: 27.4%;
    text-align: left;
    font-weight: 600;
    padding-left: 3px;
}

.EditingFormControlNestedControl input[type="checkbox"] {
    margin: 9px 0 0 0;
}

#p_lt_ctl02_pageplaceholder_p_lt_ctl00_On_lineForm_plcUp_viewBiz_InterestedCrop_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 630px;
}

@media screen and (max-width: 767px) {
    .insight-signup {
        left: 2%;
        width: 96%;
    }

    .signup-interest label {
        width: 44%;
    }
}

@media screen and (max-width: 640px) {
    .signup-interest label {
        width: 84%;
    }
}

/* .signup-interest input[value=Cotton]{
    float: left !important;
    margin-left: 0px !important;
  }
  
  .signup-interest label:last-child{
    line-height: 45px !important;
    float: left;
  } */
.editing-form-control-nested-control {
    text-align: left;
    padding-left: 5px;
}

@media screen and (min-width: 480px) {
    /* input[type=checkbox]{
    width:30px;
    height:30px;
  }
    input[type=checkbox]+label[for]{
    width: 90%;
  }
    .signup-interest input[value=Cotton]{
    margin-left: 0px !important
  } */
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
  */

@media screen and (max-width: 480px) {
    .width70 {
        width: 90%;
    }

    .trending-topic {
        //margin-left: 5%;
    }

    .trending-topic p {
        text-align: left;
    }

    .insight-signup {
        left: 0%;
        width: 100%;
    }

    .pop-button {
        width: 50% !important;
    }

    .category-level-1 li {
        float: none !important;
        width: 100%;
    }

    .insight-headline h1,
    .trending-topic h1 {
        font-size: 30px;
    }

    #listView,
    #gridView {
        display: none;
    }

    .mobile-filter-button {
        display: none;
    }

    .searchbox {
        display: block;
    }

    .inputbox-serach {
        margin-top: 0px;
    }

    .search-btn > .bgbtn {
        padding: 3px 10px;
    }

    .filter-section {
        display: block;
        width: 99%;
        text-align: center;
    }

    .filter-section > .fa-plus-circle {
        float: right;
    }

    .filter-section > .fa-filter {
        float: left;
        margin-top: 9px;
        color: indianred;
        font-size: 25px;
    }

    .signup-interest input {
        width: 30px;
        height: 30px;
        float: left;
    }

    .signup-interest label {
        font-size: 16px;
        text-align: left;
        font-weight: 600;
        float: right;
        margin-top: -18px;
        padding-left: 5px;
    }

    /* .signup-interest input[value=Cotton]{
      float: none !important;
      margin-left: 0px !important;
    }
    
    .signup-interest1 label:last-child{
      line-height: 40px !important;
      float: none;
    }*/
    .signup-interest input[type="checkbox"] + label[for] {
        display: block !important;
        font-size: 16px;
        width: 77%;
        margin-top: 9px;
    }
}

.article_title a {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    color: #0b3f54;
}

.titlelayout {
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.bg_subscribe {
    background-color: #ece8e5;

    .insights-subscription {
        margin-top: 80px;
        margin-bottom: 30px;
    }
}

.news-insight-listing {
    margin-top: 20px !important;
}

#WF-Education .feature-wrapper .featured-list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

#WF-Education .feature-wrapper .featured-list .showhide {
    display: none;
}

#WF-Education .feature-wrapper .featured-list .featured-row.large-4 {
    box-sizing: border-box;
    margin: 1%;
    width: 31.3%;
    position: relative;
}

#WF-Education .feature-wrapper .featured-list .featured-row.large-4 .big_pad {
    padding: 0 30px 70px 30px;
    text-align: left;
    position: relative;
    min-height: 240px;

    .locked_bottom {
        position: absolute;
        height: 85px;
        bottom: 0;
        width: 100%;
    }
}

#WF-Education
.feature-wrapper
.featured-list
.featured-row.large-4
.big_pad
.read_article {
    position: absolute;
    bottom: 28px;
    left: 0;
}

.totalrecordno {
    display: none;
}

#WF-Education .countPerPage {
    width: 100%;
}

.loadMore2,
.loadMoreBtn {
    background-color: #e7504b;
    color: #0b3f54;
    padding: 16px;
    font-weight: 800;
    display: block;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    font-family: "acumin-pro-condensed";
    cursor: pointer;
    transition: background-color 0.2s linear;

    &:hover {
        background-color: rgba(231, 80, 75, 0.8);
    }
}

.loaderIcon {
    text-align: center;
    color: #0b3f54;
    display: none;
}

.featuredcard {
    padding: 32px;

    small {
        font-family: "acumin-pro-condensed";
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        color: #6c6c6c !important;
    }
}

.Categories-accordion {
    margin-bottom: 270px;
}

.category-list {
    max-width: 1050px;
    margin: auto;
}

.tt-icon {
    @media screen and (min-width: 40em) and (max-width: 60em) {
        height: 65px;
    }
}

/* Responsive CSS */
@media screen and (max-width: 1024px) {
    #WF-Education .feature-wrapper .featured-list .featured-row.large-4 {
        width: 48%;
    }

    .inputbox-search_filter {
        width: 60%;
    }

    .search-btn_filter {
        width: 39%;
    }

    .search-section {
        width: 70%;
    }

    .search_results {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .loadMore2,
    .loadMoreBtn {
        margin: 20px 0px 60px;
    }

    .search-btn_filter {
        width: 100%;
    }

    .search-section {
        width: 100%;
    }

    .search_results {
        width: 100%;
    }

    .inputbox-search_filter {
        width: 100%;
    }

    .searchbox_filter > div {
        margin-left: 0;

        a {
            font-family: "acumin-pro";
        }

        input.seachboxinput {
            font-family: "acumin-pro";

            @media screen and (min-width: 40em) {
                height: 64px !important;
            }
        }
    }

    .filter-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-outer {
        width: auto;
        padding: 20px 20px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    #WF-Education .feature-wrapper .featured-list .featured-row {
        padding-bottom: 30px;
    }

    #WF-Education .feature-wrapper .featured-list .featured-row.large-4 {
        width: auto;
    }
}

.insight-signup {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 1px 2px 3px 0px lightgrey;
    padding-top: 20px;
    padding-bottom: 30px;
    left: 30%;
    width: 32%;
    z-index: 999999;
    margin: 0 auto;
    //text-align: center;
    float: none;
}

.closeModel {
    font-size: 27px;
    padding-right: 10px;
    height: 40px;
    background: #084155;
    margin-bottom: 20px;
    color: #fff;
    text-align: right;
}

.fa-times-circle-o {
    cursor: pointer;
}

.signupTxt > label,
.signupTxt > span {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #084155 !important;
}

.signupTxt {
    padding: 5px 20px 5px 20px;
}

.signupTxt > label {
    text-transform: uppercase;
}

.signupTxt > h4 {
    color: #084155 !important;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}

.signupTxt > p {
    color: gray;
    font-size: 15px;
}

.pop-window {
    z-index: 9999999;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    top: 0%;
    background: white;
    opacity: 0.97;
    display: none;
}

.pop-filterwindow {
    z-index: 9999;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    background: white;
    opacity: 0.7;
    display: none;
}

/*---Insights popupmodal start--*/
.insight-signup {
    .modal_padding {
        padding-left: 40px;
        padding-right: 40px;

        .Subscription-head {
            padding-top: 25px;
            font-family: "acumin-pro-condensed";
            font-size: 32px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.13;
            letter-spacing: normal;
            color: #0b3f54;
            border-bottom: 2px solid #e1e1e1;
            padding-bottom: 30px;

            @media screen and (min-width: 48.01em) {
                padding-bottom: 25px;
                border-bottom: 2px solid #e1e1e1;
                margin-bottom: 30px;
            }
        }

        .subscription {
            clear: both;

            @media only screen and(max-width:767px) {
                padding-top: 15px;
            }
        }

        .subscription-label {
            label {
                font-family: "acumin-pro-condensed";
                font-size: 16px;
                font-weight: 900;
                font-style: normal;
                font-stretch: normal;
                line-height: 1;
                letter-spacing: 0.2px;
                color: #0b3f54;
                text-transform: uppercase;
                padding-bottom: 10px;
                text-align: left;
            }
        }

        .bg-wrap {
            .grow {
                width: 100%;
                display: block;
                padding-top: 10px;
            }

            tbody {
                display: block;
            }

            tr {
                display: block;
                width: 100%;
            }

            td {
                display: block;
                width: 50%;
                float: left;
                padding: 0px;
                text-align: left;
                padding-bottom: 20px;

                @media only screen and(max-width:767px) {
                    width: 100%;
                }

                /*input[type="checkbox"] {
                    //display: none;
                }*/

                label {
                    font-family: "acumin-pro";
                    font-size: 16px;
                    font-weight: bold;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.13;
                    letter-spacing: normal;
                    color: #0b3f54;
                }

                input[type="checkbox"] + label {
                    &:before {
                        background: #fff;
                        border-radius: 0;
                        color: inherit;
                        cursor: pointer;
                        display: inline-block;
                        font-weight: inherit;
                        height: 18px;
                        position: relative;
                        width: 32px;
                        height: 30px !important;
                        border: solid 2px #cfc6be;
                        content: "";
                        vertical-align: middle;
                        margin-right: 25px;
                    }
                }

                input:checked + label {
                    &:before {
                        content: "";
                        font: normal normal normal 14px/1 FontAwesome;
                        //left: 3px;
                        color: #0b3f54;
                        font-size: 25px;
                        //width: 10px;
                    }
                }
            }
        }
    }

    .lower_text {
        p {
            font-family: "acumin-pro-condensed";
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            letter-spacing: normal;
            color: #6c6c6c;
        }
    }

    input[type="submit"] {
        background: #6fc8c0;
        border: none;
        text-align: center;
        height: 60px;
        text-shadow: none;
        width: 100%;
        margin: 0;
        border-bottom: 4px solid #0b3f54;
        color: #0b3f54;
        font-family: "acumin-pro-condensed";
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: 2px;
        border-radius: 0;
    }

    .crops-label {
        label {
            font-family: "acumin-pro-condensed";
            font-size: 16px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            letter-spacing: 0.2px;
            color: #0b3f54;
            text-align: left;
        }
    }
}
/*---Insights popupmodal end--*/

.cms-bootstrap {
    height: 0;
}

.arial {
    font-family: arial;
}

/*trending-topic-detail*/

.trending-topic-detail {
    li#Categories {
        display: none !important;
    }

    .filterSelected.Categories {
        display: none !important;
    }

    .titlelayout {
        background-image: url("https://storwukenticomedia.blob.core.windows.net/media/wfu/media/images/icon_news.png");
        background-repeat: no-repeat;
        background-position: right top;
        padding-bottom: 20px 20px 40px 20px;
        min-height: 400px;
        background-size: 360px;

        p {
            max-width: 700px;
            line-height: 32px;
        }

        h4 {
            margin: 20px 0;
        }
    }
}
/*trending-topic-detail End*/

.back_logo {
    background-repeat: no-repeat;
    background-position: right center;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 50px;

    @media screen and (max-width: 767px) {
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: right top;
        height: inital;
        margin-bottom: 20px;
    }
}

.carouselMobile .owl-dots {
    text-align: center;
}

.carouselMobile .owl-stage-outer {
    width: 100%;
}

.carouselMobile .owl-dots .owl-dot.active {
    background-color: #6fc8c0 !important;
}

.carouselMobile .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: solid 1px #b3b3b3 !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 20px 6px;
    background-color: #fff !important;
}

.category-name {
    text-transform: capitalize;
}

#WF-Education .category-toggle-block .category-list li#Tags, #WF-Education .category-toggle-block .category-list li#Authors {
    display: none
}
