/*
    Theme Name: ACF Pro
    Theme URI: http://megaphonedesigns.com
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://megaphonedesigns.com
    Version: 4

    Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

    Template: genesis
    Template Version: 3
    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements.button a {
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
        - Headings
        - Objects
        - Gallery
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack 
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
    - Comments
    - Sidebars
    - Sub Foooter
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - ACF Pro Blue
        - ACF Pro Orange
        - ACF Pro Purple
        - ACF Pro Red
    - Media Queries
    - Retina Display
        - Retina
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px

*/




/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
    normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

@font-face {
    font-family: 'Raleway';
    src: url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    /*    font-family: sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth !important;
    /*scroll-margin-top: 400px!important;  */


}


/*#spring-wheat{scroll-margin-top: 300px;}*/

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 800
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}




/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #ffffff;
    color: #49484b;
    font-weight: 400;
    line-height: 28px!important;
    font-family: 'Lato', sans-serif;
    -webkit-backface-visibility: hidden;
    margin: 0;
    scroll-behavior: smooth !important;

}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child {
    margin-top: 0 !important;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child {
    margin-bottom: 0 !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #337939;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #74a63f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    margin: 0 0 21px;
    padding: 0;
}

.footer-widgets strong {
    color: inherit;
}

ol,
ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

body .entry-content :is(ul, ol).multi-column-list {
    column-count: 3;
    column-width: 190px;
    width: 1000px;
    max-width: 92%;
    column-gap: 40px;
    margin: 0 auto !important;
    display: block;
}

ul li:first-letter,
ol li:first-letter {
    text-transform: uppercase;
}

.entry-content ul {
    display: inline-block;
}

blockquote,
blockquote::before {
    color: #5f85c9;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    font-style: italic;
    line-height: 1.2;
}

blockquote {
    margin: 40px;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */
.white-text,
.white-text>* {
    color: #ffffff;
    text-shadow: 1px 1px 3px #0000006e;
}

.white-text a {
    color: #fff;
    text-decoration: underline;
}

.white-text h1,
h1 .white-text {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
    color: #fff;
}

/* h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 12px;
   font-family: 'Raleway-Bold' !important;
} */

h1 {
    font-size: 58px;
    font-weight: 900;
    padding: 0;
    margin: 0 auto 35px;
    line-height: 1.2;
    display: block;
    word-spacing: 5px;
    position: relative;
    color: #000000;
    text-align: center;
    letter-spacing: 0.5px;
    /*    font-family: 'Raleway-Bold' !important;*/
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

h2 {
    font-size: 48px;
    color: #58585a;
    font-weight: 900;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    margin: 0px 0 20px;
    line-height: 1.18;
    word-spacing: 3px;
    text-transform: capitalize;
    /*    font-family: 'Raleway-Bold' !important;*/
}

h3 {
    font-size: 25px;
    margin-bottom: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #74a63f;
    font-weight: 600;
}

.sp-easy-accordion>.sp-ea-single>h3.ea-header {
    border: none;
}

h3:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3.gsection_title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

h4 {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #686868;
    font-weight: 600;
    word-spacing: 1px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

.wp-video {
    margin: 12px auto;
}

img {
    height: auto;
}

.featured-image-area {
    overflow: hidden;
    flex: 0 0 700px;
    height: auto;
    display: block;
    vertical-align: middle;
    background-size: cover;
    position: relative;
    background-position: top;
    position: relative;
    top: 0;
    /* opacity: 0; */
    background-position: 50% 46%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}

.no-post-thumbnail .featured-image-area {
    display: none;
}

.featured-image-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-background.featured-image {
    height: 100%;
    position: absolute;
    overflow: auto;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed;
    height: 700px;
}

@keyframes fade_in_background {
    0% {
        background-color: #767e86;
        opacity: 0;
        transform: scale(1.08);
    }

    100% {
        background-color: transparent;
        opacity: 1;
        transform: scale(1);
    }
}

.page-template-page_blog .featured-image-area {
    top: 0px;
    margin-bottom: -11px;
}

.top-featured-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: middle;
}


/* Forms
--------------------------------------------- */
input,
select,
textarea {
    background-color: #fff;
    color: #616167;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
    border: 1px solid #d6d5d5;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #7d7d83;
    opacity: 1;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #7d7d83;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button {
    color: #fff;
    background-color: #424242;
    border-radius: 30px;
    cursor: pointer;
    padding: 9px 27px;
    display: inline-block;
    margin: 3px;
    font-weight: 500;
    font-family: 'Raleway';
    line-height: 1.2;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 9995;
    font-size: 16px;
    width: auto;
    /*    font-family: 'Hind Vadodara', sans-serif;*/
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}

.white-text .button,
.white-text.button a {
    color: #fff !important;
    text-decoration: none;
    background-color: #5c758f;
}

.white-text.button {
    border-color: #fff;
}

.white-text.button:hover,
.white-text.button:hover a {
    color: #fff;
}

.button:hover,
.embed_download a:hover {
    /* color: #fff; */
    background-color: #58585a !important;
    transform: translateY(-4px);
    color: #fff !important;
}

.button:hover>* {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}

.button a {
    text-decoration: none;
}

.button:hover>* {
    color: #fff !important;
}

.button:hover a {
    color: #ffffff;
}

.button a,
button a {
    color: #ffffff;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Site Containers
--------------------------------------------- */
.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.site-inner {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 9996;
}

.page-template-page_blog .site-inner {
    background-color: transparent;
}

/* Column Widths and Positions
--------------------------------------------- */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */
.content {
    background-color: #fff;
}

.ACF-pro-home .content {
    margin: 0;
}

.content-sidebar .content-sidebar-wrap {
    width: 1280px;
    max-width: 100%;
    margin: 60px auto;
    display: block;
    overflow: auto;
}

.content-sidebar.no-post-thumbnail .content-sidebar-wrap {
    margin-top: 40px;
}

.content-sidebar .content {
    width: 65%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 550px;
}

.archive .content {
    padding: 15px 0;
    max-width: 100%;
    width: 1150px;
    max-width: 95%;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.page-template-simple_page .content {
    width: 1180px;
    margin: 58px auto;
    max-width: 95%;
}

/* Primary Sidebar */
.sidebar-primary {
    float: right;
    width: 35%;
    /* background-color: #f5f5f5; */
    padding: 29px 2%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Search Form
--------------------------------------------- */
.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

/* Titles
--------------------------------------------- */
.archive-title {
    font-size: 20px;
}

.page .entry-header,
.single .entry-header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /*    font-size: 0;*/
    position: relative;
    z-index: 9997;
    overflow: hidden;
    /* background-color: #061624; */
    min-height: 462px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

.home .entry-header {
    display: none !important;
}

.no-post-thumbnail.page .entry-header,
.no-post-thumbnail.single .content .entry-header,
.archive .entry-header {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: left;
}

.no-post-thumbnail.page.page-template-simple_page .entry-header {
    margin: 0 auto;
}

.no-post-thumbnail.single .content .entry-header {
    margin-bottom: 0;
}

.no-post-thumbnail.page .entry-header .entry-title,
.no-post-thumbnail.single .content .entry-header .entry-title {
    text-shadow: none;
    animation: none;
    opacity: 1;
    transform: none;
    padding: 0;
    text-shadow: 1px 2px 2px #0000002b;
    color: #fff;
    background: transparent;
    display: none;
}

.page-template-page_blog .entry-header {
    width: 100% !important;
    padding: 0;
    margin-top: 40px !important;
}

.page-header {
    text-align: left;
    width: 1180px;
    max-width: 100%;
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dedede;
}

.no-post-thumbnail .page-header {
    margin-top: 55px;
}

.page-header h1 {
    font-size: 45px;
    width: auto;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto;
    padding: 0 0 0 11px;
    display: block;
    max-width: 100%;
    font-variant: small-caps;
    text-transform: none;
    color: #182e44;
}

.archive .entry-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive .entry-header .entry-title {
    width: 100%;
    font-size: 40px;
    padding: 6px;
}

.home .content .entry-header {
    display: none;
}

.entry-header:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.entry-title {
    line-height: 1.2;
    margin: 0 auto;
    max-width: 100%;
    text-transform: none;
    position: relative;
    z-index: 9996;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.archive .entry-title {
    font-size: 27px;
}

@keyframes entry_title {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.entry-header .entry-title {
    font-size: 60px;
    color: #fff;
    padding: 14px 5%;
    text-shadow: rgb(0 0 0 / 11%) 2px 2px 9px;
    font-weight: 800;
    opacity: 0;
    transform: scale(0.9);
    animation: entry_title 1.5s 1 forwards 0.55s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin: 0;
    /* background-color: rgba(116, 166, 63, 0.75)#1d3448db; */
    width: 100%;
    background: rgba(116, 166, 63, 0.75);
    font-family: 'Raleway-ExtraBold';
}

.brown-tones .entry-header .entry-title {
    background: rgb(181 138 57 / 84%);
}

.entry-header .custom-header h1 {
    font-size: 62px;
    color: #fff;
    text-shadow: rgb(0 0 0 / 11%) 2px 2px 9px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0 0 14px;
    /* background-color: #1d3448db; */
}

.entry-header .custom-header h2 {
    font-size: 34px;
    color: #fff;
    text-shadow: rgb(0 0 0 / 11%) 2px 2px 9px;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0;
    /* background-color: #1d3448db; */
}

.search .entry-title {
    padding: 0;
    margin-bottom: 26px;
    border: none;
    text-align: left;
}

.content .entry-title a {
    color: #454548;
}

.archive .entry-title a {
    color: #454548;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.page-template-page_blog .entry:nth-of-type(n+2) .entry-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    border: none;
    animation: none;
    opacity: 1;
    transform: none;
}

.widget-title {
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0 auto 35px;
    line-height: 1.2;
    display: block;
    word-spacing: 5px;
    position: relative;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.widget-title:after {
    content: '';
    height: 3px;
    width: 250px;
    background-color: #000000;
    display: block;
    margin: 6px auto 0;
    max-width: 100%;
}

.sidebar .widget-title {
    color: #000000;
    text-align: left;
    font-weight: 300;
    letter-spacing: 1.2px;
    font-size: 27px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 16px;
}

img.alignnone,
.alignnone {
    display: block;
    margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 9px 33px 17px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption {
    margin: 0 0 10px;
}

.wp-caption-text {
    text-align: center;
    text-transform: uppercase;
}

.wp-caption-text a {
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
}

.wp-caption-text .button {
    background-color: #d6d6d7;
}

.wp-caption-text .button:hover {
    background-color: #ffffff;
}

.wp-caption-text .button:hover a {
    color: #397ea6;
}

.wp-caption-text .button a {
    font-weight: 300;
    text-transform: uppercase;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
    word-wrap: break-word;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol>li:last-child,
.widget ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Featured Content
--------------------------------------------- */
.more-from-category {
    border-top: 1px dotted #494949;
    margin-top: 10px;
    padding-top: 10px;
}

.entry-more-button {
    line-height: 1;
    background-color: #1d29a3;
    display: inline-block;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.entry-more-button:hover {
    background-color: #8292c8;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.entry-more-button a {
    color: #fff;
    padding: 15px 21px;
    display: block;
}
 .page-template-genesis-exports .inner-banner-content h1{width: 382px;
    margin-left: 0px;}
.page-template-genesis-exports .simple-image img{width: 86%;
  padding: 5px 0px;}

.page-template-genesis-exports .inner-banner-content p{width: 329px;}

/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
    /* font-size: 16px; */
    padding: 5px !important;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    font-size: 18px;
}

body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    margin-bottom: 10px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    padding: 0 0 13px !important;
}

.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    padding: 0 1% !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 16px !important;
}

body .gform_wrapper {
    margin: 38px auto;
}

body .gform_wrapper {
    margin: 38px auto 0;
    padding: 14px 4%;
}

body .entry-content .gform_wrapper {
    border: 1px solid #ccc;
}

.top-aligned.main-section .gform_wrapper {
    margin: 0 auto 38px;
}

body .gform_wrapper label.gfield_label {
    font-weight: 300;
    color: #464646;
    font-size: 21px;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ececec;
    padding: 21px;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
    color: #92272b;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
    /* color: #ffffff; */
    cursor: pointer;
    width: auto;
    display: inline-block;
    border: none;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gform_footer {
    text-align: center;
    margin: 8px 0 25px !important;
    padding: 0 !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gform_footer a {
    font-weight: 800;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gform_footer:hover a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gform_wrapper .gform_body {
    width: 100% !important;
}

.gf_progressbar {
    border-radius: 8px !important;
}

.gform_wrapper .gf_progressbar_percentage {
    background-color: #013e7e !important;
    border-radius: 8px !important;
}

.gform_wrapper .gfield_required {
    color: #cc394a !important;
    font-size: 20px;
}

.footer-widgets .gform_wrapper .gfield_required {
    display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.before-header .widget-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1180px;
    margin: 0 auto;
    max-width: 94%;
    font-size: 16px;
    line-height: 1.1;
}

.before-header {
    text-align: center;
    background-color: #003e7e;
    color: #ffffff;
    padding: 4px 0;
    /* top: 213px; */
    left: 0;
    font-size: 18px;
    overflow: auto;
    line-height: 1;
    z-index: 9999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    background: #58595b;
}

.brown-tones .before-header {
    background: linear-gradient(133deg, #a0792d, #e0af50);
}

.brown-tones .button {
    background: #a0792d;
}

.brown-tones .before-header .fa {
    background: #a0792d;
}

.before-header .widget:nth-child(1) a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.before-header .widget:nth-child(1) a .fas {
    margin-right: 8px;
}

.before-header .fa {
    font-family: 'Font Awesome 5 Pro', 'Font AWesome Pro Free', 'Font Awesome 5 Brands', 'Hind Vadodara' !important;
    width: 32px;
    height: 32px;
    background: #1eab4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.before-header .fa:before {
    font-size: 20px;
}

.before-header .fa:before {
    /* margin: 0 3px 0 0; */
}

.before-header .widget:nth-child(2) a {
    color: #fff;
}

.before-header a:hover {
    color: #3a2510;
}

/*.before-header .widget:nth-child(1) li {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

/*.before-header .widget:nth-child(2) li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    padding: 0;
    position: relative;
}
*/
.before-header .hidden-text {
    visibility: hidden;
    font-size: 0;
    height: 20px;
    width: 20px;
}

.before-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-left: 10px;
}

.before-header li {
    margin: 0 10px;
    padding: 0;
}

.before-header ul li:nth-child(1) {
    margin-right: 20px;
}

.before-header li::marker {
    color: #84b441;
}

.before-header .widget:nth-child(2) ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-header .widget:nth-child(2) {
    width: auto;
}

.before-header .widget .textwidget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.before-header .widget p {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto;
    margin: 5px 10px !important;
}

.before-header .widget br {
    /* display: none; */
}

.before-header .button {
    float: left;
    padding: 5px 16px 8px;
    font-size: 19px;
}

.before-header .button:hover {
    background-color: transparent;
}

.before-header br:after {
    content: '';
    background-color: #fff;
    width: 2px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 1;
}

.before-header .widget_nav_menu #menu-social-media .menu-item a {
    font-weight: 800;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block;
}

.before-header .widget_nav_menu #menu-social-media .menu-item {
    margin: 0 12px;
    text-align: center;
    display: inline-block;
    padding-bottom: 0;
}

.before-header .widget_nav_menu #menu-social-media .menu-item .fa {
    font-size: 22px;
    display: block;
}

.page-id-1709 .banner-main-div {
    position: relative;
}

.site-header {
    color: #fff;
    top: -1px;
    z-index: 9998 !important;
    width: 100%;
    padding: 3px 0 4px;
    position: sticky;
    background: linear-gradient(to bottom, #fff, #ffffffc7);
    box-shadow: 0 0 3px #0003;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.site-header:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.small-header .site-header:before {
    opacity: 1;
}

.site-header .widget {
    margin-bottom: 0;
    display: block;
    position: relative;
    z-index: 9999;
    width: 100%;
}

.site-header .widget:nth-child(1) {
    width: 230px;
    line-height: 0;
    font-size: 0;
    z-index: 9999;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.small-header .site-header .widget:nth-child(1) {
    width: 198px;
}

.site-header .widget:nth-child(1) h1 {
    font-size: 27px;
    margin: 0 auto;
    padding: 0;
    word-spacing: -3px;
    text-transform: uppercase;
}

.site-header .widget:nth-child(1) h1 a {
    color: #fff;
}

.site-header .widget:nth-child(1) h1 a strong {
    color: #d3d3d3;
    font-weight: 300;
}

.site-header .widget:nth-child(1) h1:after {
    display: none;
}

.site-header .widget_nav_menu {
    display: inline-block;
    margin: 0;
    width: auto;
    text-align: center;
    position: relative;
    z-index: 9998;
    vertical-align: middle;
    float: right;
    font-size: 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
    display: none;
    float: left;
    padding: 14px 0;
    width: 340px;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    float: none;
    /* display: block; */
    margin: 0 auto;
    position: relative;
    width: 1500px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.site-header .widget li {
    border-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.site-header .genesis-nav-menu li li {
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
    background-color: rgba(52, 57, 60, 0.65);
    text-align: left;
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    display: inline-block;
    font-size: 0;
    line-height: 6px;
    display: block;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: center;
    float: none;
    position: relative;
}

.genesis-nav-menu a {
    display: block;
    padding: 5px 0;
    font-size: 17px;
    color: #000;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-familiy: 'Hind Vadodara', sans-serif;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu>.menu-item:last-child:hover {
    /* transform: translateY(-2px); */
}

.wf-loading .genesis-nav-menu a {
    visibility: hidden;
}

.genesis-nav-menu .menu-item>a {
    overflow: hidden;
}

.genesis-nav-menu>.menu-item>a {
    cursor: pointer;
}

.genesis-nav-menu:hover>.menu-item:hover>a {
    color: #74a63f;
}

.genesis-nav-menu .menu-item .sub-menu {
    opacity: 0;
    position: absolute;
    z-index: 999;
    text-align: left;
    top: 18px;
    width: 100%;
    width: 225px;
    border-top: 21px solid transparent;
    opacity: 0;
    pointer-events: none;
    left: auto;
    margin-left: -4%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item {
    background-color: transparent;
    overflow: hidden;
    margin-top: 0;
    float: none;
    display: block;
    width: auto;
}

.genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom: none;
}

.genesis-nav-menu .sub-menu a {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    /* 6px 12px; */
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    border-left: none;
    background-color: #5c758e;
    display: block;
    float: left;
    width: 100%;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover>a {
    color: #ffffff;
}

.genesis-nav-menu .menu-item:hover .sub-menu a {
    opacity: 1;
}

.genesis-nav-menu:hover .sub-menu .menu-item:hover>a {
    color: #fff;
    background-color: #182635;
}

@keyframes menu {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.035);
    }
}

.genesis-nav-menu:hover .sub-menu .menu-item:hover {
    /* animation: menu 0.5s 1 forwards; */
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    transition: all .4s ease-in-out 0.05s;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    opacity: 1;
    transform: translateX(0px) scale(1);
    pointer-events: all;
    -webkit-transition: all .4s ease-in-out 0.05s;
    -moz-transition: all .4s ease-in-out 0.05s;
    -ms-transition: all .4s ease-in-out 0.05s;
    -o-transition: all .4s ease-in-out 0.05s;
    transition: all .4s ease-in-out 0.05s;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu {
    display: block;
    float: right;
    position: relative;
    margin: 0;
    opacity: 1;
    background-color: #6d7e9b;
    top: 0;
    z-index: 9999;
    left: 0;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
    display: block;
    float: right;
    margin: 0;
    border-top: none;
    top: 0;
    opacity: 1;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
    opacity: 1;
    height: auto;
    background-color: #6f9895;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:last-child {
    border: none;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover a {
    color: #82afc8;
    background-color: rgba(255, 255, 255, 0.14);
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
    color: #ececec;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 20px 7px 32px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0 15px;
    padding: 0;
    cursor: default;
    position: unset;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    background-color: #454142;
    text-align: center;
    position: relative;
    z-index: 9999;
    overflow: visible;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center;
}

.responsive-menu-icon::before {
    color: #ffffff;
    content: "\f333";
    display: inline-block;
    font: normal 38px/1 'dashicons';
    margin: 4px auto;
    vertical-align: top;
    width: auto;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}

/* Entries
--------------------------------------------- */
.archive .entry {
    padding: 19px 0;
    margin: 0 auto 27px;
    max-width: 92%;
}

.archive .entry-header .entry-meta {
    text-align: center;
    display: none;
}

.entry {
    margin-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.page-template-page_blog .content .entry {
    margin-top: 0;
    width: 960px;
    max-width: 100%;
    padding: 21px 3%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 31px;
}

.page-template-page_blog .entry-image-link img {
    width: 750px;
    max-width: 100%;
}

.page-template-page_blog .content {
    padding: 0 3% 45px;
}

.page-template-page_section .entry-content {
    text-align: center;
}

.page .entry-content {
    background-color: #fafafa;
    margin: 120px auto 0;
    position: relative;
    z-index: 9997;
}

.no-post-thumbnail .entry-content,
.page .entry-content {
    margin: 0 auto;
}

.page-template-page_blog .entry-content {
    margin: 0 auto;
    max-width: 1024px;
}

.single .content .entry-content {
    width: 860px;
    max-width: 88%;
    margin: 48px auto 29px;
    padding-bottom: 18px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 27px;
    margin-top: 9px;
}

.entry-content ol,
.entry-content ul,
.sidebar .textwidget ul {
    margin-left: 36px;
}

.entry-content .main-section:not(#size-100) ul {
    margin-left: 21px;
}

.entry-content ol>li {
    list-style-type: decimal;
    padding-left: 13px;
    margin-bottom: 7px;
}

.entry-content ul>li {
    margin-bottom: 9px;
    line-height: 1.25;
    text-align: left !important;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
    color: #7c7c8a;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left;
}

p.entry-meta a {
    color: #999;
}

p.entry-meta a:hover {
    color: #95C882;
}

.entry-footer {
    max-width: 960px;
    margin: 0 auto;
}

.single .entry-footer {
    display: none;
}

.page-template-page_blog .entry-footer {
    max-width: 100%;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px;
}

.entry-header .entry-meta {
    margin-bottom: 12px;
}

.single .content .entry-header .entry-meta {
    margin-bottom: 24px;
    margin-top: 80px;
    max-width: 960px;
    margin: 120px auto 13px;
    display: none;
}

.no-post-thumbnail.single .content .entry-header .entry-meta {
    margin: 5px auto 27px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.entry-categories {
    float: left;
}

.entry-comments-link,
.entry-tags {
    float: right;
}

/* Pagination
--------------------------------------------- */
.pagination {
    margin: 40px 0 0;
    padding: 3px 2%;
    text-align: center;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #ffffff;
    color: #82a2c8;
    border: 1px solid #000;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
    color: #525252;
    font-size: 19px;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .gform_wrapper {
    margin-top: 11px;
}

.sidebar .gfield {
    width: 100% !important;
    margin-top: 0 !important;
}

.sidebar .gform_title {
    color: #0a1958;
    width: 100%;
    text-align: center;
    font-weight: 300 !important;
    font-size: 25px !important;
    text-align: left;
}

.sidebar .gform_wrapper .gfield_label {
    color: #3941b1;
    font-size: 18px !important;
}

body .sidebar .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px;
}

.sidebar .gform_wrapper .button {
    background-color: #818699;
}

.sidebar .menu-item {
    margin: 0 auto;
    padding-bottom: 5px;
}

.sidebar li a {
    color: #2542b2;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
    color: #2d3b73;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */
.sub-footer {
    /* background-color: #ffffff; */
    padding: 60px 0;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}

.sub-footer .button {
    background-color: transparent;
}

.sub-footer-left,
.sub-footer-right {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 3%;
}

.sub-footer-left .entry-title {
    font-size: 30px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
    max-width: 100%;
    width: 100%;
    color: #383838;
    clear: both;
    /* overflow: hidden; */
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    z-index: 9996;
    background: #fff;
}

.footer-widgets div.gform_wrapper .gform_body input,
.footer-widgets div.gform_wrapper .gform_body textarea {
    padding: 10px 9px !important;
}

.footer-widgets strong a {
    font-weight: 800;
}

.footer-widgets .button a:hover {
    color: #fff;
}

.sub-footer {
    text-align: center;
    font-size: 25px;
    color: #524a4a;
    padding: 75px 0;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    background-color: #fff;
    max-width: 97%;
}

.sub-footer strong {
    text-transform: uppercase;
}

.sub-footer .widget:nth-child(1) {
    padding: 20px 2%;
    max-width: 960px;
    color: #0f2e52;
    font-size: 24px;
    line-height: 1.4;
}

.footer-widgets .widget-area {
    display: block;
    padding: 0;
    width: 100%;
}

.footer-widgets .footer-widgets-1 {
    width: 100%;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
}

.mapp-layout {
    margin-bottom: 0;
}

.footer-widgets-1 .widget {
    font-size: 21px;
    line-height: 1.3;
    vertical-align: top;
    box-shadow: 0 0 68px #afbfd81f;
}

.footer-widgets-1 .widget:nth-child(2) {
    flex: 0 0 475px;
    padding: 17px 3%;
    background-color: #020418;
}

.footer-widgets-1 .widget_wpgmp_google_map_widget_class {
    width: 50%;
    margin: 0 auto;
    vertical-align: middle;
}

.footer-widgets-1 .widget:nth-child(1) .mapp-layout+* {
    display: none;
}

.footer-widgets-1 .widget:nth-child(1) p {
    margin: 0 auto !important;
    margin: 0 0 8px !important;
}

body .footer-widgets .gform_wrapper {
    margin-top: 0 !important;
    padding: 0 2%;
}

body .footer-widgets .gform_required_legend {
    display: none;
}

body .footer-widgets .gform_wrapper .gform_body {
    margin-top: 18px;
}

.footer-widgets div.gform_wrapper textarea {
    background-color: transparent;
    padding: 15px 20px !important;
    border-width: 1px;
}

.footer-widgets-1 .gform_wrapper {
    background-color: transparent;
    border: none;
    padding: 0;
}

.footer-widgets .gform_heading {
    text-align: center;
    margin-bottom: 0 !important;
}

.footer-widgets .gform_wrapper span.gform_description {
    margin: 17px auto 0;
}

.footer-widgets-1 .gform_wrapper input {
    color: #fff;
}

.footer-widgets .entry-header {
    margin: 0 !important;
}

.footer-widgets .entry-meta {
    display: none;
}

.footer-widgets .entry-title {
    font-size: 19px !important;
    border: none;
    padding: 0;
    animation: none;
    opacity: 1;
    transform: none;
    color: #fff !important;
}

.footer-widgets-1 h2 {
    margin: 0 0 5px;
    padding: 0 0 5px;
    font-size: 47px;
}

.two-columns {
    column-count: 2;
    column-gap: 15px;
}

.footer-widgets h1 {
    color: #451961;
}

.footer-widgets h1:after {
    background-color: #d2d2d2;
}

.footer-widgets .footer-widgets-2 {
    padding: 50px 10% 30px 13%;
    overflow: auto;
    background: #424242;
    border-top: 8px solid #397839;
}

.brown-tones .footer-widgets .footer-widgets-2 {
    background: linear-gradient(133deg, #a0792d, #e0af50);
}

.brown-tones a {
    color: #634408;
}

.footer-widgets .footer-widgets-2 .widget {
    margin: 5px 21px;
    color: #fff;
    max-width: 92%;
    flex: 0 0 375px;
}

.footer-widgets .gform_confirmation_message {
    padding: 18px 18px 31px;
    color: #000;
}

.footer-widgets .footer-widgets-2 .widget:nth-child(2) {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 1% 0px;
}

.footer-widgets-2 h2 {
    font-size: 39px;
    margin: 0 0 12px;
    padding: 0 0 6px;
    color: #fff;
    border-bottom: 2px solid #58585a80;
}

.footer-widgets .footer-widgets-2 .widget p {
    margin-bottom: 9px;
}

.footer-widgets .footer-widgets-2 a:hover {
    color: #58585a;
}

.footer-widgets-2 .testimonial_rotator_wrap {
    margin: 0;
}

.footer-widgets-2 .testimonial_rotator_quote {
    font-size: 15px;
    letter-spacing: -0.5px;
}

.footer-widgets .footer-widgets-2 .widget:nth-child(3) a {
    font-size: 17px;
}

.footer-widgets .widget_nav_menu {
    text-align: center;
    width: 100%;
}

.footer-widgets .widget_nav_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-widgets .widget_nav_menu .menu-item {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu {
    display: none;
}

.footer-widgets .widget_nav_menu .menu-item a {
    font-size: 19px;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px 6px 11px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu .menu-item:hover a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
    font-weight: 800;
    color: #ffffff;
    font-size: 27px;
    padding: 3px 5px;
    letter-spacing: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
    margin: 0 13px;
    text-align: center;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
    font-size: 27px;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin-top: 9px;
    text-align: center;
}

.fa-instagram:before {
    margin-left: 2px;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item:hover a {
    animation: menu 0.35s 1 forwards;
}

.footer-widgets-4 {
    padding: 8px 2%;
    display: block;
    float: none;
    width: 960px;
    max-width: 95%;
    margin: 0 auto;
    overflow: auto;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
    background-color: #020418;
    /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
    font-size: 15px;
    padding: 28px 3%;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    z-index: 9998;
    position: relative;
    color: #fff;
    display: none;
}

.site-footer p {
    margin-bottom: 0;
}

/*
Page Sections
---------------------------------------------------------------------------------------------------- */
.page-template-page_section .entry {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.page-section-group {
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.page-section-group .page-group-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 9997;
    align-items: stretch;
    justify-content: center;
}

.page-section-group.static-background {
    background-attachment: fixed;
    backface-visibility: hidden;
}

.main-section-wrapper {
    width: auto;
}

.main-section-wrapper.link-section {
    min-height: 325px;
}

.page-section-group.circles .main-section-wrapper {
    height: 275px !important;
    border-radius: 50%;
    overflow: hidden;
    min-height: 0;
    max-width: 275px !important;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    width: 275px;
}

.section-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

.no-hyperlink .section-link {
    pointer-events: none;
}

.main-section p:last-child {
    margin-bottom: 0;
}

.site-inner .main-section {
    float: left;
    width: 100%;
    overflow: visible !important;
    position: relative;
    z-index: 9999;
    min-height: 25px;
}

#size-100 {
    height: auto !important;
}

.main-section:not(#size-100) {
    float: left;
    max-width: 100%;
    position: relative;
    z-index: 9999;
    text-align: left;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    height: 100%;
}

.extra-tall-section,
.extra-short-section {
    position: relative;
    z-index: 9999;
}

.main-section:not(#size-100) p {
    margin-bottom: 12px;
}

.extra-tall-section .main-section:not(#size-100) {
    height: 700px;
}

.extra-short-section .main-section:not(#size-100) {
    height: 350px;
}

.main-section .fullwidthbanner-container {
    text-align: left;
}

.main-section:not(#size-100) .post-content {
    display: inline-block;
    width: 100%;
}

.post-content {
    font-size: 19px;
}

.main-section .top-align {
    vertical-align: top;
    z-index: 9999;
    float: none;
    display: inline-block;
    width: 100%;
}

.main-section:not(#size-100) .has-padding {
    vertical-align: top;
    display: inline-block;
    width: 600px;
    max-width: 100%;
}

.main-section .no-padding p {
    margin-bottom: 0;
}

.main-section:not(#size-100) .section-padding {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.main-section:not(#size-100) .top-align .section-content {
    display: block;
    float: none;
}

.main-section:not(#size-100):before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.main-section.top-aligned:not(#size-100):before {
    vertical-align: top;
}

.main-section.bottom-aligned:not(#size-100):before {
    vertical-align: bottom;
}

.section-content {
    position: relative;
    background-color: transparent;
    width: 100%;
    z-index: 9998;
    overflow: visible;
}

.section-padding {
    padding: 80px 6%;
    width: 1270px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    overflow: auto;
    text-align: left;
    overflow: visible;
}

.main-section:not(#size-100) .section-padding {
    overflow: inherit;
    max-width: 100%;
    margin: 0 auto;
}

.extra-short.section-padding {
    padding: 45px 6% !important;
}

.main-section:not(#size-100) .extra-tall.section-padding {
    padding: 64px 8%;
}

.extra-tall.section-padding {
    padding: 240px 5%;
}

.extra-narrow .wrap {
    padding: 0 1%;
}

.section-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}

.section-background-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -moz-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -ms-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    -o-transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
    transition: all 0.7s cubic-bezier(0, 0, 0.69, 0.87);
}

.fixed-image .section-background-image {
    background-attachment: fixed;
    transform: none !important;
}

.background-color {
    position: absolute;
    z-index: 9996;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.slider-scroll-fix {
    height: 100px !important;
}

.main-section:not(#size-100) iframe {
    margin-bottom: 0;
}

.section-background {
    backface-visibility: hidden !important;
    transform: none !important;
}

.section-background-image {
    backface-visibility: hidden !important;
}

.link-section .section-background-image {
    filter: contrast(1.8);
}

.link-section:hover .section-background-image {
    animation: menu 0.8s 1 forwards;
    filter: contrast(3.1) brightness(.75);
}

.acf-section-header {
    flex: 0 0 100%;
    margin: 0 0 21px;
}

/*Button Row Section*/
.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 1%;
}

.button-row .button {
    font-size: 21px;
    margin: 8px 9px;
    padding: 16px 56px;
}

/*Quicklinks*/
.quicklinks-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 1350px;
    margin: 0 auto;
    max-width: 97%;
}

.quicklink {
    flex: 1 0 300px;
    min-height: 231px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 9px;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.quicklink>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.quicklink:hover {
    transform: scale(1.03);
    filter: brightness(1.2);
}

.quicklinks-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
    background-position: 50% 50%;
}

.quicklinks-background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000 29%, #000000d9);
}

.quicklinks-text {
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 8px 12px;
    background-color: #f61710db;
}

.quicklinks-text>* {
    margin: 0;
    padding: 0;
}

.quicklinks-text * {
    color: #fff;
}

/*Icon Sections*/
.icon-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
    margin: 6px auto 0px;
    width: 100%;
    counter-reset: section;
}

.icon-row-icon {
    flex: 0 0 194px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column wrap;
    margin: 7px 8px;
    padding: 1px 0.25%;
    font-size: 16px;
    position: relative;
    line-height: 1.35;
    max-width: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.box-shadow-icons .icon-row {
    gap: 18px;
}

.box-shadow-icons .icon-row-icon {
    box-shadow: 2px 2px 4px #0000004d;
    border-radius: 15px;
    padding: 18px;
    border: 1px solid #ccc;
}

.icon-row.numbered-row .icon-row-icon {
    /* padding: 0 0 0 40px; */
    flex: 1 0 458px;
    flex-direction: row;
    align-items: flex-start;
    /* border: 1px solid #000; */
    font-size: 15px;
    margin: 22px 15px;
    padding: 0;
}

.icon-row.numbered-row .icon-row-icon:before {
    display: inline-block;
    counter-increment: section;
    /* Increment the value of section counter by 1 */
    content: counter(section);
    /* Display counter value in default style (decimal) */
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 800;
    font-size: 75px;
    text-align: center;
    line-height: 1;
    color: #54667e;
    width: 50px;
    margin-top: -8px;
}

.icon-row.numbered-row .icon-text {
    flex: 1 0 auto;
    padding: 0 19px;
    width: auto;
    max-width: calc(100% - 50px);
}

.icon-row-icon h3 {
    margin: 0 0 4px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px;
}

.icon-row-icon h3:last-child {
    border-bottom: 0;
}

.icon-row-icon p {
    margin: 0 0 5px;
}

.icon-row-icon ul {
    margin: 6px 0 6px 18px;
}

.icon-row-icon ul li {
    margin: 0 0 4px;
}

.icon-row-icon:hover {
    transform: translateY(-3px);
}

.icon-row.long .icon-row-icon {
    flex: 0 0 485px;
    max-width: 95%;
    box-shadow: 2px 2px 5px #0000005c;
    text-align: center;
}

.icon-row.long .icon-row-icon:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 5px #00000073;
}

.icon-row.long .icon-row-icon img {
    width: 127px;
    margin-bottom: 14px;
}

.icon-row-icon img {
    max-width: 98%;
    margin-bottom: 6px;
    filter: grayscale(0.1) brightness(1.1);
}

.full-background-icon .icon-row-icon img {
    width: 100%;
    height: 125px;
    max-width: 100%;
    object-fit: cover;
}

.icon-row.numbered-row .icon-row-icon img {
    display: none;
}

.icon-row-icon h2 {
    font-size: 30px;
    width: 100%;
    font-weight: 400;
    margin: 5px 0;
}

.icon-row.long .icon-row-icon h2 {
    font-size: 29px;
    font-weight: 800;
}

.icon-row-icon .icon-text {
    width: 100%;
}

.icon-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

/*Infoboxes*/
.infoboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 12px 0;
    width: 1350px;
    margin: 0 auto;
    max-width: 98%;
}

.infobox {
    flex: 0 0 100%;
    box-shadow: 1px 1px 3px #00000047;
    border-radius: 12px;
    overflow: hidden;
    margin: 18px;
    padding: 24px 30px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
    background-color: #ffffffc4;
}

.top-half {
    flex: 0 0 335px;
}

.bottom-half {
    flex: 1 0 350px;
    padding: 25px 30px;
    background-color: #f5f5f5;
    margin: 19px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.infobox .top-half .wrap {
    padding: 24px;
    text-align: center;
}

.infobox .bottom-half .wrap {
    padding: 24px;
    text-align: center;
}

.infobox h2 {
    font-size: 34px;
}

.infobox h3 {
    font-size: 24px;
    font-weight: 800;
}

.infobox p {
    margin-bottom: 8px;
}

.infobox .button {
    font-size: 16px;
    margin: 2px;
    padding: 7px 17px;
}

/*Staff Members*/
.staff-members {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.25;
}

.about-page .staff-members {
    width: 475px;
    float: right;
    margin: 0 0 13px 35px;
}

.staff-member {
    flex: 0 0 224px;
    margin: 18px;
    padding: 15px 2%;
    box-shadow: 1px 1px 4px #00000045;
    border-radius: 18px;
    font-size: 15px;
}

.about-page .staff-member {
    flex: 0 0 46%;
    margin: 9px;
}

.staff-name h2 {
    font-size: 26px;
    margin-bottom: 4px !important;
}

.staff-photo {
    width: 150px;
    margin: 0 auto 5px;
    padding: 12px 0 0;
    background: #e9e9e9;
    border-radius: 8px;
}

.staff-photo img {
    display: block;
    padding: 0 11px;
}

/*Odds & Ends*/
.wpsm_panel-group {
    text-align: initial;
}

.rev_slider_wrapper {
    text-align: left;
}

.tp-static-layers .tp-caption {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

.footer-widgets * {
    backface-visibility: hidden !important;
}

body .tablepress tfoot th,
body .tablepress thead th {
    background-color: #736058;
    color: #fff;
}

.archive .latest-sermon {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 48px 0;
}

.latest-sermon .sermon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 1000px;
    max-width: 98%;
    margin: 0 auto;
    background-color: #020418;
    color: #fff;
}

.archive .latest-sermon .sermon {
    flex: 1 0 495px;
    margin: 20px;
}

.latest-sermon .see-all-sermons {
    flex: 0 0 100%;
    text-align: center;
    margin: 21px 0 0;
}

.page-template-page_ctc_sermon .latest-sermon .see-all-sermons {
    display: none;
}

.latest-sermon .main-sermon {
    flex: 1 0 343px;
}

.latest-sermon .mejs-container {
    width: 100% !important;
}

.latest-sermon .sermon-details {
    flex: 1 0 380px;
    padding: 28px 47px;
}

.sermon-details .sermon-title h3 {
    color: #7fabd9;
    font-size: 27px;
}

.latest-sermon .sermon-meta {
    margin: 3px 0 18px;
}

.latest-sermon .sermon-meta span {
    display: inline-block;
    font-size: 15px;
    border-right: 1px solid #fff;
    padding: 0 8px 0 0;
    margin: 0 6px 0 0;
    line-height: 1.05;
}

.latest-sermon .sermon-meta span:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.sermon-buttons .button {
    font-size: 15px;
    margin: 5px 0px;
    padding: 5px 27px;
}

.sermon-series-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stert;
    justify-content: center;
    width: 1000px;
    max-width: 95%;
    margin: 63px auto;
}

.sermon-series {
    flex: 0 0 279px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background-color: #1d3448;
    margin: 12px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sermon-series:hover {
    transform: scale(1.04);
    filter: brightness(1.15) contrast(1.1);
}

.sermon-series .sermon-series-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sermon-series.no-image h3 {
    padding: 16px;
    color: #629bd6;
    font-size: 27px;
}

.sermon-series h3 {
    font-size: 19px;
    padding: 10px 18px;
    color: #629bd6;
}

.sermon-series-title {
    width: 100%;
    font-size: 120%;
    font-weight: 400;
    font-style: italic;
}

/*Leadership*/
.leaders {
    width: 1000px;
    max-width: 90%;
    margin: 52px auto 75px;
}

.leader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 46px 0 38px;
    padding: 0 0 36px;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
}

.leader:last-child {
    border-bottom: none;
}

.leader-basics {
    flex: 0 0 320px;
    text-align: center;
}

.leader-bio {
    flex: 1 0 454px;
    font-size: 17px;
    padding: 20px;
    max-width: 100%;
}

.leader-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 9px;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-info {
    font-size: 17px;
}

.social-menu.main-section-wrapper .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.social-menu.main-section-wrapper .wrap img {
    width: 100px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) and (max-width: 1023px) {
    body .site-container {
        /* margin: 25px auto; */
        /* max-width: 94%; */
    }

    .site-inner {
        padding: 0;
        border-top: none;
    }

    .genesis-nav-menu .menu-item a:before {
        display: none;
    }

    .genesis-nav-menu .menu-item:hover a:before {
        display: none;
    }

    .site-header {
        padding: 0;
        border-bottom: none;
        position: relative;
    }

    .site-header .widget-area {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        display: block;
    }

    .site-header,
    .home.no-post-thumbnail .site-header {
        padding: 0;
        position: relative;
        border: none;
    }

    .site-header .widget:nth-child(1) {
        margin: 9px auto;
        float: left;
        width: 200px !important;
    }

    .site-header .widget:nth-child(1) h1 {
        font-size: 35px;
    }

    .genesis-nav-menu {
        opacity: 0;
    }

    .site-header .widget:nth-child(1) .responsive-menu-icon {
        display: none;
    }

    .site-header .widget_nav_menu {
        margin: 0 auto;
        width: 100%;
        right: 0;
        padding: 0;
        float: left;
        width: 100%;
        background-color: #58585a;
    }

    .brown-tones .site-header .widget_nav_menu {
        background: #5a3e0a;
    }

    #menu-social-media.genesis-nav-menu.responsive-menu {
        display: block !important;
        background-color: transparent;
        padding: 0;
        width: auto;
        margin: 0 auto;
        float: none;
    }

    .genesis-nav-menu.responsive-menu {
        display: none;
        width: 100%;
        background-color: #337939;
        float: left;
        position: relative;
        z-index: 99999;
        padding: 18px 0 18px;
        opacity: 1;
        border-radius: 0 0 0 5px;
    }

    .brown-tones .genesis-nav-menu.responsive-menu {
        background: #715e3b;
    }

    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: none;
        float: left;
        width: 100% !important;
    }

    #rmp_menu_trigger-938 {
        display: block !important;
        top: 55px;
    }

    .responsive-menu-icon {
        width: 100px;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item,
    .genesis-nav-menu .menu-item:hover>.sub-menu .menu-item {
        border-bottom: none;
        text-align: right;
        margin: 0;
        max-height: none;
        background-color: transparent;
        border-top: none;
        padding-right: 0;
    }

    .genesis-nav-menu .sub-menu a:after {
        display: none;
    }

    .genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
        background-color: transparent;
        color: #fff;
        border: none;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
        opacity: 1;
    }

    .genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
        color: #fff;
        font-size: 15px;
        padding: 1px 33px 1px 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
        padding: 3px 0;
        margin-right: 0;
        background-color: transparent;
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        position: static;
        margin: 0 auto 7px;
    }

    .site-header .genesis-nav-menu li:last-child {
        margin-left: 0;
    }

    .genesis-nav-menu .menu-item:last-child:hover a {
        position: static;
        background-color: transparent;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover,
    .genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
        position: static;
        background-color: inherit;
    }

    .genesis-nav-menu .menu-item>a:after {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .current-menu-item>a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
    .genesis-nav-menu.responsive-menu>.first>a,
    .genesis-nav-menu.responsive-menu>.last>a,
    .genesis-nav-menu.responsive-menu a,
    .genesis-nav-menu.responsive-menu a:hover,
    .genesis-nav-menu.responsive-menu li:hover>a {
        background: none;
        color: #fff !important;
        line-height: 1;
        padding: 5px 0;
        border: none;
        max-width: 100%;
        text-align: center;
        font-size: 24px;
        text-shadow: none;
        text-transform: none;
    }

    .genesis-nav-menu a {
        padding: 5px 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
        padding: 4px 0px 6px !important;
    }

    .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 9px 46px 9px 10px;
        right: 0;
        text-align: right;
        z-index: 9999;
        color: #ffffff;
        display: none;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .nav-primary .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        color: #fff;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        float: left;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
        overflow: auto;
        top: 0;
        text-align: right;
        transform: none;
        pointer-events: all;
    }

    .genesis-nav-menu .menu-item:hover .sub-menu {
        top: 0;
        margin-left: 0;
    }

    .genesis-nav-menu .menu-item>.sub-menu {
        box-shadow: none;
        margin-left: 0;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
    .genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
        left: auto;
        opacity: 1;
        display: block;
        margin-left: 0.4%;
        border: none;
        margin-bottom: 5px;
    }

    .genesis-nav-menu .sub-menu .sub-menu .menu-item {
        border: none;
    }

    .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-top: 0;
        color: #8C8C8C;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a {
        background: none;
        border: none;
        padding: 14px 20px;
        position: relative;
        width: 100%;
        float: right;
        margin-right: 15px;
    }

    .entry-categories,
    .entry-comments-link,
    .entry-tags {
        display: block;
        float: none;
    }

    body .main-section-wrapper {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        flex: 1 0 100% !important;
    }

    .main-section:not(#size-100):before {
        vertical-align: middle !important;
    }

    body .entry-content ul {
        width: 500px;
        max-width: 92%;
    }

    .main-section:not(#size-100) p:last-child {
        margin-bottom: 0;
    }

    body .main-section:not(#size-100) a.alignright,
    body .main-section:not(#size-100) img.alignright,
    body .main-section:not(#size-100) .wp-caption.alignright {
        margin: 0 auto;
        float: none;
    }

    .extra-narrow .wrap {
        padding: 0 6%;
    }

    .footer-widgets-2 .widget:nth-child(3) {
        flex: 1 0 48%;
        border-left: 1px solid #ccc;
    }

    .footer-widgets div.gform_wrapper textarea {
        text-align: center;
    }

    h2:after {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .footer-widgets-2 {
        text-align: center;
    }

    .footer-widgets-2 .widget:nth-child(n+3) {
        margin: 0 auto 15px;
    }

    .main-section:not(#size-100) .content-column {
        width: 100% !important;
    }

    .entry-title {
        font-size: 35px;
    }

    .page .entry-title,
    .page-title {
        font-size: 46px;
    }

    a.alignleft,
    img.alignleft,
    .wp-caption.alignleft,
    a.alignright,
    img.alignright,
    .wp-caption.alignright {
        margin: 0 auto 17px;
        float: none !important;
        display: block;
    }

    h1 {
        text-align: center !important;
    }

    .before-header br:after {
        width: 1px;
    }

    .footer-widgets-2 h2 {
        font-size: 37px;
    }

    .footer-widgets .footer-widgets-2 .widget:nth-child(1) .widget-wrap .textwidget {
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }

    .page .entry-header,
    .single .content .entry-header {
        margin-top: 0;
        min-height: 350px;
    }

    .content-sidebar .content-sidebar-wrap .content {
        width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .sidebar-primary {
        width: 100%;
        text-align: center !important;
        margin: 45px auto;
        float: none;
        border-top: 1px solid #ccc;
    }

    .sidebar-primary .widget {
        width: 600px;
        max-width: 95%;
        margin: 0 auto 30px;
        text-align: center !important;
    }

    .footer-widgets-1 .widget_wpgmp_google_map_widget_class {
        width: 100%;
    }

    .footer-widgets-1 .widget:nth-child(2) {
        width: 100%;
        margin: 18px 0;
    }

    .footer-widgets-1 .widget:nth-child(1) {
        order: 2;
        flex: 0 0 475px;
    }

    .footer-widgets-1 .widget:nth-child(1) p {
        flex: 0 0 100%;
    }

    .staff-member {
        flex: 0 0 250px !important;
    }

    .latest-sermon .sermon {
        text-align: center;
    }

    .footer-widgets-1 .widget {
        flex: 0 0 575px !important;
    }
}

@media only screen and (max-width: 860px) {
    .post-content {
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 21px;
    }

    .page .entry-title,
    .page-title {
        font-size: 36px;
    }

    .footer-widgets-2 {
        width: 100%;
        max-width: 100%;
    }

    .featured-image-area {
        top: 0;
        height: 500px;
        display: block;
        background-attachment: scroll;
    }

    .page-template-page_blog .content {
        margin-top: 0;
    }

    .top-featured-image {
        position: relative;
        top: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .main-section:not(#size-100) .button {
        font-size: 17px;
        margin-top: 9px;
        letter-spacing: 0.5px;
    }

    a.alignright,
    img.alignright,
    .wp-caption.alignright {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }

    .footer-widgets-1 .button {
        float: none;
    }

    .footer-widgets-1 h2 {
        font-size: 42px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half {
        padding-right: 5px !important;
    }

    .leader-bio {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .site-header .widget-area {
        max-width: 100%;
    }

    .site-header .widget_nav_menu {
        position: relative;
        width: 100%;
        float: left;
        margin-top: 0;
    }

    .responsive-menu-icon {
        text-align: center;
    }

    .genesis-nav-menu.responsive-menu {
        width: 100%;
        text-align: center;
        top: 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        padding: 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item a {
        text-align: center !important;
        width: 100%;
    }

    .sub-footer-left,
    .sub-footer-right {
        min-width: 0;
        padding: 15px 5%;
        width: 100%;
    }

    .sub-footer .widget-title {
        font-size: 45px;
    }

    .entry-content ol,
    .entry-content ul {
        margin-left: 6%;
    }

    h2 {
        font-size: 37px;
        margin: 19px auto 14px;
    }

    .footer-widgets-2 .widget:nth-child(n+3) {
        width: 100%;
    }

    .before-header .wrap {
        text-align: center;
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .before-header .widget:nth-child(1) {
        display: block;
        float: left;
    }

    .section-padding {
        padding: 71px 5%;
    }

    .before-header {
        line-height: 1.2;
    }

    .before-header .widget-area {
        width: 400px;
        max-width: 98%;
    }

    .before-header br {
        display: block;
        height: auto;
        width: auto;
    }

    .before-header .button {
        margin: 8px auto;
        float: none;
    }

    .widget-title {
        font-size: 33px;
    }

    .page .entry-header,
    .featured-image-area,
    .single .content .entry-header {
        min-height: 321px;
    }

    .page .entry-header,
    .single .entry-header {
        min-height: 300px;
    }

    .footer-widgets .widget-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 480px) {
    .before-header br {
        display: block;
    }

    .before-header a {
        margin-left: 0;
    }

    .page-template-page_blog .entry-title {
        font-size: 28px;
    }

    .extra-tall .section-padding {
        padding: 140px 5%;
    }

    .entry-title {
        font-size: 27px;
    }

    .footer-widgets .widget_nav_menu #menu-social-media {
        padding: 15px 0;
    }

    .footer-widgets .widget_nav_menu #menu-social-media .menu-item:last-child {
        margin-bottom: 0;
    }

    td {
        font-size: 15px;
    }

    .page .entry-header,
    .featured-image-area,
    .single .content .entry-header {
        min-height: 400px;
    }
}




/*-----------------custom----css-----------------*/



@media (min-width:1920px) {

    /*    html{ scroll-padding-top: 400px!important;} */
    .genesis-nav-menu a {
        font-size: 16px !important;
    }

    .footer-widgets .footer-widgets-2 {
        padding: 60px 13% 30px 14% !important;
    }

    .footer-widgets .footer-widgets-2 .widget {
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    .counter-section .Main__GridContainer-sc-1tpqysg-2.jjFYbJ {
        max-width: 69% !important;
    }

    .section-padding {
        padding: 100px 4% !important;
    }

    .banner-section #slider-2-slide-2-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 40px 40px 42px !important;
        transform: translate(60%, 0%) !important;
        width: auto !important;
    }

    .banner-section #slider-2-slide-4-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 35px 40px 50px !important;
        transform: translate(60%, 0%) !important;
        width: auto !important;
    }

    .banner-section .rev-btn {
        width: 185px !important;
    }

    .no-post-thumbnail.page .entry-header,
    .no-post-thumbnail.single .content .entry-header,
    .archive .entry-header {
        background-position: center left;
    }

    .Card__CardCaption-sc-i5au7b-4 {
        line-height: 40px;
        font-size: 28px !important;
        padding: 10px 63px !important;
    }

    .Card__Component-sc-i5au7b-5 {
        line-height: 40px;
        font-size: 28px !important;
        padding: 10px 15px !important;
    }

    .feCMGb {
        font-size: 73px !important;
    }

    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {
        text-align: center;
        padding: 0 89px !important;
        text-transform: capitalize;
    }

    .Main__Component-sc-60edw4-0.doVqxW {
        max-width: 80% !important;
        margin: 0 auto;
        padding: 0 120px !important;
    }


    h2 {
        font-size: 47px !important;
    }

    .form-section p {
        margin-bottom: 10px;
        font-size: 19px !important;
        font-family: 'Raleway-Medium';
    }

    .icon-section p {
        color: #000;
        line-height: 30px !important;
        font-size: 19px !important;
    }

    .about-content p {
        font-size: 19px !important;
        line-height: 30px !important;
    }

    .button-bg a {
        background: #58595b;
        color: #fff;
        padding: 12px 32px;
        border-radius: 40px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Raleway;
    }

    .Card__Component-sc-i5au7b-5 .ejSeRO {
        font-size: 24px !important;
    }

    .iLlHHu {
        max-width: calc(97%) !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .Card__Component-sc-i5au7b-5 .ejSeRO {
        line-height: 37px;
        font-size: 25px !important;
    }

    .person-info-box span p {
        line-height: 22px !important;
    }

    .commodities-section-space .commodities-content ul li {
        line-height: 38px;
        font-size: 23px !important;
        margin-bottom: 7px !important;
    }

    .price-info-box .right-info p {
        font-size: 17px !important;
    }

    .inner-banner-content {
        width: 26% !important;
        padding: 55px 40px 60px !important;
        transform: translate(-65%, 0px) !important;

    }

    .inner-banner-content p {
        font-size: 20px;
    }

    .page-top-section .section-padding {
        padding-bottom: 0px !important;
    }

    .second-section .section-padding {
        padding: 10px 210px 15px !important;
    }

    .section-content-div p {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .person-info-box {
        padding: 0 60px !important;
    }

    .butt-green a {
        background: #84b441;
        font-family: 'Lato';
        font-size: 16px;
        letter-spacing: 0.6px;
        font-weight: 600 !important;
    }

    .contact-top-section .section-padding {
        padding-bottom: 20px !important;
    }

    .form-mid-section .section-padding {
        padding-top: 0 !important;
    }

    #durum .section-padding,
    #oats .section-padding,
    #barley .section-padding,
    #flax .section-padding,
    #field-peas .section-padding {
        padding-top: 0px !important;
    }

    .cta-section .section-padding {
        padding: 0px 6% !important;
    }

    .section-top-content p {
        padding: 0 150px !important;
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .left-summary-box p,
    .right-summary-box ul li {
        font-size: 17px !important;
        line-height: 27px !important;
    }

    .tag span {
        font-size: 14px !important;
        font-family: 'Raleway-Medium';
        font-weight: 600 !important;
        letter-spacing: 2px !important;
    }

    .new-bg {
        font-weight: 600 !important;
        letter-spacing: 2px !important;
    }

    .innerPages .container {
        width: 60% !important;
    }

    .price-list .second-section .section-padding {
        padding: 10px 145px 0px !important;
        display: flex;
    }

    .contracting-section-bg {
        padding: 100px 0 !important;
    }

    .tab-slider {
        width: 60% !important;
    }

    .page-template-varieties-template>.varieties-box-content {
        max-width: 62% !important;
    }

    .tab-slider .owl-carousel {
        padding: 0 20px;
    }

    .thank-you-info p {
        line-height: 35px !important;
    }

    .page-id-380 .section-padding {
        padding: 0px 4% !important;
    }

    .tab-slider-section {
        padding: 4px 0;
    }

    .seed-production-content {
        padding-top: 10px !important;
    }

    .regional-benefits-box p {
        font-size: 19px !important;
    }

    .seedProduction-Desc p {
        font-size: 19px;
    }

    .north-dakota-content p {
        line-height: 34px !important;
        font-size: 20px !important;
    }

    .regional-benefits-box p {
        padding: 0 22px !important;
    }

    .process-info p {
        font-size: 20px;
        line-height: 28px;
    }

    .process-service-box ul li p {
        padding: 0 26px;
    }

    .process-info h3 {
        margin: 10px 0 5px !important;
        font-size: 23px !important;
    }

    .seed-production-content {
        padding: 0 30px 14px !important;
    }

    .logo-div p {
        font-size: 19px;
    }

    .certifications-section {
        padding: 60px 0;
    }

    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        padding: 20px 10px !important;
    }

    .page-template-varieties-template .section-content-div h2 {
        margin-bottom: 0px !important;
    }

}

html {
    scroll-padding-top: 210px;
}

.page-id-1709 .site-container {
    height: 743px;
    position: relative;
    display: block;
}

@media (max-width:1600px) {
    .page-id-1709 .site-container {
        height: 743px !important;
        position: relative;
        display: block;
    }
 .innerPages.strategic-section .about-top-section {
    display: grid;
    grid-template-columns: 45% 56% !important;
  }
.strategic-section .about-content-box{margin-top: 50px!important;}
.genesis-seed .seed-production-content{padding: 0 30px!important;  }
p.compreh{margin: 20px auto!important;}
}

@media (min-width:1920px) {
    
    .page-id-1709 .site-container {
        height: 890px;
        position: relative;
        display: block;
    }

    
    .about-top-section .about-content-box p {
        padding: 0 53px 0 0 !important;
    }

    .seed-quality-info .seed-quality-content p {
        max-width: 58% !important;
    }

    .bottom-content p {
        color: #000;
        padding: 0 105px 0 31px !important;
    }

    .team-content p {
        line-height: 37px !important;
    }

    .UA-logo-content p {
        padding: 0 48px 0 0 !important;
    }

    .about-second-section-bg .about-top-section .about-content-box p {
        padding: 0 27px 0 0 !important;
    }
}



/*-------------------header---------------------*/

.varieties-box-content {
    z-index: -1px !important;
}

.inner-banner-image {
    position: relative;
}

.inner-banner-image img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: 'Raleway-Bold' !important;
}

header .nav-header #menu-main-menu li.current-menu-item>a {
    color: #84b441;
}

.before-header ul li {
    text-transform: uppercase;
}

.welcome-section {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 4em;
    grid-row-gap: 1em;
    margin-bottom: 30px !important;
}

#slider-2-slide-2-layer-5 {
    background: rgba(255, 255, 255, 0.88) !important;
    padding: 35px 40px 50px !important;
    transform: translate(38%, 0%) !important;
    width: 550px !important;
} 

#slider-2-slide-4-layer-5 {
    background: rgba(255, 255, 255, 0.88) !important;
    padding: 35px 40px 50px !important;
    transform: translate(38%, 0%) !important;
    width: 550px !important;
}

.banner-section .rev-btn {
    width: max-content !important;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content h1 {
    color: #84b441;
    font-size: 46px !important;
    font-family: 'Raleway';
    font-weight: 900;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    margin: 0px 0 20px;
    line-height: 1.1;
    word-spacing: 3px;
    text-align: left;
}

/*-----home counter-----------*/

.counter-section  .Counter__CounterComponent-sc-89d122f7-0 span{    
    font-size: 55px;
    font-weight: 600;
    font-family: 'Raleway-Bold' !important;
    color: #c29b1c;
    margin-bottom: 10px;
    display: block;
}
.counter-section .Card__CardCaption-sc-5c89d5ce-4 {    
    font-size: 23px;
    font-weight: 600;
    font-family: 'Raleway-Bold' !important;
    color: #545454;
    text-transform: capitalize;
    padding: 0 71px;
}
.counter-section .Main__GridContainer-sc-a0828122-2 {max-width: 1190px!important; margin: 0 auto;}
.counter-section .GridProvider__Component-sc-3abfdbe7-0 {max-width: calc(1290px)!important;} 
.Counter__CounterComponent-sc-89d122f7-0 span{
    font-size: 55px;
    font-weight: 600;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 10px;
    display: block;
}  

.GridProvider__Component-sc-3abfdbe7-0  .Card__Component-sc-5c89d5ce-5{padding-bottom: 20px;}
/*----counter end--------*/

.about-content h2 {
    color: #84b441;
    font-family: 'Raleway';
}

.about-content p {
    color: #000;
    font-size: 18px;
    /*line-height: 27px;*/
}

.about-image img {
    width: 100%;
    float: right;
}

.aAhZs {
    max-width: 100% !important;
}

.Main__Component-sc-60edw4-0.doVqxW {
    max-width: 80% !important;
    margin: 0 auto;
}

.ipGMOz {
    max-width: calc(100%) !important;
}

.counter-section .hoWMNX {
    color: #c69e1b !important;
    font-family: 'Raleway-Bold';
    font-size: 65px !important;
}

.Card__CardCaption-sc-1c7norw-4 {
    text-transform: capitalize;
    color: #5a575e;
    padding: 10px 74px;
    font-weight: 600 !important;
    font-family: 'Raleway-Medium';
    line-height: 32px;
    font-size: 23px !important;
}

.hDPFdS .Card__CardCaption-sc-1c7norw-4 {
    text-align: center;
    padding: 0 75px !important;
    text-transform: capitalize;
    line-height: 31px;
    color: #000 !important;
} 

.button-bg a {
    background: #58595b;
    color: #fff;
    padding: 10px 26px 12px;
    border-radius: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.button-bg a:hover {
    background: #397839;
}

.extra-short .wrap p {
    text-align: center;
    color: #000;
    line-height: 27px;
}

.video-section .section-padding {
    padding: 15px 0 25px;
    text-align: center;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

.contact-form .input-field {
    float: left;
    width: 48% !important;
    margin: 10px 8px 10px 0 !important;
}

.contact-form h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
}

#email-input {
    margin-right: 0px !important;
    width: 50% !important;
}

.contact-form {
    background: #eee;
    padding: 25px;
}

.contact-form textarea {
    height: 100px;
    resize: none;
    margin-top: 11px;
}

.input-field p>label>br,
.input-field-full p>label>br {
    display: none !important;
}

.submit-button {
    margin-top: 10px;
}

.submit-button .wpcf7-submit:hover {
    background-color: #397839;
}

.banner-section .rev-btn:hover,
.banner-section .rev-btn:focus {
    background-color: #397839 !important;
}

.icon-section .acf-section-header{margin-bottom: 0;}
ul.icon-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    margin-left: 10px;
}

ul.icon-grid li {
    list-style: none;
    display: inline-block;
    padding: 0 16px;
    margin-bottom: 0;
}

ul.icon-grid li img {
    width: 130px;
    filter: grayscale(0.1) brightness(1.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 1, 1);
}

ul.icon-grid li img:hover {
    transform: translateY(-3px);
}

/*---------------about------------------*/

.our-story h2 {
    font-family: 'Raleway-Bold';
}

.career-cta h2 {
    float: left;
    color: #84b441;
    font-size: 48px !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    width: auto;
    font-family: 'Raleway-Bold';
}

.cta {
    text-align: center;
}

.career-cta .section-padding {
    padding: 60px 6%;
}

.logo-slider .section-padding {
    padding: 60px 6%;
}

.career-cta .button-bg a {
    padding: 12px 24px;
    font-family: inherit;
    font-weight: 600 !important;
}

.career-cta .button-bg {
    float: right;
    padding-top: 50px;
}

.about-content span p:empty {
    display: none !important;
}

.logo-slider h2 {
    color: #84b441;
    font-size: 48px;
    text-align: center;
    font-family: 'Raleway-Bold';
}

.logo-slider p {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
}

.lgx_app_item_figure {
    padding: 10px;
    background-color: #fff;
    border: thin solid #e2e2e2;
    box-shadow: 0 3px 6px #00000029;
}

.about-us-section .section-padding {
    padding: 80px 6%;
}

.about-content p a {
    border-bottom: thin solid #337939;
}

.about-content p a:hover {
    border-bottom: none;
}

.lgx_lsw_nav_button_prev {
    position: absolute !important;
    left: 0 !important;
    top: 45% !important;
}

.lgx_lsw_nav_button_next {
    margin-top: 9% !important;
    position: absolute !important;
    right: -1px;
}

.lgx_app_content_wrapper.swiper {
    padding: 20px;
}

.action h2 {
    color: #8db94a !important;
}

/*-------------about New----------------*/

/*.page-template-about-us-php .inner-banner-content {top: 37%;} */
.about-top-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-column-gap: 3em;
    grid-row-gap: 1em;
    padding: 0 20px;
}

.about-top-section .about-content-box h2 {
    color: #8db94a;
    font-family: 'Raleway-Bold' !important;
    font-size: 30px !important;
    line-height: 38px;
}

.about-top-section .about-content-box p {
    padding: 0 45px 0 0;
    color: #000;
   /* line-height: 27px;*/ 
}

.about-top-section .about-content-box p b {
    font-weight: 600;
}

.about-second-section-bg .about-top-section .about-content-box p {
    text-align: left;
}

.about-second-section-bg {
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.about-second-section-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%);
    background-size: cover;
    top: 0;
    left: 0;
}

.about-top-section {
    position: relative;
    z-index: 999;
}

.about-second-section-bg .about-top-section .about-content-box p {
    padding: 0 27px 0 0;
}

.seed-quality-info {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 3em;
    grid-row-gap: 1em;

}

.seed-quality-image {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 1em;
}

.seed-quality-image p:empty {
    display: none;
}

.seed-quality-info .seed-quality-content h2 {
    color: #8db94a;
    font-family: 'Raleway-Bold' !important;
    font-size: 30px !important;
    line-height: 38px;
}

.seed-quality-info .seed-quality-content p {
    max-width: 63%;
    color: #000;
    /*line-height: 27px;*/ 
}

.container-box {
    margin: 110px auto;
}

.seed-quality-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerships-section {
    background: #f5faef;
    padding: 10px 0;
}

.partnerships-content-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 3em;
    grid-row-gap: 1em;
}

.partnerships-section h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 20px;
}

.partnerships-content-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 3em;
    grid-row-gap: 1em;
    padding: 0 30px 40px;
}

.UA-logo-content img,
.Vision-logo-content img {
    margin: 0 auto 10px;
    display: flex;
}

.UA-logo-content p,
.Vision-logo-content p {
    color: #000;
    padding: 0 20px 0 0;
   /* line-height: 27px;*/ 
}

.bottom-content p {
    color: #000;
    padding: 0 61px 0 31px;
    /*line-height: 27px;*/ 
}

.join-team-section-bg {
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    padding: 20px 0 40px;
    text-align: center;
    position: relative;
}

.join-team-section-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 1, 0.87);
    background-size: cover;
    top: 0;
    left: 0;
}

.team-content {
    position: relative;
    z-index: 999;
}

.team-content h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 15px;
}

.team-content p {
    color: #fff !important;
    /*line-height: 34px;*/
    margin-bottom: 30px !important;
}

/*-----------commodities-page------------------*/

.section-heading h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 0px;
}

.commodities-section-space .section-commodities {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 5em;
    grid-row-gap: 1em;
    ,
    margin-bottom: 30px !important;
}

.commodities-section-space .section-content-div {
    text-align: center;
    margin-bottom: 20px;
}

.commodities-section-space .section-content-div h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 12px;
}

.commodities-section-space .section-content-div p {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 150px;
}

.commodities-section-space .commodities-content ul {
    list-style: none;
    margin: 0;
}

.commodities-section-space .commodities-content ul.left-content-list {
    margin-right: 90px !important;
}

.ul-list-seeds {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    ,
    margin-bottom: 30px !important;
}

.ul-list-seeds p:empty {
    display: none;
}

.contracting-section .section-content-div p {
    color: #58585a !important;
}

.commodities-section-space .commodities-content ul li {
    font-size: 21px;
    font-family: 'Raleway-Medium';
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 3px;
    display: inline flow-root list-item;
    float: none;
    width: 50%;
    letter-spacing: 0.5px;
}

.commodities-section-space .commodities-content ul li .fa {
    font-weight: 900;
    font-size: 19px;
}

.commodities-section-space .commodities-content ul li i {
    color: #84b441;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}

.commodities-section-space .commodities-content {
    width: 135%;
    padding-top: 30px;
}

.commodities-section-space .commodities-content .button-bg {
    margin-top: 70px;
}

.commodities-section-space .commodities-content .button-bg a {
    padding: 12px 60px;
    font-weight: 500;
    font-size: 16px;
    font-family: inherit;
}

.contact-person {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    ,
    margin-bottom: 30px !important;
    margin-top: 30px;
    padding: 0 35px;
}

.person-info-box h3,
.team-box-bg h3 {
    text-align: left;
    font-family: 'Lato';
    font-size: 19px;
    margin-bottom: 14px;
    color: #84b441;
}

.person-info-box p,
.team-box-bg p {
    text-align: left !important;
    line-height: 18px !important;
    margin-bottom: 0;
    margin-top: 8px;
}

.person-info-box p a,
.team-box-bg p a {
    text-align: left;
    color: #636363;
    font-size: 16px;
    font-weight: 600;
}

.person-info-box .image-circle {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 20px;
    border: 4px solid #84b441;
    border-radius: 100%;
    background-color: #000;
}

.person-info-box {
    padding: 0 50px;
}

.banner-main-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner-image img {
    position: relative
}

.inner-banner-content {
    background: rgba(255, 255, 255, 0.84);
    position: absolute;
    width: 32%;
    /*left: 220px;*/
    /*top: 22%;*/
    text-align: left;
    padding: 45px 40px 50px;
    opacity: 1;
    transform: translate(-61%, 0px);
}

.inner-banner-content h1 {
    text-align: left !important;
    color: #397839;
    margin-bottom: 10px;
    font-family: 'Raleway-ExtraBold';
    text-shadow: none;
    line-height: 54px;
}

.inner-banner-content p {
    color: #000;
    text-shadow: none;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.inner-banner-content .banner-btn {
    background: #397a3a !important;
    color: #fff;
    padding: 12px 36px 14px;
    border-radius: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.inner-banner-content .banner-btn:hover {
    background: #397839;
}

.section-content-div {
    text-align: center;
    margin-bottom: 20px;
}

.section-content-div p {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.home .banner-main-div {
    display: none !important;
}

.inner-banner-image {
    margin-bottom: -10px;
    width: 100%;
}

/*---------------------varieties----------------------*/

#spring-wheat .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-wheat.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}

#durum .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-durum.jpg); 
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}

#oats .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-oats.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}

#barley .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-barley.jpg); 
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}

#flax .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-flax.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}


#field-peas .section-content-div {
    background: url(/wp-content/uploads/2025/03/heading-banner-field-peas.jpg); 
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 0px;
    background-position: center center;
}

.cta-bg {
    background: url(/wp-content/uploads/2024/11/banner-cta-image.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    background-position: center center;
    position: relative;
}

.cta-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    background-size: cover;
    top: 0;
    left: 0;
}

.cta-bg .action {
    padding: 70px 0 100px;
}

.cta-bg .container {
    margin: 0 0;
    float: none;
    display: inline-table;
}

.cta-bg h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 5px;
}

.cta-content {
    position: relative;
    z-index: 999;
}

.seed-section-bgColor {
    background: #f4f7ec;
    position: relative;
    padding: 35px;
    margin-top: 60px;
}

.section-content-div.colr,
.section-content-div.colrgrey,
.section-content-div.colrblue,
.section-content-div.colrprple,
.section-content-div.colrgreen {
    margin-top: 60px !important;
}

.seed-section-bgColor.greena {
    margin-bottom: 80px !important;
}

.summary-info {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    ,
    margin-bottom: 30px !important;
    margin-top: 20px;
}

.new-bg {
    background: #8db94a;
    width: fit-content;
    padding: 7px 15px 4px;
    color: #fff;
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    letter-spacing: 1.5px;
}

.logo-box img.icon-img {
    width: 45px;
    margin-right: 15px;
}

.logo-box img {
    width: 120px;
}

.logo-box b {
    position: relative;
    top: 12px;
    font-size: 26px;
    font-family: 'Raleway-Medium';
    color: #8db94a;
    vertical-align: top;
}

.tag span {
    background: #8db94a;
    color: #fff;
    padding: 8px 22px 5px;
    float: right;
    position: relative;
    right: -35px;
    top: -60px;
    font-size: 14px;
    font-family: 'Raleway-Medium';
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.left-summary-box span,
.right-summary-box span {
    color: #8db94a;
    font-family: 'Raleway-Medium';
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.left-summary-box p:empty {
    display: none;
}

.right-summary-box p:empty {
    display: none;
}

.right-summary-box ul {
    margin: 19px 17px !important;
}

.left-summary-box p {
    color: #000;
    font-size: 17px;
}

.right-summary-box ul li {
    float: left;
    color: #000;
    font-size: 17px;
    width: 50%;
}

.left-summary-box p {
    color: #000;
    font-size: 17px;
}

.download-link a {
    color: #8db94a;
    font-family: 'Raleway-Medium';
    font-size: 17px;
    letter-spacing: 1px;
}

.download-link a img {
    width: 16px;
    margin-right: 2px;
    position: relative;
    top: 1.5px;
}

.banner-slide .wrap p {
    margin-bottom: 0;
}

.sticky {
    position: sticky;
    top: 0px;
    width: 100%;
}

.sticky+.content {
    padding-top: 0px;
}

.wpcf7-not-valid-tip {
    font-size: 15px !important;
}

/*.page-id-1471 .inner-banner-content {top: 35%!important;}
.page-id-1545 .inner-banner-content {top: 35%!important;}*/
.tab-slider-section {
    background: #8db94a;
}

.tab-slider-section p {
    display: none;
}

.tab-slider {
    width: 70%;
    margin: 0 auto;
}

.page-template-varieties-template>.varieties-box-content {
    width: 75% !important;
    margin: 0px auto;
    float: none !important;
    height: auto !important;
}

.varieties-page {
    margin-bottom: 0px !important;
}

.tab-slide-toggle span {
    background: #8db94a;
}


/*---------------Commodity---------------------*/

.page-id-383 .banner-btn,
.page-template-varieties_page .banner-btn,
.page-id-336 .banner-btn,
.page-id-1106 .banner-btn {
    display: none;
}

.innerPages .container {
    width: 73%;
    margin: 80px auto;
    float: none;
}

.contracting-section-bg {
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
    padding: 65px 0;
    text-align: center;
    background-repeat: no-repeat;
}

.contracting-section-bg .container {
    margin: 0 0;
    float: none;
    display: inline-table;
}

.contracting-section-bg h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 5px;
}

/*.page-template-varieties-template .inner-banner-content {top:22%;}*/

/*----------------Commodity Bids------------------------*/

.price-list-bg {
    background: #ebf2eb;
    margin-bottom: 20px;
}

.price-info-box {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
}

.price-info-box p {
    margin-bottom: 0;
}

.price-list-bg p:empty {
    display: none;
}

.price-info-box .left-info p {
    color: #fff;
    font-weight: 600;
    background: #397a3a;
    padding: 5px 25px 5px 20px;
    letter-spacing: 1.5px;
    font-size: 17px;
    font-family: 'Lato-Bold';
}

.price-info-box .right-info p {
    color: #397a3a;
    font-weight: 600;
    text-align: right;
    padding: 5px 21px;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-family: 'Lato-Bold';
}

.price-info-box .mid-info p {
    color: #000;
    padding: 5px 0px;
    font-size: 17px;
}

.page-top-section .section-padding {
    padding-bottom: 0px;
}

.second-section .section-padding {
    padding: 10px 200px 10px;
}

.page-template-varieties_page #pagesection-2 {
    display: none;
}

.page-template-varieties_page .section-padding {
    width: 1270px !important;
    max-width: 100%;
    margin: 0 auto !important;
    float: none;
    display: flex !important;
}

.page-template-varieties_page .summary-info {
    margin-top: 0;
    grid-row-gap: 0em;
    grid-template-columns: 40% 60% !important;
}

.page-template-varieties-template .summary-info {
    margin-top: 0;
    grid-row-gap: 0em;
    grid-template-columns: 40% 60% !important;
}

.slider-scroll-fix .section-padding {
    padding: 0 6% !important;
}

.leaf-icon-bg {
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    padding: 7px;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 8px;
}

.page-template-varieties-template .site-inner {
    overflow: inherit !important;
}

.leaf-icon-bg img {
    width: 19px !important;
}
#durum .leaf-icon-bg img {width: 18px !important; margin-top: -4px;}
#barley .leaf-icon-bg img {width: 14px !important; margin-top: -3px;}
#oats .leaf-icon-bg img {width: 26px !important; margin: 3px 3px;}
#flax .leaf-icon-bg img{width: 27px !important; padding-top: 4px;}
#field-peas .leaf-icon-bg img{width: 24px !important; padding-top: 3px;} 
.page-id-377 .certifications-section {display: none;}
.leaf-icon-bg .icon-img {
    position: static;
}

.logo-box .leaf-icon-bg img.icon-img {
    margin-right: 0px !important;
}

#durum {
    top: 0 !important;
}

.section-top-content .seed-section-bgColor .new-bg {
    font-family: 'Raleway-Medium' !important;
}

.left-summary-box p {
    line-height: 27px;
}

#spring-wheat,
#durum,
#oats,
#barley,
#flax,
#field-peas {
    z-index: 1 !important;
}

