.petition-block, .single-petition .petition--content .content-wrapper .sidebar {
  background: #F5F5F5;
  padding: 30px;
  margin-bottom: 65px;
}
.petition-block .signatures-information .signatures-count .quantity, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .quantity {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.petition-block .signatures-information .signatures-count .quantity span, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .quantity span {
  font-family: var(--featured-font-family);
  line-height: 1.875em;
  font-weight: bold;
}
.petition-block .signatures-information .signatures-count .quantity span:first-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .quantity span:first-child {
  font-size: 2.5em;
}
.petition-block .signatures-information .signatures-count .quantity span:last-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .quantity span:last-child {
  color: var(--primary-color);
  font-size: 1.25em;
  text-align: center;
  letter-spacing: 4px;
}
.petition-block .signatures-information .signatures-count .join, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .join {
  font-family: var(--featured-font-family);
  font-weight: 700;
  font-size: 1.125em;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.petition-block .signatures-information .signatures-count .progress, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress {
  font-family: var(--featured-font-family);
  margin-bottom: 30px;
}
.petition-block .signatures-information .signatures-count .progress .progress-bar, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-bar {
  background: #E7E8EA;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.petition-block .signatures-information .signatures-count .progress .progress-bar .progressed-area, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-bar .progressed-area {
  background-color: var(--accent-color);
  border-radius: 20px;
  height: inherit;
}
.petition-block .signatures-information .signatures-count .progress .progress-bar .progress-info, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-bar .progress-info {
  width: 100%;
  position: absolute;
  top: -1.2px;
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0 8px;
}
.petition-block .signatures-information .signatures-count .progress .progress-bar .progress-info span:first-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-bar .progress-info span:first-child {
  color: var(--over-accent-color);
}
.petition-block .signatures-information .signatures-count .progress .progress-bar .progress-info span:last-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-bar .progress-info span:last-child {
  color: #858583;
}
.petition-block .signatures-information .signatures-count .progress .progress-helper, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-helper {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
}
.petition-block .signatures-information .signatures-count .progress .progress-helper span:first-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-helper span:first-child {
  color: var(--accent-color);
}
.petition-block .signatures-information .signatures-count .progress .progress-helper span:last-child, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-count .progress .progress-helper span:last-child {
  color: var(--primary-color);
}
.petition-block .signatures-information .signatures-history, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-history {
  font-family: var(--featured-font-family);
  font-weight: bold;
  font-size: 0.87em;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 1px solid #0B0B07;
  margin-bottom: 30px;
}
.petition-block .signatures-information .signatures-history .user-signature, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-history .user-signature {
  color: #0B0B07;
  opacity: 0.5;
}
.petition-block .signatures-information .signatures-history .user-signature:not(:last-child), .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-history .user-signature:not(:last-child) {
  margin-bottom: 15px;
}
.petition-block .signatures-information .signatures-history .user-signature svg, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .signatures-history .user-signature svg {
  width: 10px;
  margin-right: 4px;
}
.petition-block .signatures-information .petition-form, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form {
  margin-bottom: 20px;
}
.petition-block .signatures-information .petition-form input[hidden], .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[hidden] {
  display: none;
}
.petition-block .signatures-information .petition-form input[type=text], .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=text],
.petition-block .signatures-information .petition-form input[type=tel],
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=tel],
.petition-block .signatures-information .petition-form input[type=email],
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=email],
.petition-block .signatures-information .petition-form select,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form select {
  width: 100%;
  border-radius: 6px;
  background: white;
  font-weight: bold;
  font-size: 1em;
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  padding: 4px 8px;
  font-family: var(--secondary-font-family);
  margin-bottom: 8px;
}
.petition-block .signatures-information .petition-form input[type=text]::placeholder, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=text]::placeholder,
.petition-block .signatures-information .petition-form input[type=tel]::placeholder,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=tel]::placeholder,
.petition-block .signatures-information .petition-form input[type=email]::placeholder,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form input[type=email]::placeholder,
.petition-block .signatures-information .petition-form select::placeholder,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form select::placeholder {
  color: grey;
}
.petition-block .signatures-information .petition-form label, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form label {
  margin: 0;
}
.petition-block .signatures-information .petition-form select, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form select {
  margin-bottom: 20px;
}
.petition-block .signatures-information .petition-form fieldset, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form fieldset {
  border: 0px;
  padding: 0;
  margin-bottom: 30px;
}
.petition-block .signatures-information .petition-form fieldset > div, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form fieldset > div {
  display: flex;
  align-items: center;
  font-family: var(--secondary-font-family);
  font-weight: 100;
  margin-bottom: 10px;
}
.petition-block .signatures-information .petition-form fieldset > div input, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form fieldset > div input {
  margin-right: 5px;
}
.petition-block .signatures-information .petition-form fieldset > div label a, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form fieldset > div label a {
  text-decoration: underline;
  font-weight: 600;
}
.petition-block .signatures-information .petition-form button, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form button {
  transition: background 150ms ease-in-out;
  background: var(--primary-color);
  font-family: var(--featured-font-family);
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 0.76rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: none;
  width: 100%;
}
.petition-block .signatures-information .petition-form .success-message, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form .success-message,
.petition-block .signatures-information .petition-form .repeated-signature-message,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form .repeated-signature-message {
  text-align: center;
  font-family: var(--featured-font-family);
  font-weight: bold;
}
.petition-block .signatures-information .petition-form .loading-area, .single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form .loading-area,
.petition-block .signatures-information .petition-form .success-message,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form .success-message,
.petition-block .signatures-information .petition-form .repeated-signature-message,
.single-petition .petition--content .content-wrapper .sidebar .signatures-information .petition-form .repeated-signature-message {
  display: none;
}

