﻿html {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container { max-width: 850px; }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1320px; }
}

.pride .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

/* navigation */
.pride .nav-top {
    background: #B12A2F;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-bottom: 21px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .pride .nav-top {
        flex-direction: column-reverse;
    }
}




.pride .navbar-dark .navbar-toggler {
    color: #FFF;
    align-self: end;
    border: none;
}

.pride .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.pride .navbar-toggler {
    box-shadow: none;
}

.pride .navbar-collapse {
    align-self: start;
    justify-content: center;
}

@media (max-width: 767px) {
    .pride .navbar-collapse {
        margin-top: 20px;
    }
}

.pride .brand-icon {
  /* position: absolute;
    top: -30px;
    left: calc(50% - 59px); */
    margin-top: -40px;
}




.pride .brand-icon img {
    width: 118px;
    height: 94px;
}


.pride .brand-icon.mobile {
    display: none;
}


    @media (max-width: 767px) {
        .pride .brand-icon.mobile {
            position: absolute;
            display: block;
            margin-top: 0;
        left: 0;
        top: 0;
    }

    .pride .brand-icon.mobile img {
        height: 50px;
        width: auto;
    }
}



.pride .navbar .container-fluid {
    display: flex;
    flex-direction: column;
}



.pride .navbar-header {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-top: 13px;
}

    .pride .navbar-header .header-links {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }

    .pride .navbar-header select {
        background: #B12A2F;
        color: #FFF;
        border: 0px;
        outline: 0px;
        font-family: Montserrat;
        text-transform: uppercase;
        font-size: 18px;
        width: 3.8rem;
    }

    .pride .navbar-header option {
        background: #FFF;
        color: #000;
        font-family: Montserrat;
        text-transform: uppercase;
        font-size: 14px;
    }

.pride .navbar-main {
    width: 100%;
}


@media (min-width: 768px) {

    .pride .nav-top {
        background-image: url('/ResourcePackages/Bootstrap5/assets/dist/images/pride/nav-watermark.png');
        background-repeat: no-repeat;
        background-position-x: 71px;
        height: 132px;
        /* padding-right: var(--bs-gutter-x, 2.75rem);
        padding-left: var(--bs-gutter-x, 2.75rem); */
        /* flex-direction: row;*/
        padding-right: 0;
        padding-left: 0;
    }

    body.pride.sfPageEditor .nav-top {
        min-height: 132px;
        height: auto;
    }

    .pride .navbar-nav {
        width: 100%;
        justify-content: space-around;
        align-items: center;
        align-items: start;
        height: 80px;
        margin-right: 0 !important;
        margin-left: 0;
        max-width: 1100px;
    }

    .pride .navbar-nav > li {
        height: 100%;
    }
}


.pride .navbar .nav-item.mobile-only {
    display: none;
}

@media (max-width: 767px) {

    .pride .navbar {
        flex-direction: column;
    }

        .pride .navbar .nav-item.home {
            display: none;
        }

    .pride .navbar .nav-item.mobile-only {
        display: block;
    }
}





.pride .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 1.12rem;
    line-height: 22px;
    height: 100%;
}


@media (min-width: 768px) and (max-width: 945px) {

    .pride .navbar-dark .navbar-nav .nav-link {
        font-size: .84rem;
    }
}

    .pride .navbar-dark .navbar-nav .nav-link:hover, .pride .navbar-dark .navbar-nav .nav-link:focus, .pride .navbar-dark .navbar-nav .nav-link:active {
        color: #F5AB2C;
        outline: unset;
    }


.navbar-nav .dropdown-menu {
   /* margin-top: 31px;*/
    border-radius: 0;
    color: black;
    margin-top: 0;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown:hover > .dropdown-menu {
      
        display: block;
    }
}




.dropdown-item {
    color: black !important;
}

    .dropdown-item.active, .dropdown-item:active {
        background-color: unset;
        color: unset;
        outline: none;
        box-shadow: none;
    }


.site-button-yellow-solid {
    background-color: #F5AB2C;
    border: 1px solid#F5AB2C;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    height: 2em;
    font-size: 20px;
    min-width: 200px;
    padding: 5px 15px;
    font-family: Montserrat;
    text-align: center;
    text-transform: uppercase;
}



