/* 
 * Petition stuff. Shouldn't be on live at all. 
 */

section.petition-top {
	/* v4 */
	background-color: transparent;
	padding: 11.5rem 0 8rem;
	background-image: url(../images/petition_bg_1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.petition-top .container {
	/* v4 */
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5rem 6.1rem 4rem;
	max-width: 1420px;
}

section.petition-top .container>.row>.col {
	/* v4 */
	padding: 3rem 3rem;
}

section.petition-top .petition-title {
	/* v4 */
	margin: 0;
	color: #064a4d;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: "Inter";
}

section.petition-top .petition-text-left {
	/* v4 */
	padding-right: 3.7rem;
	border-right: 1px solid #8A8A8A;
	padding-top: 1rem;
	font-family: "Inter";
	font-size: 1.17rem;
}

section.petition-top .petition-text-left strong,
section.petition-top .petition-text-right strong {
	/* v4 */
	color: #0d8894;
}

section.petition-top .petition-text-left ul,
section.petition-top .petition-text-right ul {
	/* v4 */
	padding: 0 0.7rem 0 0;
}

section.petition-top .petition-text-left li,
section.petition-top .petition-text-right li {
	/* v4 */
	margin-bottom: 0.8rem;
}

section.petition-top .petition-text-right {
	/* v4 */
	padding-left: 5rem;
	padding-right: 0;
	padding-top: 1rem;
	font-size: 1.17rem;
	font-family: "Inter";
}

section.petition-top .blog-title.blog-subtilte {
	/* v4 */
	margin-bottom: 1rem;
	font-size: 1.8rem;
	color: #434343;
	font-family: "Inter";
	font-style: normal;
	padding-top: 1rem;
}

section.petition-top .sign-petition-wrp {
	/* v4 */
	padding-top: 1.8rem;
}

a.sign-petition {
	/* v4 */
	border: 2px solid #08494f;
	border-radius: 3em;
	color: #fff;
	font-weight: 600;
	padding: 0.7em 2.1em;
	margin-left: 0.1em;
	background-color: #08494f !important;
	text-transform: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
	font-size: 1.3rem;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

a.sign-petition:hover {
	/* v4 */
	color: #0d8894 !important;
	background-color: transparent !important;
	text-decoration: none;
}


section.petition-center {
	/* v4 */
	padding: 8rem 0 4rem;
	background-color: #f9f9f9;
}

section.petition-center .container {
	/* v4 */
	max-width: 1000px;
}

form.petition-form [type='submit'] {
	/* v4 */
	border: 2px solid #08494f;
	border-radius: 3em;
	color: #fff;
	font-weight: 600;
	padding: 0.7em 3em;
	margin-left: 0.1em;
	background-color: #08494f !important;
	text-transform: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

form.petition-formupdate [type='submit']:hover {
	/* v4 */
	color: #0d8894 !important;
	background-color: transparent !important;
	text-decoration: none;
}

form.petition-formupdate [type='submit'] {
	/* v4 */
	border: 2px solid #08494f;
	border-radius: 3em;
	color: #fff;
	font-weight: 600;
	padding: 0.7em 3em;
	margin-left: 0.1em;
	background-color: #08494f !important;
	text-transform: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

form.petition-form [type='submit']:hover {
	/* v4 */
	color: #0d8894 !important;
	background-color: transparent !important;
	text-decoration: none;
}

.petition-center-animate {
	/* v4 */
	height: 0;
	overflow: hidden;
}

@media (max-width:991px) {
	
	section.petition-top .petition-text-left {
		/* v4 */
		padding-right: 0;
		border: none;
	}

	section.petition-top .petition-text-right {
		/* v4 */
		padding-left: 0;
	}
}

@media (max-width:767px) {
	
	section.petition-top .container {
		/* v4 */
		padding: 2rem;
	}
}

@media (max-width:400px) {

	section.petition-top .petition-text-left p, section.petition-top .petition-text-right p {
		/* v4 */
		padding: 0rem !important;
	}
}

.petition-n-wrp {
	/* v4 */
	padding-top: 3rem;
	padding-bottom: 1rem;
}

input.sign-petition {
		/* v4 */
	border: 2px solid #08494f;
	border-radius: 3em;
	color: #fff;
	font-weight: 600;
	padding: 0.7em 2.1em;
	margin-left: 0.1em;
	background-color: #08494f !important;
	text-transform: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
	font-size: 1.3rem;
	transition: 0.5s;
	display: inline-block;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

input.sign-petition:hover {
	/* v4 */
	color: #0d8894 !important;
	background-color: transparent !important;
	text-decoration: none;
}


/* 
 * This is called subscribe, but I believe it's really "sign petition" (as it's on node 76).
 *
 * grep (subscribe) in themes/segm/templates/: 
 *     page--node--76.html.twig
 */

section.subscribe {
	/* v4 */
	z-index: 2;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

section.subscribe h2 {
	/* v4 */
	text-align: center;
	font-size: 2rem;
}

section.subscribe p {
	/* v4 */
	margin: 0;
}



/* 
 * given the name, presumably this is a rework of something. Node 40 is a petition thing.
 *
 * grep (new_css) in themes/segm/templates/: 
 *     templates/page--node--40.html.twig
 */
 
.new_css {
	/* v2, v4 */
	min-height: calc(100vh - 220px);
}

.new_css section.content-1 {
	
	/*
	 * WORKAROUND TO ACHIEVE 100% MATCH:
	 * THESE HAVE BEEN COMMENTED OUT.
	 * THIS IS BECAUSE IN THE UNFIXED MESS, THEY'RE OVERWRITTEN.
	 */
	 
	/* v2, v4 */ 
	/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0%, #fff 20px); */
	/* border-top: 0; */
	/* color: #000000; */
}

.new_css section.content-1 article {
	/* v2, v4 */
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
	padding: 1em 1.5em 0;
	margin-bottom: 3em;
	font-size: 110%;
}

.new_css section.content-1 p {
	/* v2, v4 */
	font-size: inherit;
}

.new_css section.content-1 .article-content ol, .new_css section.content-1 .article-content ul 
{
	/* v2, v4 */
}

.new_css section.content-1 .article-content ol li, .new_css section.content-1 .article-content ul li {
	/* v2, v4 */
	margin-bottom: 0.8em;
	font-size: inherit;
}

.new_css section.content-1 .article-content strong:first-child {
	/* v2, v4 */
	color: #0d8894;
	font-size: 120%;
	display: inline-block;
}



/* This is some kind of broken navigation menu redesign from one of the petition pages. */

new-top .donate-top, new-top #stripe-examples-simple-checkout input[type="submit"] {
	/* v2, v4 */
	background: #0d8894 !important;
	border-color: #0d8894 !important;
	border-image: none;
	border: 1px solid #03866d;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 2em;
	padding-right: 2em;
	border-radius: 4px;
	box-shadow: none;
	font-weight: bold;
	text-transform: none;
}

new-top .home-link {
	/* v2, v4 */
	padding: 0 28px 0 0;
	box-sizing: border-box;
	display: flex;
}

new-top .donate-top:hover, new-top #stripe-examples-simple-checkout input[type="submit"]:hover {
	/* v2, v4 */
	filter: brightness(110%);
}


/* new_footer is on the same page as new-top */

footer.new_footer {
	/* v2, v4 */
	min-height: 78px;
	background-image: url(../images/footer.png);
	background-size: cover;
	color: #fff;
	padding-top: 1em;
	border-top: 0;
	position: relative;
}

footer.new_footer:after {
	/* v2, v4 */
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: " ";
	left: 0;
	top: 0px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0) 20px) !important;
}