body {
  background-color:#fff;
  font-family: Lato;
  height:auto;
}

.no-hero {
  margin-top: 5rem;
  }

h2 {
  font: normal normal medium 50px/56px Merel;
  font-family: Merel;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: 0px;
  color: #2F2F2F;
  text-transform: uppercase;  
  padding-bottom: 1.5rem;
  } 

h3 {
    font-family: Merel;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #444444;
    text-transform: uppercase;  
    padding-bottom: 1rem;
  }

h4 {
  font: normal normal normal 18px/26px Lato;
  color: #2F2F2F;
  padding-bottom: 1rem;
  }

h5 {
  font-family: Merel;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #444444;
  text-transform: uppercase;  
  }

p {
  font: normal normal normal 16px/24px Lato;
  color: #2F2F2F;
  }

li {
  font: normal normal normal 16px/24px Lato;
  }

a {
  color: #0068B2;
    }

a:hover {
  color: #000;
  transition-property: color, background-color, box-shadow;
 }

div.aa-button {
    margin-top: 2.5rem;
  }

div.aa-button a {
  background-color: #E70C38;
  color: #fff !important;
  padding: 1rem 2rem;
  box-shadow: 0px 2px 4px #00000076;
  border-radius: 2px;
  text-align: center;
  font: normal normal 18px/26px "Lato";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  }

div.aa-button a:hover {
  background-color: #881b23;
  box-shadow: none;
  transition-property: color, background-color, box-shadow;
  }

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -1.6em;
    font-size: 33%;
}

.medium-gray-bg {background:#efefef;}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #fff transparent transparent;
  }

.dropdown.menu .is-active>a {
    background: 0 0;
    color: #ccc;
}

ul.submenu {
  list-style-type: none;
  }

.is-dropdown-submenu {
  border:none;
  box-shadow: 0px 3px 6px #00000029;
}

.tmp-modal-dialog-overlay {
  display:none;
  }

.alfalfa-header {
  background-color: #262626;
  border-bottom: 8px solid #0068B2;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  }

.logo-link {
    flex-basis: 25%;
    padding: 12px 0 8px;
}

.top-bar, .menu li {
  background-color: #262626;
  text-transform: uppercase;
  font: normal normal bold 20px/26px Merel;  
  padding: 5px;
  }

.alfalfa-header .top-bar ul li:last-child {
    background-color: #0068B2;
}

.alfalfa-header .top-bar ul li:last-child a{
    color:white;
}

.dropdown .is-dropdown-submenu a {
  font-size: 1rem;
  }

.menu li a {
  color: #fff;
  text-transform: uppercase;
  }

.menu li a:hover {
  color: #ccc;
  text-transform: uppercase;
  }

.alfalfa-header .row .columns {
    display: flex;
    padding: 0;
}

.logo-link {
    flex-basis: 25%;
}

.top-bar {
    display: flex;
    flex-direction: row;
    flex-basis: 75%;
    justify-content: flex-end;
}

.home-hero {
  padding-top: 8.5rem;
  padding-bottom: 9.5rem;
  }

.home-hero h1, h1 {
    font-family: Merel;
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
  }

.home-hero p {
  font: normal normal normal 20px/26px Lato;
  color: #fff;
  text-shadow: 0px 3px 6px #00000029;
}

.int-hero, .home-hero {
  margin-top: 114px;
}

.int-hero h1 {
    margin-top: 5rem;
  }

/*footer*/
 .alfalfa-footer {
	background-color:#000;
	color: #ddd;
	font-size: 13px;
	line-height: 18px;
	  }

.alfalfa-footer p {
  color: #fff;
  }
  
  .alfalfa-footer a {
	color: #fff;
	font-weight: bold;
	}
  
  .alfalfa-footer a:hover {
	color: #fff;
	font-weight: 500;
	color: #ddd;
	}
  
  .alfalfa-footer h6 {
	font-size: 16px;
	}
  
  .alfalfa-footer img {
	width: 170px;
	}

.alfalfa-footer p {
  font-size: 14px;
  line-height: 20px;
  }

.accordion-title {
  font-family: Merel;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #444444;
  border: 1px solid #E8E8E8;
  text-transform: uppercase;  
  }

.is-active .accordion-title {
  background-color: #444;
  color: #fff;
  }

.accordion-title:hover {
  background-color: #6e6e6e;
  color: #fff;
  }

.is-active a.accordion-title  {
  color: #fff;
  }

.is-active a.accordion-title:hover  {
  color: #ccc;
  }

.accordion-content {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  }

.art-desc p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
           line-clamp: 5; 
   -webkit-box-orient: vertical;}  

a.art-title {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;}  

.art-img {
  max-height: 170px;
   overflow: hidden;
  width: 100%;
  }