.site-button-red-solid {
    background-color: #AD0921;
    border: 1px solid #AD0921;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    height: 2em;
    line-height: 2em !important;
    font-size: 16px;
    min-width: 200px;
    /* padding: 3px 15px;*/
    font-family: proxima-nova, sans-serif;
    text-align: center;
    text-transform: uppercase;
}



    .site-button-red-solid:hover {
        background-color: #FFFFFF;
        border: 1px solid #000;
        color: #000 !important;
    }


/* End Button Styles */




/* General Styles */

.lg-background {
    background: #F9F9F9;
}

.container {
    width: 100%;
}


.pride .row {
    margin: 0;
}


/*End General Styles */




/* Footer */

.footer {
    background: linear-gradient(#292929, #151515);
    padding-top: 40px;
    padding-bottom: 40px;
    /*height: 207px;*/
}



    .footer .top-row .footer-top-links {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
    }


@media (max-width: 767px) {

    .footer .top-row .footer-top-links {
        flex-direction: column;
        align-items: center;
    }
}


.footer .top-row a {
    color: #FFFF;
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}


.footer .bottom-row {
}

.footer .bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
}


.pride input[type=text] {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 6px;
    padding-left: 8px;
/*    height: 38px;*/
}

    .pride input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgb(153, 153, 153);
        opacity: 1; /* Firefox */
    }

    .pride input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgb(153, 153, 153);
    }

    .pride input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
        color: rgb(153, 153, 153);
    }


.pride .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(153, 153, 153);
    opacity: 1; /* Firefox */
}



@media (max-width: 767px) {
    .footer .bottom-row {
        flex-direction: column;
        align-items: center;
    }
}

.footer .bottom-row div {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFF;
    margin: 10px;
}



/* Footer */



/* Filters */

.pride .filters {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    max-width: 1500px;
    width: 80%;
}

@media (max-width: 767px) {

    .pride .filters {
        width: 100%;
    }

    .pride .filters .row {
        width: 100%;
    }
}

    .pride .filters select {
       /* width: 175px;*/
        width: 18%;
    }

    .pride .filters #CHU {
        /*width: 250px;*/
        width: 18%;
    }


    .pride .filters #DiseaseTolerance {
        width: 350px;
    }


    .pride .filters #Search {
        width: 244px;
    }

    .pride .filters #Traits {
        /*width: 350px;*/
        width: 18% !important;
    }

.pride .filters #SoilType {
    width: 100px;
}

.pride .filters #Population {
    width: 150px;
}


 .pride .filters #Irrigation {
        width: 100px;
    }

    .pride .filters #Tillage {
        width: 135px;
    }


.pride .basic-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 15px;
    align-items: center;
}




@media (max-width: 767px) {

    .pride .basic-filters {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }


}

.pride .filters .advanced-btn {
    color: #B12A2F;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    background: none;
    border: none;

}

.pride .filters #advanced-btn-mobile {
    display: none;
}

@media (max-width: 767px) {

    .pride .filters #advanced-btn-desktop {
        display: none;
    }

    .pride .filters #advanced-btn-mobile {
        display: block;
    }
}




.pride .filters .select2-selection, .pride .filters #search, .pride .filters #product, .pride .filters #city {
    border: 1px solid #aaa !important;
    border-radius: 15px;
    min-height: 37px;
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
    justify-content: center;
}

.pride .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #CBCBCB;
}


.pride .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
}

.pride .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 0;
    padding: 0 5px;
}


    .pride .filters #city {
    width: 250px;
}




.pride .filters #product {
    width: 270px;
    margin: 0px 10px;
    padding-bottom: 3px;
}



/* card list */
.pride ul.card-list {
    list-style: none;
    justify-content: start;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 1500px;
    background: transparent !important;
}


