
/* vars */

:root {
    --dark: #000;
    --gray: #ECF1F1;
    --light: #fff;
    --green: #224B4A;
    --body-font: 'Libre Franklin', sans-serif;
    --header-font: 'Reckless Neue', serif;
}

/* basic */

html, body {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    color: #5C5C5C;
    background-color: #fff;
}

.mobile-nav .subtitle1, .mobile-nav .subtitle2, .mobile-nav input.MobileSearchTerm {
    font-family: var(--body-font);
}

h1, h2, h3, h4, h5, h6, .subtitle2, .subtitle1, .button {
    font-family: var(--header-font);
    font-weight: 400;
    color: #224B4A;
}

h1, .header1 {
    font-size: 72px;
    line-height: 83px;
}

h2, .header2 {
    font-size: 50px;
    line-height: 1.2em;
}

h3, .header3 {
    font-size: 42px;
    line-height: 55px;
}

h4, .header4 {
    font-size: 32px;
    line-height: 41px;
}

h5, .header5 {
    font-size: 24px;
    line-height: 34px;
}

h6, .header6 {
    font-size: 18px;
    line-height: 25px;
}

a {
    cursor: pointer;
}

p {
    color: #5C5C5C;
    font-weight: 300;
    margin: 0 0 20px 0;
}

    p:last-child {
        margin: 0;
    }

ul {
    margin: 0;
}

    ul li {
    }

i, em {
    font-style: italic !important;
}

b, strong {
    font-weight: bold !important;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #224B4A;
}

    a:hover {
        color:#462E32;
    }

    a:active,
    a:focus {
        color: #462E32;
    }

/* colors */

.gray {
    background-color: var(--gray);
}

.light {
    background-color: var(--light);
}

/* forms */

input[type="text"] {
}

select {
}

textarea {
}

    input[type="text"]:focus,
    input[type="search"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
        border-color: #224B4A !important;
        outline: 1px solid #224B4A;
        box-shadow: 0 0 0 2px #224B4A !important;
    }

/* custom containers */

.sf-backend-wrp .modal-body .k-editor-widget .k-dropdown {
    width: 210px !important;
}

.body1 {
    font-size: 24px;
    line-height: 36px;
}

.body2 {
    font-size: 18px;
    line-height: 29px;
}

.body3 {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Libre Franklin';
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #5C5C5C;
}

.caption {
    font-size: 14px;
    line-height: 18px;
}

.subtitle1 {
    font-size: 16px;
    line-height: 22px;
}

.subtitle2 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
}

.tag {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5C5C5C;
}

.font-10 {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #462E32;
}

.font-12 {
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.button {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.row {
    margin: 0;
}

    .row .left {
        padding-right: 40px;
    }

.footer .header3 {
    color: white;
}

.first, .second, .third {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% !important;
}

.second {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* custom link / buttons */

.svg-inline--fa, fa-w-14 {
    height: 14px;
    width: 14px;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;   
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn {
    font-size: 18px;
    line-height: 27px;
    height: 100%;
    min-width: 127px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .btn:focus {
        color: #462E32;
        border-color: #224B4A !important;
        outline: 1px solid #224B4A;
        box-shadow: 0 0 0 2px #224B4A !important;
    }

.button-yellow-color {
    background: #E3B357;
    color: #224B4A;
    padding: 10px 50px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
    line-height: 27px;
}

a.button-white,
a.button-white:link,
a.button-white:visited {
    font-size: 18px;
    line-height: 27px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 25px;
    color: #fff;
}

    a.button-white:hover {
        color: #fff;
    }

    a.button-white:active,
    a.button-white:focus {
        position: relative;
        top: 2px;
        border-color: #fff !important;
        outline: 1px solid #fff;
        box-shadow: 0 0 0 2px #fff !important;
    }

a.button-yellow,
a.button-yellow:link,
a.button-yellow:visited {
    font-size: 18px;
    line-height: 27px;
    background: #E3B357;
    color: #224B4A;
    padding: 10px 50px;
    border-radius: 25px;
}

    a.button-yellow:hover {
        color: #224B4A;
    }

    a.button-yellow:active,
    a.button-yellow:focus {
        position: relative;
        top: 2px;
    }

a.button-green,
a.button-green:link,
a.button-green:visited {
    font-size: 18px;
    line-height: 27px;
    background: #224B4A;
    color: #fff;
    padding: 10px 50px;
    border-radius: 25px;
}

    a.button-green:hover {
        color: #fff;
    }

    a.button-green:active,
    a.button-green:focus {
        position: relative;
        top: 2px;
    }

a.button-gray,
a.button-gray:link,
a.button-gray:visited {
    font-size: 18px;
    line-height: 27px;
    background: #ECF1F1;
    color: #224B4A;
    padding: 10px 50px;
    border-radius: 25px;
}

    a.button-gray:hover {
        color: #224B4A;
    }

    a.button-gray:active,
    a.button-gray:focus {
        position: relative;
        top: 2px;
    }

a.button-transparent,
a.button-transparent:link,
a.button-transparent:visited {
    font-size: 18px;
    line-height: 27px;
    background: transparent;
    color: #fff;
    padding: 10px 50px;
    border: 1px solid white;
    border-radius: 25px;
}

    a.button-transparent:hover {
        color: #fff;
    }

    a.button-transparent:active,
    a.button-transparent:focus {
        position: relative;
        top: 2px;
    }

a.button-transparent-green,
a.button-transparent-green:link,
a.button-transparent-green:visited {
    font-size: 18px;
    line-height: 27px;
    background: transparent;
    color: #224B4A;
    padding: 10px 50px;
    border: 1px solid #224B4A;
    border-radius: 25px;
}

    a.button-transparent-green:hover {
        color: #224B4A;
    }

    a.button-transparent-green:active,
    a.button-transparent-green:focus {
        position: relative;
        top: 2px;
    }

/* button hover - drop shadow */

.btn:hover,
.button-yellow-color:hover,
a.button-white:hover,
a.button-transparent-green:hover,
a.button-transparent:hover,
a.button-gray:hover,
a.button-green:hover,
a.button-yellow:hover {
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
}

/* header */

.header {
    font-family: 'Libre Franklin';
}

    .header .top-nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 0.5px solid rgba(0, 0, 0, 0.1);
        border-right: 0.5px solid rgba(0, 0, 0, 0.1);
        padding: 5px;
    }

    .header a.login-btn {
        cursor: pointer;
    }

    .header .search.top-nav-link {
        width: 20%;
        padding: 0 20px;
        position:relative;
    }

    .header .navbar-nav {
        padding-top: 3%;
    }

    button,
    .header .top-nav-link a,
    .header .top-nav-link a:link,
    .header .top-nav-link a:active,
    .header .top-nav-link a:visited,
    .header .top-nav-link a:hover {
        text-decoration: none;
        line-height: inherit;
        font-weight: 500;
        font-size: 14px;
        color: #224B4A;
        font-family: 'Libre Franklin';
    }

        .header .top-nav-link a i {
            padding: 0px 10px;
        }

.header .top-navbar {
    background: rgba(236, 241, 241, 1);
    z-index: 2;
    position: relative;
}

.nav-detail-links.d-flex > div {
    width: 100%;
}

.header .mainnav {
    background: #FFFFFF;
    padding: 2px 0 3px 0;
    box-shadow: 0px 0px 70px 0 rgba(50, 50, 50, 0.1);
    position: relative;
    z-index: 1;
}

    .header .mainnav .navbar-brand {
        padding-top: 0;
    }

    .header .mainnav .navbar-toggler {
        padding: 0;
        border: none;
        height: 64px;
    }

        .header .mainnav .navbar-toggler:focus {
            box-shadow: none;
        }

        .header .mainnav .navbar-toggler .navbar-toggler-icon {
            background-image: url('/ResourcePackages/AgWest/assets/dist/icons/icon-menu-open.png');
            background-size: unset;
        }

        .header .mainnav .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
            background-image: url('/ResourcePackages/AgWest/assets/dist/icons/icon-menu-open.png');
        }

        .header .mainnav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            background-image: url('/ResourcePackages/AgWest/assets/dist/icons/icon-menu-close.png');
        }

    .header .mainnav .navbar-brand img {
        max-width: 210px;
        object-fit: contain;
    }

    .header .mainnav .navbar-brand .nav-mobile, .header .mainnav .mobile-search {
        display: none;
    }

    .header .mainnav .navbar-nav a.nav-link {
        font-family: 'Libre Franklin';
        font-size: 16px;
        font-weight: 600;
        color: #224B4A;
        padding: 13px 30px;
        height: 100%;
        position: relative;
    }

        /*.header .mainnav .navbar-nav a.nav-link:active {
            border-color: unset !important;
            outline: unset !important;
            box-shadow: unset !important;
        }*/

.header .navbar-nav li.nav-item.dropdown:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.header .navbar-nav li.nav-item.dropdown:hover:after {
    width: 30%;
    background: #E3B357;
}

.header .mainnav .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}

.header .mainnav .navbar-nav .nav-item:hover > .nav-link {
}

.header .mainnav .navbar-nav .nav-link.active-menu::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid #0275BB;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -0.6px;
}

.header .mainnav .navbar-nav .nav-item:hover .nav-link.active-menu::after {
    border-bottom-color: #ffffff;
}

.header .mainnav .header-search {
    padding: 1.3rem 0;
    position: static;
    display: flex;
    height: 100%;
    align-items: stretch;
}

    .header .mainnav .header-search.active {
        background: #0275BB;
        color: #ffffff;
    }

    .header .mainnav .header-search .hsearch {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12.5px 50px 12.5px 37.5px;
        border-left: 1.5px solid #212721;
        text-decoration: none;
    }

        .header .mainnav .header-search .hsearch .hicon img {
            width: 34px;
            max-width: none;
        }

    .header .mainnav .header-search.active .hsearch {
        border-color: #0275BB;
    }

        .header .mainnav .header-search.active .hsearch .searchbtn, .header .mainnav .header-search .hsearch .closebtn {
            display: none;
        }

        .header .mainnav .header-search.active .hsearch .closebtn {
            display: block;
        }

    .header .mainnav .header-search.active .hsearch-label {
        color: #ffffff;
    }

    .header .mainnav .header-search .hsearch-label {
        font-size: 1.125rem;
        line-height: 1.3125rem;
        color: #212721;
        margin-left: 12.83px;
    }

    .header .mainnav .header-search .headersearchmenu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #0275BB;
        border-radius: 0;
        padding: 144px 30px 30px;
        z-index: 102;
        border: none;
        box-shadow: none;
        bottom: auto;
        min-height: 100VH;
        top: 100%;
    }

        .header .mainnav .header-search .headersearchmenu.open {
            display: flex;
            justify-content: center;
        }

.mainsearchfield {
    max-width: 590px;
    margin: 0 auto;
    position: relative;
}

    .mainsearchfield .form-control {
        height: 55.5px;
        font-size: 1.875rem;
        line-height: 2rem;
        background: transparent;
        color: #ffffff;
        box-shadow: none;
        border: none;
        border-bottom: 2px solid #ffffff;
        border-radius: 0;
        padding: 10px 48px 25px 10px;
        font-weight: 100;
    }

    .mainsearchfield .mainsearchbtn {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
    }

    .mainsearchfield ::-webkit-input-placeholder {
        color: #ffffff;
    }

    .mainsearchfield ::-moz-placeholder {
        color: #ffffff;
    }

    .mainsearchfield :-ms-input-placeholder {
        color: #ffffff;
    }

    .mainsearchfield :-moz-placeholder {
        color: #ffffff;
    }

