.page-action-network *,
.page-action-network *::before,
.page-action-network *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s-header-1 {
  padding: 135px 32px 40px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/action-network/bg-action-network.png);
}

.s-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.sb-video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 0;
  height: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 24px solid #F75B19;
}

.inner-s-header-1 {
  text-align: center;
  margin-bottom: 30px;
}
.inner-s-header-1 img {
  margin-bottom: 30px;
}
.inner-s-header-1 p {
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 0 auto;
}
.inner-s-header-1 .an-button {
  margin-top: 43px;
}

.heading-sh-1 {
  max-width: 80%;
  margin: 0 auto 4px auto;
  line-height: 1;
}
.heading-sh-1 img {
  margin-bottom: 0;
}

.img-header-1.mobile {
  display: none;
}

/* FORM */
.section-form {
  background: #0F8093;
  padding: 0 32px;
}

.inner-section-form {
  max-width: 830px;
  margin: 0 auto;
  padding: 54px 0 72px 0;
}
.inner-section-form .an-heading {
  color: #FFFFFF;
}

.an-inner-form {
  display: block;
  padding: 23px 0 0 0;
}

.an-subheading {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
}

.an-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.an-col {
  width: calc(50% - 10px);
}

.frm-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.form-label-group {
  position: relative;
}

select.frm-select,
textarea.frm-textarea,
input.frm-text {
  width: 100%;
  background-color: #fff;
  display: block;
  height: 44px;
  border: 0 none;
  -webkit-appearance: none;
  outline: 0 none;
  border-radius: 0;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #868686;
  padding: 15px 14px 5px 14px;
}

textarea.frm-textarea {
  height: 160px;
}

.form-label-group textarea::-webkit-input-placeholder, .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-moz-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group textarea:-ms-input-placeholder, .form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-ms-input-placeholder, .form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::placeholder,
.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group textarea:not(:-moz-placeholder-shown), .form-label-group input:not(:-moz-placeholder-shown) {
  line-height: 44px;
}

.form-label-group textarea:not(:-ms-input-placeholder), .form-label-group input:not(:-ms-input-placeholder) {
  line-height: 44px;
}

.form-label-group textarea:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
  line-height: 44px;
}

.form-label-group textarea:not(:-moz-placeholder-shown) ~ label, .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #C5C5C5;
  line-height: 1;
}

.form-label-group textarea:not(:-ms-input-placeholder) ~ label, .form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #C5C5C5;
  line-height: 1;
}

.form-label-group select.change ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #C5C5C5;
  line-height: 1;
}

.form-label-group > select,
.form-label-group > textarea,
.form-label-group > input,
.form-label-group > label {
  margin: 0;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
  color: #C5C5C5;
  pointer-events: none;
  cursor: text;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: normal;
  padding: 0 14px;
}

.an-wrap-city {
  width: 263px;
}

.an-wrap-state {
  width: 179px;
}

.an-wrap-zip {
  width: 111px;
}

.an-wrap-county {
  width: 217px;
}

.an-text-frm {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 17px;
  line-height: 1.23;
}

.an-frm-wrap-check.an-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0;
}
.an-frm-wrap-check.an-tab .an-wrap-check.first {
  margin-right: 15px;
}
.an-frm-wrap-check.an-tab .an-text-frm {
  margin-right: 20px;
  margin-bottom: 0;
}

.an-frm-wrap-check {
  margin-bottom: 29px;
  position: relative;
}

.an-tab .an-wrap-check:first-child,
.an-wrap-check:first-child {
  margin-right: 20px;
}

.an-inner-wrap-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.an-wrap-check {
  position: relative;
}

