<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialised;
    -moz-osx-font-smoothing: greyscale;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
}
.disabled-textbox {
    background-color: #524f4f3b !important;
}

div {
    position: relative;
}

.color-green {
    color: #72c358;
}

.color-dark-grey {
    color: #55565a;
}

.color-light-grey {
    color: #ebebeb;
}

.color-md-grey {
    color: #898989;
}

h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 400;
}

h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 400;
}

h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}

h4 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    font-weight: 400;
}

h5 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 700;
}

h6 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700;
}


p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 400;
    color: #000000;
}

    p a {
        font-weight: 600;
        text-decoration: underline;
        color: #000;
    }

        p a:hover {
            color: #72c358;
        }

strong {
    font-weight: 700;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

hr {
    background-color: #dcdcdc;
    height: 0px;
    width: 100%;
    border: 0;
    display: block;
    margin-bottom: 20px;
}

ul {
    padding: 0px 20px;
    margin: 0 0 10px 0;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3.2rem;
    background-color: #72c358;
    color: #000;
    display: block;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}

a.btn-primary:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
}

.btn-primary.inline {
    display: inline-block;
    padding: 2px 30px;
}

    .btn-primary.inline.locked {
        cursor: default;
        background-image: url(../img/icon-locked.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 90% center;
        padding-right: 60px;
    }

input[type="submit"].btn-primary,
#dashboard input[type="submit"].btn-primary {
    border-radius: 0;
    cursor: pointer;
    background-color: #72c358;
}

    input[type="submit"].btn-primary.inline {
        width: auto;
    }

    input[type="submit"].btn-primary:hover,
    #dashboard input[type="submit"].btn-primary:hover {
        background-color: #55565a;
    }

    input[type="submit"].btn-primary:disabled,
    #dashboard input[type="submit"].btn-primary:disabled {
        pointer-events: none;
        cursor: default;
        background-color: #898989;
        color: #fff;
    }

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


.btn-primary:hover,
.btn-primary:active {
    color: #ffffff !important;
    background-color: #55565a !important;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}


.btn-primary.inline.locked {
    color: #000;
    background-color: #72c358;
    text-decoration: none;
}

.btn-primary.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #898989;
    color: #fff;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:visited {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    text-decoration: underline;
}

    .btn-secondary:hover,
    .btn-secondary:active {
        color: #72c358 !important;
        background: transparent !important;
    }

.bottom-space {
    margin-bottom: 30px;
}

.top-space {
    margin-top: 30px;
}

article {
}

    article .date {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

.hit-box {
    cursor: pointer;
}


/*********************************
           Forms global
*********************************/

form {
    width: 100%;
}

/*select {
    border: 1px solid #898989;
    border-radius: 5px;
    background-color: #f6f6f6;
    height: 35px;
    width: 100%;
    padding: 0 0 0 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #f6f6f6;
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
select {
    border: 1px solid #898989;
    border-radius: 5px;
    background-color: #f6f6f6;
    height: 35px;
    width: 100%;
    padding: 0 0 0 8px;
}

input {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #f6f6f6;
    width: 100%;
}

    input[type="text"], input[type="email"], input[type="date"], input[type="password"] {
        height: 35px;
        line-height: 35px;
        -webkit-appearance: none;
    }

.text-danger {
    color: #dc3545 !important;
    position: absolute;
    line-height: 20px;
    text-align: left;
    width: 100%;
}


#dashboard input {
    background-color: #ffffff;
    vertical-align: middle;
}

input:focus {
    border: 1px solid #72c358;
}

#dashboard input:disabled, #dashboard select:disabled {
    background: #ddd;
    color: #000 !important;
}

.input-cont {
    margin-bottom: 20px;
    line-height: 3.3rem;
}

    .input-cont label:not(.error) {
        position: absolute;
        display: block;
        top: 0;
        left: 10px;
        -webkit-transition: all .25s; /* Safari */
        transition: all .25s;
    }

    .input-cont input + label.focused {
        top: -26px;
        left: 5px;
        font-size: 11px;
    }

label.error, label.product-error {
    display: block;
    color: red;
    font-size: 11px;
    clear: both;
}

.input-cont .text-danger {
    text-align: right;
}

.select-cont {
    margin-bottom: 20px;
}


    .select-cont.with-other input {
        line-height: 3.3rem;
        margin-top: 10px;
        display: none;
    }

    .select-cont.with-other select.other + input {
        display: block;
    }

    .select-cont .text-danger {
        text-align: right;
    }

#dashboard select {
    background-color: #ffffff;
}


input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.input-cont label:not(.error).psudo-check {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #898989;
    background-color: #f6f6f6;
    top: 5px !important;
    left: 0 !important;
    margin-right: 15px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-indent: -50px;
    border-radius: 3px;
    vertical-align: top;
}
/*label.psudo-check {
    position: relative;
    width: 29px;
    height: 29px;
    display: block;
    border: 1px solid #898989;
    background-color: #f6f6f6;
    top: 0 !important;
    left: 0 !important;
    margin: 0 15px 0 0;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    float:left;
    
}*/

/*label.psudo-check span {
        position: absolute;
        top: 2px;
        left: 0;
        width: 29px;
        height: 29px;
        text-align: center;
        font-size: 1.5rem;
    }*/


input[type=checkbox]:checked + label.psudo-check {
    text-indent: 0;
}

#dashboard label.psudo-check {
    background-color: #fff;
}

textarea {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 10px;
    background-color: #f6f6f6;
    width: 100%;
    min-height: 100px;
    resize: none;
    margin-bottom: 20px;
}

#dashboard textarea {
    background-color: #fff;
}

form.gbl {
    margin-top: 20px;
}

    form.gbl .input-cont {
        margin-bottom: 22px;
    }

        form.gbl .input-cont input {
            border: 1px solid #000;
            font-size: 1.7rem;
            line-height: 2.2rem;
            padding: 5px 8px;
            width: 100%;
        }

        form.gbl .input-cont label {
            position: absolute;
            top: 6px;
            left: 9px;
            -webkit-transition: all .25s; /* Safari */
            transition: all .25s;
        }

    form.gbl .text-area-cont {
        margin-bottom: 10px;
    }

        form.gbl .text-area-cont label {
            position: absolute;
            top: 6px;
            left: 9px;
            -webkit-transition: all .25s; /* Safari */
            transition: all .25s;
        }

        form.gbl .text-area-cont textarea {
            width: 100%;
            border: 1px solid #000;
            min-height: 100px;
            resize: none;
            padding: 5px 8px;
        }

    form.gbl input[type="submit"] {
        width: auto;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 3.2rem;
        background-color: #72c358;
        border: none;
        padding: 2px 20px;
        -webkit-transition: all .3s; /* Safari */
        transition: all .3s;
    }

        form.gbl input[type="submit"]:hover {
            color: #ffffff;
            background-color: #55565a;
            text-decoration: none;
            cursor: pointer;
        }

    form.gbl .input-cont input:focus + label,
    form.gbl .text-area-cont textarea:focus + label,
    form.gbl .input-cont label.filled-out,
    form.gbl .text-area-cont label.filled-out {
        top: -18px;
        left: 5px;
        font-size: 13px;
    }


/*********************************
      Log-in module overlay
*********************************/

.show-user-lgin {
}

.show-email-popup {
}

.show-bagtags-sucess-msg {
}

#login-module {
    background-color: #fff;
    width: 90%;
    height: auto;
    position: fixed;
    z-index: 3500;
    visibility: hidden;
    opacity: 0;
    top: 85px;
    left: 5%;
    display: none;
}

#modalEmailRecipe {
    background-color: #fff;
    width: 90%;
    height: auto;
    position: fixed;
    z-index: 3500;
    visibility: hidden;
    opacity: 0;
    top: 85px;
    left: 5%;
    display: none;
}

#bagtags-success {
    background-color: #fff;
    width: 50%;
    height: auto;
    position: fixed;
    z-index: 3500;
    visibility: hidden;
    opacity: 0;
    top: 85px;
    left: 5%;
    display: none;
}

.show-user-lgin #login-module {
    visibility: visible;
    opacity: 1;
    display: block;
}

.show-email-popup #modalEmailRecipe {
    visibility: visible;
    opacity: 1;
    display: block;
}

.show-bagtags-sucess-msg #bagtags-success {
    visibility: visible;
    opacity: 1;
    display: block;
}

.show-user-lgin #cover-page,
.cr-sent #cover-page,
.show-bagtags-sucess-msg #cover-page,
.show-email-popup #cover-page
/*.show-sharing-popup #cover-page*/ {
    visibility: visible;
    opacity: 1;
}

#login-module .login-cont {
    padding: 10px 15px 20px;
    text-align: center;
}

    #login-module .login-cont .seedcare-logo {
        width: 200px;
        height: 60px;
    }

    #login-module .login-cont p.copy {
        text-align: left;
        margin-bottom: 20px;
    }

    #login-module .login-cont .btn-primary {
        width: 200px;
    }

    #login-module .login-cont .pass-options-cont {
        margin-bottom: 20px;
    }

        #login-module .login-cont .pass-options-cont a {
            color: #000;
            text-decoration: underline;
            font-size: 1.4rem;
            padding: 0 10px;
        }

    #login-module .login-cont .not-reg-cont {
        padding: 20px 0;
    }

#login-module #close-lgin-mod {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}

    #login-module #close-lgin-mod:hover {
        text-decoration: none;
    }


@media (min-width: 576px) {

    #login-module {
        width: 70%;
        max-width: 480px;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        #login-module .login-cont {
        }
}

@media (max-width: 350px) {
    #cover-page {
        height: 100% !important;
        width: 100% !important;
    }

    #login-module {
        left: 4% !important;
    }
}

@media (min-width: 576px) {

    #modalEmailRecipe {
        width: 70%;
        max-width: 480px;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #bagtags-success {
        width: 70%;
        max-width: 480px;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*********************************
       Pagination Global
*********************************/

.pagination-cont {
    width: 100%;
    padding: 15px;
}

    .pagination-cont &gt; div {
        padding: 10px;
    }

    .pagination-cont div span:first-child {
        padding-right: 10px;
    }

    .pagination-cont .showing-count {
    }

        .pagination-cont .showing-count .recipe-num {
            font-weight: 700;
        }

    .pagination-cont .pagination {
    }

        .pagination-cont .pagination a {
            color: #000;
            text-decoration: none;
            padding: 0 5px;
            font-weight: 700;
        }

        .pagination-cont .pagination li.active a {
            color: #72c358;
        }

        .pagination-cont .pagination a:hover {
            opacity: .7;
        }

        .pagination-cont .pagination a.page-num {
            text-decoration: underline;
        }

        .pagination-cont .pagination a.curr-page.page-num {
            text-decoration: none;
            font-weight: 400;
            cursor: default;
        }

    .pagination-cont .shown-amount {
    }

        .pagination-cont .shown-amount select {
            width: 100px;
        }

@media (min-width: 768px) {
    .pagination-cont &gt; div {
        float: left;
    }

    .pagination-cont .showing-count {
        width: 38%;
        left: -23px;
    }

    .pagination-cont .pagination {
        width: 21%;
        left: -31px;
    }

    .pagination-cont .shown-amount {
        width: 40%;
        left: 46px;
        top: -7px;
    }

    .showing-count-divmove-bottom {
        left: -10px !important;
    }

    .pagination-divmove-bottom {
        left: 1px !important;
    }

    .recommended_recipe_img_adj {
        margin-right: 36px !important;
    }

    .note_adj:after {
        left: 20.8% !important;
    }

    .copybtn {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .pagination-cont .showing-count,
    .pagination-cont .pagination,
    .pagination-cont .shown-amount {
        width: 33.3%;
    }

    .showing-count-divmove {
        left: -24px !important;
    }

    .showing-count-divmove-bottom {
        left: -7px !important;
    }

    .pagination-divmove {
        left: 24px !important;
    }

    .pagination-divmove-bottom {
        left: 56px !important;
    }

    .pagination-cont .shown-amount {
        left: 43px;
        top: -10px;
    }

    .note_adj:after {
        left: 22.5% !important;
    }
}

@media (min-width: 1200px) {
}


/*********************************
           page cover
*********************************/

#cover-page {
    height: 100vh;
    width: 100vw;
    z-index: 4000;
    background-color: rgba(85,86,90,.8);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    opacity: 0;
    -webkit-transition: all .75s; /* Safari */
    transition: all .75s;
}

.mobile-nav-open #cover-page {
    visibility: visible;
    opacity: 1;
}


@media (min-width: 576px) {
    hr {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    hr {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 4.5rem;
        line-height: 5rem;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 3.8rem;
        line-height: 4.3rem;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 2.2rem;
        line-height: 2.7rem;
        font-weight: 700;
    }

    h4 {
        font-size: 2.1rem;
        line-height: 2.7rem;
        font-weight: 400;
    }

    hr {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    hr {
        max-width: 1140px;
    }
}



/*********************************
    video player &amp; placement
*********************************/

#video-player {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 94%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    z-index: 3500;
    background-color: #000;
    padding: 5px;
}

    #video-player video {
        width: 100%;
        height: auto;
    }

.video-placeholder {
    cursor: pointer;
}

    .video-placeholder .video-play-btn {
        position: absolute;
        z-index: 500;
        height: 75px;
        width: 75px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: .8;
    }


.video-active #cover-page {
    visibility: visible;
    opacity: 1;
}

.video-active #video-player {
    visibility: visible;
    opacity: 1;
}

#video-player .btn-video-close {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1200px) {
    #video-player {
        width: 60%;
        top: 50%;
        transform: translateY(-50%);
        left: 20%;
    }
}




/*********************************
           login / out
*********************************/

/*.lg-in {
}

    .lg-in .lc-login {
        display: none !important;
    }

    .lg-in header .login-callout .lc-logged-in {
        display: block;
    }*/



/*********************************
            HEADER
*********************************/

header#main-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-bottom: 3px solid #72c358;
    z-index: 2500;
    background-color: #fff;
    -webkit-transition: top .5s; /* Safari */
    transition: top .5s;
}

.mobile-nav-open header#main-header {
    z-index: 5000;
}

header#main-header.mini-nav {
    top: -70px;
}


header#main-header nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    position: relative;
}

header#main-header a.logo-seedcare {
    position: absolute;
    top: 9px;
    right: 115px;
    height: 33px;
    width: 130px;
    display: block;
}

header#main-header .mobile-seperator {
    width: 1px;
    height: 30px;
    position: absolute;
    right: 108px;
    top: 13px;
    background-color: #55565a;
    display: block;
    opacity: .5;
}

