/********************************************************************
	News Template CSS
********************************************************************/

.page-template-news .content {
	width: 100%;
}

.page-template-news .site-inner {
	padding-bottom: 60px;
	margin-bottom: 20px;
}

.page-template-news h1.entry-title {
	margin-bottom: 60px;
	text-align: center;
}

.news-block,
.news-block span.featuredimg{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

.pathfinder .site-inner .entry{
	display: none;
}

.full-width-content .content{
	padding-bottom: 64px;
}

#int_header{
	display: none;
}

.pathfinder .site-header{
	background: rgba(8,37,62,1);
}

span.triangle{
	position: absolute;
	z-index: 99;
	right: 0;
	top: 40%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 15px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

/*
----------------------------------------*/
#news_container{
	display: block;
	position: relative;
	margin-top: 20px;
}

span.separator{
	display:block; 
	width:100%; 
	clear:both; 
	width:100%; 
	height:0px; 
	position:relative; 
	overflow:hidden;
}

.news-block{
	width: 33.333%;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,0.04);
	background: #f5f5f5;
	border: solid 6px #FFF;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.0);
}

.news-block:hover{
	transform: scale(1.1);
	z-index: 999;
	border: solid 0px #FFF;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.5);
}

.news-block a{
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
}

.news-block .verbiage{
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 57px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-block span.more-btn{
    display: block;
    background: #f55443;
    color: #FFF;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    font-size: 12px;
    bottom: 0;
	text-transform: uppercase;
}

.news-block.large span.more-btn{
    z-index: 999;
    background: #000;
    font-size: 13px;
    right: auto;
    bottom: auto;
}

.news-block.large{
	height: 400px;
	border-radius: 16px;
}

.news-block.small{
	height: 200px;
	border-bottom-left-radius: 16px;
	/*border-top-left-radius: 16px;*/
}

.news-block.small.stack{
	position: absolute;
	margin-top: 200px;
}

.news-block span.fade{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(7deg, rgba(0,0,0,0.4738270308123249) 0%, rgba(255,255,255,0) 100%);
}

.news-block.small span.fade{
	display: none;
}

.news-block span.featuredimg{
	display: block;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.news-block span.featuredimg.zoom{
	transform: scale(1.2);
}

.news-block.large span.featuredimg{
	width: 100%;
}

.news-block.large span.featuredimg span.triangle{
	display: none;
}

.news-block.small .the-content{
	width: 50%;
	position: absolute;
	right: 0;
	height: 100%;
	padding: 18px;
}

.news-block .the-content h2{
	font-family: "lato",sans-serif;
	font-weight: 800;
}

.news-block .the-content h2 span.date{
	display: block;
	font-size: 10px;
	font-style: italic;
	margin: 4px 0;
	color: #000;
}

.news-block.small .the-content h2{
	font-size: 15px;
	margin-bottom: 6px;
}

.news-block.large .the-content h2 span.date{
	color: #FFF;
}

.news-block.small .the-content h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 57px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-block.large .the-content{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	padding: 48px;
}

.news-block.large .the-content .verbiage{
	display: none;
}

.news-block.large .the-content h2{
	color: #FFF;
}

.news-block.large .the-content h2{
	position: absolute;
	bottom: 38px;
	left: 0;
	width: 100%;
	font-size: 20px;
	padding: 0 48px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.66);
}

/*
-----*/
#news_block_5 span.featuredimg,
#news_block_6 span.featuredimg,
#news_block_8 span.featuredimg,
#news_block_9 span.featuredimg{
	left: auto;
	right: 0;
}

#news_block_5 .the-content,
#news_block_6 .the-content,
#news_block_8 .the-content,
#news_block_9 .the-content{
    right: auto;
    left: 0;
}

#news_block_5 span.more-btn,
#news_block_6 span.more-btn,
#news_block_8 span.more-btn,
#news_block_9 span.more-btn{
    right: auto;
    left: 0;
}

#news_block_5 span.triangle,
#news_block_6 span.triangle,
#news_block_8 span.triangle,
#news_block_9 span.triangle{
    right: auto;
    transform: rotate(180deg);
}

#news_block_9{
	right: 0;
}

#news_block_13{
	left: 33.3%;
}

/*Pagnation
------------------*/
#news_nav{
	display: block;
	clear: both;
	position: relative;
	padding: 2px 0 0 0;
}
.pathfinder .archive-pagination a:hover, .archive-pagination a:focus, 
.pathfinder .archive-pagination .active a{
	background-color: #000;	
}

.page-template-template_news .archive-pagination.pagination ul {
    margin-top: 80px;
}

@media only screen and (max-width: 1600px) {
	.pathfinder .site-inner{
		padding-left: 64px;
	}
    
}

@media only screen and (max-width: 1400px) {
	.pathfinder .site-inner {
		padding-left: 100px;
	}
	
}

@media only screen and (max-width: 1400px) {
	.pathfinder .site-inner {
		padding-left: 130px;
	}
}

@media only screen and (max-width: 1280px) {
	.news-block{
		width: 50%;
	}
	
	.news-block.small.stack {
		position: absolute;
		margin-top: 200px;
	}
	
	#news_block_9.news-block.small.stack{
		margin-top: 400px;
	}
	
	#news_block_11.news-block.small.stack{
		left: auto;
		right: 0;	
	}
	
	#news_block_13.news-block.small.stack{
		right: 0;
		left: auto;
		margin-top: 400px;	
	}
}

@media only screen and (max-width: 1270px) {
	.pathfinder .site-inner{
		padding-left: 0;
	}
}

@media only screen and (max-width: 800px) {
	.news-block.small .the-content h2{
		font-size: 12px;
	}
}

@media only screen and (max-width: 760px) {
	
	.page-template-template_news .site-inner .wrap {
		padding: 0;
	}
	
	.news-block{
		width: 100%;
	}
	
	.news-block.small .the-content{
		padding: 38px;
	}
	
	.news-block .verbiage{
		font-size: 15px;
		line-height: 22px;
	}
	
	.news-block.small.stack{
		position: relative !important;
		top: 0 !important;
		margin-top:0 !important;
	}
	
	.news-block.small span.featuredimg{
		display: none;
	}
	
	.news-block.small .the-content{
		width: 100%;
	}
	
	#news_block_5 span.more-btn, 
	#news_block_6 span.more-btn, 
	#news_block_8 span.more-btn, 
	#news_block_9 span.more-btn{
		left: auto;
		right: 0;
	}
}