.an-lbl-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-content: center;
  margin-bottom: 0;
}
.an-lbl-check span {
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-weight: 400;
  text-align: left;
}
.an-lbl-check:before {
  content: "";
  height: 21px;
  width: 21px;
  display: inline-block;
  background-image: url(../images/action-network/cv-radio-unchecked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}
.an-lbl-check:hover {
  cursor: pointer;
}

.an-radio {
  height: 1px;
  width: 1px;
  opacity: 0;
  left: -9000px;
  overflow: hidden;
  position: absolute;
}
.an-radio:checked + .an-lbl-check:before {
  background-image: url(../images/action-network/cv-radio-checked.svg);
}

.parsley-errors-list {
  color: red;
  position: absolute;
  bottom: -13px;
  left: 0;
}

.an-inner-wrap-check .parsley-errors-list {
  width: 100%;
  text-align: center;
}

.an-col-1 {
  width: 100%;
}

.an-col-3 {
  width: calc(33% - 10px);
}

.an-button,
button.an-button {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 250px;
  height: 44px;
  padding: 0;
  background: #FCAF26;
  border: 2px solid #FFFFFF;
  line-height: 39px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: 38px;
}
.an-button:active, .an-button:hover,
button.an-button:active,
button.an-button:hover {
  border-color: #FCAF26;
  color: #FCAF26;
  text-decoration: none;
  background: #FFFFFF;
  opacity: 1;
}

.an-wrap-leader {
  display: none;
  position: relative;
  padding-top: 26px;
}
.an-wrap-leader::before {
  content: "";
  width: 378px;
  height: 1px;
  background: #FFFFFF;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -189px;
}

/* Checklist */
.section-checklist {
  padding: 54px 32px 73px 32px;
}
.section-checklist .btn-s-results {
  margin-top: 51px;
}

.inner-checklist {
  max-width: 725px;
  margin: 0 auto;
}
.inner-checklist .an-subheading {
  color: #6E6E6E;
}

.an-title-checklist {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0F8093;
  margin-top: 46px;
  position: relative;
  padding-top: 46px;
  font-style: italic;
  margin-bottom: 35px;
}
.an-title-checklist.first::before {
  content: "";
  width: 180px;
  height: 1px;
  background: #00ACC8;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
}
.an-title-checklist.second {
  margin-top: 0;
  padding-top: 32px;
  margin-bottom: 35px;
}

.an-item-checklist {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #7B838A;
  position: relative;
  padding-left: 64px;
  margin-bottom: 32px;
  line-height: 1.3;
}
.an-item-checklist::before {
  content: " ";
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  background-image: url(../images/action-network/cv-icon-list.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.an-item-checklist.special {
  color: #00ACC8;
}

/* BENEFITS */
.s-benefits {
  background: rgba(223, 218, 203, 0.2);
  padding: 48px 32px 64px 32px;
}
.s-benefits .an-heading {
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.1;
  margin-bottom: 30px;
}

.inner-s-benefits {
  max-width: 1105px;
  margin: 0 auto;
}

.an-heading {
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F75B19;
  line-height: 1;
}

.items-s-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items-s-benefits p {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #6E6E6E;
}
.items-s-benefits figure {
  min-height: 185px;
  text-align: center;
  margin-bottom: 8px;
}

/* VIDEO */
.inner-sb-video {
  max-width: 1048px;
  margin: 0 auto;
}

.heading-sb-video {
  font-style: italic;
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.11em;
  color: #FFFFFF;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.subheading-sb-video {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}

.btn-sb-video {
  width: 74px;
  height: 74px;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  background-image: url(../images/action-network/icon-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  margin: 0 auto;
}
/* RESULTS */
.s-results {
  padding: 42px 32px 72px 32px;
}

.inner-s-results {
  max-width: 1063px;
  margin: 0 auto;
}

.heading-s-results {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F75B19;
  margin-bottom: 24px;
}

.items-s-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.items-s-results .s_t1 {
  max-width: 290px;
}
.items-s-results .s_t2 {
  max-width: 260px;
}
.items-s-results .s_t3 {
  max-width: 290px;
}
.items-s-results li strong {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 103px;
  line-height: 103%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #F75B19;
  font-weight: normal;
}
.items-s-results li p {
  text-align: center;
}
.items-s-results li span {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  line-height: 34px;
  letter-spacing: 0, 3em;
  text-align: center;
  color: #7B838A;
}

.btn-s-results {
  width: 250px;
  height: 50px;
  background: #FCAF26;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  border: 2px solid #FCAF26;
}
.btn-s-results:active {
  background: #fff;
  color: #FCAF26;
  text-decoration: none;
}
.btn-s-results:hover {
  background: #fff;
  color: #FCAF26;
  text-decoration: none;
}

/*QUOTES*/
.s-quotes {
  background: #60CBEA -webkit-gradient(linear, left top, left bottom, from(rgba(0, 172, 200, 0)), to(rgba(0, 172, 200, 0.4)));
  background: #60CBEA linear-gradient(180deg, rgba(0, 172, 200, 0) 0%, rgba(0, 172, 200, 0.4) 100%);
  padding: 41px 32px 28px 32px;
  border-bottom: 4px solid #F75B19;
}

.inner-s-quotes {
  max-width: 922px;
  margin: 0 auto;
}

.item-s-quotes {
  margin-bottom: 0;
  text-align: center;
}
.item-s-quotes p {
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
  line-height: 141%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 21px;
}
.item-s-quotes strong {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0F8093;
  display: block;
}

.items-s-quotes {
  padding: 0 20px;
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px !important;
}

.slick-next.slick-arrow {
  right: -15px;
}

.slick-prev.slick-arrow {
  left: -15px;
}

/* RESPONSIVE*/
@media (max-width: 860px) {
  .an-wrap-city,
  .an-wrap-state,
  .an-wrap-zip,
  .an-wrap-county {
    width: 100%;
  }
  .an-col-4 {
    width: calc(25% - 10px);
  }
}
@media (max-width: 767px) {
  .inner-s-header-1 p {
    font-size: 22px;
    max-width: 318px;
  }
  .s-header-1 {
    padding: 87px 32px 20px 32px;
  }
  .an-heading {
    font-size: 5.5vw;
    line-height: 1.2;
  }
  .inner-s-benefits {
    margin: 0 auto;
  }
  .items-s-benefits {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .items-s-benefits li {
    max-width: 148px;
    margin: 0 8px 20px 8px;
  }
  .items-s-benefits li:last-child figure img {
    height: 120px !important;
  }
  .items-s-benefits figure {
    min-height: 150px;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .sb-video {
    height: 210px;
  }
  .inner-sb-video {
    padding: 20px;
  }
  .heading-sb-video {
    font-size: 24px;
    color: #00ACC8;
    text-shadow: 0 0 0;
    line-height: 130%;
    letter-spacing: 0.11em;
  }
  .subheading-sb-video {
    text-shadow: 0 0 0;
    font-size: 14px;
    color: #979797;
    letter-spacing: 0.15em;
  }
  .items-s-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .items-s-results li {
    margin-bottom: 25px;
  }
  .heading-s-results {
    line-height: 120%;
  }
  .s-quotes {
    padding: 25px 20px 20px 20px;
  }
  .item-s-quotes p {
    font-size: 38px;
  }
  .an-col-4 {
    width: calc(50% - 10px);
  }
  .an-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .an-row.second .an-col {
    width: 100%;
  }
  .an-frm-wrap-check.an-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .an-frm-wrap-check.an-tab .an-text-frm {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .an-wrap-leader::before {
    width: 100px;
    margin-left: -50px;
  }
  .an-text-frm br {
    display: none;
  }
}
@media (max-width: 600px) {
  .items-s-benefits p {
    font-size: 17px;
  }
  .heading-sb-video {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }
  .btn-s-results {
    width: 296px;
  }
  .btn-s-results,
  .an-button,
  button.an-button {
    width: 100%;
  }
  .img-header-1.mobile {
    display: block;
    margin: 0 auto;
  }
  .img-header-1.desktop {
    display: none;
  }
  .heading-sh-1 {
    max-width: 100%;
  }
  .s-header-1 {
    padding: 135px 32px 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/action-network/bg-action-network-mobile.png);
  }
  .an-title-checklist {
    line-height: 1.1;
  }
  .an-item-checklist::before {
    top: 5px;
    margin-top: 0;
  }
  .sb-video {
    border-top: 8px solid #F75B19;
  }
}
@media (max-width: 480px) {
  .form-label-group > label {
    font-size: 11px;
    letter-spacing: 0;
  }
  select.frm-select,
  textarea.frm-textarea,
  input.frm-text {
    font-size: 13px;
    letter-spacing: 0;
  }
}