﻿h1 {
    font-size:26px;
    color:#000;
    margin-top:0;
}
p {
    color: #000;
}
section {
    margin-top:40px;
}
    section:first-child {
        margin-top:0;
    }

/* SF INTRO */
#sf-intro p {
    margin:0;
}
#sf-intro img {
    position:absolute;
    right:15px;
}

/* SF FILTERS */
.filter-container {
    background: #ebebeb;
    border: 2px solid #e1e1e1;
    margin:15px -15px 30px;
}
    .filter-section {
        border-top:2px solid #e1e1e1;
    }
        .filter-section:first-child {
            border-top: 0;
        }
        .filter-section.clear-filters {
            font-size: 11px;
            text-align: center;
            font-weight: 600;
            padding: 10px;
        }
            .filter-section.clear-filters a:hover {
                opacity:.7;
            }
        .filter-title {
            display:block;
            font-size:16px;
            font-weight:700;
            position:relative;
            cursor:pointer;
            padding:10px;
        }
            .filter-title:hover {
                opacity:0.75;
            }
            .filter-section.active .filter-title {
                padding-bottom:10px;
            }
            .filter-title:after {
                content:"+";
                display:block;
                font-size:28px;
                position:absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
            }
            .filter-section.active .filter-title:after {
                content: "–";
            }
        .filter-content {
            padding:0 10px 10px;
            display:none;
        }
            .filter-section.active .filter-content {
                display:block;
            }
        .filter-section label {
            display:block;
            font-size:18px;
            font-weight:600;
            position:relative;
            padding-left:35px;
            margin-top:20px;
            cursor:pointer;
        }
            .filter-section label:first-child {
                margin-top:0;
            }
        .filter-section input[type="text"] {
            height: 44px;
            width: calc(100% / 2.5);
            line-height: 44px;
            border: 1px solid #b7b7b7;
            text-align: center;
        }
        .filter-section input[type="checkbox"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
        .filter-section button {
            width:100%;
            background:#00558c;
            color:#fff;
            font-size:15px;
            font-weight:700;
            text-align:center;
            text-decoration:none;
            padding:10px 0;
            margin-top:10px;
            border:1px solid #00558c;
            -webkit-transition: all .25s;
            transition: all .25s;
        }
            .filter-section button:hover {
                background:#fff;
                color:#00558c;
                border:1px solid #00558c;
            }
        .filter-inputs {
            display:flex;
            justify-content:space-between;
            align-items:center;
        }
            .filter-inputs span {
                font-size:15px;
                font-weight:600;
            }
        .filter-section .checkmark {
            position: absolute;
            top: 2px;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #fff;
            border:1px solid #b7b7b7;
        }
            .filter-section input:checked ~ .checkmark:after {
                content:"x";
                display:block;
                font-size:18px;
                position:absolute;
                top: -3px;
                left: 7px;
            }

@media only screen and (min-width:992px) {
    .filter-container {
        margin:15px 0;
    }
    .filter-section label {
        font-size: 15px;
        padding-left: 20px;
        margin-top: 5px;
    }
        .filter-section .checkmark {
            top: 5px;
            left: 0;
            height: 15px;
            width: 15px;
        }
            .filter-section input:checked ~ .checkmark:after {
                font-size: 14px;
                top: -7px;
                left: 3px;
            }
}

/* SF Results */
.results-container {
    margin-top:15px;
}
    .results-container .col-md-6 {
        margin-top:30px;
    }
        .results-container .col-md-6:first-child {
            margin-top:0;
        }
    .results-container .col-md-12 {
        margin-top: 30px;
    }
        .results-container .col-md-12:first-child {
            margin-top: 0;
        }


        .results-container .col-md-6:nth-of-type(1n+7) {
            /*display:none;*/
        }
    .sf-result {
        height:100%;
    }
        .sf-result-title {
            font-size:30px;
            padding:15px 0 15px 15px;
            position:relative;
            border:1px solid #505050;
        }
            .sf-result-title span {
                display:block;
                height:100%;
                background:#6b6c6d;
                font-size:20px;
                text-align:center;
                line-height:.9em;
                color:#fff;
                font-weight:700;
                position:absolute;
                top:0;
                right:0;
                padding:10px;
            }
                .sf-result-title span.new {
                    background: #06936e;
                    right: 52px;
                    font-style: italic;
                    line-height: 34px;
                    padding-right: 18px;
                    display: none;
                }


                .sf-result-title span.icon {
                    background: #ebebeb;
                    right: 47px;
                    font-style: italic;
                    line-height: 34px;
                    padding-right: 18px;
                    display: none;
                    width: 66px !important;
                }

                .sf-result-title span.newicon {
                    background: #ebebeb;
                    right: 120px;
                    font-style: italic;
                    line-height: 34px;
                    padding-right: 18px;
                    display: none;
                    width: 66px !important;
                }

                .sf-result.new .sf-result-title span.new, .sf-result-title span.icon, .sf-result-title span.newicon {
                    display: block;
                }
                .sf-result-title span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 12px solid transparent;
                    border-bottom: 12px solid transparent;
                    border-right: 10px solid #6b6c6d;
                    position: absolute;
                    left: -10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .sf-result-title span.icon:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 12px solid transparent;
                    border-bottom: 12px solid transparent;
                    border-right: 10px solid #ebebeb;
                    position: absolute;
                    left: -10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .sf-result-title span.newicon:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 12px solid transparent;
                    border-bottom: 12px solid transparent;
                    border-right: 10px solid #ebebeb;
                    position: absolute;
                    left: -10px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .sf-result-title span.new:before {
                    border-right: 10px solid #06936e;
                }
                .sf-result-title span.newicon:before {
                    border-right: 10px solid #ebebeb;
                }

@media (min-width: 320px) and (max-width:767px) {
    .sf-result-title {
        font-size: 21px;
    }

        .sf-result-title span {
            font-size: 14px;
        }

            .sf-result-title span.newicon {
                right: 90px;
                width: 55px !important;
            }

                .sf-result-title span.newicon img {
                    height: 25px;
                }

            .sf-result-title span.new {
                font-size: 14px;
                right: 38px;
            }

    .filter-title:after {
        right: 5px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .sf-result-title {
        font-size: 25px;
    }

        .sf-result-title span {
            font-size: 16px;
            line-height: 1em;
        }

            .sf-result-title span.newicon {
                right: 100px;
            }

                .sf-result-title span.newicon img {
                    height: 35px;
                }

            .sf-result-title span.new {
                font-size: 16px;
                right: 45px;
            }

    .filter-title:after {
        right: 5px;
    }
}


    .sf-result-content {
        height:calc(100% - 57px);
        background:#ebebeb;
        font-size:16px;
    }
        .sf-result-content-inner {
            height:calc(100% - 46px);
            padding:10px;
            border-left:1px solid #505050;
            border-right:1px solid #505050;
        }
        .sf-result-buttons {
            display:flex;
            flex-flow:wrap;
        }
            .sf-result-buttons a {
                flex:1;
                background: #505050;
                color: #fff;
                font-size: 15px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                padding: 10px 0;
                border:1px solid #505050;
                -webkit-transition: all .25s;
                transition: all .25s;
            }
                .sf-result-buttons a:hover {
                    background:#fff;
                    color:#505050;
                    border:1px solid #505050;
                }
                .sf-result-buttons a:first-child {
                    background: #00558c;
                    border:1px solid #00558c;
                }
                    .sf-result.enogen .sf-result-buttons a:first-child {
                        background: #459339;
                        border: 1px solid #459339;
                    }
                        .sf-result.enogen .sf-result-buttons a:first-child:hover {
                            background:#fff;
                            color:#459339;
                        }
                    .sf-result-buttons a:first-child:hover {
                        background:#fff;
                        color:#00558c;
                    }
a.load-more .sf-result.enogen .sf-result-buttons a:first-child:hover {
    background: #fff;
    color: #459339;
}
a.load-more {
    display: inline-block;
    width: 100%;
    background: #00558c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 30px;
    border: 1px solid #00558c;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
}
    a.load-more:hover {
        background:#fff;
        color:#00558c;
        border:1px solid #00558c;
    }

@media only screen and (min-width:992px) {
    .results-container .col-md-6:nth-child(-n+2) {
        margin-top: 0;
    }
    .results-content .col-md-12:nth-child(-n+2) {
        margin-top: 0;
    }


    a.load-more {
        width: auto;
    }
}

/* Legal */
.copyright {
    margin-top:30px;
    font-size:12px;
}
    .copyright p {
        font-size:12px;
       
    }

/* Custom Seed Guide */
#sg-selections {
    margin-top: 15px;
    display:none;
}

    #sg-selections.sg-preview {
        display: block;
    }

