.single {margin-left: 0 !important;}

.layout__region--top {
	flex: 0 1 120% !important;
  position: relative;
  width: 110% ;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  z-index: 1;
 /* margin-left: -8%; */
}

.layout__region--first {

  background-color: #fff;
  font-family: adobe-caslon-pro, "Adobe Caslon Pro", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 2rem;
  line-height: 2.85rem;
  position: relative;
  padding-top: 50px;
  /* border-left: 1px solid #707070; */
 /* padding-left: 20px !important; */
  /* margin-top: -30px; */
  z-index: 2;
}

@media(min-width: 40em){
	.layout__region--first {
  flex: 0 1 75% !important;
	}
}

.layout__region--second {
  padding-left: 5%;
  padding-top: 50px;
  flex: 0 1 25% !important;
}

.recommended {margin-top: 30px;}
.single__dropcap {margin-top: 40px;}

.recommended .c-card__title a:hover {background-color: white !important;}



.image-partialbleed__caption.font-italic {
	line-height: 20px;
	font-size: 16px;
}


.paragraph--type--full-column-width-image.paragraph--view-mode--default {max-width: 90%;}


 .c-card--small:not(.slick-slide .c-card--small) {max-width: 100%; float: left; padding:5px; }
 
@media(min-width: 64em){
.c-card--small:nth-of-type(-n+4):not(.slick-slide .c-card--small, .this-issue__articles-container  .c-card--small, .recommended  .c-card--small) {max-width: 32%;}
.c-card--small:nth-child(2),  .c-card--small:nth-child(3) { margin-right: 18px;  }
}


.issue-features .c-card--small .c-card__image-link img  {
all: revert !important;
/* max-height: 175px !important; */
}

@media(max-width: 64em){
	
	/*
.c-card.c-card--small {
  max-width: 500px !important; 
*/
.c-card--small:not(.slick-slide .c-card--small, .this-issue__articles-container .c-card--small) 
{
float: none!important;
  margin-left: auto; margin-right: auto;
}
}

/* .c-card__tag {min-width: 100%;} */
.issue-features .c-card--small .c-card__image-link img {margin: auto;}
.issue-features .c-card--small {
	display: block !important;
  overflow: hidden; 
}


    .issue-features .c-card--small .c-card__image-link {
        display: block;
        margin: auto;
    }