header#main-header a.logo-syngenta {
    display: block;
    height: 33px;
    width: 80px;
    position: absolute;
    top: 12px;
    right: 16px;
    -webkit-transition: top .5s; /* Safari */
    transition: top .5s;
}

header#main-header .mobile-hamburger {
    position: absolute;
    top: 18px;
    left: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

    header#main-header .mobile-hamburger svg {
        width: 30px;
        height: 3px;
        fill: #55565a;
        position: absolute;
        opacity: 1;
        -webkit-transition: all .5s; /* Safari */
        transition: all .5s;
    }

        header#main-header .mobile-hamburger svg.top {
            top: 0;
            left: 0;
        }

        header#main-header .mobile-hamburger svg.middle {
            top: 10px;
            left: 0;
        }

        header#main-header .mobile-hamburger svg.bottom {
            top: 20px;
            left: 0;
        }

.mobile-nav-open header#main-header .mobile-hamburger svg.top {
    transform: rotate(45deg);
    top: 10px;
}

.mobile-nav-open header#main-header .mobile-hamburger svg.middle {
    opacity: 0;
}

.mobile-nav-open header#main-header .mobile-hamburger svg.bottom {
    transform: rotate(-45deg);
    top: 10px;
}

header#main-header .search-icon {
    height: 26px;
    width: 26px;
    display: none;
    position: absolute;
    top: 16px;
    right: 73px;
    cursor: pointer;
}

header#main-header ul.main-nav {
    display: block;
    width: 90%;
    max-width: 350px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -120%;
    top: 60px;
    z-index: 100;
    list-style: none;
    border-left: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    -webkit-transition: left .5s; /* Safari */
    transition: left .5s;
}


.mobile-nav-open header#main-header ul.main-nav {
    left: 0;
}

header#main-header ul.main-nav li {
    background-color: #ffffff;
    border-top: 2px solid #ebebeb;
}

    header#main-header ul.main-nav li:first-child {
        margin-top: 230px;
    }

.lg-in header#main-header ul.main-nav li:first-child {
    margin-top: 152px;
}

header#main-header ul.main-nav li a {
    display: block;
    line-height: 3.45rem;
    font-weight: 700;
    color: #55565a;
    padding-left: 20px;
}

header#main-header ul.main-nav li.active &gt; a:first-child {
    color: #72c358;
    cursor: default;
}

header#main-header ul.main-nav li.contact-us-mobile {
    display: block;
}

header#main-header ul.main-nav li a:hover {
    text-decoration: none;
}

header#main-header ul.main-nav li.has-sub-menu a span {
    float: right;
    margin-top: 3px;
    margin-right: 30px;
    transform: rotate(0deg);
    transform-origin: center center;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

    header#main-header ul.main-nav li.has-sub-menu a span svg {
        fill: #55565a;
        width: 26px;
        height: 15px;
    }


header#main-header ul.main-nav li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s; /* Safari */
    transition: max-height .5s;
}

    header#main-header ul.main-nav li ul.sub-menu li:first-child {
        margin-top: 0;
    }

    header#main-header ul.main-nav li ul.sub-menu li a {
        font-weight: 400;
        padding-left: 35px;
    }

header#main-header ul.main-nav li.sub-open a span {
    transform: rotate(180deg);
}

header#main-header ul.main-nav li.sub-open ul.sub-menu {
    max-height: 280px;
}

header#main-header .login-callout {
    position: absolute;
    top: 116px;
    left: -120%;
    width: 90%;
    max-width: 350px;
    z-index: 200;
    padding: 15px 20px;
    -webkit-transition: left .5s; /* Safari */
    transition: left .5s;
}

.mobile-nav-open header#main-header .login-callout {
    left: 0;
}


header#main-header .login-callout .lc-title {
    font-weight: 700;
    text-align: center;
}

    header#main-header .login-callout .lc-title span {
        display: inline-block;
    }

header#main-header .login-callout .not-reg-copy {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}

header#main-header .login-callout .lc-logged-in {
    display: none;
}

header#main-header .login-callout a#log-out-btn {
    margin-top: 10px;
}


header#main-header .search-cont {
    position: absolute;
    top: 60px;
    left: -120%;
    width: 90%;
    max-width: 350px;
    height: 57px;
    z-index: 101;
    display: block;
    background-color: #ebebeb;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

    header#main-header .search-cont form {
        margin: 10px auto;
        width: 90%;
    }

        header#main-header .search-cont form input {
            line-height: 3rem;
            padding: 2px 15px;
            background-color: #fff;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-top: 1px solid #55565a;
            border-left: 1px solid #55565a;
            border-bottom: 1px solid #55565a;
            border-right: none;
            width: 84%;
            float: left;
        }

            header#main-header .search-cont form input[type="submit"] {
                width: 40px;
                height: 35px;
                padding: 2px 0;
                font-weight: 700;
                text-indent: -5000px;
                background-color: #fff;
                border-left: none;
                border-right: 1px solid #55565a;
                background-image: url(../img/icon-search.svg);
                background-repeat: no-repeat;
                background-size: 17px 30px;
                background-position: center center;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

        header#main-header .search-cont form a.close-search {
            width: 25px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #000;
            line-height: 3.8rem;
            text-align: right;
            display: none;
            float: left;
        }

            header#main-header .search-cont form a.close-search:hover {
                text-decoration: none;
            }


.mobile-nav-open header#main-header .search-cont {
    left: 0;
}

header#main-header .close-search-cont,
header#main-header .secondary-nav {
    display: none;
}



@media (min-width: 325px) {
    header#main-header ul.main-nav li a {
        line-height: 4rem;
    }

    header#main-header .search-cont form input {
        width: 85%;
    }
}

@media (min-width: 320px) and (max-width:575px) {

    .lable-heading {
        font-size: 24px;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    header#main-header a.logo-seedcare {
        top: 3px;
        right: 127px;
        height: 50px;
        width: 170px;
    }

    header#main-header .mobile-seperator {
        right: 120px;
    }

    header#main-header a.logo-syngenta {
        right: 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .cls-btn {
        float: right;
        right: -120px;
        top: 5px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    header#main-header {
        height: 100px;
    }

        header#main-header.mini-nav {
            top: -40px;
        }


        header#main-header a.logo-seedcare {
            position: relative;
            right: auto;
            top: auto;
            margin: 45px 11px 0;
        }

        header#main-header .mobile-hamburger,
        header#main-header .mobile-seperator {
            display: none;
        }

        header#main-header .search-icon {
            top: 64px;
            right: 20px;
            height: 22px;
            width: 19px;
            display: block;
        }


        header#main-header .close-search-cont {
            display: none;
            height: 26px;
            width: 26px;
            display: none;
            position: absolute;
            top: 62px;
            right: 17px;
            cursor: pointer;
            background-color: #fff;
        }

            header#main-header .close-search-cont a {
                color: #55565a;
                font-weight: 700;
                font-size: 1.6rem;
                line-height: 2.6rem;
                display: block;
                text-align: center;
            }

                header#main-header .close-search-cont a:hover {
                    text-decoration: none;
                    opacity: .7;
                }


        header#main-header ul.main-nav {
            display: block;
            width: 550px;
            max-width: none;
            background-color: transparent;
            padding: 0;
            margin: 0;
            position: absolute;
            right: auto;
            top: 57px;
            left: 180px;
            z-index: 100;
            list-style: none;
            border-left: none;
            border-bottom: none;
            -webkit-transition: right .5s; /* Safari */
            transition: right .5s;
        }

            header#main-header ul.main-nav li {
                background-color: transparent;
                border-top: none;
                padding-bottom: 10px;
                float: left;
            }

                header#main-header ul.main-nav li:first-child,
                .lg-in header#main-header ul.main-nav li:first-child {
                    margin-top: 0;
                }

                header#main-header ul.main-nav li.contact-us-mobile {
                    display: none;
                }

                header#main-header ul.main-nav li a {
                    display: inline-block;
                    line-height: 3.45rem;
                    font-size: 1.5rem;
                    font-weight: 700;
                    color: #55565a;
                    padding: 0 13px;
                }

                    header#main-header ul.main-nav li a:hover {
                        text-decoration: none;
                        color: #72c358;
                    }

                    header#main-header ul.main-nav li a span {
                        display: none;
                    }

                header#main-header ul.main-nav li ul.sub-menu {
                    position: absolute;
                    list-style: none;
                    top: 42px;
                    margin: 0;
                    padding: 0;
                    width: 225px;
                    height: auto;
                    max-height: 0;
                    overflow: hidden;
                    background-color: #fff;
                    border-left: 1px solid #72c358;
                    border-right: 1px solid #72c358;
                    border-bottom: 1px solid #72c358;
                    -webkit-transition: max-height .5s; /* Safari */
                    transition: max-height .5s;
                }

                header#main-header ul.main-nav li:hover ul.sub-menu {
                    max-height: 300px;
                }

                header#main-header ul.main-nav li ul.sub-menu li {
                    padding-bottom: 0;
                    float: none;
                }

                    header#main-header ul.main-nav li ul.sub-menu li a {
                        font-weight: 400;
                        line-height: 2.2rem;
                        padding: 0 20px 15px;
                    }

                    header#main-header ul.main-nav li ul.sub-menu li:first-child a {
                        padding-top: 15px;
                    }

        header#main-header .search-cont {
            top: 94px;
            width: 400px;
            height: 60px;
            right: -120%;
            max-width: none;
            left: auto;
            background-color: transparent;
        }

    .search-open header#main-header .search-cont {
        right: 0;
    }


    header#main-header .search-cont form a.close-search {
        display: none;
    }

    header#main-header .search-cont form input {
        width: 88.5%;
    }

    header#main-header .secondary-nav {
        display: block;
        position: absolute;
        top: 63px;
        right: 56px;
    }

        header#main-header .secondary-nav a {
            font-size: 1.5rem;
            color: #55565a;
            font-weight: 400;
            padding: 10px 15px;
        }

    /*header#main-header .secondary-nav a.sn-logged-in {
                display: none;
            }*/


    .lg-in header#main-header .secondary-nav a.sn-logged-in {
        display: inline-block;
    }

    header#main-header .secondary-nav a.sn-logged-in::before {
        content: '';
        background-image: url(../img/icon-lock.svg);
        background-size: 20px 20px;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        left: -11px;
    }

    .lg-in header#main-header .secondary-nav a.sn-log-in {
        display: none;
    }


    header#main-header a.logo-syngenta {
        display: block;
        height: 46px;
        width: 110px;
        position: absolute;
        top: 5px;
        right: 20px;
        -webkit-transition: top .5s; /* Safari */
        transition: top .5s;
    }

    header#main-header.mini-nav a.logo-syngenta {
        top: -50px;
    }

    header#main-header .login-callout {
        top: 120px;
        left: auto;
        right: 113px;
        width: 227px;
        max-width: none;
        z-index: 200;
        background-color: #ffffff;
        border: 1px solid #72c358;
        padding: 10px;
        display: none;
        -webkit-box-shadow: -9px 10px 55px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: -9px 10px 55px 1px rgba(0,0,0,0.2);
        box-shadow: -9px 10px 55px 1px rgba(0,0,0,0.2);
    }

        header#main-header .login-callout::before {
            content: " ";
            width: 12px;
            height: 12px;
            background-color: #fff;
            border-top: 1px solid #72c358;
            border-left: 1px solid #72c358;
            display: block;
            position: absolute;
            top: -6px;
            left: 108px;
            transform: rotate(45deg);
        }

        header#main-header .login-callout .lc-title {
            font-size: 1.5rem;
        }

    .lg-in header#main-header .login-callout .lc-title span {
        display: none;
    }

    header#main-header .login-callout .not-reg-copy {
        text-align: left;
        float: left;
    }

    header#main-header .login-callout a.reg-now {
        font-size: 1.3rem;
        text-decoration: underline;
        font-weight: 400;
        background-color: transparent;
        line-height: auto;
        margin-top: 4px;
    }

        header#main-header .login-callout a.reg-now:hover {
            color: #72c358;
        }

    .show-login header#main-header .login-callout {
        top: 93px;
        display: block;
    }

    .cls-btn {
        float: right;
        right: -140px;
        top: 5px;
    }

    .search_icon_width {
        top:16px !important;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    header#main-header nav {
        max-width: 1140px;
        margin: 0 auto;
    }

    header#main-header ul.main-nav {
        left: 220px;
    }
}


/*********************************
      footer
*********************************/

footer {
    background-color: #ebebeb;
    padding-top: 25px;
    border-top: 1px solid #dcdcdc;
}

    footer .main-ft-cont &gt; div {
        padding: 0 15px 15px;
        width: 100%;
    }

    footer h4 {
        color: #252525;
        cursor: pointer;
    }

        footer h4::after {
            content: '+';
            padding-left: 15px;
        }

    footer .register-module {
    }

        footer .register-module ul {
            padding-bottom: 15px;
        }

        footer .register-module a.btn-primary {
            display: inline-block;
            padding: 2px 30px;
            margin-bottom: 20px;
        }

    footer .other-resources-module {
    }

        footer .other-resources-module a.syn-global-link {
            font-size: 1.8rem;
            line-height: 2.2rem;
            text-decoration: underline;
            color: #000;
            display: block;
            margin-bottom: 10px;
        }

    footer p.legal {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }


    footer .sec-ft-cont {
        background-color: #fff;
        padding: 15px;
        border-top: 1px solid #dcdcdc;
    }

        footer .sec-ft-cont a {
            font-size: 1.1rem;
            line-height: 1.6rem;
            color: #55565a;
            text-decoration: none;
            display: block;
            padding: 6px 0;
        }

            footer .sec-ft-cont a:hover {
                text-decoration: underline;
            }

        footer .sec-ft-cont span {
            display: none;
        }

    footer .expand-cont {
        max-height: 0;
        overflow: hidden;
    }

    footer .open .expand-cont {
        max-height: 400px;
        -webkit-transition: all .5s; /* Safari */
        transition: all .5s;
    }

    footer .open h4:after {
        content: '-';
    }

    /*footer .seedcare-specialist-module {
        display: none;
    }*/

    footer .seedcare-specialist-module form {
        width: 100%;
    }

    footer .seedcare-specialist-module p {
        margin-bottom: 5px;
    }

        footer .seedcare-specialist-module p a {
            color: #000000;
        }

    footer .my-account-module {
        display: none;
    }

        footer .my-account-module a {
            margin: 15px 0;
        }

.lg-in footer .my-account-module,
.lg-in footer .seedcare-specialist-module {
    display: block;
}

.lg-in footer .register-module {
    display: none;
}