#durum .section-padding,
#oats .section-padding,
#barley .section-padding,
#flax .section-padding,
#field-peas .section-padding {
    padding-top: 0px;
}

.page-template-varieties_page .section-content-div h2 {
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 12px;
}

.page-template-varieties-template .section-content-div h2 {
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 12px;
}

.logo-box {
    height: 60px;
}

.brand-logo-image {
    margin-left: 20px;
}

.section-top-content p {
    padding: 0 146px;
}

.cta-section .section-content-div h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
}

.cta-section .section-padding {
    padding: 0px 6%;
}

.section-content-div.green-head h2 {
    color: #8db94a !important;
    font-family: 'Raleway-Bold' !important;
}

.green-bg {
    background: #8db94a !important;
    top: -13px;
    position: relative;
}

.logo-box br {
    display: none;
}

.price-list .price-list-section:last-child {
    display: none;
}

.price-list .second-section .section-padding {
    padding: 10px 120px 0px !important;
}


/*-------------contact us---------------*/

.contact-info-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 2em;
    grid-row-gap: 1em;
    padding: 0 20px;
}

.contact-top-section .section-padding {
    padding-bottom: 20px;
}

.form-mid-section .section-padding {
    padding-top: 0;
    padding-bottom: 10px;
}

.contact-form-right .contact-form {
    padding: 30px !important;
}