/* mega menu */

.header .mainnav .navbar-nav .nav-item {
    position: static;
}

    .header .mainnav .navbar-nav .nav-item > .dropdown-menu .first-menu {
        padding: 48px 32px 50px 0;
    }

    .header .mainnav .navbar-nav .nav-item > .dropdown-menu .second-menu {
        padding: 48px 170px 50px 32px;
    }

    .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .mega-img-container {
        position: relative;
    }

        .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .mega-img-container img {
            width: 180px;
            height: 180px;
            box-shadow: 0px 50px 40px -30px rgba(0, 0, 0, 0.4);
            position: absolute;
            left: -100%;
            bottom: -120px;
            object-fit: cover;
        }

    .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container {
        background-size: cover !important;
    }

        .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .row {
            min-height: 400px;
        }

        .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .third-menu {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            background-size: cover !important;
            background-position: 50% 50% !important;
        }

            .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .third-menu .text-content {
                width: 50%;
                top: 130px;
                position: relative;
            }

                .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .third-menu .text-content .header5 {
                    font-family: 'Libre Franklin';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 29px;
                    color: #FFFFFF;
                    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
                }

                .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .third-menu .text-content .menu-para {
                    font-family: 'Libre Franklin';
                    font-style: normal;
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 17px;
                    color: #FFFFFF;
                    text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.5);
                }

            .header .mainnav .navbar-nav .nav-item > .dropdown-menu .container .third-menu.no-imgholder {
                display: unset !important;
                padding: 48px 170px 50px 0px;
            }

    .header .mainnav .navbar-nav .nav-item > .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        background: white;
        border-radius: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        bottom: auto;
        top: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.header .mainnav .dropdown-menu .dropdown-header {
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 0 0 30px;
    border-bottom: 3px solid #ffffff;
    white-space: normal;
}

    .header .mainnav .dropdown-menu .dropdown-header h2 {
        font-size: 3.4375rem;
        line-height: 4.125rem;
        font-weight: 200;
        margin: 0;
    }

        .header .mainnav .dropdown-menu .dropdown-header h2 span {
            font-size: 1.5rem;
            line-height: 1.75rem;
            display: block;
            font-style: italic;
        }

.header .mainnav .dropdown-menu .btn-header {
    font-size: 1rem;
    line-height: 1.1875rem;
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
    padding: 14px 16px;
}

.header .mainnav .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .mainnav .dropdown-menu .dropdown-item {
    white-space: normal;
}

.header .mainnav .dropdown-menu .dropdown-body {
    padding: 55px 0 20px;
}

.header .mainnav .dropdown-menu .dropdown-mainmenu {
    max-width: 240px;
}

    .header .mainnav .dropdown-menu .dropdown-mainmenu li, .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-toggle {
        position: relative;
    }

        .header .mainnav .dropdown-menu .dropdown-mainmenu li .dropdown-submenu {
            left: 100%;
            top: 0;
            background: #0A4E82;
            min-width: 280px;
            border: none;
            color: #FFFFFF;
            border-radius: 0;
        }

    .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-item {
        font-size: 1rem;
        line-height: 1.25rem;
        color: #FFFFFF;
        font-weight: 200;
        padding: 8px 23px 8px 12px;
    }

        .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-item:focus, .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-item:hover, .header .mainnav .dropdown-menu .dropdown-mainmenu li:hover .dropdown-toggle {
            color: #FFFFFF;
            background-color: #0A4E82;
        }

    .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-toggle::after {
        content: '';
        background: url('../images/icons/icondoublecaret.svg');
        position: absolute;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        border: none;
        right: 8px;
        transform: translateY(-50%);
        top: 50%;
        margin: 0;
    }

    .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu .dropdown-item {
        padding: 8px 28px 8px 22px;
    }

        .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu .dropdown-item:focus, .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu .dropdown-item:hover, .header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu > li:hover > .dropdown-toggle {
            color: #FFFFFF;
            background-color: #2E90C9;
        }

.header .mainnav .navbar-nav .dropdown-body .dropdown-mainmenu > li:hover > a {
    color: #ddb74c;
}

.header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu .dropdown-btn {
    padding: 154px 18px 20px;
}

.header .mainnav .dropdown-menu .dropdown-mainmenu .dropdown-submenu .btn-header {
    width: 100%;
}

.header .mainnav .dropdown-menu .dropdown-footer {
    padding: 18px 33px 17px;
    background: #0A4E82;
    margin: 10px 0 100px;
}

    .header .mainnav .dropdown-menu .dropdown-footer ul li {
        display: inline-block;
        margin: 0 25.5px;
    }

        .header .mainnav .dropdown-menu .dropdown-footer ul li:first-child {
            margin-left: 0;
        }

        .header .mainnav .dropdown-menu .dropdown-footer ul li:last-child {
            margin-right: 0;
        }

        .header .mainnav .dropdown-menu .dropdown-footer ul li a {
            font-size: 1rem;
            line-height: 1.1875rem;
            color: #FFFFFF;
            font-weight: 200;
            text-decoration: none;
        }

.header .mainnav .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.header .mainnav .fmobilemenu, .header .mainnav .mobnavtitle, .header .mainnav .mobnavtitle1, .header .mainnav .navbar-nav .dropdown-body .dropdown-cta {
    display: none;
}

.header .content-toogle > a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    color: #224B4A;
}

.header .content-toogle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
}

.header .inner-toggle a:first-child, .header .inner-toggle p:first-child {
    padding-top: 10px;
}

.header .inner-toggle a, .header .inner-toggle p {
    margin: 0 0 10px 0;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #677489;
}

    .header .inner-toggle a, .header .inner-toggle p:last-child {
        margin: 0;
    }

/* footer */

footer {
}

.footer {
    background: #224B4A;
}

    .footer li a {
        text-decoration: none;
        font-weight: 300;
    }

    .footer li {
        list-style-type: none;
    }

    .footer ul {
        padding: 0
    }

    .footer .social-links {
        padding-bottom: 20px;
    }

    .footer .social-links a {
        width: unset;
    }

    .footer .second .links-container a {
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
    }

    .footer a {
        color: #fff;
        text-decoration: none;
    }

    .footer .second .links-container li {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .footer .social-links img.housing-first {
        width: 40px;
        padding-top: 20px;
        opacity: 0.6;
    }

    .footer .social-links .row {
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .footer .third .links-container ul {
        margin: 0 0 20px 0;
    }

    .footer .third .links-container li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .footer .eho-container img {
        width: 40px;
        margin-right: 6px;
        opacity: .5;
    }

.footer .eho-container span {
    font-size: 14px;
}

.footer .second, .footer .third {
    align-items: start;
}

footer.footer > .container {
    padding: 0;
}

footer.footer .footer-top .third {
    border-right: 0;
}

.footer .footer-bottom .container {
    padding: 30px 0;
}

.footer .footer-bottom a {
    padding: 0px 20px;
    white-space: nowrap;
}

.footer .search {
    width: 100%;
    position: relative;
    display: flex;
}

.footer .searchTerm::placeholder {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1%;
    padding-left: 3%
}

.footer .searchTerm {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    border-radius:unset;
}

.footer .searchButton {
    width: 48px;
    height: 48px;
    border: 1px solid #E3B357;
    background: #E3B357;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

    .footer .searchButton .fa-search:before {
        color: #224B4A;
    }

.footer .footer-bottom {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.1);
}

.footer .insuranceTag {
    padding-top: 25px;
    font-size: 14px;
    color: #fff;
}

.footer .social-links a:first-child {
    padding-left: 0px;
}

/* contact us */

.contact-us .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15% 0px;
    text-align: center;
}

    .contact-us .content a {
        border-radius: 200px;
        background: rgba(227, 179, 87, 1);
        margin-top: 30px;
    }

/* home page */

.carousel-caption {
    color: #fff !important;
    text-align: left;
}

    .carousel-caption a {
        color: white;
        text-decoration: underline;
    }

    .carousel-caption p {
        padding: 32px 70px 32px 0px;
        margin: 0
    }

    .carousel-caption h1, .carousel-caption p, .carousel-caption a {
        color: white;
        margin: 0;
    }

.carousel-indicators button.active {
    background-color: white !important;
    border: 1px solid white !important;
    opacity: 0.5;
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    margin: 0 10px !important;
    border-radius: 100%;
    background-color: transparent !important;
    border: 1px solid white !important;
}

.carousel-indicators {
    position: relative;
    display: block;
    float: left;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: 2;
    display: flex;
    padding: 0;
    margin: 0;
}

.heroimage.float.container {
    position: absolute;
    width: 55%;
    right: 0;
    top: 10%;
}

.heroimage .bgcolor {
    background: linear-gradient(180deg, rgba(34, 75, 74, 0.7) 0%, #224B4A 100%);
    box-shadow: 0px 60px 60px -40px rgba(0, 0, 0, 0.3);
    margin: 10px 10px;
    padding: 0;
    width: 46%;
    height: 320px;
    position: relative;
}

.heroimage .container-text {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.carousel-item img {
    height: 660px;
    object-fit: cover;
}

.heroimage .text-container {
    position: absolute;
    bottom: 0;
    width: 70%;
    padding: 20px;
}

.contactus {
    clear: both;
}

/* news and education */

.mopo {
    margin: 0;
    padding: 0;
}

.edu-res-section {
    height: 700px;
    position: relative;
    padding: 0;
    background-color: #462E32;
}

    .edu-res-section.in-news-section .card1 + .card-details,
    .edu-res-section.in-news-section .card1 .card-details,
    .events-single .card-details {
        padding: 30px 30px 60px 30px !important;
    }

/* fix for events-single card in tier 3 pages */
.container.accordian-links.tire3 .right .events-single .card.card1 {
    margin-bottom: 0;
}

.edu-res-section-1 {
    padding: 0 50px 0 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.sec-heading {
    font-family: 'Reckless Neue';
    font-size: 64px;
    line-height: 74px;
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 34px 0;
}

.sec-text {
    font-family: 'Libre Franklin';
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 50px 0;
    text-align: left;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.edu-res-section .edu-res-link {
}

.edu-res-section-2 {
    padding: 0;
}

    .edu-res-section-2 img {
        height: 700px;
        object-fit: cover;
    }

.edu-res-hr {
    border: 1px solid #fff;
    width: 100%;
    position: absolute;
    bottom: 59px;
}

.star-img-contaier {
    text-align: center;
    position: relative;
}

.star-img {
    position: relative;
    bottom: 7.7rem;
}

.star-img-mob, .vertical-hr, .news-mob-hr {
    display: none;
}

.sec-pds {
    padding: 60px 30px;
}

.col-sec-pds {
    padding: 0 30px;
}

.blog-list-cards {
    background: #ECF1F1;
}

.news-category {
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    color: #5C5C5C;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.news-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #224B4A;
    letter-spacing: -1px;
    margin: 0 0 15px 0 !important;
    font-family: 'Reckless Neue';
}

.news-details {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #5C5C5C;
    text-align: left;
    letter-spacing: 1px;
    font-family: 'Libre Franklin';
}

.news-detail {
}

.news-detail .news-detail-img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

.in-news-section {
    padding: 120px 0 100px 0;
}

    .in-news-section h2 {
        font-family: var(--body-font);
        font-size: 16px;
        padding: 0 30px 0px 30px;
        color: var(--green);
        text-transform: uppercase;
        line-height: 22.4px;
    }

        .in-news-section h2::before {
            content: url('/ResourcePackages/AgWest/assets/dist/images/spacer-vertical.png');
            padding-right: 16px;
            position: relative;
            top: 1rem;
        }

    .in-news-section .card-details {
        padding: 0 0 40px 0;
    }

/* fix for blog post card template */

.in-news-section.blog-post-cards .card-details {
    padding: 30px;
}

.skipsec {
    display: none;
}

/* tier one pages */

.herot1 {
    height: 280px;
    background-size: cover;
}

    .herot1.liner-gradient {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    }

    .herot1 .container {
        padding-top: 124px;
    }

        .herot1 .container .header1 {
            color: white !important;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.herot2.heroImage h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.header-button .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 94px 0px;
}

.header-button h2 {
    font-family: 'Reckless Neue';
    font-weight: 500;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.03em;
}

.header-button a {
    margin-top: 40px;
}

.primary-btn {
    padding: 15px 48px;
    gap: 10px;
    background: #E3B357;
    border-radius: 200px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.secondary-btn {
    padding: 15px 48px;
    gap: 10px;
    background: white;
    border-radius: 200px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid rgba(34, 75, 74, 1);
}

/* breadcrumbs */

.breadcrumb {
    padding: 38px 0 40px 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

    .breadcrumb .tag {
        color: #224B4A !important;
        padding: 0px 5px;
    }

        .breadcrumb .tag:first-child {
            padding-left: 0;
        }

    .breadcrumb a.tag:last-child {
        text-decoration: underline;
    }

/* left-right-img-text */

.left-img-right-text .col-12.col-md-6 {
    padding: 0px;
}

    .left-img-right-text .col-12.col-md-6.left .text-container {
        padding: 90px 0px 90px 0px;
    }

.left-img-right-text .right .bgcolor {
    height: 180px;
    padding: 0px;
    background: rgba(34, 75, 74, 1);
    margin: 10px 10px;
    box-shadow: 0px 60px 60px -40px rgba(0, 0, 0, 0.3);
    width: 46%;
    position: relative;
}

.left-img-right-text .float.container {
    padding: 0;
}

.left-img-right-text .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-img-right-text .float.container {
    margin-top: -20%;
}

.left-img-right-text .right .text-container {
    position: absolute;
    bottom: 5%;
    width: 97%;
    padding: 10px;
    padding-left: 20px;
}

.left-img-right-text .right .text-container .container-text {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.left-img-right-text .col-12.col-md-6.right {
    position: relative;
}

.left-img-right-text .btn-container {
    padding-top: 40px;
}

    .left-img-right-text .btn-container a.primary-btn {
        margin-right: 10px;
    }

/* accordion */

#accordionTire2 .accordion-button:after {
    float: right !important;
    background: url("../icons/icon-minus.png");
    background-size: cover;
    padding-right: 5px;
}

#accordionTire2 .accordion-button.collapsed:after {
    float: right !important;
    background: url("../icons/icon-plus.png");
    background-size: cover;
}

div#innerAccordionTire2 .accordion-button:after {
    display: none;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

#accordionTire2 .accordion-button:not(.collapsed) {
    background-color: unset !important;
    color: unset !important;
    box-shadow: unset !important;
}


.accordion {
    --bs-accordion-border-color: unset !important;
    --bs-accordion-border-radius: unset !important;
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.accordion-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#accordionTire2 .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.accordion-button {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    color: #224B4A;
    font-weight: 600;
    font-family: 'Libre Franklin';
}

.accordion .subtitle1 {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    color: #5C5C5C;
    padding-bottom: 20px;
}

div#innerAccordionTire2 .accordion-item {
    border: none !important;
}

#innerAccordionTire2 .accordion-item:last-child {
    border-bottom: none !important;
}

div#innerAccordionTire2 .accordion-button {
    font-weight: 400;
    color: rgba(92, 92, 92, 1);
}

#innerAccordionTire2 .accordion-button:not(.collapsed)::before {
    background-image: url("../../dist/icons/chevron-down.png");    
}

#innerAccordionTire2 .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 10px;
    content: "";
    background-image: url("../../dist/icons/chevron-right.png");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);   
}