footer .main-ft-cont .contact-us-module p a {
    text-decoration: none;
    font-weight: 400;
}

footer .main-ft-cont .contact-us-module p a {
    color: #000;
}



@media (min-width: 576px) {
    footer .sec-ft-cont {
        text-align: center;
    }

        footer .sec-ft-cont a {
            display: inline-block;
            padding: 6px 10px;
        }

        footer .sec-ft-cont span {
            display: inline-block;
        }

    footer .register-module ul li {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    ...
}

@media (min-width: 992px) {
    footer .main-ft-cont hr {
        margin-bottom: 50px;
    }

    footer h4 {
        cursor: default;
        font-size: 2.8rem;
        line-height: 3.8rem;
        color: #000;
    }

        footer h4::after {
            content: '';
        }

    footer .expand-cont {
        max-height: none;
    }

    footer .main-ft-cont .register-module {
        width: 45%;
    }

        footer .main-ft-cont .register-module .act-login-cont {
            display: none;
        }

    footer .main-ft-cont .contact-us-module {
        width: 45%;
        margin-left: 9%;
    }

    footer .main-ft-cont .sec-ft-cont {
        margin-top: 50px;
    }

    footer .main-ft-cont .seedcare-specialist-module {
        width: 45%;
    }

    footer .main-ft-cont .my-account-module {
        width: 45%;
    }


    footer .main-ft-cont .seedcare-specialist-module h4 {
        display: none;
    }

    footer .main-ft-cont .seedcare-specialist-module h5 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        font-weight: 400;
    }

    footer .main-ft-cont .seedcare-specialist-module a.btn-primary {
        margin-top: 10px;
    }

    footer .main-ft-cont .other-resources-module {
        width: 300px;
        margin-left: 0;
        margin-top: -125px;
    }

    .lg-in footer .main-ft-cont .other-resources-module {
        margin-top: -125px;
    }
}

@media (min-width: 1200px) {


    footer .main-ft-cont .register-module {
        width: 38%;
    }

    footer .main-ft-cont .contact-us-module {
        width: 32%;
        margin-left: 10px;
    }


    .lg-in .con-us-col-left,
    .lg-in .con-us-col-right {
        width: 100%;
    }

    footer .main-ft-cont .other-resources-module,
    .lg-in footer .main-ft-cont .other-resources-module {
        width: 300px;
        margin-left: 72%;
        margin-top: -352px;
    }

    footer .main-ft-cont .seedcare-specialist-module {
        width: 38%;
    }


    footer .main-ft-cont .my-account-module {
        width: 27%;
        position: absolute;
        left: 35%;
        top: 61px;
    }
}


/*********************************
      page-content global
*********************************/

#page-content {
    margin-top: 80px;
}

    #page-content section {
        margin: 50px 0;
    }

@media (min-width: 992px) {
    #page-content {
        margin-top: 150px;
    }
}


.image-banner {
}

    .image-banner.img-left {
        margin-bottom: 35px;
    }

    .image-banner .ib-copy-cont {
        margin-bottom: 25px;
    }

    .image-banner.img-left .ib-copy-cont {
        margin-bottom: 0;
        margin-top: 25px;
    }

    .image-banner .ib-copy-cont h1 {
        margin-bottom: 8px;
    }

    .image-banner .ib-copy-cont p {
        margin-bottom: 20px;
    }






    .image-banner img.imb-icon {
        height: 80px;
        width: 60px;
        margin-bottom: 5px;
    }

.double-image-cont img {
    margin-bottom: 25px;
}


section#pas-info {
    position: relative;
    margin-top: 30px;
}

    section#pas-info .green-back-box {
        width: 95%;
        height: 500px;
        background-color: #d4edcd;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    section#pas-info .pas-copy-intro {
        padding: 20px;
        background-color: #d4edcd;
    }

        section#pas-info .pas-copy-intro h2 {
            margin-bottom: 15px;
        }

    section#pas-info .pas-logo-cont {
        padding: 50px;
    }

        section#pas-info .pas-logo-cont img {
            height: auto;
            max-height: 450px;
            width: 100%;
            max-width: 500px;
        }

.IE section#pas-info .pas-logo-cont img {
    height: 100%;
    max-height: 450px;
    width: 100%;
    max-width: 500px;
}

section#pas-info .pas-desc-single {
    padding: 25px;
}

    section#pas-info .pas-desc-single img {
        height: 50px;
        width: 70px;
        float: left;
        margin: 0 20px 5px 0;
    }

    section#pas-info .pas-desc-single .pds-copy-cont {
        margin-top: 30px;
    }

        section#pas-info .pas-desc-single .pds-copy-cont h5 {
            font-size: 2.0rem;
            line-height: 2.5rem;
        }

        section#pas-info .pas-desc-single .pds-copy-cont a.btn-primary {
            margin: 0 auto;
            width: 150px;
        }

section#featured-products {
    margin: 50px 0;
}

    section#featured-products h2 {
        margin-bottom: 20px;
    }

    section#featured-products .fp-single {
        margin-bottom: 25px;
    }

        section#featured-products .fp-single img {
            /* height: 48px;*/
            width: 100%;
            margin-bottom: 15px;
        }

#dashboard section#featured-products .fp-single img {
    /*height: 38px;*/
    width: 100%;
}

section#featured-products .fp-single p {
    color: #55565a;
}

section#news-listing {
}

    section#news-listing h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    section#news-listing .news-single {
        margin-bottom: 30px;
    }


section#dashboard-welcome-cont {
    display: none;
}

    section#dashboard-welcome-cont h2 {
        margin-bottom: 25px;
    }

    section#dashboard-welcome-cont a.btn-primary {
        max-width: 320px;
        margin: 0 auto;
    }

    section#dashboard-welcome-cont .dash-content-cont {
        display: none;
    }

        section#dashboard-welcome-cont .dash-content-cont .dcc-single {
        }

            section#dashboard-welcome-cont .dash-content-cont .dcc-single img {
                width: 80px;
                height: 80px;
                display: block;
                margin-bottom: 15px;
            }

            section#dashboard-welcome-cont .dash-content-cont .dcc-single a.btn-secondary {
                font-size: 2.2rem;
                line-height: 2.8rem;
                margin-bottom: 8px;
                display: block;
            }

            section#dashboard-welcome-cont .dash-content-cont .dcc-single p {
                margin-bottom: 5px;
            }

            section#dashboard-welcome-cont .dash-content-cont .dcc-single ul {
                padding-top: 0;
            }

section.logged-in-show {
    display: none;
}


@media (min-width: 576px) {
    section#pas-info .green-back-box {
        width: 88%;
    }

    section#pas-info .pas-desc-single {
        padding: 25px 0;
    }

        section#pas-info .pas-desc-single img {
            height: 70px;
            width: 90px;
            float: left;
            margin-right: 40px;
        }

    section#pas-info .pds-copy-cont {
        float: left;
        width: 70%;
    }
}

@media (min-width: 768px) {
    section#pas-info .green-back-box {
        width: 50%;
    }

    section#pas-info .pas-singles-cont {
        margin: 50px 0;
    }

    section#pas-info .pas-logo-cont {
        padding: 20px;
    }

    section#dashboard-welcome-cont a.btn-primary {
        display: none;
    }

    section#dashboard-welcome-cont .dash-content-cont {
        display: flex;
    }

    section#dashboard-welcome-cont h2 {
        margin-bottom: 40px;
    }

    section#pas-info .pas-desc-single .pds-copy-cont a.btn-primary {
        margin: 0;
    }

    .image-banner.img-left .ib-copy-cont {
        margin-top: 0;
    }

    .double-image-cont img {
        margin-bottom: 0;
    }

    #dashboard section#featured-products .fp-single img {
        /*height: 27px;*/
    }
}

@media (min-width: 992px) {


    .image-banner .ib-img-cont img {
        -webkit-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        -moz-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
    }

    .IE .image-banner .ib-img-cont::before {
        position: absolute;
        content: "";
        width: 1px;
        left: -1px;
        top: 0;
        height: 99.9%;
        background: rgba(0,0,0,0.15);
        z-index: 1;
    }


    .image-banner .ib-copy-cont {
        width: 90%;
    }

    .image-banner.img-left .ib-copy-cont {
        padding-left: 8%;
    }

    .home-copy-cont h2 span {
        display: block;
        padding-left: 100px;
    }

    .home-copy-cont p {
        padding-left: 100px;
    }

    section#pas-info .pas-copy-intro {
        padding: 50px;
    }

    section#pas-info .pas-desc-single img {
        float: none;
        margin-right: 0;
    }

    section#pas-info .pds-copy-cont {
        float: none;
        width: 100%;
    }

        section#pas-info .pds-copy-cont ul {
            height: 120px;
        }

    section#featured-products .fp-single p {
        min-height: 90px;
    }

    section#featured-products .fp-single img {
        /*height: 40px;*/
    }
}

@media (min-width: 1200px) {
    .home-copy-cont p {
        width: 80%;
    }

    section#pas-info .pas-desc-single img {
        float: left;
        margin-right: 20px;
        width: 70px;
    }

    section#pas-info .pds-copy-cont {
        float: left;
        width: 71%;
    }

    section#featured-products .fp-single p {
        min-height: 80px;
    }

    section#featured-products .fp-single img {
        /*height: 48px;*/
        width: 100%;
    }

    #dashboard section#featured-products .fp-single img {
        /*height: 33px;*/
    }
}


/*********************************
      in page nav module
*********************************/

#in-page-nav {
}

    #in-page-nav .jmp-single-cont {
        cursor: pointer;
        padding-top: 30px;
        max-width: 350px;
        margin: 0 auto;
    }

        #in-page-nav .jmp-single-cont:first-child {
            padding-top: 0;
        }

        #in-page-nav .jmp-single-cont img {
            height: 100px;
            width: 70px;
            float: left;
            margin-right: 20px;
        }

        #in-page-nav .jmp-single-cont .copy {
            width: 250px;
            float: left;
        }

        #in-page-nav .jmp-single-cont a.btn-jumper {
            font-size: 2.2rem;
            line-height: 3rem;
            color: #000;
            text-decoration: underline;
            font-weight: 700;
            margin-bottom: 10px;
            display: block;
        }

            #in-page-nav .jmp-single-cont a.btn-jumper span {
                padding-left: 15px;
            }

                #in-page-nav .jmp-single-cont a.btn-jumper span svg {
                    width: 25px;
                    height: 15px;
                    -webkit-transition: max-height .5s; /* Safari */
                    transition: max-height .5s;
                }

        #in-page-nav .jmp-single-cont:hover a.btn-jumper {
            color: #72c358;
        }

            #in-page-nav .jmp-single-cont:hover a.btn-jumper span svg {
                fill: #72c358;
            }

@media (min-width: 768px) {
    #in-page-nav .jmp-single-cont .copy {
        width: auto;
    }
}
/*********************************
      applications page
*********************************/

#recipe-development {
}

    #recipe-development .calculator-cont {
    }

        #recipe-development .calculator-cont .calc-head-cont {
            margin-bottom: 20px;
        }

            #recipe-development .calculator-cont .calc-head-cont img {
                float: left;
                height: 80px;
                width: 50px;
                margin-right: 30px;
            }

        #recipe-development .calculator-cont .calc-single {
            margin-bottom: 20px;
        }
/*********************************
      Services Page
*********************************/

#sci-services .video-player-cont {
    margin-bottom: 45px;
}

.image-with-copy {
    margin-bottom: 25px;
}

    .image-with-copy img {
        margin-bottom: 20px;
    }

.features-benefits-cont {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .image-with-copy {
        margin-bottom: 25px;
        padding-bottom: 40px;
    }

        .image-with-copy .btn-primary {
            position: absolute;
            bottom: 0;
        }
}

/*********************************
      Products Page
*********************************/

#featured-products {
    margin-top: 30px;
    margin-bottom: 20px;
}

    #featured-products .product-single {
        margin: 15px 0;
    }

    #featured-products .fp-action-btns {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        #featured-products .fp-action-btns div:first-child {
            margin-bottom: 15px;
        }

@media (min-width: 768px) {
    #featured-products .fp-action-btns div:first-child {
        margin-bottom: 0;
    }
}

/*********************************
      registration page
*********************************/

#registration {
}

    #registration h1 {
        margin-bottom: 15px;
    }

    #registration h5 {
        margin-bottom: 25px;
    }


.crop-treat-cont-single {
}

    .crop-treat-cont-single .select-crop {
    }

    .crop-treat-cont-single .select-measure,
    .crop-treat-cont-single .input-units {
        width: 46%;
        float: left;
    }

    .crop-treat-cont-single .plus-symbol {
        width: 4%;
        margin: 0 2%;
        float: left;
        line-height: 3.5rem;
        text-align: center;
    }

#registration .reg-step-two,
#registration .reg-step-three {
    margin-top: 18px;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px;
}

.reg-complete #cover-page {
    visibility: visible;
    opacity: 1;
}

#reg-complete-cont {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
}
#reg-complete-cont-alert {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
}

.reg-complete #reg-complete-cont {
    background-color: #fff;
    width: 90%;
    height: auto;
    position: fixed;
    display: block;
    z-index: 3500;
    visibility: visible;
    opacity: 1;
    top: 85px;
    left: 5%;
}
.reg-complete #reg-complete-cont-alert {
    background-color: #fff;
    width: 90%;
    height: auto;
    position: fixed;
    display: block;
    z-index: 3500;
    visibility: visible;
    opacity: 1;
    top: 85px;
    left: 5%;
}

    .reg-complete #reg-complete-cont .rcc-contents {
        padding: 20px;
        text-align: center;
    }
.reg-complete #reg-complete-cont-alert .rcc-contents {
    padding: 15px;
    text-align: center;
    padding-top:10px;
}
        .reg-complete #reg-complete-cont .rcc-contents .seedcare-logo {
            width: 200px;
            height: 60px;
        }

        .reg-complete #reg-complete-cont .rcc-contents .syngenta-logo {
            width: 260px;
            height: 60px;
            margin: 15px 0;
        }

        .reg-complete #reg-complete-cont .rcc-contents p {
            text-align: left;
            padding: 20px 0;
        }
.reg-complete #reg-complete-cont-alert .rcc-contents p {
    text-align: center;
    /*padding: 20px 0;*/
}
    .reg-complete #reg-complete-cont-alert .rcc-contents p li {
        text-align: left;
        padding-left: 20%
        /*padding: 20px 0;*/
    }