.contact-form-right .contact-form input {
    font-family: inherit;
}

.contact-form-right .contact-form input::placeholder {
    font-family: inherit;
}

.contact-form-right .contact-form .submit-button input {
    font-family: inherit;
}

.contact-form-right .contact-form .submit-button {
    margin-top: 30px;
}

.conInfo-bg {
    padding: 21px 25px;
    margin-bottom: 32px;
    border: thin solid #ebebeb;
}

.conInfo-bg h3 {
    margin-bottom: 0px;
    font-family: 'Raleway-ExtraBold';
}

.conInfo-bg p {
    margin-bottom: 0px;
    color: #000;
    margin-top: 5px;
}

.conInfo-bg p a {
    color: #000;
    font-weight: 400;
}

.conInfo-bg p:empty {
    display: none;
}

.contact-info-left .phone-box {
    background-color: #f4f7ec;
}

.contact-info-left .time-box {
    background-color: #f9f5e9;
}

.contact-info-left .time-box h3 {
    color: #c69e1b;
}

.contact-info-left .address-box {
    background-color: #ebedf2;
}

.contact-info-left .address-box h3 {
    color: #5a595c;
}

.icon-img img {
    width: 28px;
}

.icon-img {
    position: absolute;
}

.text-box {
    position: relative;
    left: 65px;
}

