.blogboxes {
	display: flex;
	flex-wrap: wrap;
}

#blogbodylist {
	padding: 0rem 0 2rem 0;
}

.blogstorybox {
	flex: 1;
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	width: 25%;
	min-width: 25%;
	margin-bottom: 1.813em;
	max-width: 25%;
	padding: 2rem;
	box-sizing: border-box;
	padding-bottom: 5rem;
}

.blog_outer {
	background: #F0F0F0;
}

.blogstorybox:hover {
	color: #626262;
}

.blogstoryimage {
	width: 100%;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

body .articlebuttons2 a.nextbutton {
	float: right;
}

.blogstoryimage img {
	width: 100%;
}

.blogstorydate {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 900;
	padding-top: 0.3rem;
	display: block;
}

.blog_title {
	font-size: 2.500rem;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	padding: 2rem 0 1rem 0;
	margin: 0;
}

.blogstory_shortdescription {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
	display: block;
	padding: 0.8rem 0rem 0.5rem 0rem;
}

.blogstorytitle {
	width: 100%;
	display: block;
	padding: 1rem 0rem 0.5rem 0rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.563rem;
	font-weight: 900;
}

.blogstorybutton {
	background: #f068b5;
	box-sizing: border-box;
	color: #fff;
	display: block;
	padding: 0.7rem 1em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 26%;
	right: 26%;
	font-size: 1.250rem;
	font-weight: 900;
}

#footernavblog {
	text-align: center;
	padding: 2rem 0;
}

#footernavblog a,
.secondarybutton,
.articlebuttons3 a {
	border: 2px solid #B7B7B7;
	box-sizing: border-box;
	color: #626262;
	display: inline-block;
	padding: 0.8rem 4rem;
	text-align: center;
	margin: 1rem 0.5rem;
	text-decoration: none;
	font-size: 1.250rem;
	font-weight: 900;
}


#blogbodyarticle {
	max-width: 800px;
	margin: auto;
	padding: 2rem 0;
}

.articlecontent {
	font-size: 1.188rem;
	font-weight: 400;
	text-align: center;
}

.article_date {
	font-size: 1.188rem;
	font-weight: 900;
	text-align: center;
	margin: 1.5rem 0;
}

#blogbodyarticle h2 {
	margin:1.2rem 0 1rem 0;
}

.articleimage {
	text-align:center;
}

.articleimage img {
	max-width:100%;
}

.articlebuttons2 a {
   text-transform:uppercase;
   text-decoration:none;
}

.articlebuttons2  {
   overflow:hidden;
   padding-bottom:2rem;
}

.articlebuttons a {
   min-width:160px;
}

.articlebuttons {
   text-align:center;
   padding:1.5rem;
}

.articlebuttons3 {
   text-align:center;
   padding:4rem 1.5rem 3rem 1.5rem;
}

.articlebuttons3,.articlebuttons2 {
   display:none;
}

.articlebuttons2 a:nth-of-type(1) {
   background:url(../images/back.svg) left center no-repeat;
   background-size:11px auto;
   padding-left:1.5rem;
   float:left;
}

.articlebuttons2 a:nth-of-type(2) {
	background: url(../images/next.svg) right center no-repeat;
	background-size: 11px auto;
	padding-right: 1.5rem;
	float: right;
}

#blogbodyarticle b,
#blogbodyarticle strong {
	font-weight: bold;
	color: #ae9c82;
}

.newbutton {
	background: url(../images/new.svg) center center no-repeat;
	display: block;
	width: 2.063rem;
	height: 2.063rem;
	font-size: 0;
	background-size: auto 100%;
	position: absolute;
	left: 0.6rem;
	top: 0.6rem;
	z-index: 10;
}

.articleimage {
	position: relative;
}

.articleimageinner {
	max-width:576px;
	position: relative;
	margin: auto;
}

@media only screen and (max-width: 1200px) {
	.blogstorybutton {
		left: 20%;
		right: 20%;
	}
}

@media only screen and (max-width: 1000px) {
	.blogstorybox {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
	}
}




@media only screen and (max-width: 630px) {
	.articlebuttons3,.articlebuttons2 {
		display:block;
	}

	.articlebuttons {
		display:none;
	}



	.blogstorybox {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 2rem 1rem 3.8rem 1rem;
	}

	.blogstorytitle {
		font-size: 1.250rem;
	}

	.blogstorydate,
	.blogstory_shortdescription,
	.blogstorybutton,
	#footernavblog a,
	.article_date,
	.articlecontent {
		font-size: 0.875rem;
	}

	#footernavblog a,
	.articlebuttons3 a {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.blog_title {
		font-size: 1.875rem;
	}
	
	#blogbodyarticle {
		padding: 1rem 0;
	}

	.articlebuttons3 {
		padding: 1rem;
	}

}

@media only screen and (max-width: 350px) {
	.blogstorybox {
		padding-left: 0;
		padding-right: 0;
	}

	#footernavblog a,
	.secondarybutton,
	.articlebuttons3 a {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}



