/* Overall styling for Page Builder */
body,
.app-container {
  background-color: #353434;
  color: #404040;
  font-size: 1.6rem; }

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.main-body {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

h1 {
  text-transform: none;
  font-size: 2.8rem; }

.wrapper {
  padding-top: 30px;
  padding-bottom: 159px;
  background: #353434;
  background-size: cover; }

.primary-header {
  padding-bottom: 0; }

.alignleft,
.alignright {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  font-size: 92%; }
  .alignleft p,
  .alignright p {
    margin: 0.2em 0;
    font-style: italic; }

.alignright {
  float: right;
  margin: 0 0 0.5em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 0.5em 0; }

.aligncenter {
  margin: 0 auto; }

footer {
  margin-top: 50px;
  color: #686B6D; }

input,
select,
textarea {
  width: 100%;
  font-size: 2.2rem; }

p {
  margin-top: 10px; }

@media (min-width: 768px) {
  .en__component--column--1 {
    width: 60% !important; }
  .en__component--column--2 {
    width: 40% !important; } }

iframe[name=google_conversion_frame] {
  display: none; }

.disclaimer {
  margin-top: 51px; }

/* Changing error message styling - BL 10/10/2017 */
.en__field__error {
  position: absolute;
  color: #ff0000 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.en__field__label {
  margin-top: 15px; }

.en__field--postcode > .en__field__error {
  font-size: 1rem !important; }

/* Fixing footer links column alignment & spacing for responsiveness - BL 10/10/2017 */
@media (max-width: 1000px) and (min-width: 660px) {
  .footer-links {
    padding: 30px 0 !important; }
  .primary-footer {
    text-align: left; }
  .col-sm-2.footer-links {
    width: 25%; }
    .col-sm-2.footer-links br {
      display: none; } }

@media (min-width: 1000px) {
  .col-sm-2.footer-links {
    width: 16.66666667%; }
  .row > .col-sm-6 {
    width: 50%; } }

/* Adjusting drop-down menu heights for IE11 - BL 10/10/2017 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.en__field__input.en__field__input--select {
    height: 35px !important; } }

/* Fixing shifted donate button on smaller screens - BL 10/10/2017 */
@media (min-width: 765px) and (max-width: 999px) {
  .row > .col-sm-6 {
    width: 20%; }
  .primary-header .nav-right {
    min-width: 450px; } }

/* Restyling header - BL 10/11/2017 */
body {
  overflow-x: hidden; }

.new-header {
  position: relative;
  right: 50%;
  left: 50%;
  margin-right: -50vw;
  margin-left: -50vw;
  width: 100vw;
  background-color: rgba(0, 167, 85, 0.95); }
  .new-header a:hover {
    color: #ffff00; }

.header-container {
  position: relative;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  max-width: 1170px; }

.header-logos {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.header-links {
  margin-left: auto; }
  .header-links a {
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    font-weight: 700;
    font-size: 1.4rem; }

.foe-logo img {
  max-width: 135px !important; }

@media screen and (max-width: 600px) {
  .header-links {
    display: none; }
  .header-container {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/* Restyling footer - BL 10/11/2017 */
.new-footer {
  position: relative;
  right: 50%;
  left: 50%;
  margin-right: -50vw;
  margin-left: -50vw;
  width: 100vw;
  background-color: #4a4a4a; }
  .new-footer a:hover {
    color: #00da6f; }
  .new-footer h4 {
    color: #fff; }

.footer-container {
  position: relative;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 10px 20px;
  max-width: 1170px; }

.footer-logos, .footer-links, .footer-social, .footer-contact {
  padding: 15px 20px 15px 20px; }

@media screen and (max-width: 1000px) {
  .footer-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-logos, .footer-links, .footer-social, .footer-contact {
    padding: 10px 0 10px 0;
    text-align: center !important; }
  .footer-links br {
    display: none; } }

/* Adding left margins to background blocks - BL 10/11/2017 */
@media screen and (max-width: 1100px) {
  .en__component--copyblock.background h1, .en__component--copyblock.background h2, .en__component--copyblock.background h3, .en__component--copyblock.background h4, .en__component--copyblock.background h5, .en__component--copyblock.background p {
    margin-left: 20px !important; } }

/* Engaging Network Components Styles*/
/* Engaging Network Components Styles*/
.en__component--copyblock {
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.6); }
  .en__component--copyblock:not(.float)::after {
    display: table;
    clear: both;
    content: ""; }

.en__component--column--2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff; }
  .en__component--column--2 > .en__component {
    margin-right: 20px;
    margin-left: 20px; }

.en__field--paymenttype {
  display: none; }

.en__field__element {
  display: block !important; }

.en__field__input--select {
  min-width: inherit !important; }

/* Styling for petition in Page Builder */
body.petition {
  background-color: #353434;

  /* Moving disclaimer up - BL 10/10/2017 */ }
  body.petition h1 {
    color: #fff; }
  body.petition .en__component--copyblock {
    padding: 20px; }
    body.petition .en__component--copyblock.background {
      position: relative;
      right: 50%;
      left: 50%;
      margin-top: 1px;
      margin-right: -50vw;
      margin-left: -50vw;
      padding-top: 42px;
      padding-bottom: 42px;
      width: 100vw;
      background: url("https://org.salsalabs.com/o/455/images/header-mountain.jpg") no-repeat;
      background-size: cover;
      color: #fff; }
    body.petition .en__component--copyblock > * {
      max-width: 980px; }
    body.petition .en__component--copyblock > address,
    body.petition .en__component--copyblock > article,
    body.petition .en__component--copyblock > aside,
    body.petition .en__component--copyblock > blockquote,
    body.petition .en__component--copyblock > canvas,
    body.petition .en__component--copyblock > dd,
    body.petition .en__component--copyblock > div,
    body.petition .en__component--copyblock > dl,
    body.petition .en__component--copyblock > dt,
    body.petition .en__component--copyblock > fieldset,
    body.petition .en__component--copyblock > figcaption,
    body.petition .en__component--copyblock > figure,
    body.petition .en__component--copyblock > footer,
    body.petition .en__component--copyblock > h1,
    body.petition .en__component--copyblock > h2,
    body.petition .en__component--copyblock > h3,
    body.petition .en__component--copyblock > h4,
    body.petition .en__component--copyblock > h5,
    body.petition .en__component--copyblock > h6,
    body.petition .en__component--copyblock > hgroup,
    body.petition .en__component--copyblock > hr,
    body.petition .en__component--copyblock > li,
    body.petition .en__component--copyblock > main,
    body.petition .en__component--copyblock > nav,
    body.petition .en__component--copyblock > noscript,
    body.petition .en__component--copyblock > ol,
    body.petition .en__component--copyblock > output,
    body.petition .en__component--copyblock > p,
    body.petition .en__component--copyblock > pre,
    body.petition .en__component--copyblock > section,
    body.petition .en__component--copyblock > table,
    body.petition .en__component--copyblock > tfoot,
    body.petition .en__component--copyblock > ul,
    body.petition .en__component--copyblock > video {
      margin: 0 auto; }
    body.petition .en__component--copyblock p {
      margin-top: 10px; }
    @media (max-width: 767px) {
      body.petition .en__component--copyblock {
        margin-bottom: 0; } }
  body.petition .en__component--contactblock {
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
    background-color: #fff; }
  body.petition .en__component--formblock {
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
    background-color: #fff; }
    body.petition .en__component--formblock .en__submit {
      margin-top: 40px; }
      body.petition .en__component--formblock .en__submit button {
        width: 100%;
        background-color: #899AFC;
        color: #FFFFFF;
        text-align: center; }
    @media (min-width: 769px) {
      body.petition .en__component--formblock {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body.petition .en__component--formblock .en__field,
        body.petition .en__component--formblock .en__submit {
          width: 100%; }
        body.petition .en__component--formblock .en__field--firstName,
        body.petition .en__component--formblock .en__field--lastName {
          width: 48%; }
        body.petition .en__component--formblock .en__field--region,
        body.petition .en__component--formblock .en__field--city {
          width: 38%; }
        body.petition .en__component--formblock .en__field--postcode {
          width: 20%; } }
  body.petition select,
  body.petition input[type=text],
  body.petition input[type=email] {
    padding: 4px;
    width: 100%;
    border: 1px solid #c8c8c6;
    border-radius: 3px;
    background: #f3f1e4;
    color: #000; }
    body.petition select:focus,
    body.petition input[type=text]:focus,
    body.petition input[type=email]:focus {
      background-color: #fff; }
  body.petition .disclaimer {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 600px;
    background-color: #fff;
    font-weight: 700;
    font-style: italic; }
  body.petition .petition-text {
    margin: auto;
    margin-bottom: 20px;
    max-width: 600px;
    border: 1px solid #CCA;
    background: #6eb158;
    color: #fff;
    font-style: italic; }
  @media (min-width: 769px) {
    body.petition .en__field--emailAddress.next-en__field--postcode {
      width: 70%; }
      body.petition .en__field--emailAddress.next-en__field--postcode + .en__field--postcode {
        width: 25%; } }

/* Styling for Email to Target in Page Builder */
body.action {
  background-color: #353434; }
  body.action h1 {
    color: #fff; }
  body.action .en__component--copyblock {
    padding: 20px; }
    body.action .en__component--copyblock.background {
      margin-top: 1px;
      padding-top: 42px;
      padding-bottom: 42px;
      background: url("https://org.salsalabs.com/o/455/images/header-mountain.jpg") no-repeat;
      background-size: cover;
      color: #fff; }
    body.action .en__component--copyblock > * {
      max-width: 980px; }
    body.action .en__component--copyblock > address,
    body.action .en__component--copyblock > article,
    body.action .en__component--copyblock > aside,
    body.action .en__component--copyblock > blockquote,
    body.action .en__component--copyblock > canvas,
    body.action .en__component--copyblock > dd,
    body.action .en__component--copyblock > div,
    body.action .en__component--copyblock > dl,
    body.action .en__component--copyblock > dt,
    body.action .en__component--copyblock > fieldset,
    body.action .en__component--copyblock > figcaption,
    body.action .en__component--copyblock > figure,
    body.action .en__component--copyblock > footer,
    body.action .en__component--copyblock > h1,
    body.action .en__component--copyblock > h2,
    body.action .en__component--copyblock > h3,
    body.action .en__component--copyblock > h4,
    body.action .en__component--copyblock > h5,
    body.action .en__component--copyblock > h6,
    body.action .en__component--copyblock > hgroup,
    body.action .en__component--copyblock > hr,
    body.action .en__component--copyblock > li,
    body.action .en__component--copyblock > main,
    body.action .en__component--copyblock > nav,
    body.action .en__component--copyblock > noscript,
    body.action .en__component--copyblock > ol,
    body.action .en__component--copyblock > output,
    body.action .en__component--copyblock > p,
    body.action .en__component--copyblock > pre,
    body.action .en__component--copyblock > section,
    body.action .en__component--copyblock > table,
    body.action .en__component--copyblock > tfoot,
    body.action .en__component--copyblock > ul,
    body.action .en__component--copyblock > video {
      margin: 0 auto; }
    @media (max-width: 767px) {
      body.action .en__component--copyblock {
        margin-bottom: 0; } }
    body.action .en__component--copyblock p {
      margin-top: 10px; }
  body.action .en__component--contactblock {
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
    background-color: #fff; }
  body.action .en__component--formblock {
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
    background-color: #fff; }
    body.action .en__component--formblock .en__submit {
      margin-top: 40px; }
      body.action .en__component--formblock .en__submit button {
        width: 100%;
        background-color: #899AFC;
        color: #FFFFFF;
        text-align: center; }
    @media (min-width: 769px) {
      body.action .en__component--formblock {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        body.action .en__component--formblock .en__field,
        body.action .en__component--formblock .en__submit {
          width: 100%; }
        body.action .en__component--formblock .en__field--firstName,
        body.action .en__component--formblock .en__field--lastName {
          width: 48%; }
        body.action .en__component--formblock .en__field--region,
        body.action .en__component--formblock .en__field--city {
          width: 38%; }
        body.action .en__component--formblock .en__field--postcode {
          width: 15%; }
        body.action .en__component--formblock .en__field--title.next-en__field--firstName {
          width: 20%; }
          body.action .en__component--formblock .en__field--title.next-en__field--firstName + .en__field--firstName {
            width: 35%; }
            body.action .en__component--formblock .en__field--title.next-en__field--firstName + .en__field--firstName + .en__field--lastName {
              width: 35%; } }
  body.action select,
  body.action input[type=text],
  body.action input[type=email] {
    padding: 4px;
    width: 100%;
    border: 1px solid #c8c8c6;
    border-radius: 3px;
    background: #f3f1e4;
    color: #000; }
    body.action select:focus,
    body.action input[type=text]:focus,
    body.action input[type=email]:focus {
      background-color: #fff; }
  body.action .disclaimer {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    max-width: 600px;
    background-color: #fff;
    font-weight: 700;
    font-style: italic; }
  @media (max-width: 767px) {
    body.action footer {
      margin-top: 0; } }
  body.action .en__contact__detail {
    display: none; }
  body.action .en__singleMessage {
    padding: 0; }

body.donate .wrapper {
  background: url("https://org.salsalabs.com/o/455/images/bg.jpg?1438031465") no-repeat center bottom; }

/*# sourceMappingURL=maps/en-cshp.css.map */