.filter__items .article_search_section .art-sec img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.art-sec {
    margin: 12px 0;
    height: 475px;
}

.art-sec:last-child:not(:first-child) {
    float: left;
}

.filter__options .mid__section .left__section {
    display:none;
  }

.filter__wrapper .search__box.search__bar i {
  display:none;
  }

.art {
    margin: 8px;
    height: 100%;
}

.art-desc {
  padding: 16px;
  background:white;
}

.art-title {
color:#0068B2!important;
}

a.art-title {
    font: normal normal bold 18px/24px Lato;
    color: #333333;
    margin-bottom: 1rem;
}

.filter__items .article_search_section .art-sec {
    background-color: white;
    border-right: solid 5px #0068B2;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 23.5%;
    padding: 0;
    height: 475px;
}

a.read-more {
    padding-bottom: 16px;
    font: normal normal bold 14px/20px Lato;
    letter-spacing: 0px;
    color: #0068B2;
    text-transform: uppercase;
}

.varieties-pillars .fr-view
{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.varieties-pillars .cell {
  background-color: #0068B2;
  padding: 0 16px 42px 16px;
  box-shadow: 0px 3px 6px #00000029;
  }

.varieties-pillars .cell p {
  color: #fff;
  
  }

.varieties-pillars div.aa-button {
  text-align: center;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  }

input[type=submit] {
  border:0;
  background-color: #E70C38;
  color: #fff !important;
  padding: 1rem 2rem;
  box-shadow: 0px 2px 4px #00000076;
  border-radius: 2px;
  text-align: center;
  font: normal normal 18px/26px "Lato";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 24px;
}
/* American alfalfa skin changes  */
/* landing page  */
.productDetailSection .valueSection .alertCLR {color:#0068B2!important;}
.productDetailSection{
  padding-top: 11rem!important;
 }
.paraSection h2{
	color: #444444;
}
.alfalfa-listing .crop-listing-table .table-body .option a.btn{
	background-color: #E70C38!important;
}
.alfalfa-listing .crop-filter .relative-maturity .bootstrap-slider .slider-handle{
	background-color: #E70C38!important;
}
.alfala-foot.foot-note .custom-btn{
  background-color: #E70C38!important;
  }
.alfalfa-listing .crop-filter.aa{
  margin-right: 2rem;
}
.alfalfa-listing .crop-filter .relative-maturity .bootstrap-slider .slider-selection{
 background-color: #E70C38!important;
}
.alfala-foot.foot-note .custom-btn:hover{
  color:#fff!important;
}
.alfalfa-listing .crop-listing-table .table-body .name{
  font-family: "Merel"!important;
}
.filter-sectoin.fix-filter{
  margin-top: 2.6rem;
}
 /* product details code  */
.productDetailSection .headerSection a{
	color: #0068B2!important;
}
.productDetailSection .valueSection,.productDetailSection .contentSection{
	border-top: 2px solid #0068B2!important;
}
.productDetailSection .valueSection .baseCLR{
	color: #0068B2!important;
}
.productDetailSection .customTabssection .tabs-title.is-active>a:focus, .tabs-title.is-active>a[aria-selected=true], .productDetailSection .customTabssection .tabs-title.is-active>a{
  color: #0068B2!important;
}
.productDetailSection .listContent{
	border-bottom: 2px solid #0068B2!important;
}
.productDetailSection .customTabssection .tabs-title.is-active>a:focus, .tabs-title.is-active>a[aria-selected=true], .productDetailSection .customTabssection .tabs-title.is-active>a{
   background: #0068B2!important;
}
@media screen and (max-width: 639px){
  .productDetailSection{
    padding-top: 9rem!important;
    }
  .alfalfa-listing .crop-filter.aa{
    margin-right: 0;
  }
  .imageSectionSM{
    border-bottom: 2px solid #0068B2!important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1279px){
  .productDetailSection{
     padding-top: 10rem!important;
  }
 
}
.range-slider .slider .slider-handle{
  background-color: #E70C38!important;
}
.range-slider .slider .slider-fill{
 background-color: #E70C38!important;
}
.range-slider .slider{
 background-color: #E70C38!important;
}
/* American alfalfa END  */
/*american Insight details page css */
/*FGI insight detail screen start */

.Insights.breadcrumb {
  font-size: 14px;
  font-weight: 300;
  margin-top: 150px;
}
.Insights.breadcrumb ul {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  padding-top: 15px;
}
.Insights.breadcrumb ul li {
  float: left;
  padding-right: 5px;
  font-family: 'lato';
    font-size: 12px;
}


.Insights.breadcrumb ul li:not(last-child) a {
  color: #0068B2;
  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.8rem;
 /*right side image style*/
}
.field-validation-error{
 color: #E70C38;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .InsightDetail .content-wrapper.insightDetails {
    width: 100%;
    padding-right: 0;
 }

 .widget_section:nth-child(1) {
  margin-top: 0px !important;
}

}
.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 - 420px);
  }
   @media screen and (max-width: 1025px){
      height: calc(100vh - 499px);
  }
   @media screen and (max-width: 640px){
  height: calc(100vh - 555px);
  }
}
 
