#enogen_index {
    margin-top: -20px !important;
}

.mobile-hero-copy {
    background: #fff;
    top: 80px;
    opacity: 0.9;
}

    .mobile-hero-copy p {
        color: #000;
        margin-top: 15px;
    }

    .mobile-hero-copy h2 {
        color: #000;
    }

@media only screen and (min-width: 768px) {
    .mobile-hero-copy h2 {
        padding-left: 30px;
    }

    .mobile-hero-copy p {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-hero-copy {
        width: 75%;
        top: 80px;
    }

        .mobile-hero-copy h2 {
            padding-left: 30px;
        }

        .mobile-hero-copy p {
            padding-left: 30px;
        }
}

@media only screen and (min-width: 1200px) {
    .mobile-hero-copy {
        width: 74%;
        top: 80px;
    }

        .mobile-hero-copy h2 {
            padding-left: 30px;
        }

        .mobile-hero-copy p {
            padding-left: 30px;
        }
}

.download a {
    /*  display: block;*/
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    background: url(/agrisure/_assets/download-icon.png) no-repeat center left;
    padding: 5px 10px 10px 40px;
}

.download {
    overflow: hidden !important;
}

@media only screen and (min-width: 992px) { /*Desktop*/
    .section-head-irm {
        background-image: url(https://assets.syngentaebiz.com/images/corn-traits-irm-header-desktop@2x.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        height: 100%;
        padding: var(--grid-pad-vert) 0 calc(var(--grid-pad-vert) * 4) !important;
    }
}

@media only screen and (max-width: 990px) { /*Mobile screens*/
    .section-head-irm {
        background-image: url(https://assets.syngentaebiz.com/images/corn-traits-irm-header-mobile@2x.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        height: 100%;
        padding: var(--grid-pad-vert) 0 calc(var(--grid-pad-vert) * 4.5) !important;
    }

    .display-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .res-section-left {
        margin-top: 20%;
    }

    .res-section-right {
    }

    .stewardship .copy-2-title h1 {
        font-size: 60px !important;
    }

    .toggle-btn {
        width: 7% !important;
    }

    .sub {
        padding: 0px 0px 0px 40px !important;
    }
}

.irm .copy-2-title h1 {
    text-align: left;
    font-size: 66px;
    font-weight: 500;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #334C56;
    margin: unset;
}

.irm h2 {
    text-align: left;
    font-size: 52px;
    font-weight: 500;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #334C56;
    margin: unset;
}

.h2-border {
    border-bottom: 2px solid #2e2e2e70;
    padding-bottom: 3%;
}

.margin-0 {
    margin: 0px !important;
}

.resource-header {
    border-bottom: 2px solid #2e2e2e70;
    padding-bottom: 3%;
}

.stewardship .copy-2-sub p {
}

.resources-container {
    max-width: 800px;
    margin: 0 auto;
    /*padding: 20px;*/
    font-family: Arial, sans-serif;
    margin-top: 2rem;
}

.resource-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resource-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #2e2e2e70;
    transition: background-color 0.3s;
}

    .resource-item:hover {
        background-color: #f5f5f5;
    }

    .resource-item img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    .resource-item a {
        color: #2c3e50;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
    }

        .resource-item a:hover {
            color: #3498db;
        }

.justify-center {
    display: flex;
    justify-content: center;
}

.prod-list {
    font-size: 18px;
    /* line-height: rem;*/
    list-style-type: none;
}

table.agrisure-display th:nth-child(2) {
    background: none !important;
    mix-blend-mode: unset !important;
    color: unset !important;
}

table.agrisure-display td:nth-child(2) {
    background: none;
}

table.agrisure-display tr:nth-child(even) {
    background: none;
}

.agrisure-revamp ul li {
    margin-top: 20px !important;
}

.irm-logo {
    width: 50% !important;
    float: right;
}

.traits-img {
    width: 600px !important;
}

table.agrisure-display td, th, p {
    text-align: left !important;
    font-size: 16px !important;
}

table.agrisure-display th p {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

/*table.agrisure-display th:nth-child(2) {
    padding-left: 20px !important;
}*/

table.agrisure-display th, td {
    padding-left: 20px !important;
}

table.agrisure-display th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

table.agrisure-display tr td:first-child {
    vertical-align: baseline !important;
}

table.agrisure-display tr td:first-child p {
    margin-top: unset !important;
}

table.agrisure-display {
    border: 2px solid #70707075 !important;
}

table.agrisure-display td, th {
    border: 1px solid #707070 !important;
}

.section {
    border-top: 2px solid #707070;
}

.irm-background-img {
    background: url(https://assets.syngentaebiz.com/images/corn-traits-irm-background-desktop@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 6%;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media only screen and (min-width: 640px) {
    .agrisure-revamp .inner-nav {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .agrisure-revamp ul li {
        margin-top: 0px !important;
    }
}

.ez-refuge {
    width: 65% !important;
    margin-right: 200px !important;
}

.refug-dwnload-btn {
    margin-top: 15px;
    display: inline-block;
    font-size: 20px !important;
}

.agrisure-revamp .table p:first-of-type{
    margin-top:unset !important;
    margin-bottom : unset !important;
}

.copy2-font h1{
    font-size:52px !important;
}