.single-petition, .petition-block, .single-petition .petition--content .content-wrapper .sidebar {
  --featured-font-family: "Oswald", sans-serif;
  --secondary-font-family: "Open Sans", sans-serif;
  --primary-color: #EB2F06;
  --accent-color: #26A17A;
  --over-accent-color: white;
}

.single-petition {
  font-size: 16px;
}
.single-petition .petition--header.empty-content.has-thumbnail {
  position: relative;
}
.single-petition .petition--header.empty-content.has-thumbnail .featured-image, .single-petition .petition--header.empty-content.has-thumbnail .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.single-petition .petition--header .featured-image, .single-petition .petition--header .featured-image img {
  width: 100%;
}
.single-petition .petition--content {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: -65px;
}
.single-petition .petition--content .language-selector {
  display: flex;
  justify-content: flex-end;
}
.single-petition .petition--content .language-selector select#petition-language-selector {
  border-radius: 6px;
  background: white;
  font-weight: bold;
  font-size: 1em;
  height: 36px;
  width: 204px;
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  padding: 0 8px;
  font-family: var(--secondary-font-family);
}
.single-petition .petition--content.empty-content {
  margin-top: 0;
}
.single-petition .petition--content.empty-content .content-wrapper {
  grid-template-columns: 1fr;
  margin-top: 35px;
}
.single-petition .petition--content.empty-content .content-wrapper .sidebar {
  width: 54%;
  margin: 0 auto;
}
.single-petition .petition--content.empty-content .language-selector {
  justify-content: center;
  z-index: 1;
  position: relative;
}
.single-petition .petition--content.empty-content.no-thumb .content-wrapper {
  margin-top: -20px;
}
.single-petition .petition--content.empty-content.has-thumbnail .language-selector {
  justify-content: center;
  margin-top: -65px;
  padding-top: 65px;
}
.single-petition .petition--content.has-content.no-thumb {
  margin-top: 20px;
}
.single-petition .petition--content.has-content.no-thumb .language-selector {
  position: absolute;
  right: 0;
}
.single-petition .petition--content .content-wrapper {
  display: grid;
  grid-template-columns: 1.65fr 3fr;
  grid-column-gap: 30px;
  align-items: flex-start;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition {
  border-top: 5px solid var(--accent-color);
  background-color: #F5F5F5;
  padding: 37px 10px;
  margin-bottom: 30px;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--title {
  color: var(--accent-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 30px;
  font-family: var(--featured-font-family);
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--content {
  font-family: var(--secondary-font-family);
  text-align: center;
  margin-bottom: 30px;
  line-height: 22px;
  padding: 0 15px;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--content p {
  font-size: 16px;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks {
  display: flex;
  justify-content: center;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div:not(:last-child) {
  margin-right: 40px;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div a {
  width: 90px;
  height: 90px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div a:hover {
  transform: scale(1.07);
  transition: transform 0.2s ease-in-out;
  font-weight: normal;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div a i {
  color: white;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div.facebook a {
  background-color: #0E66AC;
}
.single-petition .petition--content .content-wrapper .sidebar-content .share-petition--networks div.twitter a {
  background-color: #4EA5EB;
}
.single-petition .petition--content .content-wrapper .post-content {
  padding-top: 32px;
}
.single-petition .petition .hide {
  display: none !important;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*# sourceMappingURL=petition.css.map */
