body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565958;
    text-align: left;
    background-color: #fff;
}
body {
    background-color: #f8f9fa;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
dt {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
.widget {
    margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}
    .widget select {
        max-width: 100%;
    }
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}
a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
}
    table th, table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
    table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }
    table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }
    table table {
        background-color: #fff;
    }
figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
        cursor: pointer;
    }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }
select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}
blockquote p {
        font-size: 1.15rem;
    }
blockquote p:last-child {
            margin-bottom: 0;
    }
.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #565958;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-thumbnail {
    margin-top: 0;
    display: inline-block;
}
.card-title.entry-title {
    margin-bottom: .25rem;
}
.entry-meta {
    font-size: .9rem;
}
.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}
.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}
.cat-links .badge, .tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}
.cat-links a, .tags-links a {
    color: #6c757d;
}
.cat-links a:hover, .tags-links a:hover {
        text-decoration: none;
        color: #565958;
    }
.entry-meta a, .comments-link a, .edit-link a {
    color: #6c757d;
}
.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
        text-decoration: none;
        color: #007bff;
    }
.entry-title a:hover {
    color: #007bff !important;
}
.content-area.wp-bp-404 .card-body {
    padding: 2.5rem 4rem;
}
.sidebar-1-area .widget, .footer-widgets .widget {
    margin-bottom: 0;
    padding: 2rem;
}
.sidebar-1-area .widget ul, .footer-widgets .widget ul {
        padding-left: 20px;
        color: #6c757d;
        margin-bottom: 0;
   }
.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
            padding-top: 3px;
            padding-bottom: 3px;
            list-style: square;
        }
.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
            }
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
                color: #6c757d;
            }
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
                    color: #565958;
                    text-decoration: none;
                }
.footer-widgets .widget {
    padding: 0.5rem;
}
#wp-calendar #next {
    text-align: right;
}
#wp-calendar #prev a, #wp-calendar #next a {
        color: #6c757d;
    }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
            color: #565958;
            text-decoration: none;
        }
#calendar_wrap table th, #calendar_wrap table td {
    padding: .25rem;
}
.hentry.card .card-body {
    padding: 1.5rem;
}
select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.entry-title a:hover {
    text-decoration: none;
}
.mt-3r {
    margin-top: 3rem;
}
.wp-bs-4-jumbotron {
    margin-bottom: 0;
}
.wp-bs-4-jumbotron .jumbotron-heading {
        font-weight: 600;
    }
.wp-bs-4-jumbotron .container {
      max-width: 40rem;
    }
.comments-area {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}
.comments-area .media-body {
        overflow: auto;
 }
.comments-area .comment-list {
        list-style: none;
        padding-left: 0;
  }
.comments-area .comment-list > li {
            border-bottom: 1px solid #dee2e6 !important;
            padding: 2.5rem 4rem;
        }
.comments-area .comment-list ul.children {
            list-style: none;
            padding-left: 2rem;
        }
.comments-area .comment-list ul.children li {
                padding: 2.5rem 0 0;
            }
.comments-area .comment-list .comment-respond {
            padding: 2.5rem 4rem;
        }
.comments-area .comments-title {
        padding: 2.5rem 4rem;
        border-bottom: 1px solid #dee2e6 !important;
    }
.comments-area .comment-navigation {
        padding: 1rem 4rem 0;
        border-bottom: 1px solid #dee2e6 !important;
    }
.comments-area .wb-comment-form {
        padding: 2.5rem 4rem;
    }
.comments-area .wb-cancel-reply {
        margin-left: 2rem;
    }
.comments-area .logged-in-as {
        padding-left: 15px;
        font-size: .9rem;
    }
.comments-area .logged-in-as a {
            color: #6c757d;
        }
.comments-area .logged-in-as a:hover {
                color: #565958;
                text-decoration: none;
            }
.comments-area .wb-comment-notes {
        font-size: .9rem;
    }
.comments-area .no-comments {
        padding: 1rem 4rem;
    }
.comments-area small {
        font-size: .9rem;
    }
.comments-area p {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
.comments-area .comment-reply-link, .comments-area .comment-edit-link {
        margin-right: 1rem;
        color: #6c757d;
    }
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
            color: #565958;
            text-decoration: none;
        }
.comments-area .comment-author a:hover {
        text-decoration: none;
        color: #565958;
    }
.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}
.single .post-navigation .nav-links a {
    color: #6c757d;
    margin-bottom: 2rem;
    display: inline-block;
}
.single .post-navigation .nav-links a:hover {
        color: #565958;
        text-decoration: none;
    }
.navbar {
    padding: 1rem;
}
#wp-bp-posts-slider {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
#wp-bp-posts-slider .carousel-item img {
        width: auto;
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
    }
#wp-bp-posts-slider .carousel-caption {
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 2rem 4rem;
 }
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
        width: 10%;
 }
