@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');


* {
	font-family: 'Roboto', sans-serif;
}

#web-mm-container .titleMm{
	font-size: 17px;
	line-height: 30px;
}

#web-mm-container .textMm{
	font-size: 15px;
}


/* Banner */
#myCarousel1 .carousel-fade .carousel-inner .carousel-item .img-part{
	height: 100%;
	
}

#myCarousel1 .carousel-fade .carousel-inner .carousel-item{
   opacity: 0.5;
    -webkit-transition-property: opacity;
    transition-property: opacity;

}

#myCarousel1 .carousel-fade .carousel-inner .carousel-item.active{
   opacity: 1;
   
}

#myCarousel1 .carousel-fade .carousel-item-next,
#myCarousel1 .carousel-fade .carousel-item-prev{

    opacity: 0.5;
}

#myCarousel1 .carousel-fade  .carousel-item-next,
#myCarousel1 .carousel-fade  .carousel-item-prev{

    opacity: 1;
}

#myCarousel1 .carousel-fade .carousel-item-next,
#myCarousel1 .carousel-fade .carousel-item-prev,
#myCarousel1 .carousel-fade .carousel-item-next.active,
#myCarousel1 .carousel-fade .carousel-item-prev.active{
    transform: translateX(0);
    transform: translate3d(0,0,0);

}

#myCarousel1 .carousel-control-prev-icon,
#myCarousel1 .carousel-control-next-icon{
    opacity: 0.5;
    
}


/* Our Members */
/*
#carouselExampleControls .carousel-inner{
    padding: 1em;
}

#carouselExampleControls .carousel-inner .card{
    margin: 15px;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
#carouselExampleControls .carousel-control-prev{
    background-color: #e1e1e1;
    width: 7vh;
    height: 7vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#carouselExampleControls .carousel-control-next{
    background-color: #e1e1e1;
    width: 7vh;
    height: 7vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#carouselExampleControls .carousel-inner .carousel-item .img-part{
	padding: 20px 10px;
	width: 100%;
}

*/
#organic .organic-sidenav{
	display: block;
}

#organic .organic-sidenav-mobile{
	display: none;
}
		

/* Media Room */

#mediaroom .magazine-text-1{
    font-family: 'DM Serif Display', serif; 
    font-size: 50px;
    line-height: 65px;
    font-weight: 600;
    color: #166E45;
    letter-spacing: 1px;
}

#mediaroom .mediaroom-col{
    padding-bottom: 30px;
}

#mediaroom .card .mediaroom-btn{
    padding-top: 10px;
    font-size: 35px;
}

#mediaroom .mediaroom-text-2{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    padding: 15px 25px;
    text-align: justify;
}

#mediaroom .annual-text{
    font-size: 18px;
    padding: 15px 25px;
    padding-left: 0px;
    text-align: justify;
}

#mediaroom .annual-btn{
    font-size: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
}

#mediaroom .card-effect {
    transition: all 0.35s ease;
}

#mediaroom .card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

#mediaroom .book-text-1{
    font-size: 20px;
}

#mediaroom .book-text-2{
    font-size: 12px;
}

#mediaroom .book-col{
    padding-bottom: 20px;
}

#mediaroom .book-col .book-btn{
    border-radius: 0px;
    font-size: 15px;
}

#mediaroom .cover {
  box-shadow: 0 0 5px -1px black, inset -1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  
}

#mediarow{
	padding-top: 40px;
}

/* 
#mediaroom .mediaroom-col .palewhite{
	padding: 13px 16px;
}
 
#mediaroom .mediaroom-col .palewhite .mediaroom-card{
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: all .3s;
	transform: scale(1);
}


#mediaroom .mediaroom-col .palewhite .mediaroom-card:hover{
	transform: scale(1.1);
	transition: all .5s;
}
*/

#mediaroom .mediaroom-col .media-img-div { 
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    
}

#mediaroom .mediaroom-col .media-img-div .media-img {
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform .5s ease;
}
#mediaroom .mediaroom-col .media-img-div .media-img:hover{
    transform: scale(1.3);
}

#mediaroom .mediaroom-col .media-img-div .media-img .media-img-overlay{
		position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.2);
	  visibility: hidden;
	  opacity: 0;
}

#mediaroom .mediaroom-col .media-img-div .media-img:hover .media-img-overlay{
      visibility: visible;
	  opacity: 1;
	  transition: all .3s ease-in;
}






/*
#mediaroom .header-area {
  background-size: 100% 100%;
  transition: all .3s;
}

#mediaroom .header-area:hover {
  transform: scale(1.1);
  transition: all .5s;
  cursor: pointer;
}

 */





  






@media (min-width: 768px) {
  #carouselExampleControls .carousel-inner {
    display: flex;
  }
  #carouselExampleControls .carousel-inner .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
}


/* Latest News */
.latest-row{
	padding: 3px 45px;
}

.latest-row .title{
	padding-top: 25px;
	text-transform: uppercase;
	font-weight: 800;
}

.latest-row .title p{
	margin-bottom: 1rem;
	color: #166E45;
	font-size: 24px;
	padding-top: 10px;	
}