#innerAccordionTire2 .accordion-button:not(.collapsed) {
    font-weight: 600;
}

#accordionTire2 .accordion-button {
    padding: 16px 0px;
}

h2.accordion-header.hasChild {
    margin-left: -30px;
}

h2.accordion-header.hasChild button.accordion-button,
h2.accordion-header.hasChild a.caption {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

h2.accordion-header.hasChild + div {
    padding-left: 0 !important;
}
.accordion-container .locations {
    padding: 0 40px;
}
.Bussiness-cards-container .card {
    border-radius: 0px;
    margin-top: 30px;
    border: none;
}

.Bussiness-cards-container .col-6 {
    padding-left: 0;
}

.Bussiness-cards-container img.card-img-top {
    border-radius: 0;
    height: 220px;
    margin:0;
}

.Bussiness-cards-container .card-body {
    background: rgba(236, 241, 241, 1);
}

/* cards */

.col-sec-pds1 {
    padding: 0 15px 0 0;
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin: 0;
}

.callOutCard .card-img-top {
    margin:0 0 30px;
}


.card-sec-3col .card-img-top {
    border-radius: 0px !important;
}

.card-sec-3col .card1 {
    border: none;
}

.card-details {
    padding: 30px;
}

.card1 {
    margin: 0 10px;
}

.card .card-body a.btn.btn-primary {
    background: #E3B357;
    color: #224B4A;
    padding: 10px 50px;
    border-radius: 25px;
    border: 0 none;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.card-sec-3col {
    background: #ECF1F1;
    height: 100% ;
}

.sec-pds-card-3col {
    padding: 60px 0px;
}

.details-img-sec {
    padding-bottom: 130px;
}

.detail-sec-img {
    height: 100%;
    object-fit: cover;
}

.detail-sec-img {
    width: -webkit-fill-available;
}

.rw-details-img-stl {
    margin: 0 130px 0 130px;
}

.detail-sec-bg {
    background: #ECF1F1;
}

.container.details-img-sec .row {
    box-shadow: 0px 120px 60px -90px rgba(0, 0, 0, 0.1);
}

.sec-hd-detail-sec {
    font-size: 50px;
    line-height: 55px;
    font-family: 'Reckless Neue';
    color: #224B4A;
}

.container.details-img-sec h2.sec-hd-detail-sec {
    padding-right: 45%
}

.container.details-img-sec p.details-img-sec-txt.mt-40.body3 {
    padding-right: 5%;
}

.container.details-img-sec a.details-img-sec-txt.detail-sec-btn.body3 {
    text-decoration: underline;
}

.mt-40 {
    margin-top: 40px;
    color: #224B4A;
}

.detail-sec-btn {
    text-decoration: underline;
}

.details-img-heading {
    padding: 75px 90px 0px 80px;
}

.detail-sec-pds {
    padding: 60px 80px;
}

.t2-header-section {
    height: 280px;
}

.img-fluid-header {
    width: -webkit-fill-available;
    height: 280px;
}

.t2-header-txt {
    background-color: #462E32;
    height: 280px;
    padding: 122px 130px;
    color: #fff;
    width: 100%;
}

.star-img-header {
    position: absolute;
    top: 10.77em;
    left: -3.7em
}

.header-hr {
    border: 1px solid #fff;
    width: 100%;
    position: relative;
    bottom: 0;
}

.star-img-header-contaier {
    text-align: center;
    position: relative;
}

.card-details-col2 {
    padding: 30px;
    background: #ECF1F1;
    margin: 0 10px;
}

.sec-pds-card-2col {
    padding: 30px 130px;
}

.headImg {
    background-color: #462E32;
    position: relative;
}

.headImg-img-sec {
    position: absolute;
    bottom: 0px;
    right: 0;
}

/* eight cards */

.cards-eight-container-inner .card {
    background: #ECF1F1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    height:100%;
}

    .cards-eight-container-inner .card img.card-img-top {
        height: 180px;
        object-fit: cover;
        padding: 30px 30px 0px 30px;
    }

.cards-eight-container-inner .card-body {
    padding: 20px 30px 60px 30px;
}

.cards-eight-container-inner .header5, .cards-eight-container-inner .body3 {
    color: rgba(70, 46, 50, 1);
    
}
.cards-eight-container-inner .body3 {
    color: rgba(70, 46, 50, 1);
    font-style: italic;
}

.cards-eight-container-inner p {
    margin: 0;
}

.cards-eight-container-inner .body3:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #462E32;
    display: block;
    margin: 16px 0px;
}

.cards-eight-container-inner .col-12.col-sm-4.col-md-3 {
    padding-left: 0;
    padding-right: 24px;
}

.cards-eight-container-inner {
    padding-top: 58px;
}

    .cards-eight-container-inner:last-child {
        padding-bottom: 130px;
        padding-top: 48px;
    }

.cards-eight-container {
    padding-top: 80px;
}

/*left-img-right-text*/

.left-img-right-text-tire3 .img img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.left-img-right-text-tire3 .text-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.left-img-right-text-tire3 .img {
    padding-left: 0;
    width:260px;
}

.left-img-right-text-tire3 .row {
    justify-content: center;
    align-items: stretch;
}

.left-img-right-text-tire3 {
    background: rgba(254, 248, 234, 1);
    margin: 60px 0px;
}

    .left-img-right-text-tire3 .text-content p.body3 {
        margin: 16px 0px;
    }

    .left-img-right-text-tire3 .text-content a.body3 {
        text-decoration: underline;
        color: rgba(34, 75, 74, 1);
    }

.table-container thead th {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: white;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 17px 24px;
}

.table-container tbody td {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #2D5C75;
    padding: 13px 24px;
}

.table-container thead {
    background: #224B4A;
    border-bottom: 1px solid #ECF1F1;
}

.table-container .table-striped > tbody > tr:nth-of-type(odd) > * {
    background: linear-gradient(0deg, rgba(236, 241, 241, 0.6), rgba(236, 241, 241, 0.6)), #FFFFFF;
 
    color: #2D5C75;
}

.table-container {
    margin: 0;
}
.headerAnchor a :hover {
    border-bottom: 2px solid rgba(227, 179, 87, 1);
}

.headerAnchor a {
    display: inline-block;
}

.headerAnchor {
    padding-top: 60px
}

/* card-accordion */

.container.accordian-links.tire3 .right .card .Accordian-card {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.container.accordian-links.tire3 .right .card {
    margin-bottom: 60px;
    border: none;
}

    .container.accordian-links.tire3 .right .card:hover {
        /*box-shadow: 0px 60px 60px -30px rgba(0, 0, 0, 0.15);*/
    }

.container.accordian-links.tire3 #mainPage-accordion .accordion-button:after {
    display: none;
}

.container.accordian-links.tire3 #mainPage-accordion .accordion-button {
    font-weight: 500 !important;
}

    .container.accordian-links.tire3 #mainPage-accordion .accordion-button:not(.collapsed) {
        background-color: unset !important;
        color: unset !important;
        box-shadow: unset !important;
    }

    .container.accordian-links.tire3 #mainPage-accordion .accordion-button::before {
        background: url("../icons/icon-minus.png");
        background-size: cover;
    }

    .container.accordian-links.tire3 #mainPage-accordion .accordion-button.collapsed:before {
        background: url("../icons/icon-plus.png");
        background-size: cover;
    }