@media only screen and (max-width: 40em) {
  .InsightDetail .content-wrapper.insightDetails {
    padding-right: 0;
 }
}
.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: 'Merel';
  font-size: 13px;
  
}
.InsightDetail .content-wrapper.insightDetails .auth-section .authors strong {
  font-weight: 700;
  font-size: 18px;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share {
  font-family: "freight-sans-pro", sans-serif;
  display: flex;
  align-items: center;
  font-size: 21px;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share a {
  color: #0068B2;
  font-weight: normal;
}
.InsightDetail .content-wrapper.insightDetails .auth-section .fb-share .fb-icon {
  background: #0068B2;
  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: 'Merel';
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 40px;
  text-align: left;
  color: #303030;
  padding-top: 5px;
    text-transform: uppercase;
}

.insightDetailsContentSection h2 {
  font: normal normal bold 28px/30px "din-condensed";
  text-transform: uppercase;
  /*padding-top: 116px;
  margin-bottom: -25px;*/  
}

.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 {
  font-family: 'Merel';
  /* font-weight: 600; */
  font-style: normal;
  font-size: 12px;
  line-height: 2;
  color: #5a5a5a;
  margin: 0;
}
.InsightDetail .content-wrapper.insightDetails .header-bar .insightDetail-date li {
  display: inline-block;
  list-style-type: none;
  margin-right: 7px;
  font-size: 13px;
  color: #5a5a5a;
  margin-top: 20px;
  padding-bottom: 8px !important;
}
.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;
  height: 454px;
}
@media only screen and (max-width: 40em) {
.Insights.breadcrumb{
  margin-top: 100px;
}
  .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: 10px;
 }
 .widget_section:nth-child(1) {
  margin-top: 0px !important;
}

}
.InsightDetail .content-wrapper.insightDetails .page-content {
  padding: 10px 0;
}
.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text {
  font-family: 'lato';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-bottom: 53px;
}

.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text h2 {
  font-family: 'Merel';
  font-size: 21px;
  color: #000000;
  line-height: 28px;
}

/* .InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text a{
  color: #7ac24f;
} */

.InsightDetail .content-wrapper.insightDetails .page-content .insightDetails-text small {
  font: normal normal 300 12px/16px "freight-sans-pro", sans-serif
  /* font-size: 16px; */
}
.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:auto;
}
.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: 'Merel';
  font-style: normal;
  font-weight: 300;
  padding-top: 2rem;
}
.InsightDetail .sidebar-head:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  left: 0;
  bottom: 0;
  color: #0068B2;
  background: #0068B2;
}
.InsightDetail .sidebar .newsblock {
  margin-bottom: 20px;
  cursor: pointer;
}
.InsightDetail .sidebar .newsblock h3 {
  line-height: 1rem;
}
.InsightDetail .sidebar .newsblock h3 a {
  font-size: 14px;
  color: #52743d;
  font-weight: bold;
}
.InsightDetail .sidebar .newsblock .date {
  font-size: 12px;
}
.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: 'Merel';
  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;
}
.InsightDetail .news-search .searchbox .winsrch-btn .fa-magnifying-glass {
  position: relative;
  top: 7px;
}
/*common layout code*/
.grid-container {
  max-width: 80rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .recentOrRelatedInsights {
    width: 75%;
 }
  .noRecentOrRelatedInsights {
    width: 100%;
 }
}
@media screen and (max-width: 64em) {
  .recentOrRelatedInsights {
    width: 100%;
 }
}
/* .widget_section {
 padding-left: 2rem;
 
} */
.widget_section .article_cards {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 55px;
  height: auto;
  background-color: #fff;
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  position: relative;
}
.widget_section .article_cards .insight-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-color: #efefef;
}
.widget_section .article_cards .content_top {
  padding: 25px 16px 8px 20px;
}
.widget_section .article_cards .content_top .categories {
  font-family: 'freight-sans-pro';
      font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  position: relative;
  padding-bottom: 9px;

}
.widget_section .article_cards .content_top .categories:after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: solid 3px #0068B2;
}
.widget_section .article_cards .content_top h4 {
  margin-top: 20px;
  /*min-height: 108px;*/
  max-width: 420px;
}
.widget_section .article_cards .content_top h4 a {
  font-family: 'Merel';
  font-weight: 800;
  font-style: normal;
  font-size: 23px;
  line-height: 1;
  color:#0068B2;
}
.widget_section .article_cards .card_footer {
  padding: 14px 0 30px 20px;
}
.widget_section .article_cards .card_footer .btn.btn-yellow {
  font-family: 'Merel';
  font-weight: 800;
  font-style: normal;
  background-color: #E70C38;
  color: #FFFFFF;
  line-height: 1;
  display: inline-block;
  padding: 13px 18px;
  text-transform: uppercase;
  font-size: 18px;
}
.widget_section .article_cards .card_footer .date {
  display: inline-block;
  margin-left: 19px;
  font-family: 'freight-sans-pro';
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 2;
  color: #5a5a5a;
}

