/* css reset */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	position: relative;
	left: 0;
	font-family: helvetica,sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img {
	border: 0;
	max-width:100%;
}

h1, h2, h3, h4, h5 {
	font-family: "din-condensed-web",sans-serif;
}

/* small mobile and default css */
body {
	width: 100%;
	background: #E9E9E9;
}

p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.2em;
}

a {
	color: #00AEEF;
	text-decoration: none;
}

.tablet, .desktop {
	display: none;
}

#header {
	width: 100%;
	min-width: 320px;
	background: #FFFFFF;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	z-index: 100;
}

#header .content {
	width: 100%;
	padding: 5px 10px;
}

#header .content img {
	height: 40px;
}

#main {
	width: 100%;
	min-width: 320px;
}

#main .content {
	padding: 15px 15px;
}

#main .page-title {
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
}

#main .action-image {
	width: 100%;
}

#main .petition-body {
	background: #FFFFFF;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	padding: 15px 15px;
	margin: 15px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .petition-title {
	margin: 0 0 10px;
	color: #F75F00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}

#main .petition-delivery {
	font-style: italic;
	font-size: 14px;
}

#main .petition-text {
	font-weight: bold;
	font-size: 16px;
}

#main #ak-errors {
	color: #FF0000;
}

#main #unknown_user ul, #main #petition_extra_fields ul, #petition ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main .petition-body label, #petition label {
	display: none;
}

#main input[type="text"], #main input[type="email"], #main input[type="tel"], #main textarea, #main select,
#petition input[type="text"], #petition input[type="email"], #petition input[type="tel"], #petition textarea, #petition select {
	width: 90%;
	font-size: 14px;
	margin-bottom: 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid transparent;
	padding: 10px;
}

#main select,
#petition select {
	width: 98%;
	height: 39px;
	-webkit-appearance: none;
	vertical-align: middle;
}
/* Fix for webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {

#main select, #petition select {
	background: transparent url(//s3.amazonaws.com/s3.forecastthefacts.org/images/select_arrow.png) no-repeat center right;
}

}

#main #country_drop_down,
#petition #country_drop_down {
	display: none;
}

#main .not_in_us, #main #country_drop_down .info
#petition .not_in_us, #petition #country_drop_down .info {
	display: block;
	width: 98%;
	text-align: right;
	font-size: 11px;
	margin: 0 0 5px;
}

#main .not_in_us,
#petition .not_in_us {
	display: none;
}

#main #known_user,
#petition #known_user {
	margin: 0 0 5px;
}

#main .content textarea,
#petition .content textarea {
	height: 40px;
}

#main input[type="submit"]
#petition input[type="submit"] {
	margin: 0 0 15px;
}

#main .petition-disclaimer
#petition .petition-disclaimer {
	font-size: 12px;
	margin: 0;
}

#main .thermometer-box {
	float: right;
	width: 280px;
	margin: 10px 0 0 20px;
	padding: 15px;
}

#main .thermometer-count {
	text-align: center;
	font-weight: bold;
}

#main .thermometer-bar {
	width: 100%;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #888888;
}

#main .thermometer-fill {
	width: 80%;
	height: 100%;
	background: #F75F00;
}

#main .thermometer-percent {
	display: block;
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	margin-right: 5px;
}

#main .petition-extra-content {
	width:49%;
}

#main .image-updates,
#main .media-container  {
	margin: 15px 0;
}

#main .image-updates.video,
#main .media-container.video {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
}

#main .image-updates.video iframe,
#main .media-container.video iframe,
#main .image-updates.video object,
#main .media-container.video object,
#main .image-updates.video embed,
#main .media-container.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main .updates  {
	background: #FFFFFF;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 1.2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .updates .updates-prefix  {
	color: #F75F00;
	text-transform: uppercase;
	font-weight: bold;
}

#main #mobile_sign_btn {
	display: block;
	float: left;
}

footer#bottom {
	width: 830px;
	margin: 10px auto;
	color:#FFF;
}


/* Thank-you page styles */
.thanks p {margin: 10px 0;}
#main .thanks .thermometer-box {display: none;}
#main .thanks li.facebook, #main .thanks li.twitter {width: 100%;}
.thanks .column {width: 100%; float: left;}


/* Helper classes */

.blue-button {
	background: #00AEEF;
	color: #FFFFFF;
	border-radius: 19px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 5px 15px;
	font-family: "din-condensed-web",sans-serif;
}
.blue-button:hover {
	cursor: pointer;
}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* Media Queries for Responsive Design. */

@media only screen and (min-width: 480px) {

/*most smart phones on landscape*/

}

