body {
  height:auto;
}
.grid-container {
  max-width:80rem;
}
.body-subhead {
  font-family:bureau-grot;
  font-weight:800;
}
.no-padding .feature-section-large .grid-container {
  padding:0;
}
.no-padding .feature-section-large .grid-container .feature-section-large__image-wrapper {
  padding:0;
}
.no-padding .feature-section-large .grid-container .feature-section-large__content {
  padding: 4rem 2rem;
  background-color: #f7f8f9;
  border-left: solid 10px #e7b720;
}

.wla-pillars {padding:0;}

.wla-pillars .cell.medium-6 {
  padding: 1rem;
  height: 500px;
  border-right: 1px solid white;
  margin: 1rem auto;
}
.wla-pillars .cell.medium-6:last-child {
  border-right:0;
}
.wla-pillars .pillar-image {
 /*height: 250px;
 */
}
.wla-pillars .pillar-image img {
  object-fit: contain;
  height: 150px;
}
.wla-pillars .fr-view {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wla-pillars .fr-view .button-primary {
  border: 1px solid white;
}
.fr-view .contact-us-image img.fr-dib {
  margin:0;
  border-left: solid 10px #e7b720;
}
.contact-us .cell:first-child {
  padding: 2rem 1rem 0 1rem;
}
select, input[type=text], input[type=email] {
  margin: 0 0 .25rem 0;
}
.agronomic-insight-title {
 display:none;
}
/*Header styles*/
/* Top Bar */
.top-nav-container.black-bg {
  height: 40px;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
.top-nav-container.black-bg ul.utilities-list {
  height: 100%;
  list-style-type: none;
  padding: 0.5rem;
  margin: 0;
}
.top-nav-container.black-bg ul.utilities-list li {
  text-align: right;
  padding-right: 1rem;
  font-family: "proxima-nova",Arial,Helvetica,sans-serif;
}
/* Main Nav */
.W-LAlfalfas-header {
  width:100%;
  position: fixed;
  top: 0;
  box-shadow: 0 8px 16px black;
  z-index: 5;
  height: 80px;
  background: white;
  display: flex;
  border-bottom: 5px solid #00703c;
 /*mobile header*/
 ;
}
.W-LAlfalfas-header .row {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 100%;
  padding: .5rem 1rem;
}
.W-LAlfalfas-header .row .columns {
  display: flex;
}
.W-LAlfalfas-header .logo-link {
  flex-basis: 10%;
  flex-grow: 0;
}
.W-LAlfalfas-header .logo-link img {
  height: 100%;
  width: auto;
}
.img-wl img{
border-left: solid 10px #e7b720;
}
.W-LAlfalfas-header .top-bar {
  background-color: white;
  color: black;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-basis: 90%;
  justify-content: flex-end;
  margin: 0;
}
.W-LAlfalfas-header .top-bar ul {
  background-color: white;
  color: black;
  border: 0;
  width: 50%;
}
.W-LAlfalfas-header .top-bar ul li:last-child {
  background-color: #00703c;
}
.W-LAlfalfas-header .top-bar ul li:last-child a{
  color: white;
}
.W-LAlfalfas-header .top-bar li a {
  color: #36583f;
  font-weight: bold;
}
.W-LAlfalfas-header .top-bar li a::after {
  display: none !important;
}
.W-LAlfalfas-header .top-bar li .is-dropdown-submenu {
  margin-left: 0;
  text-align: center;
  right: 0 !important;
  left: 0;
  top: 100%;
  max-width: 10rem;
  margin: 0px auto 5px;
}
.W-LAlfalfas-header .top-bar li .is-dropdown-submenu .is-submenu-item {
  list-style-type: none;
  background-color: black;
  border-bottom: 2px solid white;
  display: inline-block;
  position: relative;
}
.W-LAlfalfas-header .top-bar li .is-dropdown-submenu .is-submenu-item:last-child {
  border-bottom: 0;
}
.W-LAlfalfas-header .top-bar li .is-dropdown-submenu .is-submenu-item a {
  color: white;
}
.W-LAlfalfas-header .top-bar li .is-dropdown-submenu .is-submenu-item a:hover {
  color: lightgray;
}
.menu-container ul {
  list-style-type: none;
}
/* Hero */
.home-banner {
  position: relative;
  margin: 0rem;
}
.home-banner h1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.home-banner span {
  padding: 2rem;
}
.banner-title img {
  display: none;
}
/*WL Alfalfa styling*/
h1, h2, h3, h4, h5, h6 {
  font-family:bureau-grot;
}
h1, .secondary-bg h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 900;
  color: #00703c;
}
h2 {
  font-size: 32px;
  font-weight: 900;
  color: #00703c;
}
h3, h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #00703c;
  line-height: 1.2;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
  font-weight: 400;
}
section.main-container {
  margin-top: 80px;
  width: 100%;
}
form {
  max-width: 60rem;
  margin: 1rem auto;
}
/* Button */
.button-primary, input[type=submit], .default.button-one {
  background-color: #00703c;
  color: white;
  padding: 1rem 2rem;
  border: 0;
  font-weight: bold;
  font-family: 'lato';
  margin-top: 1rem;
  display: inline-block;
}
.button-primary:hover, input[type=submit]:hover {
  background-color: #31752f;
}
.learn-more-arrow {
  display: none;
}
/* Forms */
.control-label {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #00703c;
}
/* Feature Section */
.feature-section-large--image-bg {
  background-image: none !important;
  background-color: white !important;
}

