.tx-powermail,
.tx-fp-newsletter {
	padding: 30px;
	background: #f0f0f0;
}
.tx-powermail h3 {
	display: none;	
}
.tx-powermail .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0;
}

article form fieldset,
.tx-fp-newsletter fieldset,
.tx-powermail fieldset {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
	min-width: 0;
}

article form legend {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    text-transform: none;
    padding: 0 0 8px;
    margin: 0;
    font-family: OpenSans-Bold, "Open Sans", sans-serif;
    font-weight: 700;
    color: #333;
}

article form label {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 6px;
    display: block;
    width: 100%;
}

.form-label-hidden,
.powermail_fieldwrap_type_input > label,
.powermail_fieldwrap_type_textarea > label {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
	border: 0;
}

article form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%;
}

article form input:focus,
article form select:focus,
article form textarea:focus {
    outline: none;
    border-color: #9b9b9b;
}

article form input[type="text"], 
article form input[type="date"], 
article form input[type="password"], 
article form input[type="email"],
article form input[type="number"],
article form input[type="tel"],
article form select,
article form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 0.75rem;
    border: 1px solid #d3d3d3;
    background: #fff;
    margin-bottom: 10px;
}

article form textarea {
    height: auto;
    min-height: 150px;
}

article form input::placeholder,
article form textarea::placeholder {
    color: #9b9b9b;
    opacity: 1;
}

article form input[type="submit"],
article form .form-submit,
.tx-powermail input[type="submit"],
.tx-fp-newsletter input[type="submit"],
.tx-powermail input.btn,
.tx-powermail input.btn-outline-primary,
.tx-fp-newsletter input.btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 8px;
    padding: 0;
    border: 1px solid #ff0;
    background-color: #ff0;
    color: #000;
    font-family: AmnestyBoldCondensed, HelveticaNeue-CondensedBold, "Franklin Gothic Medium", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

article form input[type="submit"]:hover,
article form .form-submit:hover,
.tx-powermail input[type="submit"]:hover,
.tx-fp-newsletter input[type="submit"]:hover,
.tx-powermail input.btn:hover,
.tx-powermail input.btn-outline-primary:hover {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
}

.form-actions {
	clear: both;
	margin-top: 8px;
}

.form-row-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-row-name .form-group {
	width: 100%;
}

@media (min-width: 768px) {
	.form-row-name .form-group {
		width: 49%;
		flex: 0 1 49%;
	}
}

article form .form-group {
	margin-bottom: 10px;
	padding: 0;
}

article form div.checkbox label,
article form div.radio label,
article form .form-check-label {
    padding-left: 30px;
    width: auto;
    display: block;
}

article form input[type='checkbox'],
article form input[type='radio'] {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #dadada;
    background-color: #fff;
}

article form input[type='checkbox']:checked,
article form input[type='radio']:checked {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

article form input[type='checkbox']::before,
article form input[type='radio']::before {
    font-family: 'queeramnesty';
    font-size: 21px;
    cursor: pointer;
    content: "\f096";
    display: inline-block; 
    color: #333;
}

article form input[type='checkbox']:checked::before,
article form input[type='radio']:checked::before {
    font-family: 'queeramnesty';
    font-size: 21px;
    cursor: pointer;
    content: '\e80d';
    display: inline-block; 
    color: #333;
}

div.checkbox.parsley-error {
    padding-top: 24px;
}

div.checkbox.parsley-error input[type="checkbox"]::before {
    position: relative;
    top: -24px;
    color: red;
}

div.powermail_fieldwrap {
    position: relative;
    
}
div.tx-powermail .nolabel legend, div.tx-powermail .nolabel h3, div.tx-powermail .nolabel label {
    display: none;
}
div.tx-powermail .nolabel div.checkbox label, div.tx-powermail .nolabel div.radio label {
    display: block;
}
article form ul.powermail-errors-list {
    color: red;
    font-size: 12px;
    display: block;
    width: 100%; 
    margin: 0;
	padding: 0;
}
article form ul.powermail-errors-list li {
   display: block;
}
article form div.powermail_fieldwrap_type_radio, 
article form div.powermail_fieldwrap_type_check {
    margin-bottom: 12px;
}

.powermail_fieldwrap_type_submit {
	padding-top: 12px;
}

.powermail_fieldwrap_type_submit .powermail_field {
	display: block;
	width: 100%;
}



div.powermail-overlay {
    width: 90%;
    height: 40%;
    max-height: 150px;
    position: fixed;
    top: 25%;
    left: 5%;
    bottom: 0;
    right: 0;
    border: 5px solid #333;
    background: #ECEAEB;
    border-radius: 10px;
    z-index: 2000;
}

@media screen and (min-width: 960px) {
   div.powermail-overlay {
       width: 40%;
       left: 25%;
   } 
}
div.powermail-overlay.hidden {
    display: none;
}
div.progress-outer {
    width: 80%;
    margin: auto;
}
div.progress-outer p {
    margin-top: 20px;
}
@-webkit-keyframes progress{
to {
    width: 100%
}}@-moz-keyframes
progress {to{
    width: 100%
}}@-ms-keyframes
progress {to{
    width: 100%
}}@keyframes
progress {to{
    width: 100%
}}
div.powermail-overlay .powermail_progress {
    background: #333;
    width: 0%;
    height: 20px;
    max-width: 100%;
    margin-top: 20px;
    -webkit-animation: progress 60s 1 forwards;
    -moz-animation: progress 60s 1 forwards;
    -ms-animation: progress 60s 1 forwards;
    animation: progress 60s 1 forwards;
    border: 1px solid #ff0;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
p.error, ul.formerror {
    color: red;
}

form.newsletter .form-group {
    width: calc(100% - 70px);
    display: inline-block;
}
form.newsletter button {
    background: none;
    border: 0px solid white;
    color: white;
    font-size: 24px;
    vertical-align: top !important;
    margin-top: 1px;
    padding: 2px 10px;
    cursor: pointer;
}


.tx-fp-newsletter form  input[type="checkbox"]{
	left: 0px;
}
.tx-fp-newsletter .form-check-label {
	padding-left: 35px;
	display: inline-block;
}
.tx-fp-newsletter fieldset {
	padding: 0px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


td.powermail_all_label {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td.powermail_all_value {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.layout3 legend {
	 font-size: 26px;
}

.layout3 textarea {
	min-height: 550px;
}

.optin-wrapper {
	position: fixed;
	width: 100vw;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: white;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.optin-wrapper.hidden {
	display: none;
}
.action-box.hidden {
	display: none;
}

.optin-wrapper a {
	background: #ff0;
    display: inline-block;
    padding: 5px 18px 5px 18px;
    font-size: 18px;
    margin-bottom: 24px;
    font-family: AmnestyBoldCondensed, HelveticaNeue-CondensedBold, "Franklin Gothic Medium", sans-serif;
    cursor: pointer;
    background: #333;
    color: white;
}
.optin-wrapper a.closebtn {
	float: right;
	padding: 5px 24px 5px 18px;
}

.optin-wrapper table, .optin-wrapper p {
	max-width: 800px;
}

.optin-wrapper table td.powermail_all_label {
    font-size: 12px;
}

.optin-wrapper table td.powermail_all_value {
     font-size: 12px;
}
.optin-wrapper .table th, .table td {
	padding: 0.5rem;
}

#powermail_captchaimage {
    width: 40%; 
}
@media (min-width: 992px) {
#powermail_captchaimage {
    width: 44%; 
}
}
#fp_extras {display:none !important;}