.latest-row .latest-col{
	padding-right: 0px;
}

.latest-row .latest-col .latestnews-row .latestnews-col1{
	padding-right: 25px;
}

.latest-row .latest-col .latestnews-row .latestnews-col1 img:hover{
	opacity: 0.9;
	
}

.latest-row .latest-col .latestnews-row .latestnews-col2{
	padding-left: 0px;
	padding-right: 0px;
}

.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart{
	padding-top: 0px;
}

.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .heading p{
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 5px;
	color: #166E45;
}

.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .heading p:hover{
	color: green;
	text-decoration: none;
}

.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .text{
	font-size: 15px;
	text-align: justify;
	padding-right: 0px;
	line-height: 27px;	
}

.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .text p{
	text-indent: 25px;	
}

/* Latest news mm */
.latest-row .titlemm{
	padding-top: 25px;
	text-transform: uppercase;
	font-weight: 800;
}

.latest-row .titlemm p{
	margin-bottom: 12px;
	color: #166E45;
	font-size: 22px;
	padding-top: 10px;	
}

/* Upcoming Events*/
.latest-row .upcoming-col{
	height: 650px; 
	overflow-y: auto;
	padding-left: 70px;	
	
}

.latest-row .upcoming-col .title1{
	font-size: 24px;
	color: #166E45;
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 35px;
	padding-left: 11px;
}

.latest-row .upcoming-col .upcoming-row{
	border-bottom: 1px solid aliceblue;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px; 
}

.latest-row .upcoming-col .upcoming-row .upcoming-col2 p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #166E45;
}

.latest-row .upcoming-col .upcoming-row .upcoming-col2 p:hover{
	color: green;
	text-decoration: none;
}

/* upcoming mm */
.latest-row .upcoming-col .title1mm{
	font-size: 18px;
	color: #166E45;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 0px;
}


 

/* Our Services */
.ourservice{
	padding: 0px 45px;
	margin-top: 60px;
	padding-bottom: 20px;
}

.ourservice .title2{
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #166E45;
	border-bottom: 1px solid #EAEAEA;
}

.mtitle{
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #166E45;
}

.palewhite {
	background: #F3F2F8;
}

/* Our Service */
.ourservice .service-row .service-col .servicewrapper{
	width: 100%;
}

.ourservice .service-row .service-col .servicewrapper .servicecontainer{
	position: relative;
	width: 100%;
	margin-top: 7px;
}

.ourservice .service-row .service-col .servicewrapper .servicecontainer .service img{
	width: 100%;
}

.ourservice .service-row .service-col .servicewrapper .servicecontainer .serviceOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #135538;
	overflow: hidden;
	width: 100%;
	height: 0px;
	transition: 1s ease;
}

.ourservice .service-row .service-col .servicewrapper .servicetitle2{
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	color: #166E45;
	
}

.ourservice .service-row .service-col .servicewrapper .servicetitle2-mm{
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	color: #166E45;
	
}



.ourservice .service-row .service-col .servicewrapper .servicecontainer .serviceOverlay .servicetitle{
	padding: 13px 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	color: white;
	font-weight: 600;
}

.ourservice .service-row .service-col .servicewrapper .servicecontainer .serviceOverlay .servicetext{
	text-indent: 30px;
	padding: 0px 10px;
	font-size: 15px;
	color: white;
	text-align: justify;
}

.ourservice .service-row .service-col .servicewrapper .servicecontainer:hover .serviceOverlay {
	height: 100%;
	opacity: 0.8;
}

/* Price Info */

/* WeeklyPrice */
.priceInfo .title{
	padding-top: 35px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #166E45;
	font-size: 24px;
}

 
.priceInfo{
	background: #EAEAEA;
}

.priceInfo .priceInfo-img{
	width: 300px;
	height: 300px;
}

.priceInfo .priceInfo-img-div{
	text-align: center;
	margin-top: -8rem !important;
}

.priceInfo .priceInfo-text{
	padding-top: 25px;
	text-align: right;
	font-family: 'DM Serif Display', serif;
	font-size: 30px;
	line-height: 65px;
	font-weight: 600;
	color: #166E45;
	letter-spacing: 1px;
}

.priceInfo .priceInfo-div{
	text-align: right}

/* Become membership */
.becomemembership{
	padding: 30px 45px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: #EAEAEA;
	display: flex;
	justify-content: space-between;
}

.becomemembership .textcontainer{
	max-width: 800px;
}

.becomemembership .textcontainer .text1{
	font-family: 'DM Serif Display', serif;
	font-size: 50px;
	line-height: 65px;
	font-weight: 600;
	color: #166E45;
	letter-spacing: 1px;
	
}

.becomemembership .textcontainer .text1-mm{
	font-family: 'DM Serif Display', serif;
	font-size: 40px;
	line-height: 65px;
	font-weight: 600;
	color: #166E45;
	letter-spacing: 1px;
	
}



.becomemembership .textcontainer .text2{
	font-size: 17px;
	letter-spacing: 0.5px;
}