.container.accordian-links.tire3 #mainPage-accordion .download-button {
    padding: 23px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .container.accordian-links.tire3 #mainPage-accordion .download-button:hover {
        box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    }


    .container.accordian-links.tire3 #mainPage-accordion .download-button i {
        padding: 0px 23px;
    }

.container.accordian-links.tire3 #mainPage-accordion .accordion-item {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container.accordian-links.tire3 #mainPage-accordion .accordion-button::before {
    padding: 0px 33px
}

.container.accordian-links.tire3 #mainPage-accordion .accordion-body {
    padding-top: 0;
}

/* tabs widget */

.tabs-container .tab-image-conatiner img {
    width: 100%;
}

.tabs-container .body3 {
    padding: 50px 0px;
}

.tabs-container {
}

    .tabs-container .tab-content {
        border: 1px solid #224B4A;
        border-radius: 8px;
        padding: 30px;
    }

    .tabs-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: transparent !important;
    }

    .tabs-container .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

    .tabs-container .nav-tabs {
        border-color: transparent !important;
    }

    .tabs-container #nav-tab button {
        color: rgba(34, 75, 74, 1);
        padding: 27px 30px;
        position: relative;
    }

    .tabs-container .nav-tabs .nav-link.active:after {
        content: "";
        height: 3px;
        display: block;
        position: absolute;
        background: rgba(34, 75, 74, 1);
        bottom: -1px;
        width: 90%;
        left: 5%;
    }

.container.accordian-links.tire3 .right .tags-container a {
    background: #ECF1F1;
    border-radius: 100px;
    padding: 6px 12px;
    color: #224B4A;
}

.herot2.heroImage .section-second-with-img img {
    width: 100%;
}

.herot2.heroImage .section-second-with-img .fixed-image {
    position: absolute;
    width: 120px;
    height: 100px;
    left: -60px;
    bottom: -2px;
}

.herot2.heroImage .section-second-with-img {
    position: relative;
    padding: 0;
}

    .herot2.heroImage .section-second-with-img .uploaded-image {
        height: 280px;
        object-fit: cover;
    }

.herot2.heroImage .first-section-text {
    padding: 0;
}

    .herot2.heroImage .first-section-text .header1 {
        padding-top: 122px;
    }

.herot2.heroImage .header-hr {
    border: 1px solid #fff;
    width: 100%;
    position: relative;
    bottom: 67px !important;
}

.herot2.heroImage {
    background: rgba(70, 46, 50, 1);
    height: 280px;
}

    .herot2.heroImage h1 {
        color: white;
    }

.accordion-item {
    font-family: 'Libre Franklin', sans-serif;
}

.accordion-item .accordion-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 0;
}

    .accordion-item .accordion-header a {
        width: 100%;
        color: #224B4A;
        font-weight: 600;
        padding: 16px 0px;
        font-family: 'Libre Franklin', sans-serif;
    }

    .accordion-item .accordion-body {
        font-weight: normal;
        padding: 0 0 20px 30px;
        line-height: 1.6em;
    }

div#innerAccordionTire2 .accordion-button + a {
    font-weight: 600 !important;
}

div#innerAccordionTire2 .accordion-button.collapsed + a {
    font-weight: 400 !important;
}

.container.accordian-links #accordionTire2 .accordion-button {
    width: 30px;
}
#accordionTire2 .accordion-button {
    width: 30px;
}
div#innerAccordionTire2 .accordion-button.collapsed + a {
    font-weight: 400 !important;
}

/* branch locations / maps */

.titleonly {
}

.titleonly h1 {
    margin-bottom: 0;
}

.search-branches{
    margin: 30px 0;
}

.map {
    max-height: 50%;
    overflow: hidden;
    height: 35em
}

.map + h2 {
    margin: 2rem 0rem;
}

.form-group label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-group .form-control {
    border-color: #dddddd;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
    font-size: 12px;
}
.search-branches .searchTerm,
.search-branches .zip-code {
    padding: 10px;
    font-size: 1rem;
}
.search-branches .button-yellow-color {
    border: none;
    border-radius: unset;
    position: absolute;
    right: 0;
    padding: 12px 40px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
    line-height: initial;
}
.search-branches .searchTerm {
    /* border: 1px solid #fff; */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat, url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23224B4A'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-color: #fff;
    background-size: 20px;
    background-position: right 15px top 15px, right 15px top 20px;
}
.row.locations .subtitle1 {
    margin: 0;
    font-weight: 600
}

.row.locations .body3 strong {
    margin: 0;
    font-weight: 600
}

.left-img-right-text {
    padding-bottom: 60px;
}

.herot1.heroT3.headImg .star-img-header {
    position: absolute;
    top: 175px;
    left: -3.7em;
}

.container.edu-res-section.in-news-section.card-sec-3col .in-news-heading {
    padding-left: 15px;
}

.tabs-container .Mobile-tabs {
    margin-bottom: 60px;
}

    .tabs-container .Mobile-tabs .heading.header5 {
        color: rgba(34, 75, 74, 1);
        border-bottom: 3px solid rgba(34, 75, 74, 1);
        text-align: center;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
    }

.tabs-container .Mobile-tabs .content-mobile-container {
    border: 1px solid #224B4A;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 20px;
}

/* separator / spacer widget */

.agwest-widget-separator-white {
    background-color: #fff;
}

.agwest-widget-separator {
    display: none;
    height: 60px;
}

.row.locations .col-lg-3.col-md-4.col-sm-6.mb-3.body3 {
    padding-left: unset;
}

/* login popup */

.login-popup {
    position: absolute;
    top: 100%;
    z-index: 10000;
    width: 400px;
    background: white;
    width: 337px;
    border: 1px solid #224B4A;
    display: none;
}

.Login.top-nav-link.subtitle2 {
    position: relative;
}

.login-popup .inner-container-login {
    padding: 30px;
}

.login-popup.desktop .accordion-button:focus {
    z-index: 3;
    border-color: #224B4A !important;
    outline: 1px solid #224B4A;
    box-shadow: 0 0 0 2px #224B4A !important;
}

div#loginAccordion .accordion-body {
    padding: 0px;
    margin: 20px 0;
    border: 1px solid #224B4A;
}

div#loginAccordion #collapseOne {
    margin: 0 0 30px 0;
}

div#loginAccordion .accordion-body, #loginAccordionMobile .accordion-body {
    padding: 0px;
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,0.2);
}

    div#loginAccordion .accordion-body .inputGroup, div#loginAccordionMobile .accordion-body .inputGroup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 10px;
    }

        div#loginAccordion .accordion-body .inputGroup .body3, div#loginAccordionMobile .accordion-body .inputGroup .body3 {
            color: #000000;
        }

        div#loginAccordion .accordion-body .inputGroup input, div#loginAccordionMobile .accordion-body .inputGroup input {
            accent-color: #224B4A;
        }

div#loginAccordion .buttons-radio-container, div#loginAccordionMobile .buttons-radio-container {
    position: relative;
    padding: 8px 0px;
}

div#loginAccordion .overlaping-header, div#loginAccordionMobile .overlaping-header {
    position: absolute;
    top: -9px;
    background: white;
    left: 10px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #224B4A;
    padding: 0px 2px;
}

div#loginAccordion .accordion-button:not(.collapsed), div#loginAccordionMobile .accordion-button:not(.collapsed) {
    color: inherit;
    background: white;
}

div#loginAccordion .accordion-button::after, div#loginAccordionMobile .accordion-button::after {
    display: none;
}

div#loginAccordion .accordion-button, div#loginAccordionMobile .accordion-button {
    padding: 15px 10px;
}

    div#loginAccordion .accordion-body .inputGroup {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 10px;
    }

        div#loginAccordion .accordion-body .inputGroup .body3 {
            color: #000000;
        }

        div#loginAccordion .accordion-body .inputGroup input {
            accent-color: #224B4A;
        }

div#loginAccordion .buttons-radio-container {
    position: relative;
    padding: 8px 0px;
}

div#loginAccordion .overlaping-header {
    position: absolute;
    top: -9px;
    background: white;
    left: 10px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #224B4A;
    padding: 0px 2px;
}

div#loginAccordion .accordion-button:not(.collapsed) {
    color: inherit;
    background: rgba(236, 241, 241, 1);
}

div#loginAccordion .accordion-button::after {
    display: none;
}

div#loginAccordion .accordion-button {
    padding: 15px 10px;
}

.login-popup .button-container {
    margin: 20px 0 10px 0;
    text-align: center;
}

.login-popup .input-content {
    margin-top: 40px;
}

.login-popup .button-container {
    display: none;
}

.footer-login .bootom-login-link {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.15px;
    color: #224B4A;
    cursor: pointer;
}

.footer-login .footer-login-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #ECF1F1;
}

header.header {
    position: relative;
}

.create-an-account {
    position: absolute;
    z-index: 10000;
    width: 100%;
    background: white;
    top: 100%;
    text-align: center;
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.create-an-account .container.one {
        width: 60%;
        padding: 0% 5%;
    }

    .create-an-account select.form-select {
        margin-top: 40px;
        padding: 11px 12px;
    }

    .create-an-account .overlaping-header {
        position: absolute;
        top: -20%;
        background-color: white;
        padding: 0px 2px;
        z-index: 1000;
        margin-left: 13px;
        font-family: 'Libre Franklin';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.15px;
        color: #224B4A;
    }
    .create-an-account h4 {
        padding-top: 40px
    }

    .create-an-account .body-inner-content-first {
        position: relative;
    }

    .create-an-account .buttons-radio-container {
        padding-top: 60px;
    }

        .create-an-account .buttons-radio-container .inputGroup {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid rgba(0,0,0,0.2);
            padding: 16px 10px;
            width: 80%;
            margin: auto;
            margin-bottom: 10px;
            border-radius: 5px;
        }

    .create-an-account .inputGroup input {
        accent-color: #224B4A;
    }

    .create-an-account .button-container {
        padding-top: 50px;
    }

    .create-an-account .container.two {
        background: rgba(254, 248, 234, 1);
        padding: 40px 120px;
        margin-top: 90px;
    }

    .create-an-account .need-help p {
        color: #444;
        font-size: 16px;
    }

    .create-an-account.not-sure-get-help {
        display: none;
    }

    .create-an-account.linkToOpen {
        display: none;
    }

    .create-an-account .inner-content-second, .create-an-account .button-container {
        display: none;
    }

    .create-an-account.login-cards-container .card-img-container {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(34, 75, 74, 1);
    }

        .create-an-account.login-cards-container .card-img-container img {
            width: 46px;
            height: auto;
        }

    .create-an-account.login-cards-container .card {
        border-radius: 0;
        border: none;
        height: 100%;
        min-height:430px;
    }

    .create-an-account.login-cards-container .card-body {
        background: rgba(236, 241, 241, 1);
        padding: 30px;
    }

        .create-an-account.login-cards-container .card-body a.secondary-btn {
            background: transparent;
            padding: 10px 48px;
            display:block;
            margin-bottom:10px;
        }

    .overlay {
        content: " ";
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, .8);
    }

        .create-an-account.login-cards-container .card-body h5 {
            min-height: 70px;
            margin: 0;
        }

    .create-an-account.login-cards-container .container.cards-container {
        padding-top: 40px;
    }

    .create-an-account.login-cards-container {
        display: none;
    }

        .create-an-account.login-cards-container .container.cards-container .col-12.col-md-6.col-lg-3 {
            padding: 0px 10px;
            margin-bottom:20px;
        }