@media only screen and (min-width: 680px) {

/* big phones*/
.tablet {
	display: block;
}

.mobile {
	display: none;
}

html {
	background: #000000 url(//s3.amazonaws.com/s3.forecastthefacts.org/static/img/bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

body {
	background: none;
}

#header {
	position: fixed;
	top: 0;
}

#header .content {
	width: 680px;
	margin: 0 auto;
	padding: 10px 0 5px;
}

#header .content img {
	height: 50px;
}

#main .content {
	width: 640px;
	margin: 60px auto 0;
	padding: 20px 20px;
	background: rgba(255,255,255,0.85);
}

#main .page-title {
	font-size: 24px;
}

#main .petition-body {
	width: 280px;
	float: right;
	margin: 0 0 0 20px;
}

#main .petition-title {
	font-size: 24px;
}

#main select,
#petition select {
	border: 1px solid transparent;
}

#main #id_zip, #main #id_country {
	margin: 0;
}

#main .not_in_us {
	display: block;
}

#main .image-updates,
#main .media-container {
	width: 300px;
	margin: 0 0 15px;
}

#main .updates {
	margin: 15px 0 0;
}

#main .image-updates img,
#main .media-container img {
	width: 100%;
	margin: 0;
}

#main .petition-description {
	width: 300px;
}

#main #mobile_sign_btn {
	display: none;
}

.copyright {
	color: #FFFFFF;
	background: none;
}


/* Thank-you page styles */
#main .thanks li.facebook, #main .thanks li.twitter {width: 50%;}
.thanks .column {width: 50%;}

}

@media only screen and (min-width: 768px) {

/*tablet portrait */

}

@media only screen and (min-width: 830px) {

/* tablet landscape and low res desktop */
.desktop {
	display: block;
}

#header .content {
	width: 830px;
	padding: 10px 0;
}

#header .content img {
	height: 55px;
}

#main .content {
	margin: 75px auto 0;
	width: 770px;
	padding: 20px 30px;
}

#main .page-title {
	font-size: 28px;
}

#main .petition-body {
	width: 320px;
	margin: 0 0 0 40px;
}

#main .thermometer-box {
	width: 320px;
	margin: 10px 0 0 40px;
}

#main .image-updates,
#main .media-container {
	width: 380px;
	margin: 0 0 20px;
}

#main .petition-description {
	width: 380px;
}

#main .footer {
	width: 790px;
}

}



@media only screen and (min-width: 1200px) {

/* big desktop */

}


/* lt-ie9 STYLES */

/* same code as  (min-width: 980px) with .lt-ie9 prefix AND set width */

.lt-ie9 .tablet, .lt-ie9 .desktop {
	display: block;
}

.lt-ie9 .mobile {
	display: none;
}

html.lt-ie9 {
	background: #000000 url(//s3.amazonaws.com/s3.forecastthefacts.org/static/img/bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

.lt-ie9 body {
	background: none;
}

.lt-ie9 #header {
	position: fixed;
	top: 0;
}

.lt-ie9 #header .content {
	width: 830px;
	margin: 0 auto;
	padding: 10px 0;
}

.lt-ie9 #header .content img {
	height: 55px;
}

.lt-ie9 #main .content {
	width: 770px;
	margin: 75px auto 0;
	padding: 20px 30px;
	background: #E9E9E9;
}

.lt-ie9 #main .page-title {
	font-size: 28px;
}

.lt-ie9 #main .petition-body {
	width: 320px;
	float: right;
	margin: 0 0 0 40px;
}

.lt-ie9 #main .petition-title {
	font-size: 24px;
}

.lt-ie9 #main .petition-body label {
	display: block;
	font-weight: bold;
	padding: 5px 0 0;
}

.lt-ie9 #main input[type="text"], .lt-ie9 #main input[type="email"], .lt-ie9 #main textarea {
	border: 1px solid #D2D2D2;
}

.lt-ie9 #main .thermometer-box {
	width: 320px;
	margin: 10px 0 0 40px;
}

.lt-ie9 #main .image-updates,
.lt-ie9 #main .media-container {
	width: 380px;
	margin: 0 0 20px;
}

.lt-ie9 #main .image-updates img,
.lt-ie9 #main .media-container img {
	width: 100%;
	margin: 0;
}

.lt-ie9 #main .petition-description {
	width: 380px;
}

.lt-ie9 #main #mobile_sign_btn {
	display: none;
}

.lt-ie9 #main .footer {
	width: 790px;
	margin: 30px auto 60px;
	padding: 0 20px;
	color: #FFFFFF;
	background: none;
}


/* Select IE7 styles to fix major layout flaws */
.ie7 #main .thermometer-box {
	width: 380px;
	margin: 0;
}

/* IE9 also doesn't support placeholder text, so need to show labels */
.ie9 #main .petition-body label {
	display: block;
	font-weight: bold;
	padding: 5px 0 0;
}