@media (min-width: 576px) {
    #registration .input-cont,
    #registration .select-cont {
        margin: 0 2% 20px;
        width: 46%;
        float: left;
    }


    #registration .reg-complete .input-cont {
        width: 100%;
    }

    .crop-treat-cont-single .select-measure,
    .crop-treat-cont-single .input-units,
    .crop-treat-cont-single .select-crop {
        width: 28% !important;
    }

    #registration .crop-treat-cont-single .plus-symbol {
        width: 4%;
        margin: 0;
    }
}

@media (min-width: 768px) {
    #registration .input-cont,
    #registration .select-cont {
        margin: 0 1% 25px;
        width: 48%;
    }

    #registration .reg-state-cont,
    #registration .reg-zip-cont {
        width: 23%;
    }

    .crop-treat-cont-single .select-crop {
        width: 34% !important;
    }

    .reg-complete #reg-complete-cont {
        width: 50%;
        height: auto;
        max-height: 800px;
        max-width: 800px;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
    .reg-complete #reg-complete-cont-alert {
        width: 50%;
        height: auto;
        max-height: 800px;
        max-width: 800px;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
}

@media (min-width: 992px) {

    .crop-treat-cont-single .plus-symbol {
        width: 1% !important;
    }

    .crop-treat-cont-single .select-crop {
        width: 37% !important;
    }

    .reg-complete #reg-complete-cont {
        width: 40%;
        padding: 100px;
    }
    .reg-complete #reg-complete-cont-alert {
        width: 40%;
         
    }
   
    #close-sharing-mod {
        margin-left: 95%;
    }
    .reg-complete #reg-complete-cont .rcc-contents p {
        text-align: center;
        padding: 20px 50px;
    }
    .reg-complete #reg-complete-cont-alert .rcc-contents p {
        text-align: center;
        /*padding: 20px 50px;*/
    }
        .reg-complete #reg-complete-cont-alert .rcc-contents p li {
            text-align: left;
            padding-left: 20%;
        }
}

@media (min-width: 1200px) {
    .crop-treat-cont-single .select-crop {
        width: 48% !important;
    }

    .crop-treat-cont-single .select-measure,
    .crop-treat-cont-single .input-units {
        width: 22% !important;
    }

    .crop-treat-cont-single .plus-symbol {
        width: 2%;
    }
}




/*********************************
      Dashboard
*********************************/

#dashboard {
    background-color: #f6f6f6;
    margin-top: -20px;
    width: 100%;
    overflow: hidden;
}

    #dashboard .main-dash-container {
        left: 0;
        width: 100%;
        display: flex;
        -webkit-transition: all .25s; /* Safari */
        transition: all .25s;
    }

    #dashboard.sidenav-open .main-dash-container {
        left: 100px;
    }

    #dashboard .sidenav {
        background-color: #ebebeb;
        width: 150px;
        margin-left: -100px;
        margin-bottom: 50px;
        float: left;
        height: 900px;
    }

.dash-height-adjst {
    height: 850px;
}

#dashboard .dashcont {
    width: calc(100% - 50px);
    float: left;
}


#dashboard .sidenav h4 {
    display: none;
}

#dashboard .sidenav .dash-nav-cont {
    padding-top: 10px;
}

#dashboard .sidenav .mobile-sidebar-arrow {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 3px;
    margin-left: 110px;
}


    #dashboard .sidenav .mobile-sidebar-arrow img {
        height: 20px;
        width: 14px;
        transform: rotate(0deg);
        -webkit-transition: all .25s; /* Safari */
        transition: all .25s;
    }

#dashboard.sidenav-open .sidenav .mobile-sidebar-arrow img {
    transform: rotate(180deg);
}


#dashboard .sidenav .dash-nav-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    #dashboard .sidenav .dash-nav-cont ul {
        list-style: none;
        padding: 0 0 10px 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #72c358;
    }

        #dashboard .sidenav .dash-nav-cont ul li {
        }

            #dashboard .sidenav .dash-nav-cont ul li.active {
                background-color: #f6f6f6;
            }

            #dashboard .sidenav .dash-nav-cont ul li a {
                display: block;
                color: #000000;
                font-size: 1.25rem;
                line-height: 1.5rem;
                text-transform: uppercase;
                font-weight: 600;
                text-decoration: none;
                padding: 16px 8px;
                background-position: 90% center;
                background-repeat: no-repeat;
                background-size: 28px 28px;
            }

                #dashboard .sidenav .dash-nav-cont ul li a span {
                    width: 72%;
                    display: block;
                    opacity: 0;
                    -webkit-transition: opacity .25s; /* Safari */
                    transition: opacity .25s;
                }

#dashboard.sidenav-open .sidenav .dash-nav-cont ul li a span {
    opacity: 1;
}

#dashboard .sidenav .dash-nav-cont ul li a:hover {
    color: #72c358;
    text-decoration: none;
}

#dashboard .sidenav .dash-nav-cont ul li.active a:hover {
    color: #000000;
    cursor: default;
}

#dashboard .sidenav .dash-nav-cont ul li a.overview {
    background-image: url('../img/icon-db-overview.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.account {
    background-image: url('../img/icon-db-account.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.recipes {
    background-image: url('../img/icon-db-recipes.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.recommended {
    background-image: url('../img/icon-db-recommended.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.shared {
    /*background-image: url('../img/icon-db-recommended.svg');*/
    background-image: url('../img/icon-db-share.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.bagtags {
    background-image: url('../img/icon-db-bagtags.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.calculators {
    background-image: url('../img/icon-db-calculators.svg');
}

#dashboard .sidenav .dash-nav-cont ul li a.container-return {
    background-image: url('../img/icon-db-container-return.svg');
}
#dashboard .sidenav .dash-nav-cont ul li a.literature {
    background-image: url('../img/icon-resources.svg');
}
#dashboard .sidenav .dash-nav-cont ul li a.training {
    background-image: url('../img/icon-training.svg');
}
#dashboard .sidenav .dash-nav-cont ul li a.reports {
    background-image: url('../img/business_9893148.png');
}
#dashboard .sidenav .dash-nav-cont ul li.sb-sub ul {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: none;
    -webkit-transition: height .25s; /* Safari */
    transition: height .25s;
}

#dashboard .sidenav .dash-nav-cont ul li.sb-sub.open ul {
    height: 125px;
}

#dashboard .sidenav .dash-nav-cont ul li.sb-sub ul li a {
    text-transform: none;
    font-weight: 400;
    padding: 8px 19px;
}

#dashboard .sidenav .dash-nav-cont ul li a.calculators span::after {
    content: '';
    padding-left: 0;
}

#dashboard .dashcont {
    padding: 0 15px;
}

    #dashboard .dashcont .title {
        margin-bottom: 15px;
    }


#page-content #dashboard .dashcont section:first-Child {
    margin-top: 10px;
}

#dash-feastured-news .featured-article {
    margin-bottom: 15px;
}

    #dash-feastured-news .featured-article img {
        margin-bottom: 20px;
        -webkit-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        -moz-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
    }

#dash-feastured-news .article-single-cont {
    margin-bottom: 15px;
}

    #dash-feastured-news .article-single-cont article {
        padding: 8px 0;
    }

    #dash-feastured-news .article-single-cont .btn-primary {
        margin-top: 20px;
    }

#dash-additional-resources .dar-single {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    #dash-additional-resources .dar-single p {
        margin-bottom: 20px;
        flex: 1 0 0;
    }

    #dash-additional-resources .dar-single img {
        margin-bottom: 20px;
    }

#dashboard #featured-products .fp-single {
    background: #fff;
    padding: 15px 15px 0;
    flex: 1 0 0;
    height: 100%;
}


#dashboard .dashcont #dash-recipes {
}

    #dashboard .dashcont #dash-recipes table {
        width: 100%;
        margin: 5px 0 20px 0;
    }

        #dashboard .dashcont #dash-recipes table .rp-actions {
            width: 25%;
        }

        #dashboard .dashcont #dash-recipes table .rp-crop {
            width: 20%;
        }

        #dashboard .dashcont #dash-recipes table .rp-name {
            width: 55%;
        }

    #dashboard .dashcont #dash-recipes tr.recipe-single:hover {
        cursor: pointer;
        background-color: #ebebeb;
    }

    #dashboard .dashcont #dash-recipes tr.recipe-single:hover {
        cursor: pointer;
        background-color: #ebebeb;
    }

        #dashboard .dashcont #dash-recipes tr.recipe-single:hover .rp-name {
            text-decoration: underline;
        }

.touch #dashboard .dashcont #dash-recipes tr.recipe-single .rp-name {
    text-decoration: underline;
}

#dashboard .dashcont #dash-recipes table th {
    font-size: 1.47rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 10px 5px;
    border-bottom: 1px solid #D3D3D3;
   
}

#dashboard .dashcont #dash-recipes table td {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 400;
    padding: 10px 5px;
    border-bottom: 1px solid #D3D3D3;    
    vertical-align:middle;
}

/*#dashboard .dashcont #dash-recipes table th {
        font-size: 1.6rem;
        line-height: 3rem;
        font-weight: 700;
        padding: 10px 5px;
        border-bottom: 1px solid #c5c5c5;
    }*/

/*#dashboard .dashcont #dash-recipes table td {
        font-size: 1.4rem;
        line-height: 1.7rem;
        font-weight: 400;
        padding: 10px 5px;
        border-bottom: 1px solid #c5c5c5;
    }*/

#dashboard .dashcont #dash-recipes table .rp-product,
#dashboard .dashcont #dash-recipes table .rp-updated {
    display: none;
}

#dashboard .dashcont #dash-recipes table td.rp-actions a {
    width: 30px;
    height: 40px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

#dashboard .dashcont #dash-recipes table td a span {
    display: none;
}

#dashboard .dashcont #dash-recipes table td a.actions-run {
    background-image: url(../img/running.png);
}

#dashboard .dashcont #dash-recipes table td a.actions-email {
    /* background-image: url(../img/icon-db-email.svg); */
    background-image: url(../img/email_new.png);
	background-size: contain;
	margin-right: 2px;
}

#dashboard .dashcont #dash-recipes table td a.actions-print {
    background-image: url(../img/print_new.png);
}

#dashboard .dashcont #dash-recipes table td a.actions-copy {
    background-image: url(../img/copy_new.png);
}

#dashboard .dashcont #dash-recipes table td a.actions-trash {
    background-image: url(../img/delete_new.png);
}

#dashboard .dashcont #dash-recipes table td a.actions-sharing {
    background-image: url(../img/share_new.png);
}

#dashboard .dashcont #dash-recipes table td a {
    position: relative;
}

    #dashboard .dashcont #dash-recipes table td a span {
        display: none;
        position: absolute;
        top: -18px;
        left: -5px;
        width: 41px;
        text-align: center;
        font-size: 1rem;
        background-color: #55565a;
        padding: 2px 5px;
        color: #fff;
        text-decoration: none;
    }

        #dashboard .dashcont #dash-recipes table td a span::after {
            content: url(../img/tt-down-diamond.svg);
            position: absolute;
            left: 13px;
            bottom: -8px;
            width: 15px;
            height: 15px;
        }

    #dashboard .dashcont #dash-recipes table td a:hover span {
        display: block;
    }


#dashboard #new-recipe-cont {
    margin-bottom: 70px;
}

    #dashboard #new-recipe-cont h2 {
        margin-bottom: 15px;
    }

    #dashboard #new-recipe-cont select {
        width: 100%;
        margin-top: 8px;
    }

#certification-section .col-12:first-child {
    margin-bottom: 20px;
}

@media (min-width: 400px) {
    #dashboard #new-recipe-cont span {
        padding-right: 15px;
    }

    #dashboard #new-recipe-cont select {
        width: auto;
        margin-top: 0;
    }
}


@media (min-width: 576px) {
    #dashboard .dashcont #dash-recipes table td a.actions-email,
    #dashboard .dashcont #dash-recipes table td a.actions-print {
        display: block;
    }

    #dashboard .dashcont #dash-recipes table .rp-actions {
        width: 40%;
    }

    #dashboard .dashcont #dash-recipes table .rp-crop {
        width: 20%;
    }

    #dashboard .dashcont #dash-recipes table .rp-name {
        width: 50%;
    }

    #dashboard #new-recipe-cont select {
        width: 150px;
    }
}

@media (min-width: 768px) {
    #dashboard .dashcont #dash-recipes table .rp-product,
    #dashboard .dashcont #dash-recipes table .rp-updated {
        display: table-cell;
    }

    #dashboard .dashcont #dash-recipes table .rp-actions {
        width: 21%;
    }

    #dashboard .dashcont #dash-recipes table .rp-crop {
        width: 12%;
    }

    #dashboard .dashcont #dash-recipes table .rp-name {
        width: 27%;
    }

    #dashboard .dashcont #dash-recipes table .rp-product {
        width: 22%;
    }

    #dashboard .dashcont #dash-recipes table .rp-updated {
        width: 17%;
    }

    #dashboard #new-recipe-cont p {
        padding-left: 40px;
        width: 80%;
    }

    #dashboard #new-recipe-cont .new-recipe-select {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    #dashboard {
        margin-top: -50px;
    }

        #dashboard .sidenav {
            width: 220px;
            margin-left: 0;
        }

        #dashboard .dashcont {
            width: calc(100% - 220px);
        }

        #dashboard .sidenav h4 {
            display: block;
            padding: 20px 0;
            text-align: center;
            font-size: 1.8rem;
        }

        #dashboard .sidenav .dash-nav-cont ul li a {
            font-size: 1.55rem;
            line-height: 2.1rem;
            background-position: 10% center;
        }

            #dashboard .sidenav .dash-nav-cont ul li a span {
                opacity: 1;
                padding-left: 53px;
                width: 90%;
            }

        #dashboard.sidenav-open .main-dash-container {
            left: 0;
        }

        #dashboard .sidenav .dash-nav-cont .mobile-sidebar-arrow {
            display: none;
        }

        #dashboard .sidenav .dash-nav-cont ul li.sb-sub.open ul {
            height: auto;
        }

        #dashboard .sidenav .dash-nav-cont ul li ul li {
            padding-left: 20px;
        }

        #dashboard .sidenav .dash-nav-cont ul li ul li {
            padding-left: 43px;
        }

        #dashboard .sidenav .dash-nav-cont ul li a.calculators span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li a.calculators span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li.open a.calculators span::after {
            content: '–';
        }

        #dashboard .sidenav .dash-nav-cont ul li a.pilot-recipes span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li a.pilot-recipes span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li.open a.pilot-recipes span::after {
            content: '–';
        }

        #dashboard .sidenav .dash-nav-cont ul li a.recommended span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li a.recommended span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li.open a.recommended span::after {
            content: '–';
        }

        #dashboard .sidenav .dash-nav-cont ul li a.shared span::after {
            content: '+';
            padding-left: 15px;
            font-weight: 700;
        }

        #dashboard .sidenav .dash-nav-cont ul li.open a.shared span::after {
            content: '–';
        }


        #dashboard .dashcont {
            padding: 0 30px;
        }

    #page-content #dashboard .dashcont section:first-child {
        margin-top: 20px;
    }

    #dashboard #new-recipe-cont p {
        padding-left: 40px;
        width: 60%;
    }
}