.custom-logo-link {
    margin-right: 1rem;
}
.site-title a, .navbar-dark .navbar-brand, .site-description {
    color: #fff;
    margin-bottom: 0;
}
.navbar-brand {
    font-size: 1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.5;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff;
        opacity: 0.75;
    }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
        opacity: 1;
  }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #565958;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #565958;
}
.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}
.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}
.navbar-toggler {
    background-color: #343a40;
}
body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.site-footer a:hover {
    text-decoration: none;
}
.admin-bar .site-header.sticky-top {
    top: 32px;
}
.wb-bp-front-page .site-header {
    border-bottom: 0;
}
.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
        padding: 10rem 2rem; /* background: rgba(#565958, 0.7); */
    }
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
            opacity: .75;
        }
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
            font-weight: 600;
            font-size: 3rem;
            margin-bottom: 1rem;
        }

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content {
    padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content p {
        font-size: 1.25rem;
        font-weight: 300;
    }
.wb-bp-front-page .wp-bp-main-content blockquote {
        font-size: 1.35rem;
    }
.wb-bp-front-page .wp-bp-main-content blockquote p {
            font-size: 1.35rem;
        }
.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }
.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}
.wp-caption .wp-caption-text {
    font-size: 0.95rem;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
.footer-widgets {
    background-color: #b40039;
    color: #fff;
    padding: 20px 0 40px;
}
.site-footer a {
    color: #fff !important;
}
.mb-2, .my-2 {
    margin-bottom: 0px;
}
.footer-widgets .widget {
    padding: 10px;
}
footer h2 {
    font-size: 14px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
footer p {
    font-size: 14px;
}
footer span {
    font-size: 14px;
}
.flex-box {
    display: flex;
    display: -webkit-flex;
}
.elsoms-links {
    display: block;
    margin: 10px 0;
}
.links {
    display: block;
    margin: 10px 0;
}
h2 .text-uppercase {
    text-transform: uppercase;
}
.bottom-footer {
    padding: 20px 0;
}
span.copyright-links {
    display: block;
}
.contact {
    display: block;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"],
textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #b40039;
    border-radius: 4px;
}
button.btn.btn-success.btn-block.btn-register {
    color: #b40039;
    background-color: #fff;
    border-color: #fff;
    margin: 0 10px;
    width: 150px;
    padding: 10px 0;
    font-size: 14px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 4px;
}
input.form-control.register-form {
    color: #fff;
    background-color: #b40039;
    border-color: #fff;
    width: 250px;
    padding: 21px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.email {
    margin-bottom: 10px;
}
input.form-control.register-form::placeholder {
    color: #fff;
}
input.form-control.register-form:-ms-input-placeholder {
    color: #fff;
}
input.form-control.register-form::-ms-input-placeholder {
    color: #fff;
}
.seed-section {
    padding-right: 0;
    padding-left: 0;
}
.team-image {
    padding-right: 0;
    padding-left: 0;
}
.pink {
    background-color: #b40039;
    color: #fff;
    padding: 50px;
    text-align: center;
    font-size: 22px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.blue-top {
    background-color: #0e76bc;
    color: #fff;
    padding: 60px 150px;
    text-align: center;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 18px;
}
.grey {
    background-color: #565958;
    color: #fff;
    padding: 80px 60px;
    text-align: center;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 22px;
    font-style: italic;
}
.grey-content {
    margin: auto;
    max-width: 600px;
}
.grey::before {
    content: url(/wp-content/uploads/2018/10/quote-top.png);
    margin: -20px 0px;
    position: absolute;
    left: 250px;
}
.grey::after {
    content: url(/wp-content/uploads/2018/10/quote-bottom.png);
    margin: 60px 0px;
    position: absolute;
    right: 250px;
}
.blue {
    background-color: #559ed0;
    color: #fff;
    text-align: center;
    padding: 65px 70px;
}
.text-inner-blue {
    font-size: 22px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-style: italic;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #565958;
    background-color: #fff;
    border-color: #fff;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    box-shadow: none;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: none;
}
.image-overlay, .image-overlay:hover, .image-overlay:focus, .image-overlay:visited, .image-overlay:active {
    text-align: center;
    margin: auto;
    width: 200px;
    background-color: #b40039;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    padding: 25px 0;
    border-radius: 8px;
}
.image-no-padding {
    padding: 0;
}
.overlay-text, .overlay-text:hover, .overlay-text:visited, .overlay-text:focus, .overlay-text:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.image-border {
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 15px 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
}
.image-border a {
        margin: auto;
    }
.seed-1 {
    background-image: url(/wp-content/uploads/2019/04/hp-agri-seed.jpg);
    height: 400px;
    width: 570px;
    background-position: center;
    background-size: cover;
}
.seed-2 {
    background-image: url(/wp-content/uploads/2019/04/hp-veg-seed.jpg);
    height: 400px;
    width: 570px;
    background-position: center;
    background-size: cover;
}
.seed-3 {
    background-image: url(/wp-content/uploads/2019/04/shutterstock_569099197_edit.png);
    height: 400px;
    width: 570px;
    background-position: center;
    background-size: cover;
}
.seed-4 {
    background-image: url(/wp-content/uploads/2019/04/hp-treatment.jpg);
    height: 400px;
    width: 570px;
    background-position: center;
    background-size: cover;
}
.banner {
    background-image: url(/wp-content/uploads/2018/10/SBP.png);
    height: 650px;
    width: 1420px;
    background-position: center;
    position: relative;
	background-size:cover;
}
.banner-2 {
    background-image: url(/wp-content/uploads/2018/09/shutterstock_177187673.png);
    height: 650px;
    width: 100%;
    background-position: center;
    position: relative;
	background-size:cover;
}
.banner-overlay-content {
    display: flex;
}
.chevron-section {
    padding: 60px 45px 60px 60px;
    font-size: 2.5em;
    color: #fff;
    align-self: center;
}
.banner-overlay {
    position: absolute;
    top: 12%;
    max-width: 750px;
    z-index: 999;
    padding: 20px;
    background: #1060a094;
}
.banner-text {
    margin: auto;
    border-left: 2px solid #fff;
    padding: 0 20px;
    color: #fff;
}
.banner-text h1 {
        font-size: 40px;
        text-transform: uppercase;
        color: #fff;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
}
.banner-text p {
        font-size: 16px;
        color: #fff;
}
.three-img-section {
    padding-left: 0;
    padding-right: 0;
}
.three-img-section.event {
        max-width: 25%;
}
.three-img-section.carousel {
        max-width: 45%;
}
.three-img-section.news {
        max-width: 30%;
}
.pink-heading-text {
    color: #b40039;
    font-size: 24px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
}
.news-section, .event-section {
    padding: 15px;
    position: relative;
}
.news-section p, .event-section p {
        font-size: 14px;
        color: #565958;
        padding: 15px 0;
}
.date-style {
    font-size: 14px;
    color: #565958;
    position: absolute;
    left: 0;
    margin: 20px;
    font-style: italic;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.event-button {
    background-color: transparent;
    color: #b40039;
    border: #b40039 2px solid;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    position: absolute;
    right: 0;
}
.event-button:hover, .event-button:active, .event-button:focus {
        background-color: #b40039;
        color: #fff;
        border: #b40039 2px solid;
        padding: 10px 20px;
        font-size: 14px;
        text-transform: uppercase;
        margin: 10px 20px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        position: absolute;
        right: 0;
}
.name-span {
    font-size: 16px;
    position: absolute;
    left: 0;
    margin: 20px;
    font-style: italic;
    color: #b40039;
}
.news-span {
    font-size: 14px;
    position: absolute;
    right: 25%;
    margin: 20px;
    font-style: italic;
    color: #b40039;
}
.green-overlay {
    background-color: #9cb942;
    width: 110px;
    text-align: center;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}
.green-overlay-text {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
}
.section-overlay {
    position: relative;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #565958;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
.vat-number {
    padding: 0 5px;
}
.copyright-links.vat {
    display: flex;
}
.row.bottom {
    padding: 0 15px;
}
li.nav-item.menu-item.menu-item-type-custom {
    font-size: 14px;
}
ul.dropdown-menu.depth_0.show {
    display: flex;
}
.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: 0 15px;
    clear: both;
    font-weight: 400;
    color: #565958;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    opacity: 1;
    text-transform: normal;
}
li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
    margin: 0 23px;
}
a.nav-link {
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #565958;
    font-size: 14px;
    opacity: 1;
}
a.nav-link.dropdown-toggle {
        font-size: 14px;
        color: #b40039;
        opacity: 1;
    }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #b40039;
    opacity: 1;
}
ul.dropdown-menu.depth_0.show {
    padding: 10px 40px 10px 10px;
    left: -24px;
}
.navbar-nav .nav-link {
    color: #b40039;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #b40039;
}
.navbar-dark .navbar-nav .nav-link {
    opacity: 1;
}
@media(min-width:400px) and (max-width:767px) {
    .three-img-section.event img, .three-img-section.news img {
        height: 200px;
    }
    .news-span {
        right: 0;
    }
}
@media(max-width:767px) {
    .elsoms-links {
        display: inline-block;
        margin: 0 10px;
    }
    .links {
        display: inline-block;
        margin: 8px 5px;
    }
    .contact {
        display: initial;
        text-align: center;
        margin: auto;
    }
    .information {
        order: 1;
        margin: 0 auto;
        text-align: center;
    }
    .footer-widgets .container .row .col {
        padding: 0;
    }
    .textwidget.custom-html-widget {
        text-align: center;
    }
    .footer-widgets {
        padding: 10px 0;
    }
    .elsoms-section {
        order: 2;
        margin: 15px auto;
        text-align: center;
    }
    .contact-section {
        text-align: center;
        margin: 5px auto 15px;
        padding-right: 0;
        padding-left: 0;
    }
    footer h2 {
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        margin: 10px 0;
        font-size: 12px;
    }
    body {
        font-size: 13px;
        color: #565958;
    }
   span.copyright-links {
        margin: 0 7px;
        font-size: 11px;
    }
    p.email {
        margin: 10px 0;
        text-align: center;
        font-size: 12px;
    }
    .register {
        padding-right: 0;
        padding-left: 0;
    }
    .pink {
        background-color: #b40039;
        color: #fff;
        padding: 25px;
        text-align: center;
        font-size: 16px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
    }
    .blue-top {
        padding: 25px;
        font-size: 16px;
    }
    .grey {
        display: none;
    }
    .blue {
        background-color: #559ed0;
        color: #fff;
        text-align: center;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        padding: 25px;
        order: 1;
   }
    .text-inner-blue {
        font-size: 16px;
        font-style: italic;
    }
    .team-image {
        order: 2;
        text-align: center;
    }
    .banner-text p {
        font-size: 16px;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .chevron-section em {
        display: none;
    }
    .chevron-section {
        padding: 10px;
    }
    .banner-overlay {
        bottom: auto;
        padding: 75px 30px;
   }
    .homepage-banner {
        width: auto;
    }
    .news {
        order: 2
    }
    .events {
        order: 1
    }
    .carousel {
        order: 3
    }
    .banner-overlay {
        bottom: auto;
        top: auto;
    }
    .news-section, .event-section {
        height: 220px;
    }
    .three-img-section {
        margin: auto;
    }
    .news-span {
        right: 8%;
    }
    .three-img-section.event, .three-img-section.news {
        padding: 20px 20px 0;
    }
    .news-section, .event-section {
        padding: 20px 20px 0;
        position: relative;
    }
    .pink-heading-text {
        font-size: 18px;
    }
    .three-img-section.news {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .three-img-section.event {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .three-img-section.carousel {
        max-width: 100%;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .elsoms-section {
        display: none;
    }
    .contact-section .fa-rounded {
        padding: 5px;
        margin: 2px;
    }
    .bottom {
        order: 3;
        display: inline-block;
        padding: 10px;
        text-align: center;
        margin: auto;
    }
    input.form-control.text-capitalised.register-form {
        width: 100px;
    }
    button.btn.btn-success.btn-block.btn-register {
        width: 100px;
    }
    #header-social-icons {
        display: none;
    }
    .align-self-end {
        text-align: right;
        align-self: center;
        margin: 0;
    }
    .seed-directory {
        background-color: #b40039;
        color: white;
        float: right;
        margin: 0;
        align-content: center;
        padding: 15px 20px;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        position: fixed;
        right: 0;
        top: 110px;
    }
    button.navbar-toggler {
        background-color: #fff;
        color: #000;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        top: 30px;
        z-index: 999;
    }
    .contact-section .fa-rounded {
        padding: 4px;
        margin: 2px 5px;
    }
}
@media(max-width:364px) {
    .information {
        display: flex;
    }
    .elsoms-section {
        display: flex;
    }
    .information {
        display: flex;
        padding: 0;
        font-size: 14px;
    }
    .site-footer a {
        color: #fff !important;
        padding: 0 5px;
        align-self: center;
   }
    .links {
        display: inline-block;
        margin: 5px;
        font-size: 11px;
    }
    footer .information span {
        font-size: 10px;
    }
    footer h2 {
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        margin: 10px 0px;
        font-size: 11px;
        align-self: center;
    }
    .information h2 {
        display: flex;
        padding: 0;
        font-size: 10px;
    }
    .bottom-footer {
        padding: 5px 0;
        display: flex;
    }
    span.copyright-links {
        display: inline-block;
        margin: 0;
        font-size: 9px;
        padding: 10px 5px;
    }
    .elsoms-section {
        display: none;
    }
    .row.bottom {
        padding: 0;
    }
    .bottom-footer {
        padding: 0;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .banner, .banner-2 {
        height: 400px;
		width:100%;
    }
    .blue {
        padding: 40px;
    }
    .text-inner-blue {
        font-size: 16px;
    }
    .grey {
        font-size: 18px;
        padding: 40px;
    }
    .banner-overlay {
        position: relative;
        top: 10%;
    }
    .pink-heading-text {
        font-size: 13px;
    }
    .news-section p, .event-section p {
        font-size: 12px;
    }
    button.btn.btn-success.event-button {
        padding: 2px 5px;
        font-size: 12px;
        margin: -5px 10px;
    }
    .date-style {
        font-size: 12px;
        margin: 0 10px;
    }
    .news-section, .event-section {
        padding: 10px;
    }
   .name-span {
        font-size: 12px;
        margin: 10px;
    }
    .news-span {
        font-size: 12px;
        right: 5%;
        margin: 10px;
    }
    input.form-control.text-capitalised.register-form {
        width: 100px;
    }
    button.btn.btn-success.btn-block.btn-register {
        width: 75px;
        font-size: 12px;
    }
    footer h2 {
        font-size: 12px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
    }
    .contact:last-of-type {
        margin: 0 0 10px;
    }
    a.custom-logo-link {
        width: 100%
    }
}
@media(min-width:992px) and (max-width:1200px) {
    .banner, .banner-2 {
        height: 400px;
		width:100%;
    }
    .text-inner-blue {
        font-size: 20px;
    }
   .blue {
        padding: 40px;
    }
    .banner-overlay {
        position: relative;
        top: 10%;
    }
    .news-span {
        right: 10%;
    }
    .pink-heading-text {
        font-size: 22px;
    }
    .news-section p, .event-section p {
        font-size: 12px;
    }
    .news-section, .event-section {
        padding: 15px;
    }
    button.btn.btn-success.event-button {
        padding: 6px 12px;
        font-size: 14px;
        margin: 6px 15px;
    }
    .date-style {
        font-size: 14px;
        margin: 15px;
    }
    .three-img-section.event p, .three-img-section.news p {
        margin-top: -10px;
        margin-bottom: 0;
    }
    input.form-control.text-capitalised.register-form {
        width: 100px;
    }
    button.btn.btn-success.btn-block.btn-register {
        width: 100px;
    }
    .contact:last-of-type {
        margin: 0 0 10px;
    }
    li.nav-item.menu-item.menu-item-type-custom {
        font-size: 14px;
    }
    ul.dropdown-menu.depth_0.show {
        display: block;
    }
    .navbar-dark .navbar-nav .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 0 15px;
        clear: both;
        font-weight: 400;
        color: #565958;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        opacity: 1;
        text-transform: normal;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        bottom: 0;
        right: 25%;
    }
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0 23px;
    }
    a.nav-link {
        text-transform: uppercase;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        color: #565958;
        font-size: 14px;
        opacity: 1;
    }
    a.nav-link.dropdown-toggle {
            font-size: 14px;
            color: #b40039;
            opacity: 1;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #b40039;
        opacity: 1;
    }
    ul.dropdown-menu.depth_0.show {
        padding: 10px 40px 10px 10px;
        left: -24px;
    }
    .navbar-nav .nav-link {
        color: #b40039;
    }
    .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
        color: #b40039;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
    }
}
@media(min-width:1201px) {
    .contact:last-of-type {
        margin: 0 0 10px;
    }
}
@media(min-width:1360px) {
    .three-img-section.event {
        max-width: 28%;
    }
    .three-img-section.carousel {
        max-width: 38%;
    }
    .three-img-section.news {
        max-width: 34%;
    }
}
@media (min-width: 768px) {
    .hentry.card .card-body {
        padding: 2.5rem 4rem;
    }
    .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
        display: block;
    }
}
body {
    background-color: #FFFFFF;
}
#header-main-row {
    width: 100%;
    float: left;
    margin: 0;
}
#site-navigation {
    padding: 0;
}
#header-logo {
    padding: 15px 15px;
}
.seed-directory {
    background-color: #b40039;
    color: white;
    float: right;
    margin: 0;
    align-content: center;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
#header-social-icons {
    margin-bottom: 10px;
}
#header-social-icons, #seed-directory {
    flex-basis: 100%;
    text-align: right;
}
em.fa-rounded {
    border: 2px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
}
em.fa-rounded:hover {
        filter: invert;
}
#header-social-icons a {
    margin-left: 5px;
}
.site-info {
    display: none;
}
@media(max-width:1400px) {
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0px 20px;
    }
}
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        bottom: auto;
        right: auto;
    }
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0px 13px;
    }
    #header-social-icons, #seed-directory {
        flex-basis: 100%;
        text-align: right;
        font-size: 11px;
    }
    .seed-directory {
        background-color: #b40039;
        color: white;
        float: right;
        margin: 0;
        align-content: center;
        padding: 15px 5px;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
    }
    .grey::after {
        padding: 0px 20px;
        margin: 40px 0px;
        font-size: 2em;
        right: 65px;
        position: absolute;
        top: 107px;
    }
    .grey {
        position: relative;
    }
}
@media (max-width: 1200px) {
    .grey::before {
        margin: 5px -230px;
    }
    .grey::after {
        top: 70px;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
        flex-direction: column;
    }
    .grey-content {
        max-width: 500px;
    }
   .event-section, .news-section {
        font-size: 12px;
    }
    .date-style {
        margin: 8px 10px
    }
    a.btn.btn-success.event-button {
        padding: 5px 8px;
        margin: 3px 10px;
    }
    .para-style {
        margin: 10px 0px;
    }
}
@media(min-width:767px) and (max-width:800px) {
    .navbar-collapse {
        display: block !important;
    }
    header .navbar-toggler {
        display: none;
    }
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0px 6px;
    }
    a.nav-link.dropdown-toggle {
        font-size: 12px;
    }
    a.nav-link {
        font-size: 12px;
    }
}
.close-menu {
    display: none !important;
}
@media(max-width:767px) {
    div#primary-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background: #b40039;
        z-index: 999;
        color: white !important;
    }
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page a {
        color: white !important;
    }
    .close-menu {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    span.copyright-links, .copyright-links.vat {
        display: inline-block;
    }
    .copyright-links.vat {
        display: none;
    }
    .social-icons {
        display: inline-block;
    }
    footer h2 {
        display: inline-block;
    }
    .social-icons + .contact {
        display: block;
        width: 100%;
        float: left;
    }
    .contact-section .fa-rounded {
        padding: 4px;
        margin: 2px 5px;
        display: inline-block !important;
        position: absolute;
        bottom: -30px;
        right: 53%;
    }
    .information {
        margin-top: 20px;
        padding: 0;
    }
    footer .information span {
        font-size: 12px;
    }
    .register h2 {
        text-align: center;
        width: 100%;
        float: left;
    }
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.hentry.card .card-body {
    padding: 0;
}
.card {
    border: none;
}
.mt-3r {
    margin-top: 0;
}
.hentry {
    margin: 0;
}
.vegetable {
    background-image: url(/wp-content/uploads/2019/04/Veg-main-banner.jpg);
    width: 100%;
    height: 500px;
    background-position: center;
}
.veg-1 {
    background-image: url(/wp-content/uploads/2019/04/Vegetable-overview_1_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.veg-2 {
    background-image: url(/wp-content/uploads/2019/04/Vegetable-overview_2_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.veg-3 {
    background-image: url(/wp-content/uploads/2019/04/Vegetable-overview_3_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.veg-4 {
    background-image: url(/wp-content/uploads/2019/04/Vegetable-overview_4_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.entry-header {
    display: none;
}
.page-banner {
    padding-right: 0;
    padding-left: 0;
}
.row.category-section {
    padding: 30px 0;
}
.category-content {
    text-align: center;
    margin: auto;
    width: 150px;
    background-color: #b4003ac2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 150px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-items: center;
    text-align: center;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 14px;
}
.category-content span {
	margin: auto;
}
.text-section {
    text-align: center;
    padding: 60px 100px;
}
.main-banner-overlay {
    right: 15px;
    position: absolute;
    width: 37%;
    height: 100%;
    background: rgba(71,72,72,0.8);
    color: #fff;
    padding: 50px;
    display: flex;
}
.main-banner-text {
    padding: 30px;
    border-left: 2px solid #fff;
    margin: 80px 0;
    align-self: center;
}
.quote-section {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 25px;
}
.blue-quote-content::before {
    content: '"';
    padding: 20px;
    margin: -100px 0;
	left:0;
    font-size: 110px;
    position: absolute;
}
.blue-quote-content::after {
    content: '"';
    padding: 20px;
    right: 0;
    margin: -125px 25px;
    font-size: 110px;
    position: absolute;
}
.blue-content {
    background-color: #559ed0;
    margin: auto;
    display: block;
    padding: 7px 100px;
    height: 100%;
    font-style: italic;
	font-size:22px;
}
.blue-quote-content {
    margin: 45px auto 0;
    padding: 0;
}
.blue-quote-content .homepage-button {
	font-style: normal;
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
	border-width: 2px !important;
}
.quote-image {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    background: #559ed0;
}
.quote-image img {
	align-self: center;
}
.main-banner-text h1 {
    text-transform: uppercase;
    font-size: 32px;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.agricultural {
    background-image: url(/wp-content/uploads/2019/04/Agri-main-banner.jpg);
    width: 100%;
    height: 500px;
    background-position: center;
}
.agri-1 {
    background-image: url(/wp-content/uploads/2019/04/Agri-overview_1_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.agri-2 {
    background-image: url(/wp-content/uploads/2019/04/Agri-overview_2_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.agri-3 {
    background-image: url(/wp-content/uploads/2019/04/Agri-overview_3_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.agri-4 {
    background-image: url(/wp-content/uploads/2019/04/Agri-overview_4_420.png);
    height: 330px;
    width: 100%;
    margin: 20px auto;
    background-size: cover;
}
.mt-4, .my-4 {
    margin-top: 0 !important;
}
@media(max-width:450px) {
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 340px;
        width: 340px;
        margin: 10px auto;
        font-size: 18px;
    }
    .agricultural, .vegetable {
        height: 400px;
    }
    .blue-content {
        padding: 0 30px;
        height: auto;
        min-height: 300px;
    }
    .blue-quote-content {
        padding: 0;
        margin: 45px auto 0;
    }
    .quote-section {
        font-size: 16px;
        padding: 30px 0 0;
    }
    .main-banner-text {
        padding: 20px;
        border-left: 2px solid #fff;
        margin: 15px 0;
    }
    .main-banner-overlay {
        width: 100%;
        height: 50%;
        padding: 0 20px;
    }
    .text-section {
        text-align: center;
        padding: 0 40px;
        font-size: 16px;
    }
    .row.category-section {
        padding: 15px 0;
    }
    img.custom-logo {
        height: 80px;
        max-width: 159px;
    }
    a.custom-logo-link {
        width: 100% !important;
    }
    .blue-quote-content::before {
        padding: 20px;
        margin: -50px -190px;
        font-size: 22px;
    }
    .blue-quote-content::after {
        padding: 0;
        margin: 0px 65px;
        font-size: 22px;
    }
    .quote-image {
        order: 1;
    }
    .blue-content {
        order: 2;
    }
}
@media(min-width:451px) and (max-width:767px) {
    .agricultural, .vegetable, .seed-treatment {
        height: 400px;
    }
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 250px;
        width: 250px;
        margin: 10px auto;
    }
    .blue-content {
        padding: 81px 30px;
        height: auto;
        max-height: 540px;
        min-height: 250px;
    }
    .blue-quote-content {
        padding: 0;
        margin: 45px auto 0;
    }
	.blue-quote-content::before {
		padding: 20px;
		margin: -50px -375px;
		font-size: 33px;
	}
	.blue-quote-content::after {
		padding: 0;
		margin: -80px 270px;
		font-size: 33px;
	}
    .quote-section {
        font-size: 16px;
        padding: 30px 0 0;
    }
    .main-banner-text {
        padding: 20px;
        border-left: 2px solid #fff;
        margin: 15px 0;
    }
    .main-banner-overlay {
        width: 100%;
        height: 50%;
        padding: 0 20px;
    }
    .text-section {
        text-align: center;
        padding: 0 50px;
    }
    .row.category-section {
        padding: 15px 0;
    }
    a.custom-logo-link {
        width: 100%;
    }
    .custom-logo {
        height: 80px;
        width: 159px !important;
    }
    a.custom-logo-link {
        width: 100% !important;
    }
    .main-banner-text h1 {
        text-transform: uppercase;
        font-size: 26px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .vegetable, .agricultural, .seed-treatment {
        height: 400px;
    }
    .main-banner-text {
        padding: 30px;
        border-left: 2px solid #fff;
        margin: 30px 0;
    }
    .blue-quote-content {
        padding: 0 75px;
    }
    .blue-content {
        background-color: #559ed0;
        margin: 0;
        display: block;
        padding: 0px;
        max-height: 540px;
        font-size: 20px;
        height: auto;
		font-size:18px;
    }
    .main-banner-overlay {
        width: 50%;
    }
    .blue-quote-content::before {
    padding: 20px;
    margin: -60px 5px;
    font-size: 88px;
    position: absolute;
    }
    .blue-quote-content::after {
    padding: 0;
    margin: -110px 55px;
    font-size:88px;
    position: absolute;
    }
    .main-banner-text h1 {
        text-transform: uppercase;
        font-size: 28px;
    }
}
@media(min-width:992px) and (max-width:1110px) {
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 240px;
        width: 240px;
        margin: 0 -5px;
    }
    .category-content {
        width: 150px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 150px;
        padding: 60px 0;
    }
    .blue-quote-content {
        margin: 30px auto 0;
        padding: 15px;
    }
    .row.category-section {
        padding: 30px 0;
    }
    .blue-content {
        padding: 30px;
        background-color: #559ed0;
        margin: auto;
        display: block;
        height: auto;
        max-height: 540px;
		font-size:18px;
    }
	.blue-quote-content::before {
		padding: 0;
		margin: 0;
		left: -20px;
		top: -65px;
		font-size: 110px;
	}
    .blue-quote-content::after {
		padding: 0;
		margin: 0;
		right: 20px;
		font-size: 110px;
		bottom: -40px;
	}
    .quote-section {
        font-size: 20px;
    }
    .row.category-section {
        padding: 30px 0;
    }
    .main-banner-text h1 {
        text-transform: uppercase;
        font-size: 26px;
    }
}
@media(min-width:1111px) and (max-width:1230px) {
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 258px;
        width: 258px;
        margin: 0 -5px;
    }
    .category-content {
        width: 150px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 150px;
        padding: 60px 0
    }
    .blue-content {
        background-color: #559ed0;
        margin: 0px 0px;
        display: block;
        padding: 18px;
        height: auto;
        max-height: 540px;
		font-size:20px;
    }
	.blue-quote-content {
		margin: 30px auto 0;
		padding: 0px 100px;
	}
	.blue-quote-content::before {
    padding: 20px;
    margin: -100px 0;
}
	.blue-quote-content::after {
    padding: 0;
    margin: -30px 50px;
}
    .main-banner-text h1 {
        text-transform: uppercase;
        font-size: 28px;
    }
}
@media(min-width:1231px) and (max-width:1335px) {
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 258px;
        width: 258px;
        margin: 0 -5px;
    }
    .category-content {
        width: 150px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 150px;
        padding: 60px 0
    }
    .blue-quote-content {
        margin: 45px auto 0;
        padding: 60px;
    }
    .blue-content {
        background-color: #559ed0;
        margin: 0px 0px;
        display: block;
        padding: 18px;
        height: auto;
        max-height: 540px;
    }
    .blue-content {
        background-color: #559ed0;
        margin: auto;
        display: block;
        padding: 0 150px;
        height: auto;
        max-height: 400px;
    }
    .main-banner-text h1 {
        text-transform: uppercase;
        font-size: 28px;
    }
}
@media(min-width:1336px) and (max-width:1400px) {
    .veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
        height: 335px;
        width: 325px;
        margin: 0 -5px;
    }
    .category-content {
        width: 150px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 150px;
        padding: 60px 0;
    }
    .blue-content {
        max-height: 540px;
        height: auto;
    }
}
.link-1 {
    background-image: url(/wp-content/uploads/2019/04/agri-seed-latest-news.jpg);
    width: 100%;
     height: 50vh;
    background-repeat: no-repeat;
}
.link-2 {
    background-image: url(/wp-content/uploads/2018/09/Group-199.png);
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
}
.seed-overlay-text {
    text-align: center;
    margin: auto;
    width: 200px;
    background-color: #565958;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    padding: 25px 0;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.page-border {
    border-bottom: 2px solid #565958;
}
.text-section p:first-child {
    text-align: center;
    font-size: 16px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.custom-container {
    max-width: 1340px;
    float: none;
    margin: auto;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-seed {
    border: 2px solid #565958;
    background: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
    margin: 10px;
}
.seed-page h1 {
    color: #b40039;
    font-size: 34px;
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.seed-text-section {
    color: #565958;
}
.seed-content {
    width: 400px;
}
.team-name {
    margin: auto;
    color: #b40039;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    padding: 20px 0;
}
.job-title {
    color: #565958;
    text-align: center;
    text-transform: none;
    font-size: 16px;
}
@media(min-width:992px) and (max-width:1200px){
	.job-title {
		font-size: 14px;
	}
}
.team-button-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
    text-align: center;
}
button.btn.team-button {
    border-width: 2px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    width: 150px;
    text-align: center;
}
@media(max-width:767px) {
    button.btn.team-button {
        width: 100%;
        max-width: 160px;
    }
    .team-button-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.team h1 {
    font-size: 32px;
    color: #b40039;
    margin: 40px 0 20px;
}
input.specialist {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #565958;
    border: 1px solid #565958;
    border-radius: 4px;
}
.input-button {
    height: 40px;
    width: 100%;
    background: #565958;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.specialist-section {
    padding: 20px 0 40px;
}
.team-members div[class^="member"], .team-members div[class*=" member"] {
    margin-bottom: 30px;
}
.team-green-overlay {
    background-color: #9cb942;
    width: 150px;
    text-align: center;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
}
.team-green-overlay-text {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-size: 12px;
}
.news-section .flex-row {
    padding-right: 0;
    padding-left: 0;
}
.news-section, .event-section {
    padding: 15px;
    position: relative;
}
.article-col {
    width: 30%;
    margin: 20px 0;
}
.specialist-col {
    width: 40%;
    margin: 20px 0;
}
.image-style {
    padding-right: 0;
    padding-left: 0;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
a.carousel-team, a.carousel-team:hover {
    color: #565958;
    padding: 0 10px;
}
.article-col .green-overlay {
    bottom: 0;
    right: 15px;
}
.specialist-border {
    border-top: 2px solid #b40039;
    padding: 20px 0;
}
.pink-p {
    color: #b40039;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.heading-pink {
    color: #b40039;
    font-size: 16px;
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.news-section.specialist-col .pink {
    font-size: 14px;
    color: #b40039;
}
.news-section.specialist-col p {
    color: #b40039;
    padding: 0;
}
p.carousel-name {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #b40039;
}
p.carousel-occupation {
    color: #b40039;
}
#team-carousel em.fa.fa-phone {
    color: #b40039;
}
#team-carousel em.fa.fa-envelope {
    color: #b40039;
}
#team-carousel em.fa.fa-twitter {
    color: #b40039;
}
#team-carousel a.left.carousel-control, #team-carousel a.right.carousel-control {
    color: #b40039;
}
#team-carousel span.fa.fa-chevron-left {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 2em;
}
#team-carousel span.fa.fa-chevron-right {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 2em;
}
.specialist-image img {
    margin: auto;
}
.section-border {
    border-bottom: 2px solid #b40039;
    padding: 20px 0;
}
#team-carousel .carousel-indicators {
    bottom: 0;
}
.article-col .news-span {
    font-size: 14px;
    position: relative;
    right: 25%;
    top: 20px;
    margin: 20px;
    font-style: italic;
    color: #b40039;
}
@media(max-width:767px) {
    .seed-content {
        width: 100%;
    }
    .input-button {
        margin: 10px 0;
    }
    input.specialist {
        margin: 10px 0;
    }
    .article-col {
        width: 100%;
    }
    .specialist-col {
        width: 100%;
    }
    .article-col .name-span {
        font-size: 16px;
        position: relative;
        left: 0;
        margin: 20px;
        font-style: italic;
        color: #b40039;
    }
    .style-text-left {
        text-align: left;
        margin: 0 15px;
    }
    .article-col {
        text-align: center
    }
    .style-text-left, .span-style {
        padding: 10px 0;
    }
    .article-col .news-span {
        font-size: 14px;
        position: relative;
        right: 25%;
        top: 0;
        margin: 20px;
        font-style: italic;
        color: #b40039;
    }
}
@media(min-width:575px) and (max-width:767px) {
    .team-button-section {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        margin: auto;
        align-self: center;
    }
    .article-col {
        width: 50%;
    }
    .specialist-col {
        width: 100%;
    }
}
@media(min-width:768px) and (max-width:990px) {
    button.btn.team-button {
        min-width: 100px;
    }
    a.carousel-team, a.carousel-team:hover {
        color: #565958;
        padding: 0 10px;
        font-size: 14px;
    }
    .article-col {
        width: 50%;
    }
    .specialist-col {
        width: 50%;
    }
}
@media(min-width:991px) and (max-width:1050px) {
    button.btn.team-button {
        width: 120px;
    }
    .team-button-section {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
}
@media(min-width:1051px) and (max-width:1200px) {
    button.btn.team-button {
        width: 130px;
    }
    .team-button-section {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 25px;
    }
}
@media(min-width:1201px) and (max-width:1300px) {
    .team-button-section {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 25px;
    }
}
@media(min-width:1200px) {
    .input-button {
        width: 50%;
    }
}
@media(min-width:1250px) and (max-width:1350px) {
    .member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
        height: 520px;
    }
}
@media(min-width:1150px) and (max-width:1250px) {
    .member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
        height: 500px;
    }
}
@media(min-width:1050px) and (max-width:1150px) {
    .member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
        height: 500px;
    }
}
@media(min-width:991px) and (max-width:1050px) {
    .member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
        height: 500px;
    }
}
@media (max-width:767px) {
    .member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
        height: auto;
        margin: auto;
        text-align: center;
    }
}
.homepage-button:before {
    color: #565958;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    background: #fff;
    border-color: #fff;
}
.homepage-button:hover:before {
    width: 100%;
}
.homepage-button {
    border: #fff 2px solid;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
	font-style:normal;
    box-sizing: border-box;
}
.container.terms-container {
    max-width: 900px;
    text-align: center;
}
.static-heading {
    color: #b40039;
    font-size: 18px;
}
.term {
    padding: 15px;
}
.terms-container h1 {
    color: #b40039;
    text-transform: uppercase;
    font-size: 48px;
    margin-top: 50px;
}
.terms-1 {
    background-image: url(http://elsoms.cshopdev.co.uk/wp-content/uploads/2018/09/Elsoms_Bennington_010.png);
    height: 400px;
    width: 570px;
    background-position: center;
    background-repeat: no-repeat;
}
.terms-2 {
    background-image: url(/wp-content/uploads/2018/09/newsstory.png);
    height: 400px;
    width: 570px;
    background-position: center;
    background-repeat: no-repeat;
}
.terms-bottom .image-overlay, .terms-bottom .image-overlay:hover, .terms-bottom .image-overlay:focus, .terms-bottom .image-overlay:visited, .terms-bottom .image-overlay:active {
    text-align: center;
    margin: auto;
    width: 200px;
    background-color: #565958;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    padding: 25px 0;
    border-radius: 8px;
}
.terms-bottom {
    margin: 15px 0 30px;
}
.static-divider {
    height: 3px;
    background-color: #565958;
    margin: 45px 15px;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-evenly;
}
.logo-section img {
	margin: 10px 5px;
}
.static-banner {
    padding-right: 0;
    padding-left: 0;
}
.static-container h1 {
    color: #b40039;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}
.para-centre {
    text-align: center;
    max-width: 1000px;
    margin: 30px auto;
}
.para-centre p {
	margin: 20px 0;
}
.heading-paragraph {
    font-size: 18px;
}
.static-content {
    top: 20%;
    bottom: 25%;
    right: 0;
    left: 0px;
    position: relative;
    padding: 0 60px;
}
.pink-bg {
    background-color: #b40039;
    color: #fff;
}
.pink-bg h2 {
	color: #fff;
}
.grey-bg {
    color: #565958;
    background-color: #EAEAEA;
}
.grey-bg h2 {
	color: #b40039;
}
.member-content {
    padding: 40px;
}
.member-content p {
	max-width: 1000px;
	margin: auto;
}
.team-member-name {
    color: #b40039;
    font-size: 30px;
    text-transform: uppercase;
    top: 40%;
    left: 40%;
}
.cream-bg {
    background-color: #EBEBEA;
    height: 100%;
}
.pink-team-bg {
    height: 100%;
    background-color: #b40039;
    color: #fff;
}
.pink-content {
    position: absolute;
    top: 20%;
    left: 10%;
}
.uppercase-name {
    text-transform: uppercase;
    padding: 20px 0;
}
.bottom-overlay-strip {
    position: Absolute;
    bottom: 0;
    background: #00000094;
    width: 91.5%;
    align-self: center;
    height: 50px;
    padding: 12px;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.custom-container h1 {
    font-size: 32px;
    color: #b40039;
    margin: 40px 0 20px;
}
.custom-container input.specialist {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #565958;
    border: 1px solid #565958;
    border-radius: 4px;
}
.custom-container .input-button, .custom-container .input-button:hover, .custom-container .input-button:active, .custom-container .input-button:focus {
    height: 40px;
    width: 100%;
    background: #565958;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 20px;
}
@media(min-width:767px){
.team .input-button, .team .input-button:hover, .team .input-button:active, .team .input-button:focus {
    height: 40px;
    width: 100%;
    background: #565958;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 20px;
	}
}
.custom-container .specialist-section {
    padding: 20px 0 40px;
}
.contact a, .contact a:hover, .contact a:active, .contact a:focus {
    color: #565958;
}
span.pink-text {
    color: #b40039;
}
.center-section {
    text-align: center;
    padding: 20px 0;
    margin: auto;
}
.contact h1 {
    font-size: 40px;
    color: #b40039;
    margin: 40px 0 20px;
    text-transform: uppercase;
}
#map {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
button.btn.btn-success.btn-submit {
    color: #fff;
 	background-color: #565958;
    border-color: #565958;
}
.wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
}
#wpforms-1686-field_0-container, #wpforms-1686-field_8-container, #wpforms-1686-field_7-container, #wpforms-1686-field_1-container {
    width: 50%;
}
#wpforms-1686-field_2-container {
    width: 100%;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #565958;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px;
}
.wpforms-confirmation-container-full {
    color: #fff;
    margin: 0 0 24px 0;
    background: #B40039;
    border: 1px solid #b4d39b;
    padding: 15px 15px;
    width: 96%;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 96%;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    width: 98%;
}
.heading-p-style .capitalize {
    text-transform: uppercase;
    color: #B40039;
    padding: 0;
    font-weight: 600;
}
.heading-p-style.capitalize {
    text-transform: uppercase;
    color: #B40039;
    padding: 40px 0 20px;
    font-weight: 600;
}
.heading-p-style {
    text-transform: normal;
    color: #B40039;
    padding: 0;
    font-weight: 600;
}

.contact .specialist-col {
    width: 100%;
}
#contact-carousel span.fa.fa-chevron-left {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 2em;
    color: #B40039;
}
#contact-carousel span.fa.fa-chevron-right {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 2em;
    color: #B40039;
}
/* Flip Cards */
.flipcard {
    perspective: 800;
    -moz-perspective: 800;
    -webkit-perspective: 800;
    width: 100%;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}
.flipcard.flipped {
	transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-webkit-transform: rotatey(-180deg);
}
.flipcard .face {
	text-align: center;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.flipcard .front {
	display: block;
}
.flipcard.flipped .front {
	display: none;
}
.flipcard .back {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	display: none;
	background: #b40039;
	color: white;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}
.flipcard .back .contact-container {
	padding: 3em;
	width: 100%;
}
.flipcard.flipped .back {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.contact-name {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 30px;
}
.contact-details a, .contact-footer a {
    display: block;
}
.contact-details {
    font-size: 16px;
    margin-bottom: 30px;
}
.team-members div[class^="member"], .team-members div[class*=" member"] {
    padding: 0 5px;
}
.team-members {
    margin: 0 -20px;
}
button.btn.team-button.card-button.btn--active {
    color: white;
    background-color: #565958;
}
.team-join-box {
    position: relative;
}
.team-join-overlay {
    position: absolute;
    top: 0;
    padding: 3em;
    width: 100%;
    height: 100%;
}
.team-join-title {
    color: white;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.specialist-select select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.specialist-select:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    float: right;
    display: flex;
    width: 20px;
    right: 5px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    color: white;
    background: #565958;
    padding: 10px 9px;
    width: 30px;
    align-content: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.homepage-button {
    background: linear-gradient(90deg, #565958 50%, white 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.homepage-button {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid white;
    background: linear-gradient(90deg, #565958 50%, white 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    color: #565958; /*For IE*/
}
.homepage-button:hover {
	border: 1px solid white;
}
.homepage-button:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, white 50%, transparent 50%);
	z-index: -1;
}
.homepage-button,
.homepage-button:after {
	background-size: 300%;
	background-position: 100%;
}
.homepage-button:hover,
.homepage-button:hover:after {
	background-position: 0;
	color: orangeRed; /*For IE*/
}
.specialist-section {
    max-width: 1100px;
    margin: auto;
}
.specialist-section h1 {
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
}
.specialist-section > div[class^="col"] {
	padding: 0 5px;
}
.specialist-section .btn {
	width: 100%;
}
.specialist-section input, .specialist-section select {
	background-color: transparent;
}
.specialist-select label {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: -30px;
}
.specialist-select select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #565958;
    border: 1px solid #565958;
    border-radius: 4px;
    font-size: 14px;
}
.resources-big-section {
    display: flex;
    flex-wrap: wrap;
}
.box-style {
    border-top: 2px solid #b40039;
    padding: 30px;
    text-align: center;
}
.download-button, .download-button:hover, .download-button:active, .download-button:focus {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    min-width: 150px;
}
.box-style p {
    margin: 40px 0 10px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #b40039;
}
.resource-overlay {
    margin: 0px 17px 15px;
    position: relative;
}
.resource-overlay-content {
    position: absolute;
    background: #00000091;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 5px 10px;
}
.resource-overlay-content p {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.resources-heading-section {
    padding: 30px 0;
}
.resources-cat-section {
    padding: 30px 0;
}
.cat-item {
    border-bottom: 1px solid #565958;
    padding: 15px 0;
    font-size: 14px;
    cursor: pointer;
}
@media(min-width:768px) {
    .cat-item:hover p {
        color: #b40039;
    }
	.cat-item:hover p:after {
		color: #b40039;
		content: "\f053";
		float: right;
		font-family: FontAwesome;
		font-size: 12px;
		padding-top: 3px;
	}
}
.cat-item.selected-cat {
    color: #b40039;
}
.cat-item.selected-cat p:after {
	color: #b40039;
	content: "\f053";
	float: right;
	font-family: FontAwesome;
	font-size: 12px;
	padding-top: 3px;
}
.documents-title {
    margin-bottom: 30px;
}
.resources-bottom-sections {
    margin: auto;
}
span.resources-overlay-text {
    text-align: center;
    margin: auto;
    width: 281px;
    background-color: #565958;
    height: auto;
    padding: 20px 50px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-decoration: none;
}
.resources-1 {
    background-image: url(/wp-content/uploads/2018/09/Elsoms_Bennington_010.png);
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
}
.resources-2 {
    background-image: url(/wp-content/uploads/2018/09/newsstory.png);
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
}
.resources-heading-section h1 {
    color: #b40039;
    text-transform: uppercase;
}
@media(min-width:1000px) and (max-width:1999px) {
    .team-join-overlay, .flipcard .back .contact-container {
        padding: 3em;
    }
    .team-join-title {
        font-size: 30px;
    }
}
@media(min-width:1200px) {
    .team-join-overlay, .flipcard .back .contact-container {
        padding: 5em 3em;
    }
}
@media(max-width:992px) {
    .specialist-select label {
        top: -20px;
    }
}
@media(max-width:767px) {
    .specialist-select {
        margin: 15px 0px;
    }
    .team-members div[class^="member"], .team-members div[class*=" member"] {
        margin-bottom: 0;
    }
}
@media(min-width:320px) and (max-width:580px) {
    .resource-overlay {
        margin: 0px 40px 15px;
        position: relative;
    }
}
@media(min-width:581px) and (max-width:665px) {
    .resource-overlay {
        margin: 0px 80px 15px;
        position: relative;
    }
}
@media(min-width:666px) and (max-width:767px) {
    .resource-overlay {
        margin: 0px 128px 15px;
        position: relative;
    }
}
.featured-article-section {
    display: flex;
}
.featured-class-img {
    width: 100%;
    background-size: cover;
    background-position: center;
}
.featured-class-info {
    width: 550px;
    padding: 5em 2em 3em;
    background: #565958;
    color: white;
    box-sizing: border-box;
}
.featured-class-header{
    font-weight: normal;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-family: UniversLT-CondensedBold;
	line-height:1;
}
.featured-class-content {
    margin-bottom: 20px;
}
.featured-class-action-link a.btn.btn-link {
    border: 1px solid;
    margin-top: 20px;
}
.featured-class-meta {
    font-size: 14px;
}
.featured-tag {
    display: inline-block;
    float: right;
}
.featured-tag em {
	margin-left: 10px;
}
.article-filter div[class^="col-"] {
    padding: 0 15px;
}
.article-filter h2 {
    margin: 10px 0;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #b40039;
}
.article-filter {
    padding: 30px 0;
	display:block!important;
}
.searchandfilter ul {
    padding-left: 0;
    width: 100%;
    display: flex;
}
.searchandfilter ul li:first-of-type {
	width: 80%;
}
.searchandfilter ul li:last-of-type {
	width: 20%;
}
.searchandfilter input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #565958;
    border: 1px solid #565958;
    border-radius: 4px;
    background-color: white;
}
.searchandfilter input[type="submit"], .searchandfilter input[type="submit"]:hover, .searchandfilter input[type="submit"]:focus, .searchandfilter input[type="submit"]:active {
    height: 40px;
    width: 100%;
    background: #565958;
    color: #fff;
    padding: 1px;
    font-size: 12px;
    text-transform: uppercase;
}
.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.alm-reveal div[class^="col-"] {
	padding: 0 15px;
}
.article-extract {
    background-color: #ebebea;
    height: 100%;
}
.article-extract-img {
    height: 250px;
    background-color: #b40039;
    background-size: cover;
    background-position: center;
    position: relative;
}
.article-extract-content {
    padding: 15px 30px;
}
.article-extract-content h2 {
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
	text-transform: uppercase;
	color: #b40039;
}
.article-extract-content h2 a {
	color: #b40039;
}
.author-tag {
    color: #b40039;
    display: inline-block;
}
.featured-tag-list {
    font-style: italic;
    display: inline-block;
    float: right;
    color: #565958;
}
.featured-tag-list a {
	color: #565958 !important;
}
a.btn.btn-link {
    color: #565958;
    border: 2px solid;
    margin-top: 20px;
    font-size: 14px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
}
.article-extract-desc {
    height: 95px;
    overflow: hidden;
    margin-bottom: 20px;
}
.article-extract-meta {
    font-size: 12px;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #b40039;
    border: #b40039 1px solid;
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn.done {
	cursor: default;
	opacity: 1;
	background-color: #b40039;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.post-title {
    color: #b40039;
    text-align: center;
    padding: 30px 0;
}
.container.post-container {
    margin: 0;
    max-width: 1300px;
}
.post-container p {
    padding: 20px 0;
    max-width: 950px;
    margin: auto;
}
.post-container h2 {
    color: #b40039;
}
.post-container img {
    padding: 20px 0;
}
.post-container li:before {
    content: url(/wp-content/uploads/2018/09/elsoms-seed.png);
    margin: 0 10px;
}
.post-container li {
    list-style: none;
}
.grey-quote {
    color: #565958;
    font-size: 20px;
    max-width: 950px;
}
.pink-quote {
    color: #b40039;
    font-size: 20px;
    max-width: 950px;
}
p.pink-quote, p.grey-quote {
    padding: 0;
}
.pink-quote-person {
    color: #b40039;
}
.grey-quote-person {
    color: #565958;
}
.quote-row {
    max-width: 950px;
    margin: auto;
}
p.grey-quote-person, p.pink-quote-person {
    font-size: 16px;
    margin: 10px -30px;
}
div#seed-directory {
    position: fixed;
    z-index: 999999;
    width: 500px;
    max-width: 100%;
    right: 0;
    padding: 40px 30px;
    background: #b40039;
    bottom: 0;
    color: white;
    text-align: left;
    height: 100%;
    overflow-y: auto;
    top: -100%;
    transition: 0.5s ease-in-out all;
}
div#seed-directory.menu--active {
	top: 0;
}
#seed-directory > strong {
    text-align: right;
    margin-bottom: 20px;
    float: right;
}
#seed-directory section {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-bottom: 1px solid white;
}
section#product-selection {
    padding-top: 15px;
}
#product-selection, #items-selection {
    display: none;
}
.btn-directory, .btn-directory + .btn-directory {
    margin-top: 15px;
}
.btn-directory {
    color: white;
    border-color: white;
    background-color: transparent;
    font-size: 12px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    padding: 16px;
}
section#product-selection .btn-directory {
    margin-right: 15px;
}
.btn-directory.btn--active {
    color: #b40039;
    border-color: white;
    background-color: white;
}
.directory-item {
    font-size: 14px;
    margin-bottom: 20px;
}
.directory-item strong {
	width: 100%;
	display: block;
}
.directory-item em {
	margin-right: 10px;
}
.cant-find-header {
    font-size: 40px;
    line-height: 1;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    margin-bottom: 20px;
}
.sd-footer {
    display: flex;
    margin-top: 15px;
}
.sd-footer .btn-directory {
        margin-top: 0;
    }