.phone-box .icon-img {
    background-color: #74a63f;
    text-align: center;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    display: inline-block;
    padding: 10px;
}

.time-box .icon-img {
    background-color: #c69e1b;
    text-align: center;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    display: inline-block;
    padding: 10px;
}

.address-box .icon-img {
    background-color: #5a595c;
    text-align: center;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    display: inline-block;
    padding: 10px;
}

/*----------team section----*/

.team-grid-section {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 0px 10px 30px;
    margin-top: 40px;
}

.team-grid-section .image-circle {
    width: 120px;
    height: 120px;
    border: 4px solid #84b441;
    border-radius: 100%;
    background-color: #000;
    margin: 0 auto 30px;
}

.team-grid-section .team-box-bg {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: thin solid #e5e5e5;
    box-shadow: 3px 3px 3px #0000000a;
}

.team-grid-section .team-box-bg h3 {
    text-align: center;
    font-size: 20px;
}

.team-grid-section .team-box-bg p a {
    text-align: center !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.contact-map .mapp-layout {
    height: 400px !important;
}

.contact-heading h2 {
    font-family: 'Raleway-Bold' !important;
    color: #8db94a;
}

/*--------------admin css-----------------*/

.left-summary-box p {
    margin-bottom: 15px !important;
}

.left-summary-box p,
.right-summary-box ul li {
    font-size: 16px;
    line-height: 28px;
}

.page-id-380 .section-content-div h2 {
    font-family: 'Raleway-Bold' !important;
}

.page-id-380 .left-summary-box span,
.page-id-380 .right-summary-box span {
    display: block;
}

.page-id-380 .section-content-div p {
    margin-bottom: 50px !important;
    font-size: 20px;
    line-height: 29px;
}

.summary-info {
    width: 100%;
}

.right-summary-box ul {
    margin: 5px 5px !important;
}

.right-summary-box ul li {
    width: 45%;
    margin: 0px 10px;
    display: inline flow-root list-item;
    float: none;
    vertical-align: top;
}

.left-summary-box,
.right-summary-box {
    margin-top: -25px;
}

.icon-img-1 {
    background-color: #c59e1f;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    margin-right: 8px;
    vertical-align: bottom;
}

.icon-img-1 img {
    width: 21px;
}

.box-common b {
    position: static;
}

b img {
    position: relative;
    top: 13px;
    left: 30px;
    width: 85px !important;
}

.section-content-div.colr h2 {
    color: #c69e1b;
}

.orangea {
    background: #f9f5e9;
    padding-bottom: 0px;
}

.orangebg {
    background: #c69e1b !important;
}

.orange,
.orange a {
    color: #c69e1b !important;
}

.orangea .download-link {
    padding-bottom: 30px;
}

.section-content-div.colrgrey h2 {
    color: #5a595c;
}

.greya {
    background: #eeeeef;
    padding-bottom: 0px;
}

.greybg {
    background: #5a595c !important;
}

.grey,
.grey a {
    color: #5a595c !important;
}

.section-content-div.colrblue h2 {
    color: #3a4f7a;
}

.bluea {
    background: #ebedf2;
    padding-bottom: 0px;
}

.bluebg {
    background: #3a4f7a !important;
}

.blue,
.blue a {
    color: #3a4f7a !important;
}

.section-content-div.colrprple h2 {
    color: #7a3a58;
}

.prplea {
    background: #f2ebee;
    padding-bottom: 0px;
}

.prplebg {
    background: #7a3a58 !important;
}

.prple,
.prple a {
    color: #7a3a58 !important;
}

.section-content-div.colrgreen h2 {
    color: #006a40;
}

.greena {
    background: #ebf2eb;
    padding-bottom: 0px;
}

.greenbg {
    background: #006a40 !important;
}

.green,
.green a {
    color: #006a40 !important;
}

.page-id-380 .section-padding {
    padding: 0px 6%;
}

.mtop {
    margin-top: 50px;
}

.tab-slider .owl-theme .owl-nav {
    margin-top: -11px !important;
}

.home-demo .owl-theme .owl-nav {
    margin-top: -11px !important;
}

.action {
    padding: 90px;
}

.action p {
    color: #fff;
    margin: 20px auto 35px;
    /*line-height: 29px;*/
    font-size: 20px;
}

.butt-green a {
    background: #84b441;
    padding: 11px 50px !important;
}

.drk-green {
    background: #397a3a !important;
}

.action h2 {
    text-transform: initial;
}

.tab-slider .owl-item .item a {
    border: 3px solid #fff;
    text-align: center;
    margin: 0px 0px;
    color: #fff;
    border-radius: 40px;
    padding: 5px 12px;
    width: auto;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway-Medium';
}

.home-demo .owl-item .item a {
    border: 3px solid #fff;
    text-align: center;
    margin: 0px 4px;
    color: #fff;
    border-radius: 40px;
    padding: 5px 12px;
    width: auto;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway-Medium';
}

.banner-slide {
    max-height: 100px !important;
}

.tab-slider .item {
    color: #FFF;
    text-align: center;
    margin: 0;
    font-weight: 300;
}

.tab-slider .owl-theme .owl-nav [class*=owl-] {
    margin: 30px 15px !important;
}

.home-demo .owl-theme .owl-nav [class*=owl-] {
    margin: 30px 15px !important;
}

.home-demo .item a,
.tab-slider .item a:hover {
    color: #FFF;
}

.tab-slider .item a,
.tab-slider .item a:hover {
    color: #FFF;
}

.home-demo .owl-stage {
    width: 1900px !important;
}

.tab-slider {
    padding-top: 28px;
}

.home-demo {
    padding-top: 28px;
}

.page-id-380 .summary-info {
    margin-top: 0;
    grid-row-gap: 0em;
    grid-template-columns: 40% 60% !important;
}

.tab-slider .owl-nav {
    justify-content: space-between;
    display: flex;
}

.tab-slider .owl-prev:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/rght-arrow.png);
    background-repeat: no-repeat;
    z-index: 999999;
    background-position: top right;
    background-size: contain;
    top: -75px;
    width: 31px;
    rotate: 180deg;
    height: 50px;
    display: block;
    left: -70px;
    float: left;
}

