﻿ .page_banner_div .banner_agroheading, .page_banner_div .banner_agrosub {
    color: #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    font-style: normal;
    text-align: center;
    letter-spacing: -.015em;
    color: #FFF;
    text-shadow: 1px 1px 10px rgba(0,0,0,.25)
}

.page_banner_div .banner_agroheading {
    top: 45%;
    left: 50%;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px
}

.page_banner_div .banner_agrosub {
    top: 58%;
    left: 50%;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px
}

.page_banner_div_agro_img {
    height: 400px;
    background: url(/images/agronomy/shutterstock_1179011221.png) top center no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center
}

@media only screen and (min-width:1024px) {
    .page_banner_div_agro_img {
        height: 280px
    }

    .page_banner_div .banner_agroheading {
        transform: translate(-50%,-80%)
    }
}

.body_container.agro_container {
    padding: 20px 35px
}

.grid-container.body_container.agro_container.graysticky {
    padding: 20px 50px;
    max-width: 1440px
}

.body_container.agro_container.gridsec {
    min-height: auto;
    padding-bottom: 0
}

@media (max-width:1023px) {
    .body_container.agro_container.gridsec {
        min-height: auto;
        padding-bottom: 0
    }

    .body_container.agro_container, .grid-container.body_container.agro_container.graysticky {
        padding: 20px 15px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page_banner_div_agro_img {
        background-position: 50%
    }
}

.show-filters {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 10px 0;
    margin: 0 auto 20px;
    color: #1B7383;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    background: none
}

@media screen and (max-width:47.99875em) {
    .show-filters {
        margin-bottom: 0
    }
}

.show-filters:active, .show-filters:focus {
    outline: 2px solid #6E6E6E !important
}

.show-filters:after {
    content: '';
    width: 15px;
    height: 8px;
    background-size: contain;
    background-image: url(../images/agronomy/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    float: right;
    display: block;
    margin-top: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 6px
}

.show-filters.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.filter-sod {
    background: #fff;
    border: 1px solid #D1D1D1;
    padding: 35px 30px;
    position: relative;
    margin-top: 30px;
    display: none
}

    .filter-sod .cell {
        overflow: auto
    }

@media screen and (max-width:47.99875em) {
    .filter-sod {
        padding: 25px 15px;
        margin-bottom: 10px;
        margin-top: 15px
    }
}

.filter-sod:before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    background: #fff;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 10px);
    top: -11px
}

.filter-sod .input-group-field {
    position: relative
}

    .filter-sod .input-group-field label {
        padding-left: 25px;
        display: inline-block;
        word-break: break-all
    }

.filter-sod input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0
}

    .filter-sod input[type=checkbox]:before {
        position: absolute;
        opacity: 1;
        height: 15px;
        width: 15px;
        border: 1px solid #D1d1d1;
        display: block;
        content: '';
        margin-top: 5px
    }

    .filter-sod input[type=checkbox]:checked:after {
        position: absolute;
        opacity: 1;
        height: 9px;
        width: 9px;
        top: 3px;
        left: 3px;
        display: block;
        content: '';
        background: #1B7383;
        margin-top: 5px
    }

@media screen and (max-width:47.99875em) {
    .filter-sod .cell {
        text-align: center
    }
}

.filter-trigger {
    font-size: 17px;
    font-weight: 700;
    color: #1B7383;
    padding-bottom: 3px;
    border-bottom: 1px solid #1B7383;
    position: relative;
    cursor: pointer;
    border: 0;
    background: none
}

@media screen and (max-width:47.99875em) {
    .filter-trigger {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.filter-trigger:active, .filter-trigger:focus {
    border: 2px solid #6E6E6E !important
}

.filter-trigger:after {
    content: '';
    width: 15px;
    height: 8px;
    background-size: contain;
    background-image: url(../images/agronomy/icon-filter-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    top: 3px;
    display: block;
    margin-top: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter-trigger.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.filters-select {
    display: none;
    margin-top: 15px;
    max-height: 200px;
    position: relative;
    width: 100%
}

    .filters-select label {
        white-space: normal;
        font-family: "Noto Sans Display";
        font-style: normal;
        font-size: 15px;
        line-height: 23px
    }

@media screen and (max-width:47.99875em) {
    .filters-select {
        width: 70%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
}

.feed-ad {
    border-color: transparent;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:47.99875em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

.feed-ad .btn.btn_blue {
    position: absolute;
    bottom: 24px
}

.feed-ad .content-copy {
    padding: 40px
}

.feed-ad a:hover {
    text-decoration: none
}

.feed-ad .content-copy h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #333;
    margin: 0;
    letter-spacing: -.015em;
    margin-bottom: 20px
}

@media print,screen and (min-width:64em) {
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem)
    }
}

h6.card-subtitle, .agro_grid .type-tag {
    font-family: "Noto Sans Display";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: -.015em;
    color: #000;
    text-transform: uppercase
}

.agro_grid h3 a {
    color: #333;
    text-decoration: none;
    cursor: default;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -.015em;
    cursor: pointer
}

.agro_grid p {
    cursor: default
}

.agro_grid {
    margin-top: 20px
}

    .agro_grid.card {
        box-shadow: none;
        border: 0;
        text-decoration: none;
        cursor: pointer
    }

        .agro_grid.card:hover {
            border: 0;
            text-decoration: none;
            cursor: pointer
        }

    .agro_grid .card_image {
        line-height: 0;
        padding-bottom: 0
    }

        .agro_grid .card_image img {
            height: 197px;
            width: 100%
        }

    .agro_grid .card-body {
        box-shadow: none;
        border: 0;
        padding: 0;
        text-decoration: none;
        cursor: pointer
    }

        .agro_grid .card-body p {
            font-size: 15px;
            text-decoration: none;
            cursor: pointer
        }

    .agro_grid .card-footer {
        background: 0;
        padding: 0;
        border-top: 0
    }

        .agro_grid .card-footer a.btn.btn_blue {
            bottom: 24px;
            position: absolute;
            cursor: pointer
        }

.card-agrosection {
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    padding: 20px 25px;
    border: 3px solid transparent;
    border-radius: 0
}

    .card-agrosection:hover, .card-agrosection.gray:hover {
        border: 3px solid #19BEDC
    }

    .card-agrosection.gray {
        background: #D9D9D9;
        box-shadow: none;
        padding: 24px 35px;
        border: 3px solid transparent
    }

.grid-container.filterpost {
    padding-right: 0;
    padding-left: 0;
    max-width: 1440px
}

.filter-sod {
    padding: 35px 50px !important
}

.feed-ad {
    border-color: transparent;
    height: 95.1%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:63.99875em) {
    .feed-ad {
        height: auto
    }
}

@media screen and (max-width:47.99875em) {
    .feed-ad {
        min-height: 560px
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .feed-ad .content-copy h2 {
        color: #fff
    }

    .feed-ad p {
        display: none
    }
}

.filterpost .grid-margin-x > .cell {
    margin-left: .46875rem;
    margin-right: .46875rem
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .filter-sod {
        padding: 35px 20px !important
    }
}

@media only screen and (min-width:1024px) {
    .filter-sod {
        padding: 35px 14px 35px 30px !important
    }
}

.card-agrosection .btn.btn_blue {
    position: absolute;
    bottom: 20px
}

.agro_container .cell.large-12 .grid-x.grid-margin-x a {
    text-decoration: none !important
}

.card-agrosection a:hover {
    text-decoration: none !important
}
