/* Webkit Fix
====================================*/
textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

input[type="text"] {
    padding: 0 15px;
}


.page-content ul li {
    margin-top: 0;
}


/* Global
====================================*/
body {
    counter-reset: section;
}

section {
    margin-bottom: 40px;
}

    section#products-search {
        margin-top: 25px;
        margin-bottom: 0;
    }




.sectionTitle {
    margin: 25px 0;
}

    .sectionTitle h2 {
        color: #5f7800;
        font-size: 22px;
        line-height: 25px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

span.sectionTitle {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000;
}

.seed-logo {
    width:180px;
    float: right;
    padding: 15px 0;
}

.learnMoreBtn, .learnMoreBtn:link, .learnMoreBtn:visited {
    display: block;
    width: 225px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 15px 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.brand-gh .learnMoreBtn {
    background: #f99900;
}

    .brand-gh .learnMoreBtn:hover {
        background: #da7c09;
    }

.brand-nkcorn .learnMoreBtn {
    background: #009b67;
    color: #fff;
}

    .brand-nkcorn .learnMoreBtn:hover {
        background: #02885b;
    }

.brand-enogen .learnMoreBtn {
    background: #459339;
    color: #fff;
}

    .brand-enogen .learnMoreBtn:hover {
        background: #459339;
    }

.brand-nksoy .learnMoreBtn {
    background: #166296;
    color: #fff;
}

    .brand-nksoy .learnMoreBtn:hover {
        background: #12517c;
    }

.brand-multi .learnMoreBtn {
    background: #40BAD4;
}

    .brand-multi .learnMoreBtn:hover {
        background: #00A0BE;
    }




.brand-gh-soy .learnMoreBtn {
    background: #0c55a5;
    color: #fff;
}

    .brand-gh-soy .learnMoreBtn:hover {
        background: #094482;
    }

.brand-multi-soy .learnMoreBtn {
    background: #40BAD4;
}

    .brand-multi-soy .learnMoreBtn:hover {
        background: #00A0BE;
    }





hr {
    border-top: 1px solid #55565a;
    margin: 0;
}

.text-center {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Hero
====================================*/
.heroTitle {
    font-size: 30px;
    color: #55565a;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1em;
}

/* Product Search
====================================*/
#products-search > .row > [class*=col] {
    padding: 0;
}

.form-dropdown {
    background: #000;
    padding: 15px 0;
    color: #fff;
    cursor: pointer;
}

    .form-dropdown span:before {
        content: '\00a0';
        display: inline-block;
        background: #fff url('../images/homepage/openclose.png');
        height: 26px;
        width: 26px;
        color: #000;
        font-weight: 700;
        text-align: center;
        margin-right: 10px;
    }

    .form-dropdown.open span:before {
        background-position: 0 26px;
    }

.look-up, .filter {
    background: #f5f5f5;
    display: none;
}

.look-up {
    padding: 20px 15px;
}

    .look-up strong, .filter strong, .filter-container strong {
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .look-up input[type="text"] {
        border: 1px solid #d1d1d1;
        width: 46%;
        height: 44px;
        display: inline-block;
    }

    .look-up input[type="submit"] {
        background: #000;
        color: #fff;
        border: none;
        height: 44px;
        padding: 0 40px;
        display: inline-block;
        outline: none;
        font-weight: 700;
        width: 100%;
        margin-top: 15px;
    }

    .look-up span {
        text-align: center;
        width: 5.5%;
        display: inline-block;
    }

.filter .narrow {
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    height: 44px;
    width: calc(100% - 44px);
    line-height: 44px;
    cursor: pointer;
}

.filter .arrow {
    display: inline-block;
    background: #000 url('../images/products/plus-minus.png');
    background-position: 0 44px;
    color: #fff;
    width: 44px;
    height: 44px;
    border-left: 1px solid #fff;
    text-align: center;
    line-height: 44px;
    font-size: 36px;
    cursor: pointer;
    vertical-align: bottom;
    margin-left: -5px;
}

    .filter .arrow.open {
        background-position: 0 0;
    }

/* Filters
====================================*/
.filter-container {
    display: none;
}

    .filter-container > [class*=col] {
        padding: 0;
    }

.filters {
    background: #d9d5d2;
}

ul.narrow-search, ul.secondary, ul.selected {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.narrow-search, ul.secondary, ul.selectedfilter {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.narrow-search li {
        border-bottom: 1px solid #000;
        padding: 5px 0;
        cursor: pointer;
        position: relative;
    }

        ul.narrow-search li:after {
            content: "";
            display: block;
            width: 6px;
            height: 12px;
            background: url(../images/products/filter-arrows.png);
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -6px;
        }

        ul.narrow-search li.active {
            background: #000;
            color: #fff;
            margin-left: -10px;
            padding-left: 10px;
            margin-top: -1px;
        }

            ul.narrow-search li.active:after {
                background-position: 0 12px;
            }

    ul.secondary li, ul.selected li {
        border-top: 1px solid #000;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

    ul.secondary li, ul.selectedfilter li {
        border-top: 1px solid #000;
        padding: 10px;
        position: relative;
        cursor: pointer;
    }

    ul.secondary:first-child li:first-child {
        border-top: 0;
    }

    ul.secondary li, ul.selected li {
        font-size: 14px;
    }

    ul.secondary li, ul.selectedfilter li {
        font-size: 14px;
    }

        ul.secondary li.active {
            background: #000;
            color: #fff;
        }

        ul.secondary li:after {
            content: "+";
            position: absolute;
            right: 5px;
            top: 50%;
            margin-top: -14px;
            font-size: 21px;
        }

        ul.secondary li.active:after {
            content: "â€“";
            margin-top: -16px;
        }

ul.selected li:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    font-size: 21px;
    -webkit-transform: rotate(45deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg); /* Firefox 16+, IE 10+, Opera */
}

ul.selectedfilter li:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
    font-size: 21px;
    -webkit-transform: rotate(45deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg); /* Firefox 16+, IE 10+, Opera */
}

.selected-filters {
    background: #d9d5d2;
}

    .selected-filters .clear-container {
        margin-top: 40px;
    }

span.clear-filters {
    display: block;
    font-weight: 700;
    color: #000066;
    text-transform: uppercase;
    cursor: pointer;
    text-align: right;
    margin-bottom: 10px;
}

    span.clear-filters:after {
        display: inline-block;
        content: "x";
        width: 30px;
        height: 30px;
        border: 1px solid #000066;
        vertical-align: middle;
        text-align: center;
        margin-left: 10px;
        margin-bottom: 5px;
        text-transform: lowercase;
    }

/* Product Labels
====================================*/
.results > hr {
    height: 15px;
    background: #f5f5f5;
    border-top: none;
    margin: 15px;
}

.product-container {
    margin-top: 25px;
}

.product-label {
    margin: 0 auto 25px auto;
    font-family: sans-serif;
    line-height: 16px;
    position: relative;
}

    .product-label div {
        display: table-cell;
    }

    .product-label .left {
        width: 10px;
        background: url('../images/products/labels.jpg') 0 0;
    }

.brand-enogen .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 308px;
}

.brand-gh .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 176px;
}

.brand-nkcorn .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 -88px;
}

.brand-nksoy .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 -132px;
}