.load-more-right{
  width: 100%;
  font-family: 'Merel';
  font-weight: 800;
  font-style: normal;
  background-color: #f9c606;
  color: #3c3c3c;
  line-height: 1;
  display: inline-block;
  padding: 13px 18px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.widget_section:nth-child(1) {
  margin-top: 75px;
}
.insightDetails-text h3{
  padding-top: 2rem!important;
  padding-bottom: 0!important;
}
/*american FGI insight detail screen end */
/*Feature Section B*/
.feature-section-large--layout-b img {
  height:100%;
  object-position: right;
  object-fit: cover;
}

/*Mobile Styling*/
@media screen and (max-width: 40em) {
  .site-header.alfalfa-header .row .columns {
    display:flex;
    flex-direction:column;
    width: 100%;
 }
   .site-header.alfalfa-header .row .columns .logo-link{
    padding:1rem;
    }
  
  .site-header.alfalfa-header .row .columns .menu.vertical {
    background-color:transparent;
    flex-basis:100%;
    }
    .site-header.alfalfa-header .row .columns .top-bar:before {
    display:flex;
    border:0;
    }
    .site-header.alfalfa-header .row .columns .menu.vertical li {
    border-bottom:1px solid gray;
    }
  
    .mobile-white-text h1, .mobile-white-text h2, .mobile-white-text h3, .mobile-white-text h4, .mobile-white-text p {
    color:white;
  }
    .no-hero-image {
    margin-top: 180px;
}
}
.form-control.input-validation-error{
 margin-bottom: 2px;
}
/*tablet portrait*/
@media screen and (min-width: 640px) and (max-width: 992px) {
  .filter-sectoin.fix-filter{
    margin-top: 10px;
  }
  .alfalfa-listing .crop-listing-table .table-row .trait{
    display: block!important;
  }
}
@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 (min-width: 40em) {
  .grid-container{
    padding: 0 40px;
  }
.grid-container .medium-offset-1{
    margin-left: 0;
  }
}
.no-data{margin: auto;}
.formwidget-submit-text{
    padding: 12px;
    background: #0068B2;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

@media only screen and (max-width: 40em){
.filter__items .article_search_section .art-sec {
    width: 100%;
    height: 500px;
    border-right: 0;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .filter__items .article_search_section .art-sec {
    width: 31%;
    height: 600px;
    }
}
#filter-search{
  border: 1px solid #cacaca;
  color: #0a0a0a;
}

.hero-image-fgi{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.hero-image-fgi h1{
  width: 75%;
}

@media only screen and (min-width: 1100px){
.default-hero-banner-fgi{
  max-height: 350px;
  height: 300px;
}
  .default-hero-banner-fgi{
  margin-top: 122px;
}
  }
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.hero-image-fgi{
  margin-top: 3rem;
}
  }
@media only screen and (max-width: 639px) {
  .hero-image-fgi{
  /*padding-top: 1rem;*/
  padding-bottom: 1rem;
 /* margin-top: 20px;*/
}
    .default-hero-banner-fgi{
  margin-top: 122px;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
.custom-feature-cls .feature-list_content{
    height: calc(100% - 35%)
}
  }
.hero-image-fgi .intro-des {
    font: normal normal normal 1.25rem Lato;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
    line-height: 1.5;
}
.custom-feature-cls .feature-section-large{
    background-color: #0068B2;
    padding: 0 16px 5px 16px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 2rem 1rem;
    height: 100%;
}
.custom-feature-cls .Image-paragraph{
  color: #fff;
}
.custom-feature-cls .feature-list_content{
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    min-height: 275px;
  }
.custom-feature-cls .button-group{text-align: center;}
.custom-feature-cls .button-group a {
    background-color: #E70C38;
    color: #fff !important;
    padding: 1rem 2rem;
    box-shadow: 0px 2px 4px #00000076;
    border-radius: 2px;
    text-align: center;
    font: normal normal 18px/26px "Lato";
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.d-none{
display: none;
}
.custom-b-btn a.button{
    background-color: #E70C38;
    color: #fff !important;
    padding: 1rem 2rem;
    box-shadow: 0px 2px 4px #00000076;
    border-radius: 2px;
    text-align: center;
    font: normal normal 18px/26px "Lato";
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}