.tab-slider .owl-next:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/09/rght-arrow.png);
    background-repeat: no-repeat;
    z-index: 999999;
    background-position: top right;
    background-size: contain;
    top: -51px;
    width: 31px;
    height: 50px;
    display: block;
    right: -70px;
    float: right;
}

.tab-slider .owl-next span,
.owl-prev span {
    display: none;
}

.tab-slider .owl-next {
    position: relative !important;
}

#rmp_menu_trigger-938 {
    display: none;
}

.mapp-layout {
    height: 240px !important;
}

.form-section {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 4em;
    grid-row-gap: 1em;
}

.form-section h2 {
    margin-bottom: 10px;
    color: #84b441;
}

.form-section p {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    /*line-height: 27px;*/
}

.form-section p b {
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    line-height: 29px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 15px;
    text-align: center;
}

.mobile-banner {
    display: none;
}

.page-template-varieties-template .site-header {
    z-index: 9999 !important;
}

.varieties-box-content {
    z-index: -1px !important;
}

.thank-you-info h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 10px;
}

.thank-you-info p {
    font-size: 23px !important;
    margin-bottom: 25px;
}

.thank-you-info img {
    width: 70px;
    padding-bottom: 10px;
}

.thank-you-info p:empty {
    display: none;
}

/*----------------footer---------------*/

.footer-section {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
}

.footer-section .footer-content {
    text-align: left;
}

.footer-section .footer-content p {
    font-size: 17px;
    line-height: 28px !important; 
    font-family: 'Raleway-Medium';
}

.footer-section .footer-content img {
    width: 200px;
    margin-bottom: 15px;
}

.footer-section .footer-content p b a {
    color: #fff !important;
    font-family: 'Lato';
}

.footer-section .footer-content p b a:hover {
    color: #84b441 !important;
}

.footer-section .footer-link {
    display: flex;
    justify-content: center;
}

.footer-section .footer-link ul li {
    list-style: none;
    margin-bottom: 0;
}

.footer-section .footer-link ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.footer-section .footer-link ul li a:hover {
    color: #84b441;
}

.mobile-tab-section {
    display: none;
}

#varieties-list {
    display: none;
}

.mobile-tab-section .mobile-tab-content #varieties-slide {
    background: #8db94a;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.mobile-tab-section .mobile-tab-content ul li {
    list-style: none;
}

.mobile-tab-section .mobile-tab-content ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Raleway-Medium';
    background-color: #eee;
    padding: 8px 15px;
    display: block;
    margin-bottom: 7px;
}

.nav-header ul.genesis-nav-menu #menu-item-1757 {
    display: none;
}

#varieties-list {
    position: absolute;
    background: #fff;
    padding: 10px;
    width: 89%;
}

#spring-wheat .seed-section-bgColor:nth-child(5) .logo-box img.brand-logo-image {
    margin-top: 13px !important;
    position: relative;
}

#spring-wheat .seed-section-bgColor:nth-child(6) .logo-box img.brand-logo-image {
    margin-top: 13px !important;
    position: relative;
}


/*------------seed producation----------------*/

/*.page-template-Seed-production-page .inner-banner-content {top:33%;}*/
.seed-production-content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 3em;
    grid-row-gap: 1em;
    padding: 0 30px;
}

.section-seed-production .section-content-div h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 12px;
}

.seedProduction-Desc p {
    color: #000;
    /*line-height: 27px;*/
}

.north-dakota-section {
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
    padding: 95px 0;
    text-align: center;
    position: relative;
}

.export-cta p{width: 861px;  margin: auto auto 40px;  font-size: 22px !important;  line-height: 34px;}
.export-cta h2{text-transform: normal!important;}
.north-dakota-content {
    position: relative;
    z-index: 999;
}

.north-dakota-content h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 25px;
}

.north-dakota-content p {
    color: #fff;
}

.regional-benefits h2 {
    color: #c59e1f;
    font-family: 'Raleway-Bold' !important;
}

.regional-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 5em;
    grid-row-gap: 1em;
    margin-top: 30px;
    padding: 0 10px;
}

.regional-benefits-box h3 {
    text-align: left;
    font-family: 'Lato';
    font-size: 22px;
    margin-bottom: 5px;
    color: #c59e1f;
    letter-spacing: 0;
}

.regional-benefits-box p {
    color: #000;
    /*line-height: 27px;*/ 
    padding: 0 20px;
}

.regional-benefits-box .image-circle {
    float: left;
    width: 120px;
    height: 100%;
    margin-right: 20px;
    border-radius: 100%;
    margin-top: 14px;
}

.our-process-section {
    background: #f4f8ed;
    padding: 10px 0;
}
.brown.our-process-section {
    background: #fff;
    padding: 10px 0;
}
.comprehensive-section h2{color: #c59f2d!important;}
.comprehensive-section .process-info h3{padding: 0;
  margin: 10px 0 5px;
  font-size: 19px;
  font-family: 'Lato'!important;
  color: #c59f2d;}


p.compreh{width:610px; font-size: 20px; margin:30px auto; color: #000;}
p.compreh-top{width:977px;font-size: 22px; margin:20px auto 0px;line-height: 33px;}

.comprehensive-section p{text-align: center;}
.comprehensive-section .process-service-box{margin: auto;
  display: inline-block;
  width: 100%;}

.strategic-section{padding:0px;}
.strategic-section img{height: 100%;}
.strategic-section .container{margin:0px auto;}
.strategic-section .about-content-box h2{font-size: 48px !important;
  line-height: 56px !important;
  text-transform: none !important;
  width:590px;
  margin-bottom: 13px;}

.strategic-section .about-content-box{margin-top: 90px;}
.innerPages.strategic-section .about-top-section{display: grid;
  column-gap: 10%;
  row-gap: 60px;
  grid-template-columns: 44% 50%}
.strategic-section .about-content-box p{width: 600px;}
.strategic-box ul{margin-bottom: 80px;}
.strategic-box ul li{list-style: none;display: flow-root list-item; margin-bottom: 20px;}
.strategic-box ul li img{float: left;
  width: 15%;
    margin-bottom: 20px;
  margin-right: 21px;}

.strategic-section ul li p{width: 600px;}


.strategic-box ul li h3{margin-top: 0px;margin-bottom: 5px;font-size: 21px;color: #397b3b;
  font-family: 'Lato' !important;
}

.our-process-section h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 0;
}

.process-service-box {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    display: grid;
    grid-column-gap: 5em;
    grid-row-gap: 1em;
    margin-top: 50px;
    padding: 0 10px;
}

.process-info {
    text-align: center;
}

.process-info img {
    border-radius: 100px;
    width: 190px;
}
.genesis-seed .seed-production-content{padding: 0 20px!important;
  display: grid;
  column-gap: 6.3%;
  row-gap: 60px;
  grid-template-columns: 50% 50%!important; }

.export.process-info img {
    border-radius: 100px;
    width: 30%!important;
}
.export.process-info h3{color: #397b3b!important;
  font-family: 'Lato', sans-serif !important;}
.export p{height:auto!important;}
.process-info h3 {
    padding: 0;
    margin: 10px 0 5px;
    font-size: 19px;
    font-family: 'Lato';
    color: #397839;
}

.process-info p {
    /*line-height: 26px;*/ 
    color: #000;
}

.process-service-box ul li {
    list-style: none;
}

.process-service-box ul li {
    float: left;
    width: 33%;
    padding: 0;
}
.comprehensive-section .process-service-box ul{margin-top: 25px;}


.process-service-box ul li p {
    padding: 0 28px;
    height: 150px;
}

.process-service-box ul li p b {
    font-weight: 600 !important;
}

.process-service-box ul li:nth-child(4) {
    margin-left: 16%;
}

.process-service-box ul li:nth-child(5) {
    margin-left: 3%;
}

#first-section .container {
    margin-bottom: 0 !important;
}

#second-section .container {
    margin-top: 0 !important;
}

.process-service-box {
    padding: 0px 0px;
    display: flex;
}

.certifications-section h2 {
    color: #84b441;
    font-family: 'Raleway-Bold' !important;
    margin-bottom: 10px;
}

.logo-div {
    text-align: center;
    padding-top: 0px;
}

.logo-div p {
    color: #000;
}

.seed-production-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.seed-production-logos img {
    width: 200px;
    box-shadow: 0px 0px 10px 0px #d6d6d6;
    padding: 0px 20px;
    background-color: #ffffff;
}

.form-section .contact-form {
    height: 350px;
}

.home-seed-section {
    width: 1090px;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.home-seed-section h2 {
    color: #84b441;
}

.home-seed-section-left {
    padding-right: 20px;
    width: 50%;
}

.home-seed-section-right {
    padding-left: 20px;
    width: 50%;
}

#text {
    display: none;
}

#toggle {
    cursor: pointer;
    display: block;
    text-decoration: underline;
    margin-top: -10px;
}

.production-page-logos-section {
    text-align: center;
}



/* FAQ css start */

.panel-body {
    display: none;
}

.panel-title {
    color: #000000;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    padding-top: 30px;
    text-align: left !important;
}

.panel-heading {
    border-bottom: 1px solid #cecece;
    padding: 0px 20px 20px 20px;
}

.panel-body {
    padding: 20px;
}
.certifications-section p{padding-bottom: 1px;}
.certifications-secti .logo-div p:empty{display: none;}
/* FAQ css end */

.variety-development-section {
    padding: 10px 0px;
    background-color: #f7f7f7;
}

.variety-development-section h2 {
    color: #84B441;
}

.section-content-div img {
    width: 200px;
}
.last-logo1 {
    width: 300px !important;
}
.last-logo2 {
    width: 25d0px !important;
}
.page-id-2497 .about-content-box {
    width: 40%;
    padding: 80px 0px;
    background-size: cover !important;
}
.page-id-2497 .about-content-box.custom-seed {
    width: 60%;
}

.page-id-2497 .about-content-box.custom-seed h2 {
    font-size: 48px !important;
    line-height: 49px !important;
}

.page-id-2497 .about-top-section {
    display: flex !important;
    padding: 0px;
}

.page-id-2497 .join-team-section-bg:before {
    background-color: rgb(1 1 1 / 63%) !important;
}

.page-id-2497 .join-team-section-bg {
    background-attachment: fixed !important;
}

.page-id-2497 .about-content-box.custom-seed p {
    font-size: 19px !important;
    color: #49484b !important;
    line-height: 1.65;
    font-family: 'Lato', sans-serif;
}

.page-id-1471 .section-content-div.team-content p {
    line-height: 29px !important;
}

.page-id-1471 .panel-body {
    text-align: left;
}

.panel-title span {
    font-size: 28px;    font-family: 'Roboto';
}

.section-content-div h2 {
    color: #8DB94A;
}

.page-id-1471 .inner-banner-image,
.page-id-2171 .inner-banner-image {
    height: 550px;
    overflow: hidden;
}

.video-innerpage-banner video {
    margin-top: -250px;
}

.panel-body,
.panel-title {
    text-align: left;
}

.page-id-197 .Seed-Production-section {}

.certifications-section .container,
.partnerships-sectio.certifications .container,
.partnerships-sectio.membership .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 80px 0px !important;
}

.certifications-section,
.partnerships-sectio.certifications,
.partnerships-sectio.membership {
    background-image: url(https://genesisseed.yourdevelopmentserver.net/wp-content/uploads/2022/07/green-wheat-scaled.jpg);
    background-size: cover;
}

#slider-2-slide-4-layer-3,
#slider-2-slide-2-layer-3 {
    background-color: rgb(88, 89, 91) !important;
}

#slider-2-slide-4-layer-3:hover,
#slider-2-slide-2-layer-3:hover {
    background-color: #397839 !important;
}

.home-seed-section-left span {
    display: block;
    margin-bottom: -10px;
}

.main-seed-production-section {
    display: flex;
    justify-content: space-between;
}

.page-id-197 .video-section .section-padding {
    padding: 0px !important;
}


@media screen and (min-width: 2500px) and (max-width: 2560px) {

    #spring-wheat,
    #durum,
    #oats,
    #barley,
    #flax,
    #field-peas {
        z-index: -1 !important;
    }

    .section-top-content p {
        padding: 0px 302px !important;
    }

    .site-header .widget-area {
        width: 3730px;
        max-width: 94%;
    }

    .inner-banner-content {
        padding: 75px 70px 80px !important;
        width: 24% !important;
        transform: translate(-48%, 0px) !important;
    }

    .tab-slider {
        width: 54% !important;
    }

    .banner-section {
        width: 100%;
    }

    .home-welcome-section .section-padding {
        width: 65%;
    }

    .banner-section {
        width: 100% !important;
    }

    #rev_slider_2_1_wrapper rs-slide {
        transform: translate3d(0px, 0px, 0px) !important;
        width: 100% !important;
    }

    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {
        line-height: 41px;
        padding: 0 129px !important;
        font-size: 27px !important;
    }

    .inner-banner-content p {
        font-size: 20px;
        line-height: 36px;
    }

    .page .entry-header {
        width: 100% !important;
    }

    .banner-main-div {
        width: 100% !important;
    }

    .about-us-section .section-padding {
        padding: 80px 0% !important;
    }

    .banner-section #slider-2-slide-2-layer-5 {
        transform: translate(100%, 0%) !important;
    }

    .banner-section #slider-2-slide-4-layer-5 {
        transform: translate(100%, 0%) !important;
    }

    .varieties-box-content .section-top-content p {
        width: 1080px !important;
        margin: 0 auto;
    }

    .page-template-about-us-php .inner-banner-content {
        top: 29% !important;
    }

    .seed-quality-info .seed-quality-content p {
        max-width: 55% !important;
    }

    .team-content p {
        line-height: 34px !important;
    }

    .team-content h2 {
        margin-bottom: 24px;
    }

    .team-content p {
        margin-bottom: 40px !important;
    }

    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        background-position: center left;
        padding: 15px 10px;
    }


}