.brand-multi .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 44px;
}

.brand-gh-soy .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 88px;
}

.brand-multi-soy .product-label.active .left {
    background: url('../images/products/labels.jpg') 0 44px;
}

.product-label .middle {
    font-size: 18px;
    font-weight: 700;
    height: 44px;
    border-top: 1px solid #55565a;
    border-bottom: 1px solid #55565a;
    vertical-align: middle;
    width: 238px;
    color: #55565a;
}

.brand-enogen .product-label.active .middle {
    background: #459339;
    color: #fff;
}

.brand-gh .product-label.active .middle {
    background: #f99900;
}

.brand-nkcorn .product-label.active .middle {
    background: #009b67;
    color: #fff;
}

.brand-nksoy .product-label.active .middle {
    background: #166296;
    color: #fff;
}

.brand-multi .product-label.active .middle {
    background: #40BAD4;
}


.brand-gh-soy .product-label.active .middle {
    background: #0c55a5;
    color: #fff;
}

.brand-multi-soy .product-label.active .middle {
    background: #40BAD4;
}


.product-label .middle-right {
    width: 16px;
    background: url('../images/products/labels.jpg') 16px 0;
}

.product-label.new .middle-right {
    background: url('../images/products/new-bg.png') -10px 0 !important;
    background-position: -10px 0;
}

    .product-label.new .middle-right:before {
        display: block;
        width: 10px;
        height: 42px;
        content: "";
        background: url('../images/products/new-bg.png');
        position: absolute;
        top: 0;
        right: 114px;
    }

    .product-label.new .middle-right:after {
        display: block;
        width: 42px;
        height: 44px;
        content: "";
        background: #9e1c20 url('../images/products/new.png') center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 72px;
    }

