/* GLOBAL */
section {
    margin: 40px 0;
}

    section:first-child {
        margin: 0;
    }

.sectionTitle {
    display: inline-block;
    margin-bottom: 25px;
}

    .sectionTitle h2 {
        color: #5f7800;
        font-size: 22px;
        font-weight: bold;
        line-height: 25px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .sectionTitle .facebook {
        background: url('../Image/global_assets/facebook.jpg') left center no-repeat;
        background-size: 10px 18px;
        padding-left: 42px;
    }

h2.twitter {
    background: none;
}

.pageTitle {
    font-size: 15px;
    margin: 0;
    line-height: 1em;
    color: #55565a;
    padding: 0 0 15px 0;
    font-weight: 700;
}

.learnMoreBtn, .learnMoreBtn:link, .learnMoreBtn:visited {
    display: block;
    width: 100%;
    background: #40BAD4;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 15px 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

    .learnMoreBtn:hover {
        background: #00a0be;
        color: #282828;
    }

hr {
    border-top: 1px solid #55565a;
    margin: 0;
}

.text-center {
    text-align: center;
}

/* HERO IMAGE */
#heroImage {
    margin-top: 0;
}

    #heroImage img, #detailHeroImage img {
        width: 100%;
    }

.heroTitle {
    font-size: 30px;
    color: #55565a;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1em;
}

.heroContainer {
    position: relative;
    margin: 0 -15px;
}

    .heroContainer img {
        width: 100%;
    }

.heroCaption {
    width: 100%;
    background: #000;
    position: relative;
}

    .heroCaption p {
        color: #fff;
        padding: 20px 15px;
        margin: 0;
        font-size: 15px;
        line-height: 22px;
    }

#heroImage .learnMoreBtn {
    display: inline-block;
    background: #40bad4;
    padding: 15px 0;
    text-align: center;
    position: relative;
    margin: 20px 0 0;
}

    #heroImage .learnMoreBtn:hover {
        background: #00a0be;
        color: #282828;
    }

/* RESOURCES */
.resource {
    font-size: 18px;
    margin-top: 50px;
}

    .resource:first-child {
        margin-top: 0;
    }

    .resource a {
        font-size: 15px;
    }

    .resource img {
        width: 100%;
    }

.resourceTitle {
    font-weight: bold;
    margin: 20px 0;
}

.resource .learnMoreBtn, .resource .learnMoreBtn:link, .resource .learnMoreBtn:visited {
    display: block;
    width: 100%;
    background: #40bad4;
    color: #333;
    padding: 15px 0;
    margin-top: 20px;
}

    .resource .learnMoreBtn:hover {
        background: #00a0be;
        color: #282828;
    }

#detailResources .row {
    margin-top: 50px;
}

    #detailResources .row:nth-of-type(-n+2) {
        margin-top: 0;
    }

/* AGREEMENT */
#agreement .learnMoreBtn {
    width: 100%;
}

#agreement table {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

    #agreement table td {
        vertical-align: top;
        word-break: break-word;
    }

        #agreement table td:first-child {
            font-weight: bold;
            padding-right: 10px;
            min-width: 80px;
        }

/* CHART */
.chart {
    border-left: 1px solid #9c9fa4;
    border-right: 1px solid #9c9fa4;
    border-bottom: 1px solid #9c9fa4;
}