.becomemembership .imagecontainer{
	margin-right: 20px;
	padding:20px 20px;
	max-width: 450px;
	border: 1px solid red;
	border-radius: 50%;
	text-align: center;
	background-color: white;
}

.becomemembership .imagecontainer .becomemember{
	width: 100%;
 	height: 200px;	
}

.becomemembership .textcontainer .register{
	display: flex;
}

.becomemembership .textcontainer .register button{
	padding: 3px 30px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 16px;
}

.becomemembership .textcontainer .register .link{
	padding: 20px 20px;
	font-size: 15px;
}

/* Our Memberships */
.ourmembership{
	padding: 0px 45px;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.ourmembership .titlemembership{
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #166E45;
	border-bottom: 1px solid #EAEAEA;
}


 
/* Our Projects */
.insert-body{
	padding: 0px 75px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.insert-body .insert-title{
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	color: #166E45;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 50px;
}

.insert-body .project-row{
	padding: 0px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
}

.insert-body .project-row .project-col1 img{
	width: 100%;
	border-radius: 5px;
}

.insert-body .project-row .project-col2 .project-text{
	width: 100%;
	padding-top: 0px;
	padding-left: 10px;
	
}

.insert-body .project-row .project-col2 .project-text .project-title {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #166E45;
	
}

.insert-body .project-row .project-col2 .project-text .project-year {
	font-size: 17px;
	color: #166E45;
	
}

.insert-body .project-row .project-col2 .project-text div .project-dec {
	font-size: 16px;
	text-align: justify;
	padding-right: 0px;
	line-height: 28px;
	margin-bottom: 0px;
}

.insert-body .project-row .project-col2 .project-text .read-more {
	text-align: right;
	font-size: 13px;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	color: #F07900;
	
}

/* Project Modal */
#projectModal .modal-dialog{
	padding-top: 70px;
	padding-left: 18%;
	margin: 0px;
	
}

#projectModal .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 900px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;

}

#projectModal .modal-dialog .modal-content .project img{
	width: 450px;
	height: 240px; 
	border-radius: 5px;
	float: left;
	margin-right: 25px;	
}

#projectModal .modal-dialog .modal-content .project .p-dec{
	text-align: justify;
	padding-bottom: 10px;
}

#projectModal .modal-dialog .modal-content .project .p-dec .project-title{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #166E45;
}

#projectModal .modal-dialog .modal-content .project .p-dec .project-year{
	font-size: 16px;
	color: #F07900;
	font-weight: 700px;
	margin-bottom: 5px;
}

#projectModal .modal-dialog .modal-content .project .p-dec .project-dec{
	font-size: 15px;
	text-align: justify;
	padding-right: 10px;
	line-height: 28px;
	margin-bottom: 0px;
}

#projectModal .modal-dialog .modal-content button{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Story Modal */
#storyModal .modal-dialog{
	padding-top: 50px;
	padding-left: 18%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#storyModal .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 900px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#storyModal .modal-dialog .modal-content button{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#storyModal .modal-dialog .modal-content .story .s-img{
	display: flex;
}

#storyModal .modal-dialog .modal-content .story .s-img img{
	width: 100%;
	height: 310px;
	border-radius: 5px;
}


#storyModal .modal-dialog .modal-content .story .s-img .img1{
	width: 60%;
}

#storyModal .modal-dialog .modal-content .story .s-img .imgs{
	width: 40%;
	padding-left: 10px;
}

#storyModal .modal-dialog .modal-content .story .s-img .imgs img{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	border-radius: 5px;
}

#storyModal .modal-dialog .modal-content .story .s-dec .story-title{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #166E45;
	
}

#storyModal .modal-dialog .modal-content .story .s-dec .story-dec{
	font-size: 15px;
	text-align: justify;
	padding-right: 10px;
	line-height: 28px;
	margin-bottom: 0px;	
	margin-top: 10px;
}

/* State And Region MFVP | Commodity Clusters */
.insert-body .table-responsive .table .table-group-divider tr{
	margin-top: 10px;
	padding-top: 10px;	
}

.insert-body .table-responsive .table .table-group-divider tr .state-col1 p{
	margin: 10px 0px;		
}

.insert-body .table-responsive .table .table-group-divider tr .state-col2 p{
	margin: 10px 0px;
	padding-left: 50px;		
}

.insert-body .table-responsive .table .table-group-divider tr .state-col3 p{
	margin: 10px 0px;		
}

.insert-body .table-responsive .table .table-group-divider tr .state-col4 p{
	margin: 10px 0px;		
}

/* Benefits */
.ourmembership .tip-box{
	margin: 30px 30px;
	background: #EAEAEA;
	padding: 20px 30px;
	border-radius: 7px;
	border-left: 3px solid #166E45;
}

.ourmembership .tip-box .tip{
	font-weight: 800;
	color: #166E45;
}

.ourmembership .tip-box .tip-text{
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 10px;
}

.ourmembership .benefit-container{
	margin: 10px 30px;
	display: flex;
}