@media (min-width: 1200px) {
    #dashboard .main-dash-container {
        width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
        min-height: 1000px;
    }

    #dashboard .sidenav {
        width: 250px;
    }

    #dashboard .dashcont {
        width: calc(100% - 250px);
    }
    #dashboard .modal_width {
        width: 100%!important;
        padding:15px!important;
    }
    
    #dashboard .sidenav .dash-nav-cont ul li a {
        font-size: 1.7rem;
        line-height: 2.1rem;
        background-position: 7% center;
    }

    #dashboard .dashcont {
        padding: 0 0 0 30px;
    }
}

/*********************************
      dashboard account
*********************************/


#dashboard #dash-personal-info {
    margin-top: 15px;
}

#dashboard #dash-account-update h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

#dashboard #dash-account-update .input-cont,
#dashboard #dash-account-update .select-cont {
    margin-bottom: 5px;
}

    #dashboard #dash-account-update .input-cont label,
    #dashboard #dash-account-update .select-cont label {
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: 600;
    }

#dashboard .dash-update-btn-cont {
    margin: 30px 0;
}

    #dashboard .dash-update-btn-cont a {
        margin-right: 15px;
    }


#dashboard #dash-equip-crops .select-cont {
    margin-bottom: 10px;
}

#dash-equip-crops h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ttc-descriptor {
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    width: 100%;
}

    .ttc-descriptor span {
        display: inline-block;
    }

    .ttc-descriptor .treated,
    .ttc-descriptor .measure {
        display: none;
    }

    .ttc-descriptor.mobile,
    .ttc-descriptor.mobile .treated,
    .ttc-descriptor.mobile .measure {
        display: inline-block;
    }

        .ttc-descriptor.mobile span {
            width: 46%;
        }

        .ttc-descriptor.mobile .measure {
            padding-left: 8%;
        }


@media (max-width: 355px) {
    #dashboard .dash-update-btn-cont a {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
}


@media (max-width: 575px) {
    #dashboard .input-cont {
        line-height: 1.3rem !important;
    }
}

@media (max-width: 767px) {
    #btnAddEmailToShare {
        margin-top: 20px;
    }
    #contact-us .cu-sidebar {
        margin-top: 30px;
    }
}


@media (min-width: 576px) {

    #dashboard #dash-equip-crops .crop-treat-cont-single .select-cont select,
    #dashboard #dash-equip-crops .crop-treat-cont-single .input-cont input {
        width: 100%;
    }

    #dashboard #dash-equip-crops .crop-treat-cont-single .select-cont {
        float: left;
        margin-right: 1%;
    }

    #dashboard #dash-equip-crops .crop-treat-cont-single .plus-symbol {
        margin: 0 1%;
    }

    #dashboard #dash-account-update .input-cont,
    #dashboard #dash-account-update .select-cont {
        margin-bottom: 15px;
    }

        #dashboard #dash-account-update .input-cont label,
        #dashboard #dash-account-update .select-cont label {
            width: 125px;
        }

        #dashboard #dash-account-update .input-cont input,
        #dashboard #dash-account-update .select-cont select {
            width: 60%;
        }

    .ttc-descriptor.mobile,
    .ttc-descriptor.mobile .treated,
    .ttc-descriptor.mobile .measure {
        display: none;
    }

    .ttc-descriptor .treated,
    .ttc-descriptor .measure {
        display: inline-block;
    }

    .ttc-descriptor span {
        width: 28%;
    }

    .ttc-descriptor .treated {
        margin-left: 21%;
    }

    .ttc-descriptor .measure {
        margin-left: 6%;
    }

    .ttc-descriptor.sec-desc {
        display: none;
    }
}


@media (min-width: 768px) {
    #dashboard #dash-equip-crops .crop-treat-cont-single .select-crop {
        width: 28%;
    }
}


@media (min-width: 992px) {
    #dashboard #dash-account-update .input-cont label,
    #dashboard #dash-account-update .select-cont label {
        width: 180px;
    }

    #dashboard #dash-account-update .input-cont input,
    #dashboard #dash-account-update .select-cont select {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .ttc-descriptor .treated {
        width: 22%;
    }

    .ttc-descriptor .measure {
        width: 22%;
        margin-left: 4%;
    }
}


/*********************************
      PASSSWORD RESET PAGES
*********************************/


#forgot-password,
#reset-password {
    padding: 50px 0;
    height: calc(100vh - 480px);
    min-height: 500px;
}

form#forgot-pass,
form#reset-pass {
    margin-top: 30px;
}

#user-security-question {
    display: none;
}


@media (min-width: 768px) {
    #forgot-password,
    #reset-password {
        height: calc(100vh - 660px);
        min-height: 500px;
    }
}
/*********************************
      Dashboard Calculators
*********************************/

.calculators {
}

#container-return-main .recipe-step-title {
    margin-bottom: 20px;
}

.calculators .recipe-step-title {
    margin-bottom: 20px;
}

.calculators h4.calc-title {
    margin-bottom: 10px;
}

.calculators .recipe-step-title span,
#container-return-main .recipe-step-title span {
    display: inline-block;
    margin-right: 10px;
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 2.8rem;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.calculators .recipe-step-title span {
    display: inline-block;
    margin-right: 10px;
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 2.8rem;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.calculators .input-cont.no-inner-label {
    margin-bottom: 15px;
}

    .calculators .input-cont.no-inner-label label {
        font-weight: 600;
        position: relative;
        display: block;
        top: auto;
        left: auto;
        font-size: 1.5rem;
        line-height: 2rem;
    }

.calculators .select-cont label {
    display: block;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
}

.calculators .recipe-aid-info {
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: normal;
    font-style: italic;
}

.calculators .input-cont.output-value input {
    border: none;
    background-color: transparent !important;
}

.calculators a.btn-primary,
#recipe-output a.btn-primary {
    margin-bottom: 15px;
}

#recipe-output {
}

    #recipe-output .calc-output-cont p span {
        font-weight: 700;
    }

    #recipe-output .recipe-table {
        width: 100%;
        /*overflow-x: scroll;*/
    }

        #recipe-output .recipe-table table {
            width: 99%;
            min-width: 718px;
        }

        #recipe-output .recipe-table th {
            width: 9.5%;
            padding: 5px;
            font-weight: 700;
            font-size: 1.3rem;
            line-height: 1.7rem;
            border-bottom: 2px solid #c5c5c5;
            vertical-align: bottom;
            text-align: left;
        }

            #recipe-output .recipe-table th.prod-name {
                width: 14.5%;
            }

        #recipe-output .recipe-table td {
            font-size: 1.3rem;
            padding: 1%;
            height: 50px;
            vertical-align: center;
            border-bottom: 1px solid #c5c5c5;
            border-right: 1px solid #c5c5c5;
            border-left: 1px solid #c5c5c5;
            background-color: #fff;
        }

        #recipe-output .recipe-table tr.total-row td {
            background-color: #c5c5c5;
            font-size: 1.5rem;
            font-weight: 700;
        }

    #recipe-output .output-btns {
        margin-top: 30px;
    }


.calculators .input-radio input[type="radio"] {
    display: none;
}

.calculators .toggle-radio {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

    .calculators .toggle-radio label {
        width: 100%;
        background-color: #fff;
        height: 40px;
        font-size: 1.5rem;
        line-height: 3.8rem;
        font-weight: 700;
        border: 1px solid #898989;
        text-align: center;
    }

    .calculators .toggle-radio.toggle-right label {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .calculators .toggle-radio.toggle-left label {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        /*background-color: #898989;*/
    }

    .calculators .toggle-radio input:checked + label {
        background-color: #898989;
        color: #fff;
        border: 1px solid #898989;
    }


    .calculators .toggle-radio .recipe-aid-info {
        padding: 0 5px;
    }

.calculators .hidden-input {
    display: none;
}

.calculators .toggle-radio.toggle-radio-three {
    width: 33%;
}

.calculators .toggle-radio.toggle-center label {
    border-right: none;
    border-left: none;
}

.calculators p.calc-title {
    font-weight: 600;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 5px;
}

.calculators .tmx-out-single span {
    padding-left: 30px;
}

#tmx-calculator .row:first-child {
    margin-bottom: 30px;
}

#container-return-main .input-cont {
    margin-bottom: 40px;
}


@media (max-width: 360px) {
    #soy-calculator .input-cont,
    #corn-calculator .input-cont,
    #cereals-calculator .input-cont,
    #rice-calculator .input-cont {
        line-height: 2.5rem !important;
    }
}

@media (max-width: 576px) {
    #container-return-main .recipe-step-title {
        margin-bottom: 30px;
    }

    #container-return-main #products-entry-fields .input-cont {
        margin-bottom: 15px !important;
    }

    #container-return-main .input-cont {
        line-height: 3.3rem !important;
    }
}

@media (min-width: 768px) {
    #page-content #tmx-calculator {
        margin-bottom: 300px;
    }
    #page-content #tmx-calculator.popup {
        margin-bottom: auto!important;
    }
    #recipe-output .recipe-table {
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media print {
    .no-print {
        display: none;
    }
}

@media screen {
    .print-only {
        display: none;
    }
}

.text {
    line-height: 1.5;
}

.text_bold {
    font-weight: bold;
}

.text_small {
    font-size: .6em;
}

.container_space {
    margin: 25px;
    overflow: hidden;
}


/*********************************
      Container Return form
*********************************/

#container-return-main {
}

#new-address {
    display: none;
}

    #new-address h4 {
        margin: 6px 0 17px 0;
    }

.yes-no-radio {
    margin-bottom: 15px;
}

    .yes-no-radio .input-radio {
        width: 100px;
        float: left;
    }

        .yes-no-radio .input-radio input {
            display: inline-block;
            width: auto;
            margin-right: 10px;
        }

        .yes-no-radio .input-radio label:not(.error) {
            font-weight: 700;
            margin-bottom: 0;
        }

#yes-no-section {
    position: relative;
}

    #yes-no-section .warning-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.8);
        display: block;
    }


.warning-container {
    border: 1px solid #000;
    padding: 20px;
}

    .warning-container img {
        height: 80px;
        width: 100%;
        margin-bottom: 20px;
    }


    .warning-container .warn-copy {
    }

        .warning-container .warn-copy .input-cont {
            margin-bottom: 0;
        }

.table-resp-cont {
    overflow-x: scroll;
}

table#table-container-detail {
    width: 100%;
    min-width: 800px;
    margin-bottom: 30px;
}

    table#table-container-detail th {
        width: 12%;
    }

        table#table-container-detail th.sku {
            width: 20%;
        }

        table#table-container-detail th.prod-name {
            width: 30%;
        }

        table#table-container-detail th.action-items {
            width: 22%;
        }

    table#table-container-detail td {
        padding: 5px;
    }

    table#table-container-detail input {
        border: 1px solid #898989;
        border-radius: 5px;
        padding: 0 10px;
        background-color: #fff;
        width: 100%;
        line-height: 3.3rem;
        height: 35px;
    }

    table#table-container-detail a {
        color: #000;
        font-weight: 600;
        padding: 0 5px;
    }

    table#table-container-detail input:disabled {
        border: none;
        background-color: transparent;
        height: 25px;
        line-height: 2.4rem;
        padding-left: 5px;
    }

    table#table-container-detail a.save-row {
        display: none;
    }

    table#table-container-detail tr.edit a.save-row {
        display: inline-block;
    }

    table#table-container-detail tr.edit a.edit-row,
    table#table-container-detail tr.edit a.delete-row,
    table#table-container-detail tr.edit span.divider {
        display: none;
    }



@media (min-width: 576px) {
    .warning-container img {
        height: 80px;
        width: 20%;
        margin-bottom: 0;
        margin-right: 2%;
        float: left;
    }

    .warning-container .warn-copy {
        float: left;
        width: 77%;
    }
}

#products-entry-fields {
    margin: 0 15px 15px;
    width: 100%;
}

    #products-entry-fields .input-cont {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    #products-entry-fields .tcd-size {
        width: 48%;
        margin-right: 4%;
    }

    #products-entry-fields .tcd-number {
        width: 48%;
    }

    #products-entry-fields .btn-primary {
        display: block;
        width: 100%;
        float: left;
    }

#certification-section .input-cont {
    margin-bottom: 0;
}


#cr-sent-msg {
    background-color: #fff;
    width: 90%;
    height: auto;
    position: fixed;
    z-index: 3500;
    visibility: hidden;
    opacity: 0;
    top: 85px;
    left: 5%;
    display: none;
    -webkit-transition: all .25s; /* Safari */
    transition: all .25s;
}


.cr-sent #cr-sent-msg {
    visibility: visible;
    opacity: 1;
    display: block;
}


#cr-sent-msg .cr-sent-cont {
    padding: 20px 15px 30px;
    text-align: center;
}

    #cr-sent-msg .cr-sent-cont img {
        width: 200px;
        height: 60px;
        margin-bottom: 20px;
    }

    #cr-sent-msg .cr-sent-cont p {
        margin-bottom: 20px;
        text-align: left;
    }

    #cr-sent-msg .cr-sent-cont .btn-primary {
        max-width: 200px;
        margin: 0 auto;
    }

#bagtags-success .bagtags-cont {
    padding: 20px 15px 30px;
    text-align: center;
}

    #bagtags-success .bagtags-cont img {
        width: 200px;
        height: 60px;
        margin-bottom: 20px;
    }

    #bagtags-success .bagtags-cont p {
        margin-bottom: 20px;
        text-align: center;
    }

    #bagtags-success .bagtags-cont .btn-primary {
        max-width: 200px;
        margin: 0 auto;
    }

@media (min-width: 576px) {
    #products-entry-fields .tcd-sku {
        width: 48%;
        margin-right: 4%;
    }

    #products-entry-fields .tcd-name {
        width: 48%;
    }

    #products-entry-fields .btn-primary {
        width: 150px;
    }

    #cr-sent-msg {
        width: 70%;
        max-width: 480px;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    #products-entry-fields .tcd-sku {
        width: 20%;
        margin-right: 2%;
    }

    #products-entry-fields .tcd-name {
        width: 30%;
        margin-right: 2%;
    }

    #products-entry-fields .tcd-size {
        width: 12%;
        margin-right: 2%;
    }

    #products-entry-fields .tcd-number {
        width: 12%;
        margin-right: 2%;
    }

    #products-entry-fields .btn-primary {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .table-resp-cont {
        overflow-x: auto;
    }
}