@media screen and (min-width: 1300px) and (max-width: 1366px) {

    .tab-slider {
        max-width: 75% !important;
    }

    .seed-quality-info .seed-quality-content p {
        max-width: 61% !important;
    }

    .about-second-section-bg .about-top-section .about-content-box p {
        padding: 0 26px 0 0 !important;
    }

    .about-top-section .about-content-box h2 {
        font-size: 29px !important;
    }

    .about-top-section .about-content-box p {
        padding: 0 0px 0 0;
    }

     .footer-widgets .footer-widgets-2 {
        padding: 50px 4% 30px 8%!important;  
    }  

    .page-template-varieties-template>.varieties-box-content {width: 85% !important;}
    .regional-benefits-grid {grid-row-gap: 3em;}
    .rev-btn{padding: 10px 29px !important;}


}

@media screen and (min-width: 1281px) and (max-width: 1440px) {

    #slider-2-slide-4-layer-5 {transform: translate(32%, 0%) !important;} 
    #slider-2-slide-2-layer-5 {transform: translate(32%, 0%) !important;}
    .page-id-1471 .inner-banner-image, .page-id-2171 .inner-banner-image {height: 510px;} 
    .regional-benefits-box {margin-bottom: 20px;}  
    #slider-2-slide-2-layer-2 {
        width: 410px !important;
        font-size: 31px !important;
        line-height: 37px !important;
        margin-bottom: 29px !important;
    }
    #slider-2-slide-4-layer-2 {
        width: 410px !important;
        font-size: 31px !important;
        line-height: 37px !important;
        margin-bottom: 29px !important;
    }
    .rev-btn {
        padding: 6px 29px !important;
        line-height: 23px !important;
        font-size: 18px !important;
        height: 43px !important;
    }
    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {
        color: #000;
        font-size: 26px !important;
        line-height: 31px !important;
        padding: 0 47px !important;
    }
    .seed-production-content {padding: 0 0 !important;}
    .regional-benefits-grid {padding: 0;}
    .tab-slider .owl-item .item a {
        font-size: 15px !important;
        padding: 5px 9px !important;
    }
    .person-info-box {padding: 0 59px;} 
    .about-us-section .section-padding {padding: 80px 8% !important;}
    .career-cta .section-padding {padding: 60px 8%;}
    .form-mid-section .section-padding {padding: 0 7% 80px;}
    .inner-banner-content {
        min-width: 36% !important;
        transform: translate(-52%, 0px) !important;
    }
    .page-template-varieties-template .section-padding {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    .section-padding {padding: 80px 6%;}
    .price-list .second-section .section-padding {padding: 10px 106px 0px !important;}
    .footer-widgets .footer-widgets-2 {padding: 50px 4% 30px 8%;}
    .tab-slider {width: 74% !important;}
    .about-second-section-bg .about-top-section .about-content-box p {padding: 0 48px 0 0;}
    .seed-quality-info .seed-quality-content p {max-width: 68%;}
    .UA-logo-content p,
    .Vision-logo-content p {
        padding: 0 13px 0 0px;
    }
    .about-top-section .about-content-box p {padding: 0 27px 0 0 !important;}
    .about-top-section {padding: 0 7px;}    
    .partnerships-content-box {padding: 0 16px 40px;}
    .bottom-content p {padding: 0 61px 0 16px;}
    #spring-wheat .section-content-div p:empty,
    #durum .section-content-div p:empty,
    #oats .section-content-div p:empty,
    #barley .section-content-div p:empty,
    #flax .section-content-div p:empty,
    #field-peas .section-content-div p:empty {
        display: none !important;
    }

    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        background-position: center left;
        padding: 15px 10px;
    }

    .page-template-varieties-template .section-content-div h2 {
        margin-bottom: 0px !important;
    }
    #slider-2-slide-4-layer-3 a, #slider-2-slide-2-layer-3 a {
        font-size: 16px !important;
    }
}


@media (max-width:1400px) {
    .tab-slider .owl-item .item a {
        font-size: 15px !important;
        padding: 5px 9px !important;
    }

    .section-top-content p {
        padding: 0 142px !important;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .page-template-genesis-exports .simple-image img {
  width: 86%;
  padding: 7px 0px 0px !important;
}
     .strategic-box ul li img{width: 23%; margin-bottom: 38px;}   
p.compreh{margin-top: 90px !important;
  display: block;}
.strategic-section .container{margin-bottom: 0px!important;padding: 11px 25px 80px!important;} 

  .strategic-section .about-content-box p { width: auto;}  
 .strategic-section .about-content-box h2{width: auto;line-height: 42px !important; font-size: 40px !important;}   
 .export-cta p {width: 781px; font-size: 20px !important; line-height: 30px !important;} 
.genesis-seed .seed-production-content{padding: 0 20px !important;column-gap: 5.3%;
 
  grid-template-columns: 47% 47% !important;}
p.compreh-top { width: auto;}

    html {scroll-padding-top: 250px;}
    .page-id-1709 .site-container {height: 600px !important;}
    #slider-2-slide-4-layer-5 {
        transform: translate(45%, 0%) !important;
        padding: 30px 40px 40px !important;
        width: 380px !important;
    }
    #slider-2-slide-2-layer-5 {
        transform: translate(45%, 0%) !important;
        padding: 30px 40px 40px !important;
        width: 380px !important;
    }
    .inner-banner-content {
        width: 45%;
        transform: translate(-48%, 0px);
    }
    #slider-2-slide-4-layer-3 a, #slider-2-slide-2-layer-3 a {
        font-size: 16px !important;
    }
    #slider-2-slide-4-layer-3 {
        height: 34px !important;
        line-height: 38px !important;
    } 
    .section-top-content p {padding: 0 70px;}
    .page-template-varieties-template .section-padding {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    .section-padding {padding: 80px 6%;}
    .about-content h1 {font-size: 40px !important;}
    H2 {font-size: 40px !important;}
    .career-cta h2 {font-size: 40px !important;}
   .inner-banner-content h1 {font-size: 45px; line-height: 45px;}
    .tab-slider .owl-item .item a {
        font-size: 14px !important;
        padding: 5px 7px !important;
    }
    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {padding: 0 45px !important;}
    .footer-widgets .footer-widgets-2 {padding: 50px 4% 30px 5%;}
    .seed-production-content {padding: 0 0;}
    .innerPages .container {width: 90%;}
    .regional-benefits-grid {
        grid-column-gap: 2em;
        padding: 0 0px;
    }
    .price-list .second-section .section-padding {padding: 10px 75px 0px !important;}
    .career-cta .section-padding {padding: 60px 11%;}
    .about-us-section .section-padding {padding: 80px 11% !important;}
    .about-top-section .about-content-box p {padding: 0 38px 0 0;}
    .about-top-section {grid-column-gap: 2em;}
    .about-top-section .about-content-box p {padding: 0 14px 0 0;}
    .about-second-section-bg .about-top-section .about-content-box p {padding: 0 2px 0 0;}
    .seed-quality-info .seed-quality-content p {max-width: 93%;} 
    .UA-logo-content p,
    .Vision-logo-content p {
        padding: 0 8px 0 0;
    }
    .bottom-content p {padding: 0 23px 0 31px;}
    .person-info-box {padding: 0 60px;}
    .page-template-varieties-template .section-content-div h2 {margin-bottom: 0px !important;}
    .counter-section .Card__CardCaption-sc-5c89d5ce-4 {font-size: 19px; padding: 0 65px;}
    .counter-section .Counter__CounterComponent-sc-89d122f7-0 span {font-size: 50px;}
    .home-seed-section {width: 100%; padding: 0 16px;}
    .footer-widgets .footer-widgets-2 .widget {
      margin: 5px 0px;
      max-width: 98%;
    }
    .home-seed-section {padding: 0 56px;} 
    .process-service-box ul{padding-bottom: 60px;}
    .page-id-2497 .about-content-box.custom-seed h2 {
      font-size: 40px !important;
      line-height: 42px !important;
    }
    .page-id-2497 .about-content-box.custom-seed {padding: 50px 20px;}
    .page-template-varieties-template > .varieties-box-content {width: 90% !important;}
    .page-id-1471 .inner-banner-image, .page-id-2171 .inner-banner-image {height: auto;}
    .SeedQuality-and-trust-section .container-box{padding: 0 20px 0 70px;}
    .conInfo-bg {margin-bottom: 39px;}
    .page-id-1106 .entry-header {min-height: auto;} 
    .logo-div {padding-top: 10px;}
#slider-2-slide-2-layer-3 {padding: 4px 27px 0;line-height: 32px !important;} 

}

@media (max-width: 1080px) {
    .person-info-box {padding: 0 20px !important;}
    .commodities-section-space .commodities-content ul li {font-size: 17px;}
    .counter-section .hoWMNX {font-size: 45px !important;}
    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {padding: 0 15px !important;}
    .contact-form .input-field {width: 47% !important;}
    .commodities-section-space .section-content-div p {padding: 0 40px;}
    .price-list .second-section .section-padding {padding: 10px 5px 0px !important;}
    .price-info-box .left-info p {font-size: 16px;}
    
    .commodities-section-space .commodities-content .button-bg {margin-top: 30px;}
    .conInfo-bg {margin-bottom: 32px;}
    
}


/*-----------ipad---portrait------------*/



@media only screen 
and (min-device-width : 995px) 
and (max-device-width : 1024px)
{
.page-template-genesis-exports .simple-image img {
  width: 86%;
  padding: 7px 0px 0px !important;
}
    html {scroll-padding-top: 190px;}
.strategic-section .about-content-box p {
  width: auto;
}
 .innerPages.strategic-section .about-top-section {
    display: grid;column-gap: 3%!important;
    grid-template-columns: 54% 49% !important;
  }
.strategic-section .about-content-box h2 {
  font-size: 48px !important;
  line-height: 37px !important; width: auto;}
p.compreh-top{width: auto;}
.pro .process-service-box ul li, .comprehensive-section .process-service-box ul li{width: 33%;}
.pro .process-service-box ul li p, .comprehensive-section .process-service-box ul li p{padding: 0 10px;}
    .commodities-section-space .section-content-div p {padding: 0 100px;}
    .page-id-1709 .site-container {
        height: auto;
        position: relative;
        display: block;
    }
    #slider-2-slide-4-layer-2 {
        width: 290px !important;
        font-size: 23px !important;
        line-height: 30px !important;
    }
    #slider-2-slide-2-layer-2 {
        width: 290px !important;
        font-size: 23px !important;
        line-height: 30px !important;
    }
    .rev-btn {
        padding: 8px 30px !important;
        line-height: 17px !important;
        font-size: 14px !important;
    }
    #rev_slider_2_1_wrapper .tp-leftarrow {left: -90px !important;}
    #rev_slider_2_1_wrapper .tp-rightarrow {
        right: -80px !important;
        transform: translate(0%, -50%) translate(-100px, 10px) !important;
    }
    #slider-2-slide-2-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 25px 40px !important;
        transform: translate(27%, 0%) !important;
        width: 130% !important;
    }
    #slider-2-slide-4-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 25px 40px !important;
        transform: translate(27%, 0%) !important;
        width: 130% !important; 
    }
    #slider-2-slide-4-layer-3 {
        height: 34px !important;
        line-height: 20px !important;
    } 
    #slider-2-slide-4-layer-3 a, #slider-2-slide-2-layer-3 a {
        font-size: 16px !important;
    }
    .inner-banner-content {
        background: rgba(255, 255, 255, 0.84);
        position: absolute;
        width: 50%;
        transform: translate(-40%, 0px);
    }
    h2 {font-size: 36px !important;}
    .about-content h1 {font-size: 36px !important;}
    .contact-form .input-field {width: 47% !important;}
    .footer-widgets .footer-widgets-2 {padding: 50px 1% 40px 3%;}
    .counter-section .feCMGb {font-size: 45px !important;}
    .Card__Component-sc-i5au7b-5 .ejSeRO { padding: 10px 0;}
    .page .entry-header,
    .single .entry-header {
        min-height: auto !important;
    }
    .address-box p {width: 320px;}
    .contact-form .input-field {
        width: 100% !important;
        float: left;
    }
    #email-input {width: 100% !important;}
    .section-padding {padding: 60px 3%;}
    .career-cta h2 {font-size: 36px !important;}
    .career-cta .button-bg {padding-top: 30px;}
    .welcome-section {grid-column-gap: 2em;}
    .person-info-box {padding: 0 0px;}
    .contact-person {padding: 0 0;}
    .commodities-section-space .section-commodities {grid-column-gap: 2em;}
    .commodities-section-space .commodities-content {width: 133%;}
    .commodities-section-space .commodities-content .button-bg { margin-top: 40px;}
    .inner-banner-content h1 {font-size: 45px;}
    .price-list .second-section .section-padding {padding: 10px 0px 0px !important;}
    .innerPages .container {width: 90%;}
    .section-top-content p {padding: 0 116px;}
    .page-template-varieties_page .summary-info {
        margin-top: 0;
        grid-row-gap: 0em;
        grid-template-columns: 37% 63% !important;
    }
    .page-template-varieties-template>.varieties-box-content {width: 100% !important;}
    .tab-slider {width: 75%;}
    .tab-slider .owl-prev:after {
        content: '';
        position: absolute;
        top: -78px;
        width: 30px;
    }
    .tab-slider .owl-next:after {
        content: '';
        position: absolute;
        top: -54px;
        width: 30px;
    }
    .conInfo-bg {padding: 27px 25px;}
    .counter-section .elfZuX {
        color: #c69e1b !important;
        font-size: 45px !important;
        font-family: 'Raleway-Bold';
    }
    .Card__CardCaption-sc-1c7norw-4 {
        text-transform: capitalize !important;
        color: #000000 !important;
        padding: 10px 20px 0;
        font-weight: 600 !important;
        font-family: 'Raleway-Medium';
        line-height: 23px !important;
        font-size: 19px !important;
    }
    .north-dakota-section {padding: 65px 0;}
    .seed-production-content {padding: 0 0;}
    .regional-benefits-grid {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        padding: 0 0px;
    }
    .regional-benefits-box p {padding: 0 0;}
    .process-service-box ul li p {
        padding: 0 50px;
        min-height: auto;
    }
    .process-service-box ul li:nth-child(4) p {padding: 0 20px;}
    .process-service-box ul li { width: 50%;}
    .process-service-box ul li:nth-child(4) {margin-left: 0%;}
    .process-service-box ul li:nth-child(5) {margin-left: 0%;}
    .logo-div p br {display: block;}
    ul.icon-grid li {padding: 0;}
    .counter-section .hoWMNX {
        font-size: 50px !important;
        margin-bottom: 10px;
    }
    .hDPFdS .Card__CardCaption-sc-1c7norw-4 {
        padding: 0 30px !important;
        line-height: 30px !important;
    }
    .input-field.name-field {margin-bottom: 0px !important;}
    .page-template-commodities-page .inner-banner-content,
    .page-template-commodities-bids .inner-banner-content {
        background: rgba(255, 255, 255, 0.9) !important;
    }
    .contact-form-right .contact-form {padding: 40px !important;}
    .page-id-1709 .site-container {height: auto !important;}
    .form-section {
        grid-column-gap: 3em;
        padding: 0 23px;
    }
    .about-second-section-bg .about-top-section .about-content-box p {padding: 0 5px 0 0;}
    .about-second-section-bg { padding: 1px 0;}
    .about-top-section {
        padding: 0 0;
        grid-column-gap: 1em;
    }
    .seed-quality-info .seed-quality-content p {max-width: 95%;}
    .seed-quality-info .seed-quality-content h2 {margin-bottom: 10px;}
    .UA-logo-content p,
    .Vision-logo-content p {
        padding: 0 15px 0 0;
    }
    .bottom-content p {padding: 0 10px 0 0px;}
    .join-team-section-bg {padding: 10px 0 30px;}
    .about-top-section .about-content-box h2 {font-size: 28px !important;}
    .about-top-section .about-content-box p {padding: 0 0px 0 0;}
    .partnerships-content-box {padding: 0 0px 22px;}
    .about-image-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #rmp-container-938 {left: -1px !important;}
    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        background-position: center left;
        padding: 10px 10px;
    }
    .page-template-varieties-template .section-content-div h2 {margin-bottom: 0px !important;}
    .form-section .contact-form {height: auto;}
    .video-innerpage-banner video {margin-top: -200px;}
    .page-id-1471 .inner-banner-image,
    .page-id-2171 .inner-banner-image {
        height: auto;
        overflow: hidden;
    }
    .lgx_lsw_nav_button_next {margin-top: 9% !important;}
    .page-id-197 .video-section .section-padding {padding: 0px 20px !important;}
    .seed-quality-image {padding-left: 50px;}
    #slider-2-slide-4-layer-3 {
        height: 34px !important;
        line-height: 20px !important;
    }
    .home-seed-section {width: 100%;}
    .counter-section .Card__CardCaption-sc-5c89d5ce-4 {padding: 0 45px;}
    .logo-div {margin-top: 34px;}
    .page-id-2497 .about-content-box.custom-seed {
        width: 60%;
        padding: 40px 40px 60px 15px;
    }
.conInfo-bg{margin-bottom: 54px;} 
.seed-production-text {padding: 0 30px;} 

}

@media (max-width: 992px)
{
#rmp-menu-wrap-938 .rmp-menu-item-link {text-transform: uppercase!important;}
.counter-section .Card__CardCaption-sc-5c89d5ce-4 {font-size: 18px; padding: 0 31px;}
.counter-section .Counter__CounterComponent-sc-89d122f7-0 span {font-size: 40px;}
.home-seed-section {width: 100%;}
.page-id-197 .video-section .section-padding {padding: 0px 20px !important;}
/*#slider-2-slide-4-layer-5 {max-width: 150% !important; min-width: 160% !important;} */
.certifications {padding: 0 20px;}
.membership {padding: 0 40px;} 
.page-id-2497 .about-content-box.custom-seed h2 {font-size: 36px !important;line-height: 35px !important;}
.certifications p br{display: none;}
.certifications p:empty {display: none;}
.seed-production-logos { display: block;}
.seed-production-logos img {
    width: 21%;
    margin: 20px 10px 0;
}
#slider-2-slide-4-layer-3 {height: 34px !important; line-height: 20px !important;}
.page-id-2497 .about-content-box.custom-seed {padding: 0 30px 50px 20px;}
.page-id-1471 .inner-banner-image {height: auto;} 
.video-innerpage-banner video {margin-top: -150px;} 
#slider-2-slide-4-layer-3 a, #slider-2-slide-2-layer-3 a {font-size: 16px !important;}
#slider-2-slide-2-layer-1,
#slider-2-slide-4-layer-1{font-size: 32px !important; line-height: 34px !important;}
#slider-2-slide-2-layer-5, #slider-2-slide-4-layer-5{width: 350px !important;} 
#rmp_menu_trigger-938 {top: 51px;}
.commodities-section-space .commodities-content ul li {font-size: 15px;}
.commodities-section-space p br{display: none;}
.page-id-1471 .inner-banner-image, .page-id-2171 .inner-banner-image {height: auto;}
.seed-quality-info .seed-quality-content p {max-width: 100%;}
.certifications-section {padding: 0 20px;}
.logo-div p:empty{display: none;} 
.inner-banner-content .banner-btn {margin-bottom: 10px; display: inline-block;}
.lgx_lsw_nav_button_next {margin-top: 11% !important;}
.Counter__CounterComponent-sc-89d122f7-0 span {font-size: 40px;}
.right-summary-box {padding: 0 20px;}
.inner-banner-content .banner-btn {padding: 9px 25px 9px;}
.about-top-section .about-content-box:last-child p{padding-right:0;}
.inner-banner-content {transform: translate(-31%, 0px);}



}


