

/* VIEWS ********************************** */
.view .item-list ul li {
	list-style: none;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
    position: relative;
}
.view ul li h2 {
	margin-bottom: 10px;
}
.view .item-list ul li h2 {}

.view .body {
	margin-bottom: 20px;
}
.view ul li figure {
    margin: 0;
    line-height: 0;	
}
.view ul li figure img {
	width: auto;
}
nav.pager {
    margin-bottom: 40px;
}
.pager__item.pager__item--first {
    margin: 0 7px 25px 0;
}
.pager__item.pager__item--last {
    margin: 0 0 25px 7px;	
}
.pager__item {
	padding: 0;
}
.pager__item a {
    border: 1px solid;
    padding: 4px 11px;
}


/* ----- Issues ----------------------- */
section.issuesblock h2 {
	color: white;
	font-size: 30px;
	margin: 20px auto 50px auto;
	text-align: center;
	text-transform: uppercase;
}

.view-issuesblock ul.flex {
	margin: 0;
}
.view-issuesblock ul.flex li {
	margin: 0;
	padding: 0;
}
.view-issuesblock ul.flex li article {
	height:340px;
}
.view-issuesblock ul.flex li article .iconx {
	margin: 10px auto;
	width: 40px;
}
.view-issuesblock ul.flex li a {
	align-self: center;
	background-size: cover;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
}
.view-issuesblock ul.flex li a div.bg {
	background-color: rgb(0, 43, 101);
	background-size: cover;
	filter: brightness(200%) grayscale(100%);
	mix-blend-mode:multiply;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.view-issuesblock ul.flex li a div.bg:focus,
.view-issuesblock ul.flex li a div.bg:hover {
	background-color: transparent;
	filter: brightness(150%) grayscale(0%);
	mix-blend-mode:unset;
	opacity:1;
}
.view-issuesblock ul.flex li a span {
	position: relative;
	z-index: 49;
}
.view-issuesblock ul.flex li a span.title {
	display: inline-table;
	margin: 0 auto;
}

.view-issuesblock ul.flex li a div.overlay {
	background-color: rgba(24,54,101,.5);
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.view-issuesblock ul.flex li a:hover div.overlay {
	display: block;
}

/* ----- share ----------------------- */
footer.share {
	color:#9B9B9B;
	text-align: left;
}
footer.share h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
footer.share > div.share > ul.share {
	display: flex;
	justify-content: flex-start;
	padding: 0;
    width: 160px;
}

/* ----- featured video ----------------------- */


/* ----- Print ----------------------- */


/* MEDIA QUERIES ************************* */
/* ----- Responsive ------------------ */
/* ----- Print ----------------------- */

@media (max-width: 480px) {}

@media (min-width: 481px) {}

@media (max-width: 599px ){}

@media (min-width: 600px) {}

@media (min-width: 600px) and (max-width: 767px) {}

@media (max-width: 767px) {}

@media (min-width: 768px) {
	.view ul.flex  {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
	}	
	.view-issuesblock ul.flex li {
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.view-issuesblock ul.flex li {
		border-bottom: 1px solid #576375;
	}	
	.view-issuesblock ul.flex li:nth-last-child(1),
	.view-issuesblock ul.flex li:nth-last-child(2) {
		border-bottom:0;
	}
	.view-issuesblock ul.flex li:nth-child(odd) {
		border-right: 1px solid #576375;		
	}
}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 992px) {
	.view-issuesblock ul.flex li {
		flex: 0 0 33.33%;
	}
	.view-issuesblock ul.flex li:nth-child(1),
	.view-issuesblock ul.flex li:nth-child(2),
	.view-issuesblock ul.flex li:nth-child(3) {
		border-bottom: 1px solid #576375;
	}
	.view-issuesblock ul.flex li:nth-child(2),
	.view-issuesblock ul.flex li:nth-child(5) {
		border-left: 1px solid #576375;
		border-right: 1px solid #576375;				
	}
	
	
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}