.ourmembership .benefit-container .benefit{
	width: 70%;
	background: white;
}

.ourmembership .benefit-container .contact{
	width: 30%;
	background: white;
}


.ourmembership .benefit-container .benefit .benefit-title{
	color: #166E45;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
}

.ourmembership .benefit-container .benefit ul .one{
  list-style-type: square;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.ourmembership .benefit-container .benefit ul .one span{
  position: relative;
  left: 10px;
}


.ourmembership .apply-container{
	display: flex;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	gap: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.ourmembership .apply-container .apply-box{
	width: 50%;
	padding-left: 20px;
}

.ourmembership .apply-container .apply-box .apply-title{
	color: #166E45;
	font-size: 17px;
	font-weight: 700;
}

.ourmembership .apply-container ul .one{
  list-style-type: square;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 5px;
}

.ourmembership .apply-container ul .one span{
  position: relative;
  left: 10px;
}

.ourmembership .apply-container .apply-box .btn{
	height: 33px;
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
	background: #166E45;
}

/* News */
.insert-body .news-row .news-col .news-img{
	width: 100%;
}

.insert-body .news-row .news-col .news-img img{
	width: 100%;
	height: 100%;	
}

.insert-body .news-row .news-col .news-img img:hover{
	opacity: 0.9;
}

.insert-body .news-row .news-col .news-text{
	padding-top: 5px;
}

.insert-body .news-row .news-col .news-text .news-head p{
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 5px;
	color: #166E45;
}

.insert-body .news-row .news-col .news-text .news-head p:hover{
	text-decoration: none;
	color: green;
}


.insert-body .news-row .news-col .news-text .news-dec{
	font-size: 15px;
	text-align: justify;
	padding-right: 10px;
	line-height: 25px;	
}

.insert-body .news-row .news-col .news-text .news-dec{
	text-indent: 25px;
}

.insert-body .pagination{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;	
}

.insert-body .pagination .pageBotton{
	width: 40px;
	height: 40px;
	font-size: 16px;	
}




/*  New details*/
.insert-body .newsDetail-container{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.insert-body .newsDetail-container .newsDetail-title{
	font-size: 20px;
	font-weight: 600;
	margin-top: 12px;
	color: #166E45;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1{
	padding-right: 0px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
	padding-left: 0px;
	padding-right: 0px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1 .newsDetail-dec{
	font-size: 15px;
	text-align: justify;
	padding-right: 0px;
	line-height: 27px;	
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1 .newsDetail-dec{
	text-indent: 25px;	
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
	padding-left: 70px;		
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .title1{
	font-size: 20px;
	color: #166E45;
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 0px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row{
	border-top: 1px solid #EAEAEA;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row .latestnews-col2{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row .latestnews-col2 p:hover{
	text-decoration: none;
	color: green;
	
}

/* Event Details */
.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
	height: 500px; 
	overflow-y: auto;
	padding-left: 70px;		
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .upcoming-row{
	border-top: 1px solid #EAEAEA;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .upcoming-row .upcoming-col2 p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #166E45;
}

.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .upcoming-row .upcoming-col2 p:hover{
	color: green;
	text-decoration: none;
}

/* Events  */
.insert-body .newsDetail-container .newsDetail-row .upcoming-col{
	height: 500px; 
	overflow-y: auto;
	padding-left: 70px;	
	
}

.insert-body .newsDetail-container .newsDetail-row .upcoming-col .title1{
	font-size: 20px;
	color: #166E45;
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 0px;
}

.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row{
	border-top: 1px solid #EAEAEA;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row .upcoming-col2 p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #166E45;
}

.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row .upcoming-col2 p:hover{
	color: green;
	text-decoration: none;
}

/*  Farm List */
.ourmembership .farmlist-table{
	width: 100%;
}

 
/* CEC Members */
#cec-card .row .cec-col1{
	padding-right: 0px;
}

#cec-card .row .cec-col2{
	padding-left: 27px;
}

#chart-col3{
	display: none;	
}

#chart-row .chart-head-btn{
	font-size: 15px;
}

#chart-row .chart-btn{
	background-color: #cce5ff;
	font-size: 15px;
	width: 100%;
	letter-spacing: 0.5px;
}

/* Chart Modal */
#ChartModal-1 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-1 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
}

#ChartModal-1 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-2 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-2 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-2 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */
#ChartModal-3 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-3 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-3 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-4 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-4 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-4 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-5 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-5 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-5 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-6 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-6 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-6 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-7 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-7 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-7 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-8 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-8 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-8 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-9 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-9 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-9 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-10 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-10 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-10 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-11 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-11 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-11 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-12 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-12 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-12 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-13 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-13 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-13 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-14 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-14 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-14 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-15 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-15 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-15 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-16 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-16 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-16 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-17 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-17 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-17 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-18 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-18 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-18 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-19 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-19 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-19 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-20 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-20 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-20 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-21 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-21 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-21 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-22 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-22 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-22 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-23 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-23 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-23 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-24 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-24 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-24 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-25 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-25 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-25 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-26 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-26 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-26 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-27 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-27 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-27 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-28 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-28 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-28 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-29 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-29 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-29 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

/* Chart Modal */

#ChartModal-30 .modal-dialog{
	padding-top: 20%;
	padding-left: 25%;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-30 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 600px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;

}