.directory-in-touch {
    padding-left: 15px;
    align-self: center;
}
.bullets {
    max-width: 950px;
    margin: auto;
}
.bullets ul {
        padding: 20px;
    }
.post-container h2 {
    color: #b40039;
    padding: 20px 0;
}
@media (min-width:700px) and (max-width: 950px) {
    p.grey-quote-person, p.pink-quote-person {
        font-size: 14px;
        margin: 10px -30px;
    }
    .pink-quote {
        font-size: 18px;
    }
    .post-title {
        color: #b40039;
        text-align: center;
        padding: 20px 0;
        font-size: 25px;
    }
    .post-container h2 {
        color: #b40039;
        font-size: 20px;
        padding: 20px 0;
    }
}
@media(max-width:699px) {
    p.grey-quote-person, p.pink-quote-person {
        font-size: 12px;
        margin: 0px -20px;
    }
    .pink-quote {
        font-size: 16px;
    }
    .post-title {
        color: #b40039;
        text-align: center;
        padding: 20px 0;
        font-size: 25px;
    }
    .post-container h2 {
        color: #b40039;
        font-size: 20px;
        padding: 20px 0;
    }
}
.searchandfilter input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 25px;
    color: #565958;
    border: 2px solid #565958;
    border-radius: 4px;
    background-color: white;
}
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, .input[type="submit"]:active, .btn, .btn:hover, .btn:active, .btn:focus {
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    padding: 10px 20px;
}
.featured-class-action-link a.btn.btn-link {
    border: 2px solid;
    margin-top: 20px;
    color: white;
    padding: 10px 20px;
}
.featured-tag-list em {
    margin-left: 15px;
}
.filter-tag .searchandfilter input[type="submit"] {
    display: none;
}
.post-header {
    display: block;
}
.post-inner {
    max-width: 950px;
    width: 100%;
    margin: auto;
}
.container {
    max-width: 1300px;
}
.post-inner h1 {
    padding: 0 20px;
}
.post-inner h1.card-title.entry-title {
        margin: 50px 0;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        text-align: center;
        font-size: 38px;
        color: #b40039;
    }
