.post-content.style-light.std-block-padding{
	padding: 0 !important;	
}

.header-image img{
		width: 100vw;
	}
	
	.main-div{
		margin-bottom:15px;
	}

	.search-and-date{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	.date-widget{
		width: 40%;
    text-align: right;
		    margin-top: 9px;
			    font-size: 1.1rem;
    font-weight: 300;
    color: #749136;
	}
	
	.search-widget{
		width:60%;
	}
	
	.is-search-form{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
		float:right;
	}
	
	.is-screen-reader-text, .is-screen-reader-text{
		display:none;
	}
	
	.is-search-submit{
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white !important;
    opacity: 0.6;
		margin-top: 5px;
	}
	
	@media (max-width:1024px){
		.search-and-date{
			margin-right:5px;
		}
	}
	
	@media (max-width:502px){
		.search-and-date{
			    -webkit-box-align: start;
			        -ms-flex-align: start;
			            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
			margin-left: 10px;
		}
		
		.search-widget, .date-widget{
			width:auto;
		}
	}

#is-search-input-86818{
    font-size:18px !important;
    font-family:Roboto;
    font-weight:300;
}

.research-menu{
    color:#0c680cb5 !important;
}

.search-container-inner{
    display:block !important;
}

.blog-menu{
    margin-top: 2% !important;
    margin-left: 5%;
    padding-top:20px;
}

.menu_links a{
    font-size:1.35rem;
    font-weight:300;
	color:black;
}
	
	.menu_links a:hover{
		color:#0000008a;
	}

.world-menu::after, .health-menu::after, .businesses-menu::after, .producers-menu::after, .recipes-menu::after{
    content:"|";
    padding-left:20px;
}

	.world-menu, .health-menu, .businesses-menu, .producers-menu, .recipes-menu, .research-menu{
    padding:10px;
}

@media (max-width:663px){       
    .world-menu::after, .health-menu::after, .businesses-menu::after, .producers-menu::after, .recipes-menu::after{
        content:none;
        padding-left:0;
    }    
}

.accordion {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  color: #111;
}
.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 4.5rem;
  line-height: 1.25rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size:1.5rem;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  /*border-top: 1px solid;*/
  -o-border-image: -o-linear-gradient(left, transparent, #34495e, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#34495e), to(transparent)) 1;
     border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion-item-body-content ul{
    margin: 0;
}

.accordion-item-body-content li{
    list-style: none !important;
}

.accordion-item-body-content li{
    font-size:1.5rem;
    margin-left:10%;
}
	
	.accordion-item-body-content li a{
		color:black;
		font-weight:300;
	}

@media (min-width:664px){
    .accordion{
        display:none;
    }
}

@media (max-width:663px){
    .blog-menu{
        display:none;
    }
	
	.box-wrapper{
		overflow: scroll !important;
	}
	
	.blog-menu-desktop-and-mobile{
	/*	position: sticky;
    top: 96px; */
    background-color: white;
  /*  z-index: 9999999; */
	}	
}
	
	.main-body{
    	display:-ms-grid;
    	display:grid;
    	-ms-grid-columns: (1fr)[4];
    	grid-template-columns: repeat(4, 1fr);
		justify-items: center;
	}	
	
@media (max-width:1517px) and (min-width:960px){
    .main-body {
    	-ms-grid-columns: (1fr)[2];
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:1800px) and (min-width:1500px){
	.main-body{
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:1499px) and (min-width:700px){
	.main-body{
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:699px){
	.main-body{
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}
								   
.post1, .post2, .post3, .post4{
	text-align: center;
	    margin-bottom: 50px;
	padding: 20px;
}
	
.post1 .post1-text, .post2 .post2-text, .post3 .post3-text, .post4 .post4-text{
	width: 80%;
    margin: 0 auto;
}	
								   
.post1 .post1-text a, .post2 .post2-text a, .post3 .post3-text a, .post4 .post4-text a{
	color: black;
}
								   
.post1 .post1-text h3, .post2 .post2-text h3, .post3 .post3-text h3, .post4 .post4-text h3{
	font-weight: 300;
}
	
	.main-body{
		margin-top: 50px;
	}