/* Styles used only in PageBuilder view */
body#en__pagebuilder .en__field--hidden {
	width: 80px;
	overflow: hidden;
	font-size: 8pt;
	position: absolute;
	right: 0;
	margin: 4px 10px 0 0;
}
body#en__pagebuilder .en__field--hidden input {
	font-size: 8pt;
}
body#en__pagebuilder .en__field__item--hidden {
	display: inline-block;
	color: #ddd;
	background: #eee;
}
body#en__pagebuilder .en__field__input--other {
	color: #ddd;
	background: #eee;
}
body#en__pagebuilder .en__component.en__component--socialblock .en__shares::before {
    content: "(Share buttons)";
    color: #999;
}
body#en__pagebuilder .en__component {
	min-height: 30px; /* so zero-height blocks are editable */
}
body#en__pagebuilder aside.pb-placeholder {
	color: #888;
	position: absolute;
}
body:not(#en__pagebuilder) aside.pb-placeholder {
	display: none;
}
body:not(#en__pagebuilder) .en__component.en__component--socialblock {
	display: none;
}
/* ---- General styles ---- */

@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-Obl.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-Bd2.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-Bd2Obl.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "AmnestyTradeGothic";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-LightObl.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "AmnestyTradeGothicCn";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-BdCn20.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "AmnestyTradeGothicCn";
	src: url('https://www.amnestyusa.org/wp-content/themes/aiusa/dist/fonts/AmnestyTradeGothic-BdCn20Ob.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
h1 {
	font: bold 38pt/44pt AmnestyTradeGothicCn, sans-serif;
	text-transform: uppercase;
}
h2 {
	font: 300 35pt/38pt AmnestyTradeGothicCn, sans-serif;
    text-transform: uppercase;
}
h3 {
	font: normal 22pt/30pt AmnestyTradeGothicCn, sans-serif;
    text-transform: uppercase;
}
h4 {
	font: bold 16pt/22pt AmnestyTradeGothicCn, sans-serif;
    text-transform: uppercase;
}
h5 {
	font: bold 11pt/19pt AmnestyTradeGothicCn, sans-serif;
}
@media (max-width: 799px) {
	h1 {
		font-size: 30pt;
		line-height: 34pt;
	}
}
body {
	font-family: AmnestyTradeGothic;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.en__hidden {
    display: none;
}
.en__field__input::placeholder {
    color: #ddd;
    font-weight: bold;
}
.en__field.en__mandatory > .en__field__label:after {
	content: " *";
}

select {
    background: #fff url('https://aaf1a18515da0e792f78-c27fdabe952dfc357fe25ebf5c8897ee.ssl.cf5.rackcdn.com/1839/arrow_down_48px.png') no-repeat;
    background-size: 20px;
    background-position:  right 4px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select, input[type=text], textarea {
	border-radius: 0;
	font: bold 14pt AmnestyTradeGothic, sans-serif;
}
.submit-arrow {
	float: right;
	padding: 0 8px;
}
.en__field--global-opt-in {
	display: none;
}

/* ---- Header / Footer ---- */
header {
	position: relative;
}
header .logo {
	position: absolute;
	z-index: 100;
	top: 26px;
	left: 0;
}

.logo img {
	border: none;
}

main {
	max-width: 1440px;
	margin: 0 auto;
}
footer {
	/*border-top: 2px solid #ddd;*/
	color: #000;
	font-family: AmnestyTradeGothic;
    font-weight: 400;
    font-style: normal;
    font-size: .8rem;
    background: #f0f0f0;
}
footer a {
	text-decoration: none;
	color: #000;
}
footer a:hover {
	text-decoration: underline;
}
footer .disclosures {
	text-align: center;
	margin: 10px 0;
}
footer .disclosures li {
	list-style: none;
	display: inline-block;
	margin: 0 6px;
}
footer .social-links {
	text-align: center;
	margin: 10px 0;
}
footer .social-links li {    
	list-style: none;
	display: inline-block;
	margin: 0 6px;
}
footer p.copyright {
	font-size: 10pt;
	text-align: center;
	margin: 10px 0 0;
	padding-left: 6px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
@media (min-width: 799px) {
	footer {
		height: 62px;
		padding: 6px 40px 6px 100px;
		/*border-right: 2px solid #ddd;*/
		color: #000;
		font-family: AmnestyTradeGothic;
		font-weight: 400;
		font-style: normal;
		background: #f0f0f0 url("https://www.amnestyusa.org/wp-content/themes/aiusa/dist/images/logo_icon_usa.png") no-repeat top left / 62px 62px;
	}
	footer .social-links {
		float: right;
		margin: 10px 0 0;
	}
	footer .disclosures {
		float: left;
		margin: 6px 0 0;
	}
	footer .copyright {
		float: left;
		clear: left;
		margin: 6px 0 0;
		padding-left: 6px;
	}
}


/* ---- Campaign progress widgets ---- */

figure.en-widget {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 50px;
    margin: 24px auto;
    color: #000;
    background: #eee;
    font: bold 10pt AmnestyTradeGothicCn, sans-serif;
}
figure.en-widget:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
figure.en-widget .progress-to-goal, figure.en-widget .progress-actions-taken {
    z-index: 2;
    position: absolute;
    padding: 8px 16px;
    background: transparent;
}
figure.en-widget .progress-to-goal {
    left: 0;
}
figure.en-widget .progress-actions-taken {
    right: 0;
}
figure.en-widget .progress-to-goal span, figure.en-widget .progress-actions-taken span {
    font-size: 24pt;
    padding-right: 2px;
}
figure.en-widget .progress-bar {
    position: absolute;
    z-index: 1;
    background: #ff0;
    height: 100%;
    width: 1px;
    transition: width 2s;
}