.banner.horticulture {
    min-height: 650px;
    display: flex;
}
.banner.horticulture p,
.banner.horticulture .button {
    font-size: 18px;
}
.banner.horticulture .grid-y {
    width: 50%;
    height: 100%;
    padding: 100px;
    font-weight: 200;
}
.banner.horticulture .inner_wrap {
    /*max-width: 595px;*/
    max-width: 835px;
}
.banner.horticulture .horticulture-left {
    background-size: cover;
    color: #fff;
    height: auto;
    justify-content: center;
    align-items: center;
}
.banner.horticulture .horticulture-right {
    height: auto;
    justify-content: center;
}
.banner.horticulture h1 {
    font-size: 64px;
    line-height: 60px;
    font-weight: 200;
}
.banner.horticulture h2 {
    color: #333;
    font-size: 40px;
    line-height: 45px;
    font-weight: 200;
    max-width: 660px;
}
.banner.horticulture .horticulture-left p {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
}
.banner.horticulture .horticulture-right p {
    font-size: 16px;
    max-width: 650px
}

.horti-container {
    max-width: 2056px;
    margin: auto;
}
.horti-container .inner_wrap {
    max-width: 1168px;
    margin: auto;
}
.full-width-container {
    padding: 50px 0;
}
.content section:first-of-type {
    margin-top: -20px;
    /*padding-top: 40px;*/
}
.content section.pad_top {
    padding-top: 80px;
}
.horti-container.fullwidth{
    max-width: 100%;
    width: 100%;
    padding: 50px 0;
}
.horti-container.white {
    background: #fff;
}
.horti-container.blue {
    background: #DEF2FF;
}
.horti-container .column_wrap {
    display: flex;
}
.horti-container .button {
    font-size: 18px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-right: 1rem;
}
#horticulture_nav_wrap {
    background: #618403;
    color: #FFFFFF;
    min-height: 80px;
    padding-top: 27px;
    padding-bottom: 23px;
    z-index: 100;
    /*clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%, 1040px 100%, 1020px 60px, 1000px 100%);*/
}
#horticulture_nav_wrap.fixed,
#horticulture_nav_wrap.sticky {
    position: fixed;
    top:84px; left:0;
    width: 100%; 
}
body.admin-bar #horticulture_nav_wrap.fixed {
    top:116px;
}
.horticulture_nav_inner_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1670px;
    margin: auto;
}
/*.horticulture_nav_inner_wrap > div {
    width: 50%;
}*/
.horticulture_nav_title {
    font-size: 26px;
    font-weight: 200;
    text-transform: uppercase;
    /*padding-left: 1rem;*/
}
#horticulture_nav {
    list-style: none;
}
#horticulture_nav li {
    display: inline;
    font-size: 20px;
    font-weight: 200;
    margin: 5px 0 0;
    padding: 0 15px;
}
#horticulture_nav a {
    color: #fff;
    padding: 0;
}
#horticulture_nav li:first-child {
    padding-left: 0;
}
#horticulture_nav li:last-child {
    padding-right: 0;
}
.horti-container .columns {
    display: flex;
    max-width: 1208px;
    margin: auto;
}
.horti-container ul li {
    font-size: 20px;
    line-height: 32px;
}
.horti-container .columns .col {
    width: 33%;
    padding: 30px 20px;
}

.horti-container h2 {
    color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 200;
}
.horti-container .columns h4 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 200;
    margin-bottom: 20px;
}
.horti-container .columns h4.large {
    font-size: 64px;
    line-height: 60px;
    margin: 20px auto;
}
.horti-container .left_col,
.horti-container .right_col {
    width: 50%;
    /*padding: 70px;*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.horti-container .left_col p,
.horti-container .right_col p {
    font-size: 20px;
}
.horti-container .left_col {
    align-items: flex-end;
}
.col_inner {
  max-width: 835px;
  /*padding: 70px;*/
}
.horti-container .left_col .col_inner {
    padding: 70px 70px 70px 0;
}
.horti-container .right_col .col_inner {
    padding: 70px 0 70px 70px;
}
.center-text {
    text-align: center;
}
.small {
    font-size: 16px;
}

.horti-form {
    width: 370px;
    margin: auto;
    padding: 100px 0;
    max-width: 95%;
}
.horti-form .gform_body label {
    text-align: left
}