.entry-meta.text-muted {
    display: flex;
    width: 100%;
    padding: 6px 0;
    border-top: 3px solid #EEEEEE;
    border-bottom: 3px solid #EEEEEE;
}
.post-author-data {
    width: 50%;
    align-self: center;
}
span.the-name {
    margin: 0 15px;
    color: #b40039;
}
span.the-date {
    color: #b40039;
    font-style: italic;
}
.post-author-data .featured-tag-list {
    font-style: italic;
    display: inline-block;
    float: left;
    color: #565958;
    font-size: 14px;
}
.post-author-data .featured-tag-list em {
	font-size: 18px;
}
span.share-label {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 10px;
    color: #b40039;
    letter-spacing: -0.5px;
}
.share-section a {
    font-size: 16px;
    color: #b40039 !important;
    float: right;
    margin: 0 2px;
}
.share-section {
    float: right;
}
.navigation {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    border-top: 3px solid #EEEEEE;
    border-bottom: 3px solid #EEEEEE;
}
.navigation a {
	color: #565958 !important;
	width: 50%;
	float: left;
}
section.post-footer {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.post-footer .seed-1, .post-footer .seed-2 {
    width: 100%;
}
.post-inner .wpforms-field {
    width: 50% !important;
    float: left;
    display: block;
}
.post-inner .wpforms-field input {
	border-color: #565958 !important;
	border-width: 2px !important;
	border-radius: 4px !important;
}
.post-inner .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background: #565958 !important;
    margin-left: -2%;
}
.row > .row {
    margin: 0;
}
/* Header Amends */
#header-main-row {
    width: 100%;
    float: left;
    margin: 0;
    display: flex;
    width: 100%;
}
div#header-logo {
    width: 300px;
}
div#nav-bar-container {
    width: 100%;
}
div#seed-directory-container {
    width: 400px;
    float: right;
}
.seed-directory {
    height: 100%;
}
@media (max-width: 992px) and (min-width: 767px) {
    .navbar-collapse {
        display: block !important;
    }
}
div#nav-bar-container {
    width: 100%;
    align-self: flex-end;
    text-align: right;
    justify-content: right;
}
#primary-menu-wrap {
    float: right;
    margin-right: 10px;
}
@media(min-width:992px) {
    ul.dropdown-menu.depth_0.show {
        padding: 10px 0 10px 10px;
        left: -215%;
    }
}
@media(min-width:768px) {
    #nav-bar-container .navbar-toggler {
        display: none !important;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
        margin: 0px 6px;
    }
    li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page a {
            font-size: 12px;
    }
}
.article-container {
    margin: 15px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    color: #b40039;
    text-transform: uppercase;
}
.main-banner-text {
    padding: 0 30px;
    border-left: 2px solid #fff;
    margin: 80px 0;
}
.main-banner-text h1 {
        color: white;
}
.main-banner-overlay {
    padding: 0 50px;
}
.blue-quote-content {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
.article-footer-section {
    padding: 10px;
    background-color: #ebebea;
    text-align: left;
}
.article-col .news-span {
    font-size: 14px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    font-style: italic;
    color: #b40039;
}
.article-col .name-span {
    font-size: 16px;
    position: relative;
    left: 0;
    margin: 0;
    font-style: italic;
    color: #b40039;
    width: 100%;
}
@media(max-width:767px) {
    .seed-directory {
        position: absolute;
        right: 0;
        top: 100%;
        height: 50px !important;
        z-index: 999;
    }
	div#nav-bar-container {
        width: 100%;
        align-self: flex-end;
        text-align: right;
        justify-content: right;
        position: absolute;
    }
	div#header-logo {
        width: 50%;
    }
    #header-container {
        padding: 0 15px;
        position: relative;
    }
    div#nav-bar-container {
        width: 50%;
        align-self: center;
        float: right;
        position: relative;
    }
    div#primary-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #b40039;
        z-index: 999;
        color: white !important;
        top: 70px;
        margin: 0;
        text-align: center;
        font-size: 28px;
        height: 100%;
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 180px;
    }
    div#primary-menu-wrap a.nav-link.dropdown-toggle, div#primary-menu-wrap a.nav-link {
            font-size: 18px;
			color:#fff
    }
    ul.dropdown-menu.depth_0.show {
        padding: 0;
        left: 0;
        position: relative;
        background-color: #b40039;
        text-align: center;
        font-size: 20px !important;
    }
    div#primary-menu-wrap ul.dropdown-menu.depth_0.show a.nav-link {
        font-size: 16px;
    }
    #primary-menu > .nav-item + .nav-item {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px solid white;
    }
    #primary-menu > .nav-item:last-of-type {
        padding-bottom: 5px;
        border-bottom: 1px solid white;
    }
    #primary-menu > .nav-item.dropdown:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 10px;
        top: 18px;
    }
    button.navbar-toggler {
        text-transform: uppercase;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        font-size: 14px;
    }
    div#seed-directory-container {
        width: 60%;
        float: right;
        position: absolute;
        top: 100%;
        right: 0;
    }
    .container {
        padding: 0;
        overflow-x: hidden;
    }
    .banner, .banner-2 {
        height: 600px;
		width:100%;
    }
    .agricultural, .vegetable, .seed-treatment {
        height: auto;
        background-image: none;
        width: 100%;
        float: left;
        margin: 0;
    }
    .main-banner-overlay {
        padding: 30px 50px;
        position: relative;
        width: 100%;
        float: left;
        margin: 0;
        right: 0;
        background-color: #b40039;
    }
    .main-banner-text {
        padding: 0 30px;
        border-left: 2px solid #fff;
        margin: 0 0 60px;
        font-size: 16px;
    }
    .section-overlay {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: auto;
    }
    .article-footer-section {
        padding: 10px;
        background-color: #f5f8eb;
        text-align: left;
    }
    .article-footer-section div[class^="col-"] {
            margin-bottom: 15px;
    }
    .article-col .news-span {
        font-size: 14px;
        position: relative;
        right: 0;
        top: 0;
        margin: 0;
        font-style: italic;
        color: #b40039;
    }
    .article-col .name-span {
        font-size: 16px;
        position: relative;
        left: 0;
        margin: 0;
        font-style: italic;
        color: #b40039;
        width: 100%;
    }
    .specialist-col {
        width: 100%;
        padding: 15px;
    }
    .specialist-border {
        text-align: center;
    }
    #team-carousel span.fa.fa-chevron-left {
        position: absolute;
        top: 25%;
        left: 10px;
        font-size: 2em;
    }
    #team-carousel span.fa.fa-chevron-right {
        position: absolute;
        top: 25%;
        right: 10px;
        font-size: 2em;
    }
    .special-details {
        max-width: 250px;
        margin: auto;
    }
    .team-green-overlay {
        background-color: #9cb942;
        width: 100%;
        text-align: center;
        position: relative;
        display: block;
        top: 0;
        right: 0;
        margin-top: 10px;
        padding: 12px;
    }
}
.specialists .flex-row {
    padding: 20px 0;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid;
}
.specialists .specialist-image {
    align-self: center;
}
.specialists .carousel-occupation {
    margin-bottom: 15px;
}
.specialists .fa-rounded {
    color: #b40039;
}
.specialists-link {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}
.specialists-link a, .specialists-link a:hover {
        color: #565958;
        font-size: 14px;
}
.seed-categories {
    padding-left: 0;
    list-style-type: none;
}
p.seed-section-para2 {
    margin-bottom: 20px;
}
.seed-section-para1 {
    margin-bottom: 20px;
}
.seed-section-header {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.grey-bg .static-button {
    margin-top: 20px;
    border-color: #565958;
    color: #565958;
    background-color: transparent;
}
.static-button {
    margin-top: 20px;
    border-color: white;
    background-color: transparent;
}
.about-content {
    padding: 20px 60px;
    display: flex;
    width: 500px;
    min-height: 400px;
    min-width: 500px;
}
@media(max-width:992px) {
    .about-content {
        padding: 20px 30px;
        display: flex;
        width: 400px;
        min-height: 400px;
        min-width: 400px;
    }
}
@media(max-width:767px) {
    #seed-content .specialist-col {
        padding: 0;
    }
    .static-button {
        position: absolute;
        top: 0;
        right: 20px;
        padding: 10px 12px;
        margin: 0;
    }
    .grey-bg .static-button {
        position: absolute;
        top: 0;
        right: 20px;
        padding: 10px 12px;
        margin: 0;
    }
    .agricultural .main-banner-overlay {
        background-color: #0e76bc;
    }
    .heading-paragraph {
        font-size: 14px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .para-centre p {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .static-content {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0px;
        position: relative;
        padding: 20px;
    }
    .static-content h2 {
            font-size: 22px;
            text-transform: capitalize;
            margin-bottom: 20px;
    }
    .pink-bg, .grey-bg {
        order: 1;
        margin-bottom: 20px;
    }
    .partner-text {
        order: 0;
    }
    .about-section {
        flex-wrap: wrap;
    }
	.careers-section {
        flex-wrap: wrap;
    }
    .about-img {
        height: 200px;
    }
    .about-content {
        width: 100%;
        min-height: 10px;
    }
}
.seed--active {
    background-color: #9cb942;
    border-color: #9cb942;
    color: white;
}
@media(min-width:768px) {
    .quote-section {
        margin: 0;
        background: #559ed0;
    }
    .about-padding {
        padding: 0;
    }
}
#header-container {
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
footer {
    padding: 0 10px;
}
footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: white;
}
.about-section {
    display: flex;
    margin: 0 -15px 30px;
}
.careers-section {
    display: flex;
    margin: 0 -15px 30px;
}
.about-img {
    width: 100%;
    background-size: cover;
}
.static-content {
    top: auto;
    bottom: auto;
    right: 0;
    left: 0px;
    position: relative;
    padding: 0;
    align-self: center;
}
.static-content h2 {
	text-transform: capitalize;
}
@media(max-width:767px) {
    .overlay-text, .overlay-text:hover, .overlay-text:visited, .overlay-text:focus, .overlay-text:hover {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
    .image-overlay, .image-overlay:hover, .image-overlay:focus, .image-overlay:visited, .image-overlay:active {
        text-align: center;
        margin: auto;
        width: 200px;
        background-color: #b40039;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 60px;
        padding: 20px 0;
        border-radius: 8px;
    }
    .green-overlay {
        background-color: #9cb942;
        width: 110px;
        text-align: center;
        position: absolute;
        display: block;
        bottom: 0;
        right: 15px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        position: relative;
        bottom: auto;
        right: auto;
        top: 50px;
    }
    div#primary-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #b40039;
        z-index: 999;
        color: white !important;
        top: 70px;
        margin: 0;
        text-align: center;
        font-size: 28px;
        height: 100%;
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 180px;
    }
    .team-member-name {
        right: 0;
        left: 0;
        text-align: center;
    }
    .button.btn.btn-seed {
        padding: 10px 20px;
    }
    .col-12.col-sm-12.col-md-7.col-lg-7.col-xl-7.seed-banner {
        margin: 20px 0;
    }
}
@media(max-width:560px) {
    .seed-content h1 {
        font-size: 24px;
        color: #b40039;
        margin: 20px 0;
        width: 180px;
    }
}
/* Static Content Styling */
.static-page {
    margin-top: 40px;
}
.static-page p {
	margin-bottom: 1rem;
}
.stick-me {
	position:relative;
    position: sticky;
	position: -webkit-sticky;
    top: 160px;
    align-self: flex-start;
}
@media(max-width:767px) {
    .static-page {
        padding: 0 15px;
    }
}
.static-with-overlay {
    position: relative;
	margin:20px 0;
}
span.static-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 18px;
    color: white;
    padding: 5px;
    background: #b40039;
}
/* Static Content Styling End */
/* About Content Styling */
.partner-row .about-content {
    width: 100%;
    min-height: 50px;
}
@media(max-width:1350px) {
    .partner-row div[class^="col"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .partner-row .about-content {
        padding: 20px 15px;
    }
}
/* About Content Styling End */
/* Btn Amination Styling */
/* red and white */
.btn-fill-red-white {
    background: linear-gradient(90deg, #b40039 50%, white 50%);
    border-color: white;
    color: #b40039; /*For IE*/
}
.btn-fill-red-white:after {
	background: linear-gradient(90deg, white 50%, transparent 50%);
}
/* white and grey */
.btn-fill-white-grey {
    background: linear-gradient(90deg, white 50%, #565958 50%);
    border-color: white;
    color: #b40039; /*For IE*/
}
.btn-fill-white-grey:after {
	background: linear-gradient(90deg, #565958 50%, transparent 50%);
}
/* KEEP LAST */
.btn-fill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.btn-fill:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
}
.btn-fill,
.btn-fill:after {
	background-size: 300%;
	background-position: 100%;
}
.btn-fill:hover,
.btn-fill:hover:after {
	background-position: 0;
}
.btn-fill:hover:before {
	width: 100%;
}
/* Btn Amination End */
/* white and grey */
.btn-animated {
    background-color: transparent;
    position: relative;
    border-radius: 4px;
}
.btn-animated:before {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
}
@media(min-width:768px) {
    .homepage-button:before {
        transition: all 2s ease;
    }
    .homepage-button {
        transition: all 500ms ease;
    }
	.homepage-button,
	.homepage-button:after {
		transition: 1s, font-size 0.2s;
	}
    .alm-btn-wrap .alm-load-more-btn {
        -webkit-transition: padding .25s ease-in-out,width .25s ease-in-out;
        transition: padding .25s ease-in-out,width .25s ease-in-out;
    }
    .btn-fill,
    .btn-fill:after {
        transition: 1s, font-size 0.2s;
    }
    .btn-animated {
        background-color: transparent;
        position: relative;
        border-radius: 4px;
        transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
    }
	.btn-animated:before {
		content: "";
		bottom: 0;
		position: absolute;
		left: 0;
		right: 100%;
		top: 0;
		z-index: -1;
		transition: right 0.3s ease-in;
		-o-transition: right 0.3s ease-in;
		-ms-transition: right 0.3s ease-in;
		-moz-transition: right 0.3s ease-in;
		-webkit-transition: right 0.3s ease-in;
	}
}
.btn-animated:hover:before {
    right: 0;
}
.btn-white-grey {
    border: 1px solid #565958;
    color: #565958;
}
.btn-white-grey:hover {
	color: white;
}
.btn-white-grey:before {
	background: #565958;
}
.btn-red-white {
    border: 1px solid #b40039;
    color: #b40039;
}
.btn-red-white:hover {
	color: white;
}
.btn-red-white:before {
	background: #b40039;
}
.btn-white-red {
    border: 1px solid white;
    color: white;
}
.btn-white-red:hover {
	color: #b40039;
}
.btn-white-red:before {
	background: white;
}
.btn-grey-white {
    border: 1px solid white;
    color: white;
}
.btn-grey-white:hover {
	color: #565958;
}
.btn-grey-white:before {
	background: white;
}
.btn-grey-white-solid {
    border: 1px solid #565958;
    background-color: #565958;
    color: white;
}
.btn-grey-white-solid:hover {
	color: #565958;
}
.btn-grey-white-solid:before {
	background: white;
}
.team-join-box {
    position: relative;
    text-align: left;
}
@media(max-width:767px) {
    .team-button {
        font-size: 14px !important;
    }
    .specialist-select {
        margin: 28px 0 0;
    }
    .specialist-section {
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        overflow: hidden;
    }
    .team h1, .team-specialist-find h2 {
        font-size: 18px;
        color: #b40039;
        margin: 0 0 10px;
    }
    .team h1:after, .team-specialist-find h2:after {
            content: "\f078";
            font-family: FontAwesome;
            position: absolute;
            right: 0;
        }
    .specialist-select label {
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 16px;
        position: absolute;
        top: -30px;
    }
    .specialist-select label {
        top: -24px;
    }
    .team-specialist-find {
        margin: 0 -15px;
    }
    .navigation-open.specialist-section {
        height: auto;
    }
    .specialist-select.last-option {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .team .navigation-open h1:after, .team-specialist-find.navigation-open h2:after {
        content: "\f077";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
    }
}
/* Team Member */
.team-member-header {
    display: flex;
    margin: 0 -15px;
}
.team-member-image {
    width: 450px;
    height: 400px;
    background-position: center;
    min-width: 450px;
}
.team-member-titles {
    width: 100%;
    display: flex;
    background: #EBEBEA;
}
.team-member-header .cream-bg {
    background-color: #EBEBEA;
    width: 100%;
    align-self: center;
    /* justify-self: center; */
    text-align: center;
    height: auto;
    padding: 15px;
}
.team-member-titles h1 {
    font-size: 42px;
    color: #b40039;
    margin: 0;
}
h2.team-member-title {
    text-transform: none;
    color: #565958;
    font-weight: normal;
    margin-top: 10px;
    font-size: 36px;
    letter-spacing: 2px;
}
p.team-contact-number {
    margin-bottom: 20px;
}
.bottom-overlay-strip {
    position: Absolute;
    bottom: 0;
    background: #00000094;
    width: 100%;
    align-self: center;
    height: auto;
    padding: 12px;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.img-recommend {
    position: relative;
}
@media(max-width:1200px) {
    .team-member-image {
        width: 300px;
        height: 240px;
        min-width: 300px;
        background-size: cover;
    }
}
@media(max-width:992px) {
    .team-member-titles h1 {
        font-size: 30px;
        color: #b40039;
        margin: 0;
    }
    h2.team-member-title {
        font-size: 24px;
    }
    .pink-team-bg {
        display: flex;
    }
    .pink-content {
        position: relative;
        top: 0;
        left: 10%;
        align-self: center;
    }
    .team-specialist-find h2 {
        margin-bottom: 20px;
    }
}
@media(max-width:767px) {
    .team-member-page {
        padding: 0 40px;
    }
    .team-footer-section div[class^="col-"] {
        padding: 0;
    }
    .specialist-section div[class^="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-container .team-specialist-find .input-button {
        margin: 20px 0;
    }
}
@media(max-width:450px) {
    .team-member-header {
        flex-wrap: wrap;
    }
    .team-member-image {
        width: 100%;
        height: 350px;
    }
    .team-member-titles h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    h2.team-member-title {
        font-size: 18px;
        letter-spacing: normal;
        margin-top: 0;
    }
    .member-content {
        padding: 40px 0;
        font-size: 16px;
    }
    .pink-content {
        font-size: 1.4em;
    }
}
.resources-big-section {
    padding-top: 50px;
}
.resources-bottom-sections {
    width: 100%;
}
.resources-bottom-sections {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #565958;
}
.resources-big-section section {
    width: 100%;
    display: none;
}
.resources-big-section section.section--active {
        display: block;
    }
@media(max-width:1200px) {
    .resources-heading-section h1 {
        font-size: 36px;
    }
}
.resources-big-section .cat-item {
    display: none;
}
@media(max-width:992px) {
    #resource-page {
        padding: 0 15px;
    }
    .resources-heading-section h1 {
        font-size: 30px;
    }
    .resources-cat-section {
        padding: 0;
    }
    .documents-title {
        margin-bottom: 0;
    }
    .resource-left-nav .cat-item-section {
        display: none;
    }
    .resources-big-section .cat-item {
        display: block;
    }
    .resources-big-section section.section--active {
        display: none;
    }
    .cat-item-section {
        width: 100%;
    }
    .resources-1, .resources-2 {
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }
   .resources-big-section {
        padding-top: 15px;
    }
    .cat-item-section {
        padding-bottom: 30px;
    }
}
/* Header Tweaks */
@media(max-width:767px) {
    #header-logo {
        padding: 0;
    }
    #nav-icon2 {
        width: 22px;
        height: 15px;
        position: relative;
        margin-left: 9px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
    }
    .nav-toggle {
        display: flex;
        align-items: center;
        float: right;
    }
    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #565958;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
	#nav-icon2 span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}
	#nav-icon2 span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
		top: 0px;
	}
	#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
		top: 6px;
	}
	#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
		top: 12px;
	}
    #nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }
    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }
    #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 8px;
    }
    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 8px;
    }
    .mobile-section a {
        color: #565958 !important;
        text-decoration: none;
    }
    .mobile-section {
        margin-bottom: 10px;
    }
}
@media(min-width:768px) {
    .mobile-section, #nav-bar-container .nav-toggle {
        display: none;
    }
}
.directory-link {
    cursor: pointer;
}
.seed-directory section {
    width: 100%;
    float: left;
    text-align: right;
}
.arg-text-row {
    width: 100%;
    text-align: center;
}
.arg-text.text-section {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
    max-width: 1060px;
    margin: auto auto 50px;
    float: none;
    width: 100%;
}
@media(max-width:767px) {
    .arg-text.text-section {
        margin: 20px auto 0;
    }
}
.blue-content {
    display: flex;
    min-height: 400px;
    align-items: center;
}
.quote-image {
    background-size: cover;
}
p.quote-sign-off {
    font-style: normal;
    margin-top: 40px;
}
@media(max-width:767px) {
    .blue-quote-content::after {
    padding: 0;
    font-size: 88px;
    position: absolute;
    bottom: 0;
    margin: -45px 30px;
    right: 0;
    }
    .blue-quote-content::before {
    padding: 20px;
    margin: -110px -20px;
    font-size: 88px;
    }
    .blue-quote-content {
        padding: 0;
        margin: 60px auto 0;
    }
}
@media(max-width:575px) {
    .quote-image {
        background-size: cover;
        order: 0;
        height: 260px;
        background-position: center;
        /*background-image: url('/wp-content/uploads/2018/09/quote-image-mob.jpg') !important;*/
    }
    .blue-content {
        display: flex;
        min-height: 10px;
        align-items: center;
        order: 1;
        padding: 0 50px 50px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .blue-quote-content .homepage-button {
        min-width: 220px;
        font-size: 14px !important;
        padding: 5px;
    }
    .blue-quote-content {
        padding: 0;
        margin: 60px auto 0;
    }	
}
@media(max-width:568px){
    .blue-quote-content::after {
    padding: 15px;
    margin: 30px 45px;
    font-size: 88px;
    position: absolute;
    }
    .blue-quote-content::before {
    padding: 15px;
    margin: -70px 15px;
    font-size: 88px;
    }
}

@media(max-width:767px){
    .blue-quote-content::after {
		padding: 15px;
		margin: 0;
		font-size: 88px;
		position: absolute;
		bottom: -50px;
		right:0;
	}
    .blue-quote-content::before {
		padding: 15px;
		margin: -80px -30px;
		font-size: 88px;
		left: 0;
	}
}
@media(min-width:1200px) {
    .blue-quote-content {
        padding: 15px;
    }
    .blue-content {
        display: flex;
        min-height: 500px;
        align-items: center;
    }
}
.type-page .post-thumbnail {
    display: none;
}
#footer-carousel-team {
    margin: 15px 0;
}
/* Agri Footer */
.agri-footer a {
    color: #565958 !important;
    text-decoration: none !important;
}
.agri-footer .article-extract-img {
    height: 220px;
}
.agri-footer .article-extract-desc {
    height: 80px;
    font-size: 14px;
}
.agri-footer .article-extract-meta a, .agri-footer .article-extract-meta em {
    color: #b40039 !important;
    font-style: italic;
}
#footer-carousel-team .team-green-overlay {
    right: 15px;
}
#footer-carousel-team .special-details a {
    display: block;
    padding: 0;
}
#footer-carousel-team #team-carousel div[class^="col-"] {
    padding-right: 0;
}
#footer-carousel-team #team-carousel div[class^="col-"] + div[class^="col-"] {
        padding-right: 15px;
        padding-left: 0;
}
#footer-carousel-team #team-carousel .carousel-control-next-icon, #footer-carousel-team #team-carousel .carousel-control-prev-icon {
    background: none;
    opacity: 1;
}
#footer-carousel-team #team-carousel .carousel-control-next-icon:after {
	font-family: FontAwesome;
	content: "\f054";
	float: right;
	font-size: 32px;
	margin-right: -15px;
	margin-top: -30px;
	color: #b40039;
}
#footer-carousel-team #team-carousel .carousel-control-prev-icon:after {
	font-family: FontAwesome;
	content: "\f053";
	float: left;
	font-size: 32px;
	margin-left: -25px;
	margin-top: -30px;
	color: #b40039;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}