.sg-button {
    width: 100%;
    background: #00558c;
    border: 1px solid #00558c;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    display: none;
}

.sg-add {
    width: 100%;
    background: #00558c;
    border: 1px solid #00558c;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .sg-add:hover {
        opacity:.7;
    }

body.seed-guide .sg-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sg-icon {
    display: block;
    background: #fff;
    color: #00558c;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 38px;
    line-height: 1.5rem;
    margin-right: 10px;
}

.sg-add.added .sg-icon {
    background: #00558c;
    color: #fff;
    line-height: 1.2rem;
}

.sg-add.added {
    background: #fff;
    color: #00558c;
    border: 1px solid #00558c;
}

.sg-button {
    display: inline-block;
    width: 230px;
    color: #fff !important;
    text-align: center;
    margin: 0 0 0 10px;
    text-decoration: none;
    border: 1px solid #00558c;
}

    .sg-button:hover {
        background: #fff;
        color: #00558c !important;
        border: 1px solid #00558c;
    }

.sg-selection-container {
    position: relative;
    background: #e6e6e6;
    padding: 35px 25px;
}

    .sg-selection-container h2 {
        font-size: 22px;
        color: #000;
        margin-top: 0;
    }

    .sg-selection-container > button {
        position: absolute;
        cursor: pointer;
    }