@media (min-width: 1200px) {
    #products-entry-fields .tcd-sku {
        width: 20%;
        margin-right: 1%;
    }

    #products-entry-fields .tcd-name {
        width: 30%;
        margin-right: 1%;
    }

    #products-entry-fields .tcd-size {
        width: 12%;
        margin-right: 1%;
    }

    #products-entry-fields .tcd-number {
        width: 12%;
        margin-right: 1%;
    }
}

/*********************************
      Email Recipe Modal
*********************************/
#email-recipe-cont {
    padding: 20px;
}


    #email-recipe-cont #close-email-mod {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        font-weight: 700;
        color: #000;
        line-height: 40px;
        text-align: center;
        font-size: 2rem;
    }

        #email-recipe-cont #close-email-mod:hover {
            text-decoration: none;
            opacity: .5;
        }

    #email-recipe-cont h3 {
        width: 80%;
    }

    #email-recipe-cont p {
        margin-bottom: 25px;
    }

    #email-recipe-cont a.btn-primary {
        width: 150px;
        margin: 15px 0 25px;
    }

    #email-recipe-cont select {
        height: 120px;
        color: #000;
    }

    #email-recipe-cont p.select-head {
        font-size: 1.5rem;
        margin: 0;
    }

/*********************************
      Dashboard - Bag Tags
*********************************/
#bagtags {
}

    #bagtags .home-print-info p {
        margin-bottom: 20px;
    }

    #bagtags .or-seperator {
        font-size: 3.4rem;
        line-height: 4rem;
        font-weight: 400;
        padding: 40px 0;
    }

    #bagtags .specialist-info-cont {
        margin: 25px 0;
    }

        #bagtags .specialist-info-cont .spec-image {
            background-color: #fff;
            border: 1px solid #898989;
            width: 30%;
            max-width: 100px;
            margin-right: 5%;
            float: left;
        }

        #bagtags .specialist-info-cont .spec-info {
            width: 62%;
            float: left;
        }

            #bagtags .specialist-info-cont .spec-info p {
                margin-bottom: 5px;
            }

            #bagtags .specialist-info-cont .spec-info a {
                color: #000;
            }

form#bagtag-request-info {
    margin-bottom: 50px;
}
form#bagtag-request-info .input-cont {
    margin-bottom: 40px;
}
    form#bagtag-request-info .recipe-step-title {
        margin-bottom: 20px;
    }

        form#bagtag-request-info .recipe-step-title span {
            display: inline-block;
            margin-right: 10px;
            background-color: #000;
            width: 30px;
            height: 30px;
            line-height: 2.8rem;
            border-radius: 15px;
            color: #fff;
            text-align: center;
        }

@media (max-width: 576px) {
    #bagtags .input-cont {
        line-height: 3.3rem !important;
    }
}

@media (min-width: 576px) {
    form#bagtag-request-info {
     width:100%;
    }

    #bagtags .specialist-info-cont .spec-image {
        margin-right: 20px;
    }

    #bagtags .specialist-info-cont .spec-info {
        margin-top: 10px;
    }
}

/*********************************
      COntact Us
*********************************/

#contact-us {
    margin-bottom: 150px;
}

    #contact-us form {
        margin: 30px 0;
    }

    #contact-us .cu-sidebar h6 {
        margin-top: 20px;
    }

    #contact-us .cu-sidebar span {
        font-weight: 400;
    }

    #contact-us .cu-sidebar p {
        margin: 5px 0;
    }

    #contact-us .cu-sidebar a {
        color: #000;
    }

@media (min-width: 768px) {
    #contact-us .cu-sidebar {
        margin-top: 45px;
    }
}



/*********************************
      404 page
*********************************/

#four-oh-four {
    margin-top: -20px;
    height: calc(100vh - 150px);
    min-height: 600px;
    background-color: transparent;
    background-image: url(../img/background-404.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

    #four-oh-four .fof-darken {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.7);
        display: block;
    }

    #four-oh-four .info-cont {
        position: absolute;
        padding: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 400px;
        background-color: #fff;
        display: block;
    }

        #four-oh-four .info-cont h1 {
            font-size: 11rem;
            line-height: 12rem;
            text-align: center;
        }

        #four-oh-four .info-cont p {
            font-size: 1.8rem;
            line-height: 2.3rem;
            margin-bottom: 30px;
        }

        #four-oh-four .info-cont .btn-holder a {
            margin-bottom: 20px;
        }

@media (min-width: 768px) {
    #four-oh-four {
        margin-top: -50px;
    }

        #four-oh-four .info-cont {
            padding: 60px;
            max-width: 800px;
            -webkit-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
            -moz-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
            box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        }

            #four-oh-four .info-cont h1 {
                font-size: 15rem;
                line-height: 16rem;
                margin-bottom: 50px;
            }

            #four-oh-four .info-cont p {
                font-size: 2rem;
                line-height: 3rem;
            }

            #four-oh-four .info-cont .btn-holder a {
                width: 40%;
                float: left;
                margin: 0 5%;
            }
}
/*********************************
      Specialist Search
*********************************/

#seedcare-specialist {
}

    #seedcare-specialist h1 {
        margin-bottom: 15px;
    }

form#zip-search {
    margin: 15px 0;
}

    form#zip-search .reg-zip-cont {
        width: 50%;
        float: left;
        margin-right: 15px;
    }

#seedcare-specialist hr {
    display: none;
}

#map-info-container {
    margin-bottom: 50px;
}

    #map-info-container #map {
        height: 500px;
        width: 100vw;
        margin: 25px -15px;
    }

        #map-info-container #map a[href^="http://maps.google.com/maps"] {
            display: none !important;
        }

        #map-info-container #map a[href^="https://maps.google.com/maps"] {
            display: none !important;
        }

        #map-info-container #map .gmnoprint a, .gmnoprint span, .gm-style-cc {
            display: none;
        }


        #map-info-container #map .map-info-box {
            width: 250px;
        }

            #map-info-container #map .map-info-box img {
                width: 70px;
                height: 70px;
                float: left;
                margin-right: 10px;
            }

            #map-info-container #map .map-info-box .mib-copy {
                float: left;
                width: 170px;
            }

                #map-info-container #map .map-info-box .mib-copy h5 {
                    font-size: 1.5rem;
                    line-height: 1.8rem;
                }

                #map-info-container #map .map-info-box .mib-copy p {
                    font-size: 1.5rem;
                    margin: 8px 0 0;
                }


    #map-info-container .spec-info-cont .specialist-single {
        margin-bottom: 30px;
    }

        #map-info-container .spec-info-cont .specialist-single.active,
        #map-info-container .spec-info-cont .specialist-single[data-count="0"] {
            background-color: #d4edcd;
        }

        #map-info-container .spec-info-cont .specialist-single img {
            float: left;
            width: 25%;
            max-width: 150px;
            margin-right: 3%;
        }

        #map-info-container .spec-info-cont .specialist-single .ss-copy {
            float: left;
            padding: 5px 0;
            width: 72%;
        }

            #map-info-container .spec-info-cont .specialist-single .ss-copy h5 {
                font-size: 1.8rem;
                line-height: 2.2rem;
                font-weight: 600;
            }

            #map-info-container .spec-info-cont .specialist-single .ss-copy p {
                margin-bottom: 5px;
                font-size: 1.5rem;
            }

            #map-info-container .spec-info-cont .specialist-single .ss-copy a {
                display: block;
                color: #000;
                font-weight: 700;
                margin-bottom: 5px;
                font-size: 1.5rem;
                line-height: 1.8rem;
            }




@media (min-width: 576px) {

    #map-info-container #map {
        height: 590px;
        width: 100%;
        margin: 25px 0;
    }
}


@media (min-width: 992px) {
    #seedcare-specialist hr {
        display: block;
    }

    #map-info-container .spec-info-cont {
        margin-top: 25px;
    }

        #map-info-container .spec-info-cont .specialist-single[data-count="0"] {
            width: 109%;
        }
}

@media (min-width: 1200px) {
    #map-info-container .spec-info-cont .specialist-single[data-count="0"] {
        width: 107%;
    }
}


/*********************************
      Video landing Page
*********************************/

#featured-video-cont {
}

    #featured-video-cont .fvc-video {
        background-color: #ebebeb;
    }

    #featured-video-cont .copy-cont {
        padding: 15px;
    }

        #featured-video-cont .copy-cont h3 {
            margin-bottom: 15px;
        }

#all-videos {
}

    #all-videos .video-head h4 {
        padding-bottom: 5px;
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 15px;
    }

    #all-videos .video-single {
        margin-bottom: 25px;
    }

        #all-videos .video-single .video-placeholder {
            margin-bottom: 15px;
        }

        #all-videos .video-single .vid-cats {
            font-size: 1.4rem;
        }


@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #featured-video-cont .fvc-video {
        margin: 50px;
    }
}

@media (min-width: 1200px) {
    #featured-video-cont .copy-cont {
        padding: 30px;
    }

        #featured-video-cont .copy-cont h3 {
            margin-bottom: 25px;
        }
}
/*********************************
 Knowledge Sheets &amp; News Landing
*********************************/

#knowledge-sheets {
}

#news-landing {
}

#knowledge-sheets section:first-child {
    margin-bottom: 15px;
}

form#knowledge-search {
    margin-top: 30px;
}

.ks-filters {
    height: auto;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: max-height .25s; /* Safari */
    transition: max-height .25s;
}

    .ks-filters.open {
        max-height: 300px;
    }

    .ks-filters &gt; * {
        float: left;
    }

    .ks-filters p.filter-plus {
        line-height: 3.6rem;
        margin-right: 10px;
        width: 100%;
        margin-bottom: 0;
        font-size: 2rem;
        cursor: pointer;
    }

        .ks-filters p.filter-plus::after {
            content: '+';
            padding-left: 15px;
        }

    .ks-filters.open p.filter-plus::after {
        content: '-';
    }


    .ks-filters .input-cont {
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .ks-filters .input-cont label {
            margin-right: 5px;
        }

    .ks-filters .or-sep {
        font-weight: 700;
        width: 100%;
        margin-bottom: 10px;
    }

    .ks-filters .select-cont {
        width: 100%;
        max-width: 340px;
    }

    .ks-filters input[type="submit"].btn-primary {
        clear: both;
    }

#page-content #ks-results {
    margin-top: 20px;
}

#ks-results .ks-single {
    margin-bottom: 25px;
}

    #ks-results .ks-single a {
        color: #000;
    }

        #ks-results .ks-single a:hover {
            text-decoration: none !important;
        }

        #ks-results .ks-single a:focus {
            text-decoration: none;
        }

        #ks-results .ks-single a h5 {
            font-weight: 400;
            font-size: 1.5rem;
            padding-left: 35px;
        }

    #ks-results .ks-single article[data-type="pdf"] a h5::before {
        content: url(../img/icon-pdf-temp.png);
        padding-right: 10px;
        position: absolute;
        top: -2px;
        left: 15px;
    }

    #ks-results .ks-single a h5 span {
        font-size: 1.8rem;
        line-height: 2.3rem;
        font-weight: 700;
        padding-right: 8px;
    }

.touch #ks-results .ks-single a h5 span {
    text-decoration: underline;
}

#ks-results .ks-single a:hover h5 span {
    text-decoration: underline;
}


#news-landing #ks-results .ks-single h5 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 700;
    padding-right: 8px;
}

#news-landing #ks-results .ks-single a:hover h5 {
    text-decoration: underline;
}

#ks-results .ks-single .date {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #55565a;
    margin: 0;
}

#ks-results .ks-single .tags {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #55565a;
    margin: 0 0 10px;
    font-weight: 700;
}

#ks-results .ks-single .readmore {
    font-weight: 700;
    text-decoration: underline;
    padding-left: 5px;
}




@media (min-width: 576px) {
    form#knowledge-search .input-cont {
        width: 70%;
        float: left;
        margin-right: 15px;
    }

    .ks-filters .btn-primary {
        width: 20%;
        float: left;
    }
}

@media (min-width: 996px) {
    .ks-filters {
        max-height: none;
    }

        .ks-filters p.filter-plus {
            cursor: default;
            width: auto;
            font-size: 1.6rem;
        }

            .ks-filters p.filter-plus::after {
                content: '';
            }

        .ks-filters .or-sep {
            width: auto;
            line-height: 3.8rem;
            padding: 0 5px;
        }

        .ks-filters .select-cont {
            width: 135px;
            padding-top: 2px;
            padding-left: 15px;
        }

    #ks-results .ks-single p {
        padding-left: 45px;
    }

    #ks-results .ks-single a h5 {
        padding-left: 45px;
    }
}

@media (min-width: 1200px) {
    .ks-filters .or-sep {
        padding: 0 25px;
    }

    .ks-filters .select-cont {
        width: 200px;
    }
}


/*********************************
      News Detail Page
*********************************/

#news-detail {
}

.article-main {
    margin-bottom: 50px;
}

    .article-main .article-hero-image {
        margin-bottom: 30px;
    }

        .article-main .article-hero-image .caption {
            font-size: 1.3rem;
            margin: 10px 0;
            color: #898989;
        }

    .article-main .article-date {
        font-size: 1.5rem;
        margin: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .article-main .article-categories {
        font-size: 1.4rem;
        margin: 0 0 5px;
        text-transform: uppercase;
        font-weight: 400;
        font-style: italic;
    }

    .article-main #am-content {
        margin-top: 15px;
    }

        .article-main #am-content h2,
        .article-main #am-content h3,
        .article-main #am-content h4,
        .article-main #am-content h5 {
            margin-top: 20px;
        }

        .article-main #am-content img {
            margin: 20px 0;
        }

#related-articles {
    margin-bottom: 50px;
}

    #related-articles h3 {
        margin-bottom: 20px;
    }

    #related-articles a.ra-single {
        text-decoration: none;
        display: block;
        width: 100%;
        /*margin-bottom: 30px;*/
        margin-top: 10px;
    }

        #related-articles a.ra-single h5 {
            color: #000;
            margin: 0;
        }

        #related-articles a.ra-single:hover h5 {
            text-decoration: underline;
            *;
        }

.touch #related-articles a.ra-single h5 {
    text-decoration: underline;
}