.brand-enogen .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px 308px;
}


.brand-gh .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px 176px;
}

.brand-nkcorn .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px -88px;
}

.brand-nksoy .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px -132px;
}

.brand-multi .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px 44px;
}


.brand-gh-soy .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px 88px;
}

.brand-multi-soy .product-label.active .middle-right {
    background: url('../images/products/labels.jpg') 16px 44px;
}


.product-label .right {
    width: 56px;
    height: 44px;
    background: #55565a;
    color: #fff;
    text-align: center;
}

    .product-label .right span {
        font-size: 18px;
        font-weight: 700;
        display: block;
        padding-top: 6px;
        line-height: 15px;
    }

.info-container {
    display: table;
    margin-bottom: 25px;
    font-size: 18px;
    width: 100%;
}

    .info-container div {
        display: table-cell;
        vertical-align: top;
    }

.expand-result {
    height: 44px;
    width: 44px;
    color: #fff;
    line-height: 37px;
    font-size: 36px;
    text-align: center;
    display: inline;
    float: right;
    cursor: pointer;
}

.brand-enogen .expand-result {
    background: #459339 url('../images/products/plus-minus.png');
    background-position: 0 44px;
}

    .brand-enogen .expand-result.open {
        background-position: -44px 0;
    }

.brand-gh .expand-result {
    background: #f99900 url('../images/products/arrows.png');
    background-position: -44px 44px;
}

    .brand-gh .expand-result.open {
        background-position: -44px 0;
    }

.brand-nkcorn .expand-result {
    background: #009b67 url('../images/products/plus-minus.png');
    background-position: 0 44px;
}

    .brand-nkcorn .expand-result.open {
        background-position: 0 0;
    }

.brand-nksoy .expand-result {
    background: #166296 url('../images/products/plus-minus.png');
    background-position: 0 44px;
}

    .brand-nksoy .expand-result.open {
        background-position: 0 0;
    }

.brand-multi .expand-result {
    background: #40BAD4 url('../images/products/arrows.png');
    background-position: -44px 44px;
}

    .brand-multi .expand-result.open {
        background-position: -44px 0;
    }


.brand-enogen .chart .bar-container .bar {
    background: #D2D755;
    color: #55565a;
    /*background:#459339;
				color:#fff;*/
}

.brand-gh-soy .expand-result {
    background: #0c55a5 url('../images/products/arrows.png');
    background-position: 0 44px;
}

    .brand-gh-soy .expand-result.open {
        background-position: 0 0;
    }

.brand-multi-soy .expand-result {
    background: #40BAD4 url('../images/products/arrows.png');
    background-position: -44px 44px;
}

    .brand-multi-soy .expand-result.open {
        background-position: -44px 0;
    }


.info-expanded {
    background: #f5f5f5;
    padding: 20px;
    display: none;
}

    .info-expanded ul {
        font-size: 18px;
        margin: 0;
        padding: 0 20px;
    }

.chart {
    position: relative;
    margin-top: 25px;
    margin-bottom: 40px;
}

    .chart img {
        width: 100%;
    }

    .chart .bar-container {
        background: url('../images/products/chart.png');
        background-size: contain;
        padding: 10px 0;
    }

        .chart .bar-container .bar {
            margin-top: 5px;
            color: #333;
            font-size: 12px;
            padding: 1px 5px;
            white-space: nowrap;
        }

            .chart .bar-container .bar:first-child {
                margin-top: 0;
            }

.brand-gh .chart .bar-container .bar {
    background: #f99900;
}

.brand-nkcorn .chart .bar-container .bar {
    background: #00558c;
    color: #fff;
}

.brand-nksoy .chart .bar-container .bar {
    background: #166296;
    color: #fff;
}

.brand-multi .chart .bar-container .bar {
    background: #40BAD4;
}

.chart span {
    position: absolute;
    right: 0px;
    bottom: -25px;
}

.more-information {
    color: #333;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
}
	body.seed-guide .more-information {
		display: none;
	}

.brand-enogen .more-information {
    background: #459339;
    color: #fff;
}

    .brand-enogen .more-information:hover {
        background: #37752d;
    }

.brand-gh .more-information {
    background: #f99900;
}

    .brand-gh .more-information:hover {
        background: #da7c09;
    }