@media(max-width:767px) {
    .agri-footer {
        padding: 0 15px;
    }
    #footer-carousel-team .team-green-overlay {
        right: 0;
    }
    #footer-carousel-team #team-carousel .carousel-control-prev-icon:after {
        margin-left: -15px;
    }
    #footer-carousel-team .special-details a {
        margin: 5px 0;
    }
    #footer-carousel-team .specialist-image {
        text-align: center;
    }
	#footer-carousel-team .specialist-image img {
		margin: auto;
	}
    #footer-carousel-team #team-carousel .carousel-control-next-icon, #footer-carousel-team #team-carousel .carousel-control-prev-icon {
        align-self: flex-start;
    }
	#footer-carousel-team #team-carousel .carousel-control-prev-icon:after, #footer-carousel-team #team-carousel .carousel-control-next-icon:after {
		margin-top: 100px;
	}
    .agri-footer .article-extract {
        background-color: #ebebea;
        height: 100%;
    }
    .agri-footer .article-extract-content {
        padding: 10px 15px;
    }
    .agri-footer .green-overlay {
        right: 0;
    }
    .arg-text-row {
        width: auto;
    }
    .seed-bottom-sections div[class^="col-"] {
        margin-bottom: 30px;
    }
    .link-1, .link-2 {
        height: 40vh;
    }
}
.team-green-overlay a {
    color: white !important;
}
.post-inner h1.card-title.entry-title {
    text-transform: none;
}
.navigation {
    text-transform: uppercase;
}
.navigation a[rel="next"] {
	float: right;
}
.post-footer .image-overlay, .post-footer .image-overlay:hover, .post-footer .image-overlay:focus, .post-footer .image-overlay:visited, .post-footer .image-overlay:active {
    text-align: center;
    margin: auto;
    width: 175px;
    background-color: #565958;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 62px;
    padding: 20px 0;
    border-radius: 4px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
@media(max-width:767px) {
    .post-inner h1.card-title.entry-title {
        margin: 25px 0;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        text-align: center;
        font-size: 30px;
        color: #b40039;
    }
    .post-footer .seed-1, .post-footer .seed-2 {
        height: 300px;
        margin-bottom: 30px;
    }
    section.post-footer {
        margin: 0;
    }
    .post-container {
        padding: 0 15px;
        font-size: 16px;
    }
    section.post-footer {
        padding: 0 15px;
    }
    .navigation-container {
        padding: 0 15px;
        margin: 30px 0;
        width: 100%;
        float: left;
    }
	.navigation-container a[rel="prev"] {
		text-align: left;
	}
	.navigation-container a[rel="next"] {
		text-align: right;
	}
    .mobile-post-author {
        display: flex;
        width: 70%;
        font-size: 12px;
    }
    .au-img {
        width: 50px;
        margin-right: 5px;
    }
    .post-container img {
        padding: 0px 0;
    }
    .au-name {
        display: flex;
        flex-wrap: wrap;
        align-self: center;
    }
    span.the-name {
        margin: 0;
        color: #b40039;
        display: block;
        order: 1;
    }
    span.the-date {
        color: #b40039;
        font-style: italic;
        display: block;
        width: 100%;
        order: 0;
    }
    .mobile-post-tags {
        width: 40%;
        text-align: right;
    }
    .post-author-data .featured-tag-list {
        font-style: italic;
        display: inline-block;
        float: left;
        color: #565958;
        font-size: 12px;
    }
	.post-author-data .featured-tag-list em {
		font-size: 14px;
	}
    .featured-article-section {
        display: flex;
        flex-wrap: wrap;
    }
    .featured-class-img {
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 200px;
    }
    .article-filter {
        padding: 15px;
    }
	.article-filter h2 {
		font-size: 18px;
	}
    section.articles {
        padding: 0 15px;
    }
    .article-extract-content {
        padding: 15px;
    }
    .featured-class-info {
        width: 100%;
        padding: 15px;
    }
    .search-page, .search-page #ajax-load-more {
        padding: 0 15px;
    }
	.search-page h1.page-title {
		max-width: 68%;
	}
    input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, .input[type="submit"]:active, .btn, .btn:hover, .btn:active, .btn:focus {
        font-size: 12px !important;
    }
    .searchandfilter ul li:last-of-type {
        width: 30%;
    }
    .searchandfilter ul li:first-of-type {
        width: 70%;
    }
}
.post-container p:first-of-type {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
@media(min-width:768px) and (max-width:992px) {
    span.share-label {
        display: none;
    }
}
button.done {
    display: none !important;
}
.filter-tag a {
    color: #565958 !important;
    margin-right: 16px;
    font-size: 16px;
    font-style: italic;
    cursor: pointer;
}
@media(min-width:768px) {
    .filter-tag a {
        color: #565958 !important;
        margin: 0 30px 5px 0;
        font-size: 16px;
        font-style: italic;
        cursor: pointer;
        float: left;
    }
}
.article-btn-row {
    display: flex;
}
.article-meta {
    width: 55%;
}
.meta-info {
    font-style: italic;
}
.meta-info em {
        color: #b40039;
        width: 15px;
}
.article-btn {
    width: 26%;
    align-self: flex-end;
    text-align: right;
}
.article-btn a {
	margin-top: 0 !important;
}
.meta-info span {
    font-size: 12px;
}
.event-meta .meta-info em {
    color: white;
}
.featured-class-action-link a + a {
    margin-left: 10px;
}
.featured-class-action-link {
    margin-top: 15px;
}
.article-filter .specialist-section {
    padding: 0;
}
.article-filter .specialist-section {
    padding: 0;
}
.article-filter .specialist-section h1 {
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
	font-size: 26px;
	text-transform: none;
	margin-bottom: 25px;
}
@media(max-width:767px) {
    .article-filter .specialist-section h1 {
        text-transform: uppercase;
        font-size: 18px;
        color: #b40039;
        margin: 0 0 10px;
    }
    .article-filter .specialist-section div[class^="col-"] {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .article-filter .specialist-select:after {
        right: 0;
    }
    .article-filter .specialist-section h1:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
    }
    .article-filter .navigation-open h1:after {
        content: "\f077";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
    }
    .article-filter .specialist-section {
        height: 20px;
    }
    .article-filter .specialist-section.navigation-open {
            height: auto;
    }
    .elsoms-section {
        display: block;
        margin-top: 0;
    }
    .mobile-home-section {
        padding: 0 30px;
    }
    .image-no-padding {
        padding: 0;
    }
    .three-img-section.event, .three-img-section.news {
        padding: 0 !important;
        margin-bottom: 15px;
    }
   .about-content.pink-bg .btn {
        position: relative;
        top: 0;
        right: 0;
		margin:20px 0;
    }
    .about-content.grey-bg .btn {
        position: absolute;
        top: 0;
        right: 0;
    }
    .contact {
        padding: 0 15px;
        width: 100%;
        float: left;
    }
}
span.event-meta {
    color: #b40039;
    font-size: 1.1em;
    margin-right: 20px;
    font-style: italic;
}
span.event-meta em {
	font-size: 1.4em;
	margin-right: 5px;
}
.article-btn-row {
    display: flex;
    margin-top: 15px;
}
.entry-meta.text-muted {
    min-height: 100px;
}
.three-img-section.event, .three-img-section.news {
    background-color: #ebebea;
    margin-top: 10px;
}
.grey-content {
    margin: auto;
    max-width: 800px;
}
.grey::after {
    content: url(/wp-content/uploads/2018/10/quote-bottom.png);
    margin: 60px 0px;
    position: absolute;
    right: 15%;
}
.grey::before {
    content: url(/wp-content/uploads/2018/10/quote-top.png);
    margin: 20px 0px;
    position: absolute;
    left: 14%;
    top: 10%;
}
.grey {
    background-color: #565958;
    color: #fff;
    padding: 80px 60px;
    text-align: center;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 22px;
    font-style: italic;
    position: relative;
}
.the-button {
    display: inline-block;
    margin-left: 15px;
}
.the-title {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;
    display: inline-block;
}
.the-overlay.animated {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    color: white;
}
form#mobile-search {
    background-color: white;
    height: 20px;
    border-color: black !important;
    position: absolute;
    top: 14px;
    right: 25px;
    margin-top: -13px;
    width: 65%;
}
.desktop-container-search {
    height: 20px;
    border-color: white;
    position: absolute;
    top: 43px;
    right: 8%;
    margin-top: -13px;
    width: 12%;
}
.mobile-container-search, .desktop-container-search {
    display: none;
}
form#desktop-search input {
    background: white;
    height: 20px;
    border-color: white;
}
form#mobile-search input {
    height: 20px;
    background: white;
    border-color: #565958;
}
form#mobile-search em.fa.fa-times, form#desktop-search em.fa.fa-times {
    position: absolute;
    right: 4px;
    top: 4px;
    color: black;
}
@media(min-width:768px) {
    .desktop-container-search {
        height: 20px;
        border-color: white;
        position: absolute;
        top: 0;
        right: auto;
        margin-top: 3px;
        width: 80%;
    }
    form#mobile-search em.fa.fa-times, form#desktop-search em.fa.fa-times {
            position: absolute;
            right: 4px;
            top: 3px;
            color: black;
    }
}
.search-page {
    padding: 0 15px;
}
.cookie-policy-popup {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    left: 15px;
    padding: 20px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    max-width: 360px;
    border: 12px outset #9b0238;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    animation: popinanimation 1s linear forwards;
}
#CookiePolicyAccepted {
    border: 12px solid #b40039;
}
.cookie-policy-close {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 16px;
}
.cookie-policy-close .fa {
	color: red;
}
.cookie-policy-title {
    font-size: 18px;
}
#CookiePolicyAccepted a {
    color: #565958 !important;
}
.custom-pad {
    padding: 0;
}
#header-social-icons{
	position:relative;
}
@media(min-width:767px) and (max-width:992px) {
    .news-section, .event-section {
        padding: 10px;
    }
    .para-style {
        margin: 5px 0;
    }
}
@media(min-width:767px) {
    .site-content {
        margin-bottom: 30px;
    }
    .home.site-content {
        margin-bottom: 0;
    }
    .contact .post-inner .wpforms-form input[type=submit], .contact div.wpforms-container-full .wpforms-form button[type=submit], .contact div.wpforms-container-full .wpforms-form .wpforms-page-button {
        margin-left: 0 !important;
    }
}
.carousel-link {
    width: 100%;
    float: left;
}
.carousel-link em {
	color: #b40039;
}
button.btn.btn-success.btn-block.btn-register, input.form-control.register-form {
    width: auto;
}
.home .site-content {
    margin-bottom: 0;
}
button.btn.btn-success.btn-block.btn-register, input.form-control.register-form {
    width: auto;
    min-width: 100px;
}
@media(min-width:767px) {
    .footer-1-area {
        padding: 50px 0;
    }
    .register h2 {
        text-transform: none;
        margin-bottom: 20px;
    }
    .register .email {
        margin-bottom: 10px;
        max-width: 175px;
        color: #f5f5f5;
        margin-bottom: 20px;
    }
    .elsoms-links {
        display: block;
        margin: 0px 0;
    }
    .links {
        display: block;
        margin: 0px 0;
    }
    .footer-1-area h2 {
        margin-bottom: 20px;
    }
    .footer-1-area .social-icons a {
        margin-right: 5px;
    }
}
@media(min-width:1200px) {
    .footer-1-area {
        padding: 50px 80px;
    }
    .contact-section {
        position: relative;
    }
	.contact-section .social-icons {
		position: absolute;
		bottom: 50px;
	}
}
.content-area.wp-bp-404 .card-body {
    padding-left: 0;
}
body {
    font-family: UniversLT-Condensed;
}
div#contact-carousel {
    text-align: center;
}
.carousel-dept {
    color: #b40039;
    margin-bottom: 5px;
}
#contact-carousel .slick-prev:before, #contact-carousel .slick-next:before {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 1;
    opacity: 1;
    color: #b40039;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#contact-carousel .slick-prev {
    left: 0;
    top: 30%;
}
#contact-carousel .slick-next {
    right: 0;
    top: 30%;
}
#contact-carousel .slick-prev:before {
    content: "\f053";
}
#contact-carousel .slick-next:before {
    content: "\f054";
}
.message-header {
    text-transform: uppercase;
    color: #b40039;
    margin-bottom: 5px;
}
span.contact-policy-msg {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    left: 100px;
}
.larger-form {
    position: relative;
}
@media(max-width:1250px) {
    span.contact-policy-msg {
        bottom: 2px;
    }
}
@media(max-width:800px) {
    span.contact-policy-msg {
        bottom: 0;
        font-size: 12px;
    }
}
@media(max-width:767px) {
    span.contact-policy-msg {
        position: relative;
        right: 0;
        bottom: 0;
        font-size: 14px;
        left: 0;
        margin-top: 15px;
        text-align: center;
    }
}
@media(min-width:768px) {
    .entry-meta.text-muted {
        margin-bottom: 50px;
    }
}
.post-container h2 {
    color: #b40039;
    padding: 20px 0;
    text-transform: none;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.post-inner button {
    min-width: 150px !important;
}
.entry-footer.card-footer.text-muted {
    display: none !important;
}
.privacy-text {
    margin-bottom: 30px;
}
.center-section {
    text-align: center;
    padding: 20px 10px;
    margin: auto;
}
.category-footer-buttons {
    padding: 0 15px;
}
.category-footer-buttons button {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-width: 2px !important;
}
@media(max-width:767px) {
    button.btn.btn-seed {
        margin: 8px 5px 8px 0;
        min-width: 100px;
    }
    .seed-types {
        margin: 30px 0;
    }
    .banner-overlay {
        padding: 40px 30px;
    }
    .banner-text h1 {
        font-size: 36px;
   }
    .home .banner-text {
        font-size: 16px;
     }

    .para-centre, .heading-paragraph {
        font-size: 16px;
    }
    .about-content {
        padding: 30px 40px;
    }
    .static-content h2 {
        margin-bottom: 28px;
    }
    .static-content {
        font-size: 14px;
    }
    .flipcard {
        padding: 0 15px;
    }
    .team-join-box {
        padding: 0 15px 15px;
    }
    .team-name {
        font-size: 24px;
        padding: 12px 0;
    }
    .pink-team-bg {
        height: 100%;
        background-color: #b40039;
        color: #fff;
        min-height: 300px
    }
    .team-footer-section .col-12 + .col-12 {
        margin-top: 30px;
    }
    .register .email {
        color: #f5f5f5;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .register h2 {
        font-size: 14px;
        margin: 20px 0 10px;
    }
    button.btn.btn-success.btn-block.btn-register, input.form-control.register-form {
        margin: 0 0 0 5px;
    }
    .contact-section h2, .contact-section .social-icons {
        display: none;
    }
    footer .contact br {
        display: none;
    }
    footer .contact {
        padding: 0;
        font-size: 12px;
    }
    .information {
        margin-top: 20px;
        padding: 0;
        height: 30px;
    }
    .elsoms-links {
        display: inline-block;
        margin: 0 10px;
        font-size: 12px;
    }
    .copyright-links.vat, .vat-number {
        display: inline-block !important;
        font-size: 12px;
    }
    .row.bottom {
        padding: 0;
        margin: 0 -15px;
    }
    span.copyright-links, .copyright-links.vat {
        display: inline-block;
        font-size: 10px;
    }
    .copyright-links.vat, .vat-number {
        display: inline-block !important;
        font-size: 10px;
    }
    .row.bottom {
        padding: 0;
        margin: 0px -30px;
    }
    span.copyright-links {
        margin: 0 3px;
    }

    .contact-section .fa-rounded {
        padding: 0;
        position: relative;
        bottom: 0;
        right: 0;
        display: inline-flex !important;
    }
    .mobile-social-links {
        margin-top: -2px;
        margin-bottom: 12px;
    }
    .information {
        margin-top: 0;
        padding: 0;
        height: 22px;
    }
    footer .information h2 {
        margin: 0;
    }
    .bottom-footer {
        padding: 0 0;
    }
    #hp-cs {
        margin: 0 -15px;
    }
    .news-section, .event-section {
        height: 160px;
    }
    .green-overlay {
        right: 0;
    }
    .about-content.pink-bg .btn {
        min-width: 110px;
    }
    .main-banner-text h1 {
        color: white;
        margin-bottom: 20px;
    }
    .resources-heading-section {
        font-size: 16px;
    }
    .documents-title {
        margin-bottom: 0;
        font-size: 22px;
    }
    .resources-big-section {
        padding-top: 0;
    }
    .resources-heading-section {
        padding: 30px 0 20px;
    }
    .post-inner .wpforms-field {
        width: 100% !important;
        float: left;
        display: block;
    }
    .cat-item {
        border-bottom: 1px solid #565958;
        padding: 10px 0;
        font-size: 16px;
        cursor: pointer;
    }
    #resource-catalogues .box-style:first-of-type {
        border-top: 0;
    }
    .tag .page-header {
        max-width: 70%;
    }
    .tag .site-content {
        padding: 0 15px;
    }
    span.event-meta.event-date {
        margin-bottom: 5px;
        width: 100%;
    }
    .category-events .mobile-post-author {
        display: flex;
        width: 70%;
        font-size: 12px;
        flex-wrap: wrap;
    }
    .share-section {
        float: right;
        margin: 5px 0 25px;
    }
    .quote-row {
        max-width: 950px;
        margin: auto;
        margin: 15px -15px;
    }
    .quote-row .col-sm-4 {
            padding-left: 0;
    }
    p.grey-quote-person, p.pink-quote-person {
        font-size: 11px;
    }
    .post-container li:before {
        content: url(/wp-content/uploads/2018/09/elsoms-seed.png);
        margin: 0 10px;
        position: absolute;
        left: 25px;
    }
    .bullets ul {
        text-align: left;
        padding: 20px 0 20px 40px;
    }
    .bullets span {
        color: #b40039;
    }
    .grey-quote-person {
        text-align: right;
        padding: 5px 17px !important;
    }
    .post-container h2 {
        margin-top: 0;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .privacy-text {
        margin-bottom: 0;
        font-size: 14px;
    }
    #wpforms-1686-field_0-container, #wpforms-1686-field_8-container, #wpforms-1686-field_7-container, #wpforms-1686-field_1-container {
        width: 100%;
    }
    .message-header {
        font-size: 16px;
    }
    div#primary-menu-wrap a.nav-link.dropdown-toggle, div#primary-menu-wrap a.nav-link {
        font-size: 24px;
    }
    div#seed-directory {
        padding-top: 100px;
    }
    section#product-selection .btn-directory {
        margin-right: 8.5px;
        padding: 8px 10px !important;
    }
	div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
		width: 100% !important;
		max-width: 100% !important;
    }
    div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
            width: 100% !important;
            max-width: 100% !important;
	}
    form#mobile-search input {
        height: 20px;
        background: white;
        border-color: #565958;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #565958;
        padding: 0 30px 0 0;
    }
}
#cant-find-selection {
    display: none;
}
input.form-control.register-form {
    border-radius: 4px !important;
}
.slick-prev, .slick-next {
    width: 26px !important;
    height: 50px !important;
    z-index: 999;
}
.cant-find-header {
    text-transform: uppercase;
}
@media(min-width:1200px) {
    #header-logo {
        margin-left: 50px;
    }
    .blue-top {
        padding: 43px 100px;
        font-size: 24px;
    }
	.blue-top .btn {
		border-width: 2px;
		font-size: 14px !important;
		margin-top: 20px;
		width: 150px;
	}
    .image-overlay, .image-overlay:hover, .image-overlay:focus, .image-overlay:visited, .image-overlay:active {
        height: 74px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
    }
    .blue {
        padding: 62px 70px;
    }
    .text-inner-blue {
        font-size: 26px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        font-style: italic;
    }
    .blue .homepage-button {
        font-size: 14px !important;
        border-width: 2px;
    }
    .text-inner-blue {
        font-size: 26px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
        font-style: italic;
    }
}
.static-heading {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}
@media(max-width:767px) {
    .container.terms-container {
        padding: 0 30px;
        text-align: left;
    }
    .terms-container h1 {
        color: #b40039;
        text-transform: uppercase;
        font-size: 42px;
        margin-top: 15px;
        max-width: 50%;
    }
    .term {
        padding: 15px 0;
    }
    .event-meta .meta-info:nth-of-type(2n), .meta-info:nth-of-type(3n) {
        display: inline-block;
        margin-right: 15px;
    }
    #CookiePolicyAccepted {
        width: 100%;
        border: 4px solid #b40039;
        bottom: 5px;
        left: 8px;
        padding: 10px;
    }
}
@media(min-width:768px) {
    .partner-text {
        background-color: white;
        display: flex;
        align-items: center;
    }
    .about-content {
        padding: 40px;
    }
	.about-content p {
		margin-bottom: 10px;
	}
	.about-content .static-button {
		font-size: 12px !important;
		border-width: 2px;
	}
    .seed-page {
        padding: 0;
    }
	 form#desktop-search {
		max-width: 80%;
		float: left;
		position: relative;
	}
	    form#desktop-search input {
        background: transparent;
        height: 20px;
        border-color: white;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid;
        float: right;
        padding: 0 20px 0 2px;
        color: white;
    }
    form#mobile-search em.fa.fa-times, form#desktop-search em.fa.fa-times {
        position: absolute;
        right: 4px;
        top: 3px;
        color: white;
    }
    form#desktop-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
    }
    form#desktop-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }
    form#desktop-search input::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
    }
}
/*Styling Updates*/
input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, .input[type="submit"]:active, .btn, .btn:hover, .btn:active, .btn:focus {
    font-size: 14px !important;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    border-width: 2px !important;
}
.image-border {
    top: 40px;
    right: 40px;
    left: 40px;
    bottom: 40px;
    margin: 0;
}
.blue {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media(min-width:768px) {
    div#seed-directory {
        position: absolute;
        height: 100vh;
        top: -100vh;
        right: 15px;
        padding: 60px 20px;
    }
    #seed-directory > strong {
        font-weight: normal;
    }
    div#seed-directory.menu--active {
        top: 0;
    }
}
.btn-directory, .btn-directory:hover, .btn-directory:focus, .btn-directory:active, .btn-directory:visited {
    font-size: 14px !important;
}
#seed-directory section {
    text-align: left;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.directory-item {
    cursor: pointer;
}
.directory-item strong + .directory-list {
	display: none;
}
.directory-item strong.section--active + .directory-list {
	display: block;
}
.navbar-dark .navbar-nav .dropdown-menu a.nav-link {
    background-color: transparent;
    position: relative;
    border-radius: 4px;
	text-transform:none;
}
.navbar-dark .navbar-nav .dropdown-menu a.nav-link:before {
	content: "";
	bottom: 0;
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
}
@media(min-width:768px) {
    .navbar-dark .navbar-nav .dropdown-menu a.nav-link {
        background-color: transparent;
        position: relative;
        border-radius: 4px;
        transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
    }
	.navbar-dark .navbar-nav .dropdown-menu a.nav-link:before {
		content: "";
		bottom: 0;
		position: absolute;
		left: 0;
		right: 100%;
		top: 0;
		z-index: -1;
		transition: right 0.3s ease-in;
		-o-transition: right 0.3s ease-in;
		-ms-transition: right 0.3s ease-in;
		-moz-transition: right 0.3s ease-in;
		-webkit-transition: right 0.3s ease-in;
	}
}
.navbar-dark .navbar-nav .dropdown-menu a.nav-link:hover:before {
    right: 0;
}
@media(min-width:768px) {
    ul.dropdown-menu.depth_0 {
        padding: 10px 10px 10px 10px;
        right: 15px;
        left: auto;
        float: right;
        width: 100;
        height: 40px;
        min-width: 50%;
    }
    .dropdown li.nav-item {
        font-size: 14px;
        border-left: 2px solid #b40039;
        float: left;
        display: inline-block;
        height: auto;
    }
    #primary-menu .nav-item {
        position: static;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
        bottom: auto;
        right: auto;
    }
    .navbar-dark .navbar-nav .dropdown-menu a.nav-link {
        border: 0;
        color: #565958;
    }
	.navbar-dark .navbar-nav .dropdown-menu a.nav-link:hover {
		color: white !important;
	}
	.navbar-dark .navbar-nav .dropdown-menu a.nav-link:before {
		background: #b40039;
	}
}
.custom-logo {
    height: auto !important;
}
@media(min-width:768px) and (max-width:992px) {
    ul.dropdown-menu.depth_0 {
        padding: 10px 0 10px;
        right: 15px;
        left: auto;
        float: right;
        width: 100;
        height: 40px;
        left: 15px;
    }
    .navbar-dark .navbar-nav .dropdown-menu a {
        padding: 0 9px;
    }
}
.three-img-section.event, .three-img-section.news {
    margin-top: 0;
}
.home-news-box {
    width: 100%;
    height: 200px;
    background-size: cover;
}
.three-img-section.carousel {
    width: 100%;
}
div#hp-cs {
    height: 100%;
}
div#hp-cs .carousel-inner {
	height: 100%;
}
div#hp-cs .carousel-item {
	height: 100%;
}
.case-study-bx {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.event .para-style, .news .para-style {
    margin-bottom: 20px;
}
.date-style {
    margin: 12px 0;
    font-weight: normal;
}
.green-overlay-text {
    transition: 0.2s ease-in-out all;
}
.green-overlay-text:hover {
	font-size: 12px;
}
.input-group-append .btn {
    width: 120px;
    margin: 0 10px;
    border-radius: 4px !important;
    font-size: 12px !important;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 1;
}
section#header-social-icons a em, .directory-link {
    transition: 0.2s ease-in-out all;
}
section#header-social-icons a:hover em, .directory-link:hover {
	transform: scale(1.2);
}
section#header-social-icons a:hover {
    text-decoration: none;
}
.directory-item {
    font-size: 16px;
}
@media(max-width:1200px) {
    .seed-directory {
        padding: 15px 12px;
    }
}
@media(max-width:767px) {
    div#header-logo img {
        max-height: 70px;
    }
    .team-image {
        margin-bottom: 15px;
    }
    div#seed-directory {
        padding: 132px 8px;
    }
}
.dropdown:hover .dropdown-menu {
    display: inline-block;
}
li.nav-item:hover > a {
    color: #b40039 !important;
}
li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
    margin: 0 23px;
}
.dropdown li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
    margin: 0;
}
.veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}
.category-content {
    width: auto;
    top: 25%;
    right: 25%;
    left: 25%;
    bottom: 25%;
    height: auto;
    padding: 0;
    background-color: rgba(180, 0, 58, 0.7);
	height:60px;
}
.category-container {
    padding-top: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.category-container .cat-overlay, .category-container .category-content {
	transition: 0.2s ease-in-out all;
}
.category-container:hover .cat-overlay, .category-container:hover .category-content {
	transform: scale(1.1);
}
.article-extract-img {
    overflow: hidden;
}
.article-bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.2s ease-in-out all;
    overflow: hidden;
}
.article-extract-img:hover .article-bg-img {
    transform: scale(1.1);
}
@media(max-width:767px) {
    .main-banner-text h1 {
        text-transform: capitalize;
    }
    .row.category-section {
        padding: 15px 15px;
    }
    .arg-text-row {
        width: auto;
        padding: 0 15PX;
    }
}
@media(max-width:992px) {
    .category-container {
        margin-bottom: 15px;
    }
}
.btn-seed {
    border: 1px solid #565958;
    color: #565958;
    margin-left: 0;
}
.btn-seed:hover {
	color: white;
	border-color: #9cb942;
}
.btn-seed:before {
	background: #9cb942;
}
.link-1, .link-2 {
    position: relative;
}
.seed-page h1 {
    margin-top: 0;
    font-size: 46px;
}
@media(max-width:767px) {
    .seed-page h1 {
        margin-top: 0;
        font-size: 36px;
        font-family: UniversLT-CondensedBold;
        font-weight: normal;
    }
    button.btn.btn-seed {
        padding: 10px 15px;
    }
}
#seed-categories .specialists-link {
    border-bottom: 1px solid #565958;
    padding: 15px 0;
    font-size: 14px;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    cursor: pointer;
}
@media(min-width:768px) {
    .about-content .static-button {
        font-size: 14px !important;
        border-width: 2px;
    }
}
a.carousel-team, a.carousel-team:hover {
    color: #565958;
    padding: 0;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
a.carousel-team em {
	margin-right: 5px;
	transition: 0.2s ease-in-out all;
}
a.carousel-team:hover em {
	transform: scale(1.1);
}
.heading-paragraph {
	font-family: UniversLT-CondensedBold;
	font-weight: normal;
}
.logo-section img {
    margin: 20px 5px;
}
.member-filter.aos-init .flipcard {
    overflow: hidden;
}
.member-filter.aos-init .flipcard:before {
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: #b40039;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
}
.member-filter.aos-init.aos-animate .flipcard:before {
    animation: slideOff 1.5s forwards;
}
@keyframes slideOff {
    0% {
        left: 0;
        right: 0;
    }
	100% {
        left: 100%;
        right: -100%;
		opacity:0;
    }
}
p.team-contact-number a:hover {
    text-decoration: none;
    font-size: 17px;
}
#footer-newsletter-form .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.article-extract {
    display: flex;
    flex-wrap: wrap;
}
.article-extract-img {
    flex-basis: 100%;
}
.article-extract-content {
    flex-basis: 100%;
}
.article-btn-row {
    display: flex;
    margin-top: 0;
    padding: 20px;
    align-self: flex-end;
    flex-basis: 100%;
}
@media(min-width:768px) {
    div#seed-directory {
        width: 0;
        max-width: 100%;
        right: 0;
        padding: 0;
        color: white;
        height: 100vh;
        overflow-y: auto;
        top: 0;
        transition: 0.3s ease-in-out all;
        opacity: 0;
    }
	div#seed-directory:after {
		top: 100px;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		position: absolute;
		background: #b40039;
	}
	div#seed-directory.menu--active {
		top: 0;
		width: 500px;
		padding: 60px 20px;
		opacity: 1;
	}
	div#seed-directory.menu--active:after {
		animation: appear 3s forwards;
	}
    .navigation-container {
        margin-top: 30px;
    }
}
@keyframes appear {
    0% {
        top: 100px;
    }
    100% {
        top: 100%;
    }
}
@media (max-width: 767px) {
    div#seed-directory {
        padding: 90px 20px;
    }
    .meta-info em.fa-map-marker {
        font-size: 16px;
    }
    .meta-info em.fa-calendar {
        font-size: 13px;
    }
    .post-inner .container.post-container {
        padding: 0;
    }
}
.post-container img {
    padding: 0;
}
.overlay-text a {
    text-decoration: none !important;
}
.entry-meta.text-muted {
    min-height: 70px;
}
.pink-quote-person, .grey-quote-person {
    font-weight: normal !important;
}
@media(min-width:768px) and (max-width:992px) {
    .grey::after {
        content: url(/wp-content/uploads/2018/10/quote-bottom.png);
        margin: 60px 0px;
        position: absolute;
        right: 6%;
        top: 115px;
    }
    .grey::before {
        content: url(/wp-content/uploads/2018/10/quote-top.png);
        margin: 20px 0px;
        position: absolute;
        left: 6%;
        top: 4%;
    }
}
@media(min-width:550px) and (max-width:767px) {
    .three-img-section.event, .three-img-section.news {
        margin-top: 0;
        width: 49%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.mobile-post-tags .featured-tag-list {
    float: right;
}
.terms-1, .terms-2 {
    width: 100%;
    position: relative;
}
@media(max-width:767px) {
    p.pink-quote, p.grey-quote {
        padding: 15px;
    }
    p.grey-quote-person, p.pink-quote-person {
        margin: 0;
        padding: 0 !important;
    }
    .post-container li:before {
        left: 10px;
    }
    iframe {
        height: 300px !important;
    }
    .contact h1 {
        font-size: 40px;
        color: #b40039;
        margin: 20px 0;
        text-transform: uppercase;
    }
    .box-style p {
        margin: 25px 0 10px
    }
    .terms-bottom .image-overlay, .terms-bottom .image-overlay:hover, .terms-bottom .image-overlay:focus, .terms-bottom .image-overlay:visited, .terms-bottom .image-overlay:active {
        height: 60px;
        padding: 20px 0;
    }
    .terms-1, .terms-2 {
        width: auto;
        position: relative;
        margin: 15px;
        height: 280px;
    }
}
textarea {
    resize: none;
}
.team-green-overlay-text a {
    text-decoration: none;
}
.team-green-overlay-text a:hover {
	text-decoration: none;
	font-size: 10px;
}
.article-extract > a {
    flex-basis: 100%;
}
.contact .center-section a {
    margin: 0 5px;
}
.carousel-control-prev {
    left: 5px;
}
@media(max-width:370px) {
    .blue-quote-content::after {
        right: -25px;
    }
}
.resources-1, .resources-2 {
    position: relative;
}
.resource-overlay-content {
    z-index: 1;
}
.resource-overlay {
    overflow: hidden;
}
.resource-overlay img {
	transition: 0.5s ease-in-out all;
}
.resource-overlay:hover img {
	transform: scale(1.1);
}
@media(min-width:576px) and (max-width:767px) {
    .blue-content {
        order: 1;
    }
    .page-template-Agricultural .quote-image {
        background-size: cover;
        height: 300px;
        background-position: 14px -175px;
        order: 0;
    }
}
.image-border a, .image-border a:hover, .image-border a:focus, .image-border a:active, .image-border a:visited{
	text-decoration:none;
}
b, strong{
	font-weight:normal;
    font-family: UniversLT-CondensedBold;
}
@media(max-width:767px){
	div#hp-cs {
		height: 300px;
	}
	.terms-container h1 {
		color: #b40039;
		text-transform: uppercase;
		font-size: 42px;
		margin-top: 15px;
		max-width: 70%;
	}
}
@media(max-width:767px){
	#primary-menu > .nav-item + .nav-item {
		margin-top: 5px;
		padding-top: 0;
		border-top: 1px solid white;
		display: block;
		float: left;
		width: 100%;
		margin: 0;
	}
	.navbar-nav .dropdown-menu {
		background-color: transparent;
		position: relative;
		width: 100%;
		text-align: center;
		float: left;
		top: auto;
	}
	.dropdown-menu a.nav-link {
		font-family: UniversLT-Condensed;
	}
	.member-1, .member-2, .member-3, .member-4, .member-5, .member-6, .member-7, .member-8, .member-9 {
		margin: 0;
	}
	.team-join-title {
		margin-bottom: 15px;
	}
	.specialist-section button{
		margin-top:15px;
	}
	li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
		margin: 0;
	}
	#primary-menu > .nav-item:last-of-type {
		padding-bottom: 0;
		border-bottom: 1px solid white;
	}
}
.link-1, .link-2{background-size:cover;}
	@media(min-width:767px) and (max-width:992px){
		li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page {
		margin: 0 10px;
	}
}
button.btn.team-button{
	max-width:100%;
}
.input-button{
	padding: 8px 20px;
}
#primary-menu .nav-item:nth-of-type(2n) ul.dropdown-menu.depth_0 {
    min-width: 54%;
}
#primary-menu .nav-item:nth-of-type(4n) ul.dropdown-menu.depth_0 {
    min-width: 32%;
}
@media(min-width:767px) and (max-width:992px){
	#primary-menu .nav-item:nth-of-type(2n) ul.dropdown-menu.depth_0 {
		width: 66%;
		right: 0;
		left: auto;
	}
	#primary-menu .nav-item:nth-of-type(3n) ul.dropdown-menu.depth_0 {
		width: 50%;
		right: 0;
		left: auto;
	}
	#primary-menu .nav-item:nth-of-type(4n) ul.dropdown-menu.depth_0 {
		width: 44%;
		right: 0;
		left: auto;
	}
}
@media(min-width:992px) and (max-width:1200px){
	#primary-menu .nav-item:nth-of-type(2n) ul.dropdown-menu.depth_0 {
		width: 69%;
		right: 0;
		left: auto;
	}
	#primary-menu .nav-item:nth-of-type(3n) ul.dropdown-menu.depth_0 {
		width: 67%;
		right: 0;
		left: auto;
	}
	#primary-menu .nav-item:nth-of-type(4n) ul.dropdown-menu.depth_0 {
		width: 41%;
		right: 0;
		left: auto;
	}
}
.article-filter h2 {
    text-transform:capitalize;
}
.seed-1, .seed-2{
	position:relative;
}
div#seed-directory{
	opacity:0;
}
div#seed-directory.menu--active{
	opacity:1;
}
.post-inner .quote-row{
	margin:15px auto;
}
.pink-quote-person, .grey-quote-person {
    font-weight: normal !important;
	    font-family: UniversLT-Condensed!important;
}
.team-green-overlay-text a:hover {
    text-decoration: none;
    font-size: 11px;
}
.member-filter.aos-init .flipcard.flipped {
    overflow: visible;
}
.member-filter.aos-init .flipcard.flipped:before {
    content:none;
}
@media(max-width:767px){
	li.nav-item:hover > a {
    color: #fff !important;
}
	li.nav-item.menu-item.menu-item-type-custom.menu-item-object-custom a{
	color:#fff;
}
}
.seed-treatment {
    background-image: url(/wp-content/uploads/2018/10/Elsoms_19July18_AW_159.png);
    width: 100%;
    height: 500px;
    background-position: center;
}
.treatment-1 {
    background-image: url(/wp-content/uploads/2019/04/Seed-Tech-overview_1_420.png);
    height: 330px;
    width: 100%;
    background-size: cover;
}
.treatment-2 {
    background-image: url(/wp-content/uploads/2019/04/Seed-Tech-overview_2_420.png);
    height: 330px;
    width: 100%;
    background-size: cover;
}
.treatment-3 {
    background-image: url(/wp-content/uploads/2019/04/Seed-Tech-overview_3_420.png);
    height: 330px;
    width: 100%;
    background-size: cover;
}
.treatment-4 {
    background-image: url(/wp-content/uploads/2019/04/Seed-Tech-overview_4_420.png);
    height: 330px;
    width: 100%;
    background-size: cover;
}
div[class*="treatment-"]{
	position:absolute;
	top:0;
}
@media(min-width:768px){
	ul#primary-menu li:first-of-type ul.dropdown-menu.depth_0 {
		min-width: 60%;
	}
}
@media (max-width: 992px) and (min-width: 767px){
	ul#primary-menu li:first-of-type a {
		font-size: 12px;
	}
}
#crop-details{
	display:flex;
	flex-wrap:wrap;
}
#crop-details h2{
	font-weight: normal;
	font-family: UniversLT-Condensed;
	color:#565958;
	text-transform:capitalize;
	font-size:1.2em;
	margin-bottom:30px;
	width:100%;
	float:left;
}
#crop-details .col-12{
	margin-bottom:30px;
}
div#crop-details h3 {
    color: white;
    font-family: UniversLT-Condensed;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 30px;
    background: rgba(0,0,0,0.6);
    width: 100%;
	text-transform:capitalize;
}
div#crop-details .article-extract {
    position: relative;
	text-align:left;
}
div#crop-details .article-btn-row {
    padding: 0;
}
div#crop-details .variety-link{
	color:#b40039!important;
}
div#crop-details .article-extract-content {
    padding: 15px 30px 0;
}
div#crop-details .flipcard .back .contact-container {
    padding: 80px 30px 0;
    display: flex;
    flex-wrap: wrap;
}
div#crop-details .info-back{
	list-style-type:none;
	padding-left:0;
	width:100%;
	height:75%;
	overflow:auto;
}
div#crop-details .info-back li{
	border-bottom:1px solid white;
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
	display:block;
}
div#crop-details .article-footer {
    width: 100%;
    align-self: flex-end;
    padding: 20px 0;
    color: white!important;
}
div#crop-details .back .article-footer .variety-link {
    color: white!important;
}
div#crop-details .article-extract-desc{
	height:80px;
	overflow:auto;
}
.seed--active {
    background-color: #9cb942;
    border-color: #9cb942;
    color: white;
}
#specialist-contacts{
	width:100%;
	float:left;
	display:block;
}
#specialist-contacts .specialist-image img, #team-carousel .specialist-image img {
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px;
}
@media(min-width:767px){
	#left-hand-nav #specialist-contacts .specialist-image {
		width: 35%;
		max-width: 35%;
		flex: 0 0 35%;
	}
	#left-hand-nav #specialist-contacts .specialist-image + div {
		width: 65%;
		max-width: 65%;
	}
	#specialist-contacts .flex-row {
		padding: 20px 0;
		border-bottom: 1px solid;
	}
}
.seed-section-para1 + strong{
	font-size:1.1em;
}
@media(max-width:767px){
	#specialist-contacts{
		display:none;
	}
}
.seed-section{
	overflow:hidden;
	position:relative;
	}
