
/* = Issues List
---------------------------------------------------- */

.issues-list .read-more a {
	font-size: 16px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	word-spacing: 1px;
}

/* = News List
---------------------------------------------------- */

.news-section {
	padding: 35px 0;
}
.news-section .section-title{
	margin-bottom: 35px;
	text-align: center;
}

.news-section .read-more{
	margin: 35px 0 0;
	text-align: center;
}

.news-section .read-more a{
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

/* = Welcome
---------------------------------------------------- */

.welcome-section {
	position: relative;
}
.welcome-section::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
}
.welcome-section .wrap {
	position: relative;
	z-index: 5;
}
.welcome-section .section-title{
	margin-bottom: 15px;
}

.welcome-section.right-align {
	background-position: right center;
}
.welcome-section.right-align .wpb_column  {
	float: right;
}
.welcome-section.right-align .wpb_column + .wpb_column {
	float: left;
}
.welcome-section.right-align::before {
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
}

.welcome-section .left-column{
	width: 100%;
	float: left;
}

.welcome-section .right-column{
	width: 220px;
	padding-top: 8px;
	margin-right: -280px;
	float: right;
}

.welcome-section .newsletter-form-title{
	margin-bottom: 10px;

	font-size: 26px;
	line-height: 30px;
}

.welcome-section .newsletter-form .gform_wrapper{
	margin-bottom: 0;
}

.welcome-section .newsletter-form .gfield .gfield_label{
	display: none;
}

.welcome-section .newsletter-form .gform_footer input{
	width: 100%;
}

.welcome-section .newsletter-form .gform_footer img{
	display: none;
}

.welcome-section {
	background-position: left bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 175px 0 115px;
}
.welcome-section h1,
.welcome-section h2 {
	font-weight: 900;
}

/* = Video gallery
---------------------------------------------------- */
.video-gallery {
	max-width: 820px;
	margin: 0 auto 50px;
}
.video-grid {
	display: flex;
}
.video-grid .gallery-item + .gallery-item {
	margin-left: 20px;
}
.video-grid .gallery-item {
	flex: 1 1 0px;
}
.video-gallery .gallery-item-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width:  100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: #000;
}
.video-gallery .gallery-item-container iframe {	
	position: absolute;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
}
.video-gallery .gallery-item-1 {
	margin: -60px 0 0;
}