.brand-nkcorn .more-information {
    background: #009b67;
    color: #fff;
}

    .brand-nkcorn .more-information:hover {
        background: #02885b;
    }

.brand-nksoy .more-information {
    background: #166296;
    color: #fff;
}

    .brand-nksoy .more-information:hover {
        background: #12517c;
    }

.brand-multi .more-information {
    background: #40BAD4;
}

    .brand-multi .more-information:hover {
        background: #00A0BE;
    }




.brand-multi-soy .more-information {
    background: #40BAD4;
}

    .brand-multi-soy .more-information:hover {
        background: #00A0BE;
    }

.brand-gh-soy .more-information {
    background: #0c55a5;
    color: #fff;
}

    .brand-gh-soy .more-information:hover {
        background: #094482;
    }



#products-results .learnMoreBtn {
    width: 264px;
    margin: 40px auto 0 auto;
}

/* MEDIA QUERIES */
@media only screen and (min-width:768px) {
    .pageTitle {
        font-size: 18px;
    }

    .seed-logo {
        padding: 0;
    }

    /* HERO */
    .heroTitle {
        font-size: 45px;
    }

    /* PRODUCT SEARCH */
    #products-search > .row {
        margin: 0;
    }

        #products-search > .row:first-child {
            margin: 0 -15px;
        }

    .look-up, .filter {
        margin: 0 15px;
        padding: 10px 10px 44px 10px;
        display: block;
    }

        .look-up input[type="text"] {
            width: 70px;
        }

        .look-up input[type="submit"] {
            width: auto;
            margin-top: 0;
        }

    /* FILTERS */
    .filters {
        background: #f5f5f5;
    }

    .filter-container .filters, .filter-container .selected-filters {
        padding: 40px;
    }
    /* FILTERS */
    ul.selected {
        float: left;
        position: relative;
        padding-left: 15px;
        width: 50%;
    }

    ul.selectedfilter {
        float: left;
        position: relative;
        padding-left: 15px;
        width: 50%;
    }

    ul.selected:first-child {
        padding-left: 0;
    }

    ul.selectedfilter:first-child {
        padding-left: 0;
    }

    ul.secondary li, ul.selected li {
        border: 1px solid #000;
        padding: 5px 10px;
        margin-top: 20px;
    }

    ul.secondary li, ul.selectedfilter li {
        border: 1px solid #000;
        padding: 5px 10px;
        margin-top: 20px;
    }

    ul.secondary:first-child {
        padding-left: 0;
    }

        ul.secondary:first-child li:first-child {
            border-top: 1px solid #000;
        }

    /* PRODUCT LABELS */
    .product-container:first-child {
        margin-top: 0;
    }

    .product-label {
        width: auto;
        margin: 15px 0;
    }

        .product-label .middle {
            width: 138px;
        }

    .filter-container {
        border-top: 15px solid #000;
    }

    /* PRODUCT DETAILS */
    .chart .bar-container .bar {
        padding: 0 5px;
    }
}


/*  Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* PRODUCT LABELS */
    .product-container {
        margin-top: 60px;
    }

    .product-label .middle {
        width: 211px;
    }

    /* PRODUCT DETAILS */
    .chart .bar-container .bar {
        padding: 1px 5px;
    }

    /* PRODUCT SEARCH */
    .look-up, .filter {
        padding: 20px 50px 44px 50px;
    }

        .look-up input[type="text"] {
            width: 86px;
        }

    /* FILTERS */
    ul.secondary {
        float: left;
        position: relative;
        padding-left: 15px;
        width: 50%;
    }
}


/*  Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* PRODUCT LABELS */
    .product-label .middle {
        width: 278px;
    }

    /* PRODUCT DETAILS */
    .chart .bar-container .bar {
        font-size: 18px;
    }

    /* PRODUCT SEARCH */
    .look-up input[type="text"] {
        width: 100px;
    }

    /* FILTERS */
    ul.secondary li:first-child {
        margin-top: 0;
    }

    .selected-filters .clear-container {
        position: absolute;
        bottom: 40px;
        right: 40px;
    }

    ul.selected {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    ul.selectedfilter {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.barClick {
    cursor: pointer;
}

.marketSearchSubmit {
    background: url(../Image/global_assets/searcharrow.jpg) 0 0 no-repeat;
    background-size: 43px 45px;
    width: 43px;
    height: 45px;
    border: 1px solid #55565a;
    border-left: none;
    outline: 0;
    vertical-align: top;
    display: inline-block;
    margin-left: -4px;
}


/* Custom Seed Guide
====================================*/
#seed-guide-form {
    margin-bottom:100px;
}
#disclaimer {
    background: #e6e6e6;
    padding: 30px;
    position: absolute;
    width: 100%;
    top: 105px;
    left: 0;
    z-index: 999;
    text-align: center;
}

    #disclaimer p {
        font-size: 18px;
        margin: 0;
    }

        #disclaimer p:before {
            content: "";
            display: inline-block;
            width: 47px;
            height: 41px;
            background: url('../images/alert.png');
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            position: relative;
            top: -3px;
            margin-right: 20px;
        }