.seed-container{
	overflow:hidden;
}
.seed-container:hover div[class*="seed-"], .seed-container:hover div[class*="link-"]{
	transform:scale(1.2);
	overflow:hidden;	
}
div[class*="seed-"], div[class*="link-"]{
	transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
}
footer a, footer span{
	transition:0.5s ease-in-out all;
}
footer a:hover span, footer a:hover{
	font-size:15px;
}
#seed-types{
	display:none;
}
.three-img-section .article-container {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
}
.three-img-section .alm-btn-wrap {
    display: none;
}
.three-img-section .alm-reveal, .three-img-section .alm-listing, .three-img-section #ajax-load-more{
	height:100%!important;
}
.three-img-section.event, .three-img-section.news {
    position:relative;
}
.green-overlay {
    background-color: #9cb942;
    width: 110px;
    text-align: center;
    position: absolute;
    display: block;
    top: 226px;
    right: 0;
    z-index: 999;
    bottom: auto;
	text-decoration:none!important;
}
.green-overlay a{
	text-decoration:none!important;
}
.no-padding-home{
	padding:0;
	overflow: hidden;
}
.no-padding-home div[class*="seed-"]{
	width:100%!important;
}
@media(min-width:768px) and (max-width:992px){
	 .three-img-section.news {
        order: 2;
		 width:49.5%;
		 max-width:49.5%;
		margin-top:15px;
    }
    .three-img-section.event {
        order: 1;
		 width:49.5%;
		 max-width:49.5%;
		 margin-right:1%;
		margin-top:15px;
    }
    .three-img-section.carousel {
        order: 3;
		 width:100%;
		 max-width:100%;
		height:400px;
		margin-top:15px;
    }
}
.wpforms-confirmation-container-full + .contact-policy-msg{
	display:none;
}
@media(max-width:767px){
	.seed-treatment {
		background:none;
		height: auto;
	}
}
@media(min-width:991px) and (max-width:1200px){
.article-extract .article-meta{
	width:52%;
}
.article-extract .article-btn{
	width:48%!important;
	}
}
.seed-facts-container{
	width:100%;
	float:left;
	display:block;
}
#crop-details{
	align-content:flex-start;
}
.seed-content {
    width: 100%;
}
.seed-banner {
    align-self: flex-start;
	position:relative;
    position: sticky;
	position: -webkit-sticky;
    top: 0;
}
@media (max-width: 767px){
	.seed-page h1 {
		margin-top: 12px;
		font-size: 28px;
		font-family: UniversLT-CondensedBold;
		font-weight: normal;
	}
}
.directory-item em {
    margin-right: 10px;
    cursor: default;
}
.three-img-section.news .article-btn-row, .three-img-section.news .article-extract-meta, .three-img-section.event .article-meta .meta-info:first-of-type, .three-img-section.event .article-meta .meta-info .fa.fa-calendar{
	display:none;
}
.three-img-section.event .article-btn{
	float:right;
}
.three-img-section.event .article-btn-row{
	padding-top:0;
}
.three-img-section.event .article-meta{
	padding-top:8px;
}
.three-img-section.event .article-btn-row .btn-white-grey {
    border: 1px solid #b40039;
    color: #b40039;
}
.three-img-section.event .article-btn-row .btn-white-grey:hover {
	color: white;
}
.three-img-section.event .article-btn-row .btn-white-grey:before {
	background: #b40039;
}
.directory-item strong, .directory-item em{
	transition:0.5s ease-in-out all;
	height:25px;
}
.directory-item strong:hover, .directory-item em:hover{
	font-size:17px;
}
div#nav-icon2{
	transition:0.5s ease-in-out all;
}
div#nav-icon2 {
    margin-top: -2px;
}
@media(max-width:767px){
	.banner {
		background-image: url(/wp-content/uploads/2018/10/SBP-mobile-banner.png);
		background-position: right;
		width:100%;
	}
	.banner-2 {
		background-image: url(/wp-content/uploads/2018/10/shutterstock_177187673-mobile.png); /*update for mobile*/
		background-position: bottom;
		width:100%;
	}
	.static-page {
		margin-top: 55px;
	}
}
.banner-overlay {
    background: rgba(16,96,160,0.6);
}
.input-button {
    padding: 8px 20px!important;
}
@media(max-width:767px){
	.green-overlay {
		top: 229px;
	}
	.team-specialist-find {
		margin: 0;
	}
}
.search-results input{
	margin-bottom:30px;
	background-color:white!important;
	color:black;
}
.category-events .featured-article{
	margin-bottom:30px;
}
.three-img-section{
	width:100%;
}
@media(min-width:1200px){
	#primary-menu .nav-item:nth-of-type(3n) ul.dropdown-menu.depth_0{
		min-width:43%;
	}
}
.team-join-overlay, .flipcard .back .contact-container {
    align-self:center;
}
.contact-name {
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
}
@media(min-width:768px){
	#team-carousel .specialist-image img {
		max-width: 110px;
	}
}
#team-carousel .specialist-image {
	padding-top:10px;
	padding-bottom:10px;
}
.btn-about-red {
    border: 1px solid white;
    color: white;
}
.btn-about-red:hover {
	color: #b40039;
}
.btn-about-red:before {
	background: white;
}
.searchandfilter input[type='submit'], .searchandfilter input[type='submit']:hover, .searchandfilter input[type='submit']:focus, .searchandfilter input[type='submit']:active{
	border:0;
}
.main-banner{
	margin:0 -15px;
}
@media(max-width:767px){
	.tag .page-header {
		max-width: 100%;
		margin-top: 60px;
	}
}
form#desktop-search input{
	background-color:transparent!important;
}
footer .register{
	display:none;
}
.contact-section{
	margin-left:0!important;
}
.footer-flex{
	justify-content:center;
}
.post-footer-posts a, .privacy-text a{
	color:#565958!important;
}
.directory-item strong + .directory-list {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.directory-item em {
    margin-right: 10px;
    cursor: default;
    float: left;
}
.directory-item {
    width:100%;
	float:left;
}
.ajax-load-more-wrap{
	width:100%;
}
.no-results-team{
    padding: 15px;
    width: 100%;
    text-align: center;
}
#left-hand-nav, #crop-details{
	margin-bottom:0!important;
}
@media(max-width:767px){
	#crop-details h2{
		display:none;
	}
}
@media (max-width: 370px){
.blue-quote-content::after {
    right: 0;
    bottom: -10px;
}
}
.slick-slide{
	outline:none!important;
}
.specialist-section .input-button {
    margin-left: 0!important;
	margin-right: 0!important;
}
@media(min-width:767px) and (max-width:992px){
	.blue-content{
		padding-bottom:20px;
	}
	#team-carousel {
		position: relative;
		max-width: 500px;
		margin: auto;
	}
	#primary-menu .nav-item:nth-of-type(3n) ul.dropdown-menu.depth_0 {
		width: 57%;
		right: 0;
		left: auto;
	}
	.post-author-data {
		font-size: 13px;
	}
	.post-author-data .featured-tag-list {
		font-size: 13px;
	}
	.specialists-link{
		-moz-transition: none!important;
		-webkit-transition: none!important;
		-o-transition: color 0 ease-in!important;
		transition: none!important;
	}
}
@media(min-width:1200px){
	#seed-categories .specialists-link:hover a {
        color: #b40039;
        text-decoration: none;
    }
	#seed-categories .specialists-link:hover a:after {
		color: #b40039!important;
		content: "\f053";
		float: right;
		font-family: FontAwesome;
		font-size: 12px;
		padding-top: 3px;
	}
}
 #seed-categories .specialists-link.link--active a {
	 color: #b40039;
	 text-decoration: none;
}
#seed-categories .specialists-link.link--active a:after {
	color: #b40039!important;
	content: "\f053";
	float: right;
	font-family: FontAwesome;
	font-size: 12px;
	padding-top: 3px;
}
@media(min-width:767px) and (max-width:992px){
	#specialist-contacts .specialist-image img, #team-carousel .specialist-image img {
		max-height: 115px;
		margin-bottom:20px;
	}
	#left-hand-nav #specialist-contacts .specialist-image {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#left-hand-nav #specialist-contacts .specialist-image + div {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
}
#CookiePolicyAccepted {
    border: 12px solid #b40039;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
}
.cookie-policy-title {
    font-size: 18px;
    text-align: center;
    margin: -10px auto 10px;
}
.cookie-policy-close {
    position: relative;
    right: 0;
    left: 0;
    font-size: 16px;
    background: #b40039;
    color: #fff;
    margin: 5px;
    width: 300px;
    padding: 10px;
    margin: auto;
    margin: 20px auto 0;
}
.cookie-policy-popup {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    left: 15px;
    padding: 20px;
    background: #fff;
    display: block;
    float: left;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    max-width: 360px;
    border: 12px outset #9b0238;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    animation: popinanimation 1s linear forwards;
}
@media(max-width:767px){
	.cookie-policy-close {
    position: relative;
    right: 0;
    left: 0;
    font-size: 16px;
    background: #b40039;
    color: #fff;
    margin: 5px;
    width: 300px;
    padding: 5px;
    margin: auto;
    margin: 10px auto;
	}
}
a.left.carousel-control, a.right.carousel-control{
	position:absolute;
	top:50%;
	font-size:2em;
}
a.left.carousel-control{
	left:15px;
}
a.right.carousel-control{
	right:15px;
}
#masthead{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:9999;
}
.about-banner{
	background-image:url('/wp-content/uploads/2019/04/about-main-banner.jpg');
	height:524px;
	width:1420px;
	background-repeat:none;
	}