button.sg-preview {
    background: #00558c;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    outline: none;
    top: 20px;
    right: 20px;
    border: 1px solid #00558c;
}

    button.sg-preview:disabled {
        background: #f3f3f3;
        color: #9a9b9d;
        border: 1px solid #9a9b9d;
        cursor: default;
    }

    button.sg-preview:hover {
        background: #fff;
        border: 1px solid #00558c;
        color: #00558c;
    }

span.sg-back {
    font-size: 15px;
    font-weight: 700;
    color: #00558c;
    top: 10px;
    left: 20px;
    cursor: pointer;
}
    span.sg-back:hover {
        opacity:.7;
    }

span.sg-remove-all {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    left: 0;
    bottom: 0;
    display: none;
}
    span.sg-remove-all:hover {
        opacity:.7;
    }

.sg-product {
    background: #f4f2f2;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
}

span.remove-product {
    display: block;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
    span.remove-product:hover {
        opacity:.7;
    }

.enogenbtn {
    background: #459339 !important;
    border: 1px solid #459339 !important;
}

    .enogenbtn:hover {
        background: #fff !important;
        color: #459339 !important;
    }

/* Preview page */
img.seed-logo {
    width: 180px;
    float: right;
}

#sg-selections .sg-button {
    width: 100%;
    margin-top: 20px;
}

.sg-preview-container {
    border: 1px solid #55565a;
    padding: 5px;
    word-wrap: break-word;
}

.sg-preview-inner {
    padding: 35px 50px;
}

.sg-button-row {
    margin: 15px 0;
    text-align: center;
}

    .sg-button-row .col-xs-12 {
        padding: 0;
    }

.guide-info strong {
    display: block;
    margin-bottom: 10px;
}

.sg-preview-inner .row .contact-info p {
    margin: 0;
}

.sg-bottom .col-sm-6 {
    margin-top: 30px;
}

    .sg-bottom .col-sm-6:nth-child(-n+2) {
        margin-top: 0;
    }

.sg-preview-container .sf-result-content-inner {
    height: 100%;
    border-bottom: 1px solid #505050;
}

.sg-logo, .contact-info {
    display:table-cell;
}
    .contact-info {
        vertical-align:bottom;
    }
    .sg-logo img {
        max-height: 160px;
        margin-right:15px;
        padding-right:15px;
    }

.guide-info {
    margin-top:30px;
}

.sg-top .row:first-child {
    display:table;
    table-layout:auto;
}
.sg-top p {
    margin: 0;
}

.sg-legal p {
    font-size: 10px !important;
    margin: 10px 0 0;
    line-height: 1.5em;
}

    .sg-legal p:first-child {
        margin-top: 30px;
    }

.page-break {
    line-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    page-break-before: always !important;
}

.nobreak {
    page-break-inside: avoid !important;
}


@media print {
    .nobreak {
        page-break-inside: avoid !important;
    }
}

@media print {
    @page {
        size: 8.5in 11in;
        margin: 0;
        padding-top: 30px;
        orphans: 5;
        widows: 5;
    }

    body, html {
        margin-top: 0%;
        display: block;
        -webkit-print-color-adjust: exact;
    }

    a {
        text-decoration: none !important;
    }

    header, .mm-breadcrumbs, footer, .page-content > .container, #sg-selections, .sg-button-row {
        display: none;
    }

    .page-content {
        padding: 0;
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .sg-lockup {
        position: static;
        top: 0;
    }

    #sg-preview {
        position: relative;
    }

    .sg-preview-container {
        border: none;
        padding: 0;
        margin-top: 80px;
    }

    .sg-bottom .row .page-break + .col-xs-12 {
        margin-top: 90px;
    }

    .brand-nksoy .info-expanded {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* CSS TO ADD: */
@media screen and (max-width:991px) {
    .sf-result-content-inner-chart {
        margin-top: 1em;
    }
}


/* draggable styles */

.dragging .sg-product {
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

.sg-product:hover{
    cursor:grab;
}

.dragging .sg-product:hover{
    cursor:grabbing;
}
.legal-images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.legal-images img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    flex-shrink: 0;
}
.legal-images .break {
    flex-basis: 100%;
    height: 1.5rem;
}
.legal-copy {
    font-size: 12px;
    line-height: 1.5;
}