#seed-guide-intro {
    margin-top: 119px;
}
	#seed-guide-intro strong {
		font-size: 22px;
	}

.sg-form-section ::-webkit-input-placeholder {
	font-style: italic;
}

.sg-form-section :-moz-placeholder {
	font-style: italic;
}

.sg-form-section ::-moz-placeholder {
	font-style: italic;
}

.sg-form-section :-ms-input-placeholder {
	font-style: italic;
}

.sg-form-section {
    position: relative;
    margin-top: 40px;
    counter-increment: section;
    margin-left:40px;
}

    .sg-form-section:first-child {
        margin-top: 0;
        display:block;
    }

    .sg-form-section:before {
        display: block;
        width: 30px;
        height: 30px;
        background: #e6e6e6;
        color: #55565a;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        border-radius: 30px;
        position: absolute;
        top: 19px;
        left: -40px;
        content:counter(section);
    }

    .sg-form-section h3 {
        display: inline-block;
        margin-bottom: 0;
        color: #000;
    }

    .sg-form-section p {
        margin-top: 0;
    }

    .sg-form-section strong {
        display: block;
        color: #55565a;
    }

    .sg-form-section:nth-child(2) strong {
        margin-top: 20px;
    }

    .sg-form-section span {
        display: inline-block;
    }

    .sg-form-section:nth-child(2) span {
        margin: 0 15px;
    }

    .sg-form-section input[type="text"], .sg-form-section textarea {
        width: 100%;
        border: 1px solid #55565a;
        outline: none;
        padding: 0 10px;
    }

	.sg-form-section input[type="file"] {
		line-height:1ex;
	}

    .sg-form-section textarea {
        padding: 5px 10px;
    }

    .sg-form-section label {
        display: block;
        color: #55565a;
        margin-top: 16px;
    }

    .sg-form-section:first-child label, .sg-form-section:nth-child(2) label {
        margin-top: 5px;
    }
        .sg-form-section:first-child div:nth-child(2) {
            margin-top:18px;
        }

    .sg-form-section .col-sm-6 div:first-child label {
        margin-top: 0;
    }

    .sg-form-section input[type="text"] {
        height: 44px;
        line-height: 44px;
    }

    .sg-form-section:nth-child(2) input[type="text"] {
        display: inline-block;
        width: 100px;
        margin-top: 5px;
    }

    .sg-form-section input[type="file"] {
        margin-top: 5px;
    }

    .sg-form-section textarea {
        height: 150px;
        resize: none;
    }

span.tool-tip {
	cursor: pointer;
}
	span.tool-tip img {
		width: 23px;
		height: 23px;
	}
.tool-tip-container {
	background:#e6e6e6;
	padding:15px;
	margin:1em 0;
	position:relative;
	display:none;
}
	.tool-tip-container:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #e6e6e6;
		position: absolute;
		top: -15px;
		left: 440px;
	}

.sg-submit {
    background: #00558c;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    outline: none;
    border: none;
    margin-top: 30px;
    border:1px solid #00558c;
    margin-left:40px;
}
    .sg-submit:hover {
        background:#fff;
        color:#00558c;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* CHROME ONLY */
    #disclaimer {
        display: none;
    }

    #seed-guide-intro {
        margin-top: 0;
    }
}

/* Product page alterations */
#sg-selections {
	margin-top: 15px;
}

.sg-add, .sg-button {
	width: 100%;
	background: #40bad4;
	border: 1px solid #40bad4;
	color: #333;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 15px;
	outline: none;
	border: none;
	display: none;
}
	.sg-add.added {
		background: #fff;
		color:#166296;
		border:1px solid #55565a;
	}