.about-image-1{
	background-image:url('/wp-content/uploads/2018/09/shutterstock_400859077-1.png');
}
.about-image-2{
	background-image: url('/wp-content/uploads/2018/09/cabbage-780x482.png');
}
.about-image-3{
	background-image: url('/wp-content/uploads/2018/09/Elsoms_Site_1964_edit.png')
}
.about-image-4{
	background-image: url('/wp-content/uploads/2019/04/organic-1.jpg')
}
.about-image-5{
	background-image: url('/wp-content/uploads/2019/04/Organic-2.jpg')
}
@media(max-width:767px){
	.banner-overlay{
		    padding: 50px 30px;
	}
}
.blue-bg{
background-color:#559ED0;
color:#fff;
}
.blue-bg h2{
color:#fff;
}
.careers-span, .positions{
font-size:20px;
}
.first-section{
text-align:center;
padding:30px 0;
}
.careers-image{
	background-image:url('/wp-content/uploads/2018/11/Elsoms_08Oct18_024.png');	
    background-position: right;
}
@media(max-width:991px){
.careers-image{
	background-image:url('/wp-content/uploads/2018/11/Mobile-careers.png');
    background-position: center;
}
    .career-img {
        height: 400px;
	}
}
	.career-img {
    width: 100%;
    background-size: cover;
}
table th{
color:#b40039;
}
.job-position{
	width:300px;
}
.job-location{
	width:300px;
}

.job-position-extra, .job-elsoms-logo{
	width:300px;
}

.positions h2{
text-align:center;
	text-transform:capitalize;
}
.find-out-grey, .find-out-grey:hover{
	border-color:#6C6B6B;
	color:#6C6B6B;
}
table th, table td {
    padding: 20px;
    vertical-align: top;
	border-top: none;
}

@media(min-width:767px) and (max-width:1200px){
.job-position{
	width:250px;
}
.job-location{
	width:200px;
}
.job-position-extra, .job-elsoms-logo{
	width:250px;
}
}
@media(max-width:992px) {
    .careers-content {
        padding: 20px 30px;
        display: flex;
        width: 400px;
        min-height: 400px;
        min-width: 400px;
    }
}
.careers-content {
    padding: 20px 60px;
    display: flex;
    width: 500px;
    min-height: 400px;
    min-width: 500px;
}

@media(max-width:767px){
	.careers-span{
		padding:0 10px;
		border-right:1px solid #fff;
}
		.careers-span:last-of-type{
		padding:0 10px;
		border-right:none;
}
	p.careers-span{
margin:5px 0;
	}
	.hide-mobile{
display:none;
	}
.row.positions{
	display:block;
	margin:0;
}
	.careers-content{
		text-align:center;
		width: 100%;
		min-height: 10px;
		padding: 30px;
		min-width: 10px;
    }
	.careers-content .static-button{
		right:0;
		margin:20px;
		padding:10px 20px;
	}
}
@media(min-width:767px){
	.show-mobile{
		display:none;
	}}

.job-overview-extra a, .job-overview-extra a:hover{
	color:#565958;
}
.job-overview-extra a.pink-href, .job-overview-extra a.pink-href:hover{
	color:#b40039;
}
.pink-text{
color:#b40039;
}
.download-button{
    margin: 20px 0;
	color:#b40039;
	border-color:#b40039;
}
.btn-white-grey.download-button:before {
    background: #b40039;
}
a.btn.btn-animated.btn-white-grey.download-button:hover{
	color:#fff;
	background: #b40039;
}
a.btn.btn-animated.btn-white-grey.download-button{
	color:#b40039;
}
.career-page .article-btn {
    width: 25%;
    align-self: flex-end;
    text-align: right;
    margin: 10px 30px 10px 5px;
}
.btn.static-button.btn-animated.find-out-grey:before {
    background: #6C6B6B;
}
.btn.static-button.btn-animated.find-out-grey:hover, .btn.static-button.btn-animated.find-out-grey:focus,  .btn.static-button.btn-animated.find-out-grey:active{
	color:#fff;
	background: #6C6B6B;
}
@media(max-width:767px){
.btn.static-button.btn-animated.find-out-grey:hover, .btn.static-button.btn-animated.find-out-grey:focus,  .btn.static-button.btn-animated.find-out-grey:active{
	color:#fff;
	padding:10px 12px;
	background: #6C6B6B;
	}
}
.btn.static-button.btn-animated.find-out-grey{
	color:#6C6B6B;
	min-width:150px;
}
#content{
	padding-top:113px;
}
#content
{
    min-height: 70vh;
    min-height: -webkit-calc(100vh - 415px);
    min-height: -moz-calc(100vh - 415px);
    min-height: calc(100vh - 420px);
}
a.variety-link {
    position: absolute;
    bottom: 30px;
}
span.event-meta{
display:inline-block;
padding:5px 0;
}
.article-extract-content h2:hover{
text-decoration:underline;
}
a.nav-link.dropdown-toggle {
    margin: 0;
    padding: 10px 0;
}
li.nav-item.dropdown.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children, li.nav-item.menu-item.menu-item-type-post_type.menu-item-object-page{
margin:0 20px;
}

#header-container {
    padding: 0 15px;
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
@media(max-width:767px){
	#content {
		padding-top: 70px;
	}
}
.seed-1.image-border:hover {
    top: 60px;
    right: 60px;
    left: 60px;
    bottom: 60px;
    margin: 0;
}
@media(max-width:767px){
.career-page .article-btn {
    width: 50%;
	margin:0;
}
	.careers-span{
		font-size:13px;
	}
	.careers-section .careers-span{
		font-size:20px;
}
}
	.desktop-heading{
color:#b40039;
		text-transform:uppercase;
	}
.toggle-overview{
	display:none;
}
@media(max-width:767px){
	.row.job {
    margin: 0;
}
}


a.ddownload-button.button-blue.id-2764.ext-txt {
    color: #b40039;
}
a.ddownload-button.button-blue.id-2764.ext-txt, a.ddownload-button.button-blue.id-2764.ext-txt:hover, a.ddownload-button.button-blue.id-2764.ext-txt:active, a.ddownload-button.button-blue.id-2764.ext-txt:focus {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    min-width: 150px;
	text-align:center;	
	min-width:235px;
	 margin: 20px 0;
}
a.ddownload-button.button-blue.id-2764.ext-txt{
	color:#b40039;
	border-color:#b40039;
	font-size:14px;
}
a.ddownload-button.button-blue.id-2764.ext-txt:before {
    background-color: #b40039;
	color:#fff;
}
a.ddownload-button.button-blue.id-2764.ext-txt:hover{
	color:#fff;
	background-color: #b40039;
	font-size:14px;
}
.button-blue, .button-blue:hover {
    border: 1px solid #b40039;
    background-image: none;
    text-shadow:none;
    background-color: transparent;
	text-align:center;
	text-transform:uppercase;
	min-width:235px;
}
.button-blue:hover{
    color: #fff!important;
}
.button-blue{
 color: #b40039!important;
}
.button-blue:before{
	background: #b40039;
}
.ddownload-button {
    display: inline-block;
    font-size: 14px;
    text-decoration: none!important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: none;
}
row.download-buttons{
	padding: 0 10px;
}
.category-content span{
padding:10px;
}
.values{
column-count:2;
}

span.btn-animated.seed-overlay-text{
    text-align: center;
    margin: auto;
    width: 200px;
    background-color: #565958;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    padding: 25px 0;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: UniversLT-CondensedBold;
    font-weight: normal;
}