#related-articles a.ra-single .date {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #55565a;
}

#related-articles a.ra-single p .readmore {
    font-weight: 700;
    text-decoration: underline;
    padding-left: 5px;
}

.article-social-share {
    margin-top: 15px;
}

    .article-social-share h4 {
        margin-bottom: 15px;
    }

    .article-social-share a {
        height: 30px;
        width: 40px;
        display: block;
        text-align: center;
        float: left;
    }

        .article-social-share a svg {
            height: 25px;
            fill: #72c358;
            -webkit-transition: all .3s; /* Safari */
            transition: all .3s;
        }

        .article-social-share a:hover svg {
            fill: #55565a;
        }

        .article-social-share a.email {
            margin-left: 10px;
        }

@media (min-width: 576px) {
    .article-main .article-hero-image img {
        -webkit-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        -moz-box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
        box-shadow: -10px 10px 53px 2px rgba(0,0,0,0.26);
    }
}

@media (min-width: 768px) {
    .article-main #am-content img.right {
        float: right;
        margin-left: 30px;
    }

    .article-main #am-content img.left {
        float: left;
        margin-right: 30px;
    }
}


/*********************************
     Search results page
*********************************/

#search-result-page {
}

    #search-result-page h1 {
        margin-bottom: 15px;
    }


    #search-result-page .new-search-cont input#ss360search {
        width: 200px;
        float: left;
    }

    #search-result-page .new-search-cont input.btn-primary {
        float: left;
        width: 100px;
        border-radius: 0;
        line-height: 35px;
        margin-left: -7px;
    }

#page-content #search-result-page section {
    margin-top: 15px;
}

#ss360-layer {
}

    #ss360-layer h2 a,
    #ss360-layer h2 a:hover {
        text-decoration: none;
        color: #000000;
        cursor: default;
    }

    #ss360-layer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #ss360-layer article {
        margin-bottom: 25px;
    }

        #ss360-layer article header {
            margin-bottom: 8px;
        }

        #ss360-layer article a,
        #ss360-layer article a:focus,
        #ss360-layer article a:visited {
            color: #000;
            font-size: 1.6rem;
            line-height: 2.1rem;
            font-weight: 400;
            background: transparent;
            outline: none !important;
            box-shadow: none !important;
            border: none !important;
            text-decoration: underline;
            overflow-wrap: break-word;
            word-wrap: break-word;
        }

            #ss360-layer article a:hover,
            #ss360-layer article a:active {
                color: #72c358 !important;
                background: transparent !important;
            }

        #ss360-layer article header a,
        #ss360-layer article header a:focus,
        #ss360-layer article header a:visited {
            font-size: 2rem;
            line-height: 2.5rem;
            font-weight: 700;
        }

    #ss360-layer .ss360-highlight {
        font-weight: 700;
    }

    #ss360-layer .ss360-hidden {
        display: none;
    }

    #ss360-layer .ss360-more-results,
    #ss360-layer .ss360-more-results:visited,
    #ss360-layer .ss360-more-results:focus {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 3.2rem;
        background-color: #72c358;
        padding: 0 15px;
        color: #000;
        display: block;
        text-align: center;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-transition: all .3s; /* Safari */
        transition: all .3s;
    }

        #ss360-layer .ss360-more-results:hover,
        #ss360-layer .ss360-more-results:active {
            color: #ffffff !important;
            background-color: #55565a !important;
            text-decoration: none;
            border: none !important;
            outline: none !important;
            box-shadow: none;
        }

@media (min-width: 576px) {
    #search-result-page .new-search-cont input#ss360search {
        width: 70%;
    }
}


/*soya Responsice tabel*/

@media (max-width: 720px) {
    .dynamic_class .parent_tr {
        width: 92% !important;
        display: block;
    }

    .dynamic_class th.rp-name {
        width: 83.5% !important;
    }

    .dynamic_class .rp-name {
        width: 71% !important;
    }

    .dynamic_class .child_maintr {
        width: 93% !important;
        display: block;
    }

    .dynamic_class .child_hiddentable {
        display: block;
    }
}


@media (max-width: 680px) {
    .dynamic_class .parent_tr {
        width: 88% !important;
    }

    .dynamic_class th.rp-name {
        width: 82.5% !important;
    }

    .dynamic_class .rp-name {
        width: 70% !important;
    }

    .dynamic_class .child_maintr {
        width: 89% !important;
    }
}


@media (max-width: 660px) {
    .dynamic_class .parent_tr {
        width: 80% !important;
    }

    .dynamic_class th.rp-name {
        width: 82% !important;
    }

    .dynamic_class .rp-name {
        width: 69% !important;
    }

    .dynamic_class .child_maintr {
        width: 85% !important;
    }
}


@media (max-width: 600px) {
    .dynamic_class .parent_tr {
        width: 76% !important;
    }

    .dynamic_class .child_maintr {
        width: 77% !important;
    }
}



@media (max-width: 540px) {
    .dynamic_class .parent_tr {
        width: 66% !important;
    }

    .dynamic_class .child_maintr {
        width: 67% !important;
    }
}

@media (max-width: 460px) {
    .dynamic_class .parent_tr {
        width: 54% !important;
    }

    .dynamic_class .child_maintr {
        width: 55% !important;
    }
}

@media (max-width: 428px) {
    .dynamic_class .parent_tr {
        width: 49% !important;
    }

    .dynamic_class .child_maintr {
        width: 50% !important;
    }
}

@media (max-width: 386px) {
    .dynamic_class .parent_tr {
        width: 42% !important;
    }

    .dynamic_class .child_maintr {
        width: 43% !important;
    }
}

@media (max-width: 346px) {
    .dynamic_class .parent_tr {
        width: 36% !important;
    }

    .dynamic_class .child_maintr {
        width: 37% !important;
    }
}

@media (max-width: 320px) {
    .dynamic_class .parent_tr {
        width: 30% !important;
    }

    .dynamic_class .child_maintr {
        width: 34% !important;
    }
}



/*---label, title--*/
.inside-head {
    font-size: 21px;
    color: #000000;
}

.inside-tblabel {
    font-size: 14px;
    font-family: 'Open Sans Bold', 'Open Sans' !important;
    font-weight: 700;
}

.inside-ptxt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans Regular', 'Open Sans' !important;
}

.tab-linehead {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 700;
    padding: 10px 5px;
    border-bottom: 1px solid #D3D3D3;
}

.tab-col {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 400;
    padding: 10px 5px;
    border-bottom: 1px solid #D3D3D3;
}

.inside-table {
    border-collapse: separate;
    /*margin-left: -6px !important;*/
}

/*.grid-name {
    width: 14%;
}*/

.note {
    position: relative;
}

    .note:after {
        content: "";
        position: absolute;
        top: -25px;
        left: 31.3%;
        width: 0;
        height: 0;
        display: block;
        border-bottom: solid 15px #c0c0c0;
        border-right: solid 15px transparent;
        border-left: solid 15px transparent;
    }
/*---table-recipe--*/
.iconImg {
    width: 24px !important;
}

.hidden {
    display: none;
}
/*---search field-----*/
.search-field {
    /*max-width: 200px;*/
    height: 36px;
    /* left:180px; */
    font-size: 12px;
    border-radius: 6px;
    border-color: 1px solid black;
}

.search-box-field {
    right: -30px;
}

.search-icon {
    position: absolute;
    top: 16%;
    right: 24px;
    /* margin-top: -17px; */
    color: #6c757d;
}

@media screen and (min-width: 1023px) and (max-width :1036px ) {
    .search-icon {
        position: absolute;
        top: 6% !important;
        right: 24px;
        /* margin-top: -17px; */
        color: #6c757d;
    }
}

.print_tbl {
    width: 56%;
    float: right;
}

.cereal_print_tbl {
    margin-right: -516px;
    cursor: pointer;
}

.soybean_print_tbl {
    margin-right: -515px;
    cursor: pointer;
}

.rice_print_tbl {
    margin-right: -514px;
    cursor: pointer;
}

.corn_print_tbl {
    margin-right: -493px;
    cursor: pointer;
}

.email_tbl {
    width: 56%;
    float: right;
    margin-right: -213px;
}

.zeromargin {
    margin-left: 0 !important;
}

.checkboxCenter {
    text-align: center;
}

.widthchange {
    width: 100% !important;
}

.divtap {
    left: 10px;
}
/*---table_responsive----*/
.tbl_recipe {
    width: 100% !important;
    margin: 5px 0 20px 0 !important;
}

/*@media screen and (min-width: 280px) and (max-width :768px ) {
    .tbl_recipe {
        width: 80% !important;
        margin: 5px 0 20px 43px !important;
    }
}

@media screen and (min-width: 769px) and (max-width :1336px ) {
    .tbl_recipe {
        width: 90% !important;
        margin: 5px 0 20px 43px !important;
    }
}*/

@media screen and (min-width: 249px) and (max-width :538px ) {
    .flex_txt {
        font-size: 13px !important;
        line-height: 1.8rem !important;
    }
}
/*@media screen and (min-width:900px) and (max-width :1024px ) {
    .tbl_scorl {
        overflow-x: hidden !important;
    }
}*/

@media screen and (min-width: 320px) and (max-width :1023px ) {
    .tbl_scorl {
        overflow-x: scroll !important;
    }

  
}

@media screen and (min-width: 320px) and (max-width :750px ) {
    .note:after {
        left: 46.1%;
    }

    .note_adj:after {
        left: 47.1% !important;
    }

    /*.search_field_adjst {
        left: -35px !important;
    }*/

    .recommended_recipe_img_adj {
        float: right !important;
        margin-right: 34px !important;
    }

    .copybtn {
        width: 60% !important;
        float: left !important;
        font-size: 11px !important;
    }
    /*.rp-name {
        width: 48% !important;
    }
    .recipe_img_adj {
        float: right !important;
        margin-right: 4px !important;
    }*/

    .mob_ten_margintop {
    margin-top:10px;
    }
}




@media screen and (min-width: 320px) and (max-width :991px ) {


    header#main-header .login-callout {
        background-color: #f1f1f1
    }

    header#main-header ul.main-nav {
        background-color: #f1f1f1;
        position: fixed;
        height: 86%;
        overflow: auto;
    }
}