.sg-button {
    display: inline-block;
    width: 230px;
    color: #333 !important;
    text-align: center;
    margin: 0 0 0 10px;
    text-decoration: none;
}

.sg-selection-container {
    position: relative;
    background: #e6e6e6;
    padding: 45px 50px;
}

    .sg-selection-container h2 {
        font-size: 22px;
        color: #000;
    }

    .sg-selection-container > span, .sg-selection-container > button {
        position: absolute;
        cursor: pointer;
    }

button.sg-preview {
    background: #40bad4;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    outline: none;
    top: 20px;
    right: 20px;
}

    button.sg-preview:disabled {
        background: #f3f3f3;
        color: #9a9b9d;
        border: 1px solid #9a9b9d;
        cursor: default;
    }

span.sg-back {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    top: 10px;
    left: 20px;
}

span.sg-remove-all {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: underline;
    bottom: 10px;
    left: 20px;
	display:none;
}

.sg-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}

span.remove-product {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* Preview page */
.sg-preview .sg-product {
    background: #40bad4;
}

.sg-product.add-more {
    background: #fff;
    cursor: pointer;
}

.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: right;
}

    .sg-button-row .col-xs-12 {
        padding: 0;
    }

.sg-preview-inner .row:first-child strong {
    display: block;
    margin-bottom: 10px;
}

.sg-preview-inner .row .contact-info p {
    margin: 0;
}

.sg-logo img {
    max-height: 160px;
}

.sg-preview-container .sg-bottom * {
    font-size: 12px!important;
}

.sg-preview-container .product-label {
    margin-bottom: 0;
}

.sg-preview-container .product-container {
    border: 1px solid #55565a;
    border-top: none;
}

.sg-preview-container .info-expanded > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

    .sg-preview-container .info-expanded > div:first-child {
        width: 100%;
        display: block;
        font-size: 14px !important;
        padding-bottom: 10px;
    }

.sg-preview-container .product-container li {
    line-height: 1em;
    margin-top: 1em;
}

    .sg-preview-container .product-container li:first-child {
        margin-top: 0;
    }

.sg-preview-container .product-container .chart {
    margin-top: 0;
    margin-bottom: 16px;
}

    .sg-preview-container .product-container .chart .bar {
        padding: 0 5px;
        line-height: 18px;
    }

.sg-preview-container .product-label .left {
    display: none;
}

.sg-preview-container .product-label .middle {
    display: block;
    width: 100% !important;
    line-height: 44px;
    color: #fff;
    border: 1px solid #55565a;
    border-left: none;
    border-right: none;
    padding-left: 15px;
}

.sg-preview-container .brand-nkcorn .product-label .middle {
    background: #009b67;
}

.sg-preview-container .brand-nksoy .product-label .middle {
    background: #166296;
}

.sg-preview-container .brand-enogen .product-label .middle {
    background: #459339;
}

.sg-preview-container .product-label .middle-right {
    position: absolute;
    right: 56px;
    top: 0;
    width: 66px;
    height: 44px;
    padding-right: 5px;
    background: #9e1c20 !important;
    display: none;
}

.sg-preview-container .product-label.new .middle-right {
    display: block;
}

.sg-preview-container .product-label .middle-right:before {
    content: "";
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #9e1c20;
    background: none !important;
}

.sg-preview-container .product-label .middle-right:after {
    width: auto;
    position: relative;
    right: 0;
}

.sg-preview-container .product-label .right {
    position: absolute;
    right: 0;
    top: 0;
}

    .sg-preview-container .product-label .right:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #55565a;
        background: none !important;
    }

    .sg-preview-container .product-label .right span {
        padding-top: 8px;
    }

.sg-preview-container .info-container {
    height: auto !important;
    margin-bottom: 15px;
}

    .sg-preview-container .info-container div {
        display: block;
    }

.sg-preview-container .col-xs-4 ul {
    list-style-type: none;
    font-weight: bold;
}

.sg-preview-container .info-expanded {
    display: block;
}

.sg-legal p {
    font-size: 10px!important;
    margin:10px 0 0;
    line-height:1.5em;
}

.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: fixed;
        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;
    }
}
a.btn {
    display: block;
    width: 100%;
    background: #00558c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border: 1px solid #00558c;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    max-width: 250px;
    width: fit-content;
    padding: 10px 30px;
}

    a.btn:hover {
        background: #fff;
        color: #00558c;
        border: 1px solid #00558c;
    }