#ChartModal-30 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}






@media (max-width: 767px) {
	
	/* Price Info */

.priceInfo .priceInfo-img{
	width: 200px;
	height: 200px;
}

.priceInfo .priceInfo-img-div{
	text-align: center;
	margin-top: -5rem !important;
}

.priceInfo .priceInfo-text{
	padding-top: 0px;
	text-align: center;
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	line-height: 35px;
	font-weight: 600;
	color: #166E45;
	letter-spacing: 0px;
}

.priceInfo .priceInfo-div{
	text-align: center
	}
	
	#web-mm-container .titleMm{
	font-size: 15px;
	line-height: 25px;
	}
	
	#web-mm-container .textMm{
		font-size: 13px;
	}
	
	
	/* Organic Program */
	#organic .organic-sidenav{
		display: none;
	}
	
	#organic .organic-sidenav-mobile{
		display: block;
	}
	
	/*  Farm List */
	.ourmembership .farmlist-table{
		max-width: 300px;
		overflow-x: scroll;
	}
	
	/* Media Room */
	
	#mediaroom .magazine-text-1{
        font-size: 25px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    
   	#mediaroom .card .mediaroom-btn{
        padding-top: 10px;
        font-size: 30px;
    }
    
    #mediaroom .mediaroom-text-2{
        font-size: 15px;
        padding: 10px 15px;
    }

    #mediaroom .annual-text{
        font-size: 15px;
        padding: 10px 15px;
        padding-left: 0px;
    }
    
    #mediaroom .annual-btn{
        font-size: 30px;
    }
    
    #mediaroom .book-col{
	width: 50%;
	padding: 25px 25px;
	}
    

    #mediaroom .book-text-1{
        font-size: 15px;
    }
    
    #mediaroom .book-text-2{
        font-size: 10px;
    }
    
    #mediaroom .book-col .book-btn{
        border-radius: 0px;
        font-size: 12px;
    }

	/* Our Members */
	/*
	#carouselExampleControls .carousel-control-prev,
	#carouselExampleControls .carousel-control-next {
		background-color: #e1e1e1;
		width: 5vh;
		height: 5vh;
		border-radius: 50%;
		top: 50%;
		transition: all 1s ease;  
	}
	
	#carouselExampleControls .carousel-inner {
		display: flex;
	    padding: 0em;    
  	}
  	
  	#carouselExampleControls .carousel-inner .carousel-item {
	    margin-right: 0;
	    flex: 0 0 50%;
	    display: block;
  	}
	*/
  	
  	/* Latest News */
	.latest-row{
		padding: 3px 40px;
	}
	
	.latest-row .title{
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
	}
	
	.latest-row .title p{
		margin-bottom: 12px;
		color: #166E45;
		font-size: 16px;
		padding-top: 0px;	
	}
	
	.latest-row .latest-col{
		padding-right: 7px;
		padding-left: 5px;
	}
	
	.latest-row .latest-col .latestnews-row .latestnews-col1{
		padding-right: 10px;
	}
	
	.latest-row .latest-col .latestnews-row .latestnews-col1 img{
		border-radius: 10px;
	}

	.latest-row .latest-col .latestnews-row .latestnews-col2{
		padding-left: 10px;
		padding-right: 10px;
	}

	.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart{
		padding-top: 5px;
	}

	.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .heading p{
		font-size: 15px;
		font-weight: 600;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .text{
		font-size: 13px;
		text-align: justify;
		padding-right: 0px;
		line-height: 23px;	
	}

	.latest-row .latest-col .latestnews-row .latestnews-col2 .textpart .text p{
		text-indent: 25px;	
	}

	
	/* Upcoming */
	.latest-row .upcoming-col{
		height: 100%; 
		overflow-y: none;
		padding-left: 10px;	
		margin-top: 20px;
	}

	.latest-row .upcoming-col .title1{
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		margin-bottom: 12px;
		color: #166E45;
		font-size: 16px;
	
	}
	
	.latest-row .upcoming-col .upcoming-row{
		border-top: 1px solid #EAEAEA;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px;
	}
	
	.latest-row .upcoming-col .upcoming-row .upcoming-col2{
		padding-right: 0px;
	}
	
	.latest-row .upcoming-col .upcoming-row .upcoming-col2 p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	.latest-row .upcoming-col .upcoming-row .upcoming-col2 p:hover{
		text-decoration: underline;
	}

	/* Our Service  */	
	.ourservice{
		padding: 0px 30px;
		margin-top: 40px;
		padding-bottom: 20px;
	}
	
	.ourservice .title2{
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		margin-bottom: 12px;
		color: #166E45;
		font-size: 16px;
	}
	
	.ourservice .service-row .service-col .servicewrapper .servicetitle2{
		text-align: center;
		font-size: 16px;
		padding-top: 8px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 0px;
		color: #166E45;
		
	}
	
	.ourservice .service-row .service-col .servicewrapper .servicetitle2-mm{
		text-align: center;
		font-size: 15px;
		padding-top: 8px;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 0px;
		line-height: 25px;
		color: #166E45;
		
	}
	
	.ourservice .service-row .service-col .servicewrapper .servicecontainer .serviceOverlay .servicetitle{
		padding: 13px 0px;
		margin-bottom: 10px;
		text-align: center;
		border-bottom: 2px solid #fff;
		font-size: 15px;
		color: white;
		font-weight: 600;
	}
	
	.ourservice .service-row .service-col .servicewrapper .servicecontainer .serviceOverlay .servicetext{
		text-indent: 30px;
		padding: 0px 10px;
		font-size: 13px;
		color: white;
		text-align: justify;
	}
	
	

	/* become membership */
	.becomemembership{
		padding: 20px 20px;
		justify-content: space-between;
	}

	.becomemembership .textcontainer{
		width: 75%;
		padding-right: 5px;
	}
	
	.becomemembership .textcontainer .text1{
		font-size: 30px;
		line-height: 35px;
		font-weight: 600;
		color: #166E45;
		
	}
	
	.becomemembership .textcontainer .text1-mm{
		font-size: 25px;
		line-height: 35px;
		font-weight: 600;
		color: #166E45;	
	}
	
	
	.becomemembership .textcontainer .text2{
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 25px;
	}
	
	.becomemembership .imagecontainer{
		padding:7px 7px;
		width: 25%;
		margin-right: 0px;
		height: 100px;
	}
	
	.becomemembership .imagecontainer .becomemember{
	 	height: 85px;	
	}
	
	.becomemembership .textcontainer .register{
		display: block;
	}
	
	
	.becomemembership .textcontainer .register button{
		padding: 3px 3px;
		margin-top: 5px;
		font-size: 15px;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.becomemembership .textcontainer .register .link{
	padding: 0;
	font-size: 17px;
	}
	
	.ourmembership{
	padding: 20px 20px;
	margin-bottom: 5px;
}
	
	.ourmembership .titlemembership{
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	}

	/* Our Projects */
	.ourmembership .projectwrapper{
		display: block;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.ourmembership .projectwrapper .project-img{
		width: 75%;
		height: 230px;
	}
	
	.ourmembership .projectwrapper .project-text{
		width: 100%;
		height: 240px;
		padding-top: 0px;
		padding-left: 0px;
	}
	
	.ourmembership .projectwrapper .project-img img{
		width: 75%;
		height: 100%;
	}
	
	.ourmembership .projectwrapper .project-text .project-title {
		font-size: 15px;
		
	}
	
	.ourmembership .projectwrapper .project-text .project-year {
		font-size: 13px;
		font-weight: 700px;
		
	}
	
	.ourmembership .projectwrapper .project-text .project-dec {
		font-size: 13px;
		padding-right: 0px;
		line-height: 22px;
	}
	
	/* Our partner */
	
	.ourmembership .partner-row .partner-col {
	width: 33.3333%
	}
	
	
	.ourmembership .partner-row .partner-col img{
		padding: 0px 0px;
	}
	
	
	/* organic farmlist */
	.ourmembership .farmList-row .farmList-col-2{
		padding: 5px;
		width: 28%;
	}
	
	.ourmembership .farmList-row .farmList-col-3{
		padding: 5px;
		width: 16%;
	}
	
	.ourmembership .farmList-row .farmList-col-4{
		display: none;
	}
	




	/* Project Modal */
	.insert-body{
		padding: 0px 20px;
		margin-top: 0px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
	.insert-body .insert-title{
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		margin-bottom: 12px;
		color: #166E45;
		font-size: 16px;
	}
	
	.insert-body .project-row{
		padding: 0px;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 0px;
		margin-top: 15px;
	}
	
	.insert-body .project-row .project-col1{
		padding-right: 0px;
	}
	
	.insert-body .project-row .project-col1 img{
		width: 100%;
		border-radius: 5px;
	}
	
	.insert-body .project-row .project-col2 .project-text{
		width: 100%;
		padding-top: 0px;
		padding-left: 0px;
		
	}
	
	.insert-body .project-row .project-col2 .project-text .project-title {
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 5px;
		margin-top: 5px;
		color: #166E45;
		
	}
	
	.insert-body .project-row .project-col2 .project-text .project-year {
		font-size: 15px;
		color: #166E45;
		
	}
	
	.insert-body .project-row .project-col2 .project-text div .project-dec {
		font-size: 13px;
		text-align: justify;
		padding-right: 0px;
		line-height: 23px;
		margin-bottom: 0px;
	}
	
	.insert-body .project-row .project-col2 .project-text .read-more {
		text-align: right;
		font-size: 11px;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 0px;
		color: #F07900;
		
	}
	
	
	
	#projectModal .modal-dialog{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 50px;
		padding-top: 50px;	
		
	}
	
	#projectModal .modal-dialog .modal-content{
		max-width: 340px;
		padding: 10px;
		padding-top: 0px;
	
	}
	
	#projectModal .modal-dialog .modal-content .project img{
		width: 100%;
		height: 220px; 
		float: none;
		
	}
	
	
	#projectModal .modal-dialog .modal-content .project .p-dec{
		text-align: justify;
		padding-bottom: 10px;
	}
	
	#projectModal .modal-dialog .modal-content .project .p-dec .project-title{
		font-size: 17px;
		font-weight: 700;
		margin-bottom: 5px;
		margin-top: 10px;
		color: #166E45;
	}
		
	/* Story Modal */
	
	
	#storyModal .modal-dialog{
		padding-left: 10px;
		padding-bottom: 20px;	
	}
	
	#storyModal .modal-dialog .modal-content{
		width: 340px;
		padding: 30px;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
	
	}
	
	#storyModal .modal-dialog .modal-content .story .s-img{
		display: block;
		padding-bottom: 20px;
	}
	
	#storyModal .modal-dialog .modal-content .story .s-img img{
		width: 100%;
		height: 150px;
		border-radius: 5px;
	}
	
	
	#storyModal .modal-dialog .modal-content .story .s-img .img1{
		width: 100%;
	}
	
	#storyModal .modal-dialog .modal-content .story .s-img .imgs{
		width: 100%;
		padding: 0px;
		display: flex;
		margin-top: 7px;
		gap: 7px;
	}
	
	#storyModal .modal-dialog .modal-content .story .s-img .imgs img{
		width: 50%;
		height: 100px;
		
	}
	
	/* State And Region MFVP | Commodity Clusters */
	
	.insert-body .table-responsive .table thead tr .t-head p{
		text-align: center;
	}
	
	
	.insert-body .table-responsive .table .table-group-divider tr .state-col1 p{
		margin: 10px 0px;
		margin-top: 25px;
		text-align: center;
	}
	
	.insert-body .table-responsive .table .table-group-divider tr .state-col2 p{
		padding-left: 10px;
		text-align: left;
	}
	
	
	.insert-body .table-responsive .table .table-group-divider tr .state-col3 p{
		margin: 10px 0px;
		margin-top: 25px;
			text-align: center;
		
	}
	
	.insert-body .table-responsive .table .table-group-divider tr .state-col4 p{
		margin: 10px 0px;
		margin-top: 25px;
			text-align: center;
		
	}

	/* Benefits */
	.ourmembership .tip-box{
		margin: 0px 0px;
		padding: 20px 10px;
	}
	
	.ourmembership .tip-box .tip{
		font-weight: 800;
		color: #166E45;
	}
	
	.ourmembership .tip-box .tip-text{
		padding-left: 15px;
		font-size: 13px;
		margin-bottom: 7px;
	}
	
	.ourmembership .benefit-container{
		margin: 20px 0px;
		margin-bottom: 50px;
		display: block;
		padding-left: 0px;
	}
	
	.ourmembership .benefit-container .benefit{
		width: 100%;
	}
	
	.ourmembership .benefit-container .contact{
		width: 100%;
	}
	
	
	.ourmembership .benefit-container .benefit .benefit-title{
		color: #166E45;
		font-size: 15px;
		font-weight: 600;
		
	}
	
	.ourmembership .benefit-container .benefit ul .one{
	  list-style-type: square;
	  font-size: 13px;
	  line-height: 23px;
	  margin-bottom: 10px;
	  
	}
	
	.ourmembership .apply-container{
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		gap: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.ourmembership .apply-container .apply-box{
		width: 100%;
		padding-left: 20px;
		border-right: 0px;
		margin-bottom: 30px;
	}
	
	.ourmembership .apply-container .apply-box .apply-title{
		color: #166E45;
		font-size: 15px;
		font-weight: 600;
	}
	
	.ourmembership .apply-container ul .one{
	  font-size: 13px;
	  line-height: 23px;
	  margin-bottom: 3px;
	}
	
	.ourmembership .apply-container .apply-box .btn{
		height: 27px;
		font-size: 11px;
		padding-left: 25px;
		padding-right: 25px;
		background: #166E45;
	}


	/* News Details */
	
	.insert-body .newsDetail-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.insert-body .newsDetail-container .newsDetail-title{
		font-size: 15px;
		font-weight: 600;
		margin-top: 12px;
		color: #166E45;
		margin-bottom: 5px;
	}
	
	.insert-body .newsDetail-container .newsDetail-date{
		font-size: 15px;
	
	}
	
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1{
		padding-right: 20px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1 .newsDetail-dec{
		font-size: 13px;
		text-align: justify;
		padding-right: 0px;
		line-height: 23px;	
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col1 .newsDetail-dec{
		text-indent: 25px;	
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
		padding-left: 20px;		
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .title1{
		font-size: 16px;
		text-align: center;
		color: #166E45;
		text-transform: uppercase;
		font-weight: 800;
		padding-top: 20px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row{
		border-top: 1px solid #EAEAEA;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row .latestnews-col2{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2 .latestnews-row .latestnews-col2 p:hover{
		text-decoration: underline;
	}

	/* CEC Members */
	
	#cec-card .row .cec-col1{
		padding-right: 10px;
	}
	
	#cec-card .row .cec-col2{
		padding-left: 10px;
	}
	
	.insert-body .pagination .pageBotton{
		width: 30px;
		height: 30px;	
		font-size: 10px;
	}

	/* Chart */
	#chart-col1{
		order: 2;
		padding-left: 50px;
		padding-top: 20px;
	}
	
	#chart-col2{
		display: none;
	}
	
	
	#chart-col3{
		padding-left: 50px;
		order: 3;	
		display: block;
	}
	
	#mediarow{
	padding-top: 0px;
}
	

	/* Latest news mm */
	.latest-row .titlemm{
		padding-top: 25px;
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
	}
	
	.latest-row .titlemm p{
		margin-bottom: 12px;
		color: #166E45;
		font-size: 17px;
		padding-top: 10px;	
	}
	
	/* upcoming mm */
	
	.latest-row .upcoming-col .title1mm{
		font-size: 17px;
		color: #166E45;
		text-transform: uppercase;
		font-weight: 700;
		padding-top: 0px;
		text-align: center;
	}

	/* News Details */
	
	.insert-body .newsDetail-container .newsDetail-row .newsDetail-col2{
		height: 100%; 
		overflow-y: none;
		padding-left: 10px;	
		margin-top: 20px;
	}
	
	/*  News */
	
	.insert-body .news-row .news-col .news-text .news-head p{
		font-size: 15px;
		font-weight: 600;
		line-height: 25px;
		margin-bottom: 5px;
	}
	
	.insert-body .news-row .news-col .news-text .news-dec{
		font-size: 13px;
		line-height: 23px;	
	}

	/* Events */
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col{
			height: 100%; 
			overflow-y: none;
			padding-left: 10px;	
			margin-top: 20px;
		}
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col .title1{
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 800;
		text-align: center;
		margin-bottom: 12px;
		color: #166E45;
		font-size: 16px;
	
	}
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row{
		border-top: 1px solid #EAEAEA;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row .upcoming-col2{
		padding-right: 0px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row .upcoming-col2 p{
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	
	.insert-body .newsDetail-container .newsDetail-row .upcoming-col .upcoming-row .upcoming-col2 p:hover{
		text-decoration: underline;
	}

	/* chart */
	
	#chart-row .chart-head-btn{
		font-size: 13px;
	}
	
	
	#chart-row .chart-btn{
		background-color: #cce5ff;
		font-size: 13px;
		width: 100%;
		letter-spacing: 0.3px;
		white-space: normal;
	}