.Login.top-nav-link {
    position: relative;
}

.hastag a {
    background: #ECF1F1;
    border-radius: 100px;
    padding: 6px 12px;
    color: #224B4A;
}

.inputRadioGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.container.edu-res-section.in-news-section.card-sec-3col .card.card1 {
    background: none;
}

    .container.edu-res-section.in-news-section.card-sec-3col .card.card1 img {
        object-fit: cover;
        height: 220px;
        width: 100%;
    }

.container.edu-res-section.in-news-section.card-sec-3col .card-details {
    width: 100%;
}

input.MobileSearchTerm::placeholder {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #224B4A;
    opacity: 0.4;
}

.accordian-links .subtitle1 img {
    padding-right: 25px;
}

p.subtitle1.rotate img {
    transform: rotate(90deg);
}

.accordian-links .subtitle1.rotate img {
    padding-right: 0;
    margin-right: 25px
}

.login-popup .accordion-button.body3 {
    line-height: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1) !important;
}

.login-popup .accordion-item .accordion-header {
    margin-bottom: 10px;
    padding: 0;
}

.login-popup .accordion-body {
    border-radius: 9px;
}

.login-popup .accordion-button.body3 {
    background: white !important;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.login-popup.desktop {
    width: 400px;
}

.login-popup .accordion-item {
    border: none !important;
    margin-bottom: 20px;
}

.login-popup .footer-login a,
.login-popup .footer-login a:link,
.login-popup .footer-login a:active,
.login-popup .footer-login a:visited,
.login-popup .footer-login a:hover {
    font-size: 12px;
    line-height: 16px;
}

.login-popup .body3 {
    line-height: 18px !important;
}

.login-popup .header4 {
    text-align: center;
}

.login-popup .accordion-button.body3 {
    display: flex;
    justify-content: space-between;
}

.login-popup .accordion-button.rotate img {
    transform: rotate(180deg);
}

.in-news-section .in-news-heading {
    padding: 0px 90px 0px 0px;
}

.create-an-account select.form-select {
    font-size: 15px;
    line-height: 18px;
}

.create-an-account .buttons-radio-container .inputGroup label {
    color: black;
}

.blockquote p.blockquote-content {
    font-family: 'Reckless Neue Italic';
    font-style: italic;
    font-size: 24px;
    line-height: 160%;
    color: #224B4A;
}

.blockquote .block-title {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #224B4A;
    margin-bottom: 0;
}

.blockquote {
    padding: 20px;
}

.breadcrumb img {
    cursor: pointer;
}

#tracking-consent-dialog-accept {
    margin-right: 4px;
}

#tracking-consent-dialog-reject {
}

div#tracking-consent-dialog .container {
    padding-bottom: 30px;
    padding-top: 20px;
}

    div#tracking-consent-dialog .container p {
        padding: 0 0 6px 0;
    }

div#tracking-consent-dialog {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.start-over {
    margin-top: 30px;
}

    .start-over a {
        border-bottom: 2px solid #224B4A;
    }


.card-container .card-details .news-heading {
    margin: 0 !important;
}

.card-container .card-details .author-name {
    font-family: 'Libre Franklin';
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #5C5C5C;
    margin-bottom: 30px !important;
    margin-top: 8px;
}

.d-block.container.accordian-links.tire3.d-sm-none .accordion-body {
    padding-top: 20px !important;
}

.card img {
    object-fit: cover;
}

.cards-eight-container-inner .card img.card-img-top {
    height: 100%;
}

.Bussiness-cards-container .card {
    height: 100%;
}

p.subtitle1 i {
    display: none;
}

/* download buttons */

.download-parent .download-button {
    padding: 23px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-feature-settings: 'calt' off;
    color: #2D5C75;
}

    .download-parent .download-button:hover {
        box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    }

.download-parent a {
    color: #2D5C75;
}

.download-parent .download-button span.download-icon {
    display: inline-block;
    top: 8px;
    position: relative;
    height: 24px;
    width: 24px;
    background-image: url(/ResourcePackages/AgWest/assets/dist/icons/icon-download.png);
    margin: 0 12px 0 0;
}

/* accordion tier3 global*/

#accordionTire3 #mainPage-accordion .accordion-button:after {
    display: none;
}

#accordionTire3 #mainPage-accordion .accordion-button {
    font-weight: 500 !important;
    font-family: 'Reckless Neue';
}

    #accordionTire3 #mainPage-accordion .accordion-button:not(.collapsed) {
        background-color: unset !important;
        color: unset !important;
        box-shadow: unset !important;
    }

    #accordionTire3 #mainPage-accordion .accordion-button::before {
        content: url("../icons/icon-minus.png");
        background-size: cover;
        height: 40px;
    }

    #accordionTire3 #mainPage-accordion .accordion-button.collapsed:before {
        content: url("../icons/icon-plus.png");
        background-size: cover;
        height: 40px;
    }

#accordionTire3 #mainPage-accordion .download-button {
    padding: 23px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    #accordionTire3 #mainPage-accordion .download-button:hover {
        box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    }


    #accordionTire3 #mainPage-accordion .download-button i {
        padding: 0px 23px;
    }

#accordionTire3 #mainPage-accordion .accordion-item {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#accordionTire3 #mainPage-accordion .accordion-button::before {
    padding: 0px 30px;
}

#accordionTire3 #mainPage-accordion .accordion-body {
    padding: 0 0 30px 0;
}

div#tracking-consent-dialog a.close-cookie {
    float: right;
}

.events-custom {
}

    .events-custom .card .card-body {
        padding: 20px 30px 30px 30px;
    }

    .events-custom p.dtTag {
        padding: 0 0 12px 0;
    }

    .events-custom p.body3:after {
        content: unset;
    }

.upcomingevents .col-md-6.col-lg-3.mb-2 {
    max-height: 100% !important;
}

.upcomingevents .card {
    height: 100%;
}

.upcomingevents tr td {
    padding-left: 20px;
    font-size: 14px
}

p.subtitle1 img
{
    display:none;
}
.Bussiness-cards-container .col-12.col-lg-6 {
    margin-bottom: 30px;
}

.create-an-account.login-cards-container .botton-holder {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 2%;
}
.slinky-theme-default .next::after, .slinky-theme-default .back::before {
    background: none;
    content: url('../icons/icon-right.png');
    opacity: 1;
    transition: 200ms;
    width: 1em;
}
.slinky-theme-default .back::before {
    padding:0;
    padding-left:10px !important;
}

.vimeo-frame {
    width:100% !important;
    height:500px;
}
.d-flex.gap-3.my-3 a {
    word-break: break-word;
}

/* search/page nav */

ul.pagination {
    padding: 1em 1em 0 0;
    flex-wrap: wrap;
}

    ul.pagination li {
        display: inline-block;
    }

a.page-link {
    color: #224B4A;
    border-radius: 25px !important;
    margin: 12px 12px 6px 0;
    border-color: #224B4A;
    padding: 10px 20px;
    border-radius: 25px;
}

    a.page-link:hover {
        color: #224B4A;
        background-color: #fff;
        box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.25);
        border-color: #224B4A;
    }

.active > .page-link, .page-link.active {
    background: #E3B357;
    color: #224B4A;
    border-color: #E3B357;
}

.locationNavBarModal {
    width: 18em;
    right: -2em;
    padding: 45px 30px 35px;
    top: 2.3em;
}

    .locationNavBarModal input {
        margin: 20px 0px;
    }

a.search-a-close {
    position: absolute;
    right: 2em;
    top: 1.5em;
    cursor: pointer;
}

.locationNavBarModal {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 4px 40px rgba(40, 38, 38, 0.16);
    text-align: center;
    border: 1px solid #224B4A;
}

    .locationNavBarModal.show {
        display: block;
    }

/* in section nav new */

.sectionNav .accordion-body {
    line-height: 30px;
}

    .sectionNav .accordion-body .accordion-body .accordion-item {
        margin: 0 0 0 -30px !important;
        padding: 0 !important;
    }

        .sectionNav .accordion-body .accordion-body .accordion-item > div {
            margin: -20px 0 0 20px !important;
        }

            .sectionNav .accordion-body .accordion-body .accordion-item > div > .accordion-body {
                padding: 0;
                margin: 10px 0 0 40px;
            }

.sectionNav .accordion-item .accordion-body > .accordion-item .accordion-body {
    padding-bottom: 10px;
}

.sectionNav > .accordion.main > .accordion-item > .accordion-body > .accordion-item > h2 > button,
.sectionNav > .accordion.main > .accordion-item .accordion-body > .accordion-item > h2 > a {
    padding: 4px 0 4px 0 !important;
    margin: 0 !important;
}