@media only screen and (max-width: 834px) {
    html {scroll-padding-top: 30px;}
    .nav-header ul.genesis-nav-menu #menu-item-1757 {display: none;}
    #nav_menu-2 {display: none;}
    .site-header {position: initial;}
    .commodities-section-space .section-content-div p {padding: 0 70px;}
    #rmp_menu_trigger-938 {
        display: block;
        top: 47px;
        right: 15px;
    }
    #rmp-container-938 {left: -2px;}
    #simpleimage-2 img {
        max-width: 70%;
        margin-left: 8px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    #simpleimage-2 {
        margin: 0 !important;
        text-align: left;
    }
    .site-header .widget-area {justify-content: left;}
    #slider-2-slide-2-layer-1,
    #slider-2-slide-4-layer-1 {
        max-width: 300px !important;
        width: 300px !important;
    }
    #slider-2-slide-2-layer-2 {
        width: 200px;
        font-size: 15px;
        line-height: 25px;
    }
    #slider-2-slide-2-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 27px 39px !important;
        transform: translate(24%, 0%) !important;
        /*width: 125% !important;*/ 
    }
    #slider-2-slide-4-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 27px 39px !important;
        transform: translate(24%, 0%) !important;
        /*width: 125% !important;*/
    }
    /*#slider-2-slide-2-layer-1,
    #slider-2-slide-4-layer-1 {
        max-width: 300px !important;
        width: 300px !important;
        font-size: 35px !important;
        line-height: 35px !important;
    }*/
    #slider-2-slide-4-layer-2 {
        width: 300px !important;
        font-size: 21px !important;
        line-height: 25px !important; 
    }
    #slider-2-slide-2-layer-2 {
        width: 300px !important;
        font-size: 21px !important;
        line-height: 25px !important; 
    }
    .rev-btn {
        padding: 8px 30px !important;
        line-height: 17px !important;
        font-size: 14px !important;
    }
    #rev_slider_2_1_wrapper .tp-leftarrow {left: -90px !important;}
    #rev_slider_2_1_wrapper .tp-rightarrow {
        right: -150px !important;
        transform: translate(-90px, -10px) !important;
    }
    .tab-slider .owl-prev:after {
        content: '';
        position: absolute;
        top: -70px;
        left: -327px;
        width: 46px;
    }
    .tab-slider .owl-next:after {
        content: '';
        position: absolute;
        top: -57px;
        right: -332px;
        width: 43px;
    }
    .about-us-section .section-padding {padding: 60px 6%;}
    .about-content p {margin-bottom: 30px;}
    .about-content h1 {text-align: left !important;}
    .about-content {margin-bottom: 0px;}
    .section-padding {padding: 50px 3%;}
    .welcome-section {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .home .extra-narrow .wrap {padding: 0 0%;}
    .form-section {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    #pagegroup-2 #pagesection-1 .icon-row-icon { flex: 0 0 132px !important;}
    .counter-section .bnRIVu {
        color: #c69e1b !important;
        font-family: 'Raleway-Bold';
        font-size: 45px !important;
    }
    .Main__GridContainer-sc-1tpqysg-2.jjFYbJ {max-width: 100% !important;}
    h2 {font-size: 36px !important;}
    .career-cta h2 br {display: none;}
    .career-cta h2 {
        text-align: center;
        font-size: 36px !important;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .career-cta .button-bg {float: none;}
    .commodities-section-space .commodities-content {
        width: 120%;
        text-align: center;
    }
    .commodities-section-space .section-commodities {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 1em;
    }
    .commodities-section-space .commodities-content ul li .fa {font-size: 12px;}
    .innerPages .container {
        width: 100%;
        margin: 50px auto;
        padding: 0 25px;
    }
    .commodities-section-space .commodities-content ul li {margin-bottom: 0px;}
    .contact-person {padding: 0 10px;}
    .person-info-box {padding: 0 0px;}
    .contracting-section-bg {padding: 0 0;}
    .commodities-section-space .commodities-content .button-bg {margin-top: 40px; float: left;}
    .price-list .second-section .section-padding {padding: 10px 10px 0px !important;}
    .price-info-box .left-info p {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
    }
    .section-top-content p {padding: 0 0px;}
    .page-template-varieties_page .summary-info {grid-template-columns: 44% 60% !important;}
    .right-summary-box ul li {width: 100%;}
    .left-summary-box p {padding: 0 0px 0 0 !important;}
    .action p br {display: none;}
    .action p {
        margin: 20px 40px 35px;
        font-size: 19px;
    }
    .page-template-varieties-template>.varieties-box-content {width: 100% !important;}
    .tab-slider {width: 70%;}
    .about-content h1 {font-size: 36px !important;}
    .inner-banner-content {
        padding: 20px 20px 24px;
        background: rgba(255, 255, 255, 0.94);
        width: 55%;
        transform: translate(-27%, 0px);
    }
    .inner-banner-content h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: left !important;
    }
    .page .entry-header,
    .single .entry-header {
        min-height: auto !important;
    }
    .contact-info-main {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .contact-heading p br,
    .logo-slider p br {
        display: none;
    }
    .team-grid-section {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }
    .page-template-varieties-template .site-header {position: static !important;}
    .footer-widgets .footer-widgets-2 .widget {margin: 0px 10px;}
    .footer-widgets .footer-widgets-2 {padding: 50px 3% 50px 4%;}
    .footer-section {grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
    .footer-widgets .footer-widgets-2 .widget:nth-child(1) .widget-wrap .textwidget {width: 100% !important;}
    .contact-heading p {padding: 0 30px !important;}
    .page-template-varieties-template .site-header {position: static !important;}
    .tab-slider-section {display: none;}
    .mobile-tab-section {
        display: block;
        padding: 0 45px;
    }
    .mobile-tab-section .mobile-tab-content #varieties-slide {margin-top: 60px;}
    .mobile-tab-section .mobile-tab-content i {
        float: right !important;
        font-weight: 600 !important;
        line-height: 29px;
    }
    .mobile-tab-section .mobile-tab-content #varieties-slide {
        padding: 16px 25px;
        font-size: 26px;
    }
    .mobile-tab-section .mobile-tab-content ul li a {
        font-size: 21px;
        padding: 16px 25px;
    }
    .counter-section .elfZuX {
        color: #c69e1b !important;
        font-size: 45px !important;
        font-family: 'Raleway-Bold';
    }
    .Card__CardCaption-sc-1c7norw-4 {
        text-transform: capitalize !important;
        color: #000000 !important;
        padding: 10px 20px 0;
        font-weight: 600 !important;
        font-family: 'Raleway-Medium';
        line-height: 40px !important;
        font-size: 28px !important;
    }
    .counter-section .dylJdq {
        color: #c69e1b !important;
        font-family: 'Raleway-Bold';
        font-size: 50px !important;
    }
    .seed-production-content {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 15px;
    }
    .north-dakota-content p br {display: none;}
    .north-dakota-content p {
        padding: 0 40px;
        /*line-height: 34px;*/ 
    }
    .north-dakota-section {padding: 65px 0;}
    .regional-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        grid-column-gap: 0em;
    }
    .regional-benefits-box {margin-bottom: 20px;}
    .regional-benefits-box .image-circle {
        margin-top: 9px;
        margin-right: 30px;
    }
    .our-process-section p br {display: none;}
    .process-service-box ul li {width: 50%;}
    .process-service-box ul li:nth-child(4) {margin-left: 0%;}
    .process-service-box ul li p {
        padding: 0px 30px;
        height: 160px;
    }
    .process-service-box ul li:nth-child(5) {
        margin-left: 24%;
        margin-top: 40px;
    }
    .process-service-box ul li:nth-child(5) p {padding: 0;}
    .certifications-section p br {display: none;}
    .logo-div p br {display: block;}
    ul.icon-grid {width: 100% !important;margin-left: 0;}
    .contact-form .input-field-full input,
    .contact-form .input-field-full textarea {
        width: 99.3% !important;
    }
    .contact-form .input-field {width: 48% !important;}
    #email-input {width: 50% !important;}
    .page-id-1709 .site-container {height: auto !important;}
    #rmp-container-938 {left: -1px !important;}
    .bottom-content p {padding: 0 10px 0 0px;}
    .join-team-section-bg {padding: 1px 0 20px;}
    .about-top-section .about-content-box h2 {font-size: 28px !important;}
    .about-top-section .about-content-box p {padding: 0 0px 0 0;}
    /*.page-template-about-us-php .inner-banner-content {top: 14%;}*/
    .about-top-section {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 0em;
    }
    .about-image-box {    
        display: flex;
        justify-content: center;
        align-items: center;
        }
    .seed-quality-info {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-row-gap: 2em;
        grid-column-gap: 2em;
        padding: 0 27px;
    }
    .container-box {margin: 70px auto;}
    .team-content p br {display: none;}
    .cta-bg .action {padding: 60px 0 80px;}
    .partnerships-content-box{padding: 0 4px 20px;}

}

@media (min-width: 768px) and (max-width: 820px){
.comprehensive-section .process-service-box ul li:nth-child(3), .pro .process-service-box ul li:nth-child(3){margin-left: 24%;
    margin-top: 40px;}
 .strategic-box ul li img{width: 11%;}   

.strategic-section .container{margin-bottom: 0px!important;padding: 11px 25px 80px!important;} 
.innerPages.strategic-section .about-top-section{display: block;}
  .strategic-section .about-content-box p { width: auto;}  
 .strategic-section .about-content-box h2{width: auto;line-height: 39px !important;}   
 .export-cta p {width: auto; font-size: 20px !important; line-height: 30px !important;} 
.genesis-seed .seed-production-content{padding: 0 20px !important;}
p.compreh-top { width: auto;}
}

@media (max-width: 768px) {
  .page-template-genesis-exports .simple-image img {
  width: 86%;
  padding: 7px 0px 0px !important;
}  
.comprehensive-section .process-service-box ul li:nth-child(3), .pro .process-service-box ul li:nth-child(3){margin-left: 24%;
    margin-top: 40px;}
 .strategic-box ul li img{width: 11%;}   

.strategic-section .container{margin-bottom: 0px!important;padding: 11px 25px 80px!important;} 
.innerPages.strategic-section .about-top-section{display: block;}
  .strategic-section .about-content-box p { width: auto;}  
 .strategic-section .about-content-box h2{width: auto;line-height: 39px !important;}   
 .export-cta p {width: auto; font-size: 20px !important; line-height: 30px !important;} 
.genesis-seed .seed-production-content{display: block!important;width: auto!important;padding: 0 20px !important;}
p.compreh-top { width: auto;}
    .right-summary-box {padding-right: 30px;}
    #slider-2-slide-4-layer-3 {height: 34px!important; line-height: 20px !important;}
    .commodities-section-space .section-content-div p {padding: 0 0px;}
    .site-header {position: inherit;}
    html {scroll-padding-top: 30px;}
    .nav-header ul.genesis-nav-menu #menu-item-1757 {display: none;}
    #nav_menu-2 {display: none;}
    #rmp_menu_trigger-938 {
        display: block;
        top: 47px;
        right: 15px;
    }
    #simpleimage-2 img {
        max-width: 61%;
        margin-left: 8px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    #simpleimage-2 {
        margin: 0 !important;
        text-align: left;
    }
    .counter-section .Card__CardCaption-sc-5c89d5ce-4 {font-size: 27px;}
    .site-header .widget-area {justify-content: left;}
    #slider-2-slide-2-layer-1,
    #slider-2-slide-4-layer-1 {
        max-width: 300px !important;
        width: 300px !important;
    }
    #slider-2-slide-2-layer-2 {
        width: 200px;
        font-size: 15px;
        line-height: 25px;
    }
    #slider-2-slide-2-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 27px 39px !important;
        transform: translate(24%, 3%) !important;
        width: 48% !important;
    }
    #slider-2-slide-4-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 30px 27px 39px !important;
        transform: translate(24%, 3%) !important;
        width: 48% !important;
    }

    .counter-section .Counter__CounterComponent-sc-89d122f7-0 span {font-size: 45px;}
    .home-seed-section {width: 100%;}
    .page-id-197 .video-section .section-padding {padding: 0px 20px !important;}
    #slider-2-slide-4-layer-3 a, #slider-2-slide-2-layer-3 a {font-size: 16px !important;}
    ul.icon-grid {display: flex !important; justify-content: left !important; margin-left: 0px;}
    .seed-production-logos img {width: 20%; margin: 0 10px;}
    .seed-production-logos {display: block;}
    .certifications-section {padding: 0 20px;}
    .form-section p b {font-size: 19px;}
    #slider-2-slide-2-layer-1,
    #slider-2-slide-4-layer-1 {
        max-width: 490px !important;
        width: 490px !important;
        font-size: 35px !important;
        line-height: 35px !important;
    }
    #slider-2-slide-4-layer-2 {
        width: 290px !important;
        font-size: 21px !important;
        line-height: 26px !important; 
    }
    #slider-2-slide-2-layer-2 {
        width: 290px !important;
        font-size: 21px !important;
        line-height: 26px !important; 
    }
    .rev-btn {
        padding: 8px 30px !important;
        line-height: 17px !important;
        font-size: 14px !important;
    }
    #rev_slider_2_1_wrapper .tp-leftarrow {
        left: -90px !important;
    }
    #rev_slider_2_1_wrapper .tp-rightarrow {
        right: -150px !important;
        transform: translate(-90px, -10px) !important;
    }
    .tab-slider .owl-prev:after {
        content: '';
        position: absolute;
        top: -70px;
        left: -327px;
        width: 46px;
    }
    .tab-slider .owl-next:after {
        content: '';
        position: absolute;
        top: -57px;
        right: -332px;
        width: 43px;
    }
    .about-us-section .section-padding {padding: 60px 6%;}
    .about-content p {margin-bottom: 30px;}
    .about-content {margin-bottom: 20px;}
    .section-padding {padding: 50px 3%;}
    .welcome-section {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .about-content h1 {text-align: left !important;}
    /*.home-welcome-section  .extra-narrow .wrap {padding: 80px 0% 0;}*/
    .career-cta .button-bg a {padding: 13px 36px 16px;}
    .address-box p {width: 100%;}
    .form-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 16px;
    }
    #pagegroup-2 #pagesection-1 .icon-row-icon {flex: 0 0 132px !important;}
    .counter-section .bnRIVu {
        color: #c69e1b !important;
        font-family: 'Raleway-Bold';
        font-size: 45px !important;
    }
    .Main__GridContainer-sc-1tpqysg-2.jjFYbJ {max-width: 100% !important;}
    h2 {font-size: 36px !important;}
    .career-cta h2 br {display: none;}
    .career-cta h2 {
        text-align: center;
        font-size: 36px !important;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .career-cta .button-bg {float: none;}
    .commodities-section-space .commodities-content {
        width: 120%;
        text-align: center;
    }
    .commodities-section-space .section-commodities { grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
    .innerPages .container {
        width: 100%;
        margin: 60px auto;
        padding: 0 25px;
    }
    .commodities-section-space .commodities-content ul li {margin-bottom: 0px;}
    .contact-person {padding: 0 10px;}
    .person-info-box {padding: 0 0px;}
    .contracting-section-bg {padding: 0 0;}
    .commodities-section-space .commodities-content .button-bg {margin-top: 40px; float: left;}
    .price-list .second-section .section-padding {padding: 10px 10px 0px !important;}
    .price-info-box .left-info p {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
    }
    #rmp-container-938 {left: -1px;}
    .section-top-content p {padding: 0 0px 20px;}
    .page-template-varieties_page .summary-info {grid-template-columns: 44% 60% !important;}
    .right-summary-box ul li {width: 100%;}
    .left-summary-box p {padding: 0 0px 0 0 !important;}
    .action p br {display: none;}
    .action p {
        margin: 20px 40px 35px;
        font-size: 20px;
    }
    .page-template-varieties-template>.varieties-box-content { width: 100% !important;}
    .tab-slider {width: 70%;}
    .about-content h1 {font-size: 36px !important;}
    .inner-banner-content {
        padding: 20px 20px 24px;
        background: rgba(255, 255, 255, 0.94);
        width: 60%;
    }
    .inner-banner-content h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: left !important;
    }
    .contact-form .input-field { width: 48% !important;}
    #email-input {width: 50% !important;}
    .page .entry-header,
    .single .entry-header {
        min-height: auto !important;
    }
    .contact-info-main {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .contact-heading p br,
    .logo-slider p br {
        display: none;
    }
    .team-grid-section {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }
    .page-template-varieties-template .site-header {position: static !important;}
    .footer-widgets .footer-widgets-2 .widget {margin: 0px 10px;}
    .footer-widgets .footer-widgets-2 {padding: 50px 3% 50px 4%;}
    .footer-section {grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
    .footer-widgets .footer-widgets-2 .widget:nth-child(1) .widget-wrap .textwidget {width: 100% !important;}
    .contact-heading p {padding: 0 30px !important;}
    .page-template-varieties-template .site-header {position: static !important;}   
    .tab-slider-section {display: none;}
    .mobile-tab-section {
        display: block;
        padding: 0 45px;
    }
    .mobile-tab-section .mobile-tab-content #varieties-slide {margin-top: 60px;}
    .mobile-tab-section .mobile-tab-content i {
        float: right !important;
        font-weight: 600 !important;
        line-height: 27px;
    }
    .mobile-tab-section .mobile-tab-content #varieties-slide {
        padding: 9px 25px;
        font-size: 21px;
    }
    .mobile-tab-section .mobile-tab-content ul li a {
        font-size: 17px;
        padding: 16px 25px;
    }
    .counter-section .elfZuX {
        color: #c69e1b !important;
        font-size: 45px !important;
        font-family: 'Raleway-Bold';
    }
    .Card__CardCaption-sc-1c7norw-4 {
        text-transform: capitalize !important;
        color: #000000 !important;
        padding: 10px 20px 0;
        font-weight: 600 !important;
        font-family: 'Raleway-Medium';
        line-height: 40px !important;
        font-size: 28px !important;
    }
    .counter-section .dylJdq {
        color: #c69e1b !important;
        font-family: 'Raleway-Bold';
        font-size: 50px !important;
    }
    .seed-production-content {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 15px;
    }
    .north-dakota-content p br {display: none;}
    .north-dakota-content p {
        padding: 0 40px;
        line-height: 34px;
    }
    .north-dakota-section {padding: 65px 0;}
    .regional-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        grid-column-gap: 0em;
    }
   

    .regional-benefits-box {margin-bottom: 20px;}
    .regional-benefits-box .image-circle {
        margin-top: 9px;
        margin-right: 30px;
    }
    .our-process-section p br {display: none;}
    .process-service-box ul li {width: 50%;}
    .process-service-box ul li:nth-child(4) {margin-left: 0%;}
    .process-service-box ul li p {
        padding: 0px 30px;
        height: 160px;
    }
    .process-service-box ul li:nth-child(5) {
        margin-left: 24%;
        margin-top: 40px;
    }
    .process-service-box ul li:nth-child(5) p {padding: 0;}
    .certifications-section p br {display: none;}
    .logo-div p br {display: block;}
    ul.icon-grid {width: 100% !important;}
    .contact-form .input-field-full input,
    .contact-form .input-field-full textarea {
        width: 99.3% !important;
    }
    .page-id-1709 .site-container {height: auto !important;}
    .about-top-section {grid-template-columns: repeat(2, minmax(0, 1fr)) !important; padding: 0;}
    .about-second-section-bg .about-top-section{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .about-top-section .about-content-box p {padding: 0 0px 0 0;}
    .about-second-section-bg .about-top-section .about-content-box p {padding: 0 0px 0 0;}
    .about-second-section-bg {padding: 1px 0px;}
    .seed-quality-info {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-row-gap: 2em;
        padding: 0 22px; 
    }
    .seed-quality-info .seed-quality-content p {max-width: 100%;}
    .UA-logo-content p,
    .Vision-logo-content p {padding: 0 0px 0 0;}
    .bottom-content p {padding: 0 17px 0 31px;}
    .partnerships-content-box {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 15px 20px;
    }
    .bottom-content p {padding: 0 10px 0 14px;}
    .team-content p br {display: none;}
    .join-team-section-bg {padding: 1px 0 24px;}
    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        background-position: center left;
        padding: 23px 10px;
    }
    #spring-wheat .section-content-div p:empty,
    #durum .section-content-div p:empty,
    #oats .section-content-div p:empty,
    #barley .section-content-div p:empty,
    #flax .section-content-div p:empty,
    #field-peas .section-content-div p:empty {
        display: none !important;
    }
    .page-template-varieties-template .section-content-div h2 {margin-bottom: 5px !important;}
    #rmp-menu-wrap-938 .rmp-menu-item-link {text-transform: uppercase;}
    .partnerships-sectio.certifications {padding: 0 20px;}
    .partnerships-sectio.certifications p:empty{display: none;}
    .partnerships-sectio.certifications p{padding-bottom:20px;}
    .partnerships-sectio.certifications p br{display: none;}
    .page-id-2497 .about-content-box.custom-seed h2 {
        font-size: 36px !important;
        line-height: 44px !important;
    }
    .page-id-2497 .about-content-box {padding: 40px 26px 40px 8px;} 
    .person-info-box {padding: 0 0px !important;}
    .partnerships-sectio.membership {padding: 0 30px;}
    .commodities-section-space p br {display: none;}
    .page-id-1471 .inner-banner-image {height: auto;} 
    .video-innerpage-banner video {margin-top: -140px;} 
    .commodities-section-space .commodities-content ul li {font-size: 14px;} 
    .lgx_lsw_nav_button_next {margin-top: 12% !important;} 


}