/* Chart Modal */

#ChartModal-1 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-1 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-1 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-1 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
	
}

#ChartModal-1 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-2 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-2 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-2 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-2 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
	
}

#ChartModal-2 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-3 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-3 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-3 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-3 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-3 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-4 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-4 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-4 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-4 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-4 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-5 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-5 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-5 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-5 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-5 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-6 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-6 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-6 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-6 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-6 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-7 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-7 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-7 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-7 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-7 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-8 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-8 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-8 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-8 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-8 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-9 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-9 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-9 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-9 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-9 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-10 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-10 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-10 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-10 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-10 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-11 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-11 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-11 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-11 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-11 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-12 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-12 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-12 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-12 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-12 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-13 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-13 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-13 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-13 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-13 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-14 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-14 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-14 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-14 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-14 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-15 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-15 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-15 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-15 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-15 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-16 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-16 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-16 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-16 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-16 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-17 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-17 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-17 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-17 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-17 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-18 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-18 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-18 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-18 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-18 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-19 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-19 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-19 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-19 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-19 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-20 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-20 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-20 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-20 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-20 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-21 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-21 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-21 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-21 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-21 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-22 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-22 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-22 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-22 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-22 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-23 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-23 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-23 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-23 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
	
}

#ChartModal-23 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-24 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-24 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-24 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-24 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-4 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-25 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-25 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-25 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-25 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-25 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-26 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-26 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-26 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-26 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-26 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-27 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-27 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-27 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-27 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-27 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-28 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-28 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-28 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-28 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-28 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-29 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-29 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-29 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-29 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-29 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}

/* Chart Modal */

#ChartModal-30 .modal-dialog{
	padding-top: 50%;
	padding-left: 0px;
	padding-right: 10px;
	
	margin: 0px;
	margin-bottom: 50px;
	
}

#ChartModal-30 .modal-dialog .modal-content{
	background: white;
	height: 100%;
	width: 335px;
	height: 100%;
	padding: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#ChartModal-30 .modal-dialog .modal-content .btn-close{
	background-color: white;
	font-size: 10px;
	color: #000;
	border-left: 3px solid red;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	border-right: 1px solid red;
	border-radius: 6px;
}

#ChartModal-30 .modal-dialog .modal-content button{
	font-size: 14px;
	white-space: normal;
}

#ChartModal-30 .modal-dialog .modal-content .chart .chart-row > *{
	width: 33.333333%;
}



































	
	
		

		
	
	

	
}
	


