.feature-section-large .no-padding {
margin:0!important;
}

/*Form Error handling*/
.field-validation-error {
  font-weight: bold;
  color: red;
  margin: -1rem 0 1rem 0;
  font-size: .75rem;
}
/*Breadcrumbs*/
.breadcrumb ul {
  list-style-type: none;
}
.breadcrumb ul li {
  font-weight: bold;
  font-size: .85rem;
  display: inline;
}
.breadcrumb ul li a {
  color: gray;
}
.breadcrumb ul li:last-of-type {
  color:#000;
 /* color: #36583f;
  */
  font-weight: 400;
}
.breadcrumb ul li::after {
  content: "|";
  color: #00703c;
 /* color: #36583f;
  */
}
.breadcrumb ul li:last-of-type::after {
  content: "";
}
/*Footer styles*/
.W-LAlfalfas-footer {
  background-color: black;
  margin: 0;
}
/*.W-LAlfalfas-footer .row .footer_content {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: auto;
}
*/
.W-LAlfalfas-footer {
  background-color:#000;
  color: #ddd;
  font-size: 13px;
  line-height: 18px;
}
.W-LAlfalfas-footer a {
  color: #fff;
  font-weight: bold;
}
.W-LAlfalfas-footer a:hover {
  color: #fff;
  font-weight: 500;
  color: #ddd;
}
.W-LAlfalfas-footer h6 {
  font-size: 16px;
  font-family: "lato";
}
.W-LAlfalfas-footer .row .footer_content > span {
  color: #fff;
  font-size: 12px;
}
.W-LAlfalfas-footer .row .footer_content .footer-links-privacy a {
  color: #fff;
  font-size: 12px;
}
.W-LAlfalfas-footer .row .footer_content .footer-links-privacy .footer-link-divider {
  color: #fff;
  font-size: 12px;
}
/*ALFAFA insight detail start*/
.Insights.breadcrumb {
  font-size: 13px;
  font-weight: 300;
}
.Insights.breadcrumb ul {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
 /* padding-top: 24px;
  */
}
.Insights.breadcrumb ul li {
  float: left;
  padding-right: 5px;
  font-family: 'acumin-pro-condensed';
}
.Insights.breadcrumb ul li:not(last-child) a {
  color: #00703c;
  font-weight: 400;
}
.Insights.breadcrumb ul li:not(:last-child):after {
  height: 14px;
  margin: 0 0 0 4px;
  content: "|";
}
.InsightDetail {
  height: calc(100% - 200px);
  padding-bottom: 100px;
}
.InsightDetail .content-wrapper.insightDetails {
  padding-right: 4.6rem;
 /*right side image style*/
}
.InsightDetail .content-wrapper.insightDetails .auth-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 26px;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .authors{
  font-family: 'acumin-pro-condensed';
}
.InsightDetail .content-wrapper.insightDetails .auth-section .authors strong {
  font-weight: 700;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share {
  font-family: "League Gothic", sans-serif;
  display: flex;
  align-items: center;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share a {
  color: #36583f;
  font-family:bureau-grot;
  font-size: 21px;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share .fb-icon {
  background: #36583f;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
  padding: 2px 10px;
}
.InsightDetail .content-wrapper.insightDetails .reviewDet-header {
  padding-bottom: 0;
}
.InsightDetail .content-wrapper.insightDetails .reviewDet-header h1 {
  font-family: "bureau-grot";
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  color: #36583f;
  margin-bottom: 20px;
  line-height: 40px;
}
.InsightDetail .content-wrapper.insightDetails .header-bar {
 /* border-bottom: 2px solid grey;
  padding-top: 7px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  */
  width: 100%;
}
.InsightDetail .content-wrapper.insightDetails .header-bar .insightDetail-date {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding-bottom: 5px;
  font-family: 'acumin-pro-condensed';
}
.InsightDetail .content-wrapper.insightDetails .header-bar .insightDetail-date li {
  display: inline-block;
  list-style-type: none;
  margin-right: 7px;
  font-size: 13px;
  color: #9D9D9D;
  margin-top: 38px;
}

.insightDetail-date .article-type {
float: inline-end;
}
.InsightDetail .content-wrapper.insightDetails .img-coint {
  float: right;
  margin: 0 0 1rem 1rem;
  max-width: 275px;
}
.InsightDetail .content-wrapper.insightDetails .img-coint img {
  width: 275px;
}
.InsightDetail .content-wrapper.insightDetails .page-content {
  padding: 10px 0;
}
.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text {
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin-bottom: 53px;
}
.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text h2 {
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}
.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text small {
  font-family: "acumin-pro-condensed";
 /* font-size: 20px;
  */
}
.InsightDetail .content-wrapper.insightDetails .full-image-width.img-coint {
  width: 100%;
  float: inherit;
  max-width: 100%;
  margin: 0 0 10px 0;
}
.InsightDetail .content-wrapper.insightDetails .full-image-width.img-coint img {
  width: 100%;
  height: 100%;
}
.InsightDetail .content-wrapper.insightDetails hr {
  color: #005f61;
  background-color: #436c30;
  height: 5px;
  width: 200px;
  border-bottom: none;
 /*margin-top: 2rem;
  */
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
}
.InsightDetail .sidebar-head {
  color: #95989a;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 300;
  padding-top: 5rem;
  font-size: 25px;
}
.InsightDetail .sidebar-head:after {
  content: "";
  position: absolute;
  width: 122px;
  height: 6px;
  left: 0;
  bottom: 0;
  color: #436c30;
  background: #436c30;
}
.InsightDetail .sidebar .newsblock {
  margin-bottom: 20px;
  cursor: pointer;
}
.InsightDetail .sidebar .newsblock h3 {
  line-height: 1rem;
  font-family: 'acumin-pro-condensed';
}
.InsightDetail .sidebar .newsblock h3 a {
  font-size: 14px;
  color: #36583f;
  font-weight: bold;
}
.InsightDetail .sidebar .newsblock h3 a:hover {
  text-decoration: underline;
}
.InsightDetail .sidebar .newsblock .date {
  font-size: 12px;
  padding-bottom: 5px;
  font-family: 'acumin-pro-condensed';
}
.InsightDetail .news-search {
  padding-top: 15px;
}
.InsightDetail .news-search .searchbox {
  height: 36px;
}
.InsightDetail .news-search .searchbox .search-area {
  font-size: 16px;
  padding-left: 11px;
  font-family: 'acumin-pro-condensed';
  font-style: normal;
  font-weight: 400;
  float: left;
  width: 85%;
  background: #eee;
  border: 0;
  border-bottom: 1px solid #436c30;
  height: 36px;
}
.InsightDetail .news-search .searchbox .winsrch-btn {
  float: right;
  width: 15%;
  padding: 0;
  background: #397317;
  font-size: 18px;
  color: #fff;
  height: 36px;
  text-align: center;
  cursor: pointer;
}
.InsightDetail .news-search .searchbox .winsrch-btn .fa-magnifying-glass {
  position: relative;
  top: 7px;
}

.list-bread {
 display:none;
}
/*common layout code*/
.InsightDetail.grid-container {
  max-width: 80rem;
  padding-top:3rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
/* Dynamic class based upon widget */
.insight-ellipsis-height {
  overflow: hidden;
  font-family: "acumin-pro-condensed";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.insight-ellipsis-height br {
  display: none;
}
.agronomic-insight.filter__section {
  background-color: #ebe8df;
  padding-top: 3rem;
}
.filter__items .article_search_section .art-sec {
  background-color: white;
  border-right: solid 5px #e7b720;
  margin-right: 1rem;
  margin-bottom:1rem;
  width: 23.5%;
  padding:0;
  height:550px;
}
.filter__items .article_search_section .art-sec img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.filter__items .article_search_section .art-sec .art-desc {
 padding:1rem;
}
.filter__items .article_search_section .art-sec .art-desc .art-title, .insightDetailsContentSection .widget_section h4 a {
 font-size: 1rem;
 font-weight:900;
}
.filter__items .article_search_section .art-sec .art-desc .read-more {
 font-weight:900;
 color:black;
}
.filter__items .article_search_section .art-sec:nth-child(4n) {
 margin-right: 0;
}
.art-title, .insightDetailsContentSection .widget_section h4 {
 line-height:1;
}
.insightDetailsContentSection .widget_section {
 margin-bottom: 1rem;
 border:1px solid black;
 background-color:white;
}
.insightDetailsContentSection .widget_section .card_body {
 padding:1rem;
}
.insightDetailsContentSection .widget_section .card_body .categories {
 display:none;
}
.insightDetailsContentSection .widget_section .card_body .date {
 text-align:right;
 font-size:.75rem;
}

.insightDetailsContentSection .widget_section .card_body .content_top {
padding-top: 15px;
}

.search__box.search__bar i {
  display: none;
}

.agronomic-insight .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {float:left;}
/*ALFAFA insight detail end*/


.tabs .tabs-title a{
font-weight:bold;
}



/*Product Comparison Chart Style*/
.table-wla tbody tr.productData:before {display:none;}
.table-wla tbody tr.productData td,.table-wla thead tr th {text-align:center;}
.table-wla tbody tr.productData td:nth-child(1),.table-wla thead tr th:nth-child(1) {text-align:left;font-weight:bold;}
.table-wla tbody tr.productData td:nth-child(2) {display: flex;justify-content: center;}
.table-wla tbody tr.productData td img {
  max-height: 30px;
  max-width: 70px;
  margin-right: 10px;
}

.table-wla tbody a, .alfalfa-listing .crop-listing-table .table-body .name {color:#00703c;}

.product-comparison .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  background: #e7b720;
  color: #00703c;
}

.custom-footer {
  background-color: #000;
  color: #ddd;
}
.custom-footer p, .custom-footer h6, .custom-footer div {
  font-size: 12px;
  line-height: 18px;
}
.custom-footer .medium-6 {
  border-right: 1px solid #686868;
}
.custom-footer hr {
  color: #686868;
}
/*Mobile Styling*/
@media screen and (min-width: 64em) {
  .no-padding .feature-section-large .grid-container .feature-section-large__image-wrapper, .no-padding .feature-section-large .grid-container .feature-section-large__content{
      width:50%;
 }
  .recentOrRelatedInsights {
      width: 75%;
 }
  .noRecentOrRelatedInsights {
      width: 100%;
 }
}
@media screen and (max-width: 64em) {
  .recentOrRelatedInsights {
      width: 100%;
 }
}
@media only screen and (max-width: 40em) {
.fr-view .contact-us-image img.fr-dib{
  margin-bottom: 1rem;
}  
  .W-LAlfalfas-header .logo-link {
      flex-basis: 100%;
      padding-left:1rem;
 }
  .no-padding .feature-section-large .grid-container .feature-section-large__content {
      padding: 1rem;
 }
  .W-LAlfalfas-header .top-bar {
      padding: 0;
 }
  .W-LAlfalfas-header .top-bar ul {
      width: 100%!important;
 }
  .W-LAlfalfas-header {
      height: 80px;
      width: 100%;
 }
  .W-LAlfalfas-header .row {
      padding: 0;
 }
  .W-LAlfalfas-header .row .columns {
      padding: 0;
      display: inline-block;
 }
  .W-LAlfalfas-header .row .columns a img {
      padding: 1rem;
 }
  .W-LAlfalfas-header .top-bar {
      background-color: white;
      color: black;
 }
  .W-LAlfalfas-header .title-bar {
      display: inline-block;
      float: right;
      padding: 1.5rem 0 0 0;
      width: 20%;
      background: white;
      text-align:center;
 }
  .W-LAlfalfas-header .title-bar .menu-icon::after {
      background: #00703c;
      box-shadow: 0 7px 0 #00703c, 0 14px 0 #00703c;
 }
  .W-LAlfalfas-header .top-bar li a {
      background-color: black;
      color: white;
 }
  .W-LAlfalfas-header .top-bar .is-drilldown {
      flex: auto;
 }
  .W-LAlfalfas-header .top-bar .is-drilldown ul li a {
      background-color: black;
      color: white;
 }
  .W-LAlfalfas-header .top-bar .drilldown .is-drilldown-submenu.is-active {
      margin-left: 0;
 }
  .home-banner span {
      padding-left: 0;
 }
  .home-banner h1 {
      position: relative;
      background-color: transparent;
      color: black;
      bottom: 0;
      padding: 1rem;
 }
  h1 {
     font-size:3rem;
     line-height:3rem;
 }
  .wla-pillars .cell.medium-6 {
      height:400px;
     padding:0 1rem;
 }
  section.main-container {
      margin-top: 80px;
      max-width: 100%;
 }
  form {
      max-width: 100%;
 }
  .no-padding.grid-x.grid-padding-x.grid-padding-y {
     margin:0;
 }
  .article_search_section {
     padding:1rem;
 }
  .filter__items .article_search_section .art-sec {
     width:100%;
     height:500px;
     border-right:0;
 }
  .InsightDetail .content-wrapper.insightDetails {
      padding-right: 0;
 }
  /* .Insights.breadcrumb {
      margin-top: 70px;
 } */
  .InsightDetail .content-wrapper.insightDetails .img-coint {
      float: inherit;
      margin: 0;
      max-width: 100%;
 }
  .InsightDetail .content-wrapper.insightDetails .img-coint img {
      height: auto;
 }
  .InsightDetail .content-wrapper.insightDetails .reviewDet-header h1{
      font-size: 24px;
      line-height: 24px;
 }
  .InsightDetail .content-wrapper.insightDetails .auth-section .fb-share{
      font-size: 18px;
 }
  .InsightDetail .content-wrapper.insightDetails .header-bar .insightDetail-date li{
      margin-top: 40px;
 }
  .InsightDetail .sidebar-head {
      padding-top: 0rem !important;
      font-size: 18px !important;
 }
 /* .InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text h2 {
      font-size: 16px !important;
 }
  .InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text {
      font-size: 16px !important;
 }
  .InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text small {
      font-size: 16px !important;
 }
  */
.table-wla.table-responsive{
  overflow: auto;
}
.product-comparision .tabs-title>a{
  padding: 10px;
  font-size: 11px;
}
}
@media only screen and (max-width: 767px) {
  .is-drilldown > ul {
      visibility: visible !important;
      margin-bottom: 100px !important;
 }
  .W-LAlfalfas-footer .row .footer_content > span {
      font-size: 10px;
 }
  .W-LAlfalfas-footer .row .footer_content .footer-links-privacy .footer-link-divider {
      font-size: 10px;
 }
  .W-LAlfalfas-footer .row .footer_content .footer-links-privacy a {
      font-size: 10px;
 }
}
@media only screen and (max-width: 992px) {
  .W-LAlfalfas-footer .row .footer_content {
      align-items: center;
      float: inherit;
 }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .InsightDetail .content-wrapper.insightDetails {
      width: 100%;
 }
  .InsightDetail .sidebar-head {
      padding-top: 0rem !important;
      font-size: 18px !important;
 }
}
@media only screen and (max-width:47.9375rem) {
  .range-slider input {
      width: 57px 
 }
  .range-slider .slider {
      min-width: 170px 
 }
  .crop-filter-outer>.row>.small-12 {
      padding: 0 
 }
}
@media only screen and (max-width:1024px) {
  .range-slider .slider {
      min-width: 80px 
 }
}
@media only screen and (max-width:48em) {
  .crop-filter-outer {
      padding: 10px 0 
 }
}
.headerSection h2{
font-size: 32px;
font-weight: 600;
color: #00703c;
}

.insightDetailsContentSection .widget_section .card_body .card_footer{
  display: flex;
}

.insightDetailsContentSection .widget_section .card_body .card_footer a{
  margin: 1rem 0;
  font-weight: bold;
  background-color: #00703c;
  color: white;
  padding: 0.5rem 1rem;
}

.card_body .card_footer .date{
  margin-left: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 1025px) {
.insightDetailsContentSection .grid-x>.medium-4 {
  width: 100% !important;
}
.InsightDetail .sidebar-head:after {
  width: 88px;
}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
.filter__items .article_search_section .art-sec {
  width: 31%;
  height: 600px;
  }

.row.article_search_section {
  padding:1rem;
  }

.filter__items .article_search_section .art-sec:nth-child(4n) {
  margin-right: 1rem;
  }

}
/*Page Not found css*/
.main-container .pageNotFound__section{

    margin: 200px 0 0 0;
  height: calc(100vh - 478px);
 display: flex;
justify-content: center;
text-align: center;
@media screen and (min-width: 1400px){
height: calc(100vh - 411px);
}
 @media screen and (max-width: 1025px){
    height: calc(100vh - 448px);
}
 @media screen and (max-width: 821px){
height: calc(100vh - 483px);
}
 @media screen and (max-width: 640px){
height: calc(100vh - 527px);
}

}
.main-container .pageNotFound__section h5{
font-size: 18px;
}

/*tablet portrait*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.art-sec {
width: 33%;
}
.insightDetailsContentSection .large-3.medium-4.small-12{
  width: 100%
}
}
 @media screen and (max-width: 640px){
.paragraph-wl .grid-container .info-section{
margin:0px;
}  
  .paragraph-wl .grid-container{
  padding:0px;
    margin:0px;
  }
  .paragraph-wl .content-section{
  padding:0px;
    margin:0px;
  }
}

.alfala-foot.foot-note .custom-btn:hover{
background-color: #36583f!important;
color: #fff!important;
}
.no-data{margin: auto;}
.filter__options{
margin-bottom: 1rem;
}
.grid-container .tabs-panel{ padding: 0;}
.field-validation-error{
margin-top: 3px;
}
.formwidget-submit-text{
  padding: 12px;
  background: #00703c;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 1.2rem;
}
.content_top a{
color: #36583f;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}


.tabs-content {
  background: #fefefe;
  transition: all .5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}