.variety-development-section h2{text-transform: none !important;}

@media (max-width:767px) {
    .page-template-genesis-exports .simple-image img {
  width: 82%;
  padding: 14px 0px 0px !important;
}
  .comprehensive-section .process-service-box ul li:nth-child(3), .pro .process-service-box ul li:nth-child(3){margin-left:0px;}  
  .page-template-genesis-exports .inner-banner-content h1, .page-template-genesis-exports .inner-banner-content p {
  width: auto;
 
}  
 .comprehensive-section .process-service-box ul li p{width: auto;} 
 p.compreh {
    margin: 0px auto !important;
  }  
.genesis-seed .seed-production-content{display: block; width:auto;padding: 0 0px !important;}
  .strategic-section {
  padding: 10px 0 50px;
}  
.strategic-box ul li img{width: 14%;margin-bottom: 40px!important;}
.strategic-box ul li{margin-bottom: 20px;}

p.compreh-top, p.compreh, .strategic-section .about-content-box h2, .export-cta p, .strategic-section .about-content-box p, .export-cta p {
  width: auto;}

.innerPages.strategic-section .about-top-section{display: block;}

    html {scroll-padding-top: 0px;}
    .counter-section .Card__CardCaption-sc-5c89d5ce-4 {font-size: 19px;}
    .counter-section .Counter__CounterComponent-sc-89d122f7-0 span {font-size: 40px;}
    .GridProvider__Component-sc-3abfdbe7-0 .Card__Component-sc-5c89d5ce-5 {
        padding-bottom: 0px;
    }
    .seed-production-text {text-align: left;}
    .form-section p.bottom-text {
        line-height: 25px !important;
    }
    .seed-production-text p:empty{display: none;}
    .page-id-1709 .site-container {height: auto !important;}
    #slider-2-slide-4-layer-2 {
        width: 300px !important;
        font-size: 22px !important;
        line-height: 40px !important;
        margin-bottom: 10px;
    }
    #slider-2-slide-2-layer-2 {
        width: 300px !important;
        font-size: 22px !important;
        line-height: 7px !important;
        margin-bottom: 12px !important; 
    }
    #slider-2-slide-2-layer-1,
    #slider-2-slide-4-layer-1 {
        max-width: 300px !important;
        width: 300px !important;
        font-size: 32px !important;
        line-height: 34px !important;
    }
    #slider-2-slide-2-layer-1 {margin-bottom: 10px;}
    #slider-2-slide-2-layer-2 {
        width: 200px;
        font-size: 15px;
        line-height: 25px;
    }
    #slider-2-slide-2-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 24px 17px 38px !important;
        transform: translate(4%, 29%) !important;
        width: 91% !important;
    }
    #slider-2-slide-4-layer-5 {
        background: rgba(255, 255, 255, 0.88) !important;
        padding: 24px 17px 38px !important;
        transform: translate(5%, 25%) !important;
       max-width: 93% !important;
        min-width: 93% !important;
    }
    #rev_slider_2_1_wrapper .hesperiden.tparrows:before {display: none !important;}
    #rev_slider_2_1_wrapper .hesperiden.tparrows {display: none !important;}
    .nav-header ul.genesis-nav-menu #menu-item-1757 {display: none;}
    .rev-btn {
        padding: 9px 21px !important;
        line-height: 18px !important;
        font-size: 12px !important;
        height: 32px !important;
    }
    .before-header li {margin: 0 12px;}
    .desktop-banner {display: none;}
    .mobile-banner {display: block;}
    #rmp-container-938 {left: -1px !important;}
    .before-header { padding: 7px 0;}
    .before-header .textwidget p:first-child {display: none;}
    .about-content h1 {
        font-size: 28px !important;
        text-align: left !important;
    }
    h2 {font-size: 28px !important;}
    .home-welcome-section .section-padding {
        padding: 50px 0% 0px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 25px !important;  
    }

    .mobile-tab-section .mobile-tab-content #varieties-slide {
        margin-top: 60px;
        font-weight: 600;
    }

    #nav_menu-2 {
        display: none;
    }

    #rmp_menu_trigger-938 {
        display: block;
        top: 48px;
        right: 15px;
    }

    #black-studio-tinymce-2 {
        font-size: 12px;
        line-height: 15px;
    }

    #simpleimage-2 img {
        max-width: 65%;
        margin-left: 8px;
    }

    #simpleimage-2 {
        margin: 0 !important;
        text-align: left;
    }

    .tp-leftarrow {
        transform: translate(12px, 50px) !important;
    }

    .tp-rightarrow {
        transform: translate(-48px, 50px) !important;
    }

    .revslider-initialised span {
        line-height: 21px !important;
        font-size: 18px !important;
    }

    .counter-section .hKoVCn {
        color: #c69e1b !important;
        font-family: 'Raleway-Bold';
        font-size: 42px !important;
    }

    .counter-section .Card__Component-sc-i5au7b-5 .ejSeRO {
        line-height: 26px;
        font-size: 18px !important;
        padding: 10px 20px;
    }

    .counter-section .iLlHHu {
        margin: 0 !important;
    }

    .counter-section .section-content {
        padding: 30px 0 !important;
    }

    .icon-row-icon img {
        margin-bottom: -14px;
        max-width: 90%;
    }

    #pagegroup-2 #pagesection-1 .icon-row-icon {
        flex: 0 0 110px !important;
    }

    .extra-short p br {
        display: none;
    }

    .video-section .section-padding {
        padding: 30px 30px 30px;
    }

    .video-section video {
        height: 210px;
    }

    .form-section p b {
        font-size: 17px;
        line-height: 25px;
    }

    .button-bg a {
        font-size: 14px;
    }

    .before-header .widget .textwidget {
        font-size: 12px !important;
    }

    .before-header .widget-area {
        max-width: 100% !important;
    }

    .before-header ul li:nth-child(1) {
        margin-right: 10px;
    }

    .about-image img {
        width: 100%;
    }

    .form-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    #email-input {
        margin-right: 0px !important;
        width: 100% !important;
    }

    .contact-form .input-field {
        width: 100% !important;
    }

    .welcome-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 23px;
        grid-row-gap: 0em;
    }

    .welcome-section p {
        margin-bottom: 20px !important;
    }

    .footer-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .footer-widgets .footer-widgets-2 {
        padding: 30px 3% 30px 3%;
    }

    .footer-section .footer-link {
        display: flex;
        justify-content: left;
    }

    .innerPages .container {
        width: 100% !important;
        padding: 0 20px;
    }

    .commodities-section-space .section-commodities {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .person-info-box {
        padding: 0 10px 20px;
    }

    .commodities-section-space .commodities-content ul li {
        width: 50%;
    }

    .commodities-section-space .commodities-content ul li {
        font-size: 15px;
        line-height: 17px;
    }

    .commodities-section-space .section-content-div p br {
        display: none;
    }

    .price-info-box {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        text-align: center;
    }

    .price-info-box .right-info p {
        text-align: center;
    }

    .contact-person {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 0;
    }

    .commodities-section-space .commodities-content .button-bg {
        margin-top: 30px;
    }

    .commodities-section-space .commodities-content {
        margin-top: 0px;
    }

    .person-info-box .image-circle {
        width: 110px;
        height: 110px;
    }

    .career-cta h2 {
        font-size: 26px !important;
        text-align: center;
        margin-bottom: 30px;
        line-height: 33px;
    }

    .career-cta h2 br {
        display: none;
    }

    .page .entry-header,
    .single .entry-header {
        min-height: auto !important;
    }

    .career-cta .button-bg {
        float: none;
        margin-bottom: 14px;
    }

    .logo-slider p br {
        display: none;
    }

    .inner-banner-content h1 {
        font-size: 35px;
        text-align: left !important;
    }

    .inner-banner-content {
        padding: 30px 20px 30px;
        background: rgba(255, 255, 255, 0.94);
        width: 92%;
        transform: translate(0%, 0px);
    }

    .about-us-section .section-padding {
        padding: 40px 6% 60px;
    }

    .contact-info-main {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .contact-form-right .contact-form {
        padding: 20px !important;
    }

    .contact-info-main {
        padding: 0 0;
    }

    .conInfo-bg .address p {
        width: 250px !important;
    }

    .team-grid-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .person-info-box p a,
    .team-box-bg p a {
        font-size: 16px;
    }

    .team-grid-section .team-box-bg h3 {
        font-size: 20px;
    }

    .team-grid .section-padding {
        padding: 40px 5%;
    }

    .footer-section .footer-content img {
        width: 170px;
    }

    .contact-form-right .contact-form .submit-button {
        margin-top: 10px;
    }

    .submit-button input {
        font-size: 14px;
    }

    .contact-top-section .section-padding {
        padding: 40px 5% 0 !important;
    }

    .contact-heading p {
        padding: 0px 10px !important;
    }

    .contact-heading {
        margin-bottom: 0;
    }

    .commodities-section-space .commodities-content {
        padding-top: 0px;
    }

    .innerPages .container {
        margin: 40px auto;
    }

    .contracting-section-bg {
        padding: 20px 0;
    }

    .price-list .second-section .section-padding {
        padding: 10px 0px 0px !important;
    }

    .price-list-bg {
        padding-bottom: 15px;
    }

    .price-info-box {
        grid-row-gap: 0em;
    }

    .left-info {
        margin-bottom: 10px;
    }

    .inner-banner-content h1 {
        line-height: 40px;
    }

    .inner-banner-content .banner-btn {
        font-size: 14px;
    }

    .commodities-section-space .commodities-content .button-bg a {
        font-size: 14px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .commodities-section-space .commodities-content ul li .fa {
        font-size: 15px;
    }

    .text-box {
        left: 61px;
    }

    .page-template-varieties-template>.varieties-box-content {
        width: 100% !important;
    }

    .slider-scroll-fix {
        position: static !important;
    }

    .section-top-content p {
        padding: 0 0px;
    }

    .page-template-varieties-template .summary-info {
        display: block;
    }

    .right-summary-box ul li {
        width: 100%;
    }

    .action p br {
        display: none;
    }

    .cta-bg .action {
        padding: 50px 20px 60px;
    }

    .right-summary-box ul li {
        width: 100%;
    }

    .left-summary-box p {
        text-align: left !important;
    }

    .left-summary-box {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .page-template-varieties-template .varieties-box-content .section-padding {
        padding: 0px 0 !important;
    }

    .logo-box b {
        font-size: 20px;
    }

    .logo-box img {
        width: 100px;
        margin-bottom: 20px;
    }

    .tag span {
        top: -134px;
        right: -25px;
    }

    .new-bg {
        left: 0;
    }

    .brand-logo-image {
        margin-left: 5px;
        display: block;
    }
    .download-link a {font-size: 15px;}
    .leaf-icon-bg {top: 4px;}
    .brand-logo-image {margin-top: 10px;}
    .section-top-content p {text-align: center;}
    .page-template-varieties_page .summary-info {display: block;}
    .varieties-box-content {padding: 50px 25px 0;}
    #field-peas {padding-bottom: 50px !important;}
    .lgx_lsw_nav_button_next {margin-top: 15% !important;}
    .logo-slider .section-padding {padding: 30px 6% !important;}
    .name-field input {margin-bottom: -8px !important;}
    .page-template-varieties_page .varieties-box-content {padding: 0 10px;}
    .seed-section-bgColor {padding: 25px;}
    .left-summary-box p {padding: 0 0px 0 0 !important;}
    .page-template-varieties-template .site-header {position: static !important;}
    .mobile-tab-section {
        display: block;
        padding: 0 25px;
    }
    .tab-slider-section {display: none;}
    .mobile-tab-section .mobile-tab-content i {
        float: right !important;
        font-weight: 600 !important;
        line-height: 27px;
    }
    .logo-box {margin-top: 30px;}
    .contact-heading p br {display: none;}
    .counter-section .elfZuX {
        color: #c69e1b !important;
        font-size: 45px !important;
        font-family: 'Raleway-Bold';
    }
    .Card__CardCaption-sc-1c7norw-4 {
        text-transform: capitalize !important;
        color: #000000 !important;
        padding: 10px 20px 0;
        font-weight: 600 !important;
        font-family: 'Raleway-Medium';
        line-height: 23px !important;
        font-size: 19px !important;
    }
    .aAhZs {margin: 0 !important;}
    .banner-section {n-height: 370px;}
    .banner-section rs-carousel-wrap {height: 370px;}
    .north-dakota-section {padding: 45px 0;}
    .north-dakota-content p {
        line-height: 28px !important;
        padding: 0 24px;
    }
    .north-dakota-content p br {display: none;}
    .process-service-box-second {margin-top: 0;}
    .seed-production-content {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 5px;
    }
    .regional-benefits-box {
        text-align: center;
        margin-bottom: 20px;
    }
    .regional-benefits-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 10px;
    }
    .regional-benefits-box h3 {
        text-align: center;
        margin-top: 10px;
    }
    .regional-benefits-box p {padding: 0 0;}
    .regional-benefits-box .image-circle {
        float: none;
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    .regional-benefits {margin-bottom: 50px;}
    .process-service-box {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .process-info img {width: 140px;}
    .process-info {margin-bottom: 20px;}
    .process-service-box {padding: 0px 0px;}
    .process-service-box ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .process-service-box ul li p {
        padding: 0 10px;
        height: auto;
    }
    .process-service-box2 ul li p br {display: none;}
    .certifications-section p br {display: none;}
    .process-service-box ul li:nth-child(4) {margin-left: 0%;}
    .process-service-box ul li:nth-child(5) {
        margin-left: 0%;
        margin-bottom: 10px;
    }
    .logo-div p br {display: block;}
    ul.icon-grid {
        display: contents !important;
        width: 100% !important;
    }

    ul.icon-grid li {
        list-style: none;
        display: inline-block;
        padding: 0 14px;
        width: 32%;
        margin-bottom: 0;
    }

    .content-desc {padding: 0 20px;}
    #pagegroup-2 {padding: 50px 0 !important;}
    .price-info-box .mid-info p {font-size: 19px !important;}
    .jVZPYB {overflow: visible;}
    .our-process-section p br {display: none;}
    .action p {margin: 15px 5px 33px;}
    .input-field.name-field {margin-bottom: 9px !important;}
    .contact-form .input-field-full input,
    .contact-form .input-field-full textarea {width: 100% !important;}
    .section-padding {padding: 50px 6% !important;}
    .commodities-content ul {width: 120%;}
    .our-story h2 {margin-top: 0;}
    .about-content p {margin-bottom: 0px;}
    .page-id-383 .welcome-section {padding: 0 0px !important;}
    .form-section {padding: 0 !important;}
    .about-top-section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        grid-column-gap: 0em;
        padding: 0 0px;
    }
    .UA-logo-content p,
    .Vision-logo-content p {padding: 0 0px 0 0;}
    .about-top-section .about-content-box p { padding: 0 0px 0 0;}
    .about-second-section-bg .about-top-section .about-content-box p {padding: 0 0px 0 0;}
    .container-box {margin: 70px 20px;}
    .seed-quality-info {grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
    .seed-quality-info .seed-quality-content p {max-width: 100%;}
    .partnerships-content-box {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        padding: 0 10px 12px;
    }
    .bottom-content p {padding: 0 10px;}
    .team-content p br { display: none;}
    .about-top-section .about-content-box h2 {
        font-size: 28px !important;
        line-height: 33px!important;
    }
    .seed-quality-info {padding: 0 4px;}
    .about-second-section-bg {padding: 1px 3px;}
    #spring-wheat .section-content-div,
    #durum .section-content-div,
    #oats .section-content-div,
    #barley .section-content-div,
    #flax .section-content-div,
    #field-peas .section-content-div {
        background-position: center left;
        padding: 10px 10px;
    }
    .page-template-varieties-template .section-content-div h2 {margin-bottom: 5px !important;}
    .contact-form h3 {font-size: 28px;}
    .conInfo-bg {margin-bottom: 20px;}
    .form-mid-section .section-padding {padding-bottom: 0px !important;}
    .site-header {position: inherit;}
    .commodities-section-space .section-content-div p {padding: 0;}
    .video-section .section-content {padding: 0px !important;}
    .home-seed-section-left,
    .home-seed-section-right {
        width: 100% !important;
        padding: 0px;
    }
    .home-seed-section-right {padding-top: 30px;}
    .home-seed-section {
        flex-direction: column;
        width: auto;
    }
    .form-section .contact-form {height: auto;}
    .logo-div {padding-top: 0px;}
    .seed-production-logos {
        gap: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 22px;
    }
    .seed-production-logos img {
        margin-bottom: 20px;
        width: 47%;
    }
    .panel-title {font-size: 16px;}
    .page-id-2497 .about-top-section {display: block !important;}
    .page-id-2497 .about-content-box {
        width: 100%;
        padding: 60px 0px;
        background-size: cover !important;
    }
    .page-id-2497 .about-content-box.custom-seed {
        width: 100%;
        padding: 60px 20px;
    }
    .page-id-2497 .about-top-section .about-content-box h2 {line-height: 33px !important;}
    .page-id-2497 .about-content-box.custom-seed p {font-size: 16px !important;}
    .page-id-1471 .inner-banner-image,
    .page-id-2171 .inner-banner-image {height: auto;}
    .page-id-1471 .mobile-banner,
    .page-id-2171 .mobile-banner {display: none;}
    .video-innerpage-banner video {margin-top: 0px;}
    .about-logo1,
    .about-logo2 { margin-bottom: -70px;}
    .about-logo3 {margin-bottom: -50px;}
    .page-id-2497 .about-content-box.custom-seed h2 {font-size: 28px !important;}
    .certifications-section .container,
    .partnerships-sectio.certifications .container,
    .partnerships-sectio.membership .container {padding: 50px 0px !important;}
    .partnerships-sectio.certifications .container {padding-bottom: 30px !important;}
    .lgx_app_content_wrapper.swiper {padding: 0px 20px !important;}
    #slider-2-slide-4-layer-3 a,
    #slider-2-slide-2-layer-3 a {font-size: 16px !important;}
    .main-seed-production-section {
        gap: 20px;
        display: flex;
        flex-direction: column;
    }
    .page-id-197 .video-section .section-padding {padding: 50px 20px !important;}
    .page-id-197 #slider-2-slide-4-layer-2, .page-id-197 #slider-2-slide-2-layer-2 {line-height: 28px !important;}
    .welcome-section h1 {margin-bottom: -20px;}
    .about-content, .welcome-video {width: 100% !important;}
    .about-content {order: 3;}
    .about-content.full-width-section {order: 0;}
    .page-id-197 #pagegroup-2 {
        padding: 50px 20px !important;
        text-align: center;
    }
    #slider-2-slide-2-layer-5 {top: -25px !important;}
    .section-content-div p {padding: 0 10px; }
    .our-process-section h2 {margin-bottom: 20px;}
    .inner-banner-content p {margin-bottom: 20px;} 
    .variety-development-section p{text-align: left;}
    .seed-production-logos img {margin: 10px 0!important;} 
    .processing-top-content p{text-align: left;} 
    .Counter__CounterComponent-sc-89d122f7-0 span {font-size: 40px;}
    .partnerships-sectio.certifications p br{display: none;}
    .panel-title span {font-size: 20px; padding-left: 10px;}
    .partnerships-section .section-content-div p{text-align: left;} 
    #lgx_logo_slider_app_468 {padding: 20px 0px 0;} 
    #rmp-menu-wrap-938 .rmp-menu-item-link {text-transform: uppercase;}

 .home-welcome-section  .extra-narrow .wrap {padding: 80px 0% 0;} 
.seed-quality-image {padding-left: 0px;}
.footer-section .footer-content p {line-height: 25px !important;}
body {line-height: 25px !important;}
    .commodities-section-space .commodities-content {width: 100%;}
.certified-text {font-size: 16px;}  



}




