
.voices-template-default .site-header{
	padding:0;
}

.voices-template-default .site-container nav + div{
display:none;	
}



/*Centers the article. Makes the text area bg white*/
.voices-template-default .content-sidebar-wrap .content {
    margin: auto;
    background: white;
    width: 70.666667%;
}

.voices-template-default  .type-voices{
	   padding-bottom:4rem;	
}

.voices-template-default  .type-voices .byline {
	  margin-bottom:30px;
	  font-weight:bold;
}


/*Makes sure copy haas some spacing and isn't going all the way to the edge*/
.voices-template-default  .type-voices p, .voices-template-default  .type-voices h1, .voices-template-default  .type-voices h2, .voices-template-default  .type-voices h3, .voices-template-default  .type-voices h4, .voices-template-default  .type-voices h5, .voices-template-default  .type-voices h6, .voices-template-default  .type-voices .addtoany_content{
	  	   padding: 0 7rem;	
}


/*Creates some space below the feature image*/
.voices-template-default .col-sm-12{
	  margin-bottom:50px;
		padding:0;
}

.voices-template-default .col-sm-12 .feature-img-wrapper img{
	  width:100%;
}


@media (max-width: 600px) {

	.voices-template-default .content-sidebar-wrap .content {
			width: 94.666667%;
	}
	.voices-template-default  .type-voices p{
	  	   padding: 0 5rem;	
}

}


.views-template-default .site-header{
	padding:0;
}

.views-template-default .site-container nav + div{
display:none;	
}



/*Centers the article. Makes the text area bg white*/
.views-template-default .content-sidebar-wrap .content {
    margin: auto;
    background: white;
    width: 70.666667%;
}

.views-template-default  .type-views{
	   padding-bottom:4rem;	
}

.views-template-default  .type-views .byline {
	  margin-bottom:30px;
	  font-weight:bold;
}


/*Makes sure copy haas some spacing and isn't going all the way to the edge*/
.views-template-default  .type-views p, .views-template-default  .type-views h1, .views-template-default  .type-views h2, .views-template-default  .type-views h3, .views-template-default  .type-views h4, .views-template-default  .type-views h5, .views-template-default  .type-views h6, .views-template-default  .type-views .addtoany_content{
	  	   padding: 0 7rem;	
}


/*Creates some space below the feature image*/
.views-template-default .col-sm-12{
	  margin-bottom:50px;
		padding:0;
}

.views-template-default .col-sm-12 .feature-img-wrapper img{
	  width:100%;
}


@media (max-width: 600px) {

	.views-template-default .content-sidebar-wrap .content {
			width: 94.666667%;
	}
	.views-template-default  .type-views p{
	  	   padding: 0 5rem;	
}

}

.voices-template-default  .type-voices ol, .voices-template-default  .type-voices ul{
	padding: 0 7rem;
	margin-left:0;
	margin-right:0;
}

.views-template-default  .type-views ol, .views-template-default  .type-views ul{
	padding: 0 7rem;
	margin-left:0;
	margin-right:0;
}