.horti-container .graph_col_wrap {
    display: flex;
    max-width: 1168px;
    margin: 50px auto;
}
.graphs-container {
    padding: 80px 0;
}
.graph_col_wrap .graph_col {
    width: 75%;
}
.graph_col_wrap .buttons {
    width: 25%;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}
.graph_col_wrap .buttons .button {
    text-transform: none;
    font-size: 11px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.graph_col_wrap .buttons .button.active {
    background-color: #007ac1;
}
.graph_col_wrap .graphs {
    position: relative;
    height: 350px;
}
.graph_col_wrap .graphs img {
    position: absolute;
    top: 0;left: 0;
}
.graphs_heading {
    max-width: 1168px;
    text-align: center;
    line-height: 45px;
    margin: auto;
}
.graph_caption {
    position: relative;
    display: flex;
    border: 1px solid #999;
    border-radius: 10px;
    margin-left: 40px;
    align-items: stretch;
}
.graph_caption span {
    padding: 10px;
    margin-right: 10px;;
    display: flex;
    align-items: center;
    border-right: 1px solid #999;
}
.graph_caption img {
    max-height: 30px;
}
.graph_caption p {
    display: inline;
}
.columns h4 span {
    font-size: 12px;
}
.columns .sub_heading {
    font-size: 15px;
}
.separator {
    background: #618403;
    color: #fff;
    text-align: center;
    padding: 75px 0;
}
.separator h2,
.separator p {
    color: #fff;
}

.banner.glossary {
    min-height: 350px;
    margin-top: -50px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-color: #005f9f;
}
.banner.glossary > div,
.glossary_content,
#glossary-breadcrumbs-container {
    max-width: 1670px;
    width: 100%;
    margin: auto;
    padding: 0;
}
.banner.glossary h1 {
    color: #fff;
}
.glossary_content h2 {
    font-size: 28px;
}
.glossary_filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.glossary_filter_wrap {
    display: flex;
    justify-content: space-between;
}
.glossary_filter_search_wrap {
    position: relative;
    max-width: 180px;
}
#glossary_search {
    height: 27px;
    color: #005e9d;
    border: 1px solid #003b6a;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin: 0;
}
.glossary_filter_search_wrap .search-button {
    background-color: transparent;
    border: 0;
    background-image: url(/wp-content/themes/lumileds/assets/img/searchbox.png);
    height: .75rem;
    width: .75rem;
    padding: 0;
    position: absolute;
    top: 14px;
    right: -10px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.glossary_filter_search_wrap.single .search-button {
    right: 5px;
}
.glossary_filter_cat_wrap [type="radio"] + label {
    margin: 0;
    font-size: 12px;
    font-weight: 200;
    width: 100%
}
.glossary_filter_cat_wrap {
    margin: 0 1rem;
    /*border: 1px solid #003b6a;
    padding: 0 10px;
    border-radius: 5px;*/
    font-size: 12px;
    width: 180px;
    position: relative;
}
.glossary_filter_cat_label {
    color: #005E9D;
}
/*.glossary_filter_cat_label a {
    position: relative;
    display: block;
}*/
.glossary_filter_cat_choice.active label:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 12px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #666;
    transition: transform .3s;
}
.glossary_filter_cat_choice.active label:hover:after,
.glossary_filter_cat_choices.open .glossary_filter_cat_choice:first-of-type:hover ~ .glossary_filter_cat_choice label:after {
    color: #fff;
}
.glossary_filter_cat_choices.open .glossary_filter_cat_choice.active label:hover:after {
    /*color: #666;*/
}
.glossary_filter_cat_choices.open .glossary_filter_cat_choice.active label:after {
    transform: rotate(180deg);
    transition: transform .3s;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choices {
    position: absolute;
    /*padding: 0 10px;*/
    border: 1px solid #003b6a;
    border-radius: 5px;
    width: 180px;
    z-index: 10;
    background: #fff;
}
.glossary_filter_cat_wrap.open .glossary_filter_cat_choices {
    display: block;
    border-left: 1px solid #003b6a;
    border-right: 1px solid #003b6a;
    border-bottom: 1px solid #003b6a;
    border-radius: 0 0 5px 5px;
    width: 180px;
    left: -1px;
    background: #fff;
    z-index: 10;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choice {
    display: none;
}
.glossary_filter_cat_choices.open .glossary_filter_cat_choice {
    display: block;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choice.active {
    display: block;
    background: #618403;
    color: #fff;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choice.active label,
.glossary_filter_cat_wrap .glossary_filter_cat_choice.active label::after{
    color: #fff;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choice:hover {
    background: #005f9f;
    color: #fff;
}
.glossary_filter_cat_wrap .glossary_filter_cat_choice:hover label {
    color: #fff;
}
.glossary_filter_cat_choice {
    padding: 0 10px;
}
.glossary_filter_cat_choice input {
    display: none;
}
.glossary_filter_cat_wrap.open {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.filter_text span {
    display: none;
}
.glossary_terms li {
    list-style: none;
    margin-left: 20px
}
.glossary_terms li.glossary_section_heading,
.no_terms {
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 1rem;
}
.glossary_terms li a {
    /*color: #666;*/
}
.glossary_breadcrumbs span {
    color: #005E9D;
}
.glossary_sidebar {
    border-left: 1px solid #999;
    padding: 0 30px 30px;
    margin-top: 35px;
}
.glossary_sidebar hr {
    display: none;
    background-color: #999;
}
.single-glossary .grid-container {
    /*max-width: 1670px;*/
    padding: 0;
}
.single-glossary .medium-9 {
    padding-right: 30px
}
.single-glossary .glossary_content {
    margin-top: 40px;
}
.glossary_sidebar .resource_block {
    border-bottom: 1px solid #999;
    color: #666;
    font-size: 14px;
    padding: 20px 0;
}
.glossary_sidebar .resource_block:first-of-type {
    margin-top: 0;
}
.glossary_sidebar .resource_block:last-of-type {
    margin-bottom: 40px;
}
.glossary_sidebar h2.related_resources {
    font-size: 28px;
    font-weight: 200;
    color: #333;
    margin-bottom: 0;
}
.glossary_sidebar h3 {
    font-size: 18px;
    margin: 0px;
    text-transform: none;
    font-weight: 200;
}
.glossary_sidebar h3 > a {
    text-transform: none;
}
.glossary_sidebar a.resource_link {
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.glossary_sidebar svg {
    height: 13px;
    margin-bottom: -2px;
}
#glossary-breadcrumbs-container {
    font-size: 14px;
    padding: 20px 0 0 31px;
}

/*.search-form{
    position: relative;
}
.search .search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 80%;
    float: right;
    height: 1.5625rem;
    color: #005e9d;
    border: 1px solid #003b6a;
    border-radius: 5px;
    font-size: .625rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin: 0;
}
.search .search-button {
  background-color: transparent;
  border: 0;
  background-image: url(/wp-content/themes/lumileds/assets/img/searchbox.png);
  height: .75rem;
  width: .75rem;
  padding: 0;
  position: absolute;
  top: .75rem;
  right: 6px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0;
}*/
.glossary_search_results ul {
    margin: 1rem 0;
    
}
.glossary_search_results li {
    display: none;
    list-style: none;
    margin-left: 0;
}
.glossary_content h1 {
    font-size: 28px;
    margin-bottom: 22px;
}
#mobile_menu {
    display: none;
}
.glossary-template-default .logo,
.page-template-tpl-horticulture .logo {
    padding-left: 0;
}
@media screen and (max-width: 1699px) {
    .horticulture_nav_inner_wrap {
        padding-left: 31px;
        padding-right: 31px;
    }
    .horti-container .left_col .col_inner {
        padding-left: 28px;
    }
    .horti-container .right_col .col_inner {
        padding-right: 40px;
    }
    .banner.glossary > div,
    .glossary_content,
    .single-glossary .grid-container {
        padding: 0 31px;
    }
    .glossary-template-default .logo,
    .page-template-tpl-horticulture .logo {
        padding-left: 5px;
    }
}
@media screen and (max-width: 900px) {
    #horticulture_nav li {
        padding: 0 10px;
    }
    .horticulture_nav_inner_wrap {
        padding-left: 31px;
        padding-right: 20px;
    }
    #horticulture_nav li {
        font-size: 18px;
    }
    .horticulture_nav_title {
        font-size: 24px;
    }
    .horti-container .columns h4.large {
        font-size: 50px;
    }
    .glossary-template-default .logo,
    .page-template-tpl-horticulture .logo {
        padding-left: 6px;
    }
}
@media screen and (max-width: 767px) { 
    .glossary-template-default .logo,
    .page-template-tpl-horticulture .logo {
        padding-left: 0;
    }
    .banner.horticulture .grid-y{
        padding: 50px;
    }
    .horticulture_nav_inner_wrap {
        padding: 0;
    }
    .horticulture_nav_title {
        padding-left: 28px;
    }
    .horti-container .left_col .col_inner,
    .horti-container .right_col .col_inner {
        padding: 0;
    }
    .glossary_filter_cat_wrap {
        height: 30px;
    }
    .glossary_sidebar {
        border: none;
        padding: 0;
    }
    .single-glossary .medium-9 {
        padding-right: 20px;
    }
    #horticulture_nav_wrap.fixed,
    body.admin-bar #horticulture_nav_wrap.fixed {
        position: fixed;
        top:49px; left:0;
        width: 100%; 
    }
    .banner.horticulture .grid-y {
        width: 100%
    }
    #horticulture_nav_wrap {
        clip-path: none !important;
        position: relative;
        min-height: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .horticulture_title_wrap {
        display: flex;
        justify-content: space-between;
    }
    .horticulture_nav_inner_wrap {
        flex-direction: column;
    }
    #mobile_menu {
        display: block;
        margin-right: 20px;
    }
    #mobile_menu a {
        color: #fff;
    }
    #mobile_menu i {
        font-size: 20px;
        transition: .3s;
    }
    #mobile_menu i.rotate {
        transform: rotate(180deg);
    }
    #horticulture_nav {
        flex-direction: column;
        text-align: right;
    }
    #horticulture_nav li {
        padding: 10px 20px
    }
    #horticulture_nav li:hover,
    #horticulture_nav li.current_page_item {
        background: #fff;
    }
    #horticulture_nav li:hover a,
    #horticulture_nav li.current_page_item a {
        color: #618403;
    }
    .menu-horticulture-container {
        display: none;
    }
    .banner.horticulture,
    .horti-container .column_wrap {
        flex-flow: column;
    }
    .horti-container .column_wrap.rev {
        flex-direction: column-reverse;
    }
    .horti-container .column_wrap {
        background-repeat: no-repeat;
    }
    .horti-container .column_wrap.left_bkgrd {
        background-position: -0.4% top;
    }
    .horti-container .column_wrap.right_bkgrd {
        background-position: -0.4% top;
    }

    .horti-container .left_col, 
    .horti-container .right_col {
        width: 100%;
        padding: 30px;
    }
    .horti-container .columns {
        flex-direction: column;
        align-items: center;
    }
    .horti-container .columns .col {
        width: 100%
    }
    .horti-container .graph_col_wrap {
        flex-direction: column-reverse;
    }
    .graph_col_wrap .graph_col {
        width: 100%;
    }
    .graph_col_wrap .buttons {
        width: 100%;
    }
    .graph_col_wrap .graph_btns {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
    .graph_caption {
        margin-left: 5px;
        margin-right: 5px;
    }
    .horti-container .left_col, 
    .horti-container .right_col {
        min-height: 400px;
    }
    .graph_col_wrap .graphs {
        height: 295px;
    }
    .banner.glossary {
        min-height: 200px;
    }
    .glossary_content {
        padding: 0 28px;
    }
    .glossary_filters {
        flex-direction: column-reverse;
    }
    .glossary_filter_wrap {
        flex-direction: column ;
        gap: 1rem;
    }
    .glossary_filter_cat_wrap {
        margin: 0;
    }
    .glossary_breadcrumbs {
        margin-top: 1rem;
    }
    .glossary_sidebar hr {
        display: block;
    }
    #breadcrumbs-container {
        padding-left: 28px;
    }
    .single-glossary .glossary_content {
        margin-top: 20px;
    }
    .no_terms {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .graph_col_wrap .graphs {
        height: 200px;
        padding: 0 2rem;
    }
}
@media screen and (max-width: 395px) { 
    .graph_col_wrap .graph_btns {
        width: 100%;
        display: block;
        vertical-align: top;
    }
}



.wp-caption > figcaption,
figcaption {
    line-height: 1.2rem;
    font-size: .9rem;
    font-weight: 400;
    padding: .19rem 0;
    color: grey;
    text-align: center;
    text-transform: none;
}