
/* = Issues List
---------------------------------------------------- */

.issues-section .section-title{
	margin-bottom: 30px;
}

.issues-section .read-more{
	margin-top: 20px;
}

.issues-section .read-more a{
	font-size: 18px;
	line-height: 31px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
}

/* = News List
---------------------------------------------------- */

.news-section .section-title{
	margin-bottom: 48px;
	text-align: center;
}

.news-list .read-more{
	margin-bottom: 0;
	text-align: center;
}

.news-list .read-more a{
	font-size: 20px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: 700;
}

.news-list .news-share {
	text-transform: uppercase;
	word-spacing: 1px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
}
.read-more-news {
	text-align: center;
}
.news-section::before {
	content: '';
	display: block;
	position: absolute;
	left: -1000px;
	right: -1000px;
	top: -68px;
	background: #042846;
	height: 528px;
}
.news-section-inner {
	position: relative;
	margin-top: -13px;
}
.news-section .section-title {
	color: #ffffff;
}


/* = Welcome
---------------------------------------------------- */

.welcome-section .section-title{
	margin-bottom: 11px;
}

.welcome-section .section-title.petition-form-title {
	margin: 16px 0 10px;
}

.welcome-section .left-column{
	width: 320px;
	float: left;
	margin-top: 15px;
}
.welcome-section .left-column img {
	width: 320px;
	height: 320px;
	border-radius: 50%;
}
.welcome-section .right-column{
	width: 545px;
	padding: 25px 0;
	float: right;
}

.welcome-section .section-name {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.welcome-section.petition .right-column {
	margin-top: -170px;
}

.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 .social-buttons {
	display: flex;
	margin: 30px -30px 0;
	padding: 0;
}
.welcome-section .social-buttons li {
	margin: 0;
	padding: 0;
	display: block;
	position: static;
	flex: 1 1 0;
}
.welcome-section .social-buttons li a {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.welcome-section .social-buttons li a .fa {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	margin: -16px 0 0;
}

/* CTA Box */
.vc_row-has-fill.overlayed {
	position: relative;
	color: #ffffff;
}
.vc_row-has-fill.overlayed::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}
.vc_row.overlayed > .wrap {
	position: relative;
	color: #fff;
}
.cta-box-section {
	color: #ffffff;
	text-align: center;
	padding: 88px 0 43px;
}
.cta-box-section-row .cta-box-section {
	padding-bottom: 88px;
}
.cta-box-section-row.vc_row > .wrap {
	margin-top: 0;
	margin-bottom: 0;
}
.cta-box-section .section-title {
	color: inherit;
	margin-bottom: 13px;
}
.cta-box-section .cta-buttons {
	margin-top: 38px;
}
.cta-buttons .button.style-2 {
	background-color: transparent;
	color: #ffffff;
}
.cta-buttons .button {
	padding: 8px 30px;
	text-align: center;
	margin: 0 10px;
	min-width: 320px;
}
.cta-box-section-row {
	background-position: 50% 50%;
	background-size: cover;
	margin: 88px 0 0;
}


.single-issue-section {
	margin: 40px 0 80px;
}
.single-issue-banner {
	position: relative;
}
.single-issue-banner .issue-content {
	position: absolute;
    bottom: -52px;
    left: 60px;
    background: #ffffff;
    width: 300px;
    padding: 15px 25px;
}
.single-issue-banner .issue-content .button {
	width: 100%;
}


.contact-section .left-column {
	width: 54%;
	float: left;
}
.contact-section .right-column {
	width: 40.5%;
	float: right;
}
.contact-section .gform_fields .gfield .gfield_label {
	display: none;
}
.page-content input[type="button"], 
.page-content input[type="submit"] {
    padding: 7px 60px;
    font-size: 14px;
    line-height: 30px;
}