span.btn-animated.seed-overlay-text{
	color:#fff;
}
span.btn-animated.seed-overlay-text:before {
    background-color: red;
}
span.btn-animated.seed-overlay-text:hover, span.btn-animated.seed-overlay-text:focus,  span.btn-animated.seed-overlay-text:active{
	background-color:#fff;
    color: #565958;
}
@media(max-width:767px){
span.btn-animated.seed-overlay-text:hover, span.btn-animated.seed-overlay-text:focus,  span.btn-animated.seed-overlay-text:active{
	background-color:#fff;
    color: #565958;
	}
}
@media(min-width:1300px){
	div#seed-directory.menu--active {
		position:fixed;
		width: 600px;
	}
}





.search-form form#desktop-search {
  transition: all 0.15s;
}
.search-form form#desktop-search.explode {
  opacity: 0;
}
.search-form form#desktop-search {
  width: 15px;
  height: 23px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.search-form input[type="submit"]{
  display: none !important;
}
.search-form input#desktop-search-box {
  width: 100%;
}
.search-form input#desktop-search-box {
  background: none;
  border: 2px solid #fff;
  border-radius: 26px;
  box-sizing: border-box;
  padding: 0 9px 0;
  font-size: 14px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.search-form input#desktop-search-box:focus {
  outline: none;
}
.search-form .after{
  width: 25px;
  height: 27px;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: -4;
}
.search-form form#desktop-search.open .after {
 cursor: pointer;
}
.search-form .after:before,
.search-form .after:after {
  content: '';
  width: 13px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transform-origin: 100% 100%;
}
.submit-search-form .after{
	display:none;
}
.submit-search-form.open .after {
  display:block;
}
.search-form input#desktop-search-box, .submit-search-form{
	opacity:1!important;
}
.search-form .after:after{
  bottom: -3px;
  right: -8px;
  transform: rotate(45deg);
}
.search-form .after:before {
  top: -3px;
  right: -3px;
  transform: rotate(-45deg);
  opacity: 0;
}
.search-form form#desktop-search,
.search-form form#desktop-search .after,
.search-form form#desktop-search .after:before,
.search-form form#desktop-search .after:after {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.search-form form#desktop-search .after,
.search-form form#desktop-search .after:before,
.search-form form#desktop-search .after:after {
  animation-duration: 0s;
}
.search-form form#desktop-search.in {
  animation-name: expand;
}
.search-form form#desktop-search.in .after:before {
  animation-name: beforemagic;
}
.search-form form#desktop-search.in .after:after {
  animation-name: aftermagic;
}

.search-form form#desktop-search.close,
.search-form form#desktop-search#desktop-search.close .after,
.search-form form#desktop-search.close .after:before,
.search-form form#desktop-search.close .after:after {
  animation-direction: reverse;
}
.search-form form#desktop-search.close {
  animation-name: expand;
}
.search-form form#desktop-search.close .after:before {
  animation-name: beforemagic;
}
.search-form form#desktop-search.close .after:after {
  animation-name: aftermagic;
}

/* Hold final focused state
 ****************************/
.search-form form#desktop-search.open {
  width: 250px;
  color: #fff;
}
.search-form form#desktop-search.open .after {
  z-index: 3;
  right: 0;
}
.search-form form#desktop-search.open .after:before {
  width: 14px;
  top: 4px;
  right: 13px;
  opacity: 1;
}
.search-form form#desktop-search.open .after:after {
  width: 14px;
  bottom: 10px;
  right: 15px;
}

@keyframes aftermagic {
  0%   {}
  10% {
    width: 14px;
    bottom: -10px;
    right: -10px;
  }
  15%{
    opacity: 1;
  }
  35% {
    width: 13px;
    bottom: -3px;
    right: -3px;
     opacity: 1;
    
  }
  25% {
    opacity: 1;
  }
  64% {
    opacity: 1;
  }
  65% {
    opacity: 1;
    width: 13px;
    bottom: -2px;
    right: -3px;
  }
  75% {
    width: 14px;
    bottom: 4px;
    right: 10px;
  }
  90% {
    width: 14px;
    bottom: 10px;
    right: 15px;
  }
  100% {
    width: 14px;
    bottom: 10px;
    right: 15px;
  }
}
@keyframes beforemagic {
  0%   {}
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    width: 13px;
    top: -4px;
    right: -3px;
  }
  60% {
    width: 14px;
    top: 6px;
    right: 10px;
  }
  80% {
    width: 14px;
    top: 4px;
    right: 13px;
  }
  100% {
    width: 14px;
    top: 4px;
    right: 13px;
    opacity: 1;
  }
}
@keyframes expand {
    0%   {
      color: transparent;
    }
  20% {
    width: 50px;
  }
  40% {
    width: 100px;
  }
  60% {
    width: 150px;
  }
	 80% {
    width: 200px;
  }
    100% {
      width: 250px;
      color: #fff;
    }
}
form#desktop-search input{
	height: 23px;
}
.search-form form#desktop-search.open {
    width: 300px;
    color: #fff;
    background-color: #b40039;
}
.search-form form#desktop-search {
    background-color: #b40039;
}
.search-form #desktop-search.submit-search-form{
	position: absolute!important;
    max-width: 210px;
    right: 0;
    top: 0;
}
.search-form {
    display: inline-block;
    width: 24px;
}

form#desktop-search:after {
    content: "\f002";
    font-family: fontAwesome;
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 12px;
}
form#desktop-search.in:after,
form#desktop-search.open:after,
form#desktop-search.close:after{
    content: none;
}
@media (max-width: 992px){
	.search-form #desktop-search.submit-search-form {
		max-width: 150px;
	}
}
@media(max-width:767px) {
    .enthusiasm {
        order: l;
    }
    .specialism {
        order: 2;
    }
    .teamwork {
        order: 3;		
    }
    .integrity {
		order: 4;
	}
    .relationships {
        order: 5;
	}
	
    .values {
    column-count: 1;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	.career-banner-img{
		margin:0;
	}
}
@media(min-width:320px) and (max-width:344px){
	.specialism {
        order: 2;		
		border-right:none;
    }
    .teamwork {
        order: 3;		
		border-right:1px solid #fff!important;
    }
    .integrity {
        order: 4;
		border-right:none!important;
		padding:0 10px!important;
    }
    .relationships {
        order: 5;
		border-right:none;
	}
}
@media(min-width:344px) and (max-width:356px) {
	.specialism {
        order: 2;		
		border-right:none;
    }
    .teamwork {
        order: 3;		
		border-right:1px solid #fff!important;
    }
    .integrity {
        order: 4;
		border-right:none!important;
		padding:0 10px!important;
    }
    .relationships {
        order: 5;
		border-right:none;
	}
}
@media(min-width:356px) and (max-width:446px){
    .teamwork {
        order: 3;		
		border-right:none!important;
    }
    .integrity {
        order: 4;
		border-right:1px solid #fff!important;
    }
    .relationships {
        order: 5;
		border-right:none;
	}
}
@media(min-width:446px) and (max-width:644px){
	.teamwork {
        order: 3;		
		border-right:1px solid #fff!important;
    }
	
    .integrity {
        order: 4;
		border-right:none;
    }
	.relationships {
        order: 5;
		border-right:none;
	}
}
@media(min-width:644px) and (max-width:767px) {
    .integrity {
        order: 4;
		border-right:1px solid #fff!important;
    }
	.static-content.animated{
    display:block;
	margin:auto;
	}
    .relationships {
        order: 5;
		border-right:none;
	}
}
@media(max-width:450px){	
.banner-mobile{
	display:block;
}
.banner-desktop{
	display:none;
}
}
@media(min-width:450px){	
.banner-desktop{
	display:block;
}
	.banner-mobile{
	display:none;
}
}
@media(max-width:767px){
	.career-img {
    height: 250px;
}
}
.mobile-table-styles{
padding:0;
}
.row.job:nth-child(even){
background-color:#eaeaea;
	padding:20px 0;
}
.row.job{
	padding:20px 0;
}
@media(min-width:767px) and (max-width:1200px){
.download-button {
    margin: 20px 0px 20px 90px;
    color: #b40039;
    border-color: #b40039;
}
}

.table-odd{
	background-color:#fff;
}
.table-even{
	background-color:#eaeaea;
}
@media(max-width:767px){
tr.toggle-overview{
display:grid;
	}
	.article-btn.animated {
    width: 100%;
    text-align: center;
}
	.download-buttons{
margin:20px 0 10px;
	}
}

.table-open .toggle-overview{
	display:block;
}

table[id^="table-mobile-"]{
	display:none;
}

table[id^="table-mobile-"].mobile-open {
	display:block;
}
.careers-h2{
	text-transform:none!important;
}
.hide-mobile th{
text-transform:uppercase;
}
.italic-deadline{
font-style:italic;
}
@media(max-width:767px){
	.first-section {
    text-align: center;
    padding: 20px;
}
	.career-page h1{
		font-size:2rem;
	}
	.first-section p:first-of-type{
		font-weight:bold;
		margin:5px 0 15px 0;
}
	.career-page .static-content h2 {
    margin-bottom: 20px!important;
}
	.position-h2{
		font-size:1.5rem;
	}
	.row.job:nth-of-type(even){
		background:#eaeaea;
	}
	table th, table td{
padding:10px 20px;
	}
	td:first-of-type.job-position-extra, td:first-of-type.job-overview-extra{
		font-weight:bold;
	}
	.career-page p, .career-page li, td.job-overview-extra.pink-text, td.job-position-extra, td.job-overview-extra {
    font-size: 18px;
}
}
.directory-list em, #desktop-search-box{
	cursor:pointer;
}
.submit-search-form.open #desktop-search-box{
	cursor:default;
}
span.share-label {
    padding-top: 2px;
    display: inline-block;
}
#news-filter ul{
	list-style-type:none;
}
.cookie-policy-close{
	cursor:pointer;
}

.image-border.page {
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    margin: 0;
}
.category-content {
    width: 200px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: fit-content;
    padding: 10px;
	border-radius:8px;
    background-color: rgb(180, 0, 58);
}

@media(min-width:767px) and (max-width:891px){
.category-content {
    width: 200px;
	}
}

@media(min-width:891px) and (max-width:1100px){
.category-content {
    width: 150px;
	}
}

.image-border .overlay-text{
	font-weight:bold;
}
.png-logo{
	display:none;
}
.svg-logo{
	display:block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .png-logo{
		display:block;
	}
	.svg-logo{
		display:none;
	}
}
@supports (-ms-ime-align:auto) {
   .png-logo{
		display:block;
	}
	.svg-logo{
		display:none;
	}
}body .ui-datepicker {
    padding: 0 20px 20px;
    border-radius: 0;
    border: 1px solid #565958;
	width:auto;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: #555555;
    text-align: center;
}
.ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active,
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover{
    border: 1px solid #b40039;
    background: #b40039;
    color: white;
}
.ui-datepicker-calendar{
	padding: 0 45px;
}
.ui-datepicker-calendar thead{
	display:none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    margin: 0 -20px 20px;
    border: none;
    border-radius: 0;
    background: #ebebea;
}
.specialist-select input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #565958;
    border: 1px solid #565958;
    border-radius: 4px;
    font-size: 14px;
	background-color:white;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span{
	background:none;
}
.ui-datepicker-next:after {
    content: "\f054";
    font-family: FontAwesome;
    display: block;
    padding-top: 15px;
    padding-left: 10px;
}
.ui-datepicker-prev:after {
    content: "\f053";
    font-family: FontAwesome;
    display: block;
    padding-top: 15px;
    padding-left: 5px;
}
.ui-datepicker .ui-datepicker-header {
    padding: 15px 0;
    font-size: 14px;
    color: #565958;
}
.footer-icons {
    position: absolute;
    right: 15px;
    bottom: 7px;
    display: flex;
    align-items: flex-end;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0;
    background: transparent;
    font-weight: normal;
    color: #212121;
}
.ui-datepicker-prev, .ui-datepicker-next{
	height:100%;
}
.ui-datepicker-title{
	cursor:pointer;
}

.reset-search{
	display:none;
	padding-left:5px;
}
.reset-search.active{
	display:inline-block;
}
.reset-search > span{
	color:#b40039;
	cursor:pointer;
}
.ui-datepicker-title{
	text-transform:uppercase;
}
div#ui-datepicker-div {
    max-width: 256px;
}

@media(min-width:767px){
	.dropdown-menu.depth_0{
		display:none!important;
	}
	.dropdown-menu.depth_0.open{
		display:inline-block!important;
	}
}
.vacancies-table th{
	font-size:20px;
	text-transform:uppercase;
}
.vacancies-table tr{
	font-size:20px;
}

@media(max-width:767px){
	.job-overview{
		display:none;
	}
	.vacancies-table th{
		font-size:18px;
		border-bottom:none;
}
	th.job-position{
		order:1;
}
	tr.job-position{
		order:2;
}
	th.job-location{
		order:3;
}
	tr.job-location{
		order:4;
}
	.btn.static-button.btn-animated.find-out-grey{
		margin:auto;
	}
	.download-buttons {
    margin: 0 0 20px;
}
	.article-btn.animated{
		margin:10px 0;
	}
	
}

@media(min-width:768px) and (max-width:1200px){
	.vacancies-table .job-position {
		width: 33.3%;
	}
	.vacancies-table .job-location{
		width:20%;
	}
	
	.table-open td:nth-of-type(1n){
		width:33.3%;
	}
	.table-open td:nth-of-type(2n){
		width:66.6%;
	}
	
	
}
@media(min-width:767px) and (max-width:991px){
	.article-btn {
    width: 50%;
}
	.button-blue, .button-blue:hover {
    min-width: 200px;
    width: 230px;
}
}
@media(min-width:992px) and (max-width:1200px){
	.article-btn {
    width: 40%;
}
	.button-blue, .button-blue:hover {
    min-width: 200px;
    width: 230px;
}
}

/*  Vacancies Mobile */
@media(max-width:767px){
	table.vacancies-table thead {
		display: none;
	}
	.vacancies-table tbody tr {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.vacancies-table tbody tr td{
		width: 100%;
		display: block;
	}
	.vacancies-table button.btn.static-button.btn-animated.find-out-grey {
		position: absolute;
		bottom: 16px;
		top: auto;
	}
	.vacancies-table tbody tr td.job-overview {
		order: 999;
		display: none;
	}
	.vacancies-table tbody tr td.job-location {
		max-width: 50%;
	}
	.vacancies-table tbody tr.row-v-even{
		background-color:#fff;
	}
	.vacancies-table tbody tr.row-v-odd{
		background-color:#eaeaea;
	}
	.vacancies-table .card-body{
		background-color:transparent;
	}
}
.vacancies-table tbody tr.table-open{
	display:block;
	
}
@media(min-width:767px){
	.vacancies-table tr{
		width:100%;
    	display: table;
	}
	.row-v-even.table-open{
		width: 100%!important;
  		max-width: 100%;
	}
	
	
}
@media(min-width:1200px){
	.table-open td:nth-of-type(1n){
		width:23%;
	}
	.table-open td:nth-of-type(2n){
		width:75%;
	}
}
.vacancies-table tbody tr.row-v-even{
		background-color:#fff;
	}
	.vacancies-table tbody tr.row-v-odd{
		background-color:#eaeaea;
	}

	.vacancies-table .card-body{
		background-color:transparent;
	}
.team-member-image-admin{
	height:350px; 
}
@media(min-width:991px) and (max-width:1200px){
	.team-member-image-admin{
	height:300px; 
}
}
.svg-seed-images img{
height:20px;
	width:20px;
	margin-right:5px;
}
.svg-seed-images{
	display: flex;
    flex-wrap: wrap;
	padding:0;
	color:#9cb942;
	margin:10px 0;
}
.svg-seed-images span{
	margin:5px 10px 5px 0;
}
@media(max-width:992px){
	.three-img-section{
		margin-bottom:10px;
	}
}

.catch-bg{
	padding:20px;
}
@media(max-width:767px){
	.seed-bottom-sections{
		padding:0 15px;
	}
}
button.tag-search-btn{
	background-color:#b40039;
	padding:10px 20px;
	border-radius:8px;
	border:1px solid #b40039;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	margin:5px 15px;
	cursor:pointer;
}
.filter-tag h2{
	display:flex;
	align-items:center;
}
@media(max-width:350px){
	.about-content.grey-bg, .about-content.pink-bg{
		min-width:300px;
		width:100%;
	}
}
@media(min-width:767px){
li.nav-item.custom-mobile-link.menu-item.menu-item-type-custom.menu-item-object-custom{
	display:none;
	}
}
p.seed-nav-desc{
	display:none;
}
.specialists-link.link--active + p.seed-nav-desc{
	display:block;
}
.image-border .overlay-text {
    font-weight: normal;
    font-family: UniversLT-CondensedBold;
    margin:auto;
}
.image-overlay, .image-overlay:hover, .image-overlay:focus, .image-overlay:visited, .image-overlay:active {
    display: flex;
    align-items: center;
    justify-items: center;
}
@media(max-width:767px){
.image-border .overlay-text {
font-size:16px;
}
}

.catch-cust-container{
	max-width:1100px;
	margin:auto;
}
.benefit-boxes .pink-text{
	font-weight:bold;
}
.benefit-cont{
	margin:0;
}
.catch-bg {
    background-color: #ebebea;
    color: #565958;
    padding: 30px;
    font-weight: normal;
}
.benefit{
	margin:20px 0;
}
.benefit-container {
    height: 100%;
    background: #ebebea;
}
@media(max-width:767px){
	.benefit {
    	margin: 11px 0;
	}
	.row.flex-row.seed-bottom-sections{
		margin:10px;
	}
	.seed-bottom-sections-v2 .seed-container {
		margin-bottom: 20px;
	}
	#left-hand-nav{
		padding:0;
	}
	#seed-types .seed-bottom-sections{
		padding:0
	}
	#crop-details, #crop-details .member-filter{
		padding:0;
	}
}
.veg-1, .veg-2, .veg-3, .veg-4, .agri-1, .agri-2, .agri-3, .agri-4, .treatment-1, .treatment-2, .treatment-3, .treatment-4 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}
.seed-bottom-sections-v2 .seed-container {
    position: relative;
}

.row.flex-row.mobile-home-section + .row{
	margin:0 -15px;
}
.row.grey{
	margin:0;
}

.rec-images .seed-container{
	width:100%;
	padding-bottom:75%;
	position:relative;
	margin-bottom:30px;
}
.rec-images .seed-container div[class^="link-"]{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
}
.blue-quote-content{
	position:relative;
}
@media(min-width:1200px){
	
	.page-template-Treatment .blue-quote-content::after {
		content: '"';
		padding: 20px;
		right: 0;
		margin: -90px 25px;
		font-size: 110px;
		position: absolute;
		bottom: 90px;
	}
}
@media(min-width:992px) and (max-width:1200px){
	.page-template-Treatment .blue-quote-content::after {
		bottom: 35px;
	}
}
@media(min-width:767px) and (max-width:992px){
	.page-template-Treatment .blue-quote-content::after {
		bottom: 140px;
	}
}
@media(max-width:767px){
	.page-template-Treatment .blue-quote-content::after {
		bottom: 15px;
	}
}
@media(max-width:414px){
    .veg-quote-section .quote-image {
        background-size: cover;
        order: 0;
        height: 260px;
        background-position: center;
        background-image: url(/wp-content/uploads/2018/09/Elsoms_12Oct17_AW105-mobile.png) !important;
    }
}
@media(min-width:415px) and (max-width:767px){
    .veg-quote-section .quote-image {
    background-size: cover;
    order: 0;
    height: 300px;
    background-position: 0px 0;
    background-image: url(/wp-content/uploads/2018/09/Elsoms_12Oct17_AW105-mobile.png) !important;
}
    }

.seeds {
    position: absolute;
    bottom: 10px;
    right: 0;
}
img.seed-icon {
    width: 30px;
    margin-right: 10px;
}
.icon-green{
height:20px;
	margin-right:5px;
}
.seed-icon-section{
	display:flex;
	align-items:center;
	color:#9cb942;
	margin:5px;
}
.seed-icon-box{
display:flex;
flex-wrap:wrap;
	margin:20px 0;
}
@media(max-width:414px){
	.page-template-Treatment .veg-quote-section .quote-image{
		min-height:500px;
	}
}
.filter-tag a.selected-tag {
    color: #b40039 !important;
}
.flipped .face.back {
    backface-visibility: visible;
	transition: 0.5s ease-in-out all;
}