@media screen and (min-width: 993px) and (max-width :1000px ) {


    header#main-header ul.main-nav {
        background-color: transparent;
    }
}


    @media screen and (min-width: 767px) and (max-width :1000px ) {
        .note:after {
            left: 20.5%;
        }

        .update_adj {
            width: 17% !important;
        }

        .showing_count_adj {
            width: 36% !important;
        }
        /*.recipe_img_adj {
        float: right !important;
        margin-right: 22px !important;
    }*/

        
    }

    .zeropadding {
        padding: 2px !important;
    }

    .grid_adjst {
        width: 25% !important;
    }

    .grid_width_adjst {
        width: 15% !important;
    }

    .recipe_name_width {
        width: 65%;
        word-break: break-word;
        display: inline-block;
    }

    .recipe_img_adj {
        float: right;
        margin-right: 39px;
    }

    .recommended_recipe_name_width {
        width: 56%;
        word-break: break-word;
        display: inline-block;
    }

    .recommended_recipe_img_adj {
        float: right;
        margin-right: 68px;
    }

    .recommended_chkbx {
        width: 3%;
    }

    .recommended_copy_btn {
        display: none;
        right: -24px;
        float: right !important;
    }

    .copybtn {
        font-family: 'Open Sans Bold', 'Open Sans' !important;
        font-weight: 700 !important;
        width: 50%;
        float: right;
        font-size: 16px;
    }

    .modalpop {
        width: 35%;
        position: fixed;
        top: 240px;
    }

    .search_field_adjst {
        left: 30px;
    }

    .grid_adjst_corn {
        width: 12% !important;
    }

    .errorMessage {
        text-align: center;
        font-weight: inherit;
        background-color: #ec978f;
        color: #424242;
        border-radius: 6px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .UpdateError {
        line-height: 1.5;
        font-size: 12px;
        color: #d4554b;
        margin-left: 3px;
    }

    .chk_hide_margin {
        margin-right: 26px !important;
    }
    /*Added for MultiItem*/

    .multiItem {
        margin-right: 2px !important;
        padding: 2px 27px 2px 7px !important;
        line-height: 1.5em !important;
        padding-bottom: 5px !important;
    }

    .awe-rtl .multiItem {
        margin-right: 0 !important;
        margin-left: 2px !important;
    }

    .multi input.osearch {
        border: none;
        width: 0;
        padding: 0;
        outline: none;
        box-shadow: none;
    }

    .awe-btn, .awe-il,
    .awe-display, .awe-field {
        display: inline-block;
        *display: inline;
        zoom: 1;
        box-sizing: border-box;
        vertical-align: middle;
        position: relative;
    }

    .multi {
        background: white;
        cursor: text;
        border: 1px solid gainsboro;
        padding: 0.1em 0.3em;
        border-radius: 2px;
        line-height: 2.1em;
        height: 100px;
        overflow-y: auto;
    }

    .multiRem {
        cursor: pointer;
        padding: 2px 8px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .multi .caption {
        color: gainsboro;
        padding: 0 5px;
    }

    .awe-btn {
        cursor: pointer;
        border: 1px solid #D3D3D3;
        background-image: none;
        background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
        background-color: #F8F8F8;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        border-radius: 2px;
        color: #333;
        padding: 2px 3px;
        text-align: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        margin: 0;
        font: inherit;
    }

        .awe-btn::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

        .awe-btn:hover, .ui-button.ui-state-hover, .awe-morebtn:hover {
            background-color: #eee;
            background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);
            border-color: #C5C5C5;
            color: #333;
        }

        .awe-btn:active, .awe-morebtn:active, .awe-btn.awe-selected {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
            border-color: #C5C5C5;
            background-color: #E9E9E9;
            background-image: none;
        }

            .awe-btn.awe-selected.awe-spinbtn {
                box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25), 0 1px 0 white;
            }

        .awe-btn.awe-disabled, .awe-btn[disabled] {
            color: gray;
            border: 1px solid #D3D3D3;
            background-image: none;
            background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
            background-color: #F8F8F8;
            box-shadow: none;
        }


    .awe-btn, .awe-il {
        display: inline-block;
        display: inline;
        zoom: 1;
        box-sizing: border-box;
        vertical-align: middle;
        position: relative;
        margin-right: 2px;
        padding: 5px;
    }

    .awe-openbtn, .awe-dpbtn, .awe-clearbtn {
        border-radius: 0 2px 2px 0;
        padding: 0;
        height: 1.9em;
        position: absolute;
        top: 0;
        right: 0;
        width: 2em;
        border-left-style: none;
    }

    .awe-clearbtn {
        display: none;
        border: none;
        background: none;
        right: 2em;
        opacity: 0.5;
        width: 1.8em;
    }


    .awe-btn, .awe-il,
    .awe-display, .awe-field {
        display: inline-block;
        *display: inline;
        zoom: 1;
        box-sizing: border-box;
        vertical-align: middle;
        position: relative;
    }

    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }

    .lbl-color {
        color: red;
    }

    .dialog-background {
        background: none repeat scroll 0 0 rgba(115, 115, 115, 0.5);
        height: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .dialog-loading-wrapper {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        height: 100%;
        left: 50%;
        margin-left: -35px;
        margin-top: -50px;
        position: fixed;
        top: 50%;
        width: 100%;
        z-index: 9999999;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid blue;
        border-right: 16px solid green;
        border-bottom: 16px solid red;
        width: 64px;
        height: 64px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    .rTable {
        display: table;
        width: 100%;
    }

    .rTableRow {
        display: table-row;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
    }

    .rTableCell, .rTableHead {
        display: table-cell;
        padding: 3px 10px;
        border: 1px solid #999999;
    }

    .rTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
    }

    .rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
    }

    .rTableBody {
        display: table-row-group;
    }

    .selectedUserAccount {
        margin-top: -7px;
    }

    .print_image {
        margin-top: -20px;
    }

    .image_size {
        width: 31px;
    }

    .note_style_recipe_name {
        width: 65%;
        margin-top: -5px;
        font-size: smaller;
        font-style: italic;
    }

    .grid-actions {
        width: 76px;
        display: block;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .parent_table .form-group.note {
            width: 750px;
        }

        #dashboard .dashcont #dash-recipes table td.rp-actions a {
            background-position: center 10px;
        }

        .actions-email.iconImg {
            width: 25px !important;
        }
    }

    @media all and (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .parent_table .form-group.note {
            width: 400px;
        }
    }

    .grid-cereal-name {
        width: 20%;
    }

    .btn-primarydisable {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 3.2rem;
        background-color: #55565a !important;
        color: #000;
        display: block;
        text-align: center;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-transition: all .3s; /* Safari */
        transition: all .3s;
        text-decoration: none;
        cursor: default;
    }

        .btn-primarydisable:hover {
            color: #000;
            text-decoration: none;
        }

    .table-search-icon {
        top: 26%;
        right: 13px;
    }

    .padding_zero {
        padding: 0px;
    }

    .padding_right_grid {
        padding-right: 0px;
    }
    /**************sharing-popup********************/

    .show-sharing-popup {
    }

        .show-sharing-popup #cover-page {
            visibility: visible;
            opacity: 1;
        }

        .show-sharing-popup #modalSharingRecipe {
            visibility: visible;
            opacity: 1;
            display: block;
        }

    #modalSharingRecipe {
        background-color: #fff;
        width: 90%;
        height: auto;
        position: fixed;
        z-index: 3500;
        visibility: hidden;
        opacity: 0;
        top: 85px;
        left: 5%;
        display: none;
    }

    @media (min-width: 576px) {
        #modalSharingRecipe {
            width: 70%;
            max-width: 480px;
            padding: 30px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }


    .dashcont #close-sharing-mod {
        position: absolute;
        display: block;
        right: 0;
        top: -55px;
        width: 40px;
        height: 40px;
        font-weight: 700;
        color: #000;
        line-height: 40px;
        text-align: center;
        font-size: 2rem;
    }

        .dashcont #close-sharing-mod:hover {
            text-decoration: none;
            opacity: .5;
        }


    .btnshare-primarydisable {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 3.2rem;
        background-color: #72c358 !important;
        color: #000;
        display: block;
        text-align: center;
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        -webkit-transition: all .3s; /* Safari */
        transition: all .3s;
        text-decoration: none;
        cursor: pointer;
    }
    /********************************************/
    .samp_view {
        width: 25px;
    }

    .samp_select {
        width: 82px;
    }

    .show_res_tbl {
        padding-left: 30px;
    }

    .samp-name {
        width: 151px;
    }

    .samp-date {
        width: 110px;
    }

    .samp-img {
        width: 125px;
    }

    .sample_info {
        padding-left: 10px;
        border-left: 2px solid #343a40;
    }

        .sample_info th {
            border-top: none !important;
        }

    .recipe-step1-title {
        font-family: 'Open Sans SemiBold', 'Open Sans';
        font-weight: 600 !important;
        font-size: 15px !important;
        font-style: normal;
        color: #000000;
    }

    .new-title {
        font-size: 20px;
    }

    .bigHr {
        border: 1px solid #343a40;
    }




    @media screen and (min-width: 320px) and (max-width :658px ) {
        .note:after {
            left: 90px !important;
        }

        .samp-img {
            float: right;
            right: -88% !important;
            top: -51px !important;
        }

        .margin-hr {
            margin-top: -5px;
            margin-left: 2px;
            height: 0px !important;
        }

        #dashboard .dash-update-btn-cont a {
            margin-right: 0px;
            width: 100%;
            margin-bottom: 15px;
        }

        .note_style_recipe_name {
            margin-top: 0px;
        }
    }

    .samp-img {
        float: right;
        right: -45%;
    }


    /*-----new screen------*/

    .modal-margin-top {
        margin-top: 108px;
    }

    .create-new-samp {
        float: right;
        right: -245px;
    }

    .new-title {
        font-size: 20px;
    }

    .hr-left {
        float: left;
    }

    .padding_lft_div {
        padding-left: 15px !important;
    }

    .padding_lft_btn {
        padding-left: 264px !important;
    }

    .margin-hr {
        margin-top: -5px;
        margin-left: 2px;
    }

    .brd-samp-details {
        border: 1px solid #343a40;
    }

    .samp-create-img {
        float: right;
        right: -356px;
    }

    .input-lbl-text {
        font-size: 16px;
    }

    .new-title-align {
        margin-left: 40px !important;
    }

    .go-back {
        font-size: 18px !important;
        text-decoration: none !important;
        color: #000000 !important;
    }

    .fa-check {
        color: green !important;
    }

    .fa-times {
        color: red !important;
    }

    .fa-chevron-left {
        color: #89a015 !important;
        font-size: 25px;
        font-weight: bold;
    }

    .disabled-link {
        /*pointer-events: none;*/
        display: none;
        visibility: hidden;
    }

    /*responsive css*/
    table th {
        font-size: 1.47rem;
        line-height: 1.4;
        font-weight: 700;
        padding: 10px 5px;
        border-bottom: 1px solid #D3D3D3;
        color: #000000 !important;
    }

        table th.head {
            text-align: center;
        }

    table td {
        font-size: 1.4rem;
        line-height: 1.7rem;
        font-weight: 400;
        padding: 10px 5px;
        border-bottom: 1px solid #D3D3D3;
        color: #000000 !important;
    }

    .prod_main_modalbody {
        height: 430px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .ten_marginright {
        margin-right: 10px !important;
    }

    .ten_margintop {
        margin-top: 10px !important;
    }

    .twenty_margintop {
        margin-top: 20px !important;
    }

    .twentypadding_leftright {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
.fivemargin_topbottom {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
    .addbtn_div {
        width: 100%;
        float: left;
    }

    .div_clear {
        width: 100%;
        float: left;
    }

    .div_hr {
        border-bottom: 1px solid #ddd;
        width: 100%;
        float: left;
        margin: 10px;
    }

    /*.pAdd, .pAddAll, .pRemove , .pRemoveAll , .pUp , .pDown
{
	width:100%!important;
	height:24px;
	
	}
	
	.pAdd.btn-primary, .pAddAll.btn-primary, .pRemove.btn-primary , .pRemoveAll.btn-primary , .pUp.btn-primary , .pDown.btn-primary
	, .pUp1.btn-primary , .pDown1.btn-primary
{
	    line-height: 2.2rem;
	
	}
	.pDown,.pDown1{
		transform: rotate(180deg);
	}
	
	 .pUp1, .pDown1 {
    width: 54%!important;
    height: 24px;
    margin-bottom: 5px;
}
	.editprod_drop_adj{
		margin-top:18%;
	}
	.pickListButtons {
    margin:auto;
	padding:33px!important;
}*/
    .main_dash_border {
        border: 1px solid #c0c0c069;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        display: none !important;
    }

    /*---sorting icon---*/

    table.dataTable thead .sorting {
        background-image: url(../img/bg.gif) !important;
    }

    table.dataTable thead .sorting_asc {
        background-image: url(../img/asc.gif) !important;
    }

    table.dataTable thead .sorting_desc {
        background-image: url(../img/desc.gif) !important;
    }

    .sortStyle {
        cursor: pointer;
    }

    .ascStyle {
        background-image: url(../img/asc.gif);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .descStyle {
        background-image: url(../img/desc.gif);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .unsortStyle {
        background-image: url(../img/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
    }

    .dataTables_wrapper .dataTables_length {
        float: right !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        padding-top: 0.25em;
    }

    .dataTables_length label select {
        width: 34% !important;
    }

    .dataTables_wrapper {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-fixed thead {
    }

    .table-fixed tbody {
        height: 230px;
        overflow-y: auto;
        width: 100%;
    }

    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
        display: block;
    }

        .table-fixed tbody td, .table-fixed thead &gt; tr &gt; th {
            float: left;
            border-bottom-width: 0;
        }

    table.dataTable.no-footer {
        border-bottom: 1px solid transparent !important;
    }

    .dataTables_wrapper .dataTables_length, div.dataTables_wrapper div.dataTables_info,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
    .dataTables_length label select {
        font-size: 1.6rem !important;
        line-height: 2.1rem !important;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 400 !important;
        color: #000000 !important;
    }

    table th {
        font-size: 1.47rem;
        line-height: 1.4;
        font-weight: 700;
        padding: 10px 5px;
        border-bottom: 1px solid #D3D3D3;
        color: #000000 !important;
    }

        table th.head {
            text-align: center;
        }

    table td {
        font-size: 1.4rem;
        line-height: 1.7rem;
        font-weight: 400;
        padding: 10px 5px;
        border-bottom: 1px solid #D3D3D3;
        color: #000000 !important;
    }

    .prod_main_modalbody {
        height: 430px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .ten_marginright {
        margin-right: 10px !important;
    }

    .ten_margintop {
        margin-top: 10px !important;
    }

    .twenty_margintop {
        margin-top: 20px !important;
    }

    .addbtn_div {
        width: 100%;
        float: left;
    }

    .div_clear {
        width: 100%;
        float: left;
    }

    .div_hr {
        border-bottom: 1px solid #ddd;
        width: 100%;
        float: left;
        margin: 10px;
    }

    .fa-clock-o {
        color: #8638d8 !important;
    }

    .fa-close {
        color: red !important;
    }

    .fa-floppy-o {
        color: teal !important;
    }

    .fa-sign-in {
        color: blue !important;
    }

    .fa-exclamation-triangle {
        color: red !important;
    }

    .fa-pause {
        color: brown !important;
    }

    .fa-product-hunt {
        color: darkorange !important;
    }

    .fa-check-square-o {
        color: orange !important;
    }

    a.disabled {
    pointer-events: none;
    cursor: default;
    }


.pumpsubtable {
    width: 100%;
    overflow-x: scroll;
}

    /*#recipe-output .recipe-table table {
        width: 99%;
        min-width: 718px;
    }*/

.pumpsubtable th {
    width: 9.5%;
    padding: 5px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-bottom: 2px solid #c5c5c5;
    vertical-align: bottom;
    text-align: left;
}

.pumpsubtable th.prod-name {
    width: 14.5%;
}

.pumpsubtable td {
    font-size: 1.3rem;
    padding: 1%;
    height: 50px;
    vertical-align: center;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    background-color: #fff;
}

    .pumpsubtable tr.total-row td {
        background-color: #c5c5c5;
        font-size: 1.5rem;
        font-weight: 700;
    }


#recipe-output .recipe-table table {
    width: 99%;
    min-width: 718px;
}

#recipe-output .recipe-table .corntable th {
    width: 5.5% !important;
    /*padding: 5px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.7rem;
    border-bottom: 2px solid #c5c5c5;
    vertical-align: bottom;
    text-align: left;*/
}

    #recipe-output .recipe-table .corntable th.prod-name {
        width: 9.5% !important;
    }
    #recipe-output .recipe-table .corntable th.calc-system {
        width: 8% !important;
    }
    #recipe-output .recipe-table .corntable th.mlbatch {
        width: 3.5% !important;
    }

/*@media only screen and (min-width: 200px) and (max-width: 820px) {
    #calculationResult {
        overflow-x: auto !important;
    }
}*/
.pumpdiv {
    margin-right: 3px;
}
@media only screen and (min-width: 200px) and (max-width: 820px) {
    #calculationResult table {
        display: block ;
        overflow-x: auto !important;
        /*white-space: nowrap !important;*/
        max-width: 100%;
        min-width: 0px !important;
    }
    .pumpsubtable th.prod-name {
        min-width: 100px !important;
    }

    .pumpsubtable th {
        min-width: 60px !important;
    } 

    #pumpid {
        min-width: 45px !important;
    }
    .pumpdiv {
        margin-right:0px;
    }
    .pumptd {
        min-width:60px !important;
    }
}

.grpbuttondiv a {
    color: #000000;
    font-size :1.4rem;
    line-height:1.7rem;
}
    .grpbuttondiv a:hover {
        color: #72c358;
    }
.output-btns a {
    color: #000000;
}
    .output-btns a:hover {
        color: #72c358;
    }
.grpbuttondiv a img {
    width: 20px;
    margin-right: 4px;
}

.output-btns a img {
    width: 20px;
    margin-right: 4px;
}
input[type="button"].btn-primary,
#dashboard input[type="button"].btn-primary {
    border-radius: 0;
    cursor: pointer;
    background-color: #72c358;
}

    input[type="button"].btn-primary.inline {
        width: auto;
    }

    input[type="button"].btn-primary:hover,
    #dashboard input[type="button"].btn-primary:hover {
        background-color: #55565a;
    }

#notfn-banner {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    background: #F2F0EF; 
    color: #000000; 
    padding: 1% 10%; 
    z-index: 10000; 
    font-size: 1em;
}
#closebtn {
    background: #72c358;
    color: #000000;
    border: none;
    padding: 0.5% 1%;
    border-radius: 1%;
    cursor: pointer;
    float: right;
    font-weight:bold;
}
    #closebtn:hover {
        background-color: #343a40;
        color: #fff;
        font-weight: bold;
    }</pre></body></html>