.pagination_wrapper {
    margin-top:50px;
    clear:both;
    text-align:center;
}
.pagination_wrapper a {
    margin: 0 1.2em;
}
.clr {
    clear:both;
}
.empty {
    font-style:italic;
    color: #555;
}
#loading-gif {
    width: 78px;
    height: 78px;
    margin: 20px auto;
    background: url('/modules/custom/np_seed_finder/loading.gif') 0 0 transparent;
}
#npsf-filters-form .button {
    margin-top: 26px;
}
#npsf-filters-form {
    margin-top:30px;
    border-bottom: 1px solid #ddd;
    overflow:hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#npsf-filters-form #search-icon {
    float:right;
    margin-top:-30px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
#npsf-filters-form label {
    display:block;
    font-weight: 400;
    margin-bottom:0;
}
.mygrid-container, .npsf-filters-form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}
#world_image {
    text-align: center;
}
.admin_link {
    float: right;
    font-size: 12px;
}
.admin_link a {
    font-size: 12px;
}
.mygrid-container table td ul {
    margin-left:30px;
}
.mygrid-container table td ul li {
    list-style-type: none;
    position: relative;
}
.mygrid-container table td ul li::before {
    content: '\2022';
    position: absolute;
    left: -0.8em;          /* Adjust this value so that it appears where you want. */
    font-size: 1.1em;
}
.flex_row {
    display:flex;
}
.large-3 {
    width: 31.85%;
    margin:0 0.4em;
}
.large-6 {
    width: 62%;
    margin:0 0.4em;
}
@media only screen and (max-width: 640px) {
    .flex_row {
        flex-wrap: wrap;
    }
    .large-3 {
        width: 100%;
    }
    .large-6 {
        width: 100%;
    }
}
.large-3 input, .large-3 select, .large-3 textarea {
    width: 100%;
}
.large-3 input.button {
    width: auto;
}
.vendor_search {
    width: 100%;
    margin-bottom: 0 !important;
}
#seed-vendors-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.margin-bot-10 {
    margin-bottom:10px;
}
.sv-teaser-tile {
    background-color: #f3f3f3;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
.sv-teaser-tile .label, .vendor-detail-item .label {
    font-weight:normal;
    font-size: 12px;
    padding: 0 7px 0 0;
}
.vendor-detail-item .label {
    font-size: 14px;
    /*color: #4d8e39 !important;*/
    font-weight: 600;
}
.vendor-detail-item {
    font-size: 14px;
    color: #000;
}
.tile-data-item{
    font-size: 12px;
}
.vendor_name {
    font-weight:bold;
}
.vendor_name a, .tile-data-item a, .vendor-detail-item a {
    color: #006e9a;
}
#vendor-detail-wrapper h2 {
    margin-top:30px;
    margin-bottom:10px;
    font-weight: 600;
}
.longer-answers .vendor-detail-item .label {
    display:block;
    text-align:left;
    margin-bottom: 5px;
}
.longer-answers .vendor-detail-item {
    margin-bottom: 30px;
}
.vendor-detail-item p,
p.light {
    font-weight:300;
}
.secondary.button {
    background-color: #55a3a5;
}
.supplier-page .button {
    display: inline-block;
    margin-top: 30px;
}

#cookiepermissionprompt {
    display: none;
    background-color: #e9e9e9;
    width: 100%;
    padding: 75px 74px 120px 34px;
    position: fixed;
    z-index: 1000000;
    top: 17%;
    max-width: 1170px;
}
#cookiepermissionprompt p {
    color: #196527;
    padding: 10px 10px 0 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cookiepermissionprompt input {
    margin-left: 30px;
    margin-top: 20px;
}
#cookiepermissionprompt label {
    font-weight: normal;
}
.space-below {
    margin-bottom:14px;
}
.page_intro p {
    margin-bottom: 13px;
}
.response {
    margin-bottom: 20px;
    padding: 0 20px;
    color: #000;
}