/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.lsn-petitions-wrapper {
  position: relative;
  z-index: 1; }

.lsn-petitions {
  max-width: 645px; }
  .lsn-petitions * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lsn-petitions .inset-intro {
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 13px; }
  .lsn-petitions .petition-main-ctr {
    position: relative; }
  .lsn-petitions .petition-text-ctr {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 98.5%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: 100;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: grey white; }
    .lsn-petitions .petition-text-ctr::-webkit-scrollbar {
      width: 10px; }
    .lsn-petitions .petition-text-ctr::-webkit-scrollbar-track {
      background: white;
      border-radius: 20px; }
    .lsn-petitions .petition-text-ctr::-webkit-scrollbar-thumb {
      background-color: #999;
      border-radius: 20px;
      border: 3px solid #999; }
  .lsn-petitions .petition-text-inside {
    padding-left: 25px;
    padding-right: 10px; }
  .lsn-petitions .petition-form-ctr {
    display: inline;
    width: 100%;
    z-index: 2; }
  .lsn-petitions .petitionlogo-img {
    border: none; }
  .lsn-petitions .desktop-label-showtext {
    float: left;
    color: #333;
    margin-top: 16px;
    margin-left: 22px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer; }
  .lsn-petitions .petition-text-close {
    text-align: right;
    margin-top: 8px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .lsn-petitions .petition-text-close {
        display: inline-block;
        width: 49%; } }
    .lsn-petitions .petition-text-close button {
      padding: 0.675rem 7%;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      font-size: 13px;
      background-color: #999;
      border-radius: 5px 5px 5px 5px;
      position: relative;
      font-weight: bold;
      display: inline-block;
      color: white;
      letter-spacing: 0.05em;
      border: 0;
      cursor: pointer;
      width: 50%; }
      .lsn-petitions .petition-text-close button:focus {
        outline: 0; }
      @media screen and (min-width: 768px) {
        .lsn-petitions .petition-text-close button {
          width: 100%; } }
  .lsn-petitions .petition-show-btn-block {
    padding-top: 6px;
    display: none; }
  .lsn-petitions .petition-text-desktop-hide {
    display: none; }
    @media screen and (min-width: 768px) {
      .lsn-petitions .petition-text-desktop-hide {
        display: inline-block;
        width: 49%; } }
  .lsn-petitions .inset-ctr {
    margin-bottom: 20px;
    padding: 0 0 15px 0;
    line-height: 1.4;
    font-family: Lato, sans-serif;
    background: #f1f1f1;
    width: 100%;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden; }
  .lsn-petitions .inset-header {
    width: 100%;
    background-size: 100% 100%;
    background-image: url("./inset-header-mobile.png");
    padding: 20px 15px; }
  .lsn-petitions .title-sub {
    display: block;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    width: 100%;
    color: white;
    margin-bottom: 10px; }
  .lsn-petitions .header-showtext {
    display: inline-block;
    color: white;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer; }
  .lsn-petitions .logo-sub {
    display: block;
    background-image: url("./lplogomargin.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 39px;
    width: 115px;
    margin: 8px -5px 0; }
  .lsn-petitions .header-blank {
    height: 7px; }
  .lsn-petitions .petition-thankyou-ctr {
    display: none;
    text-align: center;
    width: 100%;
    padding: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold; }
  .lsn-petitions .inset-progress {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1px; }
  .lsn-petitions .inset-progressbar {
    padding-top: 4px; }
  .lsn-petitions .progress-signed {
    font-size: 13px;
    font-weight: bold;
    display: block; }
  .lsn-petitions .progress-goal {
    font-size: 13px;
    margin-left: 6px;
    display: block; }
  .lsn-petitions .progressbar-ctr {
    width: 88%;
    margin: 20px auto 0 auto;
    border-radius: 20px;
    padding: 0;
    background-color: rgba(151, 151, 151, 0.1);
    text-align: center; }
  .lsn-petitions .progressbar {
    background-image: url("./progress-bkg2.png");
    border: 0 solid white;
    border-radius: 20px;
    padding: 0; }
  .lsn-petitions .progressbar > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #00a3df;
    width: 70%;
    height: 21px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px; }
  .lsn-petitions .inset-bottom {
    vertical-align: top;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 12px; }
  .lsn-petitions .bottom-label-ctr {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    vertical-align: top; }
  .lsn-petitions .bottom-form-ctr {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .lsn-petitions .bottom-label-add-sig {
    display: block;
    float: left;
    color: #dd0c0e;
    font-size: 17px;
    font-weight: bold;
    margin-left: 0;
    text-align: right; }
  .lsn-petitions .bottom-label-showtext {
    display: none;
    color: #7d7d7d;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    cursor: pointer; }
  .lsn-petitions .petition-form-ctl {
    display: inline-block;
    color: #ababab;
    border: .5px solid #e0dfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    padding: 10px 20px;
    background-color: white;
    background-image: none;
    height: 100%; }
  .lsn-petitions .mobile-form-ctl {
    margin-right: 0;
    padding: 10px 3%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .lsn-petitions .petition-form-ctl::-webkit-input-placeholder {
    color: #ababab; }
  .lsn-petitions .petition-form-ctl::-moz-placeholder {
    color: #ababab; }
  .lsn-petitions .petition-form-ctl::-ms-input-placeholder {
    color: #ababab; }
  .lsn-petitions .petition-form-ctl::placeholder {
    color: #ababab; }
  .lsn-petitions .petition-form-select {
    -webkit-writing-mode: horizontal-tb !important;
    color: #000;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    padding: 15px 18px;
    -webkit-appearance: menulist;
    -ms-flex-align: center;
        align-items: center;
    white-space: pre;
    height: 100%; }
  .lsn-petitions .mob-petition-form-select {
    -webkit-writing-mode: horizontal-tb !important;
    color: #000;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    padding: 8px 18px;
    -webkit-appearance: menulist;
    -ms-flex-align: center;
        align-items: center;
    white-space: pre;
    height: 100%; }
  .lsn-petitions .desktop-form {
    display: none; }
  .lsn-petitions .mobile-form {
    display: block;
    width: 100%; }
  .lsn-petitions .form-row1 {
    height: 40px;
    margin-top: 0;
    width: 100%; }
  .lsn-petitions .form-row2 {
    height: 40px;
    margin-top: -1px;
    width: 100%; }
  .lsn-petitions .form-row3 {
    height: 40px;
    margin-top: -1px;
    width: 100%; }
  .lsn-petitions .mob-form-row1 {
    height: 40px;
    width: 100%; }
  .lsn-petitions .mob-form-row2 {
    height: 40px;
    width: 100%; }
  .lsn-petitions .mob-form-row3 {
    height: 40px;
    width: 100%; }
  .lsn-petitions .mob-form-row4 {
    margin-top: -1px;
    height: 40px;
    width: 100%; }
  .lsn-petitions .mob-form-row5 {
    margin-top: 18px;
    width: 100%; }
  .lsn-petitions .bottom-errors {
    color: #dd0c0e;
    display: none;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px;
    clear: both; }
  .lsn-petitions .mob-petitions-email {
    width: 98.9%;
    border-radius: 5px 5px 0 0;
    margin-left: 0;
    margin-bottom: -1px;
    height: 100%; }
  .lsn-petitions .mob-firstname {
    width: 98.9%;
    margin-left: 0;
    border-radius: 0 0 0 0;
    height: 100%; }
  .lsn-petitions .mob-lastname {
    width: 98.9%;
    border-radius: 0 0 0 0;
    margin-top: -1px;
    margin-left: 0;
    height: 100%; }
  .lsn-petitions .mob-country {
    color: #ababab !important;
    border-radius: 0 0 0 5px;
    display: inline-block;
    font-size: 15px;
    margin-left: 0;
    height: 100%;
    width: 50%;
    padding: 7px 3%; }
  .lsn-petitions .mob-state {
    color: #ababab !important;
    border-radius: 0 0 5px 0;
    display: inline-block;
    font-size: 15px;
    margin-left: -2%;
    height: 100%;
    width: 49.5%;
    padding: 7px 3%; }
  .lsn-petitions .petitions-email {
    width: 89%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    margin-left: 10px;
    margin-bottom: -1px; }
  .lsn-petitions .firstname {
    width: 89%;
    height: 100%;
    margin-left: 10px;
    border-radius: 0 0 0 0; }
  .lsn-petitions .lastname {
    width: 89%;
    height: 100%;
    border-radius: 0 0 0 0;
    margin-left: 10px; }
  .lsn-petitions .state {
    color: #ababab !important;
    border-radius: 0 0 5px 0;
    display: inline-block;
    font-size: 15px;
    width: 49%;
    height: 100%;
    padding: 10px 16px; }
  .lsn-petitions .country {
    color: #ababab !important;
    border-radius: 0 0 0 5px;
    display: inline-block;
    font-size: 15px;
    width: 50%;
    height: 100%;
    padding: 10px 16px; }
  .lsn-petitions .updates-checkbox-ctr {
    margin-left: 5px;
    display: inline-block;
    width: 4%; }
  .lsn-petitions .updates {
    border-radius: 100%;
    width: 13px;
    height: 13px; }
  .lsn-petitions .updates-text-ctr {
    display: inline-block;
    padding-left: 4px;
    width: 46%;
    height: 2.8em;
    font-size: 12px;
    color: #ababab;
    vertical-align: top; }
  .lsn-petitions .mob-updates-checkbox-ctr {
    margin-top: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 4%; }
  .lsn-petitions .mob-updates-text-ctr {
    margin-top: 14px;
    margin-left: 3px;
    display: inline-block;
    padding-left: 4px;
    width: 90%;
    height: 1.5em;
    font-size: 8.5px;
    color: #ababab; }
  .lsn-petitions .submit-btn-ctr {
    display: block; }
  .lsn-petitions .petition-checkbox {
    height: auto; }
  .lsn-petitions .petition-checkbox input[type=checkbox]:checked {
    background-color: #05a3df; }
  .lsn-petitions .petition-button {
    border-radius: 5px 5px 5px 5px;
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem .7rem;
    width: 98%;
    height: auto;
    color: white;
    font-size: 16px;
    letter-spacing: 0.05em;
    border: 0;
    background-color: #05a3df;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .lsn-petitions .petition-button:focus {
      outline: 0; }
  .lsn-petitions #hidden-data {
    position: absolute;
    margin-left: -1000px; }
  .lsn-petitions .share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .lsn-petitions .share-close {
    position: absolute;
    top: 10px;
    right: 15px; }
  .lsn-petitions .share-ctr {
    font-family: Lato, sans-serif;
    background: white;
    padding: 3px 2.5% 2.5% 2.5%;
    position: relative;
    width: 80%; }
  .lsn-petitions #share-header-ctr {
    margin: auto;
    width: 90%; }
  .lsn-petitions #share-footer-ctr {
    margin: auto;
    width: 99%;
    margin-top: 1vh;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .lsn-petitions #share-footer-ctr {
        width: 50%; } }
  .lsn-petitions #share-header-title {
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #777; }
    @media screen and (min-width: 768px) {
      .lsn-petitions #share-header-title {
        font-size: 40px; } }
  .lsn-petitions #share-header-subtitle {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    color: #777; }
    @media screen and (min-width: 768px) {
      .lsn-petitions #share-header-subtitle {
        font-size: 24px; } }
  .lsn-petitions #share-buttons-ctr {
    padding: 6% 0 0 0; }
  .lsn-petitions #share-buttons-left-ctr {
    margin: 0 1% 0 0;
    display: inline-block;
    width: 49%; }
  .lsn-petitions #share-buttons-right-ctr {
    margin: 0 0 0 1%;
    display: inline-block;
    width: 49%; }
  .lsn-petitions .share-facebook {
    border: 1px solid #3b5998;
    color: #fff;
    background-color: #3b5998; }
    .lsn-petitions .share-facebook a {
      color: #fff;
      text-decoration: none; }
  .lsn-petitions .share-twitter {
    border: 1px solid #1da1f2;
    color: #fff;
    background-color: #1da1f2; }
    .lsn-petitions .share-twitter a {
      color: #fff;
      text-decoration: none; }
  .lsn-petitions .fb-messenger-icon {
    color: #3b5998; }
  .lsn-petitions .share-whatsapp {
    border: 1px solid #25D366;
    color: #fff;
    background-color: #25D366; }
    .lsn-petitions .share-whatsapp a {
      color: #fff;
      text-decoration: none; }
  .lsn-petitions .share-whiteback {
    border: 1px solid #999;
    color: #fff;
    background-color: white; }
    .lsn-petitions .share-whiteback a {
      color: #000;
      text-decoration: none; }
  .lsn-petitions .share-wrap {
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    padding: 6% 13%;
    width: 72%;
    margin: 0 auto 5px;
    width: 99%;
    padding: 6% 8%;
    margin-bottom: 8px; }
    @media screen and (min-width: 768px) {
      .lsn-petitions .share-wrap {
        padding: 6% 9%;
        width: 93%;
        margin-bottom: 18px; } }
  .lsn-petitions .share-text {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 0 .35em; }
    @media screen and (min-width: 768px) {
      .lsn-petitions .share-text {
        margin: 0 0 0 .4375em;
        font-size: 14px; } }
  .lsn-petitions #share-footer-image {
    background-image: url("./petition-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 55px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .lsn-petitions #share-footer-image {
        width: 177px; } }

@media screen and (min-width: 768px) {
  .entry-content .lsn-petitions .inset-ctr {
    margin-left: 0;
    margin-right: 0; }
  .entry-content .lsn-petitions .inset-header {
    background-image: url("./inset-header.png"); }
  .entry-content .lsn-petitions .title-sub {
    display: inline-block;
    font-size: 16px;
    width: 72%;
    margin: 0; }
  .entry-content .lsn-petitions .header-showtext {
    display: none; }
  .entry-content .lsn-petitions .logo-sub {
    margin: 0;
    vertical-align: top;
    display: inline-block; }
  .entry-content .lsn-petitions .progress-signed {
    font-size: 13px;
    display: inline-block; }
  .entry-content .lsn-petitions .progress-goal {
    font-size: 13px;
    display: inline-block; }
  .entry-content .lsn-petitions .progressbar-ctr {
    width: 73%; }
  .entry-content .lsn-petitions .desktop-form {
    display: block; }
  .entry-content .lsn-petitions .mobile-form {
    display: none; }
  .entry-content .lsn-petitions .form-row1 > *, .entry-content .lsn-petitions .form-row2 > * {
    vertical-align: top; }
  .entry-content .lsn-petitions .form-row3 {
    margin-top: 18px; }
  .entry-content .lsn-petitions .bottom-form-ctr {
    width: 73%;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 10px; }
  .entry-content .lsn-petitions .bottom-label-ctr {
    width: 23%;
    margin-right: 8px; }
  .entry-content .lsn-petitions .bottom-label-add-sig {
    float: right;
    margin-top: 5px;
    margin-left: 0;
    font-size: 21px; }
  .entry-content .lsn-petitions .inset-bottom {
    margin-left: 15px;
    margin-right: 15px; }
  .entry-content .lsn-petitions .bottom-label-showtext {
    display: block;
    margin-top: 5px;
    font-size: 11px; }
  .entry-content .lsn-petitions .petitions-email {
    border-radius: 5px 0 0 0;
    margin: 0;
    width: 66%;
    padding: 0px 9px; }
  .entry-content .lsn-petitions .firstname {
    border-radius: 0 0 0 5px;
    margin: 0;
    width: 33%;
    padding: 0px 9px; }
  .entry-content .lsn-petitions .lastname {
    margin: 0 0 0 -5px;
    width: 33%;
    padding: 0px 9px; }
  .entry-content .lsn-petitions .state {
    width: 33%;
    margin: 0 0 0 -5px;
    padding: 0px 9px; }
  .entry-content .lsn-petitions .country {
    border-radius: 0 5px 0 0;
    width: 33%;
    margin: 0 0 0 -6px; }
  .entry-content .lsn-petitions .petition-button {
    width: auto; }
  .entry-content .lsn-petitions .updates-checkbox-ctr {
    margin-left: 0;
    width: 4%;
    vertical-align: top; }
  .entry-content .lsn-petitions .updates-text-ctr {
    padding-left: 1%;
    width: 45%;
    font-size: 11px; }
  .entry-content .lsn-petitions .submit-btn-ctr {
    display: inline-block;
    width: 47%;
    text-align: right; } }

.home-page .lsn-petitions .inset-intro {
  display: none; }

.home-page .lsn-petitions .inset-ctr {
  margin-top: 20px; }