.chart-row {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

    .chart-row .column-half {
        width: 100%;
        vertical-align: top;
        border-top: 1px solid #9c9fa4;
    }

        .chart-row .column-half:first-child {
            border-top: none;
        }

.chart-header {
    background: #59585d;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding: 20px 0;
}

.chart-sub-header {
    background: #9c9fa4;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

.chart-cell {
    height: 100px;
    line-height: 100px;
    padding: 0 100px;
    text-align: center;
    border-top: 1px solid #9c9fa4;
}
.enogen {
    border-top: 1px solid #9c9fa4 !important;
  
}

.chart-cell:first-child {
    border-top: none;
}

    .chart-cell img {
        /*max-width:100%;*/
        max-height: 65px;
    }

.chart-row.soybeans .chart-cell {
    height: 200px;
    line-height: 200px;
    border-bottom: none;
}

.durastak {
    max-height: 78px !important;
}

.chart-footer {
    background-color: #2384c6;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#2384c6));
    background-image: -webkit-linear-gradient(left, #fff, #2384c6);
    background-image: -moz-linear-gradient(left, #fff, #2384c6);
    background-image: -o-linear-gradient(left, #fff, #2384c6);
    background-image: linear-gradient(to right, #fff, #2384c6);
    padding: 5px 20px;
}

    .chart-footer img, .chart-footer p {
        display: inline-block;
        color: #000;
    }

    .chart-footer img {
        max-height: 35px;
        vertical-align: top;
        margin-right: 10px;
    }

    .chart-footer p {
        max-width: 90%;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        line-height: 1.5em;
    }

/* FAQ */
.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid #696969;
    cursor: pointer;
    color: #55565a;
}

    .faq-item:first-child {
        border-top: 1px solid #696969;
    }

.faq-question {
    font-weight: bold;
}

    .faq-question:after {
        content: "";
        display: inline-block;
        width: 38px;
        height: 20px;
        background-image: url('../images/faq-arrow.jpg');
        position: absolute;
        right: -40px;
        top: 0;
    }

.faq-item.active .faq-question:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-answer {
    margin-top: 10px;
    display: none;
}

/* CERTIFICATES */
#certificates .col-sm-8 > .col-sm-8 {
    padding: 0;
}

#certificates .row .col-sm-12 {
    padding: 0;
}

.certificates {
    margin-bottom: 40px;
}

    .certificates .col-sm-4 {
        background: #ebebeb;
        padding: 0 30px;
    }

    .certificates .download {
        padding: 15px 0;
    }

/* SIDEBAR DOWNLOADS */
.sidebar {
    margin-bottom: 25px;
}

.download {
    margin-top: 45px;
}

    .download img {
        width: 100%;
    }

    .download:first-child {
        margin-top: 25px;
    }

    .download p {
        margin: 20px 0;
    }

    .download .learnMoreBtn {
        width: 100%;
    }

.row.forms .download {
    margin-top: 40px;
}

.row.forms:first-child .col-sm-3:first-child .download {
    margin-top: 0;
}

/*grain-marketing*/


.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.grid-item {
    background-color: #f8f8f8;
    box-shadow: 0 0 3px #666;
    text-align: center;
    padding-left: 5px;
    padding-right: 9px;
}

    .grid-item img {
        max-width: 100%;
    }


.filter-section {
    background: #ebebeb;
    border: 2px solid #e1e1e1;
    margin-bottom: 25px;
}

.pdf_div_main {
    text-align: left;
}

.pdf_img_div {
    width: 6%;
    float: left;
    padding-bottom: 15px;
}

.pdf_desc {
    padding-bottom: 15px;
    font-size: 18px;
    float: right;
    width: 88%;
}

    .pdf_desc a {
        text-decoration: none;
    }

        .pdf_desc a:hover {
            text-decoration: underline;
        }

.pdfimg {
    /*background-image: url(../../productpagetest/img/grain-pdf-icon.svg);*/
    height: 33px;
    /*background-repeat: no-repeat;*/
    margin-left: 10px;
}

    .pdfimg a {
        margin-left: 10px;
    }
/* SF FILTERS */
.filter-container {
    background: #ebebeb;
    border: 2px solid #e1e1e1;
    margin: 15px -15px 30px;
}

.filter-section {
    border-top: 2px solid #e1e1e1;
}

    .filter-section:first-child {
        border-top: 0;
    }

    .filter-section.clear-filters {
        font-size: 11px;
        text-align: center;
        font-weight: 600;
        padding: 10px;
    }

        .filter-section.clear-filters a:hover {
            opacity: .7;
        }

.filter-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 10px;
    color: #55565a;
}

    .filter-title:hover {
        opacity: 0.75;
    }

.filter-section.active .filter-title {
    padding-bottom: 10px;
}

.filter-title:after {
    content: "+";
    display: block;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.filter-section.active .filter-title:after {
    content: "-";
}


.filter-content {
    padding: 0 15px 10px;
    display: none;
}

.filter-section.active .filter-content {
    display: block;
}






@media only screen and (max-width:767px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 15px;
    }
}

@media only screen and (max-width:767px) {

    .margin-prod {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:1023px) {

    .margin-prod {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width:768px) {

    .margin-prod {
        margin-top: -150px;
    }
}

@media only screen and (min-width:768px) {

    #margin-products {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 992px) {
    .legal {
        padding: 4px !important;
    }
}


@media only screen and (min-width:992px) {
    .filter-container {
        margin: 15px 0;
    }

    .filter-section label {
        font-size: 15px;
        padding-left: 20px;
        margin-top: 5px;
    }

    .filter-section .checkmark {
        top: 5px;
        left: 0;
        height: 15px;
        width: 15px;
    }

    .filter-section input:checked ~ .checkmark:after {
        font-size: 14px;
        top: -7px;
        left: 3px;
    }
}

/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    /* GLOBAL */
    .row.products {
        margin-top: 40px;
    }

    /* HERO IMAGE */
    .heroContainer {
        margin: 0;
    }

    /* RESOURCES */
    .resource {
        margin-top: 0;
    }

    #detailResources .row {
        margin-top: 100px;
    }

        #detailResources .row:nth-of-type(-n+2) {
            margin-top: 0;
        }

    /* CHART */
    .chart-row .column-half {
        display: table-cell;
        width: 50%;
        border-left: 1px solid #9c9fa4;
        border-top: none;
    }

        .chart-row .column-half:first-child {
            border-left: none;
        }

    .chart-cell {
        padding: 0 30px;
    }

    /* CERTIFICATES */
    #certificates .row .col-sm-12 {
        padding: 0 15px;
    }

    .certificates .col-sm-4 {
        padding: 0 15px;
    }

    .row.forms:first-child .download {
        margin-top: 0;
    }

    /* SIDEBAR */
    .sidebar {
        margin-bottom: 0;
    }

    .download:first-child {
        margin-top: 0;
    }
}


/*  Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* CHART */
    .chart-cell {
        padding: 0 60px;
    }

    .mbl-view {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .des-view{
        display:none;
    }
}
/*  Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
