/* 

	Climate Truth ActionKit Theme
	By Citizen Engagement Lab, Justin Allen
	Modified by Matt Maiorana, Oil Change International
	
*/

@font-face {
  font-family: 'icomoon';
  src: url('webfonts/icomoon.eot?ja0swd');
  src: url('webfonts/icomoon.eot?#iefixja0swd') format('embedded-opentype'), url('webfonts/icomoon.ttf?ja0swd') format('truetype'), url('webfonts/icomoon.woff?ja0swd') format('woff'), url('webfonts/icomoon.svg?ja0swd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* misc. reversals of ak */
.col p:first-child,
.box p:first-child,
.area p:first-child {
  margin: initial;
}
body {
  font-family: 'Oswald';
  font-size: 14px;
  background: url('img/climate-truth-shape.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-position: 125% 225%;
}
body.thanks-page {
  background-position: 125% 420px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald';
  font-weight: normal;
  color: #000;
}
h2 {
  font-size: 2.5em;
  padding: 15px;
  color: #0b324e;
}
.c4-disclaimer {
  background-color: #fafafa;
  margin:15px;
  padding:5px;
  border:1px solid rgb(204,204,204);
}
.c4-disclaimer p {
  font-size: 12pt !important;
  margin: 0 !important;
  font-family:'Times New Roman',serif;
}
p {
  font-family: 'PT Sans', sans-serif;
  font-size: 100%;
}
p.center.text {
  text-align: center;
}
p.right.text {
  text-align: right;
}
p.bottomspace {
  margin-bottom: 25px;
}
.header,
#petition-form,
#petition-form .inner-wrapper {
  box-sizing: border-box;
}
.header {
  background-color: #0b324e;
  width: 100%;
  padding: 10px 12px 6px 12px;
  margin-bottom: 43px;
  text-align: center;
  color: white;
}
.header a,
.header h1,
.header h2,
.header h3 {
  color: white;
}
.header .logo-wrapper {
  max-width: 100%;
  width: 150px;
  margin: 0 auto;
}
.header .logo-wrapper #logo {
  width: 100%;
}
.serif {
  font-family: "ltc-bodoni-175", serif;
}
.petition .title {
  font-family: "ltc-bodoni-175", serif;
  font-size: 3.6em;
  text-align: left;
  color: #0b324e;
  padding: 15px;
}
.container {
  width: 1000px;
}
.col {
  padding: 0px;
}
.col p,
.col p:first-child {
  margin: 0px 0px 1em 0px;
}
#petition-form {
  width: 48.5%;
}
#petition-image,
#petition-story {
  width: 48.5%;
  margin-left: 3% !important;
}
#petition-form {
  background-color: #0b324e;
  color: white;
  padding: 0px;
}
#petition-form a {
  color: white;
  text-decoration: underline;
}
#petition-form .petition-form-header {
  background-color: #02abd8;
  font-family: 'Oswald';
}
#petition-form .petition-form-header h3 {
  text-transform: uppercase;
  color: white;
  padding: 15px 25px;
}
#petition-form .inner-wrapper {
  padding: 18px 28px;
}
#petition-form .inner-wrapper .ak-field,
#petition-form .inner-wrapper .ak-inline-taf {
  position: relative;
}
#petition-form .petition-text {
  margin-bottom: 18px;
}
#petition-form .disclosure {
  font-family: 'PT Sans', sans-serif;
}
/* end petition form */
/* flatten out ak forms */
.ak-labels-overlaid input,
.ak-labels-overlaid textarea,
.ak-labels-overlaid select,
.ak-labels-overlaid label,
.ak-labels-before input,
.ak-labels-before textarea,
.ak-labels-before select,
.ak-labels-before label,
input,
textarea,
select,
label,
input,
textarea,
select,
label {
  border-radius: 0px;
  padding: 12px 18px;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 10px;
}
#ak-errors {
  background: #f72f2f;
  border-radius: 3px;
}
.js .ak-labels-overlaid label {
  top: 6px;
  padding: 12px 18px;
  color: #a2a2a2;
}
#petition-story img,
#petition-image img {
  max-width: 100%;
}
#petition-story .action-image,
#petition-image .action-image {
  width: 100%;
}
#petition-story .petition-about-text,
#petition-image .petition-about-text {
  font-size: 15px;
}
#petition-story .petition-about-text p,
#petition-image .petition-about-text p,
#petition-story .petition-about-text div,
#petition-image .petition-about-text div,
#petition-story .petition-about-text div p,
#petition-image .petition-about-text div p {
  font-size: 15px;
}
.petition-statement .petition-text {
  font-size: 16px;
}
.petition-statement .petition-text p,
.petition-statement .petition-text div,
.petition-statement .petition-text div p {
  font-size: 16px;
}
#credit_card_block {
  box-sizing: border-box;
  width: 100% !important;
  float: left;
}
#credit_card_block ul#credit_card_wrapper {
  width: 100%;
}
/* button styles */
button {
  border-radius: 0px;
  border-width: 0px;
}
button:hover {
  border-width: 0px;
}
button.red {
  background-color: #ec5439;
  color: white;
  font-family: 'Oswald';
  text-align: center;
  text-transform: uppercase;
}
button.submit-button {
  width: 100%;
  padding: 22px 14px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: color 0.2s, background-color 0.2s;
}
.button-content {
  display: inline-block;
  position: relative;
}
.icon-chevron-right {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  padding-left: 1px;
  border: 3px solid #fff;
  border-radius: 50%;
  line-height: 20px;
  margin-left: 10px;
  font-size: 12px;
  text-align: center;
  margin-top: -13px;
  transition: color 0.2s, background-color 0.2s;
}
.icon-chevron-right:before {
  content: "\e614";
  line-height: 21px;
}
button.submit-button:hover .icon-chevron-right {
  color: #ec5439;
  background-color: white;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* thermometer styles */
.ak-original-progress-meter,
#progress {
  width: 100%;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding: 0px 10px;
}
.ak-original-progress-meter .progress-holder,
#progress .progress-holder {
  border-radius: 50px;
  overflow: hidden;
  height: 30px;
  background-color: #e4e4e4;
}
.ak-original-progress-meter .progress-holder .progress-bar,
#progress .progress-holder .progress-bar {
  border-radius: 50px 0px 0px 50px;
  background: #ec5439;
  height: 30px;
  background-color: #ec5439;
}
.ak-original-progress-meter .progress-holder .progress-percent,
#progress .progress-holder .progress-percent {
  display: none;
}
.ak-original-progress-meter .progress-caption,
#progress .progress-caption {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  font-size: 110%;
}
@media (max-width: 750px) {
  body {
    font-size: 12px;
    background-position: 200% 110%;
    background-size: 87%;
  }
  .header {
    margin-bottom: 6px;
  }
  .petition h1.title {
    font-size: 2.6em;
    padding-left: 25px;
    padding-right: 25px;
  }
  #petition-image .action-image {
    margin-bottom: -6px;
  }
  #petition-story,
  #progress {
    box-sizing: border-box;
    padding: 0px 25px;
  }
  .icon-chevron-right {
    width: 26px;
    height: 26px;
  }
  .ak-share-intro {
    margin-top: 25px;
  }
}
@media (min-width: 550px) and (max-width: 750px) {
  #petition-image .action-image {
    margin-bottom: 12px;
    display: block;
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ak-share-intro {
  text-align: center;
  padding-bottom: 42px;
  margin-bottom: 25px;
}
.ak-share-intro h2 {
  font-family: "ltc-bodoni-175", serif;
  font-family: 420%;
  margin-top: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.ak-share-intro p {
  padding: 3px 25px 6px 25px;
  font-family: 'PT Sans', sans-serif !important;
}
.ak-share-intro .social-links {
  width: 100%;
  height: 50px;
}
.ak-sharebox,
.span-8 {
  font-family: 'PT Sans', sans-serif;
}
.ak-sharebox div,
.span-8 div,
.ak-sharebox a,
.span-8 a,
.ak-sharebox p,
.span-8 p,
.ak-sharebox span,
.span-8 span,
.ak-sharebox textarea,
.span-8 textarea {
  font-family: 'PT Sans', sans-serif;
}
.ak-share-button,
.cool-button {
  border-radius: 0px;
  font-family: 'Oswald' !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  padding: 18px 20px;
  position: relative;
  letter-spacing: 1px;
  transition: color 0.2s, background-color 0.2s;
}
.ak-share-button .button-content,
.cool-button .button-content {
  right: -8px;
  font-family: 'Oswald' !important;
}
.ak-share-button .button-content .icon-chevron-right,
.cool-button .button-content .icon-chevron-right {
  font-family: 'icomoon';
}
.ak-share-button .button-content .icon-chevron-right:before,
.cool-button .button-content .icon-chevron-right:before {
  left: 1px;
  position: relative;
  line-height: 23px;
}
.ak-share-button:hover .button-content .icon-chevron-right,
.cool-button:hover .button-content .icon-chevron-right {
  background-color: white;
}
.ak-facebook:hover .button-content .icon-chevron-right {
  color: #3b5998;
}
.ak-twitter:hover .button-content .icon-chevron-right {
  color: #4099FF;
}
.ak-email:hover .button-content .icon-chevron-right {
  color: #37b34a;
}
.button-content {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
input.placeholder {
  color: #9A9797;
}
#taf-preview button.ak-sendmessage {
  font-size: 18px;
  border-radius: 0px;
  line-height: 23px;
  padding: 18px 20px;
}
#taf-preview button.ak-sendmessage:hover .button-content .icon-chevron-right {
  color: #fcac42;
}
.textarea-smooth {
  border-radius: 0px;
  background-color: #eeeeee;
  border-width: 0px;
  padding: 18px 20px;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}
.ak-sharebox {
  padding-left: 0px;
}
.ak-sharebox textarea {
  border-radius: 0px;
  background-color: #eeeeee;
  border-width: 0px;
  padding: 18px 20px;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}
.ak-sharebox textarea.ak-share-message {
  box-shadow: 1px 1px 1px #CBCBCB;
}
.ak-sharebox .ak-emailalt {
  text-transform: uppercase;
  font-family: 'Oswald';
  text-decoration: none;
  color: #0b324e;
}
#id_taf_emails,
#id_taf_body,
.ak-sharebox-tafsubject,
#id_taf_note {
  border-radius: 0px;
  background-color: #eeeeee;
  border-width: 0px;
  padding: 18px 20px;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
}
#taf_preview .ak-labels-overlaid label,
#taf_preview label {
  font-weight: 400;
}
#taf-form label {
  border-radius: 0px;
  background-color: #eeeeee;
  border-width: 0px;
  padding: 18px 20px;
  font-size: 16px;
  color: #474747;
  font-weight: 400;
  background-color: transparent;
}
#taf-form .ak-blurb {
  margin-top: 12px;
}
#taf-form .ak-labels-overlaid label,
#taf-form label {
  font-weight: 400;
}
.non-editable,
#id_taf_body.non-editable {
  background-color: #D9D9D9;
}
.ak-share-intro {
  border-bottom: 1px solid #D9D9D9;
}
div.border {
  border-right: 1px solid #D9D9D9;
}
#taf-form {
  padding-top: 25px;
}
.footer-holder {
  padding-top: 80px;
  font-family: 'Oswald';
}
.footer-holder .footer,
.footer-holder .footer span {
  font-family: 'Oswald';
  text-transform: uppercase;
}
.footer-holder .footer a,
.footer-holder .footer span a {
  color: #0b324e;
}
/* admin pages */
body.login-page,
body.password-page,
body.user_view-page {
  background-position: 155% -300% !important;
}
body.reset-page,
body.user_view-page {
  background-position: 155% 150% !important;
}
#admin-container {
  width: 50%;
  margin: 0px auto;
  font-family: 'PT Sans', sans-serif;
}
#admin-container p {
  font-family: 'PT Sans', sans-serif;
}
#admin-container h2 {
  font-family: "ltc-bodoni-175", serif;
  text-align: center;
  font-size: 320%;
}
#admin-container .submit-button {
  background-color: #ec5439;
  color: white;
}
#admin-container #content-main .password-set,
#admin-container #content-main .password-set p,
#admin-container #content-main .password-set p input,
#admin-container #content-main .password-reset,
#admin-container #content-main .password-reset p,
#admin-container #content-main #id_email {
  width: 100%;
}
#admin-container #content-main p.loud.large {
  text-align: center;
}
#admin-container .log-in-box input {
  width: 100%;
}
#admin-container .log-in-box a {
  font-family: 'PT Sans', sans-serif;
}
#admin-container .user-info-block {
  background-color: #e2e2e2;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
  font-family: 'PT Sans', sans-serif;
}
#admin-container .user-info-block a {
  font-family: 'PT Sans', sans-serif;
}
#admin-container .user-info-block p {
  margin: 0px 0px 15px 0px;
}
#admin-container .user-info-block ul,
#admin-container .user-info-block ul.address {
  font-family: 'PT Sans', sans-serif;
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
#admin-container .user-info-block ul.donation-history li {
  margin-bottom: 12px;
}
#admin-container fieldset {
  background-color: #e2e2e2;
  margin: 0px;
  padding: 20px 25px;
  box-sizing: border-box;
  border-radius: 0px;
  border: 0px;
  width: 100%;
}
#admin-container fieldset p,
#admin-container fieldset input,
#admin-container fieldset select {
  width: 100%;
}
/* end admin_container */
#recurring-update,
#recurring-cancel {
  width: 100%;
}
@media (max-width: 750px) {
  #admin-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 25px;
  }
  #admin-container h2 {
    font-size: 220%;
  }
}
ul.errorlist {
  list-style: none;
  background-color: gray;
}
ul.errorlist li {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}

