html {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	background: none;
	width: 100%;
	height: 100%;
}
#wrapper {
	display: block;
	width: 100%;
	padding: 0;
}
form .text-danger {
	color: #d41f3a;
	font-size: 80%;
	margin-top: .5rem;
}
form .error {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
	color: #d41f3a;
	font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.success-box {
	display: block;
	color:#298b3b;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 2em;
	width: 50%;
}
.back-button {
	display: inline-block;
	padding: 0.2em 1em;
	background-color: rgba(253, 253, 253, 1);
	border: 1px solid rgba(216, 216, 216, 1);
	border-radius: 7px;
	font-family: 'ArialMT';
	font-size: 1.2em;
	line-height: 40px;
	color: rgba(115, 115, 115, 1);
	text-align: center;
	vertical-align: top;
	margin: 0.5em 0.5em;
	width: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	color: rgba(38, 157, 106, 1);
	text-align: left;
	font-weight: bold;
	line-height: 120%;
}
.box-wrapper {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}
.left-box {
	width: 100%;
	vertical-align: top;
	padding-bottom: 3em;
	order: 2;
}
.right-box {
	width: 100%;
	vertical-align: top;
	padding-top: 5em;
	order: 2;
}
.left-box-inner,
.right-box-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
	padding: 1em;
}
.petition-header {
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
    width: 94%;
}
.petition-header > img {
    width: auto;
    max-width: 30%;
    height: auto;
    max-height: 70px;
}
.logo {
	margin-top: 0px;
}
.petition-box {
	position: relative;
	/*height: 486px;*/
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.5);
	background-image: linear-gradient(-135deg, #26A440 0%, #2692A4 100%);
	border-radius: 13px;
}
.petition-array {
	position: absolute;
	top: -50px;
	left: 30%;
	background: url('/petition/images/stuff/array.png') no-repeat left bottom;
	height: 80px;
	width: 100%;
	text-align: center;
	font-family: 'Indie Flower', cursive;
	font-size: 2em;
	color: rgba(43, 43, 42, 1);
}
.petition-bottom-array {
	position: absolute;
	top: -50px;
	left: 15%;
	background: url('/petition/images/stuff/array_flip.png') no-repeat right bottom;
	height: 80px;
	width: auto;
	text-align: left;
	font-family: 'Indie Flower', cursive;
	font-size: 2em;
	color: rgba(43, 43, 42, 1);
}
.petition-form-body {
	/*height: 349px;*/
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
}
.petition-form-body-wrapper {
	padding: 0.5rem 1rem;
    display: flex;
}
.petition-form-item {
	/* display: block; */
	/* width: 45%; */
	/* margin: 0.5em 0em; */
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
	padding: 0.3em;
}
.petition-box label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	font-weight: bold;
}
.petition-input {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	border: none;
	width: 100%;
	height: 3em;
	margin-top: 0.3em;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
}
.petition-submit {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px 0px 13px 13px;
	height: 137px;
}
.submit-button {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	width: 85%;
	background-color: rgba(206, 13, 65, 1);
	border-radius: 28px;
	margin: 2.6em 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	cursor: pointer;
}
.status-bar {
	margin-top: 2em;
	background-color: rgba(208, 208, 208, 1);
	border-radius: 9px;
	height: 18px;
}
.status-bar-progress {
	background-color: rgba(38, 157, 106, 1);
	border-radius: 9px;
	height: 18px;
}
.subscribers {
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: rgba(38, 157, 106, 1);
	text-align: center;
	font-weight: bold;
}
.subscribers span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	color: rgba(87, 87, 87, 1);
	text-align: center;
}
.petition-disclaimer {
	margin-top: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: rgba(87, 87, 87, 1);
	text-align: left;
	line-height: 1.2em;
}
#error-box {
	color: rgba(206, 13, 65, 1);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 2em;
	width: 50%;
}
.has-error {
	background: #f2c8c8;
}
.petition-lead {
	margin: 2em 0 0 0;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    order: 1;
}
.petition-content {
	margin: 2em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    order: 3;
}
.left-box h1 {
	font-size: 1.6em;
}
.petition-content p {
	margin: 1em 0;
}
.petition-content ul {
	margin: 1em 1.5em;
}
.petition-content li {
	margin: 1em 0;
}
.petition-content h2 {
	font-size: 2em;
	color: rgba(38, 157, 106, 1);
	margin: 1em 0;
}
.petition-content h3 {
	font-size: 1.4em;
	color: rgba(38, 157, 106, 1);
	margin: 1em 0;
}
.petition-content img {
	width: 100%;
    max-width: 100%;
    height: auto;
}
.petition-content span img {
	width: 100%;
	height: auto;
}
.more-information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.3;
	word-break: break-word;
	/* padding: 1em; */
	color: #fff;
}
.sign-box {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.sign-box .submit-button {
	width: calc(100% - 2em);
}

@media screen and (min-width: 768px) {
	.sign-box {
		width: 50%;
		/* float: left; */
		margin: 2em;
		text-align: center;
		position: relative;
	}
	.sign-box .submit-button {
		width: 60%;
	}
	.petition-bottom-array {
		top: -25px;
		/* left: 25%;
		width: 24%; */
		left: 0%;
		width: 50%;
	}
	.left-box-inner {
		padding: 3em;
	}
	.left-box h1 {
		font-size: 2.6em;
	}
	.back-button {
		margin: 0.5em 2em;
		width: auto;
	}
	/* .petition-form-item {
		width: 46%;
	} */
	/* .more-information {
		padding: 1em 1em 1em 0;
	} */
	/* .petition-form-body-wrapper {
		padding-top: 1.5em;
		padding-left: 1em;
	} */
	.petition-input {
		height: 2em;
	}
	.petition-content img {
		width: auto;
	}
	.petition-content span img {
		width: auto;
		max-height: 150px;
	}
    .petition-header {
        width: calc(55% - 6rem);
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (min-width: 1024px) {
	.box-wrapper {
		flex-direction: row;
	}
	.left-box {
		float: left;
		width: 55%;
		vertical-align: top;
	}
	.right-box {
		/* position: fixed; */
		position: absolute;
		top: 0;
		right: 17%;
		bottom: 0;
		max-width: 390px;
		width: 30vw;
		vertical-align: top;
		padding: 5em .5em 1em;
		/* overflow-y: auto; */
	}
    .petition-header {
        width: calc(55% - 6rem);
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .petition-header > img {
        width: auto;
        height: 100px;
    }
}

@media screen and (min-width: 1279px) {
	#wrapper {
			width: 1200px;
			margin: 0 auto;
			padding: 0 2.5%;
	}
	.petition-header {
		margin-top: 2em;
	}
	/* .logo {
		margin-top: -50px;
	} */
}