@media (max-width: 767px) {
    .pride ul.card-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

    .pride li.item-card {
        width: 440px;
        min-height: 470px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #DBD8D8;
        border-left: #F5AB2C 15px solid;
        border-radius: 10px;
        float: left;
        margin-right: 40px;
        margin-bottom: 20px;
        padding: 10px 0;
        cursor: pointer;
    }


@media (max-width: 474px) {
    .pride li.item-card {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .pride li.item-card {
        margin-right: 0;
    }
}


    .pride .Silage li.item-card {
        border-left-color: #CBCBCB;
    }

    .pride .Soybeans li.item-card {
        border-left-color: #9c8e6c;
    }

    .pride li.item-card > a > * {
        margin: 0 20px;
    }


    .pride li.item-card > a {
        text-decoration: none;
    }

    .pride li.item-card .header .header-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .pride li.item-card .header .title-header {
        display: flex;
        flex-direction: column;
        width: 100%;
    }


        .pride li.item-card .header .title-header .variety {
            color: #000;
          /*  font-size: 30px;*/
            font-weight: 700;
            font-family: 'Montserrat';
            font-style: normal;
          /*  line-height: 37px;*/
            font-size: 1.87rem;
            line-height: 2.3rem;
        }

@media (max-width: 767px) {
    .pride li.item-card .header .title-header .variety {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}



.pride li.item-card .header .g-series {
    display: flex;
    flex-direction: column;
}

        .pride li.item-card .header .g-series img {
            height: auto;
            width: 117px;
        }

    .pride li.item-card .header .divider {
        border-color: #F5AB2C;
        width: 50%;
        float: right;
        margin-right: -20px;
    }

    .pride li.item-card .chu, .pride li.item-card .yield {
        display: flex;
        flex-direction: row;
        color: #757575;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 26px;
        text-transform: uppercase;
        line-height: 37px;
    }

    .pride li.item-card .chu-value, .pride li.item-card .yield-value {
        font-weight: 700;
        padding-left: 5px;
    }

    .pride li.item-card .yield-value {
        color: #B12A2F
    }


    .pride li.item-card .traits {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        color: #000;
        flex-wrap: wrap;
    }

.pride li.item-card .traits img {
    height: 4rem;
}

    .pride li.item-card .divider {
        border: #D9D9D9 1px solid;
        margin: 0 20px;
    }


    .pride li.item-card .plant-details {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }


        .pride li.item-card .plant-details .plant-characterics {
            width: 60%;
            margin-top: 15px;
        }






        .pride li.item-card .plant-details .maturity {
            width: 40%;
            display: flex;
            flex-direction: column;
            font-family: 'Open Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 23px;
            align-items: center;
            text-align: center;
            letter-spacing: 0.01em;
            color: #54A378;
            justify-content: center;
        }

            .pride li.item-card .plant-details .maturity img {
                width: 54px;
                height: 71px;
            }



    .pride li.item-card .plot-details {
        display: flex;
        flex-direction: column;
    }

        .pride li.item-card .plot-details .detail-item {
            font-family: 'Montserrat';
            display: flex;
            flex-direction: row;
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            line-height: 15px;
            letter-spacing: 0.01em;
            margin: 10px 0;
        }


@media (max-width: 767px) {

    .pride li.item-card .plot-details .detail-item {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.01em;
        margin: 10px 0;
    }
}


    .pride li.item-card .plot-details .detail-item .label {
        display: flex;
        align-items: center;
        color: #757575;
        text-transform: uppercase;
        width: 33%;
        min-width: 60px;
    }

.pride li.item-card .plot-details .detail-item .value {
    font-family: 'montserrat-bold';
    flex-direction: row;
    display: flex;
    align-items: center;
    color: #000000;
    word-break: break-all;
}


    .pride li.item-card .actions {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        letter-spacing: 0.01em;
        color: #B12A2F;
        margin: 0 20px;
        margin-top: 10px;
    }


        .pride li.item-card .actions a, .pride li.item-card .actions a:hover, .pride li.item-card .actions a:visited {
            color: #B12A2F;
            text-transform: uppercase;
            display: flex;
            flex-direction: row;
            align-items: center;
            text-decoration: none;
        }

            .pride li.item-card .actions a i {
                margin-right: 10px;
            }




    .pride .detail-header .header-links a, .pride .detail-header .header-links a:visited, .pride .detail-header .header-links a:hover {
        color: #B12A2F;
        margin-bottom: 25px;
        font-family: 'montserrat-semibold';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.01em;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .pride .details-footer {
        margin: 2rem 3rem;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }

    .pride .performance-grid-footer {
        margin: 2rem 3rem;
        margin-bottom: 1rem;
    }

@media (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        color: white;
        margin-top: 0;
        background: #B12A2F;
        border: 0;
    }


    .dropdown-item, .dropdown-item:hover {
        color: white !important;
        background: #B12A2F;
    }
}