.sectionNav > .accordion.main > .accordion-item > div > .accordion-body > .accordion-item > div > .accordion-body > a.caption {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.sectionNav > .accordion.main > .accordion-item > div > .accordion-body > .accordion-item > div > .accordion-body > .accordion-item > h2 > button {
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
    height: 15px;
}

.sectionNav > .accordion.main > .accordion-item > div > .accordion-body > .accordion-item > div > .accordion-body > .accordion-item > h2 > a {
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
}

.sectionNav > .accordion.main > .accordion-item > div > .accordion-body > .accordion-item > h2.removeSpace > button,
.sectionNav > .accordion.main > .accordion-item > div > .accordion-body > .accordion-item > h2.removeSpace > a {
    padding: -10px 0 0 0 !important;
}

.sectionNav .accordion-item .accordion-body > .accordion-item > div button.collapsed,
.sectionNav .accordion-item .accordion-body > .accordion-item > div button.collapsed + a {
    padding: 4px 0 4px 0 !important;
    margin: 0 !important;
}

.sectionNav .accordion-item .accordion-body > .accordion-item .accordion-body .accordion-item > div {
    padding: 4px 0 8px 0 !important;
}

    .sectionNav .accordion-item .accordion-body > .accordion-item .accordion-body .accordion-item > div button,
    .sectionNav .accordion-item .accordion-body > .accordion-item .accordion-body .accordion-item > div a {
        position: relative;
        top: 10px;
        padding: 20px 0 10px 0 !important;
    }

.container.edu-res-section.in-news-section.card-sec-3col .card-details {
    position: relative;
}

    .container.edu-res-section.in-news-section.card-sec-3col p.events-link, 
    p.events-link{
        position: relative;
        margin: -25px auto 0 auto;
        background-color: #224B4A;
        padding: 10px 30px;
        border-radius: 30px;
        text-align: center;
        width: 75%;
    }

        .container.edu-res-section.in-news-section.card-sec-3col p.events-link a,
        p.events-link a {
            color: #fff !important;
            font-family: var(--header-font);
        }

/* industry page styles */

.industry-page-container {color: #5c5c5c; font-family: 'Libre Franklin'; font-weight: 400; font-size: 18px; line-height: 22px;}
.industry-page-container a {color: #5c5c5c; }
.industry-page-container .heading-font {font-family: 'Reckless Neue';}
.industry-page-container h1,.industry-page-container h2,.industry-page-container h3,.industry-page-container h4,.industry-page-container h5,.industry-page-container h6 {font-family: 'Reckless Neue';  font-weight: 500;  letter-spacing: -0.03em; color: #224b4a;}
.industry-page-container h1 {font-size: 72px; line-height: 83px;}
.industry-page-container h2 {font-size: 64px; line-height: 74px;}
.industry-page-container h3 {font-size: 48px; line-height: 55px;}
.industry-page-container h4 {font-size: 36px; line-height: 41px;}
.industry-page-container h5 {font-size: 24px; line-height: 34px;}
.industry-page-container h6 {font-size: 18px; line-height: 25px;}
.industry-page-container .body1 {font-size: 24px; font-weight: 300; line-height: 36px; letter-spacing: 0em; }
.industry-page-container .body2 {font-size: 18px; font-weight: 300; line-height: 29px; letter-spacing: 0.01em; }
.industry-page-container .body3 {font-size: 15px; font-weight: 300; line-height: 23px; letter-spacing: 0.02em;}
.industry-page-container .subtitle1 {font-size: 16px; font-weight: 600; line-height: 22px; letter-spacing: 0em; color: #224b4a;}
.industry-page-container .subtitle2 {font-size: 14px; font-weight: 600; line-height: 18px; letter-spacing: 0px;color: #224b4a;}
.industry-page-container .blockquote {font-size: 24px; font-style: italic; font-weight: 350; line-height: 38px;letter-spacing: 0em;color: #224b4a;}
.industry-page-container .caption { font-size: 14px;font-weight: 300; line-height: 18px; letter-spacing: 0.02em; color: #224b4a;}
.industry-page-container .tag {font-size: 10px; font-weight: 500; line-height: 12px; letter-spacing: 0.1em; color: rgba(92, 92, 92, 1);}
.industry-page-container .overline { font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: 0em; color: #224b4a;}
.industry-page-container .desktop-cmp {display: block;}
.industry-page-container .mobile-cmp {display: none;}

.industry-page-container .btn {font-size: 15px; font-weight: 400; line-height: 18px; letter-spacing: 0.025em; color:#224b4a; border-radius: 49px; padding: 14px 36px; border:1px solid #224b4a; transition: 0.5s;}
.industry-page-container .btn:hover,.industry-page-container .btn:focus { border-color: #224b4a; }
.industry-page-container .industry-page-container .btn-check:checked+.btn, .industry-page-container .btn.active, .industry-page-container .btn.show, .industry-page-container .btn:first-child:active, .industry-page-container :not(.btn-check)+.btn:active {color:#224b4a; border:1px solid #224b4a; background:#ffffff;}
.industry-page-container .btn-yellow {background: #e3b357; border-color:#e3b357;} 
.industry-page-container .btn-green {background: rgba(34, 75, 74, 1); color: #ffffff; border-color: rgba(34, 75, 74, 1);}
.industry-page-container .btn-bordered { border-color: rgba(0, 0, 0, 0.1); color: rgba(34, 75, 74, 1);}
.industry-page-container .btn-icon {display: flex; align-items:center;}
.industry-page-container .btn-icon img{ margin-right: 10px;}

.industry-page-container .whitetxt {color: #ffffff;}
.industry-page-container .greybg {background: #ecf1f1;}
.industry-page-container .position-relative {position: relative;}
.industry-page-container .bordered-title { border-left: 9px solid #e3b357; padding: 10px 15px; font-size: 16px; font-weight: 500; line-height: 22.4px; letter-spacing: 0.025em; margin:0 0 40px;  color: #224b4a; text-transform: uppercase;}
.industry-page-container .form-control {padding: 10px 14px; border-radius: 8px; color: #224B4A; border:1px solid #d0d5dd; font-size: 16px; line-height: 24px;}
.industry-page-container .form-control:focus { color: #224B4A; }
.industry-page-container .form-check .form-check-input {margin-top: 0;}
.industry-page-container .form-check-input { border: 1px solid rgba(45, 74, 73, 0.5); width:16px; height:16px;}
.industry-page-container .form-check-input[type=checkbox] {border-radius:3px;}
.industry-page-container .form-check-input:checked {background-color: rgba(45, 74, 73, 0.5); border-color: rgba(45, 74, 73, 0.5);}
.industry-page-container .btn-wrapper .btn {margin-right: 20px;}
.industry-page-container .btn-wrapper .btn:last-child {margin-right: 0;}

/* Customize checkbox and radio buttons */
.form-label-container {display: inline-block; position: relative; padding-left: 25px; margin-bottom: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.form-label-container input { position: absolute; opacity: 0;cursor: pointer; height: 0; width: 0; }
.form-label-container .checkmark { position: absolute; top: 0; left: 0; height: 16px; width: 16px; border:1px solid rgba(45, 74, 73, 0.5); background-color: #ffffff;border-radius:3px; }
.form-label-container input:checked ~ .checkmark { background-color: rgba(45, 74, 73, 0.5);}
.form-label-container .checkmark:after { content: ""; position: absolute; display: none;}
.form-label-container input:checked ~ .checkmark:after { display: block;}
.form-label-container .checkmark:after {left: 5px; top: 1px; width: 5px;height: 10px; border: solid white;border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); transform: rotate(45deg);}
.form-label-container.form-checkbox-container {font-size:14px; line-height:16.8px;}
.form-label-container.form-checkbox-container:focus,.form-label-container.form-radio-container:focus {outline:1px solid #000000;}
.form-label-container .checkmark:focus {box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);}
.form-label-container.form-radio-container {font-size:15px; line-height:21px; margin:0 0 6px}
.form-label-container.form-radio-container .checkmark {border-radius: 50%;}
.form-label-container.form-radio-container .checkmark::after {top: 4px; left: 4px; width: 6px; height: 6px; border-radius: 50%; background: #ffffff;}

/*** Custom breadcrumb ***/
.custom-breadcrumb {margin:50px 0 35px;}
.custom-breadcrumb .breadcrumb-item, .custom-breadcrumb .breadcrumb-item a {font-family: 'Libre Franklin';font-size: 12px; font-weight: 400; color: rgba(34, 75, 74, 1);line-height: 12px;letter-spacing: 0.025em; text-transform: uppercase; text-decoration: none;}
.custom-breadcrumb .breadcrumb-item.active {text-decoration: underline;}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item {padding-left: 3px;}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {padding-right: 3px;}

/*** Search field ***/
.search-field {position: relative; box-shadow: 0px 10px 60px 10px rgba(240, 240, 240, 1);  border-radius: 32px;}
.search-field .search-icon {position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding: 10px 30px; border-left: 1px solid rgba(0, 0, 0, 0.1);}
.search-field .search-input { padding: 15px 90px 15px 24px; border-radius: 32px; border:1px solid rgba(0, 0, 0, 0.1);}

/*** Industry search ***/
.industry-search-section .search-field {max-width: 100%; margin: 0 0 72px;}
.industry-search-section .body1 {font-size: 24px; line-height: 30px; letter-spacing: 0.025em; margin: 0 0 85px;}
.industry-search-section .body2 { letter-spacing: 0.025em;  margin: 0 0 110px;}

/*** Industry driver section ***/
.industry-drivers-section {padding: 0 0 20px 0;}
.industry-summary-section.industry-page-container {
    padding-bottom: 0;
}
.industry-summary-section {padding:0 0 40px;}
.industry-summary-section h3 { font-weight: 400; margin:0 0 40px; letter-spacing: 0.025em; font-size:50px; line-height:60px;}
.industry-summary-section .body1 {margin: 0 0 80px;}
.industry-summary-section .body2 {margin: 0 0 15px;}
.industry-drivers-section .subsection-content {margin: 0 0 60px;}
.subsection-content h5 {font-family: 'Libre Franklin'; font-weight: 400; letter-spacing: 0.025em; margin:0 0 40px; color: #5c5c5c;}
.subsection-content .body2 {letter-spacing: 0.025em; margin:0 0 78px;}
.subsection-content .section-image-caption {font-style: italic; font-weight: 700; letter-spacing: 0.025em; margin:0 0 30px;}
.subsection-content .section-image-block img {max-height: 348px;}

/*** Industry information section ***/
.industry-information-section {padding: 0 0 80px 0;}
.industry-information-section h3 {margin: 0 0 40px;}
.infocard-row {display: flex; flex-direction:row;}
.infocard-row .infocard-col {height:auto;}
.infocard-row .infocard-col .infocard {height: 100%;}
.card {border-radius: 0; border: none;}
.card .card-image img {width: 100%; object-fit: cover;}
.infocard {margin: 0 0 24px; height:100%;}
.infocard .card-image img {height: 220px; }
.infocard .card-content {background: #ecf1f1; padding: 45px 70px 35px 35px; height: 100%;}
.infocard .card-content h5 {font-weight: 600;}

/*** Industry main description section ***/
.industry-main-desc-section {padding: 0 0 100px 0;}
.industry-main-desc-section .body2 p {margin:0 0 15px;}
.industry-main-desc-section .subsection-content .body2 {margin:0;}

/*** Industry info news section ***/
.industry-info-news-section {padding:0 0 80px 0;}
.news-block .loc {font-size: 11px; font-weight: 500; line-height: 12px;  text-transform: uppercase; color:rgba(92, 92, 92, 1);}
.news-block h5 {margin: 0 0 15px; color:rgba(34, 75, 74, 1);}
.news-block h5 a {color:rgba(34, 75, 74, 1);}
.news-block .authname,.in-news-section .authname {font-size: 13px; font-weight: 300; line-height: 15px; letter-spacing: 0.01em; margin:0 0 20px;}
.news-block .body3 {margin:20px 0 60px 0;}

/*** Industry video section ***/
.industry-informational-video-section {padding:0 0 80px;}
.industry-informational-video-section h3 {margin: 0 0 40px; letter-spacing: 0.025em;}
.card.overlay {position: relative; margin: 0 0 40px; display:block; height:auto;}
.card.overlay .card-image img {height: 197px;}
.card.overlay .card-overlay {background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; right:0; top: 0; bottom:0; text-align: center; color: #ffffff; display: flex; justify-content: center; flex-direction: column; padding: 45px; align-items: center;}
.card.overlay .card-overlay .card-play {margin-top: 0;}
.card.overlay .card-overlay h5 {text-align: left; max-width: 250px; margin-right: 5rem; margin-bottom:0;}
.videocard .card-overlay p.watch {font-size: 8px; line-height: 10px; letter-spacing: 0.025em;}
.industry-informational-video-section .btn-wrapper {margin: 20px 0;}

/*** Industry tags  ***/
.tags-list li { display: inline-block; margin: 0 5px 0 0;}
.tags-list li:last-child {margin-right: 0;}
.custom-tag {background: #ecf1f1; font-size: 10px; line-height: 12px; letter-spacing: 0.025em;  border-radius: 12px; padding: 8px 12px; display: block; margin: 0 0 10px;}
.industry-tags-section {padding: 10px 0 60px;}
.industry-tags-section h2 {margin: 0 0 30px;}

/*** Join mailing list ***/
.join-mailing-list-section {padding: 130px 0;}
.join-mailing-list-section.greybg {background: #ecf1f1;}
.join-mailing-list-section h3 {margin: 0 0 40px;}
.cfloating.form-floating .form-control {border-radius: 0; border:none; height:42px; color: #212529;}
.cfloating.form-floating>label {font-size: 15px; line-height: 18px; letter-spacing: 0.025em; top:-4px; color:#00000080;}
.cfloating.form-floating>.form-control-plaintext~label, .cfloating.form-floating>.form-control:focus~label, .cfloating.form-floating>.form-control:not(:placeholder-shown)~label, .cfloating.form-floating>.form-select~label {opacity: 1; color: #212529;}
.join-mailing-list-section .btn-wrapper {margin: 50px 0 15px;}

.industry-page-right-section {padding: 60px 0 0 24%; }

/*** Industry category ***/
.industry-category-section {margin:0 0 144px;}
.industry-category-section h5 {font-family: 'Libre Franklin'; font-size: 20px; font-weight: 400; line-height: 24px; letter-spacing: 0.025em; margin:0 0 40px;}
.industry-category-section .industry-category-block {margin: 0 0 35px;} 
.industry-category-block p { font-size: 15px; line-height: 18.18px; letter-spacing: 0.025em; margin:0 0 28px; font-weight: 400;}
.industry-category-block .cat-date { font-size: 10px; line-height: 12px; margin:0 0 28px; text-transform:uppercase;}
.industry-category-block .industry-category-image {margin:0 0 28px; height: 149px; width: 100%; object-fit: cover;}
.industry-category-block .link-wrapper {display: flex; justify-content: space-between;}
.industry-category-section .industry-category-block-wrapper .industry-category-block:last-child {border-bottom: none;}
.industry-share-feedback-section {text-align: center; padding: 50px 0; border-top:0.5px solid #e3b357; border-bottom:0.5px solid #e3b357; margin:60px 0 105px;}
.industry-share-feedback-section h5 {margin: 0 0 40px; font-family: 'Libre Franklin'; font-size: 20px; font-weight: 600; line-height: 24px; letter-spacing: 0.025em;}
.industry-perspective-section.industry-category-section {margin:0 0 60px;}
.industry-events-section-wrapper .evt-card:last-child{margin: 0 0 80px;}

.link-icon {text-decoration: none; font-weight: 700; text-transform:uppercase; font-size: 10px; line-height: 12.12px; letter-spacing: 0.025em; display:flex; align-items:center;}
.link-icon .link-img {margin-left: 10px;}
.linkiconimg {width: 9px;}
.link-icon.mainlink {font-size: 20px; line-height: 24.24px; letter-spacing: 0.025em; font-weight:400;}

/*** Events ***/
.evt-card {margin:0 0 50px;}
.evt-card .evt-card-top {position: relative;}
.evt-card .evt-card-top .evt-image img {height: 220px; object-fit: cover; width: 100%;}
.evt-card .evt-card-top .evt-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20.5px;
    margin: auto;
    text-align: center;
    font-family: var(--header-font);
}

    .evt-card .evt-card-top .evt-button .btn {
        min-width: 218px;
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        font-family: var(--header-font);
        letter-spacing: 0.025em;
        padding: 5px 36px;
    }
.evt-card .evt-card-bottom {padding: 70px 45px 20px 35px;}
.evt-card .evt-card-bottom .evt-date {font-size: 10px; font-weight: 400; line-height: 12.12px; letter-spacing: 0.025em; margin:0 0 22px; text-transform:uppercase;}
.evt-card .evt-card-bottom .evt-title { font-size: 20px; font-weight: 400; line-height: 24px; letter-spacing: 0.025em; color:#224b4a; margin:0 0 20px;}
.evt-card .evt-card-bottom .evt-content {line-height: 18.18px; font-weight: 400;}

/*** Industry home page ***/

.homepage {background: rgba(236, 241, 241, 0.5);}

/** Filter section **/
.filter-section-wrapper {padding: 175px 0 30px;}
.filter-section-wrapper h3 {margin:0 0 40px;}
.filter-section-wrapper .filter-section { display: flex;}
.filter-section-wrapper .filter-section .filter-button {margin-right: 30px;}
.filter-section-wrapper .filter-section .filter-search {flex-grow: 1;}
.filter-section-wrapper .filter-section .filter-button .button-hover {display:none; background: #2d5c75; color: #ffffff; font-size: 14px; line-height:16.8px; max-width: 192px; padding:26px 50px 26px 20px; border-radius: 4px; position:absolute; margin-top: 12px; transition: 1s; z-index:11;}
.filter-section-wrapper .filter-section .filter-button .button-hover::after {content: " "; position: absolute; left: 30px; top: -12px; border-top: none; border-right: 12px solid transparent; border-left: 12px solid transparent; border-bottom: 12px solid #2d5c75;}
.filter-section-wrapper .filter-section .filter-button:hover .button-hover {display: block;}
.filter-section-wrapper .filter-section .filter-button .close {position: absolute; right: 12px;top: 12px;}

.featured-article-section {padding: 52px 0 58px;}
.featured-article-section .featured-article-content {padding: 50px 100px 50px 0; height: 100%;}
.featured-article-section .featured-article-content h3 {margin: 0 0 55px; font-size:50px; line-height:55px;}
.featured-article-section .featured-article-content h3 a {color:rgba(34, 75, 74, 1);}
.featured-article-section .featured-article-content .body3{color:rgba(34, 75, 74, 1); font-size:15px; line-height:21px;letter-spacing: 0.02em;}
.featured-article-section .featured-article-content .body3 .learn-more {margin-top: 35px;}
.featured-article-section .featured-article-image {height: 100%;}
.featured-article-section .featured-article-image img {max-height: 480px; width: 100%; object-fit: cover; height: 100%;}

/** Search filter **/
.search-filter-overlay {
    left: -100%;
    transition: 1s;
}

   
    .search-filter-overlay .search-filter-modal {
        background: #ffffff;
        min-width: 377px;
        max-width: 480px;
        width: 480px;
        height: 100%;
        position: relative;
        transition: 1s;
    }

        .search-filter-overlay .search-filter-modal .search-filter-close {
            position: absolute;
            right: -12%;
            top: 5%;
        }
.search-filter-modal .search-filter-close.search-filter-close-mobile {display:none;}

.search-filter-modal-container {
    flex-direction: column;
    align-content: space-between;
}

    .search-filter-modal-container .search-filter-modal-body {
        overflow-y: auto;
        height: 100%;
        padding: 100px 40px;
    }

.search-filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin: 0 0 10px;
}

    .search-filter-title h5 {
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -0.02em;
    }

.search-filter-modal-container .search-filter-modal-footer {
    min-height: 150px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-filter-modal-container .search-filter-modal-footer .btn-wrapper .btn {
        min-width: 180px;
    }
.search-filter-overlay.expanded {
    visibility: visible;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1001; /*transition:500ms;*/
}
.search-filter-overlay-home.search-filter-overlay.expanded {
    background: rgba(34, 75, 74, 0.85);
}
.main-filters .main-filter-options {
    padding-left: 30px;
    padding-top: 4px;
}
.main-filters .main-filter-options-list {
    padding-left:45px;
}


    .main-filters .main-filter-options .form-check {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 16.8px;
        color: rgba(92, 92, 92, 1);
        min-height: unset;
        padding-left: 0;
    }

.main-filters .main-filter-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: block;
}

    .main-filters .main-filter-title .form-check {
        display: inline-block;
        font-size: 15px;
        line-height: 21px;
        min-height: unset;
        color: rgba(34, 75, 74, 1);
    }

    .main-filters .main-filter-title.has-option .form-check::after {
        content: '';
        background-image: url('../images/icons/arrow-down-filled.png');
        background-repeat: no-repeat;
        width: 8px;
        display: inline-block;
        position: relative;
        right: 0;
        height: 5px;
        margin-left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

/*** Custom accordion ***/
.custom-accordion .accordion-item .accordion-body {padding-left:0;}
.custom-accordion .accordion-button {color: #224b4a; font-size: 16px; font-weight: 600; line-height: 22px; letter-spacing: 0em; padding: 14px 0; position: relative;}
.custom-accordion .accordion-button:not(.collapsed) {background: #ffffff;}
.custom-accordion .accordion-button::after {background-image: url('/ResourcePackages/AgWest/assets/dist/icons/arrow-down.png'); position:absolute; transform: translateY(-50%); top:50%; right: 0; height: 14px;}
.custom-accordion .accordion-button:not(.collapsed)::after {background-image: url('/ResourcePackages/AgWest/assets/dist/icons/arrow-up.png'); transform: translateY(-50%); }
.custom-accordion .accordion-button.collapsed {border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
.custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}

/*** Ag Trends articles section ***/
.ag-trends-section {padding: 60px 0;}
.ag-trends-section .bordered-title {margin: 0 0 30px;}
.news-block-card {padding: 20px 0;}
.news-block.news-block-card .body3 {margin: 40px 0 20px;}

/** Search by state **/
.search-by-state-section {padding: 100px 0;}
.search-by-state-section .bordered-title {margin: 0 0 40px;}
.card-carousel .card-carousel-item {width: 100%;}
.card-carousel .infocard {margin: 0;}

/*** Owl carousel ***/
.owl-carousel {position: relative;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {position: absolute; top: 50%; transform:translateY(-50%); padding: 5px 15px !important;}
.owl-carousel .owl-nav .owl-prev {left: -2.2%;}
.owl-carousel .owl-nav .owl-next {right: -3%;}

.search-by-industries-section {padding: 50px 0 132px;}
.imagecard-row .imagecard-col {padding: 0 47px;}
.imagecard-row .imagecard-col:nth-child(n){padding-left: calc(var(--bs-gutter-x) * .5);}
.imagecard-row .imagecard-col:nth-child(3n){padding-right: calc(var(--bs-gutter-x) * .5);}
.imagecard {margin: 0 0 65px; position: relative;}
.imagecard .card-img img {width: 100%; object-fit:cover; height: 230px;}
.imagecard .card-link {position: absolute;background: linear-gradient(180deg, rgba(34, 75, 74, 0.5) 0%, #224B4A 100%);left: 0;right: 0;bottom: 0;padding: 24px 25px; }
.imagecard .card-link .link-icon {font-size: 18px; font-weight: 400; line-height: 22px; letter-spacing: 0.025em; color:#ffffff; text-transform:capitalize;}

/*** Disclaimer section ***/
.disclaimer-section {padding: 240px 0 130px;background: rgba(236, 241, 241, 0.5); text-align: center;}
.disclaimer-section .disclaimer-content {max-width: 900px; margin: auto;}
.disclaimer-section .disclaimer-content h3 {font-size: 50px; font-weight: 400; line-height: 55px; letter-spacing: -0.03em; margin: 0 0 40px;}
.disclaimer-section.disclaimer-inner {padding: 128px 0 105px;}

/*** Search Result ***/
.search-page {background: #f5f8f8;}
.search-page .filter-section-wrapper {padding: 0 0 110px;}
.search-page .filter-section-wrapper .filter-button {display: none;}
.search-result-filter-section {padding-right: 30px;}
.search-result-filter-section h3 {font-size: 36px; font-weight: 400; line-height: 40px; letter-spacing: -0.03em; margin:0;}
.search-result-filter-section .article-count {font-size: 14px;font-weight: 400; line-height: 17px;letter-spacing: 0px; color: rgba(34, 75, 74, 0.5); margin:0;}
.search-result-filter-section .search-filter-modal-container .search-filter-modal-body {padding: 0;}
.search-result-filter-section .custom-accordion .accordion-button ,.search-result-filter-section .custom-accordion .accordion-item {background: transparent;}
.search-result-filter-section .custom-accordion .accordion-button {border-radius:0;}
.search-result-filter-section .custom-accordion .accordion-button:focus {outline: 1px solid #000000; margin: 2px;} 

/*** Custom tabs ***/
.custom-nav-tabs {border-bottom: 1px solid rgba(0, 0, 0, 0.25); flex-wrap: wrap;}
.custom-nav-tabs.nav-tabs .nav-item {margin: 0 15px;}
.custom-nav-tabs.nav-tabs .nav-item:first-child {margin-left:0;}
.custom-nav-tabs.nav-tabs .nav-item:last-child {margin-right:0;}
.custom-nav-tabs.nav-tabs .nav-link {border-radius: 0; border:none; font-size: 12px; text-transform: uppercase; font-weight: 400; line-height: 17px; letter-spacing: 0em; color: rgba(34, 75, 74, 1); background: transparent;}
.custom-nav-tabs.nav-tabs .nav-link.active {border-bottom: 4px solid rgba(34, 75, 74, 1) !important; font-weight: 600;}
.custom-tabs .tab-content {padding:25px 0;}

.result-card {margin: 0 0 16px;}
.result-card .card-image {height: 113px; background-repeat: no-repeat; background-position: center; background-size:cover; display:flex; align-items:center; justify-content: center; padding:20px 40px; position:relative; text-align:center;}
.result-card .card-image::after {content: ''; background: rgba(0,0,0,0.3); display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.result-card .card-image h4 {color: #ffffff; font-size: 24px; font-weight: 600; line-height: 1; letter-spacing: -0.02em; position:relative; z-index:2; width: 100%;    overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; margin:0;}
.result-card .card-content {padding: 30px 50px 24px 30px; background:#ffffff;}
.result-card .card-content .dt {font-size: 10px; font-weight: 500; line-height: 12px; letter-spacing: 0.1em; margin:0 0 15px;}
.result-card .card-content h5 {font-size: 19px; font-weight: 500; line-height: 27px; letter-spacing: -0.02em; margin: 0 0 10px;}
.result-card .card-content .authname {font-size: 13px; font-weight: 300;line-height: 15px; letter-spacing: 0.01em; margin:0 0 35px;}
.result-card .card-content .link-wrapper {margin: 35px 0 0;}
.result-card .card-content .link-wrapper a {font-size: 13px; line-height: 15px; letter-spacing: 0.01em; border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    text-decoration: none; padding-bottom: 3px;} 

/*** Pagination ***/
.pagination-section {display: flex; justify-content:center; margin:1.5rem 0;}
.pagination.custom-pagination .page-item {border: none; border-radius: 0;}
.pagination.custom-pagination .page-item .page-link {font-size: 15px; font-weight: 300;line-height: 23px; letter-spacing: 0em; color: #5c5c5c; border: none; background: transparent; margin: 5px 15px; padding:2px; border-radius:0 !important;}
.pagination.custom-pagination .page-item .page-link.disabled {cursor:not-allowed;}
.pagination.custom-pagination .page-item:first-child .page-link {margin-right: 15px;}
.pagination.custom-pagination .page-item:last-child .page-link {margin-left: 15px;}
.pagination.custom-pagination .page-item.active .page-link {border-bottom: 1px solid #5c5c5c;}

/*** Industry state ***/
.industry-categorytype-section {padding: 100px 0 70px;}
.industry-categorytype-section .bordered-title {margin: 0 0 40px;}
.link-card {background: linear-gradient(180deg, rgba(34, 75, 74, 0.5) 0%, #224B4A 100%); display: flex; margin: 0 0 80px; text-decoration: none; align-items: center; flex-direction: row; padding:25px;}
.link-card .card-title{font-size: 18px; font-weight: 400; line-height: 22px; letter-spacing: 0.025em; color: #ffffff; margin: 0; min-width:50px;}
.link-card .card-link-img {margin-left: 16px;}
.link-card .card-link-img .linkiconimg{width:auto;}

.industry-upcoming-events-section {padding: 80px 0 180px;}
.industry-upcoming-events-section .bordered-title {margin: 0 0 40px;}

.card-row .card-col:nth-child(odd) {padding-right: 25px; padding-left:0;}
.card-row .card-col:nth-child(even) {padding-left: 25px; padding-right:0;}
.industry-page-right-section.industry-state-right-section {padding-top: 0;}

.promocard.infocard .card-image img {height: 202px;}
.promocard.infocard .card-content {background: #ffffff; padding:40px 20px 20px 10px;}
.promocard.infocard .card-content h5 {font-weight: 400; font-size: 20px; line-height:24px; margin:0 0 24px;}
.promocard.infocard .card-content .link-icon {margin-top: 35px;}

.mrow {margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x));}
.card-carousel-row .card-carousel-col,.mrow .mcol {padding-left:calc(var(--bs-gutter-x) * .5) !important; padding-right:calc(var(--bs-gutter-x) * .5) !important;}

/*** Search result page ***/
.events-container {margin:0 0 120px;}
.events-card {display: flex; margin:0 0 30px; align-items: stretch; flex-wrap: wrap;}
.events-card .events-image {background: #ffffff;}
.events-card .events-image img {width:280px; height: 270px; object-fit:cover; }
.events-card .events-detail {width:calc(100% - 280px); padding: 45px 30px 30px; background: #ffffff; display: flex; flex-direction: column; justify-content: center;}
.events-card .events-detail .evt-category { font-size: 10px; font-weight: 500; line-height: 12px; letter-spacing: 0.1em; margin-bottom:10px; text-transform:uppercase;}
.events-card .events-detail .evt-title {font-size: 24px; font-weight: 500;line-height: 29px;letter-spacing: -0.02em;}
.events-card .events-detail .evt-description {font-size: 15px; font-weight: 300; line-height: 21px;letter-spacing: 0em;}
.events-card .events-detail .evt-duration { display: flex; justify-content: space-between; max-width: 500px; font-size: 15px; flex-wrap: wrap; line-height: 21px; margin: 10px 0 20px;}
.events-card .events-detail .btn {padding:9px 26px; font-size: 12px; line-height:15px; color:#224b4a; border-color: #224b4a;}

.custommodal .modal-content {border-radius:0;}
.custommodal .modal-header {width:100%; }
.custommodal .modal-header .row {width:100%;}

.custom-accordion .accordion-item:first-of-type {border-top:none !important;}

.search-result-filter-section .search-filter-modal-container .search-filter-modal-footer {padding:0; border-top:1px solid rgba(0, 0, 0, 0.25);}
.search-result-filter-section .search-filter-modal-container .search-filter-modal-footer .btn-wrapper .btn {min-width:110px; }
.search-filter-overlay-home .search-filter-count{display:none !important;}
.search-filter-overlay-home .search-result-filter-section .search-filter-modal-container .search-filter-modal-body {padding:100px 40px; max-height:calc(100vH - 150px); overflow-x:auto;}
.search-filter-overlay-home .search-result-filter-section {height:100vH;}
.search-page-filter .filter-section-wrapper {padding:0 0 110px;}
.search-page-filter .search-home-title {display:none;}

/* Bugfixes */
.page-template-container .bordered-title,.industry-categorytype-section .imagecard .card-link .link-icon {text-transform:capitalize;}
.herot2.heroImage.industry-page-container h1 {font-size:64px; line-height:77px;}
.industry-category-section.industry-market-snapshot-section h5 {text-transform:uppercase;}
.industry-page-container .btn-yellow {border:none;}
.industry-share-feedback-section.industry-category-section h5 {color:rgba(92, 92, 92, 1);}
.industry-page-container.industry-information-section h3,.industry-page-container.industry-informational-video-section h3 {font-size:50px; line-height:60px;}

.search-page-filter .reset-icon {display:none;}
.search-page-filter .search-field .search-input::-webkit-input-placeholder{ color: #ffffff;} 
.search-page-filter .search-field .search-input::-moz-placeholder{ color: #ffffff;}
.search-page-filter .search-field .search-input:-ms-input-placeholder{ color: #ffffff;}
.search-page-filter .search-field .search-input:-moz-placeholder { color: #ffffff;}
.mobile-filter-button,.search-filter-modal .search-filter-close.search-filter-close-mobile {display:none;}
.btn-wrapper .custom-button {margin-right:20px; display:inline-block; margin-bottom:15px;}
.btn-wrapper .custom-button:last-child {margin-right:0;}
.search-filter-overlay.search-overlay.search-filter-overlay-home {visibility:hidden; position:fixed;}
.search-filter-overlay.search-overlay.search-filter-overlay-home .search-filter-modal { width:0;}
.search-filter-overlay.search-overlay.search-filter-overlay-home.expanded {left:0; visibility:visible;}
.search-filter-overlay.search-overlay.search-filter-overlay-home.expanded .search-filter-modal {width:100%;}
.search-filter-overlay.search-overlay.search-filter-overlay-search {display:block; visibility:visible; position:static;}
.search-filter-overlay.search-overlay.search-filter-overlay-search .search-filter-modal {width:100%; min-width:unset; max-width:none;}
.search-filter-overlay.search-overlay.search-filter-overlay-search .search-filter-count {margin:0 0 1.5rem;}

.in-news-section .sec-pds{padding:40px 0;}
.in-news-section h2 {padding:0;}

/* Custom Hosted Video Template */
.videocontainer-block {
    margin-bottom: 40px;
}

.embedvideocard {
    position: relative;
    width: 640px;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.embedvideocard .responsive-embedvideocard { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; max-width: 100%; }

a.button-plantation,
a.button-plantation:link,
a.button-plantation:visited {
    font-size: 18px;
    line-height: 27px;
    background: #224B4A;
    color: #FFFFFF !important;
    padding: 10px 50px;
    border-radius: 25px;
}