@charset "UTF-8";
/* Custom vars */
@import url("https://fonts.googleapis.com/css?family=Muli|Open+Sans&display=swap");
:root {
  --header: 146px;
  --container-width: 1216px; }
  @media (max-width: 47.9375rem) {
    :root {
      --header: 56px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.625rem 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #212121; }

.hamburger-box {
  width: 15px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.0625rem; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 15px;
    height: 2px;
    background-color: #212121;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

:root {
  --max-width: 1216px;
  --header-height: 56px;
  --header-row-1-height: 56px;
  --header-row-2-height: 1px;
  --header-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  --section-padding-top: 5rem;
  --section-padding-bottom: 5rem;
  --padding-side: 1rem;
  --box-shadow-1: 0 16px 32px rgba(173, 186, 201, 0.24);
  --box-shadow-1-hover: 0 8px 16px rgba(173, 186, 201, 0.32), 2px 24px 24px rgba(173, 186, 201, 0.24);
  --box-shadow-1-transition: box-shadow 0.3s ease-in-out;
  --box-shadow-2: inset 0 -1px 0 #F2F6FB;
  --box-shadow-3: inset 2px 0 0 #F2F6FB;
  --margin-bottom-prefooter: 4.5rem;
  --quote--item-side: 80px;
  --body-button-space: 64px;
  --image-height-560-560-520-520-400: 560px;
  --image-height-560-560-410-410-300: 560px;
  --header-salesforce-row-1-height: 70px;
  --header-salesforce-height: 75px; }
  @media (min-width: 68.125rem) {
    :root {
      --header-height: 146px;
      --header-row-1-height: 64px;
      --header-row-2-height: 82px; } }
  @media (min-width: 64.0625rem) {
    :root {
      --image-height-560-560-520-520-400: 560px; } }
  @media (min-width: 48.0625rem) and (max-width: 64rem) {
    :root {
      --padding-side: 2.5rem;
      --quote--item-side: 64px;
      --section-padding-bottom: 3.75rem;
      --image-height-560-560-520-520-400: 520px;
      --image-height-560-560-410-410-300: 410px;
      --header-salesforce-height: 151px; } }
  @media (min-width: 30.0625rem) and (max-width: 48rem) {
    :root {
      --section-padding-top: 3.75rem;
      --section-padding-bottom: 2.5rem;
      --padding-side: 2.5rem;
      --quote--item-side: 40px;
      --body-button-space: 40px;
      --image-height-560-560-520-520-400: 520px;
      --image-height-560-560-410-410-300: 410px;
      --header-salesforce-height: 151px; } }
  @media (max-width: 30rem) {
    :root {
      --section-padding-top: 2.5rem;
      --section-padding-bottom: 2.5rem;
      --padding-side: 1rem;
      --quote--item-side: 16px;
      --body-button-space: 40px;
      --image-height-560-560-520-520-400: 400px;
      --image-height-560-560-410-410-300: 300px;
      --header-salesforce-row-1-height: 54px;
      --header-salesforce-height: 127px; } }

.numberlist--field-title {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: left;
  margin-bottom: 0; }
  @media (max-width: 48rem) {
    .numberlist--field-title {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0; } }
  @media (max-width: 30rem) {
    .numberlist--field-title {
      max-width: 400px; } }

.full-1--date {
  font-family: 'Mulish',sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #303C42;
  text-align: left; }

.teaser-1--title, .icon-list__field-link a, .icon-list__field-link-hidden + .icon-list__field-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  text-align: left; }

.teaser-1--title + .teaser-1--field_body {
  padding-top: 2rem; }

.view-blog #result-summary {
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #303C42; }

.info-button__field_link + .info-button__field_header_phone_number {
  padding-top: 3.125rem; }

.full-1--body p, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li, .full-1--body li {
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #303C42; }

.full-1--body p + p, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li + p, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body p + li, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li + li,
.full-1--body p + ul,
.full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li + ul, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li + ul,
.full-1--body p + ol,
.full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li + ol, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li + ol,
.full-1--body p + table,
.full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li + table, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li + table,
.full-1--body table + ul,
.full-1--body table + ol,
.full-1--body ul + p, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts ul + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body ul + li,
.full-1--body ul + ol,
.full-1--body ol + p, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts ol + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body ol + li,
.full-1--body ol + ul {
  margin-top: 1.75rem; }

.form-type-radio-button--- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer; }
  .form-type-radio-button--- + .form-type-radio-button {
    margin-top: 0.625rem; }
  .form-type-radio-button--- label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .form-type-radio-button--- label::before {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      background: white;
      border-radius: 50px;
      margin-right: 0.875rem;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 4px solid white;
      position: relative;
      top: 3px; }
  .form-type-radio-button---.active label::before {
    background-color: #bfd400; }
  .form-type-radio-button--- input {
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

.form-type-radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer; }
  .form-type-radio-button + .form-type-radio-button {
    margin-top: 0.625rem; }
  .form-type-radio-button label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 2.0625rem;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem; }
    .form-type-radio-button label::before, .form-type-radio-button label::after {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background: white;
      border-radius: 50px;
      margin-right: 0.875rem;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      border: 2px solid #ADBAC9;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    .form-type-radio-button label::after {
      width: 12px;
      height: 12px;
      border-color: #fff;
      left: 5px; }
  .form-type-radio-button.active label::before {
    border-color: #bfd400; }
  .form-type-radio-button.active label::after {
    background-color: #bfd400; }
  .form-type-radio-button input {
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }

.teaser-1--section-title, .teaser-2--section .field-title, .quote--title, .icon-list__title,
.icon-list__section > h2, .video-1__title, .card-items-1__section .field-title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .teaser-1--section-title, .teaser-2--section .field-title, .quote--title, .icon-list__title,
    .icon-list__section > h2, .video-1__title, .card-items-1__section .field-title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .teaser-1--section-title, .teaser-2--section .field-title, .quote--title, .icon-list__title,
    .icon-list__section > h2, .video-1__title, .card-items-1__section .field-title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.info-button__section h2,
.info-button__title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .info-button__section h2,
    .info-button__title {
      text-align: center;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .info-button__section h2,
    .info-button__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.teaser-4--section h2 {
  font-family: 'Mulish',sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  letter-spacing: -0.03125rem;
  text-align: left;
  color: #303C42 !important; }
  @media (max-width: 30rem) {
    .teaser-4--section h2 {
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-align: left; } }

.teaser-1--section-title, .pages-blog .region-content-bottom h2,
.page-blog .region-content-bottom h2,
.path-blog .region-content-bottom h2,
.node-type-blog .region-content-bottom h2, .teaser-2--section .field-title, .quote--title, .icon-list__title,
.icon-list__section > h2, .video-1__title, .card-items-1__section .field-title {
  margin-top: 0; }
  .teaser-1--section-title::before, .pages-blog .region-content-bottom h2::before,
  .page-blog .region-content-bottom h2::before,
  .path-blog .region-content-bottom h2::before,
  .node-type-blog .region-content-bottom h2::before, .teaser-2--section .field-title::before, .quote--title::before, .icon-list__title::before,
  .icon-list__section > h2::before, .video-1__title::before, .card-items-1__section .field-title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .teaser-1--section-title::before, .pages-blog .region-content-bottom h2::before,
      .page-blog .region-content-bottom h2::before,
      .path-blog .region-content-bottom h2::before,
      .node-type-blog .region-content-bottom h2::before, .teaser-2--section .field-title::before, .quote--title::before, .icon-list__title::before,
      .icon-list__section > h2::before, .video-1__title::before, .card-items-1__section .field-title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }

.full-1--title, .promotion__title {
  margin-top: 0; }
  .full-1--title::before, .promotion__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .full-1--title::before, .promotion__title::before {
        margin-bottom: 1.5625rem; } }

.info-button__section h2,
.info-button__title {
  margin-top: 0; }
  .info-button__section h2::before,
  .info-button__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .info-button__section h2::before,
      .info-button__title::before {
        margin-bottom: 1.5625rem; } }

.pages-blog [id*="page-title"]::before,
.page-blog [id*="page-title"]::before,
.path-blog [id*="page-title"]::before,
.node-type-blog [id*="page-title"]::before {
  content: "";
  width: 43px;
  height: 6px;
  display: block;
  margin: 0 0 1.25rem;
  background: #BFD400; }
  @media (max-width: 48rem) {
    .pages-blog [id*="page-title"]::before,
    .page-blog [id*="page-title"]::before,
    .path-blog [id*="page-title"]::before,
    .node-type-blog [id*="page-title"]::before {
      margin-bottom: 1.5625rem; } }

.teaser-1--title::before {
  content: "";
  width: 35px;
  height: 5px;
  display: block;
  margin: 0 0 0.9375rem;
  background: #BFD400; }

.teaser-2--section .field-body, .card-items-1__section .field-body {
  font-family: 'Mulish',sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem;
  letter-spacing: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5rem; }
  @media (max-width: 48rem) {
    .teaser-2--section .field-body, .card-items-1__section .field-body {
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: left;
      max-width: none;
      margin-bottom: 2.5rem; } }

a.cta-green {
  display: inline-block;
  font-family: Muli,sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #c5d54f;
  color: #333;
  border: 2px solid #c5d54f;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  height: 53px;
  font-size: 1.5rem;
  text-transform: none;
  padding: 0.625rem 1.875rem;
  line-height: normal; }

a.cta-green:hover {
  border: 2px solid #3177dc;
  background-color: #3177dc;
  color: #fff; }

.column,
.columns {
  position: relative;
  padding-left: initial;
  padding-right: initial;
  width: initial;
  float: initial; }

blockquote,
blockquote p,
blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts blockquote li {
  line-height: initial;
  color: initial;
  padding: initial;
  border: initial; }

.ygrene-subtheme .block-webform form .form-submit {
  height: inherit;
  font-size: inherit;
  text-transform: inherit;
  padding: inherit; }

.ygrene-subtheme .block-webform {
  max-width: inherit; }

.ygrene-subtheme .block-webform form input[type="text"],
.ygrene-subtheme .block-webform form input[type="password"],
.ygrene-subtheme .block-webform form input[type="date"],
.ygrene-subtheme .block-webform form input[type="datetime"],
.ygrene-subtheme .block-webform form input[type="datetime-local"],
.ygrene-subtheme .block-webform form input[type="month"],
.ygrene-subtheme .block-webform form input[type="week"],
.ygrene-subtheme .block-webform form input[type="email"],
.ygrene-subtheme .block-webform form input[type="number"],
.ygrene-subtheme .block-webform form input[type="search"],
.ygrene-subtheme .block-webform form input[type="tel"],
.ygrene-subtheme .block-webform form input[type="time"],
.ygrene-subtheme .block-webform form input[type="url"],
.ygrene-subtheme .block-webform form textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  height: inherit;
  color: inherit; }

.ygrene-subtheme .block-webform form label:not(.error) {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit; }

.ygrene-subtheme .block-webform form {
  /*.form-text:valid ~ label,*/ }
  .ygrene-subtheme .block-webform form .form-item {
    position: relative; }
  .ygrene-subtheme .block-webform form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .ygrene-subtheme .block-webform form .form-item.label-floated label,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus ~ label,
  .ygrene-subtheme .block-webform form .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .ygrene-subtheme .block-webform form .form-item.label-floated .field-suffix,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus + .field-suffix,
  .ygrene-subtheme .block-webform form .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .ygrene-subtheme .block-webform form .form-item.label-floated .form-text::-webkit-input-placeholder,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .ygrene-subtheme .block-webform form .form-item.label-floated .form-text::-moz-placeholder,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .ygrene-subtheme .block-webform form .form-item.label-floated .form-text::-ms-input-placeholder,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .ygrene-subtheme .block-webform form .form-item.label-floated .form-text::placeholder,
  .ygrene-subtheme .block-webform form .form-item .form-text:focus::placeholder {
    color: inherit; }
  .ygrene-subtheme .block-webform form .form-text {
    width: 100%; }
    .ygrene-subtheme .block-webform form .form-text::-webkit-input-placeholder {
      color: transparent; }
    .ygrene-subtheme .block-webform form .form-text::-moz-placeholder {
      color: transparent; }
    .ygrene-subtheme .block-webform form .form-text::-ms-input-placeholder {
      color: transparent; }
    .ygrene-subtheme .block-webform form .form-text::placeholder {
      color: transparent; }
  .ygrene-subtheme .block-webform form .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .ygrene-subtheme .block-webform form .form-item label,
  .ygrene-subtheme .block-webform form .form-item [type="text"],
  .ygrene-subtheme .block-webform form .form-item [type="email"],
  .ygrene-subtheme .block-webform form .form-item [type="tel"],
  .ygrene-subtheme .block-webform form .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .ygrene-subtheme .block-webform form .form-item [type="text"],
  .ygrene-subtheme .block-webform form .form-item [type="email"],
  .ygrene-subtheme .block-webform form .form-item [type="tel"],
  .ygrene-subtheme .block-webform form .form-item [type="search"],
  .ygrene-subtheme .block-webform form .form-item textarea,
  .ygrene-subtheme .block-webform form .form-item select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .ygrene-subtheme .block-webform form .form-item [type="text"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="email"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="search"]:focus,
    .ygrene-subtheme .block-webform form .form-item textarea:focus,
    .ygrene-subtheme .block-webform form .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .ygrene-subtheme .block-webform form .form-item [type="text"]::-webkit-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="email"]::-webkit-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]::-webkit-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="search"]::-webkit-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item textarea::-webkit-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .ygrene-subtheme .block-webform form .form-item [type="text"]::-moz-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="email"]::-moz-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]::-moz-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="search"]::-moz-placeholder,
    .ygrene-subtheme .block-webform form .form-item textarea::-moz-placeholder,
    .ygrene-subtheme .block-webform form .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .ygrene-subtheme .block-webform form .form-item [type="text"]::-ms-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="email"]::-ms-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]::-ms-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="search"]::-ms-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item textarea::-ms-input-placeholder,
    .ygrene-subtheme .block-webform form .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .ygrene-subtheme .block-webform form .form-item [type="text"]::placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="email"]::placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]::placeholder,
    .ygrene-subtheme .block-webform form .form-item [type="search"]::placeholder,
    .ygrene-subtheme .block-webform form .form-item textarea::placeholder,
    .ygrene-subtheme .block-webform form .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .ygrene-subtheme .block-webform form .form-item [type="text"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="email"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="tel"]:focus,
    .ygrene-subtheme .block-webform form .form-item [type="search"]:focus,
    .ygrene-subtheme .block-webform form .form-item textarea:focus,
    .ygrene-subtheme .block-webform form .form-item select:focus {
      background-color: transparent; }
  .ygrene-subtheme .block-webform form .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .ygrene-subtheme .block-webform form .form-item select::-ms-expand {
      display: none; }
  .ygrene-subtheme .block-webform form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .ygrene-subtheme .block-webform form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .ygrene-subtheme .block-webform form .form-submit {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    margin: initial; }
    .ygrene-subtheme .block-webform form .form-submit:hover, .ygrene-subtheme .block-webform form .form-submit:focus {
      background-color: #3177dc;
      color: #fff; }
    .ygrene-subtheme .block-webform form .form-submit:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .ygrene-subtheme .block-webform form .form-submit::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .ygrene-subtheme .block-webform form .form-submit[disabled], .ygrene-subtheme .block-webform form .form-submit[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }

#footer-wrapper .region-footer, .teaser-1--section, .view-grid-3-3-1-1, .view-grid-66-33---66-33---100---100, .pages-blog.page-taxonomy-term div.tabs,
.path-blog.page-taxonomy-term div.tabs,
.node-type-blog.page-taxonomy-term div.tabs, .pages-blog [id*="page-title"],
.page-blog [id*="page-title"],
.path-blog [id*="page-title"],
.node-type-blog [id*="page-title"], .pages-blog .region-content-top-outer,
.page-blog .region-content-top-outer,
.path-blog .region-content-top-outer,
.node-type-blog .region-content-top-outer, .government-page .paragraph-landing-text-image-grid-items, .hero-image__text-content, .teaser-2--section, .icon-list__section, .info-button__section, .commercial-form__content, .paragraph-ygrene-helper-form .wrapper-helper-form, .page-collateral .view-collateral, .card-items-1__section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--max-width) + (var(--padding-side) * 2));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }

.video-1__section {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }

.teaser-1--section, .government-page .quote--section + .paragraph-landing-text-image-grid-items, .government-page .paragraph-landing-text-image-grid-items, .government-page .paragraph-landing-title-big-image, .teaser-2--section, .icon-list__section, .info-button__section, .paragraph-ygrene-helper-form .wrapper-helper-form, .card-items-1__section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom); }

/*Banner landing */
/*Titulo landing-paragraph*/
/*List  icons item */
/*advanced-icon-item titulo*/
/*Title and buttons */
body {
  color: #303C42;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0; }

a {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul,
ol {
  margin: 0;
  padding-left: 0; }

ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  letter-spacing: 0;
  font-family: Mulish; }

a {
  color: rgba(48, 60, 66, 0.7); }

h1,
h2,
h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name,
h4,
h5,
h6 {
  font-family: Mulish;
  font-style: normal;
  margin: 0 0 0.5rem 0; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

sup {
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-left: 0.0625rem;
  font-size: 75%;
  position: relative;
  vertical-align: baseline; }

.row {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0; }

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

input {
  margin: 0; }

h1,
h2, p, .guidelines-landing-page .state-tiles > .state-tiles-texts li,
form,
.form-item,
.form-actions,
footer.l-footer,
.wysiwyg-columns-with-separators {
  margin: 0; }

.page {
  overflow: hidden; }

body.menu-main--transition .menu-collection,
body.menu-main--transition .menu-main--dropdown,
body.menu-main--transition main {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }

.container-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1216px !important;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  max-width: 1400px; }

.container-2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1216px !important;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }

.container-3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1216px !important;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  max-width: 840px;
  max-width: calc(800px + 32px); }

input.error,
textarea.error {
  background-color: transparent; }

input:not([type=checkbox]),
input:not([type=radio]),
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.form-required {
  color: red; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

button {
  outline: none; }

.progress {
  font-weight: bold; }

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px; }

.progress .filled {
  background: #0072b9 url(../../misc/progress.gif); }

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */ }

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */ }

.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 0.0625rem 0 0.0625rem 1.25rem;
  /* LTR */ }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.sr-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.sr-only.element-focusable:active,
.sr-only.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

.views-exposed-widgets {
  margin: 0; }

.message-error {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: red; }

.form-item .message-error {
  position: absolute;
  top: 101%;
  top: calc(100% + 5px);
  left: 0; }

#toolbar-administration ul, #toolbar-administration * {
  font-size: 1em; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48rem) {
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; } }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

.row:before,
.row:after {
  content: " ";
  display: table; }

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px black;
  box-shadow: inset 0 1px 2px black;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
  -webkit-transition: border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s;
  transition: border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s; }

input[type="checkbox"] {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.block-ygrene-helper-sign-up-form-block input.error {
  background-color: rgba(198, 15, 19, 0.1) !important; }

.page-our-story .paragraph--type--quote {
  display: none; }

.page-careers .paragraph--type--quote {
  display: none; }

body, p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
  color: #333;
  font-family: Mulish, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4375rem; }
  @media only screen and (min-width: 48rem) {
    body, p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
      font-size: 1rem;
      letter-spacing: -0.02125rem;
      line-height: 1.625rem; } }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }

h1, h2,
h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name {
  font-family: Mulish, sans-serif;
  font-weight: normal; }

h4, h5 {
  font-family: Mulish, sans-serif; }

h2,
h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name, h4, h5, h6 {
  color: #333; }

h1 {
  color: #fff;
  font-size: 1.8125rem;
  letter-spacing: -0.04625rem;
  line-height: 2.1875rem;
  padding-bottom: 1.25rem;
  margin: 0.67em 0; }
  @media only screen and (min-width: 48rem) {
    h1 {
      font-size: 2.5rem;
      letter-spacing: -0.145rem;
      line-height: 3.75rem; } }
  @media only screen and (min-width: 81.25rem) {
    h1 {
      font-size: 4.5rem;
      line-height: 4.5rem; } }
  @media only screen and (min-width: 112.5625rem) {
    h1 {
      font-size: 3.75rem; } }
  @media only screen and (max-width: 47.9375rem) {
    h1 {
      padding-bottom: 0; } }

h2 {
  font-size: 1.8125rem;
  letter-spacing: -0.10875rem;
  line-height: 2.1875rem; }
  @media only screen and (min-width: 48rem) {
    h2 {
      font-size: 2.0625rem;
      letter-spacing: -0.135rem;
      line-height: 2.1875rem; } }
  @media only screen and (min-width: 81.25rem) {
    h2 {
      font-size: 2.25rem; } }


h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name {
  font-size: 1.125rem;
  letter-spacing: -0.02813rem;
  line-height: 1.125rem; }
  @media only screen and (min-width: 48rem) {
    
    h3,
    .view-team-sorting .team-member .team-member-name,
    .view-team-members .team-member .team-member-name {
      font-size: 1.3125rem;
      letter-spacing: -0.0375rem;
      line-height: 1.6875rem; } }
  @media only screen and (min-width: 81.25rem) {
    
    h3,
    .view-team-sorting .team-member .team-member-name,
    .view-team-members .team-member .team-member-name {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem;
  letter-spacing: -0.06563rem;
  line-height: 2.1875rem; }
  @media only screen and (min-width: 48rem) {
    h4 {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 81.25rem) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-size: 1.125rem; }

h6 {
  font-family: Mulish, sans-serif;
  font-size: 1rem; }

button {
  -webkit-box-shadow: none;
          box-shadow: none; }

.button-back a {
  position: relative;
  font-family: Muli;
  /*font-size: 16px;
		line-height: 21px;
		font-weight: 600;
		color: #333;
		position: relative;
		top: 2px;
		padding-left: 12px;*/ }
  .button-back a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 30px;
    border: 1px solid #333;
    border-width: 2.3px 0px 0px 2.3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    display: block; }

button[disabled] {
  background-color: #e6e8e7 !important;
  color: #6b7378 !important;
  cursor: auto !important;
  opacity: 1 !important; }

.select-disabled .select-items-label {
  background-color: #e6e8e7 !important;
  color: #6b7378 !important;
  cursor: auto !important; }

.message-error {
  color: red !important;
  font-size: 0.8125rem !important;
  line-height: 0.8125rem !important;
  padding: 0;
  margin: 0.4375rem 0 0 !important;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .message-error--focus {
    text-shadow: 1px 1px 5px red, 0 0 1em red, 0 0 0.2em red; }

input.error-flag, textarea.error-flag {
  border-color: red !important; }

.pac-item {
  cursor: pointer; }

.container-1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1216px !important;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  max-width: 1400px; }

.alert-messages {
  top: calc(var(--header-height) + 22px);
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1rem; }
  .alert-messages .alert-box {
    padding: 0.9375rem !important; }
  .alert-messages .no-bullet {
    margin-bottom: 0; }
  .alert-messages .close {
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.menu-info {
  position: relative;
  z-index: 19; }
  .menu-info ul {
    margin-left: 0;
    margin-bottom: 0; }
  .menu-info li {
    list-style: none; }
  .menu-info li > a {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: rgba(48, 60, 66, 0.7);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: var(--header-row-1-height);
    padding: 0 1rem;
    letter-spacing: 0;
    -webkit-box-shadow: inset 0 -1px 0 #F2F6FB;
            box-shadow: inset 0 -1px 0 #F2F6FB;
    position: relative;
    width: 100%; }
    @media (min-width: 30.0625rem) {
      .menu-info li > a {
        -webkit-box-shadow: none;
                box-shadow: none; } }
    .menu-info li > a::before, .menu-info li > a::after {
      content: '';
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
      -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
      transition: background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, background-color 0.3s;
      transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .menu-info li > a:hover, .menu-info li > a:focus {
      color: #fff; }
    .menu-info li > a::before {
      border: 2px solid transparent;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      top: 0;
      left: 0;
      z-index: 1; }
    .menu-info li > a::after {
      background: transparent;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      top: 2px;
      left: 2px; }
    .menu-info li > a:focus::before {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      border-color: #3177dc; }
    .menu-info li > a:focus::after {
      background-color: #3177dc; }
    .menu-info li > a::before, .menu-info li > a:focus::after {
      -webkit-transform: scale3d(0.95, 0.9, 1);
              transform: scale3d(0.95, 0.9, 1); }
    .menu-info li > a:hover::after {
      background-color: #3177dc; }
    .menu-info li > a.button--inverted:hover::after {
      background-color: #fff; }
  .menu-info li:first-child > a {
    color: #303C42;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .menu-info .modal-urgent-fix > a {
    color: #303C42; }
  .menu-info .menu a[href*="tel"] {
    background-image: url(../../dist/images/phone.svg), url(../../dist/images/phone-blue.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    background-size: 15px auto; }
    .menu-info .menu a[href*="tel"]::after {
      display: block !important;
      left: 0; }
    .menu-info .menu a[href*="tel"]:hover, .menu-info .menu a[href*="tel"]:focus {
      background-image: none; }
      .menu-info .menu a[href*="tel"]:hover::after, .menu-info .menu a[href*="tel"]:focus::after {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 15px auto;
        background-position: calc(100% - 25px) 50%;
        background-image: url(../../dist/images/phone-blue.svg);
        -webkit-transform: none;
                transform: none; }

@media (min-width: 68.125rem) {
  .menu-info {
    background: white; }
    .menu-info .menu a[href*="tel"] {
      padding-left: 3.125rem;
      background-position: 25px 50%; }
      .menu-info .menu a[href*="tel"]:hover, .menu-info .menu a[href*="tel"]:focus {
        background-image: none; }
        .menu-info .menu a[href*="tel"]:hover::after, .menu-info .menu a[href*="tel"]:focus::after {
          background-position: 25px 50%; }
    .menu-info ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu-info li > span,
    .menu-info li > a {
      -webkit-box-shadow: inset 2px 0 0 #F2F6FB;
              box-shadow: inset 2px 0 0 #F2F6FB; } }

#user-login-form,
#user-pass {
  padding: 10rem 1.125rem 2.25rem;
  max-width: 1012px;
  margin: 0 auto; }
  #user-login-form label,
  #user-pass label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.16406rem; }
  #user-login-form input,
  #user-pass input {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  #user-login-form .form-item,
  #user-pass .form-item {
    margin: 1rem 0; }
  #user-login-form .error,
  #user-pass .error {
    color: #c60f13; }

body:not(.user-logged-in) .nav-tabs {
  display: none;
  top: 147px; }
  @media (max-width: 47.9375rem) {
    body:not(.user-logged-in) .nav-tabs {
      top: 80px;
      padding: 0 1.125rem; } }

body:not(.user-logged-in).page-user .alert-error {
  max-width: 1016px;
  padding: 0.9375rem;
  margin: 5rem auto 0;
  background: #970b0e;
  color: #fff;
  position: relative;
  font-size: 0.875rem;
  font-weight: bold; }
  body:not(.user-logged-in).page-user .alert-error button {
    color: #fff;
    background: transparent;
    border: none;
    position: absolute;
    right: 15px;
    font-size: 1.5rem;
    margin-top: -0.1875rem; }

.page-node-24 .paragraph-quote {
  display: none; }

.page-node-24 .l-footer {
  margin-top: 2.25rem; }

.menu-collection {
  margin-left: -1rem;
  margin-right: -1rem;
  grid-column: 1 / 13;
  grid-row: 2 / 3;
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
  height: 100vh;
  background-color: #F2F6FB;
  overflow-y: scroll; }
  @media (min-width: 68.125rem) {
    .menu-collection {
      display: grid;
      /*grid-template-columns: repeat(12, 1fr);*/
      grid-template-rows: var(--header-row-1-height) var(--header-row-2-height);
      grid-row: 1 / 3;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: none;
              transform: none;
      background-color: transparent;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      height: auto;
      overflow-y: inherit; }
      .menu-collection::after {
        content: "";
        position: absolute;
        left: -20px;
        bottom: 0;
        height: 1px;
        width: 100vw;
        background-color: #F2F6FB; }
      .menu-collection .menu-info {
        grid-column: 1 / 13; }
      .menu-collection .menu-main {
        grid-column: 1 / 10;
        grid-row: 2 / 3; }
      .menu-collection .menu-login {
        grid-column: 10 / 13;
        grid-row: 2 / 3; } }

.page-find-contractors .page-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42; }
  .page-find-contractors .page-title::before {
    content: "";
    width: 35px;
    height: 5px;
    background: #BFD400;
    display: block;
    margin: 0 auto 1.875rem; }
  @media (max-width: 30rem) {
    .page-find-contractors .page-title {
      font-weight: 800;
      font-size: 2rem;
      line-height: 2rem;
      text-align: left; }
      .page-find-contractors .page-title::before {
        margin: 0 0 1.25rem; } }

@media (max-width: 68.0625rem) {
  body .page {
    overflow: hidden; }
  body.menu-main--open {
    overflow-y: hidden; }
    body.menu-main--open main {
      -webkit-transform: translate3d(100vw, 0, 0);
              transform: translate3d(100vw, 0, 0); }
    body.menu-main--open .menu-collection {
      -webkit-transform: translate3d(0, -1px, 0);
              transform: translate3d(0, -1px, 0); } }

.menu-main {
  background-color: white;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24); }
  .menu-main ul {
    margin-left: 0;
    margin-bottom: 0; }
  .menu-main li {
    list-style: none; }
  .menu-main--item {
    position: relative; }
    .menu-main--item a {
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 53px;
      -webkit-box-shadow: inset 0 -1px 0 #F2F6FB;
              box-shadow: inset 0 -1px 0 #F2F6FB;
      padding: 0 1rem;
      position: relative;
      letter-spacing: 0;
      outline: 0;
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
      @media (min-width: 30.0625rem) {
        .menu-main--item a {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    .menu-main--item.open > .menu-main--dropdown {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .menu-main--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
    .menu-main--dropdown a {
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1.3125rem;
      color: #303C42;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 53px;
      padding: 0 1rem;
      letter-spacing: 0;
      -webkit-box-shadow: inset 0 -1px 0 #F2F6FB;
              box-shadow: inset 0 -1px 0 #F2F6FB;
      width: 100%; }
      @media (min-width: 30.0625rem) {
        .menu-main--dropdown a {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    .menu-main--dropdown__back {
      height: 53px;
      width: 53px;
      padding: 0 1rem 0 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      outline: 0;
      position: absolute;
      top: 0;
      right: 0;
      border: 0;
      cursor: pointer;
      z-index: 20;
      left: 0;
      right: auto;
      padding-left: 1rem; }
      .open > .menu-main--dropdown__back, .menu-main--dropdown__back:hover, .menu-main--dropdown__back:focus {
        background-color: white;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .open > .menu-main--dropdown__back::after, .menu-main--dropdown__back:hover::after, .menu-main--dropdown__back:focus::after {
          background-image: url("../../dist/images/arrow-1-hover.svg"); }
      .menu-main--dropdown__back::after {
        content: "";
        display: block;
        width: 7px;
        height: 12px;
        background: no-repeat 50% / 100% auto;
        background-image: url("../../dist/images/arrow-1.svg"), url("../../dist/images/arrow-1-hover.svg");
        border: 0;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .menu-main--dropdown__back::after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .menu-main--dropdown__title {
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1.3125rem;
      color: #303C42;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 53px;
      padding: 0 1rem;
      letter-spacing: 0;
      -webkit-box-shadow: inset 0 -1px 0 #F2F6FB;
              box-shadow: inset 0 -1px 0 #F2F6FB;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      align-items: center; }
      @media (min-width: 30.0625rem) {
        .menu-main--dropdown__title {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    .menu-main--dropdown .menu-main--button-dropdown {
      width: 50px; }
  .menu-main--button-dropdown {
    height: 53px;
    width: 100%;
    padding: 0 1rem 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    z-index: 20;
    position: absolute;
    right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 12;
    background-color: transparent; }
    .open > .menu-main--button-dropdown, .menu-main--button-dropdown:hover, .menu-main--button-dropdown:focus {
      background-color: white;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .open > .menu-main--button-dropdown::after, .menu-main--button-dropdown:hover::after, .menu-main--button-dropdown:focus::after {
        background-image: url("../../dist/images/arrow-1-hover.svg"); }
    .menu-main--button-dropdown::after {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      background: no-repeat 50% / 100% auto;
      background-image: url("../../dist/images/arrow-1.svg"), url("../../dist/images/arrow-1-hover.svg");
      border: 0;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .open > .menu-main--button-dropdown, .menu-main--button-dropdown:hover, .menu-main--button-dropdown:focus {
      background: transparent; }

@media (min-width: 68.125rem) {
  .menu-main {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu-main--button-dropdown::after {
      margin-top: 0.125rem; }
    .menu-main > .menu-main--list,
    .menu-main > .menu-main--list > .menu-main--item {
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
    .menu-main--list, .menu-main--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .menu-main--item.last .menu-main--dropdown {
      top: auto;
      bottom: 0; }
    .menu-main > .menu-main--list > .menu-main--item {
      position: relative; }
      .menu-main > .menu-main--list > .menu-main--item.open > a,
      .menu-main > .menu-main--list > .menu-main--item:hover > a {
        background-color: #F2F6FB; }
      .menu-main > .menu-main--list > .menu-main--item > .menu-main--button-dropdown {
        top: 15px; }
        .menu-main > .menu-main--list > .menu-main--item > .menu-main--button-dropdown + a {
          padding-right: 2.5rem; }
      .menu-main > .menu-main--list > .menu-main--item > .menu-main--dropdown {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        top: calc(100% - 15px); }
      .menu-main > .menu-main--list > .menu-main--item.open > .menu-main--button-dropdown::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .menu-main > .menu-main--list > .menu-main--item.open > .menu-main--dropdown {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
    .menu-main--item > a {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      z-index: 10;
      background-color: white; }
    .menu-main--item.open > .menu-main--dropdown {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .menu-main--dropdown {
      width: 370px;
      position: absolute;
      top: 104%;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, -104%, 0);
              transform: translate3d(0, -104%, 0);
      height: auto;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      z-index: 1; }
      .menu-main--dropdown a {
        width: 100%;
        color: rgba(48, 60, 66, 0.7);
        background-color: #F2F6FB; }
      .menu-main--dropdown__list {
        background-color: white;
        position: relative; }
        .menu-main--dropdown__list::after {
          content: "";
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: -1px;
          background: #F2F6FB;
          z-index: 10; }
        .menu-main--dropdown__list .menu-main--button-dropdown {
          top: 0; }
        .menu-main--dropdown__list .menu-main--dropdown {
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
      .menu-main--dropdown__title {
        display: none; }
      .menu-main--dropdown .menu-main--item:hover > a {
        color: #303C42; }
      .menu-main--dropdown .menu-main--dropdown {
        top: 0;
        left: 101%;
        left: calc(100% + 1px); } }

.header-main {
  height: var(--header-height);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }

/*.header__getstarted a{
  @media (min-width: $desktop-start) {
    display:none;
  }
	font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    &:before {
      content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
}

.header-main__container {
  .menu-spanish {
	@media (min-width: $desktop-start) {
    display:none;
  }
  .toggle_link {
    color:black;
    font-weight: bold;
  }
}
}

.android_device {
	.menu-spanish {
	  .toggle_link {
	  	@media (max-width: 740px) and (orientation: portrait) {
        position: relative;
    	  bottom: 12px;
  	  }
	  }
	}
}

.iphone_device {
	.menu-spanish {
	  .toggle_link {
	  	@media (max-width: 740px) and (orientation: portrait) {
        position: relative;
    	  bottom: 2px;
    		left: 20%;
  	  }
	  }
	}
}*/
.header-main__container {
  padding: 0 1rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: var(--header-row-1-height) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-row-1-height);
  background-color: #fff;
  /*@media (max-width: $tablet-screen-max) {
    grid-template-columns: 1fr 1fr 1fr;
  }*/ }
  @media (min-width: 68.125rem) {
    .header-main__container {
      height: auto; } }

.header-main__inner {
  height: var(--header-height);
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-template-rows: var(--header-height) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 68.75rem) {
    .header-main__inner {
      grid-template-columns: 70px 1fr; } }
  @media (max-width: 48rem) {
    .header-main__inner {
      grid-template-columns: 60px 1fr; } }

.header__brand {
  grid-column: 1 / 5;
  /*@media (max-width: $tablet-screen-max) {
    grid-column: 3/9;
    justify-self: flex-start;
  }*/ }
  @media (min-width: 68.125rem) {
    .header__brand {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
      position: relative;
      z-index: 200;
      margin: -1rem;
      padding: 0 1rem;
      z-index: 20;
      background-color: white; } }
  .header__brand::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100vw;
    background-color: #F2F6FB; }
  .header__brand a {
    min-height: var(--header-row-1-height);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.625rem; }
  .header__brand img {
    width: 65.85px;
    height: auto; }
    @media (min-width: 68.125rem) {
      .header__brand img {
        width: 87.79px; } }

@media (min-width: 68.125rem) {
  .header-main,
  .menu-main--dropdown {
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08); }
  .menu-main > .menu-main--list > .menu-main--item > .menu-main--dropdown {
    top: 100%; }
  .menu-collection::after,
  .menu-main--dropdown__list::after,
  .menu-info li > a::after,
  .menu-info li > a:focus::before {
    display: none; }
  .menu-main--dropdown a {
    color: #303C42;
    background-color: #FFFFFF; }
  .menu-main--dropdown a:hover {
    background-color: #F2F6FB; }
  .menu-main--dropdown .menu-main--dropdown {
    left: 100%; }
  .menu-info li > a:hover, .menu-info li > a:focus {
    color: #1975E3; }
  .ti-global-hello-bar-wrapper {
    border: 0;
    background-color: #303C42; }
  #ti-global-hello-bar-content,
  #ti-global-hello-bar-header {
    color: #ffffff; }
  #ti-global-hello-bar-close {
    /* background: url('https://clientinstalls.s3.amazonaws.com/Ygrene/YG-A-Global-HelloBar-March2020/Sprite/YG-A-Global-HelloBar-Sprite2x.png') no-repeat -19px 0;*/
    background: url("../../images/YG-A-Global-HelloBar-Sprite2x.png") no-repeat -19px 0;
    width: 16px;
    height: 16px;
    background-size: 33px 33px; }
  .menu-info li > a:hover, .menu-info li > a:focus {
    outline: none; }
  .menu-info li > a:focus {
    text-decoration: underline; } }

footer.l-footer {
  font-family: 'Mulish',sans-serif;
  background: #303C42;
  min-height: 588px;
  padding: 5rem 0 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  footer.l-footer .row {
    max-width: 1216px; }
  footer.l-footer .block-block-3 ul {
    margin-bottom: 0; }
  footer.l-footer li {
    list-style: none; }
  footer.l-footer .government-list > a {
    text-decoration: none !important; }
    footer.l-footer .government-list > a:hover {
      cursor: auto; }
  @media (max-width: 47.9375rem) {
    footer.l-footer {
      padding: 2.5rem 0; }
      footer.l-footer .footer-contact-us__list {
        margin-bottom: 0; }
      footer.l-footer .block-menu-menu-footer-menu {
        padding: 0; }
        footer.l-footer .block-menu-menu-footer-menu > ul.menu {
          padding: 0; }
          footer.l-footer .block-menu-menu-footer-menu > ul.menu > li {
            width: 100% !important; }
            footer.l-footer .block-menu-menu-footer-menu > ul.menu > li + li {
              margin-top: 0; } }
  @media (max-width: 47.9375rem) and (min-width: 35.625rem) {
    footer.l-footer .block-menu-menu-footer-menu-secondary ul {
      padding: 0 1rem; } }
  @media (max-width: 47.9375rem) and (max-width: 47.9375rem) {
    footer.l-footer .bean-footer-social-links {
      padding-top: 2.3125rem;
      padding-bottom: 2.3125rem; } }
  @media (min-width: 47.9375rem) and (max-width: 51.875rem) {
    footer.l-footer .block-menu-menu-footer-menu > ul.menu {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 20px; }
      footer.l-footer .block-menu-menu-footer-menu > ul.menu > li {
        width: 50%; } }
  footer.l-footer .block-menu-menu-footer-menu-secondary ul,
  footer.l-footer .copyright-text,
  footer.l-footer #middle-footer {
    padding-top: 0;
    padding-bottom: 0; }
  footer.l-footer .column, footer.l-footer .columns {
    padding: 0 1.25rem; }
  footer.l-footer .row {
    padding: 0;
    margin: 0 auto; }
  footer.l-footer .footer-contact-us__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer.l-footer .paragraph--type--field-social-network > div {
    width: auto;
    padding: 0;
    margin-right: 0.625rem;
    margin-bottom: 2.3125rem; }
  footer.l-footer .paragraph--type--field-social-network [class*="column"] + [class*="column"]:last-child {
    float: none; }
  footer.l-footer .menu {
    overflow: hidden; }
  footer.l-footer .government-list > a::after {
    background-image: url("../../images/icon_arrowDown.png"); }
  footer.l-footer .government-list.open > a::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  footer.l-footer .block-menu-menu-footer-menu,
  footer.l-footer .block-menu-menu-footer-menu ul {
    margin: 0; }
  footer.l-footer h2,
  footer.l-footer a,
  footer.l-footer .block-menu-menu-footer-menu > ul > li span,
  footer.l-footer .block-menu-menu-footer-menu > ul > li > ul.menu > li a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: white;
    letter-spacing: 0;
    font-family: inherit;
    font-weight: normal;
    opacity: 1;
    letter-spacing: 0;
    margin-top: 0; }
  footer.l-footer .footer-contact-us__list a:hover,
  footer.l-footer .block-menu-menu-footer-menu > ul > li > ul > li a:hover,
  footer.l-footer .block-menu-menu-footer-menu-secondary ul li a:hover {
    text-decoration: underline; }
  footer.l-footer h2,
  footer.l-footer .block-menu-menu-footer-menu > ul > li span {
    font-weight: bold;
    text-transform: none;
    display: block;
    margin-bottom: 2.5rem; }
    @media (max-width: 47.9375rem) {
      footer.l-footer h2,
      footer.l-footer .block-menu-menu-footer-menu > ul > li span {
        margin-bottom: 1.0625rem; } }
  footer.l-footer .block-menu-menu-footer-menu-secondary ul li a,
  footer.l-footer .copyright-text p,
  footer.l-footer .copyright-text .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts footer.l-footer .copyright-text li {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 0.9375rem;
    color: white;
    letter-spacing: 0;
    font-family: inherit;
    opacity: 1;
    letter-spacing: 0; }

#bottom-footer {
  padding-top: 2.5rem; }

.social-icon img {
  width: 35px; }

footer ul.menu a.is-active {
  color: white; }

.wysiwyg-columns-with-separators {
  margin-top: 2.25rem; }

.menu-login {
  padding: 0 1rem calc(var(--header-row-1-height) + 1.25rem); }
  .menu-login ul {
    margin-left: 0;
    margin-bottom: 0; }
  .menu-login li {
    list-style: none; }

@media (min-width: 68.125rem) {
  .menu-login--list--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.menu-login--list .first a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .menu-login--list .first a:hover, .menu-login--list .first a:focus {
    background-color: #3177dc;
    color: #fff; }
  .menu-login--list .first a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .menu-login--list .first a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .menu-login--list .first a[disabled], .menu-login--list .first a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }
  .menu-login--list .first a::before {
    border-color: transparent; }

.menu-login--list .last a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .menu-login--list .last a:hover, .menu-login--list .last a:focus {
    background-color: #3177dc;
    color: #fff; }
  .menu-login--list .last a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .menu-login--list .last a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .menu-login--list .last a[disabled], .menu-login--list .last a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.ygrene-login {
  margin-top: 12rem;
  margin-bottom: 12rem; }

.ygrene-login .ygrene-login-inner {
  max-width: 990px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.ygrene-login .ygrene-login-inner .title {
  text-align: center;
  color: #303c42;
  font-family: Muli,sans-serif;
  font-weight: bold;
  font-size: 2.25rem; }

h1 {
  padding-bottom: 1.25rem; }

.ygrene-login .ygrene-login-inner .title:before {
  width: 35px;
  height: 5px;
  background-color: #c5d54f;
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: .5em; }

.ygrene-login .ygrene-login-inner .description {
  text-align: center;
  font-family: Muli,sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto; }

.ygrene-login .ygrene-login-inner .ygrene-login-bottom {
  margin: 3em; }

.row {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }

.ygrene-login .ygrene-login-inner .ygrene-login-bottom {
  margin: 3em; }

.ygrene-login .ygrene-login-inner .login-option {
  border-radius: 4px;
  background-color: #ffffff;
  width: 360px;
  display: inline-block;
  padding: 1em;
  margin: 0 2em 1em 2em; }

.ygrene-login .ygrene-login-inner .image {
  margin-top: 0.9375rem;
  text-align: center; }

.ygrene-login .ygrene-login-inner .divider {
  width: 35px;
  height: 5px;
  background-color: #c5d54f;
  display: block;
  margin: 1.5em auto; }

.ygrene-login .ygrene-login-inner .cta-button {
  text-align: center;
  display: block;
  background-color: #c5d54f;
  color: #303c42;
  padding: 1rem;
  font-family: Muli,sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.625rem; }

.ygrene-login .ygrene-login-inner .right-arrow {
  background-image: url(/themes/custom/ygrene_subtheme/images/arrow-black.svg);
  background-repeat: no-repeat;
  height: 9px;
  width: 23px;
  content: "";
  display: inline-block;
  margin-left: 0.625rem; }

.path-site-map .row h1 {
  margin-top: 1.875rem; }

.path-site-map ul.container {
  margin: 1rem;
  list-style: none; }

@media (min-width: 68.125rem) {
  .menu-login {
    padding-bottom: 0; }
  .menu-login--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu-login--list li + li {
      margin-left: 0.5rem; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .ygrene-login {
    width: 100%;
    margin-top: 4rem; }
  .ygrene-login .ygrene-login-inner {
    max-width: 100%;
    width: 100%;
    margin: 0; }
  .ygrene-login .ygrene-login-inner .title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0 1.875rem; }
  .ygrene-login .ygrene-login-inner .title .mobile-hide {
    display: none; }
  .ygrene-login .ygrene-login-inner .description {
    text-align: left;
    font-weight: normal;
    font-size: 1rem;
    padding: 0 1.875rem;
    margin: 0;
    line-height: 1.75; }
  .ygrene-login .ygrene-login-inner .ygrene-login-bottom {
    width: 100%;
    margin: 0; }
  .ygrene-login .ygrene-login-inner .login-option {
    width: 100%;
    margin: 0;
    margin-bottom: 0.9375rem; }
  .ygrene-login .ygrene-login-inner .image {
    margin-top: 0; }
  .ygrene-login .ygrene-login-inner .title:before {
    display: none; } }

@media only screen and (min-width: 48rem) {
  h1 {
    font-size: 2.5rem;
    letter-spacing: -0.145rem;
    line-height: 3.75rem; }
  p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
    color: #333;
    font-family: Muli,sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4375rem; }
  .large-12 {
    position: relative;
    width: 100%; } }

@media only screen and (min-width: 81.25rem) {
  h1 {
    font-size: 4.5rem;
    line-height: 4.5rem; } }

#main-wrapper {
  margin-top: var(--header-height);
  padding: 6.25rem 0 0;
  width: 100vw;
  overflow: hidden; }
  @media (max-width: 30rem) {
    #main-wrapper {
      padding-top: 1.875rem; } }

.hamburguer--menu-main {
  grid-column: 9 / 13;
  justify-self: flex-end;
  grid-row: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*@media (max-width: $tablet-screen-max) {
    grid-column: 1/2;
    justify-self: flex-start;
  }*/
  background-color: transparent;
  border: 0;
  padding: 0;
  max-width: none;
  position: relative;
  top: auto;
  right: 0; }
  .hamburguer--menu-main:hover, .hamburguer--menu-main:focus {
    background-color: transparent;
    color: #212121; }
  .hamburguer--menu-main:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (min-width: 68.125rem) {
    .hamburguer--menu-main {
      display: none; } }
  .hamburguer--menu-main:hover {
    background-color: transparent; }
  .hamburguer--menu-main:active, .hamburguer--menu-main.active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .hamburguer--menu-main .hamburger-label {
    color: #303C42;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase; }

/*
.hamburger {
  display: none;
  align-items: baseline;
  outline: none;
  box-shadow: none;
  max-width: 70px;
  grid-row: 1;
  grid-column: 2 / 3;
  position: absolute;
  right: 0;

  @media (max-width: $hamburger) {
    display: flex;
  }

  &:hover,
  &:focus {
    background-color: transparent;
    color: #212121;
  }

  &:active {
    box-shadow: none;
  }
}*/
.hamburger-label {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-left: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.09063rem;
  position: relative;
  top: -2px; }

#footer-wrapper {
  background: #303C42;
  min-height: 588px;
  padding: 7.5rem 0 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
	#block-bean-commercial-page-copyright,
	#block-menu-menu-footer-menu-secondary {
		display: flex;
		justify-content: center;
		
		@media (min-width: $footer-one-column) {
			grid-column: 1 / 3;
		}

		div,
		a {
			font-size: 12px;
			line-height: 16px;
			font-weight: normal;
			text-align: left;
			
			@media (min-width: $footer-one-column) {
				text-align: center;
			}
		}
	}
	
	#block-menu-menu-footer-menu-secondary {
		@media (min-width: $footer-one-column) {
			padding-top: 60px;
		}
		

		> .menu {
			display: flex;
			flex-wrap: wrap;
		}

		li {
			&:not(:last-of-type) {
				&::after {
					content: " |";
					position: relative;
					top: -3px;
					margin-left: 1px;
					margin-right: 4px;
				}
			}
		}

		a {
			display: inline-block;
			vertical-align: top;
		}
	}*/ }
  @media (max-width: 30rem) {
    #footer-wrapper {
      padding: 2.5rem 0; } }
  #footer-wrapper .government-list + li,
  #footer-wrapper .government-list + li + li,
  #footer-wrapper .government-list + li + li + li {
    padding-left: 0.9375rem; }
  #footer-wrapper .region-footer {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    width: 100%;
    display: grid;
    grid-template-columns: minmax(auto, 33.33%) minmax(auto, 66.66%);
    grid-column-gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 70.625rem) {
      #footer-wrapper .region-footer {
        grid-template-columns: minmax(auto, 25%) minmax(auto, 75%); } }
    @media (max-width: 52.5rem) {
      #footer-wrapper .region-footer {
        grid-template-columns: minmax(auto, 40%) minmax(auto, 60%); } }
    @media (max-width: 35.625rem) {
      #footer-wrapper .region-footer {
        grid-template-columns: 1fr;
        grid-row-gap: 40px; } }
  @media (min-width: 35.625rem) {
    #footer-wrapper #block-block-3,
    #footer-wrapper #block-bean-commercial-page-social-network {
      grid-column: 1 / 2; } }
  @media (min-width: 35.625rem) {
    #footer-wrapper #block-bean-commercial-retroactive-financi {
      grid-column: 1 / 2;
      grid-row: 2 / 3; } }
  #footer-wrapper #block-block-3 p a, #footer-wrapper #block-block-3 .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts #footer-wrapper #block-block-3 li a {
    display: inline-block;
    vertical-align: top; }
  #footer-wrapper li {
    list-style: none; }
    #footer-wrapper li a {
      display: inline-block;
      vertical-align: top; }
  #footer-wrapper a,
  #footer-wrapper div {
    color: white; }
  #footer-wrapper a {
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: inherit;
    font-weight: normal; }
    #footer-wrapper a:hover {
      text-decoration: underline; }
  #footer-wrapper #block-block-3 h2,
  #footer-wrapper .nolink {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    text-transform: none;
    display: block;
    margin-bottom: 2.5rem;
    color: white;
    letter-spacing: 0;
    outline: 0; }
    @media (max-width: 30rem) {
      #footer-wrapper #block-block-3 h2,
      #footer-wrapper .nolink {
        margin-bottom: 1.0625rem; } }
  #footer-wrapper .field-label {
    display: none; }
  #footer-wrapper #block-bean-commercial-page-copyright {
    margin-top: -1.875rem; }
    @media (min-width: 35.625rem) {
      #footer-wrapper #block-bean-commercial-page-copyright {
        margin-top: 0; } }
    #footer-wrapper #block-bean-commercial-page-copyright .field + .field {
      margin-top: 0.9375rem; }
  #footer-wrapper .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #footer-wrapper .social-links > li {
      margin-right: 0.625rem; }

#block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last span.no-link,
.block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last span.no-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  outline: 0;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal; }
  #block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last span.no-link::after,
  .block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last span.no-link::after {
    content: "";
    display: block;
    background: url(../../dist/images/arrow-1.svg) no-repeat 100% 50%;
    width: 8px;
    height: 13px;
    margin: 0.375rem 0 0 0.625rem; }

#block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last.js-active .nolink::after,
.block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last.js-active .nolink::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last > ul,
.block-menu-menu-footer-menu > .menu > .expanded > ul li.expanded.last > ul {
  display: none;
  margin-top: 0.3125rem; }

.js-active span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#block-menu-menu-footer-menu > ul ul > li + li,
#block-block-3 li + li {
  margin-top: 0.3125rem; }

@media (min-width: 35.625rem) {
  #block-menu-menu-footer-menu {
    grid-column: 2 / 3;
    grid-row: 1 / 3; } }

#block-menu-menu-footer-menu > .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 20px; }
  @media (max-width: 52.1875rem) {
    #block-menu-menu-footer-menu > .menu {
      grid-template-columns: minmax(auto, 60%) minmax(auto, 40%); } }
  @media (max-width: 31.25rem) {
    #block-menu-menu-footer-menu > .menu {
      grid-template-columns: 1fr; } }

#block-menu-menu-footer-menu li {
  list-style: none; }

#block-menu-menu-footer-menu-secondary,
#block-bean-commercial-page-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 35.625rem) {
    #block-menu-menu-footer-menu-secondary,
    #block-bean-commercial-page-copyright {
      grid-column: 1 / 3; } }
  #block-menu-menu-footer-menu-secondary div,
  #block-menu-menu-footer-menu-secondary a,
  #block-bean-commercial-page-copyright div,
  #block-bean-commercial-page-copyright a {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: normal;
    text-align: left; }
    @media (min-width: 35.625rem) {
      #block-menu-menu-footer-menu-secondary div,
      #block-menu-menu-footer-menu-secondary a,
      #block-bean-commercial-page-copyright div,
      #block-bean-commercial-page-copyright a {
        text-align: center; } }

@media (min-width: 35.625rem) {
  #block-menu-menu-footer-menu-secondary {
    padding-top: 3.75rem; } }

#block-menu-menu-footer-menu-secondary > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#block-menu-menu-footer-menu-secondary li:not(:last-of-type)::after {
  content: " |";
  position: relative;
  top: -3px;
  margin-left: 0.0625rem;
  margin-right: 0.25rem; }

#block-menu-menu-footer-menu-secondary a {
  display: inline-block;
  vertical-align: top; }

.ygrene-consumer-protections {
  padding-top: 6.25rem; }

.ygrene-consumer-protections .consumer-protections-section {
  margin: 0 auto 4em;
  padding: 0 1rem; }

a:active,
a:hover {
  outline: 0; }

a:hover,
a:focus {
  color: #2795b6; }

a:hover {
  cursor: pointer; }

.ygrene-consumer-protections .page_title {
  font-family: Mulish;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42;
  margin: 0 0 5rem;
  padding: 0; }

.ygrene-consumer-protections .page_title::before {
  content: "";
  width: 35px;
  height: 5px;
  background: #BFD400;
  display: block;
  margin: 0 auto 1.875rem; }

.ygrene-consumer-protections .background-image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 460px;
  background-size: cover;
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto; }

.ygrene-consumer-protections .desktop-only {
  display: inherit; }

.ygrene-consumer-protections .description-text {
  font-weight: 100;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-family: Muli,sans-serif;
  letter-spacing: -0.01438rem;
  text-align: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2em; }

.ygrene-consumer-protections .description_text_1 {
  font-family: Muli,sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0;
  text-align: left;
  color: #8e8e8e;
  margin-top: 1.25rem;
  max-width: 100%;
  width: 100%;
  font-weight: normal; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.ygrene-consumer-protections .mobile-only {
  display: none; }

.ygrene-consumer-protections .float-item {
  float: left;
  margin-top: 2em; }

.ygrene-consumer-protections .col2-image img {
  height: 260px; }

.ygrene-consumer-protections img {
  margin: 0 auto;
  display: block; }

.ygrene-consumer-protections .col2-title {
  font-family: Mulish;
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0;
  color: #303c42;
  margin-bottom: 0.625rem; }

.ygrene-consumer-protections .background_text_image_1_desktop {
  position: relative; }

.ygrene-consumer-protections .background_text_image_1_desktop, .ygrene-consumer-protections .background_text_image_2_desktop {
  z-index: 2; }

.ygrene-consumer-protections .background_text_image_2_desktop {
  position: relative; }

.ygrene-consumer-protections .background_text_image_1_desktop .background-image-title {
  right: 44px;
  position: absolute;
  top: 112px;
  color: white;
  font-size: 1.9375rem;
  width: 500px; }

.ygrene-consumer-protections .background_text_image_1_desktop::before, .ygrene-consumer-protections .background_text_image_2_desktop::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0; }

.ygrene-consumer-protections .background_text_image_2_desktop .background-image-title {
  position: absolute;
  left: 56px;
  top: 60px;
  color: white;
  font-size: 1.9375rem;
  width: 500px; }

.ygrene-consumer-protections .background_text_image_1_desktop .background-image-description {
  position: absolute;
  right: 24px;
  bottom: 154px;
  width: 521px;
  color: white; }

.ygrene-consumer-protections .background-image-title {
  font-family: Mulish;
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: left;
  color: #303c42; }

.ygrene-consumer-protections .col2-title:before {
  width: 35px;
  height: 5px;
  background-color: #c5d339;
  content: "";
  display: block;
  margin-bottom: .5em; }

.ygrene-consumer-protections .background_text_image_2_desktop .background-image-description {
  position: absolute;
  left: 56px;
  bottom: 46px;
  color: white;
  width: 500px;
  line-height: 1.6875rem; }

.ygrene-consumer-protections .background-image-description {
  font-family: Muli,sans-serif;
  font-size: 1.1875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0;
  text-align: left;
  color: #292929;
  margin: 0 auto; }

.ygrene-consumer-protections .icon-text-section .icon-image img {
  height: 140px; }

.ygrene-consumer-protections .icon-title {
  font-family: Mulish;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #292929;
  text-align: center;
  padding-top: 1em;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 1em; }

.ygrene-consumer-protections .icon-description {
  font-family: Muli,sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0;
  text-align: center;
  color: #292929;
  max-width: 420px;
  margin: 0 auto;
  font-weight: normal; }

.ygrene-consumer-protections .col2-description {
  font-family: Muli,sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.87;
  letter-spacing: -0.0125rem;
  color: #212121;
  text-align: left;
  margin-bottom: 2em; }

.ygrene-consumer-protections .col2-link {
  display: none; }

.ygrene-consumer-protections .col2-link a {
  background-color: inherit !important;
  padding: 0 !important;
  font-family: Mulish;
  font-size: 1.0625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-decoration: none;
  letter-spacing: -0.01875rem;
  color: #2a353a;
  text-transform: inherit !important;
  margin-top: 0; }

.ygrene-consumer-protections .section-title {
  font-family: Mulish;
  font-size: 2.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: center;
  color: #303c42; }

.ygrene-consumer-protections .background-section {
  position: relative; }

.ygrene-consumer-protections .section-title:before {
  width: 75px;
  height: 5px;
  background-color: #c5d339;
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: .5em; }

.ygrene-consumer-protections .cta-description {
  text-align: center; }

.ygrene-consumer-protections .cta-link {
  text-align: center;
  margin: 0 auto; }

.ygrene-consumer-protections .cta-link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  min-height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0.625rem;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 1em; }

.ygrene-consumer-protections .cta-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 2px solid transparent;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.row:after {
  clear: both; }

.consumer-protections-section h4 {
  text-rendering: optimizeLegibility;
  margin-top: 0.2em !important;
  margin-bottom: 0.5em !important; }

.ygrene-consumer-protections .card-section .next, .ygrene-consumer-protections .card-section .prev {
  display: none; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .ygrene-consumer-protections .consumer-protections-section {
    position: relative; }
    .ygrene-consumer-protections .consumer-protections-section.card-section .next,
    .ygrene-consumer-protections .consumer-protections-section.card-section .prev {
      position: absolute;
      left: 1%;
      top: 60%;
      font-size: 3em;
      color: #cccc;
      cursor: pointer;
      display: inline-block; }
    .ygrene-consumer-protections .consumer-protections-section.card-section .next {
      right: 1%;
      left: auto; } }

.ygrene-consumer-protections .card {
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  width: 23%;
  float: left;
  margin: 1%;
  padding: 1em;
  min-height: 355px; }

.ygrene-consumer-protections .card-title {
  font-family: Mulish;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #292929;
  text-align: center;
  padding-top: 1em;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 1em; }

.ygrene-consumer-protections .card-image {
  margin: 0 auto;
  text-align: center;
  display: block; }

.ygrene-consumer-protections .card-image img {
  height: 70px; }

.ygrene-consumer-protections .card-description {
  font-family: Muli,sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0;
  text-align: center;
  color: #292929;
  max-width: 670px;
  margin: 0 auto;
  font-weight: normal;
  margin-top: 1em; }

.ygrene-consumer-protections .desktop-only {
  display: inherit; }

.ygrene-consumer-protections .background-image {
  background-repeat: no-repeat;
  width: 100%;
  min-height: 460px;
  background-size: cover;
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto; }

h1,
h2,
h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name,
h4,
h5,
h6 {
  font-family: Mulish;
  font-style: normal; }

.sitemap {
  margin-top: 6.25rem;
  margin-bottom: 2.25rem; }

::marker {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important; }

.sitemap .sitemap-box {
  margin-bottom: 1em; }

.sitemap .sitemap-box ul {
  padding-left: 2.5em; }

.sitemap .sitemap-box ul ul {
  margin: 0; }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }

@media only screen and (min-width: 48rem) {
  .large-6 {
    position: relative;
    width: 50%; }
  p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
    color: #333;
    font-family: Muli,sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4375rem; }
  body, p, .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
    font-size: 1rem;
    letter-spacing: -0.02125rem;
    line-height: 1.625rem; } }

@media only screen and (max-width: 47.9375rem) {
  .ygrene-consumer-protections .page_title {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left; }
  .ygrene-consumer-protections .page_title::before {
    margin: 0 0 1.25rem; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .ygrene-consumer-protections .background-image {
    margin-bottom: 2em; }
  .ygrene-consumer-protections .desktop-only {
    display: none; }
  .ygrene-consumer-protections .background-image {
    margin: 0; }
  .ygrene-consumer-protections .mobile-only {
    display: inherit; }
  .ygrene-consumer-protections .description_text_1 {
    margin-top: 1.25rem; }
  .ygrene-consumer-protections .consumer-protections-section {
    margin: 4em 0em; }
  .ygrene-consumer-protections img {
    width: 75%; }
  .ygrene-consumer-protections .card-section .card.active {
    display: inherit; }
  .ygrene-consumer-protections .card-section .card {
    width: 69%;
    margin-left: 15%;
    display: none;
    -webkit-box-shadow: 5px 10px 10px #aaa;
            box-shadow: 5px 10px 10px #aaa; }
  .ygrene-consumer-protections .card {
    width: 100%;
    margin: 0; } }

.menu-blog-category__section {
  position: relative;
  z-index: 30; }
  @media (max-width: 30rem) {
    .menu-blog-category__section {
      border-bottom: 1px solid #ADBAC9; } }
  .menu-blog-category__section > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    border-bottom: 2px solid #F2F6FB; }
    @media (min-width: calc(66.875rem + 0.0625rem)) {
      .menu-blog-category__section > .menu[style*="block"], .menu-blog-category__section > .menu[style*="none"] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    @media (max-width: 66.875rem) {
      .menu-blog-category__section > .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: 370px;
        background: white;
        border-top: 2px solid #F2F6FB;
        -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08); } }
    .menu-blog-category__section > .menu > li {
      list-style: none;
      letter-spacing: normal; }
      @media (max-width: 66.875rem) {
        .menu-blog-category__section > .menu > li.first {
          display: none; } }
      @media (max-width: 48rem) {
        .menu-blog-category__section > .menu > li.first {
          display: block; } }
      .menu-blog-category__section > .menu > li:not(:first-child):before {
        display: none; }
      .menu-blog-category__section > .menu > li.active-trail > a {
        color: #1975E3;
        background-color: #F2F6FB; }
      .menu-blog-category__section > .menu > li > a {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        font-weight: bold;
        color: #303C42;
        min-height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0.625rem; }
        @media (max-width: 66.875rem) {
          .menu-blog-category__section > .menu > li > a {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        .menu-blog-category__section > .menu > li > a:hover {
          color: #1975E3; }

.menu-blog-category__button a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: bold;
  color: #303C42;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.625rem; }
  @media (max-width: 66.875rem) {
    .menu-blog-category__button a {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .menu-blog-category__button a:hover {
    color: #1975E3; }

.menu-blog--selector {
  display: none;
  color: #303C42;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  height: 50px;
  width: auto;
  padding: 0 0.625rem;
  grid-template-columns: auto 15px;
  grid-column-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .menu-blog--selector svg {
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }
  .menu-blog--selector.active {
    background-color: #F2F6FB; }
    .menu-blog--selector.active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media (max-width: 66.875rem) {
    .menu-blog--selector {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (max-width: 30rem) {
    .menu-blog--selector {
      grid-template-columns: 1fr 25px; } }

.menu-blog--selected__text {
  display: inline-block; }

#lava {
  margin-top: 0;
  height: 2px;
  background: #1975E3;
  position: absolute;
  -webkit-transition: left 400ms ease-in;
  transition: left 400ms ease-in; }

.icon-list__section + .teaser-1--section {
  padding-top: 0; }

.teaser-1--section.padding-top-false {
  padding-top: 0; }

.teaser-1--section .view-grid-3-3-1-1 {
  padding-left: 0;
  padding-right: 0; }

.teaser-1--section + .teaser-1--section {
  padding-top: 0.9375rem; }

.teaser-1--section.no-shadow .teaser-1--item {
  -webkit-box-shadow: none;
          box-shadow: none; }

.teaser-1--section.no-shadow .teaser-1--text-content {
  padding-left: 0;
  padding-right: 0; }

.teaser-1--grid-3-3-1-1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 384px));
  grid-column-gap: 32px;
  grid-row-gap: 25px; }
  @media (max-width: 48rem) {
    .teaser-1--grid-3-3-1-1 {
      grid-template-columns: 1fr; } }

.teaser-1--item {
  -webkit-box-shadow: var(--box-shadow-1);
          box-shadow: var(--box-shadow-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--box-shadow-1-transition);
  transition: var(--box-shadow-1-transition);
  cursor: pointer;
  outline: none;
  /*
	.view-mode-teaser {
		box-shadow: var(--box-shadow-1);
	}*/ }
  .teaser-1--item .node-teaser,
  .teaser-1--item .view-mode-teaser_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .teaser-1--item:hover {
    -webkit-box-shadow: var(--box-shadow-1-hover);
            box-shadow: var(--box-shadow-1-hover);
    -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
            box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
    /*
		.teaser-1--field_image {
			img {
				transform: scale(1.05);
			}
		}*/ }
    .teaser-1--item:hover .teaser-1--field_link a {
      color: #1975E3;
      text-decoration: none; }
      .teaser-1--item:hover .teaser-1--field_link a::after {
        content: "";
        background: #1975E3; }

.teaser-1--field_image img {
  max-width: 100%;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all; }
  @media (max-width: 48rem) {
    .teaser-1--field_image img {
      height: 270px; } }
  @media (max-width: 30rem) {
    .teaser-1--field_image img {
      height: 160px; } }

.teaser-1--field_image__mobile {
  display: none; }
  @media (max-width: 48rem) {
    .teaser-1--field_image__mobile + .teaser-1--field_image__desktop {
      display: none; } }
  @media (max-width: 48rem) {
    .teaser-1--field_image__mobile {
      display: block; } }

.teaser-1--text-content {
  padding: 2.5rem 2rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative; }
  @media (max-width: 48rem) {
    .teaser-1--text-content {
      padding: 2.0625rem 1.25rem 1.375rem; } }

.teaser-1--date {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: rgba(48, 60, 66, 0.7); }
  .teaser-1--date + .teaser-1--field_body {
    margin-top: 0.9375rem; }

.teaser-1--field_body {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: rgba(48, 60, 66, 0.7);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.teaser-1--field_link {
  margin-top: auto;
  padding-top: 1.875rem; }
  @media (max-width: 48rem) {
    .teaser-1--field_link {
      padding-top: 1.25rem; } }
  .teaser-1--field_link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none; }
    .teaser-1--field_link a::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .teaser-1--field_link a:hover {
      color: #1975E3; }
      .teaser-1--field_link a:hover::after {
        background: #1975E3; }
    .teaser-1--field_link a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .teaser-1--field_link a:focus::after {
        background: #1975E3; }
    .teaser-1--field_link a.disabled {
      color: #ADBAC9; }
      .teaser-1--field_link a.disabled::after {
        background: #ADBAC9; }
      .teaser-1--field_link a.disabled:hover, .teaser-1--field_link a.disabled:focus {
        color: #ADBAC9;
        border-color: #ADBAC9; }
        .teaser-1--field_link a.disabled:hover::after, .teaser-1--field_link a.disabled:focus::after {
          background: #ADBAC9; }

.view-blog.view-display-id-page_1 .views-row-first .teaser-1--item {
  -webkit-box-shadow: var(--box-shadow-1);
          box-shadow: var(--box-shadow-1); }

.view-blog.view-display-id-page_1 > .title {
  padding-left: 0;
  padding-right: 0; }

.view-blog .row {
  max-width: none;
  margin: 0;
  padding: 0; }

.view-blog.view-grid-3-3-1-1 .views-row-first {
  grid-column: 1 / 4; }
  @media (max-width: 48rem) {
    .view-blog.view-grid-3-3-1-1 .views-row-first {
      grid-column: 1 / 2; } }
  .view-blog.view-grid-3-3-1-1 .views-row-first.teaser-1--item {
    -webkit-box-shadow: var(--box-shadow-1);
            box-shadow: var(--box-shadow-1); }
  .view-blog.view-grid-3-3-1-1 .views-row-first .teaser-1--text-content {
    padding: 2.5rem 2rem 1.875rem; }
  .view-blog.view-grid-3-3-1-1 .views-row-first .teaser-1--field_image img {
    height: 420px; }

.view-blog.view-grid-3-3-1-1 .teaser-1--item {
  -webkit-box-shadow: none;
          box-shadow: none; }

.view-blog.view-grid-3-3-1-1 .teaser-1--text-content {
  padding-left: 0;
  padding-right: 0; }

.view-blog #result-summary {
  margin: -3.125rem 0 4.125rem; }
  @media (max-width: 30rem) {
    .view-blog #result-summary {
      margin: 0 0 2.5rem; } }

.view-blog #result-summary-for {
  font-weight: 700; }

.view-grid-3-3-1-1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 384px));
  grid-gap: 32px; }
  @media (max-width: 48rem) {
    .view-grid-3-3-1-1 .view-content {
      grid-template-columns: 1fr; } }

.view-grid-66-33---66-33---100---100 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  grid-gap: 32px; }
  @media (max-width: 48rem) {
    .view-grid-66-33---66-33---100---100 .view-content {
      grid-template-columns: 1fr; } }

.view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3; }
  @media (max-width: 48rem) {
    .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) {
      grid-column: 1 / 2;
      grid-row: auto; } }
  .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) .teaser-1--field_image__desktop img {
    height: 420px; }
    @media (max-width: 48rem) {
      .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) .teaser-1--field_image__desktop img {
        height: 270px; } }
    @media (max-width: 30rem) {
      .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) .teaser-1--field_image__desktop img {
        height: 160px; } }
  .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) .teaser-1--field_body {
    display: -webkit-box;
    -webkit-line-clamp: 7; }
    @media (max-width: 64rem) {
      .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(1) .teaser-1--field_body {
        -webkit-line-clamp: 10; } }

.view-grid-66-33---66-33---100---100 .views-row:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2; }
  @media (max-width: 48rem) {
    .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(2) {
      grid-column: 1 / 2;
      grid-row: auto; } }

.view-grid-66-33---66-33---100---100 .views-row:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 3; }
  @media (max-width: 48rem) {
    .view-grid-66-33---66-33---100---100 .views-row:nth-of-type(3) {
      grid-column: 1 / 2;
      grid-row: auto; } }

.view-grid-66-33---66-33---100---100 .views-row .teaser-1--field_body {
  display: none; }

.view-grid-66-33---66-33---100---100 .views-row .teaser-1--field_image__desktop img {
  height: 160px; }

.view-pager-1 .item-list {
  padding: 4.5rem 0 0; }

.view-pager-1 .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  height: auto; }
  @media (max-width: 30rem) {
    .view-pager-1 .pager {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .view-pager-1 .pager .js-pager--li__prev {
        margin-right: 0.625rem; }
      .view-pager-1 .pager .js-pager--li__next {
        margin-left: 0.625rem; } }

.view-pager-1 .item-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 41px; }

.view-pager-1 .item-list li,
.view-pager-1 .item-list li a {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #303C42;
  height: 50px;
  width: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  padding: 0 !important;
  position: relative;
  outline: none;
  margin: 0; }

.view-pager-1 .item-list li a:hover {
  color: #1975E3; }

.view-pager-1 .pager-current {
  background: #F2F6FB; }
  .view-pager-1 .pager-current a {
    cursor: default; }
    .view-pager-1 .pager-current a:hover {
      color: #303C42; }

.view-pager-1 .js-pager--navigation {
  width: auto !important; }

.view-pager-1 .js-pager--navigation__mobile {
  display: none !important;
  width: auto !important;
  background: #F2F6FB;
  padding: 0 0.9375rem !important; }
  @media (max-width: 30rem) {
    .view-pager-1 .js-pager--navigation__mobile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

@media (max-width: 30rem) {
  .view-pager-1 .pager-item {
    display: none !important; } }

.view-pager-1 .pager-current.first,
.view-pager-1 .pager-item.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.view-pager-1 .ajax-progress {
  position: absolute;
  top: 100%;
  left: 15px;
  margin: auto;
  width: 200px; }

.view-pager-1 .pagination-centered ul.pagination li.first, .view-pager-1 .pagination-centered ul.pagination li.last {
  display: none; }

.view-pager-1 [class*="pagination--button"] {
  width: auto !important;
  border-radius: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  color: #303C42; }
  .view-pager-1 [class*="pagination--button"].slick-disabled {
    color: #ADBAC9;
    cursor: auto; }
    .view-pager-1 [class*="pagination--button"].slick-disabled:hover {
      color: #ADBAC9; }

.view-pager-1 .pagination--button_prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 0.625rem !important; }
  .view-pager-1 .pagination--button_prev span {
    margin-left: 0.625rem; }

.view-pager-1 .pagination--button_next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 0.625rem !important; }
  .view-pager-1 .pagination--button_next .pagination--arrow-svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .view-pager-1 .pagination--button_next span {
    margin-right: 0.625rem; }

.view-pager-1 .pagination--arrow-svg {
  height: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: currentColor; }

.view-footer-1 .view-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem; }
  .view-footer-1 .view-footer a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    height: 40px; }
    .view-footer-1 .view-footer a:hover, .view-footer-1 .view-footer a:focus {
      background-color: #3177dc;
      color: #fff; }
      .view-footer-1 .view-footer a:hover::before, .view-footer-1 .view-footer a:focus::before {
        border-color: #3177dc; }
    .view-footer-1 .view-footer a:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .view-footer-1 .view-footer a::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .view-footer-1 .view-footer a[disabled], .view-footer-1 .view-footer a[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .view-footer-1 .view-footer a[disabled]::before {
      border-color: #ADBAC9; }

@media (max-width: 48.75rem) {
  #blog_short_content {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 48.75rem) {
  #blogs .columns .columns {
    padding: 0; } }

.section-roofing-page .paragraph-pro-tip img {
  max-width: 100px; }

.section-roofing-page #blogs > .row,
.section-roofing-page .paragraph-slider-block-content > .row {
  max-width: 1040px; }
  @media (max-width: 60rem) {
    .section-roofing-page #blogs > .row,
    .section-roofing-page .paragraph-slider-block-content > .row {
      max-width: 660px;
      margin: 0 auto; } }
  @media (max-width: 47.9375rem) {
    .section-roofing-page #blogs > .row,
    .section-roofing-page .paragraph-slider-block-content > .row {
      max-width: 420px; } }

.section-roofing-page #blogs .slick-arrow:active,
.section-roofing-page .paragraph-slider-block-content .slick-arrow:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.section-roofing-page #blogs .slick-slide img,
.section-roofing-page .paragraph-slider-block-content .slick-slide img {
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover; }

.section-roofing-page #blogs {
  margin-top: 0; }
  .section-roofing-page #blogs .paragraph-blogs {
    margin-top: 0; }
  .section-roofing-page #blogs .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .section-roofing-page #blogs .slick-initialized .slick-slide {
    margin: 0 0.9375rem 1.0625rem; }
    .section-roofing-page #blogs .slick-initialized .slick-slide .wrapper-inner {
      margin-bottom: 0; }
  .section-roofing-page #blogs img {
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover; }

.section-roofing-page .paragraph-slider-block-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  background: #f5f5fd;
  padding: 4.6875rem 0 3.625rem; }

.section-roofing-page .field-card-slides .slick-slide {
  padding-bottom: 1rem; }

.section-roofing-page .field-card-slides .title {
  font-family: helvetica;
  font-size: 1.125rem;
  margin-top: 0;
  text-align: left;
  color: #303C42;
  font-weight: 600;
  letter-spacing: 0; }
  .section-roofing-page .field-card-slides .title a {
    color: inherit; }
  .section-roofing-page .field-card-slides .title::before {
    content: "";
    height: 6px;
    width: 44px;
    display: block;
    margin: 0 0 0.5rem;
    background: #303C42; }

.section-roofing-page .field-card-slides .wrapper-outer {
  max-width: 257px; }
  @media (max-width: 48rem) {
    .section-roofing-page .field-card-slides .wrapper-outer {
      max-width: none; } }

.section-roofing-page .field-card-slides .wrapper-inner {
  width: 100%;
  -webkit-box-shadow: 5px 7px 17px -9px rgba(69, 69, 69, 0.88);
          box-shadow: 5px 7px 17px -9px rgba(69, 69, 69, 0.88); }

.section-roofing-page .field-card-slides .inner {
  background: white;
  padding: 1.4375rem 0.625rem 1.0625rem 0.9375rem;
  min-height: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.section-roofing-page .field-card-slides .more-link {
  font-size: 0.875rem;
  line-height: 1.875rem;
  display: block;
  text-align: center;
  color: white;
  width: 131px;
  height: 41px;
  padding: 0.3125rem;
  background-color: #303C42;
  text-transform: uppercase;
  font-weight: 600; }
  .section-roofing-page .field-card-slides .more-link:hover {
    background-color: #646D71; }

.section-roofing-page .field-card-slides .body {
  display: none;
  margin-top: 0.625rem;
  text-indent: -9000px;
  color: #303C42;
  text-align: left;
  font-weight: bold; }
  .section-roofing-page .field-card-slides .body a {
    font-size: 0.875rem;
    line-height: 0.625rem;
    text-indent: 9000px;
    display: block;
    text-align: center;
    color: white;
    width: 131px;
    height: 41px;
    padding: 0.3125rem;
    background-color: #2c3940;
    text-transform: uppercase;
    font-weight: 600; }

.section-roofing-page .field-card-slides .slick-next {
  right: -7px;
  margin-top: -0.8125rem; }
  .section-roofing-page .field-card-slides .slick-next::before {
    content: "";
    width: 35px;
    height: 35px;
    border: solid #81878a;
    border-width: 0 6px 6px 0;
    display: block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.section-roofing-page .field-card-slides .slick-prev {
  left: -30px;
  margin-top: -1.0625rem; }
  .section-roofing-page .field-card-slides .slick-prev::before {
    content: "";
    width: 35px;
    height: 35px;
    border: solid #81878a;
    border-width: 0 6px 6px 0;
    display: block;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.section-roofing-page .field-card-slides .slick-dots {
  display: none !important; }

.page-blog .menu-blog-category__button a,
.path-blog .menu-blog-category__button a,
.node-type-blog .menu-blog-category__button a {
  background-color: #F2F6FB; }

.page-blog #main,
.path-blog #main,
.node-type-blog #main {
  margin-top: 0;
  padding-top: 3.75rem; }

.pages-blog.page-taxonomy-term div.tabs,
.path-blog.page-taxonomy-term div.tabs,
.node-type-blog.page-taxonomy-term div.tabs {
  display: block; }

.pages-blog .tabs.primary,
.page-blog .tabs.primary,
.path-blog .tabs.primary,
.node-type-blog .tabs.primary {
  margin-left: 0; }

.pages-blog #block-system-main,
.page-blog #block-system-main,
.path-blog #block-system-main,
.node-type-blog #block-system-main {
  padding-bottom: 5.5rem; }

.pages-blog.node-type-blog #block-system-main,
.page-blog.node-type-blog #block-system-main,
.path-blog.node-type-blog #block-system-main,
.node-type-blog.node-type-blog #block-system-main {
  padding-bottom: 0; }

.pages-blog [id*="page-title"],
.page-blog [id*="page-title"],
.path-blog [id*="page-title"],
.node-type-blog [id*="page-title"] {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #303C42;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.03125rem;
  padding-bottom: 4.8125rem; }
  @media (min-width: 30.0625rem) {
    .pages-blog [id*="page-title"],
    .page-blog [id*="page-title"],
    .path-blog [id*="page-title"],
    .node-type-blog [id*="page-title"] {
      font-size: 3rem;
      line-height: 3.75rem; } }
  @media (max-width: 64rem) {
    .pages-blog [id*="page-title"],
    .page-blog [id*="page-title"],
    .path-blog [id*="page-title"],
    .node-type-blog [id*="page-title"] {
      padding-bottom: 4.0625rem; } }
  @media (max-width: 30rem) {
    .pages-blog [id*="page-title"],
    .page-blog [id*="page-title"],
    .path-blog [id*="page-title"],
    .node-type-blog [id*="page-title"] {
      padding-bottom: 1.5625rem; } }

.pages-blog .view [id*="page-title"],
.page-blog .view [id*="page-title"],
.path-blog .view [id*="page-title"],
.node-type-blog .view [id*="page-title"] {
  padding-left: 0;
  padding-right: 0; }

.pages-blog #page-title-no-results,
.page-blog #page-title-no-results,
.path-blog #page-title-no-results,
.node-type-blog #page-title-no-results {
  text-align: center; }
  .pages-blog #page-title-no-results::before,
  .page-blog #page-title-no-results::before,
  .path-blog #page-title-no-results::before,
  .node-type-blog #page-title-no-results::before {
    margin-left: auto;
    margin-right: auto; }

.pages-blog .region-content-bottom h2,
.page-blog .region-content-bottom h2,
.path-blog .region-content-bottom h2,
.node-type-blog .region-content-bottom h2 {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 4.0625rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .pages-blog .region-content-bottom h2,
    .page-blog .region-content-bottom h2,
    .path-blog .region-content-bottom h2,
    .node-type-blog .region-content-bottom h2 {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .pages-blog .region-content-bottom h2,
    .page-blog .region-content-bottom h2,
    .path-blog .region-content-bottom h2,
    .node-type-blog .region-content-bottom h2 {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.pages-blog .region-content-top-outer,
.page-blog .region-content-top-outer,
.path-blog .region-content-top-outer,
.node-type-blog .region-content-top-outer {
  padding-bottom: 4.5rem; }
  @media (max-width: 48rem) {
    .pages-blog .region-content-top-outer,
    .page-blog .region-content-top-outer,
    .path-blog .region-content-top-outer,
    .node-type-blog .region-content-top-outer {
      padding-bottom: 3rem; } }

.pages-blog div.tabs,
.page-blog div.tabs,
.path-blog div.tabs,
.node-type-blog div.tabs {
  display: inline-block; }

.pages-blog .region-breadcrumb,
.page-blog .region-breadcrumb,
.path-blog .region-breadcrumb,
.node-type-blog .region-breadcrumb {
  display: grid;
  grid-template-columns: 2fr 344px;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 1rem; }
  @media (min-width: 48.0625rem) and (max-width: 64rem) {
    .pages-blog .region-breadcrumb,
    .page-blog .region-breadcrumb,
    .path-blog .region-breadcrumb,
    .node-type-blog .region-breadcrumb {
      --padding-side: 2.5rem; } }
  @media (max-width: 66.875rem) {
    .pages-blog .region-breadcrumb,
    .page-blog .region-breadcrumb,
    .path-blog .region-breadcrumb,
    .node-type-blog .region-breadcrumb {
      grid-template-columns: 101px 1fr 1fr; } }
  @media (max-width: 48rem) {
    .pages-blog .region-breadcrumb,
    .page-blog .region-breadcrumb,
    .path-blog .region-breadcrumb,
    .node-type-blog .region-breadcrumb {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 30rem) {
    .pages-blog .region-breadcrumb,
    .page-blog .region-breadcrumb,
    .path-blog .region-breadcrumb,
    .node-type-blog .region-breadcrumb {
      grid-template-columns: 1fr;
      grid-row-gap: 5px; } }

.pages-blog #block-easy-breadcrumb-easy-breadcrumb,
.page-blog #block-easy-breadcrumb-easy-breadcrumb,
.path-blog #block-easy-breadcrumb-easy-breadcrumb,
.node-type-blog #block-easy-breadcrumb-easy-breadcrumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2; }
  @media (max-width: 66.875rem) {
    .pages-blog #block-easy-breadcrumb-easy-breadcrumb,
    .page-blog #block-easy-breadcrumb-easy-breadcrumb,
    .path-blog #block-easy-breadcrumb-easy-breadcrumb,
    .node-type-blog #block-easy-breadcrumb-easy-breadcrumb {
      grid-column: 1 / 4; } }
  @media (max-width: 48rem) {
    .pages-blog #block-easy-breadcrumb-easy-breadcrumb,
    .page-blog #block-easy-breadcrumb-easy-breadcrumb,
    .path-blog #block-easy-breadcrumb-easy-breadcrumb,
    .node-type-blog #block-easy-breadcrumb-easy-breadcrumb {
      grid-column: 1 / 3; } }
  @media (max-width: 30rem) {
    .pages-blog #block-easy-breadcrumb-easy-breadcrumb,
    .page-blog #block-easy-breadcrumb-easy-breadcrumb,
    .path-blog #block-easy-breadcrumb-easy-breadcrumb,
    .node-type-blog #block-easy-breadcrumb-easy-breadcrumb {
      grid-column: 1 / 2;
      grid-row: auto; } }

.pages-blog .search-block--1,
.page-blog .search-block--1,
.path-blog .search-block--1,
.node-type-blog .search-block--1 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  grid-column: 2 / 3;
  grid-row: 1 / 2; }
  @media (max-width: 66.875rem) {
    .pages-blog .search-block--1,
    .page-blog .search-block--1,
    .path-blog .search-block--1,
    .node-type-blog .search-block--1 {
      grid-column: 3 / 4;
      grid-row: 2 / 3; } }
  @media (max-width: 48rem) {
    .pages-blog .search-block--1,
    .page-blog .search-block--1,
    .path-blog .search-block--1,
    .node-type-blog .search-block--1 {
      grid-column: 2 / 3; } }
  @media (max-width: 30rem) {
    .pages-blog .search-block--1,
    .page-blog .search-block--1,
    .path-blog .search-block--1,
    .node-type-blog .search-block--1 {
      grid-column: 1 / 2;
      grid-row: auto; } }

.pages-blog .menu-blog-category__duplicate,
.page-blog .menu-blog-category__duplicate,
.path-blog .menu-blog-category__duplicate,
.node-type-blog .menu-blog-category__duplicate {
  display: none; }
  @media (max-width: 66.875rem) {
    .pages-blog .menu-blog-category__duplicate,
    .page-blog .menu-blog-category__duplicate,
    .path-blog .menu-blog-category__duplicate,
    .node-type-blog .menu-blog-category__duplicate {
      display: block;
      grid-column: 1 / 2;
      grid-row: 2 / 3; } }
  @media (max-width: 48rem) {
    .pages-blog .menu-blog-category__duplicate,
    .page-blog .menu-blog-category__duplicate,
    .path-blog .menu-blog-category__duplicate,
    .node-type-blog .menu-blog-category__duplicate {
      display: none; } }

.pages-blog .menu-blog-category__section,
.page-blog .menu-blog-category__section,
.path-blog .menu-blog-category__section,
.node-type-blog .menu-blog-category__section {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  grid-column: 1 / 3;
  grid-row: 2 / 3; }
  @media (max-width: 66.875rem) {
    .pages-blog .menu-blog-category__section,
    .page-blog .menu-blog-category__section,
    .path-blog .menu-blog-category__section,
    .node-type-blog .menu-blog-category__section {
      grid-column: 2 / 3; } }
  @media (max-width: 48rem) {
    .pages-blog .menu-blog-category__section,
    .page-blog .menu-blog-category__section,
    .path-blog .menu-blog-category__section,
    .node-type-blog .menu-blog-category__section {
      grid-column: 1 / 2; } }
  @media (max-width: 30rem) {
    .pages-blog .menu-blog-category__section,
    .page-blog .menu-blog-category__section,
    .path-blog .menu-blog-category__section,
    .node-type-blog .menu-blog-category__section {
      grid-row: auto; } }

.pages-blog .easy-breadcrumb [itemprop="title"]:first-child,
.page-blog .easy-breadcrumb [itemprop="title"]:first-child,
.path-blog .easy-breadcrumb [itemprop="title"]:first-child,
.node-type-blog .easy-breadcrumb [itemprop="title"]:first-child {
  display: none !important; }
  .pages-blog .easy-breadcrumb [itemprop="title"]:first-child + span,
  .page-blog .easy-breadcrumb [itemprop="title"]:first-child + span,
  .path-blog .easy-breadcrumb [itemprop="title"]:first-child + span,
  .node-type-blog .easy-breadcrumb [itemprop="title"]:first-child + span {
    display: none !important; }

.pages-blog .easy-breadcrumb [itemprop="title"]:nth-child(3) a::before,
.page-blog .easy-breadcrumb [itemprop="title"]:nth-child(3) a::before,
.path-blog .easy-breadcrumb [itemprop="title"]:nth-child(3) a::before,
.node-type-blog .easy-breadcrumb [itemprop="title"]:nth-child(3) a::before {
  content: "Ygrene ";
  white-space: pre; }

.block-menu-menu-footer-menu-secondary,
.block-bean-commercial-page-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 35.625rem) {
    .block-menu-menu-footer-menu-secondary,
    .block-bean-commercial-page-copyright {
      grid-column: 1 / 3; } }
  .block-menu-menu-footer-menu-secondary .copyright-text,
  .block-bean-commercial-page-copyright .copyright-text {
    width: 100%; }
  .block-menu-menu-footer-menu-secondary p, .block-menu-menu-footer-menu-secondary .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .block-menu-menu-footer-menu-secondary li,
  .block-menu-menu-footer-menu-secondary div,
  .block-menu-menu-footer-menu-secondary a,
  .block-bean-commercial-page-copyright p,
  .block-bean-commercial-page-copyright .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .block-bean-commercial-page-copyright li,
  .block-bean-commercial-page-copyright div,
  .block-bean-commercial-page-copyright a {
    font-size: 0.75rem;
    line-height: 1.6;
    font-weight: normal;
    text-align: left; }
    @media (min-width: 35.625rem) {
      .block-menu-menu-footer-menu-secondary p, .block-menu-menu-footer-menu-secondary .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .block-menu-menu-footer-menu-secondary li,
      .block-menu-menu-footer-menu-secondary div,
      .block-menu-menu-footer-menu-secondary a,
      .block-bean-commercial-page-copyright p,
      .block-bean-commercial-page-copyright .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .block-bean-commercial-page-copyright li,
      .block-bean-commercial-page-copyright div,
      .block-bean-commercial-page-copyright a {
        text-align: center; } }

@media (min-width: 35.625rem) {
  .block-menu-menu-footer-menu-secondary {
    padding-top: 3.75rem; } }

.block-menu-menu-footer-menu-secondary .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 35.625rem) {
    .block-menu-menu-footer-menu-secondary .menu {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.block-menu-menu-footer-menu-secondary li:not(:last-of-type)::after {
  content: " |";
  position: relative;
  top: -7px;
  margin-left: 0.0625rem;
  margin-right: 0.25rem;
  color: white; }

.block-menu-menu-footer-menu-secondary a {
  display: inline-block;
  vertical-align: top; }

.node-type-page h1 {
  color: #333; }

.node-type-page .page-content {
  margin-top: 6.25rem; }

.node-type-page main {
  padding-top: 6.3125rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-page main {
      padding-top: 3.875rem; } }
  .node-type-page main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.node-type-page .page-content {
  margin-top: 3.125rem; }

.node-type-page h1 {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  font-family: Mulish, sans-serif;
  text-align: center;
  letter-spacing: -0.03125rem; }
  .node-type-page h1:before {
    height: 0px;
    width: 0px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-page h1 {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.node-type-page p, .node-type-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-page li {
  margin: 0 auto;
  font-family: Mulish, sans-serif; }

.node-type-page a {
  color: #303c41;
  font-weight: bold; }

.node-type-page table {
  margin: 0 auto; }

@media (max-width: 64rem) {
  .node-type-page h1 {
    font-size: 1.5rem;
    line-height: 1.875rem; } }

.page-request-consultation-congratulations.node-type-section-page:not(.front) .page-heading {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
  min-height: 5em; }
  .page-request-consultation-congratulations.node-type-section-page:not(.front) .page-heading .content {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-request-consultation-congratulations.node-type-section-page:not(.front) .page-heading .content:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 43, 73, 0.3); }

.page-request-consultation-congratulations.node-type-section-page:not(.front) .header-content {
  position: absolute;
  background: none;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto !important;
  margin: 0 auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  padding: 0 var(--padding-side) !important; }
  .page-request-consultation-congratulations.node-type-section-page:not(.front) .header-content h1 {
    max-width: 800px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 3rem !important;
    line-height: 3.75rem !important;
    letter-spacing: -0.03125rem;
    color: #fff !important;
    display: block;
    font-family: 'Mulish',sans-serif;
    text-align: left;
    font-stretch: normal; }

.loader {
  border: 5px solid #a8a1a1;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body.page-node-1266 .paid-cash__title,
body.page-node-1266 .numberlist--title, body.page-node-1267 .paid-cash__title,
body.page-node-1267 .numberlist--title {
  font-size: 1.5rem;
  line-height: 1.875rem; }

body.page-node-1266 .paid-cash__body, body.page-node-1267 .paid-cash__body {
  margin-top: 1.875rem; }
  @media (max-width: 64rem) {
    body.page-node-1266 .paid-cash__body, body.page-node-1267 .paid-cash__body {
      margin-top: 0; } }

@media (min-width: 48.0625rem) {
  body.page-node-1266 .promotion--inner, body.page-node-1267 .promotion--inner {
    grid-template-columns: minmax(auto, 670px) auto; } }

@media (max-width: 64rem) {
  body.page-node-1266 img[src*="bolsillo"],
  body.page-node-1266 img[src*="hand-coin"], body.page-node-1267 img[src*="bolsillo"],
  body.page-node-1267 img[src*="hand-coin"] {
    margin-left: -3.125rem; }
  body.page-node-1266 img[src*="estadistica"],
  body.page-node-1266 img[src*="coin-curve"], body.page-node-1267 img[src*="estadistica"],
  body.page-node-1267 img[src*="coin-curve"] {
    margin-left: -3.4375rem; }
  body.page-node-1266 img[src*="icon-calendar"], body.page-node-1267 img[src*="icon-calendar"] {
    margin-left: -0.6875rem; }
  body.page-node-1266 img[src*="icon-2224"], body.page-node-1267 img[src*="icon-2224"] {
    margin-left: -0.625rem; } }

@media (max-width: 48rem) {
  body.page-node-1266 img[src*="bolsillo"],
  body.page-node-1266 img[src*="hand-coin"], body.page-node-1267 img[src*="bolsillo"],
  body.page-node-1267 img[src*="hand-coin"] {
    margin-left: -1.5625rem; }
  body.page-node-1266 img[src*="estadistica"],
  body.page-node-1266 img[src*="coin-curve"], body.page-node-1267 img[src*="estadistica"],
  body.page-node-1267 img[src*="coin-curve"] {
    margin-left: -1.375rem; }
  body.page-node-1266 img[src*="icon-calendar"], body.page-node-1267 img[src*="icon-calendar"] {
    margin-left: 0; }
  body.page-node-1266 img[src*="icon-2224"], body.page-node-1267 img[src*="icon-2224"] {
    margin-left: 0; } }

@media (min-width: 48rem) {
  .toolbar-fixed .block-local-tasks-block .nav-tabs {
    top: 96px; } }

@media (min-width: 68.125rem) {
  .toolbar-fixed .block-local-tasks-block .nav-tabs {
    top: 185px; } }

.toolbar-fixed.admin-menu #breadcrumb-region,
.toolbar-fixed.admin-menu #main-wrapper {
  margin-top: 10.9625rem; }

.toolbar-fixed .header-main {
  top: 39px; }

.toolbar-fixed.toolbar-tray-open .header-main {
  top: 78px; }

.toolbar-fixed.toolbar-tray-open .block-local-tasks-block .nav-tabs {
  top: 40px; }
  @media (min-width: 68.125rem) {
    .toolbar-fixed.toolbar-tray-open .block-local-tasks-block .nav-tabs {
      top: 225px; } }

p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }

body.section-board-of-directors main,
body.section-leadership-team main {
  overflow: visible; }

.ygrene-pace-quiz {
  margin-top: 14.375rem;
  margin-bottom: 20em;
  text-align: center; }
  .ygrene-pace-quiz .quiz_item_1_option_2.option,
  .ygrene-pace-quiz .quiz_item_1_option_3.option {
    display: none; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .ygrene-pace-quiz {
      margin-top: 10.3125rem;
      margin-bottom: 0;
      padding: 1em; } }
  .ygrene-pace-quiz .quiz-section {
    min-height: 620px;
    background-size: 50%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .quiz-section {
        min-height: 100px; } }
  .ygrene-pace-quiz .option {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #303c42;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303c42;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 1%; }
    .ygrene-pace-quiz .option:hover {
      background: #c5d54f; }
  .ygrene-pace-quiz .quiz-section.step-0 {
    background-position: right bottom;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .quiz-section.step-0 {
        background-position: right center; } }
    @media (min-width: 30.0625rem) and (max-width: 64rem) {
      .ygrene-pace-quiz .quiz-section.step-0 {
        background-position: right center; } }
    @media only screen and (min-width: 81.25rem) {
      .ygrene-pace-quiz .quiz-section.step-0 {
        margin-right: -29.375rem;
        padding-right: 29.375rem; } }
  .ygrene-pace-quiz .icon {
    background-size: 50%;
    text-align: center; }
  .ygrene-pace-quiz .title {
    font-family: 'Mulish',sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    color: #303c42;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 2em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .title {
        font-size: 1.5rem; } }
    .ygrene-pace-quiz .title:before {
      width: 35px;
      height: 5px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto .5em auto; }
  .ygrene-pace-quiz .page-title {
    margin-bottom: 0; }
  .ygrene-pace-quiz .options {
    display: inline-block;
    min-width: 410px;
    margin-top: 3em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .options {
        min-width: 320px; } }
  .ygrene-pace-quiz .details {
    margin: 0 auto;
    clear: both;
    margin-top: 25em;
    max-width: 500px;
    font-size: 0.875rem;
    line-height: 1.125rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .details {
        margin-top: 12em; } }
  .ygrene-pace-quiz .button.option {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
    margin-top: 0.3125rem; }
  .ygrene-pace-quiz .description {
    max-width: 510px;
    margin: 0 auto;
    padding-bottom: 0.375rem; }
  .ygrene-pace-quiz .step-1 .options {
    display: block; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .step-1 .options {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px; } }
  .ygrene-pace-quiz .step-1 .option {
    width: 23%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .step-1 .option {
        width: 100%;
        font-size: .8em; } }
  .ygrene-pace-quiz .step-3 .options {
    display: block; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .step-3 .options {
        display: grid;
        grid-auto-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        grid-column-gap: 25px; } }
  .ygrene-pace-quiz .step-3 .option {
    width: 30%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .step-3 .option {
        width: 108%;
        font-size: .8em; } }
  .ygrene-pace-quiz .step-5 .options,
  .ygrene-pace-quiz .step-6 .options {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-column-gap: 25px; }
  .ygrene-pace-quiz .progress-steps {
    position: absolute;
    left: 0;
    top: 27em;
    left: 2em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .ygrene-pace-quiz .progress-steps {
        top: 6em;
        left: 50%;
        margin-left: -5.9375rem; } }
  .ygrene-pace-quiz .progress-step {
    background-color: #ddd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    display: inline-block; }
    .ygrene-pace-quiz .progress-step.active {
      background-color: #444; }
  .ygrene-pace-quiz .quiz-section,
  .ygrene-pace-quiz .result-section {
    display: none; }
    .ygrene-pace-quiz .quiz-section.active,
    .ygrene-pace-quiz .result-section.active {
      display: inline-block;
      position: relative; }
  .ygrene-pace-quiz .back-button {
    padding-bottom: 1em;
    border-bottom: 1px solid #303c42;
    color: #303c42 !important;
    position: absolute;
    left: 0;
    top: -160px;
    text-align: left;
    border: none;
    text-decoration: underline;
    background: none;
    font-size: 0.875rem !important;
    cursor: pointer; }
    .ygrene-pace-quiz .back-button:hover {
      border: none;
      background: none; }
  .ygrene-pace-quiz .progress-steps {
    display: none; }
    .ygrene-pace-quiz .progress-steps.active {
      display: inherit; }
    .ygrene-pace-quiz .progress-steps li {
      list-style: none;
      float: left;
      clear: both;
      margin: 0.25rem; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .ygrene-pace-quiz .progress-steps li {
          float: inherit; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .ygrene-pace-quiz .result-section {
      margin-top: -5em; } }
  .ygrene-pace-quiz .result-section a.link {
    color: #c5d54f !important; }
  .ygrene-pace-quiz .result-section .description {
    margin-top: 1em;
    margin-bottom: 2em; }
  .ygrene-pace-quiz .result-section .quiz_result_2_cta .cta-title {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em; }
  .ygrene-pace-quiz .result-section .quiz_result_2_cta .cta-links {
    margin: 0 auto;
    display: block;
    width: auto;
    text-align: center; }
    .ygrene-pace-quiz .result-section .quiz_result_2_cta .cta-links .cta-link {
      display: inline;
      padding-right: 1em;
      margin-right: 1em; }
      .ygrene-pace-quiz .result-section .quiz_result_2_cta .cta-links .cta-link:after {
        content: '';
        background: url("../../images/green-arrow.png");
        width: 23px;
        height: 12px;
        background-size: 23px;
        display: inline-block;
        background-position: center;
        margin: 0.1875rem 0 0 0.625rem; }
    .ygrene-pace-quiz .result-section .quiz_result_2_cta .cta-links .cta-link-1 {
      border-right: 1px solid #ccc; }
  .ygrene-pace-quiz .result-section .quiz_result_2_title {
    margin-bottom: 0; }
  .ygrene-pace-quiz .result-section .underline {
    text-decoration: underline; }
  .ygrene-pace-quiz .result-section .quiz_result_3_cta .cta-button-2 {
    padding-left: 4em;
    padding-right: 4em; }
  .ygrene-pace-quiz .result-section .quiz_result_3_cta .cta-buttons {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.625rem; }
    @media (max-width: 28.125rem) {
      .ygrene-pace-quiz .result-section .quiz_result_3_cta .cta-buttons {
        grid-template-columns: auto; } }
  .ygrene-pace-quiz .result-section .quiz_result_3_title {
    margin-bottom: 0; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .ygrene-pace-quiz .result-section .icon img {
      width: 50%; } }
  .ygrene-pace-quiz .result-section .details {
    margin-top: 1em; }
  .ygrene-pace-quiz .result-section a.start-over {
    position: absolute;
    left: 0;
    color: black;
    font-weight: bold;
    color: #303c42;
    text-decoration: underline;
    font-family: 'Muli',sans-serif;
    font-size: 0.875rem !important;
    text-transform: uppercase; }

/* Affiliation form css*/
.header-salesforce {
  left: 0;
  top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--header-salesforce-height);
  width: 100%;
  padding: 0 var(--padding-side);
  background: #FFF;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }

.page-salesforce #page-title {
  padding: 5rem var(--padding-side) 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center; }

.page-salesforce #main-wrapper {
  margin-top: 0 !important;
  padding-top: 0; }

.page-salesforce .webform-submission-form,
.page-salesforce .webform-progress {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  padding: 0 var(--padding-side);
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.page-salesforce .webform-submission-form .form-item {
  position: relative; }

.page-salesforce .webform-submission-form .form-item + .form-item {
  margin-top: 2.5rem; }

.page-salesforce .webform-submission-form .form-item label {
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 0;
  color: rgba(48, 60, 66, 0.7);
  cursor: text;
  margin: 0;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 50; }

.page-salesforce .webform-submission-form .form-item label,
.page-salesforce .webform-submission-form .form-item [type="text"],
.page-salesforce .webform-submission-form .form-item [type="email"],
.page-salesforce .webform-submission-form .form-item [type="tel"],
.page-salesforce .webform-submission-form .form-item [type="search"] {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%; }

.page-salesforce .webform-submission-form .form-item [type="text"],
.page-salesforce .webform-submission-form .form-item [type="email"],
.page-salesforce .webform-submission-form .form-item [type="tel"],
.page-salesforce .webform-submission-form .form-item [type="search"],
.page-salesforce .webform-submission-form .form-item textarea,
.page-salesforce .webform-submission-form .form-item select {
  width: 100%;
  height: 48px;
  padding: 0.625rem 0 0.4375rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(48, 60, 66, 0.7);
  margin: 0;
  color: rgba(48, 60, 66, 0.7);
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-salesforce .webform-submission-form .form-item [type="text"]:focus,
.page-salesforce .webform-submission-form .form-item [type="email"]:focus,
.page-salesforce .webform-submission-form .form-item [type="tel"]:focus,
.page-salesforce .webform-submission-form .form-item [type="search"]:focus,
.page-salesforce .webform-submission-form .form-item textarea:focus,
.page-salesforce .webform-submission-form .form-item select:focus {
  border-bottom: 2px solid black !important;
  border-color: black !important; }

.page-salesforce .webform-submission-form .form-item.label-floated [type="text"],
.page-salesforce .webform-submission-form .form-item.label-floated [type="email"],
.page-salesforce .webform-submission-form .form-item.label-floated [type="tel"],
.page-salesforce .webform-submission-form .form-item.label-floated [type="search"],
.page-salesforce .webform-submission-form .form-item.label-floated textarea {
  border-bottom: 2px solid black !important;
  border-color: black !important; }

.affliate-formupload .form-submit {
  right: 3px; }

.page-salesforce .webform-submission-form .form-item .form-text:focus ~ label,
.page-salesforce .webform-submission-form .form-item textarea:focus ~ label {
  color: #303C42;
  cursor: pointer;
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }

.page-salesforce .webform-submission-form .form-item [type="text"]:focus,
.page-salesforce .webform-submission-form .form-item [type="email"]:focus,
.page-salesforce .webform-submission-form .form-item [type="tel"]:focus,
.page-salesforce .webform-submission-form .form-item [type="search"]:focus,
.page-salesforce .webform-submission-form .form-item textarea:focus,
.page-salesforce .webform-submission-form .form-item select:focus {
  background-color: #fff;
  border-color: #afbac7; }

.page-salesforce .webform-submission-form .form-item [type="text"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item select::-webkit-input-placeholder {
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item select::-moz-placeholder {
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item select:-ms-input-placeholder {
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item select::-ms-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::placeholder,
.page-salesforce .webform-submission-form .form-item textarea::placeholder,
.page-salesforce .webform-submission-form .form-item select::placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item select::-ms-expand {
  display: none; }

/***********************************************************/
.page-salesforce .webform-submission-form .webform-button--previous {
  color: #303C42 !important;
  background: transparent !important;
  position: relative !important;
  grid-column: auto !important;
  left: 15px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.page-salesforce .webform-submission-form .form-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 82px;
  padding: 0 var(--padding-side);
  background: #FFF;
  -webkit-box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04); }

.page-salesforce .webform-submission-form .form-submit {
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: #303C42;
  padding: 0 0.9375rem;
  max-width: 203px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  grid-column: 3 / 4;
  right: 15px; }

.page-salesforce .webform-submission-form .form-submit:hover {
  background-color: #3177dc !important;
  color: #fff !important; }

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.ygrene-pace-quiz .result-section .quiz_result_3_cta .button {
  margin: 0; }

.page-find-contractors #main-wrapper {
  background: no-repeat;
  background-position: 0 100%, 100% 100%;
  background-image: url(../../images/contractor/landing_house_left.svg), url(../../images/contractor/landing_house_right.svg);
  min-height: 500px;
  overflow: auto;
  padding-bottom: 10rem; }
  @media (max-width: 83.75rem) {
    .page-find-contractors #main-wrapper {
      background-size: 360px auto; } }
  @media (max-width: 62rem) {
    .page-find-contractors #main-wrapper {
      background: #fff;
      padding-bottom: 0; } }

.page-find-contractors .lead-1 {
  padding-top: 0;
  max-width: 800px !important; }
  .page-find-contractors .lead-1 p, .page-find-contractors .lead-1 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-find-contractors .lead-1 li {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #303C42;
    font-family: Muli;
    margin: 0; }

.form-checkboxes .form-item {
  margin: 0 !important; }

.form-radios .form-item {
  margin: 0 !important; }

/*.alert-error {
	display: none !important;
}*/
form .alert-error {
  display: block !important;
  background: red;
  color: white;
  padding-left: 0.5rem; }
  form .alert-error button.close {
    color: black;
    display: none; }

.form-contractors .form-checkboxes {
  left: inherit !important; }

.node-type-page main .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.path-find-contractors-results p, .path-find-contractors-results .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .path-find-contractors-results li {
  font-size: 1rem !important; }

.contactors-near.elite .tittle-description a:hover {
  background-color: #3177dc !important; }

.alert-status.alert-success {
  color: #333 !important;
  background-color: #c5d54f;
  padding: 0.9375rem !important;
  top: 228px;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 1.09375rem;
  margin-left: 8.21875rem;
  margin-right: 8.21875rem;
  font-size: 0.875rem;
  font-weight: 700; }
  .alert-status.alert-success button.close {
    float: right;
    color: #a59d9d;
    background: transparent;
    border: 0;
    background: transparent;
    font-size: 1.20313rem;
    font-weight: 700; }

.node-type-blog #main {
  display: grid;
  grid-template-columns: minmax(auto, 800px) 344px;
  grid-column-gap: 72px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--max-width) + (var(--padding-side) * 2));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  @media (max-width: 64rem) {
    .node-type-blog #main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 64rem) and (max-width: 47.9375rem) {
    .node-type-blog #main > .page-content {
      width: inherit; } }
  @media (max-width: 64rem) {
      .node-type-blog #main .full-1--wrapper {
        display: block; } }
  @media (min-width: 47.9375rem) and (max-width: 63.9375rem) {
    .node-type-blog #main #sidebar-first {
      width: 36.5%; }
    .node-type-blog #main .page-content {
      width: 52.4%; } }

@media (min-width: 47.9375rem) and (max-width: 63.9375rem) {
  .node-type-blog #block-ygrene-subtheme-breadcrumbs {
    grid-column: 1 / 4; } }

@media (max-width: 64rem) {
  .node-type-blog .icon-list--grid-1-1-2-1 {
    display: block; } }

.node-type-blog #sidebar-first {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.node-type-blog .region-breadcrumb {
  margin-top: 1.9rem;
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--max-width) + (var(--padding-side) * 2));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 1rem; }

.node-type-blog #block-ygrene-subtheme-breadcrumbs .breadcrumb {
  margin: 0; }

.node-type-blog .menu-blog-category__section {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  grid-column: 1 / 3;
  grid-row: 2 / 3; }
  @media (max-width: 66.875rem) {
    .node-type-blog .menu-blog-category__section {
      grid-column: 2 / 3; } }
  @media (max-width: 48rem) {
    .node-type-blog .menu-blog-category__section {
      grid-column: 1 / 2; } }
  @media (max-width: 30rem) {
    .node-type-blog .menu-blog-category__section {
      grid-row: auto; } }

.full-1--wrapper {
  width: 100%;
  position: relative;
  /*display: grid;
	grid-template-columns: 1fr;*/
  padding: 0; }
  .full-1--wrapper img {
    max-width: 800px;
    width: 100%; }
  .full-1--wrapper .sidebar-fixed {
    position: absolute !important;
    top: 0;
    right: 100%;
    width: 112px; }

.full-1--wrapper__inner {
  position: relative; }

.full-1--title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #303C42;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.03125rem; }
  @media (min-width: 30.0625rem) {
    .full-1--title {
      font-size: 3rem;
      line-height: 3.75rem; } }
  .full-1--title + .full-1--date {
    margin-top: 0.9375rem; }

.full-1--date + .full-1--wrapper__inner {
  margin-top: 4rem; }
  @media (max-width: 85rem) {
    .full-1--date + .full-1--wrapper__inner {
      margin-top: 1.875rem; } }

.full-1--share .at-resp-share-element a.at-share-btn {
  width: 32px;
  height: auto !important;
  padding: 0;
  margin: 0; }
  @media (max-width: 85rem) {
    .full-1--share .at-resp-share-element a.at-share-btn {
      margin-right: 0.9375rem; } }

.full-1--share span.at-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: #F2F6FB !important;
  border-radius: 50px !important; }

.full-1--share path {
  fill: #303c42 !important; }

.full-1--share svg {
  width: 26px !important;
  height: auto !important; }
  .full-1--share svg:hover path {
    fill: #1975E3 !important; }

.full-1--share__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .full-1--share__desktop .at-resp-share-element a.at-share-btn {
    padding-bottom: 0.6875rem; }
  .full-1--share__desktop .at-share-btn-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32px; }
  @media (max-width: 85rem) {
    .full-1--share__desktop {
      display: none; } }

.full-1--share__mobile {
  display: none; }
  @media (max-width: 85rem) {
    .full-1--share__mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 4rem; } }
  @media (max-width: 30rem) {
    .full-1--share__mobile {
      margin-bottom: 2.5rem; } }

.full-1--share__label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: rgba(48, 60, 66, 0.7);
  display: block;
  margin-bottom: 1.0625rem; }
  @media (max-width: 85rem) {
    .full-1--share__label {
      margin: 0 0.9375rem 0 0; } }

.full-1--field_image {
  grid-row: 3 / 4; }
  .full-1--field_image img {
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 64rem) {
      .full-1--field_image img {
        height: 380px; } }
    @media (max-width: 48rem) {
      .full-1--field_image img {
        height: 270px; } }
    @media (max-width: 30rem) {
      .full-1--field_image img {
        height: 160px; } }
  .full-1--field_image + .full-1--body {
    margin-top: 4rem; }
    @media (max-width: 85rem) {
      .full-1--field_image + .full-1--body {
        margin-top: 2.5rem; } }

.full-1--body {
  grid-row: 4 / 5;
  padding-bottom: 5.5rem; }
  @media (max-width: 85rem) {
    .full-1--body {
      padding-bottom: 0; } }
  .full-1--body h2,
  .full-1--body h3,
  .full-1--body .view-team-sorting .team-member .team-member-name,
  .view-team-sorting .team-member .full-1--body .team-member-name,
  .full-1--body .view-team-members .team-member .team-member-name,
  .view-team-members .team-member .full-1--body .team-member-name,
  .full-1--body h4,
  .full-1--body h5,
  .full-1--body h6 {
    margin-top: 2.5rem;
    margin-bottom: 1.5625rem; }
    .full-1--body h2:first-child,
    .full-1--body h3:first-child,
    .full-1--body .view-team-sorting .team-member .team-member-name:first-child,
    .view-team-sorting .team-member .full-1--body .team-member-name:first-child,
    .full-1--body .view-team-members .team-member .team-member-name:first-child,
    .view-team-members .team-member .full-1--body .team-member-name:first-child,
    .full-1--body h4:first-child,
    .full-1--body h5:first-child,
    .full-1--body h6:first-child {
      margin-top: 0; }
  .full-1--body h6 {
    font-size: 1rem;
    line-height: 1.5rem; }
  .full-1--body p > a, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a,
  .full-1--body li > a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
    margin: 0 -0.3125rem; }
    .full-1--body p > a:hover, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:hover,
    .full-1--body li > a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .full-1--body p > a:focus, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:focus,
    .full-1--body li > a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .full-1--body p > a:focus::after, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:focus::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:focus::after,
      .full-1--body li > a:focus::after {
        display: none; }
    .full-1--body p > a:disabled, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:disabled, .full-1--body p > a.disabled, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a.disabled,
    .full-1--body li > a:disabled,
    .full-1--body li > a.disabled {
      color: #ADBAC9; }
      .full-1--body p > a:disabled::after, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:disabled::after, .full-1--body p > a.disabled::after, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a.disabled::after,
      .full-1--body li > a:disabled::after,
      .full-1--body li > a.disabled::after {
        display: none; }
      .full-1--body p > a:disabled:hover, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:disabled:hover, .full-1--body p > a:disabled:focus, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a:disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a:disabled:focus, .full-1--body p > a.disabled:hover, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a.disabled:hover, .full-1--body p > a.disabled:focus, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a.disabled:focus,
      .full-1--body li > a:disabled:hover,
      .full-1--body li > a:disabled:focus,
      .full-1--body li > a.disabled:hover,
      .full-1--body li > a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
  .full-1--body [style] {
    font: inherit !important;
    letter-spacing: inherit !important;
    color: inherit !important; }
  .full-1--body ul,
  .full-1--body ol {
    margin-left: 0.9375rem; }

/* Sidebar first Blog */
.info-button__section + .teaser-4--section {
  margin-top: 4.375rem; }

.teaser-4--section h2 {
  margin-top: 0;
  margin-bottom: 1.5625rem; }
  .teaser-4--section h2::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .teaser-4--section h2::before {
        margin-bottom: 1.5625rem; } }
  .teaser-4--section h2::before {
    width: 35px;
    height: 5px; }

.teaser-4--item {
  border-bottom: 1px solid #dae3ed; }
  .teaser-4--item:last-child {
    border: 0; }
  .teaser-4--item.active a {
    color: #1975E3; }

.teaser-4--title {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.625rem 0 0.5rem; }
  .teaser-4--title a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    color: #303c42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: initial;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
    font-weight: 700; }
    .teaser-4--title a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .teaser-4--title a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .teaser-4--title a:focus::after {
        display: none; }
    .teaser-4--title a:disabled, .teaser-4--title a.disabled {
      color: #ADBAC9; }
      .teaser-4--title a:disabled::after, .teaser-4--title a.disabled::after {
        display: none; }
      .teaser-4--title a:disabled:hover, .teaser-4--title a:disabled:focus, .teaser-4--title a.disabled:hover, .teaser-4--title a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

aside[class*="sidebar"] .teaser-4--section h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  text-align: left; }
  aside[class*="sidebar"] .teaser-4--section h2::before {
    width: 35px;
    height: 5px;
    margin-left: 0; }

.breadcrumb li:not(:first-child):before {
  text-indent: -9999px;
  background: url("../../dist/images/arrow-1.svg") no-repeat 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0.25rem 0.625rem 0 0.1875rem; }

.node-type-blog .breadcrumb,
.page-blog .breadcrumb,
.path-blog .breadcrumb {
  display: block; }

.views-field-field-blog-category .field--name-field-related-services {
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-auto-rows: 80px;
  padding-top: 0; }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item {
  --icon-list-image-width: 80px;
  --icon-list-item-gap: 10px;
  -webkit-box-shadow: var(--box-shadow-1);
  box-shadow: var(--box-shadow-1);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--icon-list-image-width) 1fr;
  grid-template-columns: var(--icon-list-image-width) 1fr;
  grid-column-gap: var(--icon-list-item-gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  background: #fff;
  -webkit-transition: var(--box-shadow-1-transition);
  transition: var(--box-shadow-1-transition);
  cursor: pointer;
  position: relative; }

.icon-list__item:hover .icon-list__field-link a, .icon-list__item:focus .icon-list__field-link a {
  color: #1975E3; }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item:hover,
.views-field-field-blog-category .field--name-field-related-services .icon-list__item:focus {
  -webkit-box-shadow: var(--box-shadow-1-hover);
          box-shadow: var(--box-shadow-1-hover); }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item .icon-list__field_icon {
  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;
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item h2.icon-list__field-link {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  text-align: center;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  z-index: 10;
  height: 100%; }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item h2.icon-list__field-link a {
  padding-left: calc(var(--icon-list-image-width) + var(--icon-list-item-gap));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  outline: none;
  font-family: 'Muli',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  color: #303C42;
  text-align: left; }

.views-field-field-blog-category .field--name-field-related-services .icon-list__item h2.icon-list__field-link a:hover {
  color: #1975E3; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix {
  display: grid;
  -ms-grid-columns: 1fr 50px;
  grid-template-columns: 1fr 50px;
  grid-column-gap: 0; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix .form-item-combine {
  margin-right: 0; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix .form-item-combine input {
  width: 100%;
  height: auto;
  padding: 0.9375rem 4rem 0.875rem 0.625rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #afbac7;
  margin: 0;
  color: #303C42;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  border: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  outline: none;
  height: auto;
  position: relative;
  top: -0.5px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  margin: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  background: #f9fbe8; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix .form-actions {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: 0;
  position: relative;
  z-index: 10;
  padding: 0; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix .form-actions input {
  background: url(../../images/search.svg) no-repeat 50%, url(../../images/search-blue.svg) no-repeat 100px;
  background-color: #BFD400;
  border: 0;
  outline: 0;
  height: 0;
  padding-top: 3rem;
  width: 50px;
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all; }

.block-views-exposed-filter-blockblog-page-2 form > div.form--inline.clearfix .form-actions input:hover {
  background-color: #3177dc;
  background-image: url(/sites/all/themes/custom/bartik_ygrene/images/search-white.svg); }

.block-views-exposed-filter-blockblog-page-2 form .form-required {
  display: none; }

.view-display-id-page_2 .teaser-1--title a {
  color: inherit; }

.view-display-id-page_2.view-grid-3-3-1-1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .view-display-id-page_2.view-grid-3-3-1-1 .view-content .teaser-1--item {
    width: calc((100% - 64px)/3); }

@media (max-width: 47.9375rem) {
  .view-display-id-page_2.view-grid-3-3-1-1 .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%; }
    .view-display-id-page_2.view-grid-3-3-1-1 .view-content .teaser-1--item {
      width: 100%; } }

.view-display-id-page_2.view-empty-1 .view-empty p, .view-display-id-page_2.view-empty-1 .view-empty .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-display-id-page_2.view-empty-1 .view-empty li {
  text-align: center; }

.view-display-id-page_2.view-empty-1 .view-empty img {
  display: block;
  margin: 4.875rem auto; }

.view-display-id-page_2 .pager__item--ellipsis {
  display: none !important; }

.view-display-id-page_2 .pager .pager__items {
  padding-left: 0; }
  .view-display-id-page_2 .pager .pager__items li:first-child {
    margin-left: 0; }

.page-blog .breadcrumb {
  margin: 4.0625rem 0 1.25rem; }
  @media (max-width: 63.9375rem) {
    .page-blog .breadcrumb {
      margin: 1.25rem 2.5rem; } }
  @media (max-width: 47.9375rem) {
    .page-blog .breadcrumb {
      margin: 1.25rem 0; } }

.page-blog .breadcrumb-item:not(:last-child) a {
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  text-transform: none;
  color: #303c42;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0; }
  .page-blog .breadcrumb-item:not(:last-child) a:hover {
    color: #1975E3;
    text-decoration: underline;
    text-underline-position: under; }

.page-blog .breadcrumb-item:last-child,
.page-blog .breadcrumb-item:last-child a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  color: #1975E3;
  cursor: auto;
  pointer-events: none; }
  .page-blog .breadcrumb-item:last-child:hover,
  .page-blog .breadcrumb-item:last-child a:hover {
    color: #1975E3; }

.page-blog .view-display-id-block_3 .teaser-1--field_body p, .page-blog .view-display-id-block_3 .teaser-1--field_body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-blog .view-display-id-block_3 .teaser-1--field_body li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  font-family: Muli;
  margin-bottom: 0; }

.page-blog .view-display-id-block_3 .teaser-1--title {
  margin-bottom: 0; }

@media (max-width: 47.9375rem) {
  .page-blog .view-display-id-block_3 .teaser-1--grid-3-3-1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.node-blog.view-mode-short_content .field-title, .node-blog.view-mode-search_index .field-title {
  font-family: 'Muli';
  font-weight: normal;
  color: #303C42;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin: 0 0 2rem;
  letter-spacing: 0;
  padding-bottom: 0;
  margin-top: 0;
  text-align: center; }
  .node-blog.view-mode-short_content .field-title::before, .node-blog.view-mode-search_index .field-title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .node-blog.view-mode-short_content .field-title::before, .node-blog.view-mode-search_index .field-title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }

.node-blog.view-mode-short_content .slick-slide, .node-blog.view-mode-search_index .slick-slide {
  padding-left: 1rem;
  padding-right: 1rem; }

.node-blog.view-mode-short_content.wrapper-inner, .node-blog.view-mode-search_index.wrapper-inner {
  background: #fff;
  -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
  margin-bottom: 2rem;
  cursor: pointer; }
  .node-blog.view-mode-short_content.wrapper-inner.hover, .node-blog.view-mode-search_index.wrapper-inner.hover {
    -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
            box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54); }
    .node-blog.view-mode-short_content.wrapper-inner.hover .more-link, .node-blog.view-mode-search_index.wrapper-inner.hover .more-link {
      color: #1975E3 !important;
      text-decoration: none; }
      .node-blog.view-mode-short_content.wrapper-inner.hover .more-link::after, .node-blog.view-mode-search_index.wrapper-inner.hover .more-link::after {
        content: "";
        background: #1975E3 !important; }

.node-blog.view-mode-short_content .inner, .node-blog.view-mode-search_index .inner {
  padding: 2.5rem 1.9375rem;
  text-align: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.node-blog.view-mode-short_content .title, .node-blog.view-mode-search_index .title {
  margin-top: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  letter-spacing: 0; }
  .node-blog.view-mode-short_content .title::before, .node-blog.view-mode-search_index .title::before {
    content: "";
    height: 5px;
    width: 35px;
    display: block;
    margin: 0 0 0.875rem;
    background: #c5d344; }
  .node-blog.view-mode-short_content .title a, .node-blog.view-mode-search_index .title a {
    color: inherit; }

.node-blog.view-mode-short_content .more-link, .node-blog.view-mode-search_index .more-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  color: #303C42;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin-left: -0.4375rem;
  text-decoration: none;
  margin-top: 0;
  text-align: left;
  float: left;
  width: 110px;
  background: transparent;
  white-space: nowrap; }
  .node-blog.view-mode-short_content .more-link::after, .node-blog.view-mode-search_index .more-link::after {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: #303C42;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }
  .node-blog.view-mode-short_content .more-link:hover, .node-blog.view-mode-search_index .more-link:hover {
    color: #1975E3; }
    .node-blog.view-mode-short_content .more-link:hover::after, .node-blog.view-mode-search_index .more-link:hover::after {
      background: #1975E3; }
  .node-blog.view-mode-short_content .more-link:focus, .node-blog.view-mode-search_index .more-link:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .node-blog.view-mode-short_content .more-link:focus::after, .node-blog.view-mode-search_index .more-link:focus::after {
      background: #1975E3; }
  .node-blog.view-mode-short_content .more-link.disabled, .node-blog.view-mode-search_index .more-link.disabled {
    color: #ADBAC9; }
    .node-blog.view-mode-short_content .more-link.disabled::after, .node-blog.view-mode-search_index .more-link.disabled::after {
      background: #ADBAC9; }
    .node-blog.view-mode-short_content .more-link.disabled:hover, .node-blog.view-mode-short_content .more-link.disabled:focus, .node-blog.view-mode-search_index .more-link.disabled:hover, .node-blog.view-mode-search_index .more-link.disabled:focus {
      color: #ADBAC9;
      border-color: #ADBAC9; }
      .node-blog.view-mode-short_content .more-link.disabled:hover::after, .node-blog.view-mode-short_content .more-link.disabled:focus::after, .node-blog.view-mode-search_index .more-link.disabled:hover::after, .node-blog.view-mode-search_index .more-link.disabled:focus::after {
        background: #ADBAC9; }
  .node-blog.view-mode-short_content .more-link:hover, .node-blog.view-mode-search_index .more-link:hover {
    border-color: transparent; }

@media (max-width: 47.9375rem) {
  .node-blog.view-mode-short_content .field-title, .node-blog.view-mode-search_index .field-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 0.9375rem; }
  .node-blog.view-mode-short_content .martop-3, .node-blog.view-mode-search_index .martop-3 {
    margin-top: 2.8125rem; }
  .node-blog.view-mode-short_content .inner, .node-blog.view-mode-search_index .inner {
    padding: 2rem 1.5rem; } }

.node-type-section-page .page-content {
  overflow: hidden; }

/*
.government-page,
.page-node-6,
.page-node-10,
.page-node-20,
.page-node-24,
.page-node-32,
.page-node-96,
.page-node-267,
.page-node-739,
.page-node-737
*/
.node-type-section-page:not(.front) {
  /*max-width: $maxWidth-2;


	padding-left: $paddingDLR;
	padding-right: $paddingDLR;*/
  margin: 0 auto; }
  .node-type-section-page:not(.front) .quote--navigation {
    display: none; }
  .node-type-section-page:not(.front) .slick-slide .quote--item {
    margin-bottom: 0; }
  .node-type-section-page:not(.front) .page-heading {
    width: 100vw;
    margin-left: calc(((100vw - 100%) /2) * -1); }
    .node-type-section-page:not(.front) .page-heading .row {
      max-width: none; }
  .node-type-section-page:not(.front) .desktop-header {
    max-height: 400px !important; }
    .node-type-section-page:not(.front) .desktop-header img {
      display: block; }
  .node-type-section-page:not(.front) .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    margin: 0 auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    padding: 0 var(--padding-side) !important; }
    .node-type-section-page:not(.front) .header-content h1 {
      max-width: 800px;
      margin: 0;
      padding: 0;
      font-style: normal;
      font-weight: 800;
      font-size: 3rem !important;
      line-height: 3.75rem !important;
      letter-spacing: -0.03125rem;
      color: #fff !important;
      display: block; }
      .node-type-section-page:not(.front) .header-content h1::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 0 1.25rem;
        background: #BFD400; }
        @media (max-width: 48rem) {
          .node-type-section-page:not(.front) .header-content h1::before {
            margin-bottom: 1.5625rem; } }
      @media (max-width: 64rem) {
        .node-type-section-page:not(.front) .header-content h1 {
          color: #fff !important; } }
      @media (max-width: 37.5rem) {
        .node-type-section-page:not(.front) .header-content h1 {
          font-size: 2rem !important;
          line-height: 2.5rem !important;
          margin-top: 0.3125rem;
          color: #303C42 !important; } }
    .node-type-section-page:not(.front) .header-content .cta-form,
    .node-type-section-page:not(.front) .header-content h2 {
      display: none; }
  @media (min-width: 64rem) {
    .node-type-section-page:not(.front) .h1-black-white-black .header-content h1 {
      color: #303C42 !important; } }
  .node-type-section-page:not(.front) .header-imagen-moviles {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 400px; }
    @media (max-width: 30rem) {
      .node-type-section-page:not(.front) .header-imagen-moviles {
        grid-template-rows: minmax(300px, 360px) 400px; } }
    .node-type-section-page:not(.front) .header-imagen-moviles > .content,
    .node-type-section-page:not(.front) .header-imagen-moviles .desktop-header {
      grid-column: 1 / 2;
      grid-row: 1 / 2; }
    .node-type-section-page:not(.front) .header-imagen-moviles > .content {
      position: relative;
      z-index: 5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .node-type-section-page:not(.front) .header-imagen-moviles > .content::after {
        display: none; }
    .node-type-section-page:not(.front) .header-imagen-moviles .mobile-header {
      display: none; }
      @media (max-width: 37.5rem) {
        .node-type-section-page:not(.front) .header-imagen-moviles .mobile-header {
          display: block !important;
          grid-row: 2 / 3; } }
    .node-type-section-page:not(.front) .header-imagen-moviles .desktop-header {
      display: block;
      position: relative; }
      .node-type-section-page:not(.front) .header-imagen-moviles .desktop-header::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.390457) 30.28%, rgba(0, 0, 0, 0) 100%); }
        @media (max-width: 64rem) {
          .node-type-section-page:not(.front) .header-imagen-moviles .desktop-header::before {
            content: ""; } }
      @media (max-width: 37.5rem) {
        .node-type-section-page:not(.front) .header-imagen-moviles .desktop-header {
          display: none; } }
  @media (max-width: 30rem) {
    .node-type-section-page:not(.front) .page-heading:not(.header-imagen-moviles) .header-content h1 {
      z-index: 2; } }
  @media (max-width: 30rem) {
    .node-type-section-page:not(.front) .page-heading:not(.header-imagen-moviles) .desktop-header {
      z-index: 1; } }
  .node-type-section-page:not(.front) .page-heading:not(.header-imagen-moviles) .desktop-header .field--name-field-image,
  .node-type-section-page:not(.front) .page-heading:not(.header-imagen-moviles) .desktop-header img {
    width: 100%; }

.government-page {
  /*
    .quote--section + svg + .quote--section {
        margin-top: -10px;

        @media (max-width: $mobile-end) {
            margin-top: -35px;
        }

        .quote--inner {
            padding-top: 0;
        }
    }*/
  /* Banner page */
  /* Slider with quotes */
  /* Testimonials block */
  /*
  .paragraph-landing-video-quote-2 {
    .paragraph-landing-video-quote-inner {
      display: flex;
      align-items: center;

      > .columns {
        width: 50%;
      }
      .columns {
        padding: 0;
      }

      .player {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;

        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }

      .quote-wrapper {
          @include shadow-1;
        padding: 25px 45px;
        max-width: 427px;

        @media only screen and (min-width: 320px) and (max-width: 767px) {
          padding: 20px;
        }

        .quote-author {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;

          &-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-right: 30px;
            overflow: hidden;
            flex-shrink: 0;

            @media only screen and (min-width: 320px) and (max-width: 767px) {
              margin-right: 10px;
            }
          }

          &-info {
            h4,
            h5 {
              margin: 0;
            }

            h5:nth-child(2) {
              margin: 0 0 10px;
            }

            p {
              text-align: left;
            }
          }
        }

        .row-wrapper {
            p {
                font-size: 18px;
                line-height: 28px;
            }
        }

        .row-wrapper:last-child {
          position: relative;
          padding-top: 20px;

          &::before {
            position: absolute;
            top: -3px;
            left: 0;
            display: block;
            width: 35px;
            height: 5px;
            background-color: $gray;
            content: "";
          }

          p {
            margin: 0;
          }
        }
      }

      @media only screen and (min-width: 320px) and (max-width: 767px) {
        flex-direction: column;
        > .columns {
          width: 100%;
        }
      }
    }
  }
  */
  /* "Ygrene: the leader in consumer protections" block
  .paragraph-landing-text-image-grid-items {
    // Title
    .field-title {
      margin-bottom: 40px;

      &::before {
        width: 44px;
        height: 7px;
      }

      @media only screen and (min-width: 320px) and (max-width: 767px) {
        padding: 0;
      }
    }
    // Galery blocks
    .field-landing-text-image-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

      .paragraph-landing-text-image-list-item {
        width: calc((100% - 50px) / 2);
        margin-bottom: 50px;

        @media only screen and (min-width: 320px) and (max-width: 767px) {
          width: 100%;
          margin-bottom: 30px;
        }

        .wrapper-inner {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;


          p {
            text-align: left;
          }
        }
      }

      span {
        display: none;
      }

      & + a {
        color: $default-link;
        font-size: 16px;
        text-align: center;
        text-decoration: underline;
        display: block;
      }
    }

    .field-file {
      text-align: center;
      margin: 30px auto 0;
      text-decoration: underline;

      a {
        display: inline-flex;
        justify-content: center;
        align-items: center;

        &[download]::before {
          width: 20px;
          height: 20px;
          display: block;
          background: image-url(svg, download, cover);
          margin-right: 10px;
          content: '';
        }
      }
    }
  }*/ }
  .government-page .paragraph-landing-text-block {
    margin: 0; }
    .government-page .paragraph-landing-text-block .columns {
      padding-top: 5rem;
      padding-bottom: 5rem;
      padding-left: var(--padding-side) !important;
      padding-right: var(--padding-side) !important; }
      @media (max-width: 48rem) {
        .government-page .paragraph-landing-text-block .columns {
          padding-top: 4rem; } }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-block .columns {
          padding-top: 2.5rem;
          padding-bottom: 3.125rem; } }
    .government-page .paragraph-landing-text-block .field-body {
      max-width: 800px;
      margin: 0 auto;
      text-align: left; }
    .government-page .paragraph-landing-text-block p, .government-page .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-block li {
      font-size: 1.125rem;
      font-style: normal;
      font-weight: normal;
      line-height: 1.6875rem;
      color: #303C42;
      letter-spacing: 0;
      margin: 0; }
      .government-page .paragraph-landing-text-block p + p, .government-page .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-block li + p, .government-page .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-block p + li, .government-page .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-block li + li {
        margin-top: 1.75rem; }
  .government-page .promotion__description p, .government-page .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .promotion__description li,
  .government-page .promotion__additional-info p,
  .government-page .promotion__additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .promotion__additional-info li {
    font-size: 1rem;
    line-height: 1.5rem; }
  .government-page .paragraph-landing-text-image-grid-items {
    margin-top: 0; }
    .government-page .paragraph-landing-text-image-grid-items .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      padding: 0; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .columns {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .government-page .paragraph-landing-text-image-grid-items .columns.body {
        margin-top: 0; }
    .government-page .paragraph-landing-text-image-grid-items .columns > a,
    .government-page .paragraph-landing-text-image-grid-items .field-file a {
      font-family: Mulish;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      color: #303C42;
      background: transparent;
      border: 2px solid transparent;
      position: relative;
      padding: 0.1875rem 0.3125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      margin-left: -0.4375rem;
      text-decoration: none;
      margin: 0 auto; }
      .government-page .paragraph-landing-text-image-grid-items .columns > a::after,
      .government-page .paragraph-landing-text-image-grid-items .field-file a::after {
        content: "";
        width: calc(100% - 10px);
        height: 2px;
        background: #303C42;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all; }
      .government-page .paragraph-landing-text-image-grid-items .columns > a:hover,
      .government-page .paragraph-landing-text-image-grid-items .field-file a:hover {
        color: #1975E3; }
        .government-page .paragraph-landing-text-image-grid-items .columns > a:hover::after,
        .government-page .paragraph-landing-text-image-grid-items .field-file a:hover::after {
          background: #1975E3; }
      .government-page .paragraph-landing-text-image-grid-items .columns > a:focus,
      .government-page .paragraph-landing-text-image-grid-items .field-file a:focus {
        text-decoration: none;
        color: #1975E3;
        border-color: #1975E3; }
        .government-page .paragraph-landing-text-image-grid-items .columns > a:focus::after,
        .government-page .paragraph-landing-text-image-grid-items .field-file a:focus::after {
          background: #1975E3; }
      .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled,
      .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled {
        color: #ADBAC9; }
        .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled::after,
        .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled::after {
          background: #ADBAC9; }
        .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled:hover, .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled:focus,
        .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled:hover,
        .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled:focus {
          color: #ADBAC9;
          border-color: #ADBAC9; }
          .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled:hover::after, .government-page .paragraph-landing-text-image-grid-items .columns > a.disabled:focus::after,
          .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled:hover::after,
          .government-page .paragraph-landing-text-image-grid-items .field-file a.disabled:focus::after {
            background: #ADBAC9; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .columns > a,
        .government-page .paragraph-landing-text-image-grid-items .field-file a {
          margin-left: -0.3125rem; } }
    .government-page .paragraph-landing-text-image-grid-items .field-file {
      margin-top: 2.375rem; }
    .government-page .paragraph-landing-text-image-grid-items .field-title {
      font-style: normal;
      font-weight: bold;
      font-size: 2rem;
      line-height: 2.5rem;
      text-align: center;
      letter-spacing: -0.03125rem;
      margin-bottom: 5rem; }
      @media (max-width: 64rem) {
        .government-page .paragraph-landing-text-image-grid-items .field-title {
          font-size: 1.5rem;
          line-height: 1.875rem;
          text-align: left;
          margin-bottom: 4rem; } }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .field-title {
          margin-bottom: 2.5rem; } }
      .government-page .paragraph-landing-text-image-grid-items .field-title::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 auto 1.5rem;
        background: #BFD400; }
        @media (max-width: 30rem) {
          .government-page .paragraph-landing-text-image-grid-items .field-title::before {
            width: 35px;
            height: 5px;
            margin-left: 0; } }
    .government-page .paragraph-landing-text-image-grid-items .field-landing-text-image-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 68px;
      max-width: 800px;
      margin: 0 auto 9.875rem; }
      @media (max-width: 64rem) {
        .government-page .paragraph-landing-text-image-grid-items .field-landing-text-image-list {
          max-width: none;
          margin-bottom: 8.4375rem; } }
      @media (max-width: 64rem) {
        .government-page .paragraph-landing-text-image-grid-items .field-landing-text-image-list {
          grid-row-gap: 40px; } }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .field-landing-text-image-list {
          grid-template-columns: 1fr;
          margin-bottom: 5.25rem; } }
    .government-page .paragraph-landing-text-image-grid-items .image {
      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;
      width: 160px;
      height: 140px;
      margin: 0 auto 1.25rem; }
      @media (max-width: 48rem) {
        .government-page .paragraph-landing-text-image-grid-items .image {
          width: 80px;
          height: 60px; }
          .government-page .paragraph-landing-text-image-grid-items .image img {
            width: auto;
            max-height: 43px; } }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .image {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 0; } }
    .government-page .paragraph-landing-text-image-grid-items .title {
      font-style: normal;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-align: center;
      letter-spacing: -0.03125rem;
      color: #303C42; }
      @media (max-width: 48rem) {
        .government-page .paragraph-landing-text-image-grid-items .title {
          font-size: 0.875rem;
          line-height: 1.3125rem; } }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items .title {
          text-align: left; } }
      .government-page .paragraph-landing-text-image-grid-items .title::before {
        display: none; }
    .government-page .paragraph-landing-text-image-grid-items .body {
      margin-top: 1.5rem; }
      @media (max-width: 48rem) {
        .government-page .paragraph-landing-text-image-grid-items .body {
          margin-top: 1rem; } }
    .government-page .paragraph-landing-text-image-grid-items p, .government-page .paragraph-landing-text-image-grid-items .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-image-grid-items li {
      font-style: normal;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.3125rem;
      text-align: center;
      color: #303C42;
      margin: 0; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-text-image-grid-items p, .government-page .paragraph-landing-text-image-grid-items .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-text-image-grid-items li {
          text-align: left; } }
    .government-page .paragraph-landing-text-image-grid-items .more-link {
      display: none; }
  .government-page .ideas-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 64px; }
    @media (max-width: 48rem) {
      .government-page .ideas-list {
        grid-row-gap: 48px; } }
  .government-page .paragraph-landing-title-big-image {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    margin-top: 0; }
    .government-page .paragraph-landing-title-big-image .row {
      max-width: 1040px; }
    .government-page .paragraph-landing-title-big-image .paragraph-landing-text-image-list-item:nth-of-type(odd) .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .government-page .paragraph-landing-title-big-image .paragraph-landing-text-image-list-item:nth-of-type(odd) .inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .government-page .paragraph-landing-title-big-image .wrapper-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 24px; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-title-big-image .wrapper-inner {
          grid-template-columns: 1fr; } }
    .government-page .paragraph-landing-title-big-image .title {
      margin-top: 0;
      text-align: left;
      margin: 0.3125rem 0 1.5rem;
      font-style: normal;
      font-weight: bold;
      font-size: calc(1.125rem + (32 - 18) * ((100vw - 20rem) / (1800 - 320)));
      line-height: calc(1.375rem + (40 - 22) * ((100vw - 20rem) / (1800 - 320)));
      letter-spacing: -0.03125rem;
      color: #303C42; }
      .government-page .paragraph-landing-title-big-image .title::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 0 1.25rem;
        background: #BFD400; }
        @media (max-width: 48rem) {
          .government-page .paragraph-landing-title-big-image .title::before {
            margin-bottom: 1.5625rem; } }
    .government-page .paragraph-landing-title-big-image p, .government-page .paragraph-landing-title-big-image .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-title-big-image li {
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      margin: 0; }
      @media (max-width: 48rem) {
        .government-page .paragraph-landing-title-big-image p, .government-page .paragraph-landing-title-big-image .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-landing-title-big-image li {
          font-size: 0.875rem;
          line-height: 1.3125rem; } }
    .government-page .paragraph-landing-title-big-image .field-image {
      max-width: 1216px;
      margin: 0 auto 8.125rem; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-title-big-image .field-image {
          margin-bottom: 5.5rem;
          margin-left: -1rem; } }
    .government-page .paragraph-landing-title-big-image .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 30rem) {
        .government-page .paragraph-landing-title-big-image .image {
          -webkit-box-ordinal-group: 11;
              -ms-flex-order: 10;
                  order: 10; } }
    .government-page .paragraph-landing-title-big-image .inner {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .government-page .paragraph-landing-title-big-image .more-link {
      display: none; }
  .government-page .quote--slider,
  .government-page .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .government-page .page-heading {
    /*@include breakMaxWidth;
    position: relative;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;*/
    /*
    .content {
      @include transform(translate(-50%, -50%));
      max-width: $maxWidth;
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0 auto;

      .header-content {
        position: initial;
        padding: 0 $paddingDLR;
      }


      @media only screen and (min-width: 320px) and (max-width: 767px) {
        @include transform(none);
        top: 20px;
        left: 0;
        z-index: 2;

        .header-content {
          padding: $paddingMLR !important;
          margin: 0;
          box-shadow: none;
        }

      }
    }*/ }
    .government-page .page-heading .desktop-header {
      width: 100%;
      height: auto; }
      .government-page .page-heading .desktop-header img {
        min-width: 100%; }
    .government-page .page-heading .mobile-header {
      position: relative;
      max-height: 568px; }
    .government-page .page-heading.title--dark .content h1 {
      color: #333 !important; }
    .government-page .page-heading.title--dark .mobile-header::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #fff), color-stop(50%, transparent));
      background-image: linear-gradient(to right, #fff 15%, transparent 50%); }
  .government-page .paragraph-slider-block-content {
    /* Slider */ }
    .government-page .paragraph-slider-block-content .small-12 {
      padding: 0;
      float: none; }
    .government-page .paragraph-slider-block-content .paragraph-blogs {
      margin: 0 auto; }
      @media only screen and (min-width: 81.25rem) and (max-width: 100rem) {
        .government-page .paragraph-slider-block-content .paragraph-blogs {
          width: 86%; } }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .government-page .paragraph-slider-block-content .paragraph-blogs {
          width: 85%; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .government-page .paragraph-slider-block-content .paragraph-blogs {
          width: 75%; } }
    .government-page .paragraph-slider-block-content .field-title {
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      letter-spacing: 0;
      margin-bottom: 3% !important; }
      .government-page .paragraph-slider-block-content .field-title:before {
        height: 0px;
        width: 0px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .field-title {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .field-title {
          padding: 0 1.25rem; } }
    .government-page .paragraph-slider-block-content p, .government-page .paragraph-slider-block-content .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-slider-block-content li {
      font-family: Mulish, sans-serif; }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content p, .government-page .paragraph-slider-block-content .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-slider-block-content li {
          padding: 0 1.25rem; } }
    .government-page .paragraph-slider-block-content .content {
      position: relative; }
    .government-page .paragraph-slider-block-content .slick-slider {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
      .government-page .paragraph-slider-block-content .slick-slider:focus {
        outline: 0 !important; }
    .government-page .paragraph-slider-block-content .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    .government-page .paragraph-slider-block-content .slick-list:focus {
      outline: none; }
    .government-page .paragraph-slider-block-content .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    .government-page .paragraph-slider-block-content .slick-slider .slick-list,
    .government-page .paragraph-slider-block-content .slick-slider .slick-track {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .government-page .paragraph-slider-block-content .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .government-page .paragraph-slider-block-content .slick-track:after {
      clear: both; }
    .government-page .paragraph-slider-block-content .slick-loading .slick-track {
      visibility: hidden; }
    .government-page .paragraph-slider-block-content .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
      .government-page .paragraph-slider-block-content .slick-slide:focus {
        outline: 0 !important; }
    .government-page .paragraph-slider-block-content [dir="rtl"] .slick-slide {
      float: right; }
    .government-page .paragraph-slider-block-content .slick-slide img {
      display: block; }
    .government-page .paragraph-slider-block-content .slick-slide.slick-loading img {
      display: none; }
    .government-page .paragraph-slider-block-content .slick-slide.dragging img {
      pointer-events: none; }
    .government-page .paragraph-slider-block-content .slick-initialized .slick-slide {
      display: block; }
    .government-page .paragraph-slider-block-content .slick-loading .slick-slide {
      visibility: hidden; }
    .government-page .paragraph-slider-block-content .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    .government-page .paragraph-slider-block-content .slick-arrow.slick-hidden {
      display: none; }
    .government-page .paragraph-slider-block-content .slick-arrow {
      top: 39%;
      border-radius: 0;
      width: 55px;
      height: 40px;
      background-size: cover;
      position: absolute;
      background-color: transparent;
      border: none;
      color: transparent;
      cursor: pointer;
      z-index: 9999999;
      padding: 0; }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .slick-arrow {
          top: 25%;
          width: 40px; } }
      .government-page .paragraph-slider-block-content .slick-arrow:focus {
        outline: 0 !important; }
    .government-page .paragraph-slider-block-content .slick-prev {
      background-image: url("../../images/left-arrow.svg");
      left: -88px; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .government-page .paragraph-slider-block-content .slick-prev {
          left: -50px !important; } }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .slick-prev {
          left: 8px !important; } }
    .government-page .paragraph-slider-block-content .slick-next {
      background-image: url("../../images/right-arrow.svg");
      right: -88px; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .government-page .paragraph-slider-block-content .slick-next {
          right: -50px !important; } }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .slick-next {
          right: 8px !important; } }
    .government-page .paragraph-slider-block-content .slick-arrow.opacidad {
      opacity: 0.5; }
    .government-page .paragraph-slider-block-content .slick-dots {
      margin: 0 auto; }
      .government-page .paragraph-slider-block-content .slick-dots li {
        cursor: pointer;
        list-style: none;
        display: inline-block;
        margin: auto 0.3125rem; }
        .government-page .paragraph-slider-block-content .slick-dots li.slick-active button {
          background: #303c42; }
      .government-page .paragraph-slider-block-content .slick-dots button {
        text-indent: -99999px;
        border-radius: 50%;
        background: #d8d8d8;
        border: none;
        width: 10px;
        height: 10px;
        display: inline-block;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        .government-page .paragraph-slider-block-content .slick-dots button:active {
          border: none; }
        .government-page .paragraph-slider-block-content .slick-dots button:focus {
          outline: 0 !important; }
    .government-page .paragraph-slider-block-content .slick-slide {
      padding: 1em 2.5em; }
      @media only screen and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .slick-slide {
          margin: 2.5em;
          padding: 1em 2em; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .government-page .paragraph-slider-block-content .slick-slide {
          padding: 1em 1.5em; } }
      .government-page .paragraph-slider-block-content .slick-slide:focus {
        outline: 0 !important; }
      .government-page .paragraph-slider-block-content .slick-slide .image {
        height: 171px;
        width: auto;
        overflow: hidden;
        position: relative; }
        @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
          .government-page .paragraph-slider-block-content .slick-slide .image {
            height: 150px; } }
        @media only screen and (max-width: 47.9375rem) {
          .government-page .paragraph-slider-block-content .slick-slide .image {
            height: 130px; } }
        .government-page .paragraph-slider-block-content .slick-slide .image img {
          position: absolute;
          top: -50%;
          left: 0;
          right: 0; }
      .government-page .paragraph-slider-block-content .slick-slide .inner a {
        color: #333; }
        @media only screen and (max-width: 47.9375rem) {
          .government-page .paragraph-slider-block-content .slick-slide .inner a {
            padding: 0.5em; } }
      .government-page .paragraph-slider-block-content .slick-slide .inner .title {
        margin: 6% auto;
        font-family: Mulish, sans-serif;
        font-size: 1.3125rem;
        font-weight: bold;
        line-height: 1.625rem;
        text-align: left;
        display: block;
        padding-bottom: 12%;
        min-height: 120px; }
        @media only screen and (max-width: 47.9375rem) {
          .government-page .paragraph-slider-block-content .slick-slide .inner .title {
            min-height: auto;
            padding-bottom: 5%;
            font-size: 1.125rem; } }
      .government-page .paragraph-slider-block-content .slick-slide .inner .body {
        position: relative;
        font-size: 0;
        text-align: left;
        margin: 5% auto; }
        .government-page .paragraph-slider-block-content .slick-slide .inner .body a {
          height: 11px;
          color: #333;
          font-family: Mulish, sans-serif;
          font-size: 1.075rem;
          line-height: 0;
          border: 1px solid #333;
          text-transform: uppercase;
          padding: 1em 2em;
          left: 0;
          border-radius: 3px; }
          @media only screen and (max-width: 47.9375rem) {
            .government-page .paragraph-slider-block-content .slick-slide .inner .body a {
              padding: 0.9em 0.9em !important; } }
    .government-page .paragraph-slider-block-content .field-title {
      margin-bottom: 1.25rem; }
      .government-page .paragraph-slider-block-content .field-title::before {
        width: 44px;
        height: 7px; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .field-title {
          padding: 0; } }
    .government-page .paragraph-slider-block-content .slick-slider {
      padding: 0 calc($paddingPercent - 4.375rem); }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .slick-slider {
          padding: 0 calc($paddingPercent - 3.125rem);
          margin-left: -0.9375rem;
          margin-right: -0.9375rem; } }
    .government-page .paragraph-slider-block-content .draggable {
      padding: 0 4.375rem;
      position: relative; }
      .government-page .paragraph-slider-block-content .draggable::before, .government-page .paragraph-slider-block-content .draggable::after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 100%;
        position: absolute;
        top: 0;
        color: #d0d0d0;
        font-size: 12.5rem;
        line-height: 10.625rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #fff;
        z-index: 2; }
      .government-page .paragraph-slider-block-content .draggable::before {
        left: 0;
        content: "\0201c"; }
      .government-page .paragraph-slider-block-content .draggable::after {
        right: 0;
        content: "\0201d"; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .government-page .paragraph-slider-block-content .draggable {
          padding: 0 3.125rem; }
          .government-page .paragraph-slider-block-content .draggable::before, .government-page .paragraph-slider-block-content .draggable::after {
            width: 50px;
            font-size: 10rem;
            line-height: 8.125rem; } }
      .government-page .paragraph-slider-block-content .draggable .slick-slide {
        padding: 0; }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .government-page .paragraph-slider-block-content .draggable .slick-slide {
            margin: 0; }
            .government-page .paragraph-slider-block-content .draggable .slick-slide p, .government-page .paragraph-slider-block-content .draggable .slick-slide .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-slider-block-content .draggable .slick-slide li {
              padding: 0 0.625rem; } }
    .government-page .paragraph-slider-block-content .slick-prev,
    .government-page .paragraph-slider-block-content .slick-next {
      display: none !important;
      visibility: hidden; }
  .government-page .paragraph-pace-simple-block {
    margin: 0;
    margin-bottom: 3.75rem;
    width: 100vw;
    margin-left: calc(((100vw - 100%) /2) * -1);
    background-color: rgba(48, 60, 66, 0.7);
    padding: 0; }
    .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper {
      max-width: 1027px;
      margin: 0 auto;
      padding: 3.75rem 4% 3.125rem;
      text-align: center; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper {
          padding: 3.125rem 1rem 1.875rem; } }
      .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-title {
        font-size: 2.25rem;
        margin-top: 0; }
        .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-title::before {
          display: none; }
      .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-body {
        max-width: initial;
        font-size: 1rem;
        margin-bottom: 2em; }
      .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-cta-link--not-arow a {
        text-decoration: none;
        font-weight: bold;
        font-family: Mulish, sans-serif;
        margin-bottom: 1.5em;
        margin-top: 0;
        -webkit-transition: background-color 100ms ease-out;
        transition: background-color 100ms ease-out; }
        .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-cta-link--not-arow a::after {
          display: none; }
        .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-cta-link--not-arow a:hover {
          background: #e2ec8c; }
      .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-additional-info p, .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-additional-info li {
        margin: 0; }
      .government-page .paragraph-pace-simple-block .pace-paragraph-wrapper .field-additional-info a {
        color: #333;
        text-decoration: underline; }

.section-page-not-found .paragraph-body-text h2 {
  text-align: left; }

.page-heading {
  background-size: cover;
  background-position: top;
  position: relative;
  overflow: hidden;
  min-height: 5em; }
  @media (max-width: 47.9375rem) {
    .page-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-heading .content {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
  @media (max-width: 31.25rem) {
    .page-heading {
      height: auto !important; } }
  .page-heading .header-content {
    max-width: 1300px; }
    @media (max-width: 47.9375rem) {
      .page-heading .header-content {
        margin: 0.625rem auto !important; } }
  .page-heading picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 47.9375rem) {
      .page-heading picture {
        margin: 0 auto; } }
    .page-heading picture img {
      width: 100%; }
      @media (max-width: 31.25rem) {
        .page-heading picture img {
          display: none; } }
  .page-heading .header-custom-html .badge-dot-html {
    top: 120px;
    right: 30px;
    font-size: 2.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .page-heading .header-custom-html .badge-dot-html {
        top: 60px;
        right: 15px;
        font-size: 1.5rem; } }
  .page-heading .page-heading-overlay .header-content {
    bottom: 20px;
    padding: 0 1rem;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .page-heading .page-heading-overlay .header-content p, .page-heading .page-heading-overlay .header-content .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-heading .page-heading-overlay .header-content li {
      color: #fff; }
    @media only screen and (max-width: 47.9375rem) {
      .page-heading .page-heading-overlay .header-content {
        bottom: 0px; } }
  .page-heading.vertical-align-center .page-heading-overlay .header-content {
    bottom: auto;
    top: 200px; }
    @media only screen and (max-width: 47.9375rem) {
      .page-heading.vertical-align-center .page-heading-overlay .header-content {
        top: 100px; } }
  .page-heading .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 30rem) {
      .page-heading .content {
        position: static; } }
    .page-heading .content:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 43, 73, 0.3); }
  .page-heading .media-preview img {
    width: 100%; }
  .page-heading .media-preview.desktop {
    display: block; }
    @media only screen and (max-width: 47.9375rem) {
      .page-heading .media-preview.desktop {
        display: none; } }
  .page-heading .media-preview.mobile {
    display: none; }
    @media only screen and (max-width: 47.9375rem) {
      .page-heading .media-preview.mobile {
        display: block; } }

.page-content .button-group {
  display: block; }

.page-content ul,
.page-content ol {
  padding-left: 1.125rem; }

.page-content .paragraph-icon-tiles ul,
.page-content .paragraph-icon-group ul,
.page-content .paragraph-case-study-columns ul,
.page-content .paragraph-map ul,
.page-content .paragraph-image-with-overlay-columns ul {
  padding-left: 0;
  width: 100%; }

.node-type-page h1 {
  color: #333; }

.node-type-page .page-content {
  margin-top: 6.25rem; }

.page-protected-page .page-content {
  margin-top: 8em; }

.eligibility-iframe-wrapper {
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .eligibility-iframe-wrapper > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: none; }

.file-image .element-invisible {
  display: none; }

body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em; }
  body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row:after, body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row:before {
    display: none !important; }
  body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row:before, body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row:after {
    display: none; }
  body.node-type-case-study .paragraph-body-text-two-columns.equal-height > .row > .body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2em 1.5em; }

.throbber {
  display: none !important; }

.ti-global-hello-bar-wrapper {
  top: 0; }

.paragraphs-wrapper > div.colored:last-child {
  margin-bottom: -2.25rem; }

.special-title {
  text-align: center;
  font-size: 2.25rem;
  font-family: Muli, sans-serif;
  font-weight: bold;
  letter-spacing: -0.0375rem; }
  .special-title:before {
    width: 35px;
    height: 5px;
    background-color: #c5d339;
    content: "";
    display: block;
    margin: 0 auto;
    text-align: left;
    margin-bottom: .5em; }

.section-instagram .page-heading {
  display: none; }

.section-instagram .special-title {
  display: inline-block;
  margin-top: 2em;
  line-height: 1em; }

.row {
  max-width: 1300px; }

.landing-paragraph .field-title {
  margin-top: 0; }

.header-salesforce {
  left: 0;
  top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--header-salesforce-height);
  width: 100%;
  padding: 0 var(--padding-side);
  background: #FFF;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }

.page-salesforce #page-title {
  padding: 5rem var(--padding-side) 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center; }

.page-salesforce #main-wrapper {
  margin-top: 0 !important;
  padding-top: 0; }

.page-salesforce .webform-submission-form {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125rem;
  padding: 0 var(--padding-side);
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.page-salesforce .webform-submission-form .form-item {
  position: relative; }

.page-salesforce .webform-submission-form .form-item + .form-item {
  margin-top: 2.5rem; }

.page-salesforce .webform-submission-form .form-item label {
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 12px;
  left: 0;
  color: rgba(48, 60, 66, 0.7);
  cursor: text;
  margin: 0;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 50; }

.page-salesforce .webform-submission-form .form-item label,
.page-salesforce .webform-submission-form .form-item [type="text"],
.page-salesforce .webform-submission-form .form-item [type="email"],
.page-salesforce .webform-submission-form .form-item [type="tel"],
.page-salesforce .webform-submission-form .form-item [type="search"] {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%; }

.page-salesforce .webform-submission-form .form-item [type="text"],
.page-salesforce .webform-submission-form .form-item [type="email"],
.page-salesforce .webform-submission-form .form-item [type="tel"],
.page-salesforce .webform-submission-form .form-item [type="search"],
.page-salesforce .webform-submission-form .form-item textarea,
.page-salesforce .webform-submission-form .form-item select {
  width: 100%;
  height: 48px;
  padding: 0.625rem 0 0.4375rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(48, 60, 66, 0.7);
  margin: 0;
  color: rgba(48, 60, 66, 0.7);
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-salesforce .webform-submission-form .form-item:focus,
.page-salesforce .webform-submission-form .form-item .form-text:focus ~ label,
.page-salesforce .webform-submission-form .form-item textarea:focus ~ label {
  color: #303C42;
  cursor: pointer;
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }

.page-salesforce .webform-submission-form .form-item [type="text"]:focus,
.page-salesforce .webform-submission-form .form-item [type="email"]:focus,
.page-salesforce .webform-submission-form .form-item [type="tel"]:focus,
.page-salesforce .webform-submission-form .form-item [type="search"]:focus,
.page-salesforce .webform-submission-form .form-item textarea:focus,
.page-salesforce .webform-submission-form .form-item select:focus {
  background-color: #fff;
  border-color: #afbac7; }

.page-salesforce .webform-submission-form .form-item [type="text"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-webkit-input-placeholder,
.page-salesforce .webform-submission-form .form-item select::-webkit-input-placeholder {
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-moz-placeholder,
.page-salesforce .webform-submission-form .form-item select::-moz-placeholder {
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea:-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item select:-ms-input-placeholder {
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item textarea::-ms-input-placeholder,
.page-salesforce .webform-submission-form .form-item select::-ms-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item [type="text"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="email"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="tel"]::placeholder,
.page-salesforce .webform-submission-form .form-item [type="search"]::placeholder,
.page-salesforce .webform-submission-form .form-item textarea::placeholder,
.page-salesforce .webform-submission-form .form-item select::placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }

.page-salesforce .webform-submission-form .form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #303C42;
  color: rgba(48, 60, 66, 0);
  text-shadow: 0 0 0 #303C42;
  position: relative;
  left: 0;
  height: 37px; }

@media (max-width: 30rem) {
  .menu-collection .menu-login {
    padding-bottom: 14.125rem; } }

.page-connercial {
  background-color: #F2F6FB; }
  @media (max-width: 30rem) {
    .page-connercial .checklist_section,
    .page-connercial .qualifies-and-paid-cash {
      padding-top: 0 !important; } }
  @media (max-width: 30rem) {
    .page-connercial .teaser-1--grid-3-3-1-1 {
      grid-row-gap: 0 !important; } }
  @media (max-width: 30rem) {
    .page-connercial .statistics__list {
      margin: 0 !important; } }
  @media (max-width: 30rem) {
    .page-connercial .teaser-1--text-content {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 30rem) {
    .page-connercial .icon-group-horizontal.upgrades .upgrades__item-icon {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; } }
  @media (max-width: 30rem) {
    .page-connercial .icon-group-horizontal.upgrades .upgrades__item-title {
      text-align: center !important; } }
  @media (max-width: 30rem) {
    .page-connercial.node-type-section-page:not(.front) .header-imagen-moviles {
      height: 400px !important; } }
  .page-connercial .paragraph-title-and-button {
    background: none !important; }
    @media (max-width: 30rem) {
      .page-connercial .paragraph-title-and-button .content-normal {
        padding-top: 0 !important;
        padding-bottom: 0 !important; } }
  .page-connercial.node-type-section-page:not(.front) .header-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% !important;
    max-width: 100% !important; }
  .page-connercial.node-type-section-page:not(.front) .header-content h1 {
    font-size: 2.9rem !important; }
  .page-connercial .paragraph-qualifies-and-paid-cash + .statistics {
    padding-top: 5rem; }
  .page-connercial .paragraph-title-and-button .columns .field-title {
    font-size: 1.625rem;
    text-align: left;
    color: #615f5f; }
  .page-connercial .paragraph-title-and-button .columns > a {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #515658;
    color: white; }
  .page-connercial .qualifies-and-paid-cash {
    padding-bottom: 5% !important; }
    .page-connercial .qualifies-and-paid-cash .paragraph--type--group-check-list .checklist__title {
      padding-bottom: 0 !important; }
      .page-connercial .qualifies-and-paid-cash .paragraph--type--group-check-list .checklist__title:before {
        width: 0 !important;
        height: 0 !important; }
  .page-connercial .qualifies-and-paid-cash .content > .paragraph--type--title-and-button {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%; }
    @media only screen and (min-width: 48rem) {
      .page-connercial .qualifies-and-paid-cash .content > .paragraph--type--title-and-button {
        width: 30%; } }
    .page-connercial .qualifies-and-paid-cash .content > .paragraph--type--title-and-button .content-normal a {
      float: left; }
  .page-connercial .icon-group-vertical {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .page-connercial .upgrades__content_vertical .upgrades__title {
    border-bottom: 3.5px solid #BFD400;
    width: 80%; }
  .page-connercial .upgrades__content_vertical .upgrades__list_vertical {
    padding-top: 0 !important;
    left: 10%;
    position: relative; }
    .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content {
      float: left;
      padding-left: 6%; }
      .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content .upgrades__item-title {
        text-align: left;
        padding-top: 0.625rem !important; }
      .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content .upgrades__item-description {
        float: left; }
        .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content .upgrades__item-description p, .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content .upgrades__item-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-connercial .upgrades__content_vertical .upgrades__list_vertical .upgrades__item-content .upgrades__item-description li {
          padding-top: 0.125rem; }
  .page-connercial .upgrades__list_vertical {
    grid-template-columns: unset !important;
    grid-auto-rows: unset !important;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding-top: 0 !important; }
    .page-connercial .upgrades__list_vertical .upgrades__item {
      display: block !important; }
    .page-connercial .upgrades__list_vertical .upgrades__item-icon {
      width: 80px;
      height: 80px; }
      @media (max-width: 30rem) {
        .page-connercial .upgrades__list_vertical .upgrades__item-icon {
          -webkit-box-pack: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important; } }
  .page-connercial .quote--blockquote {
    padding-left: 3.4375rem;
    padding-bottom: 1.3125rem;
    bottom: 26px;
    position: relative; }
    .page-connercial .quote--blockquote .quote-para {
      font-size: 1.0625rem;
      font-weight: normal;
      padding-bottom: 0.625rem; }
      @media only screen and (min-width: 48rem) {
        .page-connercial .quote--blockquote .quote-para {
          width: 55%; } }
    .page-connercial .quote--blockquote .quote-header {
      font-size: 1.1875rem;
      font-weight: bold; }
    .page-connercial .quote--blockquote .project-details {
      color: #8b8b8b;
      font-size: 1.125rem;
      padding-top: 1.25rem; }
      .page-connercial .quote--blockquote .project-details:before {
        content: "";
        width: 71px;
        height: 3.5px;
        margin-bottom: 1.0625rem;
        background: #BFD400;
        display: block; }
      .page-connercial .quote--blockquote .project-details p, .page-connercial .quote--blockquote .project-details .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-connercial .quote--blockquote .project-details li {
        font-weight: normal; }
      .page-connercial .quote--blockquote .project-details .project-label {
        color: #8b8b8b;
        font-weight: bold; }
  .page-connercial .paragraph--type--title-3-cards-with-read-more {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .page-connercial .paragraph--type--left-right-paragraphs {
    padding-top: 6%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media only screen and (min-width: 48rem) {
      .page-connercial .paragraph--type--left-right-paragraphs ul.left-images {
        position: relative;
        left: 20%; } }
  @media only screen and (min-width: 48rem) {
    .page-connercial li.image-with-text-overlay:nth-child(2) {
      top: 150px;
      position: relative; } }
  .page-connercial .paragraph-title-and-button .left-block {
    padding-top: 12% !important;
    padding-bottom: 0; }
    .page-connercial .paragraph-title-and-button .left-block .field-commercial-title {
      padding-bottom: 0.75rem;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      color: #303C42;
      letter-spacing: -0.03125rem;
      margin: 1rem auto 0;
      text-align: left;
      font-weight: bold; }
    .page-connercial .paragraph-title-and-button .left-block .field-commercial-description {
      padding-bottom: 2.5rem;
      padding-left: 0;
      padding-right: 0; }
      .page-connercial .paragraph-title-and-button .left-block .field-commercial-description .left-descrip {
        padding: 0 !important;
        text-align: left; }
        .page-connercial .paragraph-title-and-button .left-block .field-commercial-description .left-descrip p, .page-connercial .paragraph-title-and-button .left-block .field-commercial-description .left-descrip .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-connercial .paragraph-title-and-button .left-block .field-commercial-description .left-descrip li {
          color: #8e8e8e;
          font-size: 1.125rem !important; }
    .page-connercial .paragraph-title-and-button .left-block .upgrade-commercial-button {
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-connercial .paragraph-title-and-button .left-block .upgrade-commercial-button a {
        font-family: mulish;
        font-style: normal;
        font-weight: bold;
        font-size: 0.875rem;
        line-height: 1.25rem;
        letter-spacing: 0.09063rem;
        text-transform: uppercase;
        width: auto;
        height: 50px;
        color: #fff;
        padding: 0 0.9375rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        outline: none;
        border: 0;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all;
        -webkit-backface-visibility: hidden;
        background-color: #515658; }
  .page-connercial [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
  .page-connercial .text-center {
    text-align: center !important; }
  .page-connercial [class*="block-grid-"]:before, .page-connercial [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  @media only screen and (min-width: 48rem) {
    .page-connercial .large-block-grid-3 > li:nth-of-type(2n+1) {
      clear: both; } }
  @media only screen and (min-width: 48rem) {
    .page-connercial .large-block-grid-3 > li {
      width: 33.33333%;
      padding: 0 0.625em 1.25em; } }
  .page-connercial [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em; }
  .page-connercial .image-with-text-overlay, .page-connercial .paragraph-case-study-columns ul .case-study-overlay {
    padding: 0.3125rem !important;
    text-align: center; }
  .page-connercial .image-with-text-overlay .overlay-container, .page-connercial .paragraph-case-study-columns ul .case-study-overlay .overlay-container {
    background-color: #333;
    display: inline-block;
    position: relative;
    width: 100%; }
  .page-connercial .image-with-text-overlay .overlay-container .text-overlay, .page-connercial .paragraph-case-study-columns ul .case-study-overlay .overlay-container .text-overlay {
    color: #fff;
    font-family: Muli,sans-serif;
    font-size: 2rem;
    font-weight: normal;
    left: 10px;
    position: absolute;
    right: 10px;
    bottom: 9%;
    z-index: 90;
    line-height: 1; }
  .page-connercial .image-with-text-overlay img, .page-connercial .paragraph-case-study-columns ul .case-study-overlay img {
    width: 100%; }
  .page-connercial .paragraph-quote-image {
    border-left: 30px solid #e1f716;
    border-bottom: 30px solid #e1f716; }
  .page-connercial .paragraph--type--group-check-list {
    width: 30%;
    -webkit-box-flex: 30% !important;
        -ms-flex: 30% !important;
            flex: 30% !important; }
  .page-connercial .upgrades__button a {
    background-color: #515658; }
  .page-connercial .paragraph-icon-group.icon-group-horizontal .upgrades__list {
    grid-template-columns: repeat(5, minmax(auto, 1fr)) !important; }
    @media only screen and (max-width: 47.9375rem) {
      .page-connercial .paragraph-icon-group.icon-group-horizontal .upgrades__list {
        grid-template-columns: repeat(2, minmax(auto, 1fr)) !important; } }
  .page-connercial .paragraph-icon-group.icon-group-horizontal {
    padding-top: 7%;
    padding-bottom: 7%; }
  .page-connercial .paragraph-icon-group .upgrades__list .upgrades__item-title {
    padding-top: 1.875rem; }
  .page-connercial .upgrades__item-icon {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    border: 1px solid #938d8d;
    background-color: white; }
  .page-connercial .upgrades__item {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-connercial .paragraph-icon-group h2.upgrades__title {
    margin: auto !important;
    padding-bottom: 0 !important; }
  .page-connercial .statistics {
    padding-top: 0.625rem; }
  .page-connercial .promotion--inner {
    padding-top: 0.625rem; }
  .page-connercial .promotion[class*="outer_space_gray"] {
    background-color: #555859; }
  .page-connercial .promotion__btn a {
    color: #615f5f;
    background: white;
    font-weight: bold;
    font-size: 0.9375rem;
    padding-left: 4%;
    padding-right: 4%;
    letter-spacing: unset; }
    .page-connercial .promotion__btn a:hover, .page-connercial .promotion__btn a:focus {
      background: white;
      color: #615f5f; }
  .page-connercial .promotion__title:before {
    background: none !important; }
  .page-connercial .promotion--center .promotion--inner .promotion__title {
    margin: auto !important; }
  .page-connercial .block-color--outer_space_gray .statistic__item-title {
    color: white; }
  .page-connercial .block-color--outer_space_gray {
    background-color: #555859; }
  .page-connercial .statistic__item-value {
    font-size: 1.125rem; }
  .page-connercial .statistics__title:before {
    background: none !important;
    background-color: none !important; }
  .page-connercial .field-title--second:before {
    background: none !important;
    background-color: none !important; }
  .page-connercial .paragraph--type--card-with-title-body-read-more {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .page-connercial .paragraph--type--card-with-title-body-read-more .teaser-1--title {
      color: #615f5f;
      font-size: 1.75rem;
      font-weight: bold;
      height: 26%; }
      .page-connercial .paragraph--type--card-with-title-body-read-more .teaser-1--title:before {
        background: none; }
    .page-connercial .paragraph--type--card-with-title-body-read-more .teaser-1--field_body {
      font-size: 1rem; }
    .page-connercial .paragraph--type--card-with-title-body-read-more .teaser-1--field_link a {
      font-family: Mulish;
      font-style: normal;
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      width: 100%;
      height: 50px;
      background-color: #515658;
      color: white !important;
      padding: 0 0.9375rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      outline: none;
      border: 0;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-backface-visibility: hidden; }
      .page-connercial .paragraph--type--card-with-title-body-read-more .teaser-1--field_link a:after {
        background: none;
        width: 0;
        height: 0; }
    .page-connercial .paragraph--type--card-with-title-body-read-more:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  @media only screen and (min-width: 48rem) {
    .page-connercial.node-type-section-page:not(.front) .header-content {
      max-width: 66%; } }
  .page-connercial.node-type-section-page:not(.front) .header-content h1::before {
    width: 20%;
    height: 10px;
    margin: auto;
    margin-bottom: 1.875rem; }
  .page-connercial.node-type-section-page:not(.front) .header-content h1::after {
    content: "";
    width: 20%;
    height: 10px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400;
    /* align-items: center; */
    max-width: 100%;
    margin: auto;
    /* padding-bottom: 10px; */
    margin-top: 1.875rem; }
  .page-connercial #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph-wrapper.paragraph--type--qualifies-and-paid-cash {
    padding-right: 0 !important; }
  .page-connercial .quote--blockquote::before {
    content: "";
    background: url(../../images/green_quote.png) no-repeat 0 0;
    width: 57.8px;
    height: 49.3px; }

.node-type-section-dynamic-page.page-node-1222,
.node-type-section_dynamic_page.page-node-1222 {
  /*
    .header-content__subtitle {
      @include paragraph-2;
      font-family: Mulish;
      font-weight: bold;

      @media (max-width: $tablet-screen-min) {
        @include paragraph-1-mobile;
      }
    }
    */ }
  .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content,
  .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) /2) * -1);
    margin-top: 5.5rem;
    font-family: Mulish; }
    @media (max-width: 31.25rem) {
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title {
      font-family: 'Muli';
      font-weight: normal;
      color: #303C42;
      font-size: 2.25rem;
      line-height: 2.625rem;
      margin: 0 0 2rem;
      letter-spacing: 0;
      padding-bottom: 0;
      margin-top: 0;
      text-align: center; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title::before,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 auto 1.25rem;
        background: #BFD400; }
        @media (max-width: 48rem) {
          .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title::before,
          .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title::before {
            margin-bottom: 1.5625rem;
            margin-left: 0; } }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .row,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .row {
      max-width: 1246px;
      max-width: calc(1216px + ($paddingDLR*2));
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .columns,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .columns {
      padding-left: 0;
      padding-right: 0; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .slick-slide,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .slick-slide {
      padding-left: 1rem;
      padding-right: 1rem; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .wrapper-inner,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .wrapper-inner {
      background: #fff;
      -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
              box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
      margin-bottom: 2rem;
      cursor: pointer; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover {
        -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
                box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54); }
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover .more-link,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover .more-link {
          color: #1975E3 !important;
          text-decoration: none; }
          .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover .more-link::after,
          .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .wrapper-inner.hover .more-link::after {
            content: "";
            background: #1975E3 !important; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .inner,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .inner {
      padding: 2.5rem 1.9375rem;
      text-align: left;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .title,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .title {
      margin-top: 0;
      font-style: normal;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      letter-spacing: 0; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .title::before,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .title::before {
        content: "";
        height: 5px;
        width: 35px;
        display: block;
        margin: 0 0 0.875rem;
        background: #c5d344; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .title a,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .title a {
        color: inherit; }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link {
      font-family: Mulish;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      color: #303C42;
      background: transparent;
      border: 2px solid transparent;
      position: relative;
      padding: 0.1875rem 0.3125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      margin-left: -0.4375rem;
      text-decoration: none;
      margin-top: 0;
      text-align: left;
      float: left;
      width: 110px;
      background: transparent; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link::after,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link::after {
        content: "";
        width: calc(100% - 10px);
        height: 2px;
        background: #303C42;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link:hover,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link:hover {
        color: #1975E3; }
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link:hover::after,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link:hover::after {
          background: #1975E3; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link:focus,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link:focus {
        text-decoration: none;
        color: #1975E3;
        border-color: #1975E3; }
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link:focus::after,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link:focus::after {
          background: #1975E3; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled {
        color: #ADBAC9; }
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled::after,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled::after {
          background: #ADBAC9; }
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:hover, .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:focus,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:hover,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:focus {
          color: #ADBAC9;
          border-color: #ADBAC9; }
          .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:hover::after, .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:focus::after,
          .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:hover::after,
          .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link.disabled:focus::after {
            background: #ADBAC9; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .more-link:hover,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .more-link:hover {
        border-color: transparent; }
  @media (max-width: 47.9375rem) {
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content {
      margin-top: 4rem; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin: 0 0 0.9375rem; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .martop-3,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .martop-3 {
        margin-top: 2.8125rem; }
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .inner,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .inner {
        padding: 2rem 1.5rem; } }
  .node-type-section-dynamic-page.page-node-1222 .section-dynamic-page,
  .node-type-section_dynamic_page.page-node-1222 .section-dynamic-page {
    /*
      .header-images__desktop {
        max-height: 560px;
      }

      .header-content__subtitle {
        margin: 35px 0 15px;
      }*/ }
    .node-type-section-dynamic-page.page-node-1222 .section-dynamic-page .title--dark .header-content__subtitle,
    .node-type-section_dynamic_page.page-node-1222 .section-dynamic-page .title--dark .header-content__subtitle {
      color: rgba(48, 60, 66, 0.7) !important; }
  @media (max-width: 48rem) {
    .node-type-section-dynamic-page.page-node-1222 .section-roofing-page .paragraph-slider-block-content,
    .node-type-section_dynamic_page.page-node-1222 .section-roofing-page .paragraph-slider-block-content {
      padding-top: 0; } }
  .node-type-section-dynamic-page.page-node-1222 .section-dynamic-page,
  .node-type-section_dynamic_page.page-node-1222 .section-dynamic-page {
    max-width: none;
    width: 100%; }
  .node-type-section-dynamic-page.page-node-1222 .section-roofing-page .paragraph-slider-block-content,
  .node-type-section_dynamic_page.page-node-1222 .section-roofing-page .paragraph-slider-block-content {
    background-color: transparent; }
  .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA,
  .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA {
    margin: 5.5rem auto; }
    .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .columns,
    .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .columns {
      padding-left: var(--padding-side);
      padding-right: var(--padding-side); }
    .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title,
    .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title {
      margin-bottom: 3.125rem; }
    .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .ti-cta-phone,
    .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .ti-cta-phone {
      font-family: Mulish;
      font-style: normal;
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.6875rem;
      text-align: center;
      color: rgba(48, 60, 66, 0.7);
      margin-top: 3.125rem !important; }
      @media (max-width: 31.25rem) {
        .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .ti-cta-phone,
        .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .ti-cta-phone {
          text-align: left; } }
      .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .ti-cta-phone a[href^="tel:"],
      .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .ti-cta-phone a[href^="tel:"] {
        font-size: inherit; }
    @media (max-width: 31.25rem) {
      .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA p[style*="text-align"], .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li[style*="text-align"], .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA li[style*="text-align"],
      .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA p[style*="text-align"],
      .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li[style*="text-align"],
      .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA li[style*="text-align"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA p[style*="text-align"] .cta-green, .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li[style*="text-align"] .cta-green, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA li[style*="text-align"] .cta-green,
        .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA p[style*="text-align"] .cta-green,
        .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li[style*="text-align"] .cta-green,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA li[style*="text-align"] .cta-green {
          margin-left: 0; } }
  .node-type-section-dynamic-page.page-node-1222 .paragraph-cards--style-4,
  .node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-4 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem; }
    @media (max-width: 48rem) {
      .node-type-section-dynamic-page.page-node-1222 .paragraph-cards--style-4,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-4 {
        padding-top: 3rem;
        padding-bottom: 4.5625rem; } }
    .node-type-section-dynamic-page.page-node-1222 .paragraph-cards--style-4 .field-card__image img,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-4 .field-card__image img {
      max-width: none; }
  .node-type-section-dynamic-page.page-node-1222 .promotion,
  .node-type-section_dynamic_page.page-node-1222 .promotion {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto; }
  .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title,
  .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title,
  .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title,
  .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title {
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
    margin-top: 0; }
    @media (max-width: 48rem) {
      .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title,
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title,
      .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title {
        text-align: left;
        margin-left: 0;
        padding-bottom: 2.375rem; } }
    @media (max-width: 30rem) {
      .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title,
      .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title,
      .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title,
      .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title::before,
    .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title::before,
    .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title::before,
    .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .node-type-section-dynamic-page.page-node-1222 #tiBottomCTA .field-title::before,
        .node-type-section-dynamic-page.page-node-1222 .paragraph-slider-block-content .field-title::before,
        .node-type-section_dynamic_page.page-node-1222 #tiBottomCTA .field-title::before,
        .node-type-section_dynamic_page.page-node-1222 .paragraph-slider-block-content .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }

.node-type-section-dynamic-page p, .node-type-section-dynamic-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page li,
.node-type-section_dynamic_page p,
.node-type-section_dynamic_page .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page li {
  font-family: Mulish;
  font-size: 1rem;
  line-height: 2.4375rem;
  letter-spacing: 0;
  margin: 0; }
  .node-type-section-dynamic-page p + p, .node-type-section-dynamic-page .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page li + p, .node-type-section-dynamic-page .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page p + li, .node-type-section-dynamic-page .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page li + li,
  .node-type-section_dynamic_page p + p,
  .node-type-section_dynamic_page .guidelines-landing-page .state-tiles > .state-tiles-texts li + p,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page li + p,
  .node-type-section_dynamic_page .guidelines-landing-page .state-tiles > .state-tiles-texts p + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page p + li,
  .node-type-section_dynamic_page .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page li + li {
    margin-top: 1.5rem; }

.node-type-section-dynamic-page #page-bottom,
.node-type-section_dynamic_page #page-bottom {
  padding-bottom: 2em; }

.node-type-section-dynamic-page .page-content,
.node-type-section_dynamic_page .page-content {
  overflow: hidden; }

.node-type-section-dynamic-page .paragraph-pace-double-cta,
.node-type-section_dynamic_page .paragraph-pace-double-cta {
  margin: 5.625rem 0 3.75rem; }
  .node-type-section-dynamic-page .paragraph-pace-double-cta h2.field-title,
  .node-type-section_dynamic_page .paragraph-pace-double-cta h2.field-title {
    font-family: 'Muli';
    font-weight: normal;
    color: #303C42;
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0 0 2rem;
    letter-spacing: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-weight: bold; }
    .node-type-section-dynamic-page .paragraph-pace-double-cta h2.field-title::before,
    .node-type-section_dynamic_page .paragraph-pace-double-cta h2.field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .node-type-section-dynamic-page .paragraph-pace-double-cta h2.field-title::before,
        .node-type-section_dynamic_page .paragraph-pace-double-cta h2.field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
  .node-type-section-dynamic-page .paragraph-pace-double-cta .field-cta-link a,
  .node-type-section_dynamic_page .paragraph-pace-double-cta .field-cta-link a {
    background: #fff;
    border: 1px solid #303c42;
    font-size: 0.875rem;
    letter-spacing: 0.09063rem;
    line-height: 1.125rem;
    text-transform: uppercase; }
    .node-type-section-dynamic-page .paragraph-pace-double-cta .field-cta-link a:after,
    .node-type-section_dynamic_page .paragraph-pace-double-cta .field-cta-link a:after {
      display: none; }

.node-type-section-dynamic-page .paragraph-subsection-form .field-title,
.node-type-section_dynamic_page .paragraph-subsection-form .field-title {
  margin-top: 0;
  font-family: 'Muli';
  font-weight: normal;
  color: #303C42;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin: 0 0 2rem;
  letter-spacing: 0;
  padding-bottom: 0;
  font-weight: bold;
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }
  .node-type-section-dynamic-page .paragraph-subsection-form .field-title::before,
  .node-type-section_dynamic_page .paragraph-subsection-form .field-title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .node-type-section-dynamic-page .paragraph-subsection-form .field-title::before,
      .node-type-section_dynamic_page .paragraph-subsection-form .field-title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }

.node-type-section-dynamic-page .paragraph-subsection-form input,
.node-type-section_dynamic_page .paragraph-subsection-form input {
  margin-bottom: 0; }

@media (max-width: 47.9375rem) {
  .node-type-section-dynamic-page .paragraph-subsection-form .form-item + [class*="form-"],
  .node-type-section_dynamic_page .paragraph-subsection-form .form-item + [class*="form-"] {
    margin-top: 0.625rem !important; } }

.node-type-section-dynamic-page .paragraph-subsection-form,
.node-type-section_dynamic_page .paragraph-subsection-form {
  margin-top: 6.25rem; }

.node-type-section-dynamic-page .paragraph-faq + .paragraph-subsection-text,
.node-type-section_dynamic_page .paragraph-faq + .paragraph-subsection-text {
  margin-top: -4em; }

.node-type-section-dynamic-page .paragraph-subsection-text,
.node-type-section_dynamic_page .paragraph-subsection-text {
  padding-top: 6.5625rem;
  counter-reset: ul-number; }
  .node-type-section-dynamic-page .paragraph-subsection-text + .paragraph-faq,
  .node-type-section_dynamic_page .paragraph-subsection-text + .paragraph-faq {
    margin-top: 7.625rem; }
  .node-type-section-dynamic-page .paragraph-subsection-text ul,
  .node-type-section_dynamic_page .paragraph-subsection-text ul {
    margin: 0; }
  .node-type-section-dynamic-page .paragraph-subsection-text p, .node-type-section-dynamic-page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text li,
  .node-type-section-dynamic-page .paragraph-subsection-text li,
  .node-type-section_dynamic_page .paragraph-subsection-text p,
  .node-type-section_dynamic_page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text li,
  .node-type-section_dynamic_page .paragraph-subsection-text li {
    font-family: Mulish;
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0;
    margin: 0;
    color: #303C42; }
  .node-type-section-dynamic-page .paragraph-subsection-text p + p, .node-type-section-dynamic-page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text li + p, .node-type-section-dynamic-page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text p + li, .node-type-section-dynamic-page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text li + li,
  .node-type-section_dynamic_page .paragraph-subsection-text p + p,
  .node-type-section_dynamic_page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li + p,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text li + p,
  .node-type-section_dynamic_page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts p + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text p + li,
  .node-type-section_dynamic_page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text li + li {
    margin-top: 0; }
  .node-type-section-dynamic-page .paragraph-subsection-text.type-default p, .node-type-section-dynamic-page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text.type-default li,
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default p,
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default li {
    text-align: center; }
    .node-type-section-dynamic-page .paragraph-subsection-text.type-default p + p, .node-type-section-dynamic-page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text.type-default li + p, .node-type-section-dynamic-page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text.type-default p + li, .node-type-section-dynamic-page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section-dynamic-page .paragraph-subsection-text.type-default li + li,
    .node-type-section_dynamic_page .paragraph-subsection-text.type-default p + p,
    .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + p,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default li + p,
    .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts p + li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default p + li,
    .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default li + li {
      margin-top: 1.5rem; }
  .node-type-section-dynamic-page .paragraph-subsection-text h4,
  .node-type-section_dynamic_page .paragraph-subsection-text h4 {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 150%;
    color: #303C42;
    margin: 0 0 1.5rem; }
  .node-type-section-dynamic-page .paragraph-subsection-text a,
  .node-type-section_dynamic_page .paragraph-subsection-text a {
    font-family: Muli;
    color: #385DD1; }
    .node-type-section-dynamic-page .paragraph-subsection-text a:hover,
    .node-type-section_dynamic_page .paragraph-subsection-text a:hover {
      color: #17CACE; }
  .node-type-section-dynamic-page .paragraph-subsection-text li,
  .node-type-section_dynamic_page .paragraph-subsection-text li {
    counter-increment: ul-nummber;
    list-style: none; }
    .node-type-section-dynamic-page .paragraph-subsection-text li::before,
    .node-type-section_dynamic_page .paragraph-subsection-text li::before {
      content: counter(ul-nummber);
      font-size: 0.625rem;
      margin-right: 0.3125rem;
      position: relative;
      top: -10px; }
    .node-type-section-dynamic-page .paragraph-subsection-text li + li,
    .node-type-section_dynamic_page .paragraph-subsection-text li + li {
      margin-top: 0.5rem; }

.node-type-section-dynamic-page .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .row-wrapper:last-child,
.node-type-section_dynamic_page .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .row-wrapper:last-child {
  padding-top: 2.8125rem; }

main {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  padding-top: var(--header-height) !important; }

.page-storm-protection .page-heading .content::after {
  background: none !important; }

.front.node-type-section-page .header-content form .field-cta-link:after {
  background: none !important;
  width: 0 !important;
  height: 0 !important; }

@media (max-width: 63.9375rem) {
  .node-type-landing-page .page-heading,
  .node-type-section-page .page-heading {
    max-height: auto; } }

.node-type-landing-page .page-heading .page-heading-overlay .header-content,
.node-type-section-page .page-heading .page-heading-overlay .header-content {
  bottom: inherit;
  top: 30%; }
  @media (max-width: 63.9375rem) {
    .node-type-landing-page .page-heading .page-heading-overlay .header-content,
    .node-type-section-page .page-heading .page-heading-overlay .header-content {
      top: auto !important;
      bottom: 0 !important; } }

.node-type-landing-page .header-content h1,
.node-type-section-page .header-content h1 {
  text-align: left;
  font-size: 1.125rem;
  color: #212121;
  font-family: Muli;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.01875rem;
  color: #212121; }
  .node-type-landing-page .header-content h1:before,
  .node-type-section-page .header-content h1:before {
    width: 35px;
    height: 5px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0;
    text-align: left;
    margin-bottom: 0.5em; }

.node-type-landing-page .header-content .description,
.node-type-section-page .header-content .description {
  font-family: Mulish, sans-serif;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.2; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-landing-page .header-content .description,
    .node-type-section-page .header-content .description {
      font-size: 1.5rem; } }

.node-type-landing-page .header-content .description-second,
.node-type-section-page .header-content .description-second {
  font-family: Mulish, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0.625rem;
  margin-bottom: 1em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-landing-page .header-content .description-second,
    .node-type-section-page .header-content .description-second {
      font-size: 1.5rem;
      display: none; } }

.node-type-landing-page .header-content form,
.node-type-section-page .header-content form {
  max-width: 100%; }
  .node-type-landing-page .header-content form .form-item,
  .node-type-section-page .header-content form .form-item {
    display: inline; }
  .node-type-landing-page .header-content form .form-item-address,
  .node-type-section-page .header-content form .form-item-address {
    max-width: 437px;
    float: left;
    margin: 0;
    line-height: 0; }
    .node-type-landing-page .header-content form .form-item-address input,
    .node-type-section-page .header-content form .form-item-address input {
      line-height: 1.875rem;
      height: auto;
      padding-left: 3em;
      border: 0;
      background-image: url("../../images/house-icon.png");
      -webkit-box-shadow: none;
              box-shadow: none;
      background-size: 15px 15px;
      background-repeat: no-repeat;
      background-position: 18px 13px; }
  .node-type-landing-page .header-content form .field-cta-link,
  .node-type-section-page .header-content form .field-cta-link {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #bfd400;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303c41;
    font-weight: 600;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    margin-left: 0.625rem; }
    .node-type-landing-page .header-content form .field-cta-link:after,
    .node-type-section-page .header-content form .field-cta-link:after {
      content: "";
      background: url("../../images/right-arrow.svg");
      width: 23px;
      height: 12px;
      background-size: 23px;
      display: inline-block;
      float: right;
      background-position: center;
      margin: 0.3125rem 0 0 0.3125rem; }

.node-type-landing-page .paragraph-landing-blog-listing .wrapper-inner img,
.node-type-section-page .paragraph-landing-blog-listing .wrapper-inner img {
  -o-object-fit: cover;
     object-fit: cover; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .node-type-landing-page .header-content,
  .node-type-section-page .header-content {
    width: 80% !important;
    background: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.22);
    padding: 1.125rem !important;
    top: 20% !important; }
    .node-type-landing-page .header-content h1,
    .node-type-section-page .header-content h1 {
      font-size: 1.6875rem !important; }
    .node-type-landing-page .header-content form input,
    .node-type-section-page .header-content form input {
      width: 100%;
      margin: 0; }
    .node-type-landing-page .header-content form button.field-cta-link,
    .node-type-section-page .header-content form button.field-cta-link {
      width: 100%;
      margin: 1em 0 0; }
  .node-type-landing-page .paragraph-landing-video-quote .video,
  .node-type-section-page .paragraph-landing-video-quote .video {
    margin: 0;
    padding: 0; }
  .node-type-landing-page .paragraph-landing-video-quote .quote-wrapper,
  .node-type-section-page .paragraph-landing-video-quote .quote-wrapper {
    margin-top: 0;
    background: white;
    width: 90%;
    margin-right: 5%;
    padding: 2em; }
  .node-type-landing-page .paragraph-landing-text-image-block,
  .node-type-section-page .paragraph-landing-text-image-block {
    margin-top: -11.25rem; } }

.landing-paragraph,
.paragraph-advanced-icon-list {
  letter-spacing: 0;
  margin-top: 4em; }
  .landing-paragraph .field-super-title,
  .paragraph-advanced-icon-list .field-super-title {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
    font-family: Mulish;
    position: relative;
    width: 180px;
    margin-bottom: -0.625rem; }
    .landing-paragraph .field-super-title:before,
    .paragraph-advanced-icon-list .field-super-title:before {
      content: "/";
      display: inline-block;
      background-image: url("../../images/ygrene-logo.png");
      background-repeat: no-repeat;
      width: 138px;
      height: 53px;
      display: inline-block;
      background-position: left;
      font-family: none;
      font-size: 3.125rem;
      line-height: 3.125rem;
      font-weight: lighter;
      margin-bottom: 1.125rem; }
    .landing-paragraph .field-super-title span,
    .paragraph-advanced-icon-list .field-super-title span {
      display: inline-block;
      width: 110px;
      position: absolute;
      left: 110px;
      top: 20%;
      width: 200px;
      font-weight: bold; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .landing-paragraph .field-super-title span,
        .paragraph-advanced-icon-list .field-super-title span {
          width: auto;
          top: 10%; } }
  .landing-paragraph picture,
  .paragraph-advanced-icon-list picture {
    width: 100%; }
    .landing-paragraph picture img,
    .paragraph-advanced-icon-list picture img {
      width: 100%; }
  .landing-paragraph .field-title,
  .landing-paragraph .quote,
  .landing-paragraph .title,
  .paragraph-advanced-icon-list .field-title,
  .paragraph-advanced-icon-list .quote,
  .paragraph-advanced-icon-list .title {
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-family: Muli;
    font-weight: bold;
    letter-spacing: -0.0375rem; }
    .landing-paragraph .field-title:before,
    .landing-paragraph .quote:before,
    .landing-paragraph .title:before,
    .paragraph-advanced-icon-list .field-title:before,
    .paragraph-advanced-icon-list .quote:before,
    .paragraph-advanced-icon-list .title:before {
      width: 35px;
      height: 5px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
  .landing-paragraph .field-subtitle,
  .paragraph-advanced-icon-list .field-subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-family: Muli; }
  .landing-paragraph .field-link a,
  .paragraph-advanced-icon-list .field-link a {
    font-size: 1.25rem;
    color: #c5d54f;
    letter-spacing: 0;
    text-decoration: underline; }
  .landing-paragraph .field-body,
  .paragraph-advanced-icon-list .field-body {
    font-weight: 100;
    font-size: 1.3125rem;
    font-family: Mulish, sans-serif; }
  .landing-paragraph .body,
  .paragraph-advanced-icon-list .body {
    font-weight: 100;
    font-family: Mulish, sans-serif; }
  .landing-paragraph .field-cta-text,
  .paragraph-advanced-icon-list .field-cta-text {
    width: auto;
    display: inline-block;
    width: 49%; }
  .landing-paragraph .field-cta-link,
  .paragraph-advanced-icon-list .field-cta-link {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.18);
    background-color: #c5d54f;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    width: auto;
    text-transform: uppercase; }
    .landing-paragraph .field-cta-link a,
    .paragraph-advanced-icon-list .field-cta-link a {
      height: 18px;
      font-size: 0.875rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center;
      color: #363636; }

.paragraph-landing-text-block .field-body {
  text-align: center; }

.paragraph-landing-text-block p, .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-text-block li {
  font-family: Mulish, sans-serif; }

.paragraph-landing-video-quote {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1em; }
  .paragraph-landing-video-quote .martop-3,
  .paragraph-landing-video-quote .quote-wrapper,
  .paragraph-landing-video-quote .video-quote-wrapper {
    margin: 0;
    padding: 0; }
  .paragraph-landing-video-quote .quote-wrapper {
    float: left;
    padding: 1.25rem 2rem;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    height: calc(100% + 40px);
    margin-top: -1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-video-quote .quote-wrapper {
        height: auto;
        margin-top: 0; } }
  .paragraph-landing-video-quote .field-title {
    margin-bottom: 3.4375rem;
    display: inline-block;
    width: 100%;
    margin-top: 0.9375rem; }
  .paragraph-landing-video-quote .paragraph-landing-video-quote-inner {
    display: block;
    width: 100%;
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(auto, 58%) minmax(auto, 42%); }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-video-quote .paragraph-landing-video-quote-inner {
        grid-template-columns: 1fr; } }
    .paragraph-landing-video-quote .paragraph-landing-video-quote-inner .large-7,
    .paragraph-landing-video-quote .paragraph-landing-video-quote-inner .large-5 {
      width: 100%; }
  .paragraph-landing-video-quote .quote-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .paragraph-landing-video-quote .quote-author-image {
    margin-right: 0.625rem; }
    .paragraph-landing-video-quote .quote-author-image img {
      border-radius: 50%;
      height: 70px;
      width: 70px; }
  .paragraph-landing-video-quote .quote {
    text-align: left;
    letter-spacing: 0;
    line-height: 2.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: Mulish, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 1em; }
    .paragraph-landing-video-quote .quote:before {
      text-align: left !important;
      margin: 0 !important; }
  .paragraph-landing-video-quote .video {
    padding: 0;
    margin: 0; }
  .paragraph-landing-video-quote iframe {
    width: 100% !important;
    min-height: 415px; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-video-quote iframe {
        min-height: auto;
        height: 200px; } }
  .paragraph-landing-video-quote .quote-author-info {
    float: right;
    width: 85%;
    text-align: left;
    font-family: Mulish, sans-serif; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-video-quote .quote-author-info {
        width: 70%; } }
    .paragraph-landing-video-quote .quote-author-info h6 {
      font-family: Helvetica, sans-serif; }
  .paragraph-landing-video-quote .field-cta-text {
    font-weight: bold;
    font-family: Mulish, sans-serif; }
  .paragraph-landing-video-quote .cta-info-block {
    display: block;
    margin-top: 1em; }
    .paragraph-landing-video-quote .cta-info-block .field-cta-text {
      font-family: Mulish, sans-serif;
      color: #717171;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .paragraph-landing-video-quote .quote-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .paragraph-landing-video-quote .field-cta-link {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .paragraph-landing-video-quote .field-cta-link.columns.small-12.large-4 {
    float: left; }

.front.node-type-section-page .paragraph-landing-video-quote .paragraph-landing-video-quote-inner {
  grid-template-columns: unset; }

.paragraph-landing-image-cta .overlay-content,
.paragraph-landing-light-image-cta .overlay-content {
  margin-top: -18.75rem;
  margin-bottom: 18.75rem; }
  .paragraph-landing-image-cta .overlay-content .field-title,
  .paragraph-landing-light-image-cta .overlay-content .field-title {
    color: #fff;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-family: Mulish, sans-serif; }
    .paragraph-landing-image-cta .overlay-content .field-title:before,
    .paragraph-landing-light-image-cta .overlay-content .field-title:before {
      text-align: left;
      margin: 0 0 0.5em; }
  .paragraph-landing-image-cta .overlay-content .field-subtitle,
  .paragraph-landing-light-image-cta .overlay-content .field-subtitle {
    font-weight: 100;
    color: #fff;
    text-align: left;
    font-family: Mulish, sans-serif; }
    .paragraph-landing-image-cta .overlay-content .field-subtitle a,
    .paragraph-landing-light-image-cta .overlay-content .field-subtitle a {
      text-transform: uppercase;
      font-size: 0.9375rem;
      letter-spacing: normal;
      margin-left: 1.875rem; }

.paragraph-landing-image-list .field-title + .columns {
  margin-top: 4rem; }

.paragraph-landing-image-list .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin: 0 auto; }
  @media (max-width: 47.9375rem) {
    .paragraph-landing-image-list .list {
      grid-template-columns: 1fr;
      max-width: 380px; } }

.landing-image-list-item {
  background: #FFF;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
  padding: 0 1.875rem 1.875rem !important;
  float: none !important;
  width: 100% !important; }
  .landing-image-list-item .field-image {
    margin: 0 -1.875rem 1.875rem; }
  .landing-image-list-item .field-title {
    font-family: Muli;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #303C42 !important;
    text-align: left !important;
    margin: 0 !important;
    letter-spacing: 0 !important; }
    .landing-image-list-item .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 0 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .landing-image-list-item .field-title::before {
          margin-bottom: 1.5625rem; } }

.paragraph-landing-text-image-block {
  text-align: left;
  margin-bottom: 4em; }
  .paragraph-landing-text-image-block .field-title {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 2em;
    font-family: Muli; }
    .paragraph-landing-text-image-block .field-title:before {
      margin: 0 0 0.5em; }
  .paragraph-landing-text-image-block .field-subtitle {
    text-align: left;
    font-weight: bold;
    font-size: 2.25rem; }
  .paragraph-landing-text-image-block .field-image {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
    .paragraph-landing-text-image-block .field-image img {
      width: 100%; }
  .paragraph-landing-text-image-block .field-cta-link:after {
    content: "→";
    float: right; }

.paragraph-landing-icon-grid {
  text-align: center;
  display: inline-block;
  width: 100%; }
  .paragraph-landing-icon-grid .field-icon {
    height: 160px;
    margin-top: 5rem; }
  .paragraph-landing-icon-grid .landing-icon-item .field-title {
    font-size: 1.25rem;
    font-family: Mulish, sans-serif; }
  .paragraph-landing-icon-grid .landing-icon-item .field-subtitle {
    font-family: Mulish, sans-serif; }

.paragraph-landing-text-image-list .inner .body {
  overflow: hidden; }

.paragraph-landing-blog-listing,
.paragraph-landing-text-image-list {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  *zoom: 1;
  margin-top: 5.5rem;
  min-height: 380px;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-landing-blog-listing,
    .paragraph-landing-text-image-list {
      margin-top: 3rem; } }
  @media (min-width: 48rem) {
    .paragraph-landing-blog-listing .list,
    .paragraph-landing-text-image-list .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 1rem; }
    .paragraph-landing-blog-listing .paragraph-landing-text-image-list-item,
    .paragraph-landing-text-image-list .paragraph-landing-text-image-list-item {
      width: 30%; } }
  .paragraph-landing-blog-listing .content,
  .paragraph-landing-text-image-list .content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .paragraph-landing-blog-listing .content:after,
    .paragraph-landing-text-image-list .content:after {
      background: none !important; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-blog-listing .content,
      .paragraph-landing-text-image-list .content {
        grid-template-columns: 1fr; } }
    .paragraph-landing-blog-listing .content .wrapper-outer,
    .paragraph-landing-text-image-list .content .wrapper-outer {
      margin-bottom: 2.1875rem;
      width: 100%;
      height: 100%; }
      .paragraph-landing-blog-listing .content .wrapper-outer .wrapper-inner,
      .paragraph-landing-text-image-list .content .wrapper-outer .wrapper-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; }
      .paragraph-landing-blog-listing .content .wrapper-outer .inner,
      .paragraph-landing-text-image-list .content .wrapper-outer .inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .paragraph-landing-blog-listing .content .wrapper-outer .body,
      .paragraph-landing-text-image-list .content .wrapper-outer .body {
        overflow: hidden;
        margin-top: auto; }
  .paragraph-landing-blog-listing .more,
  .paragraph-landing-text-image-list .more {
    display: none; }
  .paragraph-landing-blog-listing h2,
  .paragraph-landing-text-image-list h2 {
    font-size: 1.5rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-blog-listing h2,
      .paragraph-landing-text-image-list h2 {
        line-height: 5.375rem;
        padding-left: 1.25rem;
        border-top: 2px solid #666;
        border-bottom: 2px solid #666; } }
  .paragraph-landing-blog-listing .inner .body,
  .paragraph-landing-text-image-list .inner .body {
    max-height: 180px; }
  .paragraph-landing-blog-listing .inner .read-less,
  .paragraph-landing-text-image-list .inner .read-less {
    display: none !important; }
  .paragraph-landing-blog-listing .inner.active .body,
  .paragraph-landing-text-image-list .inner.active .body {
    max-height: 100%;
    overflow: visible; }
  .paragraph-landing-blog-listing .inner.active .read-more,
  .paragraph-landing-text-image-list .inner.active .read-more {
    display: none !important; }
  .paragraph-landing-blog-listing .inner.active .read-less,
  .paragraph-landing-text-image-list .inner.active .read-less {
    display: inherit !important; }
  .paragraph-landing-blog-listing .wrapper-outer,
  .paragraph-landing-text-image-list .wrapper-outer {
    position: relative;
    float: left;
    background: white; }
    .paragraph-landing-blog-listing .wrapper-outer img,
    .paragraph-landing-text-image-list .wrapper-outer img {
      width: 100%;
      height: auto; }
    .paragraph-landing-blog-listing .wrapper-outer .inner,
    .paragraph-landing-text-image-list .wrapper-outer .inner {
      background: white;
      display: block;
      margin: 1em auto;
      width: 90%;
      margin-top: -5rem;
      padding: 1em 1em 2em;
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
      z-index: 2;
      position: relative; }
      .paragraph-landing-blog-listing .wrapper-outer .inner .title,
      .paragraph-landing-text-image-list .wrapper-outer .inner .title {
        font-family: Mulish, sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.875rem;
        letter-spacing: 0;
        color: #212121;
        text-align: left;
        min-height: 100px; }
        .paragraph-landing-blog-listing .wrapper-outer .inner .title:before,
        .paragraph-landing-text-image-list .wrapper-outer .inner .title:before {
          width: 35px;
          height: 5px;
          background-color: #c5d54f;
          content: "";
          display: block;
          margin: 0;
          text-align: left;
          margin-bottom: 0.5em;
          margin-top: 1em; }
      .paragraph-landing-blog-listing .wrapper-outer .inner .more-link,
      .paragraph-landing-text-image-list .wrapper-outer .inner .more-link {
        letter-spacing: 0;
        font-size: 1.125rem;
        cursor: pointer;
        text-align: left;
        display: block;
        font-family: Mulish, sans-serif;
        width: 100%;
        text-decoration: underline;
        color: #303c42;
        margin-top: 1.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
      .paragraph-landing-blog-listing .wrapper-outer,
      .paragraph-landing-text-image-list .wrapper-outer {
        width: 100%;
        margin-bottom: 0.25rem; } }
    .paragraph-landing-blog-listing .wrapper-outer .image,
    .paragraph-landing-text-image-list .wrapper-outer .image {
      text-align: center; }
      @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
        .paragraph-landing-blog-listing .wrapper-outer .image,
        .paragraph-landing-text-image-list .wrapper-outer .image {
          width: 100%; }
          .paragraph-landing-blog-listing .wrapper-outer .image img,
          .paragraph-landing-text-image-list .wrapper-outer .image img {
            width: 100%;
            max-height: 330px; } }
      @media (max-width: 64rem) {
        .paragraph-landing-blog-listing .wrapper-outer .image img,
        .paragraph-landing-text-image-list .wrapper-outer .image img {
          width: 100%;
          height: 240px;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media only screen and (min-width: 31.25rem) and (max-width: 63.9375rem) {
      .paragraph-landing-blog-listing .wrapper-outer .more,
      .paragraph-landing-text-image-list .wrapper-outer .more {
        width: 100%;
        height: 240px; } }
    @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
      .paragraph-landing-blog-listing .wrapper-outer .more,
      .paragraph-landing-text-image-list .wrapper-outer .more {
        width: 100%;
        height: auto;
        border-bottom: 4px solid #fff; } }
    .paragraph-landing-blog-listing .wrapper-outer .more a,
    .paragraph-landing-text-image-list .wrapper-outer .more a {
      width: 1px;
      height: 1px;
      display: block;
      padding: 10.3125rem;
      color: transparent; }
    .paragraph-landing-blog-listing .wrapper-outer .more:hover,
    .paragraph-landing-text-image-list .wrapper-outer .more:hover {
      background: rgba(0, 0, 0, 0.3); }
    .paragraph-landing-blog-listing .wrapper-outer .title a,
    .paragraph-landing-text-image-list .wrapper-outer .title a {
      color: #212121; }

.paragraph-landing-video-quote + .paragraph-landing-text-image-list {
  margin-top: 5.5rem; }

.paragraph-body-text {
  margin-top: 3.4375rem; }
  @media (max-width: 47.9375rem) {
    .paragraph-body-text {
      margin-top: 4.6875rem; } }
  .paragraph-body-text .row h2 {
    /*
      font-size: 31px;
      letter-spacing: 2px;
      color: #303c42;*/ }
    @media (max-width: 47.9375rem) {
      .paragraph-body-text .row h2 {
        font-size: 1.375rem; } }

.paragraph-landing-blog-listing .body {
  text-indent: -9999px; }

.paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link {
  text-indent: 0;
  background-color: #c5d54f;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  width: auto;
  text-transform: uppercase;
  margin-top: 0.625rem;
  float: left;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  text-decoration: underline;
  margin-top: 1.875rem;
  background: #bfd400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #404040;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.625rem 0.9375rem;
  font-family: Mulish, sans-serif;
  /*
      &:after {
        content: "→";
        float: right;
        margin-left: 10px;
      }
      */ }

.paragraph-landing-text-image-overlap {
  margin-top: 5.5rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-landing-text-image-overlap {
      margin-top: 3rem; } }
  .paragraph-landing-text-image-overlap .field-body {
    margin-top: 1em;
    font-size: 1.125rem;
    float: left; }
  .paragraph-landing-text-image-overlap > .content > .content {
    width: 50%;
    float: left; }
  .paragraph-landing-text-image-overlap .landing-overlap-text-item {
    -webkit-box-shadow: 50px 20px 44px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 50px 20px 44px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 4em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-text-image-overlap .landing-overlap-text-item {
        padding: 1.25rem;
        margin-bottom: 1.25rem; } }
  .paragraph-landing-text-image-overlap .left .landing-overlap-text-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    z-index: 10; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-text-image-overlap .left .landing-overlap-text-item {
        position: relative;
        width: 100%; } }
  .paragraph-landing-text-image-overlap .right .landing-overlap-text-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
    z-index: 10; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-text-image-overlap .right .landing-overlap-text-item {
        position: relative;
        width: 100%; } }

.paragraph-landing-video-quote .quote:before {
  margin-bottom: 0.5em !important; }

.paragraph-landing-video-quote .cta-info-block .field-cta-text {
  padding: 0;
  color: #888888; }

.paragraph-landing-video-quote .field-title {
  margin-top: 2.8125rem; }

.paragraph-landing-blog-listing .inner .body {
  max-height: 100%; }

.paragraph-landing-icon-simple-grid .field-title {
  margin-bottom: 2em; }

.paragraph-landing-icon-simple-grid .landing-icon-item {
  width: 25%; }
  .paragraph-landing-icon-simple-grid .landing-icon-item .field-title {
    font-size: 1rem;
    font-weight: normal;
    font-family: Mulish, sans-serif;
    margin-top: 1em;
    margin-bottom: 1em; }
    .paragraph-landing-icon-simple-grid .landing-icon-item .field-title:before {
      display: none; }
  .paragraph-landing-icon-simple-grid .landing-icon-item .field-icon {
    text-align: center;
    min-height: 130px; }
    .paragraph-landing-icon-simple-grid .landing-icon-item .field-icon img {
      width: auto; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-landing-icon-simple-grid .landing-icon-item {
    width: 100%; } }

.paragraph-landing-icon-simple-grid .field-subtitle {
  display: none; }

.paragraph-landing-text-image-overlap .field-title {
  color: #000;
  text-align: left; }
  .paragraph-landing-text-image-overlap .field-title:before {
    margin: 0 auto 0 5.5rem; }

.paragraph-landing-text-image-overlap .field-icon {
  float: left;
  margin-right: 1em; }

.paragraph-landing-light-image-cta .field-title {
  color: black !important;
  margin-bottom: 1em; }

.paragraph-landing-light-image-cta .overlay-content {
  margin-top: -25rem;
  margin-bottom: -25rem;
  padding-right: 25%; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-landing-light-image-cta .overlay-content {
      padding-right: 0; } }

.paragraph-landing-1-2-3-video {
  margin-top: 4em; }
  .paragraph-landing-1-2-3-video iframe {
    width: 100% !important; }
  .paragraph-landing-1-2-3-video .content-item {
    cursor: pointer; }
  .paragraph-landing-1-2-3-video .field-title {
    margin-bottom: 2em; }
  .paragraph-landing-1-2-3-video .video-wrapper {
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-1-2-3-video .video-wrapper {
        width: 100%;
        margin-right: 0; } }
    .paragraph-landing-1-2-3-video .video-wrapper .columns {
      padding: 0; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-landing-1-2-3-video .content-wrapper {
      width: 100%;
      margin-left: 0; } }
  .paragraph-landing-1-2-3-video .content-wrapper,
  .paragraph-landing-1-2-3-video .video-wrapper {
    padding-left: 1rem;
    padding-right: 1rem; }
  .paragraph-landing-1-2-3-video .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-weight: bold; }
    .paragraph-landing-1-2-3-video .title a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .paragraph-landing-1-2-3-video .title:before {
      display: none; }
  .paragraph-landing-1-2-3-video .description {
    padding: 1em;
    font-size: 1.125rem;
    width: 300; }
  .paragraph-landing-1-2-3-video .number {
    background: #c5d54f;
    width: 50px;
    display: inline-block;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 3.125rem;
    margin-top: -0.1875rem;
    margin-right: 1.25rem; }
  .paragraph-landing-1-2-3-video .upper-content {
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(230px, auto) auto; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-1-2-3-video .upper-content {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: minmax(180px, auto); } }
  .paragraph-landing-1-2-3-video .item-3 {
    grid-column: 1 / 3; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-1-2-3-video .item-3 {
        grid-column: 1 / 2; } }
  .paragraph-landing-1-2-3-video .content-item {
    display: inline-block;
    background: white;
    -webkit-box-shadow: inset 20px 0 40px -10px rgba(0, 0, 0, 0.12);
            box-shadow: inset 20px 0 40px -10px rgba(0, 0, 0, 0.12); }
    .paragraph-landing-1-2-3-video .content-item:hover {
      -webkit-transform: scale(1.03);
      transform: scale(1.03);
      z-index: 2;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .paragraph-landing-1-2-3-video .content-item a {
      color: #000; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-1-2-3-video .content-item {
        width: 100%; } }
  .paragraph-landing-1-2-3-video .paragraph-landing-1-2-3-video {
    margin-top: 0; }

.front.node-type-section-page .paragraph-landing-1-2-3-video .content-wrapper {
  width: 100%; }

.node-type-landing-page iframe {
  width: 100%; }

.mobile-only {
  display: none; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .mobile-only {
    display: block; }
    .mobile-only .landing-overlap-text-item {
      display: none; }
  .paragraph-landing-text-image-overlap .right .field-image {
    display: none; } }

#tiBottomCTA {
  text-align: center;
  padding: 0;
  margin: 1em auto; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    #tiBottomCTA {
      margin: -1em auto; } }
  #tiBottomCTA h2 {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 2.75rem; }
  #tiBottomCTA a.cta-green {
    background: #bfd400;
    color: #303c41;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    border: 0;
    font-size: 0.9375rem;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    letter-spacing: normal; }
  #tiBottomCTA .ti-cta-phone a {
    color: #2BA6CB !important; }
    #tiBottomCTA .ti-cta-phone a:hover {
      text-decoration: underline;
      color: #289cbe !important; }

.node-type-section-page .header-content {
  background: none;
  /* hint1
  h1 {
    color: white !important;
    display: inline-block;
    font-weight: bold;
    letter-spacing: normal;
    padding: 0;
    font-size: 35px;
    margin: 0 0 10px;
    max-width: 800px;
    text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.7);
  }*/ }

.section-heating-ac .landing-paragraph .field-super-title {
  width: 300px; }

.section-heating-ac .page-heading .page-heading-overlay .header-content {
  max-width: 610px; }
  .section-heating-ac .page-heading .page-heading-overlay .header-content input {
    max-width: 320px; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-1077 .paragraph-pace-cta.type-alternate {
    margin-top: -7em; } }

.paragraph-title-and-button {
  background: #f5f5f6;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-top: 0;
  text-align: center; }
  .paragraph-title-and-button .columns {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .paragraph-title-and-button .columns .field-title {
      font-size: 2.250em;
      font-weight: bold;
      letter-spacing: 0;
      margin-bottom: 3.125rem; }
      .paragraph-title-and-button .columns .field-title:before {
        /* background-color: $green;
        content: "";
        display: block;
        height: 9px;
        margin: 0 auto 25px;
        width: 52px;*/ }
    .paragraph-title-and-button .columns a {
      /* @include button($green, #E2EC8C, #303C41, #303C41, transparent, 0);
      font: {
        family: $muli-font;
        size: 14pt;
        weight: bold;
      }
      text-transform: uppercase;
      padding: 5px 16px;
      min-width: 112px;*/ }
  .paragraph-title-and-button:nth-last-child(2) {
    margin-top: 3.75rem; }
  .paragraph-title-and-button:nth-last-child(1) {
    background: none; }

/**Style new landing design**/
.section-eligible-home-improvements main {
  padding-top: 6.3125rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements main {
      padding-top: 3.875rem; } }
  .section-eligible-home-improvements main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.section-eligible-home-improvements .page-heading {
  max-height: 337px !important; }
  @media (max-width: 63.9375rem) {
    .section-eligible-home-improvements .page-heading {
      max-height: 770px !important; } }
  .section-eligible-home-improvements .page-heading .page-heading-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-eligible-home-improvements .page-heading .header-content {
    left: 0;
    right: 0;
    width: 74%;
    margin: 0 auto; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-eligible-home-improvements .page-heading .header-content {
        width: 100% !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: 2.0625rem; } }
  .section-eligible-home-improvements .page-heading .header-content {
    top: calc(168px - 43px) !important; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .page-heading .header-content {
        position: initial;
        margin-top: 9% !important;
        margin-bottom: 0; } }
    .section-eligible-home-improvements .page-heading .header-content .ygrene--helper-intro h2,
    .section-eligible-home-improvements .page-heading .header-content h1 {
      color: #303c41;
      text-shadow: none !important;
      font-size: 2.16438rem;
      font-weight: 900; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-eligible-home-improvements .page-heading .header-content .ygrene--helper-intro h2,
        .section-eligible-home-improvements .page-heading .header-content h1 {
          line-height: 1; } }
      .section-eligible-home-improvements .page-heading .header-content .ygrene--helper-intro h2:before,
      .section-eligible-home-improvements .page-heading .header-content h1:before {
        height: 8px;
        width: 48px; }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .section-eligible-home-improvements .page-heading .header-content .ygrene--helper-intro h2:before,
          .section-eligible-home-improvements .page-heading .header-content h1:before {
            display: block; } }

.section-eligible-home-improvements .landing-paragraph .field-title {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: left; }
  .section-eligible-home-improvements .landing-paragraph .field-title:before {
    height: 0px;
    width: 0px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .landing-paragraph .field-title {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.section-eligible-home-improvements .landing-paragraph .field-body {
  width: 68%;
  margin: 0 auto 1.5%;
  text-align: left; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .landing-paragraph .field-body {
      width: 95%;
      line-height: 1.625rem;
      font-size: 0.875rem;
      margin-bottom: 5%; } }
  .section-eligible-home-improvements .landing-paragraph .field-body a {
    color: #303c41; }

.section-eligible-home-improvements .paragraph-advanced-icon-list .field-title {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative; }
  .section-eligible-home-improvements .paragraph-advanced-icon-list .field-title:before {
    height: 8px;
    width: 48px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .paragraph-advanced-icon-list .field-title {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.section-eligible-home-improvements .advanced-icon-list,
.section-eligible-home-improvements .paragraph-subsection-advanced-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto; }

.section-eligible-home-improvements .layout-inline {
  background: none; }
  .section-eligible-home-improvements .layout-inline .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding-left: 6%;
    padding-bottom: 0.3125rem;
    font-family: Mulish, sans-serif; }
    .section-eligible-home-improvements .layout-inline .field-title:before {
      height: 5px;
      width: 35px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-eligible-home-improvements .layout-inline .field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    .section-eligible-home-improvements .layout-inline .field-title:before {
      margin: 0 0 0.625rem; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .layout-inline .field-title {
        width: 100%;
        margin-bottom: 5%; } }
  @media (max-width: 63.9375rem) {
    .section-eligible-home-improvements .layout-inline {
      width: 100%; } }
  .section-eligible-home-improvements .layout-inline .columns.small-12 {
    width: 88%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    position: relative;
    margin-top: 2%; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .layout-inline .columns.small-12 {
        padding: 1.875rem 0.625rem; } }
  .section-eligible-home-improvements .layout-inline .field-subtitle {
    text-align: left;
    padding-left: 6%;
    float: left;
    width: 50%;
    margin: 0; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .layout-inline .field-subtitle {
        width: 100%;
        margin-bottom: 5%; } }

.section-eligible-home-improvements .content-normal {
  padding: 3.125rem 0; }
  .section-eligible-home-improvements .content-normal p, .section-eligible-home-improvements .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-eligible-home-improvements .content-normal li {
    color: #303c41; }
  .section-eligible-home-improvements .content-normal a {
    padding: 0.9em 1.7em;
    margin-left: -0.3125rem;
    background-color: #c5d54f;
    color: #303c41;
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    font-weight: 400; }
  .section-eligible-home-improvements .content-normal .field-adittional-info a {
    color: #333 !important;
    font-family: Mulish, sans-serif; }
    .section-eligible-home-improvements .content-normal .field-adittional-info a:hover {
      color: #333 !important; }
  .section-eligible-home-improvements .content-normal .field-adittional-info p, .section-eligible-home-improvements .content-normal .field-adittional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-eligible-home-improvements .content-normal .field-adittional-info li {
    margin-top: 1.25em; }
  .section-eligible-home-improvements .content-normal .field-adittional-info a {
    padding: 0 0.3125rem;
    background-color: transparent;
    font-weight: normal; }
  .section-eligible-home-improvements .content-normal .field-subtitle {
    font-family: Mulish, sans-serif; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .content-normal .field-subtitle {
        padding: 0 0.625rem; } }

.section-eligible-home-improvements .paragraph-landing-icon-grid .field-title {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin: 0 auto; }
  .section-eligible-home-improvements .paragraph-landing-icon-grid .field-title:before {
    height: 0px;
    width: 0px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .paragraph-landing-icon-grid .field-title {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.section-eligible-home-improvements .paragraph-landing-icon-grid .columns .field-subtitle {
  margin: 0 auto;
  padding-left: 0;
  width: 68%; }
  @media (max-width: 63.9375rem) {
    .section-eligible-home-improvements .paragraph-landing-icon-grid .columns .field-subtitle {
      width: 95%; } }

.section-eligible-home-improvements .paragraph-landing-icon-grid .list {
  margin: 0 auto;
  padding-top: 1.5625rem;
  width: 80%; }
  .section-eligible-home-improvements .paragraph-landing-icon-grid .list .landing-icon-item h5.field-title {
    font-size: 1.125rem !important;
    font-family: Mulish, sans-serif;
    padding: 0;
    text-align: center !important;
    letter-spacing: -0.03125rem; }
    .section-eligible-home-improvements .paragraph-landing-icon-grid .list .landing-icon-item h5.field-title:before {
      display: none; }
    @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
      .section-eligible-home-improvements .paragraph-landing-icon-grid .list .landing-icon-item h5.field-title {
        font-size: 1.0625rem !important; } }
  .section-eligible-home-improvements .paragraph-landing-icon-grid .list .landing-icon-item:nth-child(3) h5.field-title {
    position: relative;
    position: relative; }
    .section-eligible-home-improvements .paragraph-landing-icon-grid .list .landing-icon-item:nth-child(3) h5.field-title:after {
      content: "1";
      position: absolute;
      bottom: 0;
      font-size: 0.625rem;
      margin-left: 0.0625rem;
      margin-bottom: 0.625rem; }

.section-eligible-home-improvements .paragraph-landing-icon-grid .field-icon {
  width: 44%;
  margin: 0 auto;
  padding: 4% 0; }
  @media (max-width: 63.9375rem) {
    .section-eligible-home-improvements .paragraph-landing-icon-grid .field-icon {
      width: 50%;
      height: auto;
      margin-bottom: 1.25rem; } }

.section-eligible-home-improvements .paragraph-landing-icon-grid p, .section-eligible-home-improvements .paragraph-landing-icon-grid .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-eligible-home-improvements .paragraph-landing-icon-grid li {
  text-align: left !important;
  font-family: Mulish, sans-serif; }

.section-eligible-home-improvements .paragraph-pace-left-right-text .field-subtitle {
  font-size: 1.1875rem;
  color: #303c41;
  font-family: Mulish, sans-serif; }

.section-eligible-home-improvements .paragraph-pace-left-right-image-text {
  margin-top: 5%; }
  .section-eligible-home-improvements .paragraph-pace-left-right-image-text .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    font-family: Mulish, sans-serif;
    text-align: left;
    width: 100%; }
    .section-eligible-home-improvements .paragraph-pace-left-right-image-text .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-eligible-home-improvements .paragraph-pace-left-right-image-text .field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .paragraph-pace-left-right-image-text .field-title {
        width: 100% !important; } }
  .section-eligible-home-improvements .paragraph-pace-left-right-image-text .extra {
    display: none; }
  .section-eligible-home-improvements .paragraph-pace-left-right-image-text .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .paragraph-pace-left-right-image-text .left {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }
  .section-eligible-home-improvements .paragraph-pace-left-right-image-text .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55% !important; }
    @media (max-width: 63.9375rem) {
      .section-eligible-home-improvements .paragraph-pace-left-right-image-text .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100% !important; } }
    .section-eligible-home-improvements .paragraph-pace-left-right-image-text .right .paragraph-pace-left-right-text.columns {
      padding-left: 26%;
      padding-top: 11%; }
      @media (max-width: 63.9375rem) {
        .section-eligible-home-improvements .paragraph-pace-left-right-image-text .right .paragraph-pace-left-right-text.columns {
          padding-left: 0; } }
  .section-eligible-home-improvements .paragraph-pace-left-right-image-text .field-body {
    margin-bottom: 3em; }

@media (max-width: 63.9375rem) {
  .section-eligible-home-improvements .eligible-single-info .body p, .section-eligible-home-improvements .eligible-single-info .body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-eligible-home-improvements .eligible-single-info .body li {
    text-align: center; } }

.section-eligible-home-improvements .paragraph-subsection-advanced-form.layout-normal .field-title {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative; }
  .section-eligible-home-improvements .paragraph-subsection-advanced-form.layout-normal .field-title:before {
    height: 0px;
    width: 0px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .paragraph-subsection-advanced-form.layout-normal .field-title {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.section-eligible-home-improvements .paragraph-body-text {
  padding: 0.625rem 0 0; }

@media (min-width: 48.0625rem) {
  .section-florida .page-governments .header-content h1,
  .section-california .page-governments .header-content h1 {
    color: #fff !important; } }

/*Comunes langin */
.section-california,
.section-florida,
.section-missouri,
.section-ohio {
  /*
  .info-button__section {
    padding-bottom: 80px;
    .info-button__title {
      font-weight: 600;
    }
    @media (max-width: $tablet-screen-min) {
      padding-bottom: 30px;
    }
  }*/ }
  .section-california .paragraph-title-body-with-editor .field-body p, .section-california .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-title-body-with-editor .field-body li,
  .section-florida .paragraph-title-body-with-editor .field-body p,
  .section-florida .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-title-body-with-editor .field-body li,
  .section-missouri .paragraph-title-body-with-editor .field-body p,
  .section-missouri .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-title-body-with-editor .field-body li,
  .section-ohio .paragraph-title-body-with-editor .field-body p,
  .section-ohio .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-title-body-with-editor .field-body li {
    text-align: center !important; }
    @media (max-width: 30rem) {
      .section-california .paragraph-title-body-with-editor .field-body p, .section-california .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-title-body-with-editor .field-body li,
      .section-florida .paragraph-title-body-with-editor .field-body p,
      .section-florida .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-title-body-with-editor .field-body li,
      .section-missouri .paragraph-title-body-with-editor .field-body p,
      .section-missouri .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-title-body-with-editor .field-body li,
      .section-ohio .paragraph-title-body-with-editor .field-body p,
      .section-ohio .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-title-body-with-editor .field-body li {
        text-align: left !important; } }
  .section-california .slick-prev,
  .section-california .slick-next,
  .section-florida .slick-prev,
  .section-florida .slick-next,
  .section-missouri .slick-prev,
  .section-missouri .slick-next,
  .section-ohio .slick-prev,
  .section-ohio .slick-next {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .section-california .slick-prev::before,
    .section-california .slick-next::before,
    .section-florida .slick-prev::before,
    .section-florida .slick-next::before,
    .section-missouri .slick-prev::before,
    .section-missouri .slick-next::before,
    .section-ohio .slick-prev::before,
    .section-ohio .slick-next::before {
      display: none; }
  .section-california main,
  .section-florida main,
  .section-missouri main,
  .section-ohio main {
    padding-top: 6.3125rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california main,
      .section-florida main,
      .section-missouri main,
      .section-ohio main {
        padding-top: 3.875rem; } }
  .section-california .landing-paragraph .field-title,
  .section-florida .landing-paragraph .field-title,
  .section-missouri .landing-paragraph .field-title,
  .section-ohio .landing-paragraph .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: left !important;
    letter-spacing: -0.03125rem;
    line-height: 2.5rem !important; }
    .section-california .landing-paragraph .field-title:before,
    .section-florida .landing-paragraph .field-title:before,
    .section-missouri .landing-paragraph .field-title:before,
    .section-ohio .landing-paragraph .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california .landing-paragraph .field-title,
      .section-florida .landing-paragraph .field-title,
      .section-missouri .landing-paragraph .field-title,
      .section-ohio .landing-paragraph .field-title {
        width: 95% !important;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-california .landing-paragraph p, .section-california .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .landing-paragraph li,
  .section-florida .landing-paragraph p,
  .section-florida .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .landing-paragraph li,
  .section-missouri .landing-paragraph p,
  .section-missouri .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .landing-paragraph li,
  .section-ohio .landing-paragraph p,
  .section-ohio .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .landing-paragraph li {
    width: 68%;
    margin: 0 auto 1.5%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california .landing-paragraph p, .section-california .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .landing-paragraph li,
      .section-florida .landing-paragraph p,
      .section-florida .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .landing-paragraph li,
      .section-missouri .landing-paragraph p,
      .section-missouri .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .landing-paragraph li,
      .section-ohio .landing-paragraph p,
      .section-ohio .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .landing-paragraph li {
        width: 95%;
        line-height: 1.625rem;
        font-size: 0.875rem;
        margin-bottom: 5%; } }
  .section-california .paragraph-landing-text-block,
  .section-california .paragraphs-wrapper.clearfix > div:nth-child(1),
  .section-florida .paragraph-landing-text-block,
  .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1),
  .section-missouri .paragraph-landing-text-block,
  .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1),
  .section-ohio .paragraph-landing-text-block,
  .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) {
    margin-top: 4.25rem;
    margin-bottom: 6.5rem;
    background: transparent; }
    .section-california .paragraph-landing-text-block .columns,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
    .section-florida .paragraph-landing-text-block .columns,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
    .section-missouri .paragraph-landing-text-block .columns,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
    .section-ohio .paragraph-landing-text-block .columns,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .columns {
      padding: 0; }
    .section-california .paragraph-landing-text-block .field-title,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
    .section-florida .paragraph-landing-text-block .field-title,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
    .section-missouri .paragraph-landing-text-block .field-title,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
    .section-ohio .paragraph-landing-text-block .field-title,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title {
      text-align: center !important;
      max-width: 800px;
      font-weight: 700; }
      .section-california .paragraph-landing-text-block .field-title::before,
      .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
      .section-florida .paragraph-landing-text-block .field-title::before,
      .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
      .section-missouri .paragraph-landing-text-block .field-title::before,
      .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
      .section-ohio .paragraph-landing-text-block .field-title::before,
      .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before {
        width: 43px;
        height: 6px;
        margin-bottom: 1.5rem; }
      @media (max-width: 30rem) {
        .section-california .paragraph-landing-text-block .field-title,
        .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
        .section-florida .paragraph-landing-text-block .field-title,
        .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
        .section-missouri .paragraph-landing-text-block .field-title,
        .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title,
        .section-ohio .paragraph-landing-text-block .field-title,
        .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title {
          text-align: left !important;
          width: 100% !important;
          padding: 0 var(--padding-side); }
          .section-california .paragraph-landing-text-block .field-title::before,
          .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
          .section-florida .paragraph-landing-text-block .field-title::before,
          .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
          .section-missouri .paragraph-landing-text-block .field-title::before,
          .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before,
          .section-ohio .paragraph-landing-text-block .field-title::before,
          .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-title::before {
            width: 35px;
            height: 5px;
            margin-left: 0; } }
    .section-california .paragraph-landing-text-block p, .section-california .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-landing-text-block li,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) p,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) li,
    .section-florida .paragraph-landing-text-block p,
    .section-florida .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-landing-text-block li,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) p,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) li,
    .section-missouri .paragraph-landing-text-block p,
    .section-missouri .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-landing-text-block li,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) p,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) li,
    .section-ohio .paragraph-landing-text-block p,
    .section-ohio .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-landing-text-block li,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) p,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) li {
      font-size: 1.125rem !important;
      max-width: 800px;
      line-height: 1.6875rem;
      text-align: center;
      margin: 0 auto; }
      @media (max-width: 48rem) {
        .section-california .paragraph-landing-text-block p, .section-california .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-landing-text-block li,
        .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) p,
        .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) li,
        .section-florida .paragraph-landing-text-block p,
        .section-florida .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-landing-text-block li,
        .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) p,
        .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) li,
        .section-missouri .paragraph-landing-text-block p,
        .section-missouri .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-landing-text-block li,
        .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) p,
        .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) li,
        .section-ohio .paragraph-landing-text-block p,
        .section-ohio .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-landing-text-block li,
        .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) p,
        .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) li {
          text-align: left; } }
    .section-california .paragraph-landing-text-block .field-description,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
    .section-florida .paragraph-landing-text-block .field-description,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
    .section-missouri .paragraph-landing-text-block .field-description,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
    .section-ohio .paragraph-landing-text-block .field-description,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description {
      margin: 0 auto 4rem; }
    .section-california .paragraph-landing-text-block a,
    .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) a,
    .section-florida .paragraph-landing-text-block a,
    .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) a,
    .section-missouri .paragraph-landing-text-block a,
    .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) a,
    .section-ohio .paragraph-landing-text-block a,
    .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) a {
      font-size: 0.875rem;
      font-weight: bold !important; }
      .section-california .paragraph-landing-text-block a::after,
      .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) a::after,
      .section-florida .paragraph-landing-text-block a::after,
      .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) a::after,
      .section-missouri .paragraph-landing-text-block a::after,
      .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) a::after,
      .section-ohio .paragraph-landing-text-block a::after,
      .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) a::after {
        display: none; }
    @media (max-width: 64rem) {
      .section-california .paragraph-landing-text-block .field-description,
      .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
      .section-florida .paragraph-landing-text-block .field-description,
      .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
      .section-missouri .paragraph-landing-text-block .field-description,
      .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description,
      .section-ohio .paragraph-landing-text-block .field-description,
      .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .field-description {
        margin: 0 auto 2.5rem; } }
    @media (max-width: 31.25rem) {
      .section-california .paragraph-landing-text-block .columns,
      .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
      .section-florida .paragraph-landing-text-block .columns,
      .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
      .section-missouri .paragraph-landing-text-block .columns,
      .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) .columns,
      .section-ohio .paragraph-landing-text-block .columns,
      .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) .columns {
        text-align: left; }
      .section-california .paragraph-landing-text-block a,
      .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) a,
      .section-florida .paragraph-landing-text-block a,
      .section-florida .paragraphs-wrapper.clearfix > div:nth-child(1) a,
      .section-missouri .paragraph-landing-text-block a,
      .section-missouri .paragraphs-wrapper.clearfix > div:nth-child(1) a,
      .section-ohio .paragraph-landing-text-block a,
      .section-ohio .paragraphs-wrapper.clearfix > div:nth-child(1) a {
        margin: 0 1rem; } }
  .section-california .field-body,
  .section-florida .field-body,
  .section-missouri .field-body,
  .section-ohio .field-body {
    text-align: left !important; }
  .section-california .paragraph-advanced-icon-list,
  .section-florida .paragraph-advanced-icon-list,
  .section-missouri .paragraph-advanced-icon-list,
  .section-ohio .paragraph-advanced-icon-list {
    /* Slider */
    /*Titulo*/ }
    .section-california .paragraph-advanced-icon-list .slick-slider,
    .section-florida .paragraph-advanced-icon-list .slick-slider,
    .section-missouri .paragraph-advanced-icon-list .slick-slider,
    .section-ohio .paragraph-advanced-icon-list .slick-slider {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
      .section-california .paragraph-advanced-icon-list .slick-slider:focus,
      .section-florida .paragraph-advanced-icon-list .slick-slider:focus,
      .section-missouri .paragraph-advanced-icon-list .slick-slider:focus,
      .section-ohio .paragraph-advanced-icon-list .slick-slider:focus {
        outline: 0 !important; }
    .section-california .paragraph-advanced-icon-list .slick-list,
    .section-florida .paragraph-advanced-icon-list .slick-list,
    .section-missouri .paragraph-advanced-icon-list .slick-list,
    .section-ohio .paragraph-advanced-icon-list .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    .section-california .paragraph-advanced-icon-list .slick-list:focus,
    .section-florida .paragraph-advanced-icon-list .slick-list:focus,
    .section-missouri .paragraph-advanced-icon-list .slick-list:focus,
    .section-ohio .paragraph-advanced-icon-list .slick-list:focus {
      outline: none; }
    .section-california .paragraph-advanced-icon-list .slick-list.dragging,
    .section-florida .paragraph-advanced-icon-list .slick-list.dragging,
    .section-missouri .paragraph-advanced-icon-list .slick-list.dragging,
    .section-ohio .paragraph-advanced-icon-list .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    .section-california .paragraph-advanced-icon-list .slick-slider .slick-list,
    .section-california .paragraph-advanced-icon-list .slick-slider .slick-track,
    .section-florida .paragraph-advanced-icon-list .slick-slider .slick-list,
    .section-florida .paragraph-advanced-icon-list .slick-slider .slick-track,
    .section-missouri .paragraph-advanced-icon-list .slick-slider .slick-list,
    .section-missouri .paragraph-advanced-icon-list .slick-slider .slick-track,
    .section-ohio .paragraph-advanced-icon-list .slick-slider .slick-list,
    .section-ohio .paragraph-advanced-icon-list .slick-slider .slick-track {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .section-california .paragraph-advanced-icon-list .slick-track,
    .section-florida .paragraph-advanced-icon-list .slick-track,
    .section-missouri .paragraph-advanced-icon-list .slick-track,
    .section-ohio .paragraph-advanced-icon-list .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .section-california .paragraph-advanced-icon-list .slick-track:after,
    .section-florida .paragraph-advanced-icon-list .slick-track:after,
    .section-missouri .paragraph-advanced-icon-list .slick-track:after,
    .section-ohio .paragraph-advanced-icon-list .slick-track:after {
      clear: both; }
    .section-california .paragraph-advanced-icon-list .slick-loading .slick-track,
    .section-florida .paragraph-advanced-icon-list .slick-loading .slick-track,
    .section-missouri .paragraph-advanced-icon-list .slick-loading .slick-track,
    .section-ohio .paragraph-advanced-icon-list .slick-loading .slick-track {
      visibility: hidden; }
    .section-california .paragraph-advanced-icon-list .slick-slide,
    .section-florida .paragraph-advanced-icon-list .slick-slide,
    .section-missouri .paragraph-advanced-icon-list .slick-slide,
    .section-ohio .paragraph-advanced-icon-list .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
      .section-california .paragraph-advanced-icon-list .slick-slide:focus,
      .section-florida .paragraph-advanced-icon-list .slick-slide:focus,
      .section-missouri .paragraph-advanced-icon-list .slick-slide:focus,
      .section-ohio .paragraph-advanced-icon-list .slick-slide:focus {
        outline: 0 !important; }
    .section-california .paragraph-advanced-icon-list [dir="rtl"] .slick-slide,
    .section-florida .paragraph-advanced-icon-list [dir="rtl"] .slick-slide,
    .section-missouri .paragraph-advanced-icon-list [dir="rtl"] .slick-slide,
    .section-ohio .paragraph-advanced-icon-list [dir="rtl"] .slick-slide {
      float: right; }
    .section-california .paragraph-advanced-icon-list .slick-slide img,
    .section-florida .paragraph-advanced-icon-list .slick-slide img,
    .section-missouri .paragraph-advanced-icon-list .slick-slide img,
    .section-ohio .paragraph-advanced-icon-list .slick-slide img {
      display: block; }
    .section-california .paragraph-advanced-icon-list .slick-slide.slick-loading img,
    .section-florida .paragraph-advanced-icon-list .slick-slide.slick-loading img,
    .section-missouri .paragraph-advanced-icon-list .slick-slide.slick-loading img,
    .section-ohio .paragraph-advanced-icon-list .slick-slide.slick-loading img {
      display: none; }
    .section-california .paragraph-advanced-icon-list .slick-slide.dragging img,
    .section-florida .paragraph-advanced-icon-list .slick-slide.dragging img,
    .section-missouri .paragraph-advanced-icon-list .slick-slide.dragging img,
    .section-ohio .paragraph-advanced-icon-list .slick-slide.dragging img {
      pointer-events: none; }
    .section-california .paragraph-advanced-icon-list .slick-initialized .slick-slide,
    .section-florida .paragraph-advanced-icon-list .slick-initialized .slick-slide,
    .section-missouri .paragraph-advanced-icon-list .slick-initialized .slick-slide,
    .section-ohio .paragraph-advanced-icon-list .slick-initialized .slick-slide {
      display: block; }
    .section-california .paragraph-advanced-icon-list .slick-loading .slick-slide,
    .section-florida .paragraph-advanced-icon-list .slick-loading .slick-slide,
    .section-missouri .paragraph-advanced-icon-list .slick-loading .slick-slide,
    .section-ohio .paragraph-advanced-icon-list .slick-loading .slick-slide {
      visibility: hidden; }
    .section-california .paragraph-advanced-icon-list .slick-vertical .slick-slide,
    .section-florida .paragraph-advanced-icon-list .slick-vertical .slick-slide,
    .section-missouri .paragraph-advanced-icon-list .slick-vertical .slick-slide,
    .section-ohio .paragraph-advanced-icon-list .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    .section-california .paragraph-advanced-icon-list .slick-arrow.slick-hidden,
    .section-florida .paragraph-advanced-icon-list .slick-arrow.slick-hidden,
    .section-missouri .paragraph-advanced-icon-list .slick-arrow.slick-hidden,
    .section-ohio .paragraph-advanced-icon-list .slick-arrow.slick-hidden {
      display: none; }
    .section-california .paragraph-advanced-icon-list h2.field-title,
    .section-florida .paragraph-advanced-icon-list h2.field-title,
    .section-missouri .paragraph-advanced-icon-list h2.field-title,
    .section-ohio .paragraph-advanced-icon-list h2.field-title {
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      line-height: 2.5rem !important;
      font-weight: bold;
      padding-bottom: 0;
      margin-bottom: 0 !important; }
      .section-california .paragraph-advanced-icon-list h2.field-title:before,
      .section-florida .paragraph-advanced-icon-list h2.field-title:before,
      .section-missouri .paragraph-advanced-icon-list h2.field-title:before,
      .section-ohio .paragraph-advanced-icon-list h2.field-title:before {
        height: 8px;
        width: 48px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-california .paragraph-advanced-icon-list h2.field-title,
        .section-florida .paragraph-advanced-icon-list h2.field-title,
        .section-missouri .paragraph-advanced-icon-list h2.field-title,
        .section-ohio .paragraph-advanced-icon-list h2.field-title {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
      @media (max-width: 63.9375rem) {
        .section-california .paragraph-advanced-icon-list h2.field-title,
        .section-florida .paragraph-advanced-icon-list h2.field-title,
        .section-missouri .paragraph-advanced-icon-list h2.field-title,
        .section-ohio .paragraph-advanced-icon-list h2.field-title {
          line-height: 1em; } }
    .section-california .paragraph-advanced-icon-list .row,
    .section-florida .paragraph-advanced-icon-list .row,
    .section-missouri .paragraph-advanced-icon-list .row,
    .section-ohio .paragraph-advanced-icon-list .row {
      display: block;
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
          -ms-flex-direction: initial;
              flex-direction: initial;
      -ms-flex-wrap: initial;
          flex-wrap: initial;
      margin: 0 auto;
      text-align: center;
      max-width: 1300px; }
    @media (max-width: 63.9375rem) {
      .section-california .paragraph-advanced-icon-list,
      .section-florida .paragraph-advanced-icon-list,
      .section-missouri .paragraph-advanced-icon-list,
      .section-ohio .paragraph-advanced-icon-list {
        margin-top: 1em; } }
    .section-california .paragraph-advanced-icon-list .field-body,
    .section-florida .paragraph-advanced-icon-list .field-body,
    .section-missouri .paragraph-advanced-icon-list .field-body,
    .section-ohio .paragraph-advanced-icon-list .field-body {
      padding-top: 1.5rem;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center !important;
      color: #303C42;
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 30rem) {
        .section-california .paragraph-advanced-icon-list .field-body,
        .section-florida .paragraph-advanced-icon-list .field-body,
        .section-missouri .paragraph-advanced-icon-list .field-body,
        .section-ohio .paragraph-advanced-icon-list .field-body {
          font-size: 0.875rem;
          line-height: 1.3125rem;
          text-align: left !important;
          max-width: 622px; } }
    .section-california .paragraph-advanced-icon-list .slick-slide,
    .section-florida .paragraph-advanced-icon-list .slick-slide,
    .section-missouri .paragraph-advanced-icon-list .slick-slide,
    .section-ohio .paragraph-advanced-icon-list .slick-slide {
      display: inline-block !important;
      width: 100% !important;
      max-width: 280px; }
      @media (max-width: 64rem) {
        .section-california .paragraph-advanced-icon-list .slick-slide,
        .section-florida .paragraph-advanced-icon-list .slick-slide,
        .section-missouri .paragraph-advanced-icon-list .slick-slide,
        .section-ohio .paragraph-advanced-icon-list .slick-slide {
          max-width: 218px; } }
      @media (max-width: 48rem) {
        .section-california .paragraph-advanced-icon-list .slick-slide,
        .section-florida .paragraph-advanced-icon-list .slick-slide,
        .section-missouri .paragraph-advanced-icon-list .slick-slide,
        .section-ohio .paragraph-advanced-icon-list .slick-slide {
          max-width: 332px; } }
    .section-california .paragraph-advanced-icon-list .slick-dots,
    .section-florida .paragraph-advanced-icon-list .slick-dots,
    .section-missouri .paragraph-advanced-icon-list .slick-dots,
    .section-ohio .paragraph-advanced-icon-list .slick-dots {
      margin: 0 auto; }
      .section-california .paragraph-advanced-icon-list .slick-dots li,
      .section-florida .paragraph-advanced-icon-list .slick-dots li,
      .section-missouri .paragraph-advanced-icon-list .slick-dots li,
      .section-ohio .paragraph-advanced-icon-list .slick-dots li {
        cursor: pointer;
        list-style: none;
        display: inline-block;
        margin: auto 0.3125rem; }
        .section-california .paragraph-advanced-icon-list .slick-dots li.slick-active button,
        .section-florida .paragraph-advanced-icon-list .slick-dots li.slick-active button,
        .section-missouri .paragraph-advanced-icon-list .slick-dots li.slick-active button,
        .section-ohio .paragraph-advanced-icon-list .slick-dots li.slick-active button {
          background: #303c42; }
      .section-california .paragraph-advanced-icon-list .slick-dots button,
      .section-florida .paragraph-advanced-icon-list .slick-dots button,
      .section-missouri .paragraph-advanced-icon-list .slick-dots button,
      .section-ohio .paragraph-advanced-icon-list .slick-dots button {
        text-indent: -99999px;
        border-radius: 50%;
        background: #d8d8d8;
        border: none;
        width: 10px;
        height: 10px;
        display: inline-block;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        .section-california .paragraph-advanced-icon-list .slick-dots button:focus,
        .section-florida .paragraph-advanced-icon-list .slick-dots button:focus,
        .section-missouri .paragraph-advanced-icon-list .slick-dots button:focus,
        .section-ohio .paragraph-advanced-icon-list .slick-dots button:focus {
          outline: 0 !important; }
  .section-california .advanced-icon-list,
  .section-california .paragraph-subsection-advanced-form,
  .section-florida .advanced-icon-list,
  .section-florida .paragraph-subsection-advanced-form,
  .section-missouri .advanced-icon-list,
  .section-missouri .paragraph-subsection-advanced-form,
  .section-ohio .advanced-icon-list,
  .section-ohio .paragraph-subsection-advanced-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto; }
  .section-california .advanced-icon-item .field-title,
  .section-florida .advanced-icon-item .field-title,
  .section-missouri .advanced-icon-item .field-title,
  .section-ohio .advanced-icon-item .field-title {
    line-height: 1.21em;
    font-size: 1.125rem;
    font-family: Mulish, sans-serif;
    width: 100%;
    margin-bottom: 0.625rem;
    min-height: auto;
    line-height: 1.40625rem;
    letter-spacing: -0.03125rem;
    text-align: center; }
    .section-california .advanced-icon-item .field-title:before,
    .section-florida .advanced-icon-item .field-title:before,
    .section-missouri .advanced-icon-item .field-title:before,
    .section-ohio .advanced-icon-item .field-title:before {
      height: 5px;
      width: 35px; }
    .section-california .advanced-icon-item .field-title::before,
    .section-florida .advanced-icon-item .field-title::before,
    .section-missouri .advanced-icon-item .field-title::before,
    .section-ohio .advanced-icon-item .field-title::before {
      display: none; }
    @media (max-width: 63.9375rem) {
      .section-california .advanced-icon-item .field-title,
      .section-florida .advanced-icon-item .field-title,
      .section-missouri .advanced-icon-item .field-title,
      .section-ohio .advanced-icon-item .field-title {
        line-height: 1em; } }
  .section-california .advanced-icon-list,
  .section-florida .advanced-icon-list,
  .section-missouri .advanced-icon-list,
  .section-ohio .advanced-icon-list {
    width: 100%;
    margin: 3.625rem auto 1.5625rem; }
    @media (max-width: 63.9375rem) {
      .section-california .advanced-icon-list,
      .section-florida .advanced-icon-list,
      .section-missouri .advanced-icon-list,
      .section-ohio .advanced-icon-list {
        width: 100%; } }
    @media (max-width: 31.25rem) {
      .section-california .advanced-icon-list,
      .section-florida .advanced-icon-list,
      .section-missouri .advanced-icon-list,
      .section-ohio .advanced-icon-list {
        margin: 2.5rem auto 1.5625rem; } }
    .section-california .advanced-icon-list .advanced-icon-item,
    .section-florida .advanced-icon-list .advanced-icon-item,
    .section-missouri .advanced-icon-list .advanced-icon-item,
    .section-ohio .advanced-icon-list .advanced-icon-item {
      float: left;
      display: inline-block;
      vertical-align: top;
      min-height: 370px;
      width: 23%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 23%;
              flex: 0 0 23%;
      float: none;
      -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
      margin: 1rem 0.5rem;
      position: relative;
      max-width: 280px;
      -webkit-box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24) !important;
              box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24) !important;
      margin: 1rem auto;
      padding: 2.5rem 0.9375rem; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-california .advanced-icon-list .advanced-icon-item,
        .section-florida .advanced-icon-list .advanced-icon-item,
        .section-missouri .advanced-icon-list .advanced-icon-item,
        .section-ohio .advanced-icon-list .advanced-icon-item {
          width: 96%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 96%;
                  flex: 0 0 96%;
          margin: 0 auto 1.875rem; } }
      @media (max-width: 64rem) {
        .section-california .advanced-icon-list .advanced-icon-item,
        .section-florida .advanced-icon-list .advanced-icon-item,
        .section-missouri .advanced-icon-list .advanced-icon-item,
        .section-ohio .advanced-icon-list .advanced-icon-item {
          max-width: 218px; } }
      @media (max-width: 48rem) {
        .section-california .advanced-icon-list .advanced-icon-item,
        .section-florida .advanced-icon-list .advanced-icon-item,
        .section-missouri .advanced-icon-list .advanced-icon-item,
        .section-ohio .advanced-icon-list .advanced-icon-item {
          -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24) !important;
                  box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24) !important;
          max-width: 332px;
          margin: 0.625rem 0 1.5rem;
          padding: 2.5rem 2.625rem 2.625rem;
          min-height: 370px !important; } }
      .section-california .advanced-icon-list .advanced-icon-item .list-item,
      .section-florida .advanced-icon-list .advanced-icon-item .list-item,
      .section-missouri .advanced-icon-list .advanced-icon-item .list-item,
      .section-ohio .advanced-icon-list .advanced-icon-item .list-item {
        font-size: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        font-weight: normal;
        color: #303c42;
        text-align: center; }
        .section-california .advanced-icon-list .advanced-icon-item .list-item:before,
        .section-florida .advanced-icon-list .advanced-icon-item .list-item:before,
        .section-missouri .advanced-icon-list .advanced-icon-item .list-item:before,
        .section-ohio .advanced-icon-list .advanced-icon-item .list-item:before {
          width: 5px;
          height: 5px;
          margin-right: 0.3125rem; }
        .section-california .advanced-icon-list .advanced-icon-item .list-item::before,
        .section-florida .advanced-icon-list .advanced-icon-item .list-item::before,
        .section-missouri .advanced-icon-list .advanced-icon-item .list-item::before,
        .section-ohio .advanced-icon-list .advanced-icon-item .list-item::before {
          display: none; }
      .section-california .advanced-icon-list .advanced-icon-item .field-icon,
      .section-florida .advanced-icon-list .advanced-icon-item .field-icon,
      .section-missouri .advanced-icon-list .advanced-icon-item .field-icon,
      .section-ohio .advanced-icon-list .advanced-icon-item .field-icon {
        min-height: 80px !important;
        background: none;
        margin-top: -2em;
        margin-bottom: 0.3em;
        padding: 0 2em !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: inherit;
        margin: 1.875rem auto 2.5rem; }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .section-california .advanced-icon-list .advanced-icon-item .field-icon,
          .section-florida .advanced-icon-list .advanced-icon-item .field-icon,
          .section-missouri .advanced-icon-list .advanced-icon-item .field-icon,
          .section-ohio .advanced-icon-list .advanced-icon-item .field-icon {
            min-height: auto !important; } }
        .section-california .advanced-icon-list .advanced-icon-item .field-icon img,
        .section-florida .advanced-icon-list .advanced-icon-item .field-icon img,
        .section-missouri .advanced-icon-list .advanced-icon-item .field-icon img,
        .section-ohio .advanced-icon-list .advanced-icon-item .field-icon img {
          width: 100px;
          min-height: auto;
          min-width: auto; }
          .section-california .advanced-icon-list .advanced-icon-item .field-icon img[src*="cooling"],
          .section-florida .advanced-icon-list .advanced-icon-item .field-icon img[src*="cooling"],
          .section-missouri .advanced-icon-list .advanced-icon-item .field-icon img[src*="cooling"],
          .section-ohio .advanced-icon-list .advanced-icon-item .field-icon img[src*="cooling"] {
            width: 65px;
            position: relative;
            top: 8px; }
      @media (max-width: 48rem) {
        .section-california .advanced-icon-list .advanced-icon-item .field-bullet-list-items,
        .section-florida .advanced-icon-list .advanced-icon-item .field-bullet-list-items,
        .section-missouri .advanced-icon-list .advanced-icon-item .field-bullet-list-items,
        .section-ohio .advanced-icon-list .advanced-icon-item .field-bullet-list-items {
          margin-bottom: 3.125rem; } }
      .section-california .advanced-icon-list .advanced-icon-item img,
      .section-florida .advanced-icon-list .advanced-icon-item img,
      .section-missouri .advanced-icon-list .advanced-icon-item img,
      .section-ohio .advanced-icon-list .advanced-icon-item img {
        width: 60%; }
      .section-california .advanced-icon-list .advanced-icon-item .field-cta-text,
      .section-florida .advanced-icon-list .advanced-icon-item .field-cta-text,
      .section-missouri .advanced-icon-list .advanced-icon-item .field-cta-text,
      .section-ohio .advanced-icon-list .advanced-icon-item .field-cta-text {
        font-size: 0.875rem;
        line-height: 1.7em;
        position: absolute;
        bottom: 15px;
        margin: 0 auto;
        width: 90%;
        line-height: 1.09375rem;
        letter-spacing: 0.09063rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        bottom: 40px;
        font-weight: 700;
        text-transform: uppercase; }
        .section-california .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-florida .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-missouri .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-ohio .advanced-icon-list .advanced-icon-item .field-cta-text:after {
          content: ">";
          position: absolute;
          right: 0;
          margin-right: 0.3125rem; }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .section-california .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-florida .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-missouri .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-ohio .advanced-icon-list .advanced-icon-item .field-cta-text {
            font-size: 1.25rem; } }
        @media (max-width: 63.9375rem) {
          .section-california .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-florida .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-missouri .advanced-icon-list .advanced-icon-item .field-cta-text,
          .section-ohio .advanced-icon-list .advanced-icon-item .field-cta-text {
            font-size: 0.875rem !important; } }
        .section-california .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-florida .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-missouri .advanced-icon-list .advanced-icon-item .field-cta-text:after,
        .section-ohio .advanced-icon-list .advanced-icon-item .field-cta-text:after {
          display: none;
          margin-right: 0 !important; }
    .section-california .advanced-icon-list .slick-track,
    .section-florida .advanced-icon-list .slick-track,
    .section-missouri .advanced-icon-list .slick-track,
    .section-ohio .advanced-icon-list .slick-track {
      min-height: 450px;
      max-width: 1280px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 64rem) {
        .section-california .advanced-icon-list .slick-track,
        .section-florida .advanced-icon-list .slick-track,
        .section-missouri .advanced-icon-list .slick-track,
        .section-ohio .advanced-icon-list .slick-track {
          max-width: 968px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100% !important;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          padding-bottom: 3.125rem; }
          .section-california .advanced-icon-list .slick-track::before, .section-california .advanced-icon-list .slick-track::after,
          .section-florida .advanced-icon-list .slick-track::before,
          .section-florida .advanced-icon-list .slick-track::after,
          .section-missouri .advanced-icon-list .slick-track::before,
          .section-missouri .advanced-icon-list .slick-track::after,
          .section-ohio .advanced-icon-list .slick-track::before,
          .section-ohio .advanced-icon-list .slick-track::after {
            display: none; } }
    .section-california .advanced-icon-list .slick-arrow,
    .section-florida .advanced-icon-list .slick-arrow,
    .section-missouri .advanced-icon-list .slick-arrow,
    .section-ohio .advanced-icon-list .slick-arrow {
      top: 47%;
      border-radius: 0;
      width: 45px;
      height: 40px;
      background-size: cover;
      position: absolute;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      border: none;
      color: transparent;
      cursor: pointer;
      z-index: 50;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .section-california .advanced-icon-list .slick-arrow.slick-disabled,
      .section-florida .advanced-icon-list .slick-arrow.slick-disabled,
      .section-missouri .advanced-icon-list .slick-arrow.slick-disabled,
      .section-ohio .advanced-icon-list .slick-arrow.slick-disabled {
        display: none !important; }
      .section-california .advanced-icon-list .slick-arrow::before,
      .section-florida .advanced-icon-list .slick-arrow::before,
      .section-missouri .advanced-icon-list .slick-arrow::before,
      .section-ohio .advanced-icon-list .slick-arrow::before {
        display: none !important; }
      @media (max-width: 64rem) {
        .section-california .advanced-icon-list .slick-arrow,
        .section-florida .advanced-icon-list .slick-arrow,
        .section-missouri .advanced-icon-list .slick-arrow,
        .section-ohio .advanced-icon-list .slick-arrow {
          display: none !important; } }
      @media (max-width: 68.75rem) {
        .section-california .advanced-icon-list .slick-arrow,
        .section-florida .advanced-icon-list .slick-arrow,
        .section-missouri .advanced-icon-list .slick-arrow,
        .section-ohio .advanced-icon-list .slick-arrow {
          width: 25px;
          background-size: auto; } }
      .section-california .advanced-icon-list .slick-arrow:focus,
      .section-florida .advanced-icon-list .slick-arrow:focus,
      .section-missouri .advanced-icon-list .slick-arrow:focus,
      .section-ohio .advanced-icon-list .slick-arrow:focus {
        outline: 0 !important; }
    .section-california .advanced-icon-list .slick-prev,
    .section-florida .advanced-icon-list .slick-prev,
    .section-missouri .advanced-icon-list .slick-prev,
    .section-ohio .advanced-icon-list .slick-prev {
      background-image: url("../../images/left-arrow.svg");
      left: 3px !important; }
      @media (max-width: 68.75rem) {
        .section-california .advanced-icon-list .slick-prev,
        .section-florida .advanced-icon-list .slick-prev,
        .section-missouri .advanced-icon-list .slick-prev,
        .section-ohio .advanced-icon-list .slick-prev {
          left: -12px !important; } }
      @media (max-width: 48rem) {
        .section-california .advanced-icon-list .slick-prev,
        .section-florida .advanced-icon-list .slick-prev,
        .section-missouri .advanced-icon-list .slick-prev,
        .section-ohio .advanced-icon-list .slick-prev {
          left: -8px !important; } }
    .section-california .advanced-icon-list .slick-next,
    .section-florida .advanced-icon-list .slick-next,
    .section-missouri .advanced-icon-list .slick-next,
    .section-ohio .advanced-icon-list .slick-next {
      background-image: url("../../images/right-arrow.svg");
      right: 3px !important; }
      @media (max-width: 68.75rem) {
        .section-california .advanced-icon-list .slick-next,
        .section-florida .advanced-icon-list .slick-next,
        .section-missouri .advanced-icon-list .slick-next,
        .section-ohio .advanced-icon-list .slick-next {
          right: -12px !important; } }
      @media (max-width: 48rem) {
        .section-california .advanced-icon-list .slick-next,
        .section-florida .advanced-icon-list .slick-next,
        .section-missouri .advanced-icon-list .slick-next,
        .section-ohio .advanced-icon-list .slick-next {
          right: -8px !important; } }
    @media (max-width: 63.9375rem) {
      .section-california .advanced-icon-list .slick-dots,
      .section-florida .advanced-icon-list .slick-dots,
      .section-missouri .advanced-icon-list .slick-dots,
      .section-ohio .advanced-icon-list .slick-dots {
        display: none; } }
    @media (max-width: 31.25rem) {
      .section-california .advanced-icon-list .slick-list,
      .section-florida .advanced-icon-list .slick-list,
      .section-missouri .advanced-icon-list .slick-list,
      .section-ohio .advanced-icon-list .slick-list {
        height: auto !important;
        overflow: initial; } }
  .section-california .paragraph-advanced-icon-list + .layout-normal,
  .section-florida .paragraph-advanced-icon-list + .layout-normal,
  .section-missouri .paragraph-advanced-icon-list + .layout-normal,
  .section-ohio .paragraph-advanced-icon-list + .layout-normal {
    background: #fff !important;
    margin-bottom: 0; }
    .section-california .paragraph-advanced-icon-list + .layout-normal .field-subtitle,
    .section-florida .paragraph-advanced-icon-list + .layout-normal .field-subtitle,
    .section-missouri .paragraph-advanced-icon-list + .layout-normal .field-subtitle,
    .section-ohio .paragraph-advanced-icon-list + .layout-normal .field-subtitle {
      font-size: 1.3125rem; }
  .section-california .paragraph-pill-list,
  .section-florida .paragraph-pill-list,
  .section-missouri .paragraph-pill-list,
  .section-ohio .paragraph-pill-list {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0.625rem 0 1.4375rem; }
    .section-california .paragraph-pill-list .field-title,
    .section-florida .paragraph-pill-list .field-title,
    .section-missouri .paragraph-pill-list .field-title,
    .section-ohio .paragraph-pill-list .field-title {
      width: 100% !important;
      margin-bottom: 1.4375rem !important;
      letter-spacing: -0.03125rem;
      max-width: 900px;
      margin: 0 auto;
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      font-weight: 700;
      line-height: 2.5rem !important; }
      .section-california .paragraph-pill-list .field-title:before,
      .section-florida .paragraph-pill-list .field-title:before,
      .section-missouri .paragraph-pill-list .field-title:before,
      .section-ohio .paragraph-pill-list .field-title:before {
        height: 5px;
        width: 35px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-california .paragraph-pill-list .field-title,
        .section-florida .paragraph-pill-list .field-title,
        .section-missouri .paragraph-pill-list .field-title,
        .section-ohio .paragraph-pill-list .field-title {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
      @media (max-width: 63.9375rem) {
        .section-california .paragraph-pill-list .field-title,
        .section-florida .paragraph-pill-list .field-title,
        .section-missouri .paragraph-pill-list .field-title,
        .section-ohio .paragraph-pill-list .field-title {
          line-height: 1.2em;
          margin-bottom: 11%; } }
      @media (max-width: 48rem) {
        .section-california .paragraph-pill-list .field-title,
        .section-florida .paragraph-pill-list .field-title,
        .section-missouri .paragraph-pill-list .field-title,
        .section-ohio .paragraph-pill-list .field-title {
          max-width: 450px;
          margin-bottom: 0 !important; } }
    .section-california .paragraph-pill-list .row,
    .section-florida .paragraph-pill-list .row,
    .section-missouri .paragraph-pill-list .row,
    .section-ohio .paragraph-pill-list .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .section-california .paragraph-pill-list .pill-list,
    .section-florida .paragraph-pill-list .pill-list,
    .section-missouri .paragraph-pill-list .pill-list,
    .section-ohio .paragraph-pill-list .pill-list {
      display: grid;
      grid-auto-flow: column;
      grid-column-gap: 50px;
      width: 100%;
      margin: 2.5rem auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: center;
          align-content: center;
      position: relative;
      max-width: 1076px; }
      @media (max-width: 48rem) {
        .section-california .paragraph-pill-list .pill-list,
        .section-florida .paragraph-pill-list .pill-list,
        .section-missouri .paragraph-pill-list .pill-list,
        .section-ohio .paragraph-pill-list .pill-list {
          grid-template-columns: 1fr; } }
      .section-california .paragraph-pill-list .pill-list::before,
      .section-florida .paragraph-pill-list .pill-list::before,
      .section-missouri .paragraph-pill-list .pill-list::before,
      .section-ohio .paragraph-pill-list .pill-list::before {
        content: "";
        position: absolute;
        display: block;
        background: #bfd400;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        height: 2px;
        width: 100%;
        top: 35px;
        max-width: 850px; }
      .section-california .paragraph-pill-list .pill-list .pill-list-item,
      .section-florida .paragraph-pill-list .pill-list .pill-list-item,
      .section-missouri .paragraph-pill-list .pill-list .pill-list-item,
      .section-ohio .paragraph-pill-list .pill-list .pill-list-item {
        width: auto; }
        @media (min-width: 48.0625rem) {
          .section-california .paragraph-pill-list .pill-list .pill-list-item,
          .section-florida .paragraph-pill-list .pill-list .pill-list-item,
          .section-missouri .paragraph-pill-list .pill-list .pill-list-item,
          .section-ohio .paragraph-pill-list .pill-list .pill-list-item {
            max-width: 230px; } }
        @media (max-width: 48rem) {
          .section-california .paragraph-pill-list .pill-list .pill-list-item,
          .section-florida .paragraph-pill-list .pill-list .pill-list-item,
          .section-missouri .paragraph-pill-list .pill-list .pill-list-item,
          .section-ohio .paragraph-pill-list .pill-list .pill-list-item {
            grid-column: 1 / 2; } }
        .section-california .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-florida .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-missouri .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-ohio .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper {
          min-width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: 236px;
          width: 100%; }
      .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-left,
      .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-left,
      .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-left,
      .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-left {
        background-color: #fff;
        color: rgba(48, 60, 66, 0.7);
        font-size: 1.5rem;
        text-align: center;
        width: 72px;
        height: 72px;
        font-family: Mulish, sans-serif;
        font-weight: bold;
        line-height: 1.875rem;
        letter-spacing: -0.03125rem;
        -webkit-box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
                box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 40px;
        margin: 0 auto 2rem;
        position: relative;
        z-index: 2;
        padding: 0; }
        .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
        .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
        .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
        .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-left::after {
          content: ".";
          position: absolute;
          display: block;
          color: rgba(48, 60, 66, 0.7);
          font-size: 1.5rem;
          right: 20px; }
      .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-right,
      .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-right,
      .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-right,
      .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-right {
        width: 100%;
        padding: 0;
        background: none;
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.40625rem;
        letter-spacing: -0.03125rem;
        font-family: Mulish, sans-serif;
        font-weight: 600;
        color: #303c42;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
        color: #303C42; }
        @media (max-width: 30rem) {
          .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-right {
            font-size: 0.875rem;
            line-height: 1.3125rem; } }
      @media (max-width: 64rem) {
        .section-california .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-florida .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-missouri .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-ohio .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper {
          max-width: 167px; } }
      @media (max-width: 48rem) {
        .section-california .paragraph-pill-list .pill-list,
        .section-florida .paragraph-pill-list .pill-list,
        .section-missouri .paragraph-pill-list .pill-list,
        .section-ohio .paragraph-pill-list .pill-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          max-width: 450px;
          margin-top: 1.875rem; }
          .section-california .paragraph-pill-list .pill-list::before,
          .section-florida .paragraph-pill-list .pill-list::before,
          .section-missouri .paragraph-pill-list .pill-list::before,
          .section-ohio .paragraph-pill-list .pill-list::before {
            right: auto;
            left: 31px;
            height: 100%;
            width: 2px;
            top: 0px;
            max-height: calc(100% - 38px); }
          .section-california .paragraph-pill-list .pill-list .pill-list-item,
          .section-florida .paragraph-pill-list .pill-list .pill-list-item,
          .section-missouri .paragraph-pill-list .pill-list .pill-list-item,
          .section-ohio .paragraph-pill-list .pill-list .pill-list-item {
            width: 100%; }
            .section-california .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
            .section-florida .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
            .section-missouri .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
            .section-ohio .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper {
              display: grid;
              grid-template-columns: 64px auto;
              grid-column-gap: 20px;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              max-width: 450px; }
          .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-left,
          .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-left,
          .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-left,
          .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-left {
            font-size: 1.125rem;
            width: 64px;
            height: 64px;
            line-height: 1.375rem;
            padding: 0 !important;
            margin: 0 0 2rem; }
            .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
            .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
            .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-left::after,
            .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-left::after {
              font-size: 1.125rem;
              right: 20px; }
          .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-right,
          .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: left;
            font-size: 1rem;
            width: auto; } }
      @media (max-width: 31.25rem) {
        .section-california .paragraph-pill-list .pill-list::before,
        .section-florida .paragraph-pill-list .pill-list::before,
        .section-missouri .paragraph-pill-list .pill-list::before,
        .section-ohio .paragraph-pill-list .pill-list::before {
          left: 45px; }
        .section-california .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-florida .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-missouri .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper,
        .section-ohio .paragraph-pill-list .pill-list .pill-list-item .pill-subtitle-wrapper {
          padding: 0 0.9375rem; }
        .section-california .paragraph-pill-list .pill-list .field-pill-subtitle-left,
        .section-florida .paragraph-pill-list .pill-list .field-pill-subtitle-left,
        .section-missouri .paragraph-pill-list .pill-list .field-pill-subtitle-left,
        .section-ohio .paragraph-pill-list .pill-list .field-pill-subtitle-left {
          margin: 0 0.9375rem 2rem 0; } }
  .section-california .paragraph-subsection-advanced-form,
  .section-florida .paragraph-subsection-advanced-form,
  .section-missouri .paragraph-subsection-advanced-form,
  .section-ohio .paragraph-subsection-advanced-form {
    /*.form-text:valid ~ label,*/
    background: #f2f6fb;
    padding: var(--section-padding-top) 0 var(--section-padding-bottom); }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield {
      position: relative; }
    .section-california .paragraph-subsection-advanced-form .field-suffix,
    .section-florida .paragraph-subsection-advanced-form .field-suffix,
    .section-missouri .paragraph-subsection-advanced-form .field-suffix,
    .section-ohio .paragraph-subsection-advanced-form .field-suffix {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transform: scaleX(0.5);
              transform: scaleX(0.5);
      opacity: 0;
      -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
      bottom: 0;
      height: 1px;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.87);
      pointer-events: none; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated label,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea:focus ~ label,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated label,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea:focus ~ label,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated label,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea:focus ~ label,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated label,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea:focus ~ label {
      color: #6C7680;
      cursor: pointer;
      -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
              transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated .field-suffix,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus + .field-suffix,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea:focus + .field-suffix,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated .field-suffix,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus + .field-suffix,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea:focus + .field-suffix,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated .field-suffix,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus + .field-suffix,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea:focus + .field-suffix,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated .field-suffix,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus + .field-suffix,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea:focus + .field-suffix {
      opacity: 1;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-webkit-input-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-webkit-input-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-webkit-input-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-webkit-input-placeholder {
      color: inherit; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-moz-placeholder,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-moz-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-moz-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-moz-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-moz-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-moz-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-moz-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-moz-placeholder {
      color: inherit; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-ms-input-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-ms-input-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-ms-input-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::-ms-input-placeholder {
      color: inherit; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::placeholder,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::placeholder,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::placeholder,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield.label-floated .form-text::placeholder,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus::placeholder {
      color: inherit; }
    .section-california .paragraph-subsection-advanced-form .form-text,
    .section-florida .paragraph-subsection-advanced-form .form-text,
    .section-missouri .paragraph-subsection-advanced-form .form-text,
    .section-ohio .paragraph-subsection-advanced-form .form-text {
      width: 100%; }
      .section-california .paragraph-subsection-advanced-form .form-text::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-text::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-text::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-text::-webkit-input-placeholder {
        color: transparent; }
      .section-california .paragraph-subsection-advanced-form .form-text::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-text::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-text::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-text::-moz-placeholder {
        color: transparent; }
      .section-california .paragraph-subsection-advanced-form .form-text::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-text::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-text::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-text::-ms-input-placeholder {
        color: transparent; }
      .section-california .paragraph-subsection-advanced-form .form-text::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-text::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-text::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-text::placeholder {
        color: transparent; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield label {
      font-style: normal;
      font-weight: normal;
      position: absolute;
      top: 7px;
      left: 0;
      color: #6C7680;
      cursor: text;
      margin: 0;
      -webkit-transform: perspective(100px);
              transform: perspective(100px);
      text-overflow: ellipsis;
      pointer-events: none;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield label,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"] {
      font-weight: normal;
      font-size: 1rem;
      line-height: 150%; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea,
    .section-california .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"],
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select {
      width: 100%;
      height: 38px;
      padding: 0.5em 0;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #afbac7;
      margin: 0;
      color: #303C42;
      outline: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select:focus {
        background-color: #fff;
        border-color: #afbac7; }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-webkit-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-webkit-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-webkit-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-webkit-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea::-webkit-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea::-webkit-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea::-webkit-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea::-webkit-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select::-webkit-input-placeholder {
        -webkit-user-select: none;
                user-select: none;
        -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-moz-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-moz-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-moz-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-moz-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea::-moz-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea::-moz-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea::-moz-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea::-moz-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select::-moz-placeholder {
        -moz-user-select: none;
             user-select: none;
        -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-ms-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-ms-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-ms-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-ms-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea::-ms-input-placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea::-ms-input-placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea::-ms-input-placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea::-ms-input-placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select::-ms-input-placeholder {
        -ms-user-select: none;
            user-select: none;
        -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea::placeholder,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea::placeholder,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea::placeholder,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea::placeholder,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select::placeholder {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="text"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="email"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="tel"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield [type="search"]:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield textarea:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select:focus {
        background-color: transparent; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select {
      display: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      color: #303C42;
      color: rgba(48, 60, 66, 0);
      text-shadow: 0 0 0 #303C42;
      position: relative;
      left: 0;
      height: 37px; }
      .section-california .paragraph-subsection-advanced-form .form-type-textfield select::-ms-expand,
      .section-florida .paragraph-subsection-advanced-form .form-type-textfield select::-ms-expand,
      .section-missouri .paragraph-subsection-advanced-form .form-type-textfield select::-ms-expand,
      .section-ohio .paragraph-subsection-advanced-form .form-type-textfield select::-ms-expand {
        display: none; }
    .section-california .paragraph-subsection-advanced-form label.error,
    .section-florida .paragraph-subsection-advanced-form label.error,
    .section-missouri .paragraph-subsection-advanced-form label.error,
    .section-ohio .paragraph-subsection-advanced-form label.error {
      top: 104% !important;
      top: calc(100% + 4px) !important;
      color: #E26849;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
    .section-california .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label.error,
    .section-florida .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label.error,
    .section-missouri .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label.error,
    .section-ohio .paragraph-subsection-advanced-form .form-type-textfield .form-text:focus ~ label.error {
      -webkit-transform: none;
              transform: none;
      color: #E26849; }
    .section-california .paragraph-subsection-advanced-form .row,
    .section-california .paragraph-subsection-advanced-form .columns,
    .section-california .paragraph-subsection-advanced-form .column,
    .section-california .paragraph-subsection-advanced-form h2,
    .section-california .paragraph-subsection-advanced-form form,
    .section-california .paragraph-subsection-advanced-form label,
    .section-california .paragraph-subsection-advanced-form input,
    .section-california .paragraph-subsection-advanced-form .form-item,
    .section-california .paragraph-subsection-advanced-form .form-actions,
    .section-florida .paragraph-subsection-advanced-form .row,
    .section-florida .paragraph-subsection-advanced-form .columns,
    .section-florida .paragraph-subsection-advanced-form .column,
    .section-florida .paragraph-subsection-advanced-form h2,
    .section-florida .paragraph-subsection-advanced-form form,
    .section-florida .paragraph-subsection-advanced-form label,
    .section-florida .paragraph-subsection-advanced-form input,
    .section-florida .paragraph-subsection-advanced-form .form-item,
    .section-florida .paragraph-subsection-advanced-form .form-actions,
    .section-missouri .paragraph-subsection-advanced-form .row,
    .section-missouri .paragraph-subsection-advanced-form .columns,
    .section-missouri .paragraph-subsection-advanced-form .column,
    .section-missouri .paragraph-subsection-advanced-form h2,
    .section-missouri .paragraph-subsection-advanced-form form,
    .section-missouri .paragraph-subsection-advanced-form label,
    .section-missouri .paragraph-subsection-advanced-form input,
    .section-missouri .paragraph-subsection-advanced-form .form-item,
    .section-missouri .paragraph-subsection-advanced-form .form-actions,
    .section-ohio .paragraph-subsection-advanced-form .row,
    .section-ohio .paragraph-subsection-advanced-form .columns,
    .section-ohio .paragraph-subsection-advanced-form .column,
    .section-ohio .paragraph-subsection-advanced-form h2,
    .section-ohio .paragraph-subsection-advanced-form form,
    .section-ohio .paragraph-subsection-advanced-form label,
    .section-ohio .paragraph-subsection-advanced-form input,
    .section-ohio .paragraph-subsection-advanced-form .form-item,
    .section-ohio .paragraph-subsection-advanced-form .form-actions {
      max-width: none;
      margin: 0;
      padding: 0;
      float: none; }
    .section-california .paragraph-subsection-advanced-form .field-body,
    .section-florida .paragraph-subsection-advanced-form .field-body,
    .section-missouri .paragraph-subsection-advanced-form .field-body,
    .section-ohio .paragraph-subsection-advanced-form .field-body {
      display: none; }
    .section-california .paragraph-subsection-advanced-form .columns,
    .section-florida .paragraph-subsection-advanced-form .columns,
    .section-missouri .paragraph-subsection-advanced-form .columns,
    .section-ohio .paragraph-subsection-advanced-form .columns {
      max-width: 1216px;
      padding: 0 var(--padding-side);
      margin: 0 auto; }
    .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
    .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
    .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
    .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro h2 {
      font-style: normal;
      font-weight: bold;
      font-size: 2rem;
      line-height: 2.5rem;
      text-align: center;
      letter-spacing: -0.03125rem;
      color: #303C42; }
      @media (max-width: 64rem) {
        .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro h2 {
          font-size: 1.5rem;
          line-height: 1.875rem; } }
      @media (max-width: 30rem) {
        .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro h2,
        .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro h2 {
          text-align: left; } }
      .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
      .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
      .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
      .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before {
        content: "";
        display: block;
        width: 43px;
        height: 6px;
        background: #BFD400;
        margin: 0 auto 1.5rem; }
        @media (max-width: 30rem) {
          .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
          .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
          .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before,
          .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro h2::before {
            margin-left: 0; } }
    .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro p, .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro li,
    .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro p,
    .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro li,
    .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro p,
    .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro li,
    .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro p,
    .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro li {
      padding: 2.5rem 0;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center;
      color: #303C42;
      margin: 0; }
      @media (max-width: 30rem) {
        .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro p, .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .paragraph-subsection-advanced-form .ygrene--helper-intro li,
        .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro p,
        .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .paragraph-subsection-advanced-form .ygrene--helper-intro li,
        .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro p,
        .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .paragraph-subsection-advanced-form .ygrene--helper-intro li,
        .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro p,
        .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .paragraph-subsection-advanced-form .ygrene--helper-intro li {
          text-align: left; } }
    .section-california .paragraph-subsection-advanced-form .form-item,
    .section-california .paragraph-subsection-advanced-form .form-actions,
    .section-florida .paragraph-subsection-advanced-form .form-item,
    .section-florida .paragraph-subsection-advanced-form .form-actions,
    .section-missouri .paragraph-subsection-advanced-form .form-item,
    .section-missouri .paragraph-subsection-advanced-form .form-actions,
    .section-ohio .paragraph-subsection-advanced-form .form-item,
    .section-ohio .paragraph-subsection-advanced-form .form-actions {
      width: 100%;
      margin: 0 auto; }
    .section-california .paragraph-subsection-advanced-form .form,
    .section-florida .paragraph-subsection-advanced-form .form,
    .section-missouri .paragraph-subsection-advanced-form .form,
    .section-ohio .paragraph-subsection-advanced-form .form {
      max-width: 592px;
      padding: 1.5rem;
      margin: 0 auto;
      -webkit-box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
              box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
      background: #fff; }
      @media (max-width: 30rem) {
        .section-california .paragraph-subsection-advanced-form .form,
        .section-florida .paragraph-subsection-advanced-form .form,
        .section-missouri .paragraph-subsection-advanced-form .form,
        .section-ohio .paragraph-subsection-advanced-form .form {
          padding: 1.5rem; } }
    .section-california .paragraph-subsection-advanced-form .form,
    .section-florida .paragraph-subsection-advanced-form .form,
    .section-missouri .paragraph-subsection-advanced-form .form,
    .section-ohio .paragraph-subsection-advanced-form .form {
      display: grid;
      grid-template-columns: 1fr;
      grid-row-gap: 36px; }
    @media (min-width: 48.0625rem) {
      .section-california .paragraph-subsection-advanced-form #ygrene-helper-subsection-advanced-form .form,
      .section-florida .paragraph-subsection-advanced-form #ygrene-helper-subsection-advanced-form .form,
      .section-missouri .paragraph-subsection-advanced-form #ygrene-helper-subsection-advanced-form .form,
      .section-ohio .paragraph-subsection-advanced-form #ygrene-helper-subsection-advanced-form .form {
        grid-template-columns: 1fr 1fr;
        grid-template-columns: auto 185px;
        grid-column-gap: 24px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .section-california .paragraph-subsection-advanced-form .form-submit,
    .section-florida .paragraph-subsection-advanced-form .form-submit,
    .section-missouri .paragraph-subsection-advanced-form .form-submit,
    .section-ohio .paragraph-subsection-advanced-form .form-submit {
      font-family: Mulish;
      font-style: normal;
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      width: 100%;
      height: 50px;
      color: #303C42;
      background: #BFD400;
      padding: 0 0.9375rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1;
      outline: none;
      border: 0;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale; }
      .section-california .paragraph-subsection-advanced-form .form-submit:hover, .section-california .paragraph-subsection-advanced-form .form-submit:focus,
      .section-florida .paragraph-subsection-advanced-form .form-submit:hover,
      .section-florida .paragraph-subsection-advanced-form .form-submit:focus,
      .section-missouri .paragraph-subsection-advanced-form .form-submit:hover,
      .section-missouri .paragraph-subsection-advanced-form .form-submit:focus,
      .section-ohio .paragraph-subsection-advanced-form .form-submit:hover,
      .section-ohio .paragraph-subsection-advanced-form .form-submit:focus {
        background-color: #3177dc;
        color: #fff; }
      .section-california .paragraph-subsection-advanced-form .form-submit:focus::before,
      .section-florida .paragraph-subsection-advanced-form .form-submit:focus::before,
      .section-missouri .paragraph-subsection-advanced-form .form-submit:focus::before,
      .section-ohio .paragraph-subsection-advanced-form .form-submit:focus::before {
        border-color: #3177dc;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        top: -5px;
        left: -5px; }
      .section-california .paragraph-subsection-advanced-form .form-submit::before,
      .section-florida .paragraph-subsection-advanced-form .form-submit::before,
      .section-missouri .paragraph-subsection-advanced-form .form-submit::before,
      .section-ohio .paragraph-subsection-advanced-form .form-submit::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: 2px solid transparent;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .section-california .paragraph-subsection-advanced-form .form-submit[disabled], .section-california .paragraph-subsection-advanced-form .form-submit[disabled]:hover,
      .section-florida .paragraph-subsection-advanced-form .form-submit[disabled],
      .section-florida .paragraph-subsection-advanced-form .form-submit[disabled]:hover,
      .section-missouri .paragraph-subsection-advanced-form .form-submit[disabled],
      .section-missouri .paragraph-subsection-advanced-form .form-submit[disabled]:hover,
      .section-ohio .paragraph-subsection-advanced-form .form-submit[disabled],
      .section-ohio .paragraph-subsection-advanced-form .form-submit[disabled]:hover {
        background-color: #F2F6FB;
        color: #ADBAC9;
        opacity: 1; }
  .section-california .paragraph-subsection-advanced-form .content-inline,
  .section-florida .paragraph-subsection-advanced-form .content-inline,
  .section-missouri .paragraph-subsection-advanced-form .content-inline,
  .section-ohio .paragraph-subsection-advanced-form .content-inline {
    margin: 0 auto; }
    @media (max-width: 63.9375rem) {
      .section-california .paragraph-subsection-advanced-form .content-inline,
      .section-florida .paragraph-subsection-advanced-form .content-inline,
      .section-missouri .paragraph-subsection-advanced-form .content-inline,
      .section-ohio .paragraph-subsection-advanced-form .content-inline {
        width: 100%; } }
  .section-california .content-normal .field-title,
  .section-florida .content-normal .field-title,
  .section-missouri .content-normal .field-title,
  .section-ohio .content-normal .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 1.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    font-weight: 700;
    padding-bottom: 0.1875rem; }
    .section-california .content-normal .field-title:before,
    .section-florida .content-normal .field-title:before,
    .section-missouri .content-normal .field-title:before,
    .section-ohio .content-normal .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california .content-normal .field-title,
      .section-florida .content-normal .field-title,
      .section-missouri .content-normal .field-title,
      .section-ohio .content-normal .field-title {
        width: 95% !important;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    .section-california .content-normal .field-title::before,
    .section-florida .content-normal .field-title::before,
    .section-missouri .content-normal .field-title::before,
    .section-ohio .content-normal .field-title::before {
      width: 43px;
      height: 6px; }
  .section-california .content-normal p, .section-california .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .content-normal li,
  .section-florida .content-normal p,
  .section-florida .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .content-normal li,
  .section-missouri .content-normal p,
  .section-missouri .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .content-normal li,
  .section-ohio .content-normal p,
  .section-ohio .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .content-normal li {
    font-size: 1rem !important;
    margin-bottom: 4rem; }
    @media (max-width: 63.9375rem) {
      .section-california .content-normal p, .section-california .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .content-normal li,
      .section-florida .content-normal p,
      .section-florida .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .content-normal li,
      .section-missouri .content-normal p,
      .section-missouri .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .content-normal li,
      .section-ohio .content-normal p,
      .section-ohio .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .content-normal li {
        padding: 0 1.25rem; } }
  .section-california .content-normal a,
  .section-florida .content-normal a,
  .section-missouri .content-normal a,
  .section-ohio .content-normal a {
    font-size: 0.875rem;
    font-weight: 700; }
    .section-california .content-normal a::after,
    .section-florida .content-normal a::after,
    .section-missouri .content-normal a::after,
    .section-ohio .content-normal a::after {
      display: none; }
  .section-california .content-inline p, .section-california .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .content-inline li,
  .section-florida .content-inline p,
  .section-florida .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .content-inline li,
  .section-missouri .content-inline p,
  .section-missouri .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .content-inline li,
  .section-ohio .content-inline p,
  .section-ohio .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .content-inline li {
    color: #242e32; }
  .section-california .content-inline a,
  .section-florida .content-inline a,
  .section-missouri .content-inline a,
  .section-ohio .content-inline a {
    padding: 0.9em 1.7em;
    margin-left: -0.3125rem;
    background-color: #c5d54f;
    color: #303c41;
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    font-weight: 400; }
  .section-california .content-inline .field-adittional-info a,
  .section-florida .content-inline .field-adittional-info a,
  .section-missouri .content-inline .field-adittional-info a,
  .section-ohio .content-inline .field-adittional-info a {
    color: #333 !important;
    font-family: Mulish, sans-serif; }
    .section-california .content-inline .field-adittional-info a:hover,
    .section-florida .content-inline .field-adittional-info a:hover,
    .section-missouri .content-inline .field-adittional-info a:hover,
    .section-ohio .content-inline .field-adittional-info a:hover {
      color: #333 !important; }
  .section-california .content-inline .field-adittional-info p, .section-california .content-inline .field-adittional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .content-inline .field-adittional-info li,
  .section-florida .content-inline .field-adittional-info p,
  .section-florida .content-inline .field-adittional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .content-inline .field-adittional-info li,
  .section-missouri .content-inline .field-adittional-info p,
  .section-missouri .content-inline .field-adittional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .content-inline .field-adittional-info li,
  .section-ohio .content-inline .field-adittional-info p,
  .section-ohio .content-inline .field-adittional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .content-inline .field-adittional-info li {
    margin-top: 1.25em; }
  .section-california .content-inline .field-adittional-info a,
  .section-florida .content-inline .field-adittional-info a,
  .section-missouri .content-inline .field-adittional-info a,
  .section-ohio .content-inline .field-adittional-info a {
    padding: 0 0.3125rem;
    background-color: transparent;
    font-weight: normal; }
  .section-california .content-inline .field-title,
  .section-florida .content-inline .field-title,
  .section-missouri .content-inline .field-title,
  .section-ohio .content-inline .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative; }
    .section-california .content-inline .field-title:before,
    .section-florida .content-inline .field-title:before,
    .section-missouri .content-inline .field-title:before,
    .section-ohio .content-inline .field-title:before {
      height: 5px;
      width: 35px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california .content-inline .field-title,
      .section-florida .content-inline .field-title,
      .section-missouri .content-inline .field-title,
      .section-ohio .content-inline .field-title {
        width: 95% !important;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  @media (max-width: 63.9375rem) {
    .section-california .content-inline p, .section-california .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california .content-inline li,
    .section-florida .content-inline p,
    .section-florida .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida .content-inline li,
    .section-missouri .content-inline p,
    .section-missouri .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri .content-inline li,
    .section-ohio .content-inline p,
    .section-ohio .content-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio .content-inline li {
      padding: 0 1.25rem; } }
  .section-california .paragraph-slider-block-content .field-title,
  .section-florida .paragraph-slider-block-content .field-title,
  .section-missouri .paragraph-slider-block-content .field-title,
  .section-ohio .paragraph-slider-block-content .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 1.4375rem !important; }
    .section-california .paragraph-slider-block-content .field-title:before,
    .section-florida .paragraph-slider-block-content .field-title:before,
    .section-missouri .paragraph-slider-block-content .field-title:before,
    .section-ohio .paragraph-slider-block-content .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-california .paragraph-slider-block-content .field-title,
      .section-florida .paragraph-slider-block-content .field-title,
      .section-missouri .paragraph-slider-block-content .field-title,
      .section-ohio .paragraph-slider-block-content .field-title {
        width: 95% !important;
        font-size: 2.125rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    @media (max-width: 63.9375rem) {
      .section-california .paragraph-slider-block-content .field-title,
      .section-florida .paragraph-slider-block-content .field-title,
      .section-missouri .paragraph-slider-block-content .field-title,
      .section-ohio .paragraph-slider-block-content .field-title {
        line-height: 2.5rem;
        margin-bottom: 1.4375rem !important; } }
  .section-california #blogs,
  .section-florida #blogs,
  .section-missouri #blogs,
  .section-ohio #blogs {
    /* Slider */
    padding: var(--section-padding-top) 0 var(--section-padding-bottom);
    margin: 0; }
    .section-california #blogs .small-12,
    .section-florida #blogs .small-12,
    .section-missouri #blogs .small-12,
    .section-ohio #blogs .small-12 {
      padding: 0;
      float: none; }
    .section-california #blogs .paragraph-blogs,
    .section-florida #blogs .paragraph-blogs,
    .section-missouri #blogs .paragraph-blogs,
    .section-ohio #blogs .paragraph-blogs {
      margin: 0 auto; }
      @media only screen and (min-width: 81.25rem) and (max-width: 100rem) {
        .section-california #blogs .paragraph-blogs,
        .section-florida #blogs .paragraph-blogs,
        .section-missouri #blogs .paragraph-blogs,
        .section-ohio #blogs .paragraph-blogs {
          width: 86%; } }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .section-california #blogs .paragraph-blogs,
        .section-florida #blogs .paragraph-blogs,
        .section-missouri #blogs .paragraph-blogs,
        .section-ohio #blogs .paragraph-blogs {
          width: 85%; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .section-california #blogs .paragraph-blogs,
        .section-florida #blogs .paragraph-blogs,
        .section-missouri #blogs .paragraph-blogs,
        .section-ohio #blogs .paragraph-blogs {
          width: 75%; } }
    .section-california #blogs .field-title,
    .section-florida #blogs .field-title,
    .section-missouri #blogs .field-title,
    .section-ohio #blogs .field-title {
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      letter-spacing: 0;
      margin-bottom: 3% !important; }
      .section-california #blogs .field-title:before,
      .section-florida #blogs .field-title:before,
      .section-missouri #blogs .field-title:before,
      .section-ohio #blogs .field-title:before {
        height: 0px;
        width: 0px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-california #blogs .field-title,
        .section-florida #blogs .field-title,
        .section-missouri #blogs .field-title,
        .section-ohio #blogs .field-title {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs .field-title,
        .section-florida #blogs .field-title,
        .section-missouri #blogs .field-title,
        .section-ohio #blogs .field-title {
          padding: 0 1.25rem; } }
    .section-california #blogs p, .section-california #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california #blogs li,
    .section-florida #blogs p,
    .section-florida #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida #blogs li,
    .section-missouri #blogs p,
    .section-missouri #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri #blogs li,
    .section-ohio #blogs p,
    .section-ohio #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio #blogs li {
      font-family: Mulish, sans-serif; }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs p, .section-california #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california #blogs li,
        .section-florida #blogs p,
        .section-florida #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida #blogs li,
        .section-missouri #blogs p,
        .section-missouri #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri #blogs li,
        .section-ohio #blogs p,
        .section-ohio #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio #blogs li {
          padding: 0 1.25rem; } }
    .section-california #blogs .content,
    .section-florida #blogs .content,
    .section-missouri #blogs .content,
    .section-ohio #blogs .content {
      position: relative; }
    .section-california #blogs .slick-slider,
    .section-florida #blogs .slick-slider,
    .section-missouri #blogs .slick-slider,
    .section-ohio #blogs .slick-slider {
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent; }
      .section-california #blogs .slick-slider:focus,
      .section-florida #blogs .slick-slider:focus,
      .section-missouri #blogs .slick-slider:focus,
      .section-ohio #blogs .slick-slider:focus {
        outline: 0 !important; }
    .section-california #blogs .slick-list,
    .section-florida #blogs .slick-list,
    .section-missouri #blogs .slick-list,
    .section-ohio #blogs .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    .section-california #blogs .slick-list:focus,
    .section-florida #blogs .slick-list:focus,
    .section-missouri #blogs .slick-list:focus,
    .section-ohio #blogs .slick-list:focus {
      outline: none; }
    .section-california #blogs .slick-list.dragging,
    .section-florida #blogs .slick-list.dragging,
    .section-missouri #blogs .slick-list.dragging,
    .section-ohio #blogs .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
    .section-california #blogs .slick-slider .slick-list,
    .section-california #blogs .slick-slider .slick-track,
    .section-florida #blogs .slick-slider .slick-list,
    .section-florida #blogs .slick-slider .slick-track,
    .section-missouri #blogs .slick-slider .slick-list,
    .section-missouri #blogs .slick-slider .slick-track,
    .section-ohio #blogs .slick-slider .slick-list,
    .section-ohio #blogs .slick-slider .slick-track {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .section-california #blogs .slick-track,
    .section-florida #blogs .slick-track,
    .section-missouri #blogs .slick-track,
    .section-ohio #blogs .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .section-california #blogs .slick-track:after,
    .section-florida #blogs .slick-track:after,
    .section-missouri #blogs .slick-track:after,
    .section-ohio #blogs .slick-track:after {
      clear: both; }
    .section-california #blogs .slick-loading .slick-track,
    .section-florida #blogs .slick-loading .slick-track,
    .section-missouri #blogs .slick-loading .slick-track,
    .section-ohio #blogs .slick-loading .slick-track {
      visibility: hidden; }
    .section-california #blogs .slick-slide,
    .section-florida #blogs .slick-slide,
    .section-missouri #blogs .slick-slide,
    .section-ohio #blogs .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px; }
      .section-california #blogs .slick-slide:focus,
      .section-florida #blogs .slick-slide:focus,
      .section-missouri #blogs .slick-slide:focus,
      .section-ohio #blogs .slick-slide:focus {
        outline: 0 !important; }
    .section-california #blogs [dir="rtl"] .slick-slide,
    .section-florida #blogs [dir="rtl"] .slick-slide,
    .section-missouri #blogs [dir="rtl"] .slick-slide,
    .section-ohio #blogs [dir="rtl"] .slick-slide {
      float: right; }
    .section-california #blogs .slick-slide img,
    .section-florida #blogs .slick-slide img,
    .section-missouri #blogs .slick-slide img,
    .section-ohio #blogs .slick-slide img {
      display: block; }
    .section-california #blogs .slick-slide.slick-loading img,
    .section-florida #blogs .slick-slide.slick-loading img,
    .section-missouri #blogs .slick-slide.slick-loading img,
    .section-ohio #blogs .slick-slide.slick-loading img {
      display: none; }
    .section-california #blogs .slick-slide.dragging img,
    .section-florida #blogs .slick-slide.dragging img,
    .section-missouri #blogs .slick-slide.dragging img,
    .section-ohio #blogs .slick-slide.dragging img {
      pointer-events: none; }
    .section-california #blogs .slick-initialized .slick-slide,
    .section-florida #blogs .slick-initialized .slick-slide,
    .section-missouri #blogs .slick-initialized .slick-slide,
    .section-ohio #blogs .slick-initialized .slick-slide {
      display: block; }
    .section-california #blogs .slick-loading .slick-slide,
    .section-florida #blogs .slick-loading .slick-slide,
    .section-missouri #blogs .slick-loading .slick-slide,
    .section-ohio #blogs .slick-loading .slick-slide {
      visibility: hidden; }
    .section-california #blogs .slick-vertical .slick-slide,
    .section-florida #blogs .slick-vertical .slick-slide,
    .section-missouri #blogs .slick-vertical .slick-slide,
    .section-ohio #blogs .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
    .section-california #blogs .slick-arrow.slick-hidden,
    .section-florida #blogs .slick-arrow.slick-hidden,
    .section-missouri #blogs .slick-arrow.slick-hidden,
    .section-ohio #blogs .slick-arrow.slick-hidden {
      display: none; }
    .section-california #blogs .slick-arrow,
    .section-florida #blogs .slick-arrow,
    .section-missouri #blogs .slick-arrow,
    .section-ohio #blogs .slick-arrow {
      top: 39%;
      border-radius: 0;
      width: 55px;
      height: 40px;
      background-size: cover;
      position: absolute;
      background-color: transparent;
      border: none;
      color: transparent;
      cursor: pointer;
      z-index: 9999999;
      padding: 0; }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs .slick-arrow,
        .section-florida #blogs .slick-arrow,
        .section-missouri #blogs .slick-arrow,
        .section-ohio #blogs .slick-arrow {
          top: 25%;
          width: 40px; } }
      .section-california #blogs .slick-arrow:focus,
      .section-florida #blogs .slick-arrow:focus,
      .section-missouri #blogs .slick-arrow:focus,
      .section-ohio #blogs .slick-arrow:focus {
        outline: 0 !important; }
    .section-california #blogs .slick-prev,
    .section-florida #blogs .slick-prev,
    .section-missouri #blogs .slick-prev,
    .section-ohio #blogs .slick-prev {
      background-image: url("../../images/left-arrow.svg");
      left: -88px; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .section-california #blogs .slick-prev,
        .section-florida #blogs .slick-prev,
        .section-missouri #blogs .slick-prev,
        .section-ohio #blogs .slick-prev {
          left: -50px !important; } }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs .slick-prev,
        .section-florida #blogs .slick-prev,
        .section-missouri #blogs .slick-prev,
        .section-ohio #blogs .slick-prev {
          left: 8px !important; } }
    .section-california #blogs .slick-next,
    .section-florida #blogs .slick-next,
    .section-missouri #blogs .slick-next,
    .section-ohio #blogs .slick-next {
      background-image: url("../../images/right-arrow.svg");
      right: -88px; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .section-california #blogs .slick-next,
        .section-florida #blogs .slick-next,
        .section-missouri #blogs .slick-next,
        .section-ohio #blogs .slick-next {
          right: -50px !important; } }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs .slick-next,
        .section-florida #blogs .slick-next,
        .section-missouri #blogs .slick-next,
        .section-ohio #blogs .slick-next {
          right: 8px !important; } }
    .section-california #blogs .slick-arrow.opacidad,
    .section-florida #blogs .slick-arrow.opacidad,
    .section-missouri #blogs .slick-arrow.opacidad,
    .section-ohio #blogs .slick-arrow.opacidad {
      opacity: 0.5; }
    .section-california #blogs .slick-dots,
    .section-florida #blogs .slick-dots,
    .section-missouri #blogs .slick-dots,
    .section-ohio #blogs .slick-dots {
      margin: 0 auto; }
      .section-california #blogs .slick-dots li,
      .section-florida #blogs .slick-dots li,
      .section-missouri #blogs .slick-dots li,
      .section-ohio #blogs .slick-dots li {
        cursor: pointer;
        list-style: none;
        display: inline-block;
        margin: auto 0.3125rem; }
        .section-california #blogs .slick-dots li.slick-active button,
        .section-florida #blogs .slick-dots li.slick-active button,
        .section-missouri #blogs .slick-dots li.slick-active button,
        .section-ohio #blogs .slick-dots li.slick-active button {
          background: #303c42; }
      .section-california #blogs .slick-dots button,
      .section-florida #blogs .slick-dots button,
      .section-missouri #blogs .slick-dots button,
      .section-ohio #blogs .slick-dots button {
        text-indent: -99999px;
        border-radius: 50%;
        background: #d8d8d8;
        border: none;
        width: 10px;
        height: 10px;
        display: inline-block;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        .section-california #blogs .slick-dots button:active,
        .section-florida #blogs .slick-dots button:active,
        .section-missouri #blogs .slick-dots button:active,
        .section-ohio #blogs .slick-dots button:active {
          border: none; }
        .section-california #blogs .slick-dots button:focus,
        .section-florida #blogs .slick-dots button:focus,
        .section-missouri #blogs .slick-dots button:focus,
        .section-ohio #blogs .slick-dots button:focus {
          outline: 0 !important; }
    .section-california #blogs .slick-slide,
    .section-florida #blogs .slick-slide,
    .section-missouri #blogs .slick-slide,
    .section-ohio #blogs .slick-slide {
      padding: 1em 2.5em; }
      @media only screen and (max-width: 47.9375rem) {
        .section-california #blogs .slick-slide,
        .section-florida #blogs .slick-slide,
        .section-missouri #blogs .slick-slide,
        .section-ohio #blogs .slick-slide {
          margin: 2.5em;
          padding: 1em 2em; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .section-california #blogs .slick-slide,
        .section-florida #blogs .slick-slide,
        .section-missouri #blogs .slick-slide,
        .section-ohio #blogs .slick-slide {
          padding: 1em 1.5em; } }
      .section-california #blogs .slick-slide:focus,
      .section-florida #blogs .slick-slide:focus,
      .section-missouri #blogs .slick-slide:focus,
      .section-ohio #blogs .slick-slide:focus {
        outline: 0 !important; }
      .section-california #blogs .slick-slide .image,
      .section-florida #blogs .slick-slide .image,
      .section-missouri #blogs .slick-slide .image,
      .section-ohio #blogs .slick-slide .image {
        height: 171px;
        width: auto;
        overflow: hidden;
        position: relative; }
        @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
          .section-california #blogs .slick-slide .image,
          .section-florida #blogs .slick-slide .image,
          .section-missouri #blogs .slick-slide .image,
          .section-ohio #blogs .slick-slide .image {
            height: 150px; } }
        @media only screen and (max-width: 47.9375rem) {
          .section-california #blogs .slick-slide .image,
          .section-florida #blogs .slick-slide .image,
          .section-missouri #blogs .slick-slide .image,
          .section-ohio #blogs .slick-slide .image {
            height: 130px; } }
        .section-california #blogs .slick-slide .image img,
        .section-florida #blogs .slick-slide .image img,
        .section-missouri #blogs .slick-slide .image img,
        .section-ohio #blogs .slick-slide .image img {
          position: absolute;
          top: -50%;
          left: 0;
          right: 0; }
      .section-california #blogs .slick-slide .inner a,
      .section-florida #blogs .slick-slide .inner a,
      .section-missouri #blogs .slick-slide .inner a,
      .section-ohio #blogs .slick-slide .inner a {
        color: #333; }
        @media only screen and (max-width: 47.9375rem) {
          .section-california #blogs .slick-slide .inner a,
          .section-florida #blogs .slick-slide .inner a,
          .section-missouri #blogs .slick-slide .inner a,
          .section-ohio #blogs .slick-slide .inner a {
            padding: 0.5em; } }
      .section-california #blogs .slick-slide .inner .title,
      .section-florida #blogs .slick-slide .inner .title,
      .section-missouri #blogs .slick-slide .inner .title,
      .section-ohio #blogs .slick-slide .inner .title {
        margin: 6% auto;
        font-family: Mulish, sans-serif;
        font-size: 1.3125rem;
        font-weight: bold;
        line-height: 1.625rem;
        text-align: left;
        display: block;
        padding-bottom: 12%;
        min-height: 120px; }
        @media only screen and (max-width: 47.9375rem) {
          .section-california #blogs .slick-slide .inner .title,
          .section-florida #blogs .slick-slide .inner .title,
          .section-missouri #blogs .slick-slide .inner .title,
          .section-ohio #blogs .slick-slide .inner .title {
            min-height: auto;
            padding-bottom: 5%;
            font-size: 1.125rem; } }
      .section-california #blogs .slick-slide .inner .body,
      .section-florida #blogs .slick-slide .inner .body,
      .section-missouri #blogs .slick-slide .inner .body,
      .section-ohio #blogs .slick-slide .inner .body {
        position: relative;
        font-size: 0;
        text-align: left;
        margin: 5% auto; }
        .section-california #blogs .slick-slide .inner .body a,
        .section-florida #blogs .slick-slide .inner .body a,
        .section-missouri #blogs .slick-slide .inner .body a,
        .section-ohio #blogs .slick-slide .inner .body a {
          height: 11px;
          color: #333;
          font-family: Mulish, sans-serif;
          font-size: 1.075rem;
          line-height: 0;
          border: 1px solid #333;
          text-transform: uppercase;
          padding: 1em 2em;
          left: 0;
          border-radius: 3px; }
          @media only screen and (max-width: 47.9375rem) {
            .section-california #blogs .slick-slide .inner .body a,
            .section-florida #blogs .slick-slide .inner .body a,
            .section-missouri #blogs .slick-slide .inner .body a,
            .section-ohio #blogs .slick-slide .inner .body a {
              padding: 0.9em 0.9em !important; } }
    .section-california #blogs .field-title,
    .section-florida #blogs .field-title,
    .section-missouri #blogs .field-title,
    .section-ohio #blogs .field-title {
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      letter-spacing: -0.03125rem;
      padding-bottom: 0;
      margin-bottom: 0.9375rem !important;
      max-width: 800px;
      line-height: 2.5rem !important; }
      .section-california #blogs .field-title:before,
      .section-florida #blogs .field-title:before,
      .section-missouri #blogs .field-title:before,
      .section-ohio #blogs .field-title:before {
        height: 8px;
        width: 40px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-california #blogs .field-title,
        .section-florida #blogs .field-title,
        .section-missouri #blogs .field-title,
        .section-ohio #blogs .field-title {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
    .section-california #blogs p, .section-california #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california #blogs li,
    .section-florida #blogs p,
    .section-florida #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida #blogs li,
    .section-missouri #blogs p,
    .section-missouri #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri #blogs li,
    .section-ohio #blogs p,
    .section-ohio #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio #blogs li {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303c42;
      max-width: 800px;
      margin: 0 auto 3rem; }
    .section-california #blogs .node-blog,
    .section-florida #blogs .node-blog,
    .section-missouri #blogs .node-blog,
    .section-ohio #blogs .node-blog {
      max-width: 384px;
      min-height: 461px; }
      .section-california #blogs .node-blog a,
      .section-florida #blogs .node-blog a,
      .section-missouri #blogs .node-blog a,
      .section-ohio #blogs .node-blog a {
        max-height: 270px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .section-california #blogs .node-blog.view-mode-short_content .inner,
    .section-florida #blogs .node-blog.view-mode-short_content .inner,
    .section-missouri #blogs .node-blog.view-mode-short_content .inner,
    .section-ohio #blogs .node-blog.view-mode-short_content .inner {
      padding: 2.5rem 2rem 2rem; }
    .section-california #blogs .slick-track,
    .section-florida #blogs .slick-track,
    .section-missouri #blogs .slick-track,
    .section-ohio #blogs .slick-track {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 48rem) {
        .section-california #blogs .slick-track,
        .section-florida #blogs .slick-track,
        .section-missouri #blogs .slick-track,
        .section-ohio #blogs .slick-track {
          width: 100% !important; } }
    .section-california #blogs .slick-slide,
    .section-florida #blogs .slick-slide,
    .section-missouri #blogs .slick-slide,
    .section-ohio #blogs .slick-slide {
      padding: 1rem 0;
      width: 100% !important;
      max-width: 384px; }
      .section-california #blogs .slick-slide img,
      .section-florida #blogs .slick-slide img,
      .section-missouri #blogs .slick-slide img,
      .section-ohio #blogs .slick-slide img {
        -o-object-fit: cover;
           object-fit: cover; }
      .section-california #blogs .slick-slide .inner .title,
      .section-florida #blogs .slick-slide .inner .title,
      .section-missouri #blogs .slick-slide .inner .title,
      .section-ohio #blogs .slick-slide .inner .title {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: 0;
        min-height: auto;
        margin: 0 0 1.75rem;
        font-weight: 600; }
      .section-california #blogs .slick-slide .inner a,
      .section-florida #blogs .slick-slide .inner a,
      .section-missouri #blogs .slick-slide .inner a,
      .section-ohio #blogs .slick-slide .inner a {
        border-bottom: 1px solid #303C42;
        padding: 0;
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
    .section-california #blogs .paragraph-blogs,
    .section-florida #blogs .paragraph-blogs,
    .section-missouri #blogs .paragraph-blogs,
    .section-ohio #blogs .paragraph-blogs {
      width: 100%; }
    @media (max-width: 64rem) {
      .section-california #blogs .slick-slide,
      .section-florida #blogs .slick-slide,
      .section-missouri #blogs .slick-slide,
      .section-ohio #blogs .slick-slide {
        max-width: 299px; }
      .section-california #blogs .node-blog.view-mode-short_content .inner,
      .section-florida #blogs .node-blog.view-mode-short_content .inner,
      .section-missouri #blogs .node-blog.view-mode-short_content .inner,
      .section-ohio #blogs .node-blog.view-mode-short_content .inner {
        padding: 2rem 1.5rem 1.75rem; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
      .section-california #blogs .paragraph-blogs,
      .section-florida #blogs .paragraph-blogs,
      .section-missouri #blogs .paragraph-blogs,
      .section-ohio #blogs .paragraph-blogs {
        width: 100%; } }
    @media (max-width: 48rem) {
      .section-california #blogs .field-title,
      .section-florida #blogs .field-title,
      .section-missouri #blogs .field-title,
      .section-ohio #blogs .field-title {
        max-width: 450px;
        line-height: 1.875rem !important; }
      .section-california #blogs p, .section-california #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-california #blogs li,
      .section-florida #blogs p,
      .section-florida #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-florida #blogs li,
      .section-missouri #blogs p,
      .section-missouri #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-missouri #blogs li,
      .section-ohio #blogs p,
      .section-ohio #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .section-ohio #blogs li {
        max-width: 450px;
        font-size: 0.875rem; }
      .section-california #blogs .slick-arrow,
      .section-california #blogs .slick-dots,
      .section-california #blogs .slick-slide.slick-cloned,
      .section-florida #blogs .slick-arrow,
      .section-florida #blogs .slick-dots,
      .section-florida #blogs .slick-slide.slick-cloned,
      .section-missouri #blogs .slick-arrow,
      .section-missouri #blogs .slick-dots,
      .section-missouri #blogs .slick-slide.slick-cloned,
      .section-ohio #blogs .slick-arrow,
      .section-ohio #blogs .slick-dots,
      .section-ohio #blogs .slick-slide.slick-cloned {
        display: none !important; }
      .section-california #blogs .node-blog,
      .section-florida #blogs .node-blog,
      .section-missouri #blogs .node-blog,
      .section-ohio #blogs .node-blog {
        max-width: 688px;
        min-height: 421px;
        margin-bottom: 0; }
        .section-california #blogs .node-blog a,
        .section-florida #blogs .node-blog a,
        .section-missouri #blogs .node-blog a,
        .section-ohio #blogs .node-blog a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .section-california #blogs .slick-slide,
      .section-florida #blogs .slick-slide,
      .section-missouri #blogs .slick-slide,
      .section-ohio #blogs .slick-slide {
        max-width: 688px;
        margin: 0 auto;
        padding: 0 var(--padding-side); }
        .section-california #blogs .slick-slide + .slick-slide,
        .section-florida #blogs .slick-slide + .slick-slide,
        .section-missouri #blogs .slick-slide + .slick-slide,
        .section-ohio #blogs .slick-slide + .slick-slide {
          margin-top: 2.5rem; }
      .section-california #blogs .slick-list,
      .section-florida #blogs .slick-list,
      .section-missouri #blogs .slick-list,
      .section-ohio #blogs .slick-list {
        height: auto !important;
        overflow: initial; }
      .section-california #blogs .slick-slider .slick-track,
      .section-florida #blogs .slick-slider .slick-track,
      .section-missouri #blogs .slick-slider .slick-track,
      .section-ohio #blogs .slick-slider .slick-track {
        margin-left: 0;
        margin-right: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important; } }
    @media (max-width: 31.25rem) {
      .section-california #blogs .slick-slide,
      .section-florida #blogs .slick-slide,
      .section-missouri #blogs .slick-slide,
      .section-ohio #blogs .slick-slide {
        margin-left: 0;
        margin-right: 0; }
      .section-california #blogs .node-blog,
      .section-florida #blogs .node-blog,
      .section-missouri #blogs .node-blog,
      .section-ohio #blogs .node-blog {
        max-width: 343px;
        min-height: 343px; }
        .section-california #blogs .node-blog a,
        .section-florida #blogs .node-blog a,
        .section-missouri #blogs .node-blog a,
        .section-ohio #blogs .node-blog a {
          max-height: 160px; } }
  .section-california #landing_video_quote,
  .section-florida #landing_video_quote,
  .section-missouri #landing_video_quote,
  .section-ohio #landing_video_quote {
    background: #f5f5f6;
    padding: 3.5em 0; }
    @media (min-width: 64rem) {
      .section-california #landing_video_quote .paragraph-landing-video-quote,
      .section-florida #landing_video_quote .paragraph-landing-video-quote,
      .section-missouri #landing_video_quote .paragraph-landing-video-quote,
      .section-ohio #landing_video_quote .paragraph-landing-video-quote {
        vertical-align: top; }
      .section-california #landing_video_quote .slick-slide,
      .section-california #landing_video_quote .paragraph-landing-video-quote-inner,
      .section-california #landing_video_quote .video-quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-california #landing_video_quote .video,
      .section-california #landing_video_quote .embedded-video,
      .section-california #landing_video_quote .player,
      .section-california #landing_video_quote iframe,
      .section-florida #landing_video_quote .slick-slide,
      .section-florida #landing_video_quote .paragraph-landing-video-quote-inner,
      .section-florida #landing_video_quote .video-quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-florida #landing_video_quote .video,
      .section-florida #landing_video_quote .embedded-video,
      .section-florida #landing_video_quote .player,
      .section-florida #landing_video_quote iframe,
      .section-missouri #landing_video_quote .slick-slide,
      .section-missouri #landing_video_quote .paragraph-landing-video-quote-inner,
      .section-missouri #landing_video_quote .video-quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-missouri #landing_video_quote .video,
      .section-missouri #landing_video_quote .embedded-video,
      .section-missouri #landing_video_quote .player,
      .section-missouri #landing_video_quote iframe,
      .section-ohio #landing_video_quote .slick-slide,
      .section-ohio #landing_video_quote .paragraph-landing-video-quote-inner,
      .section-ohio #landing_video_quote .video-quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-ohio #landing_video_quote .video,
      .section-ohio #landing_video_quote .embedded-video,
      .section-ohio #landing_video_quote .player,
      .section-ohio #landing_video_quote iframe {
        height: 100%; }
      .section-california #landing_video_quote iframe,
      .section-florida #landing_video_quote iframe,
      .section-missouri #landing_video_quote iframe,
      .section-ohio #landing_video_quote iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%; } }
    .section-california #landing_video_quote .quote-wrapper,
    .section-florida #landing_video_quote .quote-wrapper,
    .section-missouri #landing_video_quote .quote-wrapper,
    .section-ohio #landing_video_quote .quote-wrapper {
      margin-top: 0; }
      @media (max-width: 63.9375rem) {
        .section-california #landing_video_quote .quote-wrapper,
        .section-florida #landing_video_quote .quote-wrapper,
        .section-missouri #landing_video_quote .quote-wrapper,
        .section-ohio #landing_video_quote .quote-wrapper {
          padding-top: 1.875rem; } }
    @media (max-width: 63.9375rem) {
      .section-california #landing_video_quote > .row,
      .section-florida #landing_video_quote > .row,
      .section-missouri #landing_video_quote > .row,
      .section-ohio #landing_video_quote > .row {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
    .section-california #landing_video_quote .paragraph-landing-video-quote,
    .section-florida #landing_video_quote .paragraph-landing-video-quote,
    .section-missouri #landing_video_quote .paragraph-landing-video-quote,
    .section-ohio #landing_video_quote .paragraph-landing-video-quote {
      margin-top: 0; }
      @media (max-width: 63.9375rem) {
        .section-california #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-florida #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-missouri #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-ohio #landing_video_quote .paragraph-landing-video-quote iframe {
          min-height: auto;
          height: 242px;
          margin-right: -0.0625rem; } }
      @media (max-width: 28.75rem) {
        .section-california #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-florida #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-missouri #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-ohio #landing_video_quote .paragraph-landing-video-quote iframe {
          height: 235px; } }
      @media (max-width: 31.25rem) {
        .section-california #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-florida #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-missouri #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-ohio #landing_video_quote .paragraph-landing-video-quote iframe {
          height: 220px; } }
      @media (max-width: 25rem) {
        .section-california #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-florida #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-missouri #landing_video_quote .paragraph-landing-video-quote iframe,
        .section-ohio #landing_video_quote .paragraph-landing-video-quote iframe {
          height: 175px; } }
    .section-california #landing_video_quote .paragraph-landing-video-quote-inner,
    .section-florida #landing_video_quote .paragraph-landing-video-quote-inner,
    .section-missouri #landing_video_quote .paragraph-landing-video-quote-inner,
    .section-ohio #landing_video_quote .paragraph-landing-video-quote-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #fff;
      width: initial;
      min-height: 431px; }
      @media (max-width: 63.9375rem) {
        .section-california #landing_video_quote .paragraph-landing-video-quote-inner,
        .section-florida #landing_video_quote .paragraph-landing-video-quote-inner,
        .section-missouri #landing_video_quote .paragraph-landing-video-quote-inner,
        .section-ohio #landing_video_quote .paragraph-landing-video-quote-inner {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    .section-california #landing_video_quote .field-title:before,
    .section-florida #landing_video_quote .field-title:before,
    .section-missouri #landing_video_quote .field-title:before,
    .section-ohio #landing_video_quote .field-title:before {
      display: none; }
    .section-california #landing_video_quote .field-card-slides,
    .section-florida #landing_video_quote .field-card-slides,
    .section-missouri #landing_video_quote .field-card-slides,
    .section-ohio #landing_video_quote .field-card-slides {
      position: relative;
      -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1); }
      .section-california #landing_video_quote .field-card-slides .slick-track,
      .section-florida #landing_video_quote .field-card-slides .slick-track,
      .section-missouri #landing_video_quote .field-card-slides .slick-track,
      .section-ohio #landing_video_quote .field-card-slides .slick-track {
        background: white; }
      .section-california #landing_video_quote .field-card-slides .slick-arrow,
      .section-florida #landing_video_quote .field-card-slides .slick-arrow,
      .section-missouri #landing_video_quote .field-card-slides .slick-arrow,
      .section-ohio #landing_video_quote .field-card-slides .slick-arrow {
        top: 47%;
        border-radius: 0;
        width: 45px;
        height: 40px;
        background-size: cover;
        position: absolute;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        border: none;
        color: transparent;
        cursor: pointer;
        z-index: 50;
        padding: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .section-california #landing_video_quote .field-card-slides .slick-arrow.slick-disabled,
        .section-florida #landing_video_quote .field-card-slides .slick-arrow.slick-disabled,
        .section-missouri #landing_video_quote .field-card-slides .slick-arrow.slick-disabled,
        .section-ohio #landing_video_quote .field-card-slides .slick-arrow.slick-disabled {
          display: none !important; }
        .section-california #landing_video_quote .field-card-slides .slick-arrow::before,
        .section-florida #landing_video_quote .field-card-slides .slick-arrow::before,
        .section-missouri #landing_video_quote .field-card-slides .slick-arrow::before,
        .section-ohio #landing_video_quote .field-card-slides .slick-arrow::before {
          display: none !important; }
        @media (max-width: 31.25rem) {
          .section-california #landing_video_quote .field-card-slides .slick-arrow,
          .section-florida #landing_video_quote .field-card-slides .slick-arrow,
          .section-missouri #landing_video_quote .field-card-slides .slick-arrow,
          .section-ohio #landing_video_quote .field-card-slides .slick-arrow {
            width: 20px; } }
        @media (min-width: 64rem) {
          .section-california #landing_video_quote .field-card-slides .slick-arrow,
          .section-florida #landing_video_quote .field-card-slides .slick-arrow,
          .section-missouri #landing_video_quote .field-card-slides .slick-arrow,
          .section-ohio #landing_video_quote .field-card-slides .slick-arrow {
            display: none !important; } }
        .section-california #landing_video_quote .field-card-slides .slick-arrow:focus,
        .section-florida #landing_video_quote .field-card-slides .slick-arrow:focus,
        .section-missouri #landing_video_quote .field-card-slides .slick-arrow:focus,
        .section-ohio #landing_video_quote .field-card-slides .slick-arrow:focus {
          outline: 0 !important; }
      .section-california #landing_video_quote .field-card-slides .slick-prev,
      .section-florida #landing_video_quote .field-card-slides .slick-prev,
      .section-missouri #landing_video_quote .field-card-slides .slick-prev,
      .section-ohio #landing_video_quote .field-card-slides .slick-prev {
        background-image: url("../../images/left-arrow.svg");
        left: -53px; }
        @media (max-width: 31.25rem) {
          .section-california #landing_video_quote .field-card-slides .slick-prev,
          .section-florida #landing_video_quote .field-card-slides .slick-prev,
          .section-missouri #landing_video_quote .field-card-slides .slick-prev,
          .section-ohio #landing_video_quote .field-card-slides .slick-prev {
            left: -24px; } }
      .section-california #landing_video_quote .field-card-slides .slick-next,
      .section-florida #landing_video_quote .field-card-slides .slick-next,
      .section-missouri #landing_video_quote .field-card-slides .slick-next,
      .section-ohio #landing_video_quote .field-card-slides .slick-next {
        background-image: url("../../images/right-arrow.svg");
        right: -53px; }
        @media (max-width: 31.25rem) {
          .section-california #landing_video_quote .field-card-slides .slick-next,
          .section-florida #landing_video_quote .field-card-slides .slick-next,
          .section-missouri #landing_video_quote .field-card-slides .slick-next,
          .section-ohio #landing_video_quote .field-card-slides .slick-next {
            right: -24px; } }
    .section-california #landing_video_quote .slick-dots,
    .section-florida #landing_video_quote .slick-dots,
    .section-missouri #landing_video_quote .slick-dots,
    .section-ohio #landing_video_quote .slick-dots {
      position: absolute;
      padding-bottom: 0.9375rem !important;
      bottom: 0;
      left: 0;
      padding: 0;
      width: 33%;
      background: transparent;
      margin: 0 auto; }
      @media (min-width: 62.5rem) {
        .section-california #landing_video_quote .slick-dots,
        .section-florida #landing_video_quote .slick-dots,
        .section-missouri #landing_video_quote .slick-dots,
        .section-ohio #landing_video_quote .slick-dots {
          width: 38%; } }
      @media (max-width: 63.9375rem) {
        .section-california #landing_video_quote .slick-dots,
        .section-florida #landing_video_quote .slick-dots,
        .section-missouri #landing_video_quote .slick-dots,
        .section-ohio #landing_video_quote .slick-dots {
          width: 100%; } }
      .section-california #landing_video_quote .slick-dots li,
      .section-florida #landing_video_quote .slick-dots li,
      .section-missouri #landing_video_quote .slick-dots li,
      .section-ohio #landing_video_quote .slick-dots li {
        cursor: pointer;
        list-style: none;
        display: inline-block;
        margin: auto 0.3125rem; }
        .section-california #landing_video_quote .slick-dots li.slick-active button,
        .section-florida #landing_video_quote .slick-dots li.slick-active button,
        .section-missouri #landing_video_quote .slick-dots li.slick-active button,
        .section-ohio #landing_video_quote .slick-dots li.slick-active button {
          background: #303c42; }
      .section-california #landing_video_quote .slick-dots li,
      .section-florida #landing_video_quote .slick-dots li,
      .section-missouri #landing_video_quote .slick-dots li,
      .section-ohio #landing_video_quote .slick-dots li {
        margin: auto 0.4375rem; }
        .section-california #landing_video_quote .slick-dots li button,
        .section-florida #landing_video_quote .slick-dots li button,
        .section-missouri #landing_video_quote .slick-dots li button,
        .section-ohio #landing_video_quote .slick-dots li button {
          background-color: #e6e7e8 !important; }
          .section-california #landing_video_quote .slick-dots li button:focus, .section-california #landing_video_quote .slick-dots li button:hover,
          .section-florida #landing_video_quote .slick-dots li button:focus,
          .section-florida #landing_video_quote .slick-dots li button:hover,
          .section-missouri #landing_video_quote .slick-dots li button:focus,
          .section-missouri #landing_video_quote .slick-dots li button:hover,
          .section-ohio #landing_video_quote .slick-dots li button:focus,
          .section-ohio #landing_video_quote .slick-dots li button:hover {
            outline: 0 !important; }
      .section-california #landing_video_quote .slick-dots li.slick-active button,
      .section-florida #landing_video_quote .slick-dots li.slick-active button,
      .section-missouri #landing_video_quote .slick-dots li.slick-active button,
      .section-ohio #landing_video_quote .slick-dots li.slick-active button {
        background-color: #c5d54f !important; }
        .section-california #landing_video_quote .slick-dots li.slick-active button:focus,
        .section-florida #landing_video_quote .slick-dots li.slick-active button:focus,
        .section-missouri #landing_video_quote .slick-dots li.slick-active button:focus,
        .section-ohio #landing_video_quote .slick-dots li.slick-active button:focus {
          outline: 0 !important; }
      .section-california #landing_video_quote .slick-dots button,
      .section-florida #landing_video_quote .slick-dots button,
      .section-missouri #landing_video_quote .slick-dots button,
      .section-ohio #landing_video_quote .slick-dots button {
        text-indent: -99999px;
        border-radius: 50%;
        border: none;
        width: 15px;
        height: 15px;
        display: inline-block;
        padding: 0;
        margin: 0;
        cursor: pointer; }
        .section-california #landing_video_quote .slick-dots button:focus,
        .section-florida #landing_video_quote .slick-dots button:focus,
        .section-missouri #landing_video_quote .slick-dots button:focus,
        .section-ohio #landing_video_quote .slick-dots button:focus {
          outline: 0 !important; }
    .section-california #landing_video_quote .slick-slide,
    .section-florida #landing_video_quote .slick-slide,
    .section-missouri #landing_video_quote .slick-slide,
    .section-ohio #landing_video_quote .slick-slide {
      display: inline-block;
      vertical-align: top; }
      .section-california #landing_video_quote .slick-slide:focus,
      .section-florida #landing_video_quote .slick-slide:focus,
      .section-missouri #landing_video_quote .slick-slide:focus,
      .section-ohio #landing_video_quote .slick-slide:focus {
        outline: 0 !important; }
      .section-california #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(1),
      .section-florida #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(1),
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(1),
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .section-california #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(2),
      .section-florida #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(2),
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(2),
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper .row-wrapper:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .section-california #landing_video_quote .slick-slide .quote-wrapper .quote,
      .section-florida #landing_video_quote .slick-slide .quote-wrapper .quote,
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper .quote,
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper .quote {
        font-family: Muli;
        font-size: 1rem;
        line-height: 2.4375rem;
        letter-spacing: 0;
        font-weight: normal;
        margin-top: 2.5rem; }
        .section-california #landing_video_quote .slick-slide .quote-wrapper .quote::before,
        .section-florida #landing_video_quote .slick-slide .quote-wrapper .quote::before,
        .section-missouri #landing_video_quote .slick-slide .quote-wrapper .quote::before,
        .section-ohio #landing_video_quote .slick-slide .quote-wrapper .quote::before {
          margin-bottom: 1.25rem !important; }
      .section-california #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-florida #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote {
        padding: 0 1.875rem; }
        @media (max-width: 63.9375rem) {
          .section-california #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
          .section-florida #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
          .section-missouri #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote,
          .section-ohio #landing_video_quote .slick-slide .quote-wrapper .row-wrapper.paragraph-landing-video-quote {
            padding: 0 0.9375rem; } }
      @media (max-width: 63.9375rem) {
        .section-california #landing_video_quote .slick-slide .quote-wrapper,
        .section-florida #landing_video_quote .slick-slide .quote-wrapper,
        .section-missouri #landing_video_quote .slick-slide .quote-wrapper,
        .section-ohio #landing_video_quote .slick-slide .quote-wrapper {
          margin-bottom: 0;
          height: auto; } }
      .section-california #landing_video_quote .slick-slide .quote-wrapper .row-wrapper,
      .section-california #landing_video_quote .slick-slide .video-quote-wrapper .row-wrapper,
      .section-florida #landing_video_quote .slick-slide .quote-wrapper .row-wrapper,
      .section-florida #landing_video_quote .slick-slide .video-quote-wrapper .row-wrapper,
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper .row-wrapper,
      .section-missouri #landing_video_quote .slick-slide .video-quote-wrapper .row-wrapper,
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper .row-wrapper,
      .section-ohio #landing_video_quote .slick-slide .video-quote-wrapper .row-wrapper {
        width: 100%; }
      .section-california #landing_video_quote .slick-slide .video-quote-wrapper,
      .section-florida #landing_video_quote .slick-slide .video-quote-wrapper,
      .section-missouri #landing_video_quote .slick-slide .video-quote-wrapper,
      .section-ohio #landing_video_quote .slick-slide .video-quote-wrapper {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 62%;
                flex: 0 0 62%;
        width: 62%;
        float: none;
        -ms-flex-line-pack: center;
            align-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 63.9375rem) {
          .section-california #landing_video_quote .slick-slide .video-quote-wrapper,
          .section-florida #landing_video_quote .slick-slide .video-quote-wrapper,
          .section-missouri #landing_video_quote .slick-slide .video-quote-wrapper,
          .section-ohio #landing_video_quote .slick-slide .video-quote-wrapper {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            width: 100%;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
        .section-california #landing_video_quote .slick-slide .video-quote-wrapper .video,
        .section-florida #landing_video_quote .slick-slide .video-quote-wrapper .video,
        .section-missouri #landing_video_quote .slick-slide .video-quote-wrapper .video,
        .section-ohio #landing_video_quote .slick-slide .video-quote-wrapper .video {
          margin: 0; }
      .section-california #landing_video_quote .slick-slide .quote-wrapper,
      .section-florida #landing_video_quote .slick-slide .quote-wrapper,
      .section-missouri #landing_video_quote .slick-slide .quote-wrapper,
      .section-ohio #landing_video_quote .slick-slide .quote-wrapper {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%;
        width: 27%;
        margin-left: 0;
        float: none;
        -ms-flex-line-pack: center;
            align-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 63.9375rem) {
          .section-california #landing_video_quote .slick-slide .quote-wrapper,
          .section-florida #landing_video_quote .slick-slide .quote-wrapper,
          .section-missouri #landing_video_quote .slick-slide .quote-wrapper,
          .section-ohio #landing_video_quote .slick-slide .quote-wrapper {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            width: 100%;
            margin-left: 0 !important;
            margin-top: 0;
            padding-bottom: 2.5rem; } }
      .section-california #landing_video_quote .slick-slide .quote,
      .section-florida #landing_video_quote .slick-slide .quote,
      .section-missouri #landing_video_quote .slick-slide .quote,
      .section-ohio #landing_video_quote .slick-slide .quote {
        line-height: 2.1875rem;
        font-size: 1.375rem;
        font-family: Mulish, sans-serif;
        margin-top: 0;
        margin-right: 0;
        font-weight: normal; }
      .section-california #landing_video_quote .slick-slide .quote-author,
      .section-florida #landing_video_quote .slick-slide .quote-author,
      .section-missouri #landing_video_quote .slick-slide .quote-author,
      .section-ohio #landing_video_quote .slick-slide .quote-author {
        display: grid;
        grid-template-columns: 70px auto; }
        @media (max-width: 63.9375rem) {
          .section-california #landing_video_quote .slick-slide .quote-author,
          .section-florida #landing_video_quote .slick-slide .quote-author,
          .section-missouri #landing_video_quote .slick-slide .quote-author,
          .section-ohio #landing_video_quote .slick-slide .quote-author {
            grid-template-columns: 50px auto; } }
      .section-california #landing_video_quote .slick-slide .quote-author-info,
      .section-florida #landing_video_quote .slick-slide .quote-author-info,
      .section-missouri #landing_video_quote .slick-slide .quote-author-info,
      .section-ohio #landing_video_quote .slick-slide .quote-author-info {
        padding-left: 0.9375rem;
        font-family: Mulish, sans-serif;
        font-size: 1.125rem;
        line-height: 0;
        width: auto;
        grid-row: 1 / 2; }
      .section-california #landing_video_quote .slick-slide .quote-author-image,
      .section-florida #landing_video_quote .slick-slide .quote-author-image,
      .section-missouri #landing_video_quote .slick-slide .quote-author-image,
      .section-ohio #landing_video_quote .slick-slide .quote-author-image {
        grid-row: 1 / 2;
        width: 100%; }
        .section-california #landing_video_quote .slick-slide .quote-author-image img,
        .section-florida #landing_video_quote .slick-slide .quote-author-image img,
        .section-missouri #landing_video_quote .slick-slide .quote-author-image img,
        .section-ohio #landing_video_quote .slick-slide .quote-author-image img {
          width: auto;
          height: auto; }
    .section-california #landing_video_quote iframe .player,
    .section-florida #landing_video_quote iframe .player,
    .section-missouri #landing_video_quote iframe .player,
    .section-ohio #landing_video_quote iframe .player {
      width: 100%; }
  @media (max-width: 64rem) {
    .section-california .field-title,
    .section-florida .field-title,
    .section-missouri .field-title,
    .section-ohio .field-title {
      font-size: 1.5rem !important;
      line-height: 1.875rem; } }
  @media (max-width: 48rem) and (min-width: 31.25rem) {
    .section-california .header-imagen-moviles,
    .section-florida .header-imagen-moviles,
    .section-missouri .header-imagen-moviles,
    .section-ohio .header-imagen-moviles {
      min-height: 400px !important;
      position: relative; }
      .section-california .header-imagen-moviles::before,
      .section-florida .header-imagen-moviles::before,
      .section-missouri .header-imagen-moviles::before,
      .section-ohio .header-imagen-moviles::before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
        top: 0px;
        left: 0px;
        z-index: 2; }
      .section-california .header-imagen-moviles .page-heading-overlay .header-content,
      .section-florida .header-imagen-moviles .page-heading-overlay .header-content,
      .section-missouri .header-imagen-moviles .page-heading-overlay .header-content,
      .section-ohio .header-imagen-moviles .page-heading-overlay .header-content {
        z-index: 9;
        top: 20px;
        left: 20px; } }
  @media (max-width: 31.25rem) {
    .section-california .header-imagen-moviles,
    .section-florida .header-imagen-moviles,
    .section-missouri .header-imagen-moviles,
    .section-ohio .header-imagen-moviles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .section-california .header-imagen-moviles::before,
      .section-florida .header-imagen-moviles::before,
      .section-missouri .header-imagen-moviles::before,
      .section-ohio .header-imagen-moviles::before {
        display: none; }
      .section-california .header-imagen-moviles .mobile-header,
      .section-florida .header-imagen-moviles .mobile-header,
      .section-missouri .header-imagen-moviles .mobile-header,
      .section-ohio .header-imagen-moviles .mobile-header {
        position: relative;
        height: 400px; }
        .section-california .header-imagen-moviles .mobile-header img,
        .section-florida .header-imagen-moviles .mobile-header img,
        .section-missouri .header-imagen-moviles .mobile-header img,
        .section-ohio .header-imagen-moviles .mobile-header img {
          position: absolute;
          left: 90%;
          width: auto;
          height: 100%;
          top: 0px;
          -webkit-transform: translateX(-90%);
                  transform: translateX(-90%);
          max-width: none; }
    .section-california .page-heading .page-heading-overlay .header-content,
    .section-florida .page-heading .page-heading-overlay .header-content,
    .section-missouri .page-heading .page-heading-overlay .header-content,
    .section-ohio .page-heading .page-heading-overlay .header-content {
      margin: 0 !important;
      top: 0px !important;
      left: 0px; }
      .section-california .page-heading .page-heading-overlay .header-content h1,
      .section-florida .page-heading .page-heading-overlay .header-content h1,
      .section-missouri .page-heading .page-heading-overlay .header-content h1,
      .section-ohio .page-heading .page-heading-overlay .header-content h1 {
        color: #000;
        font-size: 2rem;
        line-height: 2.5rem; }
    .section-california .field-title,
    .section-florida .field-title,
    .section-missouri .field-title,
    .section-ohio .field-title {
      text-align: left; }
      .section-california .field-title::before,
      .section-florida .field-title::before,
      .section-missouri .field-title::before,
      .section-ohio .field-title::before {
        margin: 0 0 0.5em; } }

/*FAQ*/
.section-faq {
  /*Texto inferior*/ }
  .section-faq p, .section-faq .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq li {
    color: #303c41; }
  .section-faq main {
    padding-top: 6.3125rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-faq main {
        padding-top: 3.875rem; } }
    .section-faq main .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .section-faq .page-heading {
    display: none !important; }
  .section-faq .paragraph-body-text:first-child {
    margin-top: 1.25rem;
    padding-bottom: 0; }
    @media (max-width: 63.9375rem) {
      .section-faq .paragraph-body-text:first-child {
        margin-top: 14%; } }
    .section-faq .paragraph-body-text:first-child h2 {
      color: #303c41;
      width: 68%;
      margin: 0 auto;
      padding-bottom: 1%;
      font-size: 2rem;
      font-weight: bold;
      position: relative;
      width: 100%;
      margin-bottom: 1.375rem;
      letter-spacing: 0; }
      .section-faq .paragraph-body-text:first-child h2:before {
        height: 7px;
        width: 44px;
        background-color: #c5d54f;
        content: "";
        display: block;
        margin: 0 auto 0.5em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-faq .paragraph-body-text:first-child h2 {
          width: 95% !important;
          font-size: 1.875rem;
          line-height: 2rem;
          margin-bottom: 8%; } }
      @media (max-width: 63.9375rem) {
        .section-faq .paragraph-body-text:first-child h2 {
          margin-bottom: 5%; } }
    .section-faq .paragraph-body-text:first-child p, .section-faq .paragraph-body-text:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .paragraph-body-text:first-child li {
      font-family: Mulish, sans-serif;
      color: #303c41;
      margin-bottom: 4%;
      font-size: 1rem; }
      @media (max-width: 63.9375rem) {
        .section-faq .paragraph-body-text:first-child p, .section-faq .paragraph-body-text:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .paragraph-body-text:first-child li {
          margin-bottom: 8%; } }
      .section-faq .paragraph-body-text:first-child p:last-child, .section-faq .paragraph-body-text:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li:last-child, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .paragraph-body-text:first-child li:last-child {
        margin-bottom: 0; }
    .section-faq .paragraph-body-text:first-child .small-12 {
      width: 82% !important;
      margin: 0 auto; }
      @media (max-width: 63.9375rem) {
        .section-faq .paragraph-body-text:first-child .small-12 {
          width: 95% !important; } }
  .section-faq .paragraph-body-text p, .section-faq .paragraph-body-text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .paragraph-body-text li {
    font-family: Mulish, sans-serif;
    color: #242e32;
    margin-bottom: 0.1em;
    font-size: 0.9375rem; }
  .section-faq .paragraph-body-text .small-12 {
    width: 82% !important;
    margin: 0 auto; }
    @media (max-width: 63.9375rem) {
      .section-faq .paragraph-body-text .small-12 {
        width: 95% !important; } }
  @media (max-width: 63.9375rem) {
    .section-faq .landing-paragraph {
      margin-top: 6em !important; } }
  .section-faq .landing-paragraph .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center !important;
    letter-spacing: 0 !important; }
    .section-faq .landing-paragraph .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-faq .landing-paragraph .field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-faq .landing-paragraph .field-body p, .section-faq .landing-paragraph .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .landing-paragraph .field-body li {
    color: #3e4d52;
    font-size: 0.9375rem;
    letter-spacing: 0;
    padding: 0 1.1875rem; }
  .section-faq .landing-paragraph p, .section-faq .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .landing-paragraph li {
    width: 68%;
    margin: 0 auto 1.5%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-faq .landing-paragraph p, .section-faq .landing-paragraph .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-faq .landing-paragraph li {
        width: 95%;
        line-height: 1.625rem;
        font-size: 0.875rem;
        margin-bottom: 5%; } }
  .section-faq .pace-paragraph {
    margin: 0 auto;
    text-align: center;
    display: block; }
  .section-faq .paragraph-landing-text-block {
    background: #f5f5f6;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin-top: 0;
    text-align: center; }
    .section-faq .paragraph-landing-text-block .columns {
      padding: 3.75rem 0; }
      @media (max-width: 63.9375rem) {
        .section-faq .paragraph-landing-text-block .columns {
          padding: 2.5rem 0; } }
    .section-faq .paragraph-landing-text-block a {
      color: #333 !important; }

/*Page privacy rigth*/
.node-type-page main {
  padding-top: 6.3125rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-page main {
      padding-top: 3.875rem; } }
  .node-type-page main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.node-type-page .page-content {
  margin-top: 3.125rem; }

.node-type-page h1 {
  color: #303c41;
  width: 68%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  font-family: Mulish, sans-serif;
  text-align: center; }
  .node-type-page h1:before {
    height: 0px;
    width: 0px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto 0.5em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-page h1 {
      width: 95% !important;
      font-size: 1.875rem;
      line-height: 2rem;
      margin-bottom: 8%; } }

.node-type-page p, .node-type-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-page li {
  margin: 0 auto;
  font-family: Mulish, sans-serif; }

.node-type-page a {
  color: #303c41;
  font-weight: bold; }

.node-type-page table {
  margin: 0 auto; }

@media (max-width: 63.9375rem) {
  .node-type-section-page header {
    z-index: 1040; } }

.node-type-section-page .page-heading .desktop-header {
  height: 523px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 394px;
  text-align: center; }
  @media (max-width: 63.9375rem) {
    .node-type-section-page .page-heading .desktop-header {
      height: auto; } }
  .node-type-section-page .page-heading .desktop-header img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 63.9375rem) {
  .node-type-section-page .page-heading .header-content {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (max-width: 63.9375rem) {
  .node-type-section-page .header-imagen-moviles {
    max-height: initial !important;
    min-height: auto !important;
    position: relative; } }

@media (max-width: 63.9375rem) {
  .node-type-section-page .header-imagen-moviles .header-content {
    top: initial !important;
    position: relative;
    margin-top: 24%;
    margin-bottom: 12%; } }

.node-type-section-page .header-imagen-moviles .mobile-header {
  display: none; }
  @media (max-width: 30rem) {
    .node-type-section-page .header-imagen-moviles .mobile-header {
      display: block;
      position: absolute;
      top: 0;
      z-index: 0;
      width: 100%; } }
  .node-type-section-page .header-imagen-moviles .mobile-header img {
    width: 100%;
    height: auto; }

.node-type-section-page .header-imagen-moviles .desktop-header {
  width: 100%; }
  .node-type-section-page .header-imagen-moviles .desktop-header img {
    min-width: 100%; }
  @media (max-width: 30rem) {
    .node-type-section-page .header-imagen-moviles .desktop-header {
      display: none; } }

@media (max-width: 63.9375rem) {
  .node-type-section-page .header-imagen-moviles picture {
    display: none; } }

@media (max-width: 63.9375rem) {
  .node-type-section-page .landing-paragraph {
    margin-top: 2em; } }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .page-heading {
    max-height: 770px !important; } }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .page-heading .header-content {
    position: initial;
    margin-top: 9% !important;
    margin-bottom: 0; }
    .section-renewable-energy .page-heading .header-content .description h1,
    .section-renewable-energy .page-heading .header-content h1 {
      color: #000 !important; } }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .header-imagen-moviles {
    max-height: initial !important;
    min-height: auto !important;
    position: relative; } }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .header-imagen-moviles .header-content {
    top: initial !important;
    position: relative;
    margin-top: 24%;
    margin-bottom: 12%; } }

.section-renewable-energy .header-imagen-moviles .mobile-header {
  display: none; }
  @media (max-width: 30rem) {
    .section-renewable-energy .header-imagen-moviles .mobile-header {
      display: block;
      position: relative;
      top: 0;
      z-index: 0;
      width: 100%; } }
  .section-renewable-energy .header-imagen-moviles .mobile-header img {
    width: 100%;
    height: auto; }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .header-imagen-moviles picture {
    display: none; } }

/*Renewable energy*/
.section-renewable-energy main {
  padding-top: 6.3125rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-renewable-energy main {
      padding-top: 3.875rem; } }
  .section-renewable-energy main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.section-renewable-energy .page-heading {
  max-height: 337px !important; }
  .section-renewable-energy .page-heading .page-heading-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-renewable-energy .page-heading .header-content {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .page-heading .header-content {
        width: 100% !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        margin-top: 2.0625rem; } }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .page-heading {
      max-height: 770px !important; } }
  .section-renewable-energy .page-heading .header-content {
    top: calc(168px - 73px) !important;
    width: 78%; }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .page-heading .header-content {
        line-height: 1em !important;
        font-size: 1.6875rem !important;
        position: initial;
        margin-top: 9% !important;
        margin-bottom: 0; } }
    .section-renewable-energy .page-heading .header-content h1 {
      display: none; }
  .section-renewable-energy .page-heading .description h1 {
    display: block !important;
    line-height: 1.12em;
    color: #fff;
    text-shadow: none !important;
    font-size: 2.16438rem;
    font-weight: 900; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .page-heading .description h1 {
        line-height: 1; } }
    .section-renewable-energy .page-heading .description h1:before {
      height: 8px;
      width: 48px; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-renewable-energy .page-heading .description h1:before {
          display: block; } }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .page-heading .description h1::before {
        display: block; } }

.section-renewable-energy .icon-group-horizontal {
  margin-top: 2.6rem; }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .icon-group-horizontal {
      padding: 0 0.625rem; } }
  .section-renewable-energy .icon-group-horizontal h2 {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    letter-spacing: 0; }
    .section-renewable-energy .icon-group-horizontal h2:before {
      height: 8px;
      width: 48px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .icon-group-horizontal h2 {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5%; }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 {
        width: 90%;
        padding: 0; } }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item {
      width: 50%;
      padding: 1em 1.25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 46%;
              flex: 0 0 46%;
      margin-right: 4%;
      margin-bottom: 8%; }
      @media (max-width: 63.9375rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item {
          width: 90%;
          padding: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item:nth-child(2n) {
        margin-right: 0;
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        @media (max-width: 63.9375rem) {
          .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item:nth-child(2n) {
            width: 90%;
            padding: 0;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item:first-child .field-title:after {
        content: "1"; }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .icon-item:nth-child(4) .field-title:after {
        content: "2"; }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .content-area {
      padding: 0 0.625rem;
      width: 71%; }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .content-area {
          text-align: left;
          width: 70%; } }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 span {
      color: #ced7e4;
      font-family: Mulish, sans-serif;
      font-size: 5.1875rem;
      display: block;
      line-height: 3.875rem;
      float: left;
      width: 20%;
      margin-right: 0.625rem; }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 span {
          font-size: 4.6875rem;
          margin-right: 0.75rem; } }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-title {
      font-size: 1.1875rem;
      font-family: Mulish, sans-serif;
      color: #242e32;
      line-height: 1.1em;
      margin-bottom: 5%;
      position: relative;
      float: left;
      display: block;
      width: 75%;
      margin-bottom: 1.875rem; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-title {
          font-size: 1.0625rem;
          width: 72%; } }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-title {
          font-size: 1rem;
          width: calc(100% - 28%);
          margin-bottom: 1.25em;
          line-height: 1.25em; } }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-title:after {
        position: absolute;
        bottom: 0;
        font-size: 0.625rem;
        margin-left: 0.0625rem;
        margin-bottom: 0.375rem; }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-body {
      padding-top: 0.625rem; }
      @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-body {
          margin-top: 1.25rem; } }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-body p, .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-body li {
        color: #242e32;
        font-family: Mulish, sans-serif;
        font-size: 0.8125rem;
        line-height: 1.4em;
        letter-spacing: 0; }
    .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-image {
      padding: 0;
      width: 29%; }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-image {
          width: 30%; } }
      .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-image img {
        width: 94%; }
        @media only screen and (max-width: 47.9375rem) {
          .section-renewable-energy .icon-group-horizontal .small-block-grid-1.large-block-grid-3 .field-image img {
            width: 100%; } }

.section-renewable-energy .content-normal {
  width: 68%;
  margin: 0 auto; }
  @media only screen and (max-width: 47.9375rem) {
    .section-renewable-energy .content-normal {
      width: 90%;
      padding: 3.75rem 0; } }
  .section-renewable-energy .content-normal .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 2%; }
    .section-renewable-energy .content-normal .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .content-normal .field-title {
        width: 95% !important;
        font-size: 2.0625rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-renewable-energy .content-normal .field-subtitle {
    font-size: 0.9375rem;
    color: #242e32;
    font-family: Mulish, sans-serif;
    margin-bottom: 4%; }
  .section-renewable-energy .content-normal a {
    /* padding: 0.7em 5.2em 0.7em 0.7em;*/
    padding: 0.7em 1.25rem;
    font-size: 0.7825rem;
    color: #242e32;
    position: relative;
    text-align: left;
    width: auto;
    margin: 0 auto;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0.6em 9.2em 0.6em 1.3em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .content-normal a {
        padding: 0.7em 1em; } }
    .section-renewable-energy .content-normal a:after {
      content: "";
      background-image: url("../../images/right-arrow.svg");
      width: 20px;
      height: 20px;
      margin-left: 0.625rem; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy .content-normal a {
        margin-top: 3%;
        padding: 0.6em 9.2em 0.6em 1.3em; } }
    .section-renewable-energy .content-normal a:after {
      right: 0;
      margin-right: 10%; }

.section-renewable-energy .paragraph-pace-left-right-image-text .row {
  margin: 0 auto;
  width: 68%; }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .paragraph-pace-left-right-image-text .row {
      width: 100%; } }

.section-renewable-energy .left {
  padding-right: 1.5rem; }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .left {
      padding: 0;
      margin-bottom: 2.5rem; } }
  .section-renewable-energy .left .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 2%;
    font-family: Mulish, sans-serif;
    width: 100%; }
    .section-renewable-energy .left .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .left .field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-renewable-energy .left .field-body,
  .section-renewable-energy .left p,
  .section-renewable-energy .left .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .left li {
    font-size: 0.9375rem;
    color: #242e32;
    font-family: Mulish, sans-serif;
    margin-bottom: 4%;
    letter-spacing: 0; }
    .section-renewable-energy .left .field-body a,
    .section-renewable-energy .left p a,
    .section-renewable-energy .left .guidelines-landing-page .state-tiles > .state-tiles-texts li a,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .left li a {
      font-size: 0.9375rem;
      color: #242e32;
      font-family: Mulish, sans-serif; }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .right .field-image-wrapper {
    display: block; } }

@media (max-width: 63.9375rem) {
  .section-renewable-energy .paragraph-pace-left-right-image-text {
    margin: 0;
    padding-bottom: 0; } }

.section-renewable-energy .paragraph-body-text {
  width: 68%;
  margin: 0 auto; }
  @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
    .section-renewable-energy .paragraph-body-text {
      width: 77%; } }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .paragraph-body-text {
      width: 100%;
      padding: 2em; } }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .paragraph-body-text .field-title,
    .section-renewable-energy .paragraph-body-text h2 {
      margin-left: 0 !important; } }
  .section-renewable-energy .paragraph-body-text h2 {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 2%;
    font-family: Mulish, sans-serif;
    text-align: left;
    width: 100% !important;
    letter-spacing: 0; }
    .section-renewable-energy .paragraph-body-text h2:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-body-text h2 {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-renewable-energy .paragraph-body-text p, .section-renewable-energy .paragraph-body-text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .paragraph-body-text li {
    font-size: 0.9375rem;
    color: #242e32;
    font-family: Mulish, sans-serif;
    letter-spacing: 0;
    line-height: 1.25em;
    margin-bottom: 1.25rem; }

.section-renewable-energy #blogs {
  /* Slider */
  background-color: #f5f5f6;
  padding: 3% 0; }
  .section-renewable-energy #blogs .small-12 {
    padding: 0;
    float: none; }
  .section-renewable-energy #blogs .paragraph-blogs {
    margin: 0 auto; }
    @media only screen and (min-width: 81.25rem) and (max-width: 100rem) {
      .section-renewable-energy #blogs .paragraph-blogs {
        width: 86%; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
      .section-renewable-energy #blogs .paragraph-blogs {
        width: 85%; } }
    @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .section-renewable-energy #blogs .paragraph-blogs {
        width: 75%; } }
  .section-renewable-energy #blogs .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
    margin-bottom: 3% !important; }
    .section-renewable-energy #blogs .field-title:before {
      height: 0px;
      width: 0px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .field-title {
        padding: 0 1.25rem; } }
  .section-renewable-energy #blogs p, .section-renewable-energy #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy #blogs li {
    font-family: Mulish, sans-serif; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs p, .section-renewable-energy #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy #blogs li {
        padding: 0 1.25rem; } }
  .section-renewable-energy #blogs .content {
    position: relative; }
  .section-renewable-energy #blogs .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
    .section-renewable-energy #blogs .slick-slider:focus {
      outline: 0 !important; }
  .section-renewable-energy #blogs .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .section-renewable-energy #blogs .slick-list:focus {
    outline: none; }
  .section-renewable-energy #blogs .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .section-renewable-energy #blogs .slick-slider .slick-list,
  .section-renewable-energy #blogs .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section-renewable-energy #blogs .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .section-renewable-energy #blogs .slick-track:after {
    clear: both; }
  .section-renewable-energy #blogs .slick-loading .slick-track {
    visibility: hidden; }
  .section-renewable-energy #blogs .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .section-renewable-energy #blogs .slick-slide:focus {
      outline: 0 !important; }
  .section-renewable-energy #blogs [dir="rtl"] .slick-slide {
    float: right; }
  .section-renewable-energy #blogs .slick-slide img {
    display: block; }
  .section-renewable-energy #blogs .slick-slide.slick-loading img {
    display: none; }
  .section-renewable-energy #blogs .slick-slide.dragging img {
    pointer-events: none; }
  .section-renewable-energy #blogs .slick-initialized .slick-slide {
    display: block; }
  .section-renewable-energy #blogs .slick-loading .slick-slide {
    visibility: hidden; }
  .section-renewable-energy #blogs .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .section-renewable-energy #blogs .slick-arrow.slick-hidden {
    display: none; }
  .section-renewable-energy #blogs .slick-arrow {
    top: 39%;
    border-radius: 0;
    width: 55px;
    height: 40px;
    background-size: cover;
    position: absolute;
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    z-index: 9999999;
    padding: 0; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .slick-arrow {
        top: 25%;
        width: 40px; } }
    .section-renewable-energy #blogs .slick-arrow:focus {
      outline: 0 !important; }
  .section-renewable-energy #blogs .slick-prev {
    background-image: url("../../images/left-arrow.svg");
    left: -88px; }
    @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
      .section-renewable-energy #blogs .slick-prev {
        left: -50px !important; } }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .slick-prev {
        left: 8px !important; } }
  .section-renewable-energy #blogs .slick-next {
    background-image: url("../../images/right-arrow.svg");
    right: -88px; }
    @media only screen and (min-width: 63.9375rem) and (max-width: 81.25rem) {
      .section-renewable-energy #blogs .slick-next {
        right: -50px !important; } }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .slick-next {
        right: 8px !important; } }
  .section-renewable-energy #blogs .slick-arrow.opacidad {
    opacity: 0.5; }
  .section-renewable-energy #blogs .slick-dots {
    margin: 0 auto; }
    .section-renewable-energy #blogs .slick-dots li {
      cursor: pointer;
      list-style: none;
      display: inline-block;
      margin: auto 0.3125rem; }
      .section-renewable-energy #blogs .slick-dots li.slick-active button {
        background: #303c42; }
    .section-renewable-energy #blogs .slick-dots button {
      text-indent: -99999px;
      border-radius: 50%;
      background: #d8d8d8;
      border: none;
      width: 10px;
      height: 10px;
      display: inline-block;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .section-renewable-energy #blogs .slick-dots button:active {
        border: none; }
      .section-renewable-energy #blogs .slick-dots button:focus {
        outline: 0 !important; }
  .section-renewable-energy #blogs .slick-slide {
    padding: 1em 2.5em; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy #blogs .slick-slide {
        margin: 2.5em;
        padding: 1em 2em; } }
    @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .section-renewable-energy #blogs .slick-slide {
        padding: 1em 1.5em; } }
    .section-renewable-energy #blogs .slick-slide:focus {
      outline: 0 !important; }
    .section-renewable-energy #blogs .slick-slide .image {
      height: 171px;
      width: auto;
      overflow: hidden;
      position: relative; }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .section-renewable-energy #blogs .slick-slide .image {
          height: 150px; } }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy #blogs .slick-slide .image {
          height: 130px; } }
      .section-renewable-energy #blogs .slick-slide .image img {
        position: absolute;
        top: -50%;
        left: 0;
        right: 0; }
    .section-renewable-energy #blogs .slick-slide .inner a {
      color: #333; }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy #blogs .slick-slide .inner a {
          padding: 0.5em; } }
    .section-renewable-energy #blogs .slick-slide .inner .title {
      margin: 6% auto;
      font-family: Mulish, sans-serif;
      font-size: 1.3125rem;
      font-weight: bold;
      line-height: 1.625rem;
      text-align: left;
      display: block;
      padding-bottom: 12%;
      min-height: 120px; }
      @media only screen and (max-width: 47.9375rem) {
        .section-renewable-energy #blogs .slick-slide .inner .title {
          min-height: auto;
          padding-bottom: 5%;
          font-size: 1.125rem; } }
    .section-renewable-energy #blogs .slick-slide .inner .body {
      position: relative;
      font-size: 0;
      text-align: left;
      margin: 5% auto; }
      .section-renewable-energy #blogs .slick-slide .inner .body a {
        height: 11px;
        color: #333;
        font-family: Mulish, sans-serif;
        font-size: 1.075rem;
        line-height: 0;
        border: 1px solid #333;
        text-transform: uppercase;
        padding: 1em 2em;
        left: 0;
        border-radius: 3px; }
        @media only screen and (max-width: 47.9375rem) {
          .section-renewable-energy #blogs .slick-slide .inner .body a {
            padding: 0.9em 0.9em !important; } }

.section-renewable-energy .layout-inline {
  background-color: #fff; }
  .section-renewable-energy .layout-inline .field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.25em; }
    .section-renewable-energy .layout-inline .field-title:before {
      height: 8px;
      width: 38px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .layout-inline .field-title {
        width: 95% !important;
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .section-renewable-energy .layout-inline .field-adittional-info,
  .section-renewable-energy .layout-inline .field-description {
    width: 68%;
    margin: 0 auto; }
    .section-renewable-energy .layout-inline .field-adittional-info a,
    .section-renewable-energy .layout-inline .field-description a {
      background-color: transparent;
      border: none;
      font-family: Mulish, sans-serif;
      color: #242e32 !important;
      font-size: 0.9375rem;
      padding: 0;
      margin: 0 !important;
      text-transform: initial;
      display: initial;
      font-weight: normal; }
      .section-renewable-energy .layout-inline .field-adittional-info a:hover,
      .section-renewable-energy .layout-inline .field-description a:hover {
        background-color: transparent !important;
        border: none;
        padding: 0;
        margin: 0 !important; }
  .section-renewable-energy .layout-inline p, .section-renewable-energy .layout-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .layout-inline li {
    font-family: Mulish, sans-serif;
    color: #242e32;
    font-size: 0.9375rem; }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .layout-inline p, .section-renewable-energy .layout-inline .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .layout-inline li {
        padding: 0 1.25rem; } }
  .section-renewable-energy .layout-inline a {
    padding: 0.5em 2.7em;
    font-size: 0.8125rem;
    margin-left: -0.3125rem;
    background-color: #c5d54f;
    color: #303c41 !important;
    font-family: Mulish, sans-serif;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 100ms ease-out;
    transition: background-color 100ms ease-out;
    border-radius: 0;
    font-weight: normal;
    margin: 1.25rem auto; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .layout-inline a {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 66%; } }
    .section-renewable-energy .layout-inline a:hover {
      background-color: #e2ec8c !important;
      border-color: #e2ec8c !important;
      color: #303c41; }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .layout-inline a {
        margin-bottom: 5%; } }
  @media (max-width: 63.9375rem) {
    .section-renewable-energy .layout-inline .content-inline {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }

.section-renewable-energy .paragraph-landing-text-block {
  background: #f5f5f6;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-top: 0;
  text-align: center; }
  .section-renewable-energy .paragraph-landing-text-block .columns {
    padding: 3.75rem 0; }
    @media (max-width: 63.9375rem) {
      .section-renewable-energy .paragraph-landing-text-block .columns {
        padding: 2.5rem 0; } }
  .section-renewable-energy .paragraph-landing-text-block a {
    color: #333 !important; }

@media (min-width: 30.0625rem) {
  .page-governments .page-heading .page-heading-overlay .header-content {
    width: 100% !important; }
  .page-governments .header-content {
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin: -3.125rem 0 0 !important;
    padding: 0 var(--padding-side) !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important; }
    .page-governments .header-content h1 {
      font-style: normal !important;
      font-weight: 800 !important;
      font-size: 3rem !important;
      line-height: 3.75rem !important;
      letter-spacing: -0.03125rem !important;
      color: #303C42 !important;
      margin: 0 !important;
      padding: 0 !important; }
      .page-governments .header-content h1::before {
        content: "";
        display: block;
        width: 43px;
        height: 6px;
        margin: 0 0 1.5rem;
        background: #BFD400; } }
      @media (min-width: 30.0625rem) and (max-width: 30rem) {
        .page-governments .header-content h1::before {
          width: 35px;
          height: 35px; } }

@media (min-width: 30.0625rem) {
  .page-governments .page-heading .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-governments .page-heading .content::after {
      display: none; }
  .page-governments .page-heading .content,
  .page-governments .desktop-header {
    height: 400px; }
  .page-governments .desktop-header {
    display: block !important;
    max-height: 400px; }
  .page-governments .header-imagen-moviles .mobile-header {
    display: none !important; } }

@media (min-width: 30.0625rem) {
  .node-type-section-page:not(.front) .page-governments .header-imagen-moviles .mobile-header {
    display: none !important; } }

@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .page-governments .header-imagen-moviles::before {
    display: block; }
  .page-governments .header-content h1 {
    color: #fff !important; } }

@media (max-width: 30rem) {
  .page-governments .page-heading h2 {
    margin: 0; }
  .page-governments .page-heading .content {
    position: relative; }
  .page-governments .header-imagen-moviles .mobile-header {
    display: block; }
  .page-governments .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 var(--padding-side) !important;
    min-height: 197px; }
    .page-governments .header-content h1 {
      margin: 0 !important;
      font-style: normal !important;
      font-weight: 800 !important;
      font-size: 2rem !important;
      line-height: 2.5rem !important;
      letter-spacing: -0.03125rem !important;
      color: #303C42 !important; }
      .page-governments .header-content h1::before {
        width: 35px !important;
        height: 5px !important;
        margin: 0 0 1.5rem; }
  .page-governments .header-imagen-moviles::before {
    display: none !important; }
  .page-governments .header-imagen-moviles .mobile-header {
    position: relative;
    top: auto;
    height: 400px; }
    .page-governments .header-imagen-moviles .mobile-header img {
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover; }
  .page-governments .field-description {
    padding: 0 1rem; }
  .page-governments .content-normal p, .page-governments .content-normal .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .content-normal li {
    padding: 0; }
  .page-governments .paragraph-advanced-icon-list {
    padding-top: 2.75rem !important;
    margin-top: 0 !important; }
    .page-governments .paragraph-advanced-icon-list .columns {
      padding: 0 1rem !important; }
    .page-governments .paragraph-advanced-icon-list h2.field-title {
      width: 100% !important;
      padding-bottom: 1.25rem; }
      .page-governments .paragraph-advanced-icon-list h2.field-title::before {
        width: 35px !important;
        height: 5px !important;
        margin: 0 0 1.5rem !important; }
    .page-governments .paragraph-advanced-icon-list .field-body {
      padding: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.3125rem;
      color: #303C42; }
  .page-governments .advanced-icon-list {
    margin: 2.5rem 0 0; }
    .page-governments .advanced-icon-list .slick-track {
      padding-bottom: 0; }
    .page-governments .advanced-icon-list .advanced-icon-item {
      margin: 0 0 1.5rem; }
    .page-governments .advanced-icon-list .slick-slide:last-child .advanced-icon-item {
      margin: 0; }
    .page-governments .advanced-icon-list .field-title {
      margin: 0 !important;
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 1.125rem !important;
      line-height: 1.375rem !important;
      text-align: center !important;
      letter-spacing: -0.03125rem !important;
      color: #303C42 !important; }
    .page-governments .advanced-icon-list .field-icon {
      margin: 2.5rem auto !important; }
    .page-governments .advanced-icon-list .field-bullet-list-items {
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 0.875rem !important;
      line-height: 1.3125rem !important;
      text-align: center !important;
      color: #303C42 !important; }
    .page-governments .advanced-icon-list .field-cta-text {
      padding-bottom: 0.1875rem;
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 0.875rem !important;
      line-height: 1.0625rem !important;
      letter-spacing: 0.09063rem !important;
      text-transform: uppercase !important;
      color: #303C42 !important;
      border-bottom: 2px solid #303C42; }
  .page-governments .paragraph-title-and-button:first-child {
    margin: 0 !important;
    padding: 3rem var(--padding-side) 2.5rem; }
    .page-governments .paragraph-title-and-button:first-child .field-title,
    .page-governments .paragraph-title-and-button:first-child .field-description {
      padding: 0 !important;
      margin: 0 !important; }
    .page-governments .paragraph-title-and-button:first-child .field-title {
      margin-bottom: 2.5rem !important; }
    .page-governments .paragraph-title-and-button:first-child p, .page-governments .paragraph-title-and-button:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .paragraph-title-and-button:first-child li {
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 1.125rem !important;
      line-height: 1.6875rem !important;
      color: #303C42 !important; }
      .page-governments .paragraph-title-and-button:first-child p + p, .page-governments .paragraph-title-and-button:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .paragraph-title-and-button:first-child li + p, .page-governments .paragraph-title-and-button:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .paragraph-title-and-button:first-child p + li, .page-governments .paragraph-title-and-button:first-child .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .paragraph-title-and-button:first-child li + li {
        margin-top: 0.9375rem !important; }
    .page-governments .paragraph-title-and-button:first-child .columns > a {
      margin: 2.5rem 0 0 !important; }
  .page-governments .paragraph-title-and-button {
    padding: 5.5rem var(--padding-side) 2.5rem;
    text-align: left; }
    .page-governments .paragraph-title-and-button .columns,
    .page-governments .paragraph-title-and-button .row {
      margin: 0;
      padding: 0; }
    .page-governments .paragraph-title-and-button .field-title {
      width: 100%;
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.875rem;
      letter-spacing: -0.03125rem;
      color: #303C42; }
      .page-governments .paragraph-title-and-button .field-title::before {
        width: 35px;
        height: 5px;
        margin: 0 0 1.5rem; }
    .page-governments .paragraph-title-and-button p, .page-governments .paragraph-title-and-button .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments .paragraph-title-and-button li {
      text-align: left; }
  .page-governments .paragraph-subsection-advanced-form {
    text-align: left;
    margin: 0 !important;
    padding-top: 3rem; }
    .page-governments .paragraph-subsection-advanced-form .field-title {
      width: 100%;
      padding: 0;
      margin: 0 0 2.5rem;
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 1.875rem;
      letter-spacing: -0.03125rem;
      color: #303C42; }
      .page-governments .paragraph-subsection-advanced-form .field-title::before {
        width: 35px;
        height: 5px;
        margin: 0 0 1.5rem; }
    .page-governments .paragraph-subsection-advanced-form .field-subtitle {
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      text-align: left;
      margin: 0 0 2.5rem; }
  .page-governments #blogs {
    margin: 0;
    padding: 4.5rem var(--padding-side) 4rem; }
    .page-governments #blogs .field-title,
    .page-governments #blogs p,
    .page-governments #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments #blogs li {
      max-width: none;
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: left; }
    .page-governments #blogs .field-title {
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem !important;
      line-height: 1.875rem !important;
      letter-spacing: -0.03125rem;
      color: #303C42; }
      .page-governments #blogs .field-title::before {
        width: 35px;
        height: 5px;
        margin: 0 0 1.5rem; }
    
    .page-governments #blogs p,
    .page-governments #blogs .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-governments #blogs li {
      font-style: normal;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.3125rem;
      color: #303C42;
      margin-bottom: 2.5rem; }
    .page-governments #blogs .slick-slide {
      margin: 0;
      padding: 0; }
      .page-governments #blogs .slick-slide + .slick-slide {
        margin-top: 1.5rem; }
    .page-governments #blogs .slick-dotted.slick-slider {
      margin-bottom: 0; }
  .page-governments .paragraph-pill-list {
    padding: 3rem 0 2.5rem; }
    .page-governments .paragraph-pill-list .columns {
      padding: 0 var(--padding-side);
      margin: 0;
      float: none; }
    .page-governments .paragraph-pill-list .row .row {
      margin: 0; }
    .page-governments .paragraph-pill-list .field-title {
      font-style: normal;
      font-weight: bold;
      font-size: 1.5rem !important;
      line-height: 1.875rem !important;
      letter-spacing: -0.03125rem;
      color: #303C42;
      text-align: left;
      padding: 0; }
      .page-governments .paragraph-pill-list .field-title::before {
        width: 35px;
        height: 5px;
        margin: 0 0 1.5rem; }
    .page-governments .paragraph-pill-list .pill-list {
      margin: 2.5rem 0 0; }
    .page-governments .paragraph-pill-list .pill-list-item + .pill-list-item {
      margin-top: 2rem; }
    .page-governments .paragraph-pill-list .pill-subtitle-wrapper {
      padding: 0 !important; }
    .page-governments .paragraph-pill-list .pill-list::before {
      left: 30px; }
    .page-governments .paragraph-pill-list .field-pill-subtitle-left {
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 1.125rem !important;
      line-height: 1.375rem !important;
      text-align: center !important;
      letter-spacing: -0.03125rem !important;
      color: rgba(48, 60, 66, 0.7) !important;
      margin: 0 1rem 0 0 !important; }
    .page-governments .paragraph-pill-list .field-pill-subtitle-right {
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 0.875rem !important;
      line-height: 1.3125rem !important;
      color: #303C42 !important;
      letter-spacing: 0 !important; } }

.section-georgia .paragraph-subsection-advanced-form {
  padding-top: 0; }

.section-georgia .paragraph-title-and-button {
  margin-bottom: 0 !important; }

.section-georgia .paragraph-title-and-button .columns > a,
.section-georgia .paragraph-subsection-advanced-form .form-submit,
.section-georgia .info-button__field_link a {
  background-color: #303C42;
  color: #fff; }

.section-georgia .paragraph-subsection-advanced-form + .paragraph-pill-list {
  padding-top: 5.5rem; }

.page-node-1420 .paragraph-title-and-button {
  background: #fff; }

.page-node-1420 .paragraph-ygrene-helper-form .wrapper-helper-form {
  padding: 0; }

.page-node-1420 .desktop-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(85.59deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%); }

.page-node-1420 .promotion + .paragraph-subsection-advanced-form {
  padding-top: 0;
  margin-top: -2.5rem; }

.page-node-1420 #ygrene-helper-subsection-advanced-form > div h2,
.page-node-1420 #ygrene-helper-subsection-advanced-form > div .description,
.page-node-1420 #ygrene-helper-subsection-advanced-form > div #edit-state {
  display: none; }

.page-node-1420 #ygrene-helper-subsection-advanced-form .form-item-email {
  display: none; }

.node-type-subsection-page .paragraph-subsection-background-image .mobile-only,
.node-type-subsection_page .paragraph-subsection-background-image .mobile-only {
  display: none;
  min-height: 235px;
  padding: 0 var(--padding-side); }
  @media (max-width: 30rem) {
    .node-type-subsection-page .paragraph-subsection-background-image .mobile-only,
    .node-type-subsection_page .paragraph-subsection-background-image .mobile-only {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.node-type-subsection-page .paragraph-subsection-background-image .field-background-image,
.node-type-subsection_page .paragraph-subsection-background-image .field-background-image {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .node-type-subsection-page .paragraph-subsection-background-image .field-background-image .row,
  .node-type-subsection_page .paragraph-subsection-background-image .field-background-image .row {
    max-width: 1216px;
    width: 100%;
    padding: 0 var(--padding-side);
    margin: 0 auto; }
  @media (max-width: 30rem) {
    .node-type-subsection-page .paragraph-subsection-background-image .field-background-image,
    .node-type-subsection_page .paragraph-subsection-background-image .field-background-image {
      background-position: -850px; }
      .node-type-subsection-page .paragraph-subsection-background-image .field-background-image .field-title,
      .node-type-subsection_page .paragraph-subsection-background-image .field-background-image .field-title {
        display: none; } }

.node-type-subsection-page .paragraph-subsection-background-image h1.field-title,
.node-type-subsection-page .paragraph-subsection-background-image h2.field-title,
.node-type-subsection_page .paragraph-subsection-background-image h1.field-title,
.node-type-subsection_page .paragraph-subsection-background-image h2.field-title {
  max-width: 800px;
  padding: 0;
  margin: 0;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: -0.03125rem;
  color: #303C42; }
  @media (max-width: 30rem) {
    .node-type-subsection-page .paragraph-subsection-background-image h1.field-title,
    .node-type-subsection-page .paragraph-subsection-background-image h2.field-title,
    .node-type-subsection_page .paragraph-subsection-background-image h1.field-title,
    .node-type-subsection_page .paragraph-subsection-background-image h2.field-title {
      font-size: 2rem;
      line-height: 2.5rem; } }
  .node-type-subsection-page .paragraph-subsection-background-image h1.field-title::before,
  .node-type-subsection-page .paragraph-subsection-background-image h2.field-title::before,
  .node-type-subsection_page .paragraph-subsection-background-image h1.field-title::before,
  .node-type-subsection_page .paragraph-subsection-background-image h2.field-title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 30rem) {
      .node-type-subsection-page .paragraph-subsection-background-image h1.field-title::before,
      .node-type-subsection-page .paragraph-subsection-background-image h2.field-title::before,
      .node-type-subsection_page .paragraph-subsection-background-image h1.field-title::before,
      .node-type-subsection_page .paragraph-subsection-background-image h2.field-title::before {
        width: 35px;
        height: 5px;
        margin-bottom: 1.5rem; } }

.node-type-subsection-page .paragraph-subsection-background-image h1.field-title,
.node-type-subsection_page .paragraph-subsection-background-image h1.field-title {
  margin-bottom: 1.75rem; }

.node-type-subsection-page .paragraph-subsection-background-image + .paragraph-subsection-see-more .row .row,
.node-type-subsection-page .see-more.button + .row,
.node-type-subsection_page .paragraph-subsection-background-image + .paragraph-subsection-see-more .row .row,
.node-type-subsection_page .see-more.button + .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  @media (max-width: 30rem) {
    .node-type-subsection-page .paragraph-subsection-background-image + .paragraph-subsection-see-more .row .row,
    .node-type-subsection-page .see-more.button + .row,
    .node-type-subsection_page .paragraph-subsection-background-image + .paragraph-subsection-see-more .row .row,
    .node-type-subsection_page .see-more.button + .row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.node-type-subsection-page .paragraph-subsection-advanced-form .field-cta-link,
.node-type-subsection_page .paragraph-subsection-advanced-form .field-cta-link {
  display: block; }

.node-type-subsection-page #edit-state,
.node-type-subsection_page #edit-state {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: var(--section-padding-bottom); }
  @media (max-width: 41.625rem) {
    .node-type-subsection-page #edit-state,
    .node-type-subsection_page #edit-state {
      grid-auto-flow: inherit;
      grid-template-columns: 1fr;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .node-type-subsection-page #edit-state label,
  .node-type-subsection_page #edit-state label {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .node-type-subsection-page #edit-state label:hover, .node-type-subsection-page #edit-state label:focus,
    .node-type-subsection_page #edit-state label:hover,
    .node-type-subsection_page #edit-state label:focus {
      background-color: #3177dc;
      color: #fff; }
    .node-type-subsection-page #edit-state label:focus::before,
    .node-type-subsection_page #edit-state label:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .node-type-subsection-page #edit-state label::before,
    .node-type-subsection_page #edit-state label::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .node-type-subsection-page #edit-state label[disabled], .node-type-subsection-page #edit-state label[disabled]:hover,
    .node-type-subsection_page #edit-state label[disabled],
    .node-type-subsection_page #edit-state label[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }

.node-type-subsection-page .paragraph-landing-blog-listing,
.node-type-subsection_page .paragraph-landing-blog-listing {
  margin-top: 0; }

.node-type-subsection-page .mobile-only,
.node-type-subsection_page .mobile-only {
  display: none; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .mobile-only,
    .node-type-subsection_page .mobile-only {
      display: inherit; } }

.node-type-subsection-page .desktop-only,
.node-type-subsection_page .desktop-only {
  display: inherit; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .desktop-only,
    .node-type-subsection_page .desktop-only {
      display: none; } }

.node-type-subsection-page div.paragraph-landing-blog-listing,
.node-type-subsection_page div.paragraph-landing-blog-listing {
  padding: 1em; }
  .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer,
  .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer {
    background-color: inherit;
    padding: 0;
    margin: 0 1.5%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer,
      .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer {
        margin-top: 2em; } }
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner,
    .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer .inner {
      margin: 0;
      width: 100%;
      margin-top: -6.875rem; }
      .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link,
      .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link {
        background-color: inherit !important;
        padding: 0 !important;
        font-family: 'Mulish';
        font-size: 1.0625rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-decoration: none;
        letter-spacing: -0.01875rem;
        color: #2a353a;
        text-transform: inherit !important;
        margin-top: 0; }
        .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:after,
        .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:after {
          content: "";
          background: url("../../images/arrow_circle.png");
          width: 15px;
          height: 15px;
          background-size: 15px;
          display: inline-block;
          float: none;
          background-position: center;
          margin: 0 0 -0.125rem 0.9375rem; }
      .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner .title,
      .node-type-subsection_page div.paragraph-landing-blog-listing .wrapper-outer .inner .title {
        font-family: 'Mulish';
        font-size: 1.125rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0;
        color: #292929;
        min-height: 90px; }

.pace-paragraph.paragraph-pace-cta.type-default {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.5rem 1rem; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .pace-paragraph {
    padding: 0 1rem; }
    .pace-paragraph .columns {
      padding-left: 0;
      padding-right: 0; } }

.pace-paragraph .field-title {
  margin-top: 0; }

.pace-paragraph .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  .pace-paragraph .slick-arrow.quote--button_prev {
    left: 0; }
  .pace-paragraph .slick-arrow.quote--button_next {
    right: 0; }

.pace-paragraph .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding: 0 0.75rem;
  width: 100%;
  bottom: 0; }
  .pace-paragraph .slick-dots li {
    cursor: pointer;
    float: left;
    list-style: none;
    margin: 0 0.3125rem; }
    .pace-paragraph .slick-dots li button {
      text-indent: -99999px;
      width: 12px;
      height: 12px;
      background: white;
      border-radius: 50px;
      display: block;
      padding: 0;
      border: 2px solid #d8d8d8;
      outline: none; }
    .pace-paragraph .slick-dots li.slick-active button {
      background: #303c42; }

.pace-paragraph .field-super-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  font-family: Mulish, sans-serif;
  position: relative;
  width: 180px;
  margin-bottom: -0.625rem; }
  .pace-paragraph .field-super-title:before {
    content: "/";
    display: inline-block;
    background-image: url("../../images/ygrene-logo.png");
    background-repeat: no-repeat;
    width: 138px;
    height: 53px;
    display: inline-block;
    background-position: left;
    font-family: none;
    font-size: 3.125rem;
    line-height: 3.125rem;
    font-weight: lighter;
    margin-bottom: 1.125rem; }
  .pace-paragraph .field-super-title span {
    display: inline-block;
    width: 110px;
    position: absolute;
    left: 110px;
    top: 20%;
    width: 200px;
    font-weight: bold; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .pace-paragraph .field-super-title span {
        width: auto;
        top: 10%; } }

.pace-paragraph h1.field-title,
.pace-paragraph h2.field-title {
  font-family: 'Mulish';
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: center;
  color: #303c42; }
  .pace-paragraph h1.field-title:before,
  .pace-paragraph h2.field-title:before {
    width: 35px;
    height: 5px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em; }

.pace-paragraph h3.field-title, .pace-paragraph .view-team-sorting .team-member .field-title.team-member-name, .view-team-sorting .team-member .pace-paragraph .field-title.team-member-name, .pace-paragraph .view-team-members .team-member .field-title.team-member-name, .view-team-members .team-member .pace-paragraph .field-title.team-member-name,
.pace-paragraph h5.field-title {
  font-family: 'Mulish';
  font-size: 1.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0;
  color: #303c42; }
  .pace-paragraph h3.field-title:before, .pace-paragraph .view-team-sorting .team-member .field-title.team-member-name:before, .view-team-sorting .team-member .pace-paragraph .field-title.team-member-name:before, .pace-paragraph .view-team-members .team-member .field-title.team-member-name:before, .view-team-members .team-member .pace-paragraph .field-title.team-member-name:before,
  .pace-paragraph h5.field-title:before {
    width: 35px;
    height: 5px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin-bottom: 0.5em; }

.pace-paragraph h6.field-title {
  font-family: 'Mulish';
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #303c42; }
  .pace-paragraph h6.field-title:before {
    display: none; }

.pace-paragraph .field-subtitle {
  text-align: center;
  font-size: 1.25rem;
  font-family: Mulish, sans-serif; }

.pace-paragraph .field-link a {
  font-size: 1.25rem;
  color: #c5d54f;
  letter-spacing: 0;
  text-decoration: underline; }

.pace-paragraph .field-body {
  font-weight: 100;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-family: Mulish, sans-serif;
  letter-spacing: -0.01438rem;
  text-align: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2em; }

.field-card-slides .pace-paragraph .field-body p, .field-card-slides .pace-paragraph .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .field-card-slides .pace-paragraph .field-body li {
  font-weight: 100;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-family: Mulish, sans-serif;
  letter-spacing: -0.01438rem;
  text-align: center;
  text-align: center;
  max-width: 600px;
  margin-bottom: 2em; }

.pace-paragraph .center-cta {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .pace-paragraph .center-cta .field-cta-link {
    width: auto;
    display: inline; }

.pace-paragraph .field-cta-text {
  width: auto;
  display: inline-block;
  width: 49%; }

.pace-paragraph .field-cta-link {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .pace-paragraph .field-cta-link a {
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.08125rem;
    padding: 0.625rem 1.25rem;
    text-transform: uppercase;
    background-color: #c5d54f;
    margin-top: 1em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .pace-paragraph .field-cta-link a {
        margin-right: 0em; } }
    .pace-paragraph .field-cta-link a:after {
      content: "";
      background: url("../../images/right-arrow.svg");
      width: 23px;
      height: 12px;
      background-size: 23px;
      display: inline-block;
      float: right;
      background-position: center;
      margin: 0.3125rem 0 0 0.3125rem;
      padding-left: 4em;
      background-repeat: no-repeat; }

.pace-paragraph .field-cta-link-inner a {
  font-family: 'Mulish';
  font-size: 1.0625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.01875rem;
  color: #2a353a; }
  .pace-paragraph .field-cta-link-inner a:after {
    content: "";
    background: url("../../images/arrow_circle.png");
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: inline-block;
    float: none;
    background-position: center;
    margin: 0 0 -0.125rem 0.9375rem; }

.paragraph-pace-background-image.paragraph-pace-left-right-image-text {
  margin-top: 5.5rem; }

.paragraph-pace-card {
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  background-color: #f0f0f7;
  padding: 1.375rem;
  min-height: 320px;
  margin: 0;
  float: left; }
  .paragraph-pace-card:hover {
    -webkit-box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12); }
  .paragraph-pace-card .field-icon {
    display: none; }
  .paragraph-pace-card.slick-center {
    -webkit-box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.29);
    background-color: white;
    margin-top: -2.1875rem;
    min-height: 382px; }
    .paragraph-pace-card.slick-center .field-icon {
      display: inline-block;
      text-align: center; }
    .paragraph-pace-card.slick-center h3.field-title, .paragraph-pace-card.slick-center .view-team-sorting .team-member .field-title.team-member-name, .view-team-sorting .team-member .paragraph-pace-card.slick-center .field-title.team-member-name, .paragraph-pace-card.slick-center .view-team-members .team-member .field-title.team-member-name, .view-team-members .team-member .paragraph-pace-card.slick-center .field-title.team-member-name {
      font-family: 'Mulish';
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.02313rem; }
  .paragraph-pace-card .field-icon-inactive {
    display: inline-block;
    text-align: center; }
  .paragraph-pace-card.slick-center .field-icon-inactive {
    display: none; }
  .paragraph-pace-card .field-list-items-activated {
    display: none; }
  .paragraph-pace-card h3.field-title, .paragraph-pace-card .view-team-sorting .team-member .field-title.team-member-name, .view-team-sorting .team-member .paragraph-pace-card .field-title.team-member-name, .paragraph-pace-card .view-team-members .team-member .field-title.team-member-name, .view-team-members .team-member .paragraph-pace-card .field-title.team-member-name {
    font-family: 'Mulish';
    font-size: 1.0625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.00063rem; }
  .paragraph-pace-card .field-body {
    font-size: 0.9375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.00063rem;
    font-family: Mulish, sans-serif;
    display: inline-block;
    text-align: left; }
  .paragraph-pace-card .field-icon {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 2em; }
    .paragraph-pace-card .field-icon img {
      margin: 0 auto;
      text-align: center; }
  .paragraph-pace-card .images {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1.5em; }
  .paragraph-pace-card .field-bullet-item.bullets {
    min-height: 90px; }
  .paragraph-pace-card .field-bullet-item .list-item {
    font-family: 'Mulish';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: -0.0125rem;
    text-align: center;
    color: #212121; }
  .paragraph-pace-card .field-cta-link-inner {
    text-align: center;
    margin-bottom: 1em; }

.paragraph-pace-card-slider {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
  width: 100%; }
  .paragraph-pace-card-slider .slider {
    width: 900px;
    overflow-x: hidden;
    padding-top: 3em;
    margin-left: -18.75rem;
    padding-left: 3.75rem;
    float: left; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-pace-card-slider .slider {
        width: 100%;
        margin: 0;
        padding: 0; } }
  .paragraph-pace-card-slider .padding {
    visibility: hidden; }
  .paragraph-pace-card-slider .slick-dots {
    margin: 0 auto;
    display: block !important;
    width: 140px; }
    .paragraph-pace-card-slider .slick-dots li {
      margin: 0.5rem;
      margin-top: 2em; }
  .paragraph-pace-card-slider .slick-list {
    max-height: 460px; }
  .paragraph-pace-card-slider .right-info {
    padding-left: 4em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-pace-card-slider .right-info {
        padding-left: 0; } }
  .paragraph-pace-card-slider .field-subtitle {
    font-family: 'Mulish';
    font-size: 1.625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 0.00125rem;
    text-align: left; }
  .paragraph-pace-card-slider .field-list-item {
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: -0.01563rem;
    margin: 2em 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-pace-card-slider .field-list-item {
        font-size: 0.75rem;
        line-height: 1.375rem; } }
    .paragraph-pace-card-slider .field-list-item span {
      color: #303c42; }
    .paragraph-pace-card-slider .field-list-item:after {
      content: "";
      background: url("../../images/green_check_circle.png");
      width: 15px;
      height: 15px;
      background-size: 15px;
      display: inline-block;
      float: left;
      background-position: center;
      margin: 0.125rem 1em 0 0; }
    .paragraph-pace-card-slider .field-list-item.unavailable {
      text-decoration: line-through;
      color: #ee8372; }
      .paragraph-pace-card-slider .field-list-item.unavailable span {
        color: #303c42; }
      .paragraph-pace-card-slider .field-list-item.unavailable:after {
        content: "";
        background: url("../../images/red_circle_x.png");
        width: 18px;
        height: 18px;
        background-size: 17px;
        display: inline-block;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0.125rem 1em 0 -0.0625rem; }
  .paragraph-pace-card-slider .field-cta-link-inner {
    margin-top: 2em; }

.paragraph-pace-cta.type-Alternate {
  background-color: #eee;
  padding: 4em;
  margin-bottom: -4em; }
  .paragraph-pace-cta.type-Alternate .field-title.before {
    display: none; }

.paragraph-pace-cta.type-Basic .field-title.before {
  display: none; }

.paragraph-pace-cta .field-undertext {
  text-align: center;
  margin-top: 1em; }

@media (min-width: 48rem) {
  .paragraph-pace-double-cta .field-cta-link {
    margin: 0 0.625rem; } }

.paragraph-pace-double-cta .field-cta-link a {
  letter-spacing: 0;
  margin-right: 0em; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-pace-grid {
    overflow: hidden; } }

.paragraph-pace-grid .field-cta-link {
  margin-top: 2em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-pace-grid .field-cta-link {
      margin: 2rem 0 0.625rem; } }

div.paragraph-pace-grid-item {
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  width: 23%;
  float: left;
  margin: 1%; }
  div.paragraph-pace-grid-item:hover {
    -webkit-box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12); }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    div.paragraph-pace-grid-item {
      width: 100%; } }
  div.paragraph-pace-grid-item h6.field-title {
    font-family: 'Mulish';
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #292929;
    text-align: center;
    padding-top: 1em;
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    display: block;
    margin-bottom: 1em; }
  div.paragraph-pace-grid-item .field-subtitle {
    font-family: 'Mulish';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #292929;
    margin-bottom: -1em; }
  div.paragraph-pace-grid-item .field-icon {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    div.paragraph-pace-grid-item .field-icon img {
      margin: 0 auto;
      text-align: center; }
  div.paragraph-pace-grid-item .field-bullet-item.bullets {
    min-height: 90px; }
  div.paragraph-pace-grid-item .field-bullet-item .list-item {
    font-family: 'Mulish';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: -0.0125rem;
    text-align: center;
    color: #212121; }
  div.paragraph-pace-grid-item .field-cta-link-inner {
    text-align: center;
    margin-bottom: 1em; }

.paragraph-pace-icon-grid .icon-item {
  width: 25%;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 3em;
  margin-top: 1em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-pace-icon-grid .icon-item {
      width: 100%; } }
  .paragraph-pace-icon-grid .icon-item .field-title {
    font-family: 'Mulish';
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #292929;
    max-width: 190px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding-top: 1em; }

.paragraph-pace-left-right-text .field-body {
  font-family: Mulish, sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.87;
  letter-spacing: -0.0125rem;
  color: #212121;
  text-align: left;
  margin-bottom: 2em; }

.paragraph-pace-left-right-text .field-subtitle {
  font-size: 1.1875rem;
  letter-spacing: 0.00125rem;
  line-height: 1.75rem;
  color: #8e8e8e;
  text-align: left;
  font-family: Mulish, sans-serif; }

.paragraph-pace-left-right-text.type-button .field-cta-link-inner {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background-color: #303c42;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem; }
  .paragraph-pace-left-right-text.type-button .field-cta-link-inner a {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.09063rem;
    line-height: 1.125rem;
    font-weight: normal; }
    .paragraph-pace-left-right-text.type-button .field-cta-link-inner a:after {
      display: none; }
  .paragraph-pace-left-right-text.type-button .field-cta-link-inner:after {
    content: "";
    background-image: url("../../images/right-white-arrow.svg");
    background-repeat: no-repeat;
    width: 23px;
    height: 12px;
    background-size: 23px;
    display: inline-block;
    float: right;
    color: white;
    background-position: center;
    margin: 0.3125rem 0 0 0.3125rem; }

.paragraph-pace-left-right-text.type-basic .field-cta-link-inner {
  background-color: inherit !important;
  padding: 0 !important; }
  .paragraph-pace-left-right-text.type-basic .field-cta-link-inner a {
    background-color: inherit !important;
    padding: 0 !important;
    font-family: 'Mulish';
    font-size: 1.0625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-decoration: none;
    letter-spacing: -0.01875rem;
    color: #2a353a;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 0.8125rem;
    letter-spacing: -0.0125rem;
    line-height: 1rem; }
    .paragraph-pace-left-right-text.type-basic .field-cta-link-inner a:after {
      content: "";
      background: url(/sites/all/themes/custom/ygrene_subtheme/images/arrow_circle.png);
      width: 15px;
      height: 15px;
      background-size: 15px;
      display: inline-block;
      float: none;
      background-position: center;
      margin: 0 0 -0.125rem 0.9375rem; }

@media (max-width: 48rem) {
  .paragraph-pace-icon-grid + .paragraph-pace-left-right-image-text + .paragraph-pace-left-right-image-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .paragraph-pace-icon-grid + .paragraph-pace-left-right-image-text + .paragraph-pace-left-right-image-text .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .paragraph-pace-icon-grid + .paragraph-pace-left-right-image-text + .paragraph-pace-left-right-image-text .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.paragraph-pace-left-right-image-text .left {
  padding-right: 4.375rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-pace-left-right-image-text .left {
      padding-right: 0; } }
  .paragraph-pace-left-right-image-text .left .field-image-wrapper {
    float: right; }

.paragraph-pace-left-right-image-text .right .field-image-wrapper {
  float: left; }

@media (max-width: 48rem) {
  .paragraph-pace-left-right-image-text .field-image-wrapper {
    float: none !important; }
    .paragraph-pace-left-right-image-text .field-image-wrapper .field-image {
      margin-bottom: 1.875rem; }
    .paragraph-pace-left-right-image-text .field-image-wrapper img {
      width: 100%;
      height: 240px;
      -o-object-fit: cover;
         object-fit: cover; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-pace-left-right-image-text .field-image {
    margin-bottom: 3em; }
  .paragraph-pace-left-right-image-text img {
    width: 100%; } }

.paragraph-pace-left-right-image-text .extra .field-image-wrapper,
.paragraph-pace-left-right-image-text .extra .paragraph-pace-left-right-text {
  display: none; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-pace-left-right-image-text .extra .field-image-wrapper {
    display: inherit; } }

.page-node-1063 .paragraph-pace-video {
  padding-top: 5rem; }

.paragraph-pace-video.type-alternate {
  background-color: #e3eaf2;
  padding: 4em 0; }
  .paragraph-pace-video.type-alternate .field-title:before {
    display: none; }
  .paragraph-pace-video.type-alternate .quote {
    max-width: 870px;
    color: #303c42; }
  .paragraph-pace-video.type-alternate .field-cta-link a {
    color: #545e64;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: Mulish, sans-serif;
    text-decoration: none;
    background: none; }
    .paragraph-pace-video.type-alternate .field-cta-link a:after {
      height: 32px;
      background-size: 33px;
      display: inline-block;
      float: right;
      background-position: center;
      margin: 0.3125rem 0 0 0.3125rem;
      padding-left: 3em;
      margin-top: 0.0625rem;
      background-repeat: no-repeat; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-pace-video.type-alternate .field-cta-link {
      margin-top: 8.125rem; }
      .paragraph-pace-video.type-alternate .field-cta-link a {
        font-size: 1.25rem; } }

.paragraph-pace-video iframe {
  width: 100%;
  max-width: 640px;
  margin: 0 auto; }

.paragraph-pace-video .quote {
  font-family: Mulish, sans-serif;
  font-size: 1.1875rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 0;
  text-align: center;
  color: #8e8e8e;
  max-width: 670px;
  margin: 0 auto; }

.paragraph-pace-video .quote-under {
  font-size: 0.9375rem;
  letter-spacing: -0.01438rem;
  line-height: 1.875rem;
  text-align: center;
  font-family: Mulish, sans-serif;
  margin-top: 1em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-pace-video .quote-under {
      margin-top: 6.25rem; } }

.paragraph-pace-video .quote-author {
  font-family: Mulish, sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #292929;
  text-align: center;
  margin-top: 1em; }

.field-background-image img {
  width: 100%; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .field-background-image .field-title {
    padding: 1em; } }

.node-type-subsection-page .paragraph-subsection-card,
.node-type-subsection_page .paragraph-subsection-card {
  border: 1px solid #303c42;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 14px 14px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 10px 14px 14px 0 rgba(0, 0, 0, 0.12);
  float: left;
  width: 30%;
  padding: 1.25rem 1rem; }
  .node-type-subsection-page .paragraph-subsection-card:hover,
  .node-type-subsection_page .paragraph-subsection-card:hover {
    -webkit-box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12); }
  .node-type-subsection-page .paragraph-subsection-card.slick-center,
  .node-type-subsection_page .paragraph-subsection-card.slick-center {
    -webkit-box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.29);
    background-color: white;
    margin-top: -2.1875rem;
    min-height: 382px; }
    .node-type-subsection-page .paragraph-subsection-card.slick-center .field-icon,
    .node-type-subsection_page .paragraph-subsection-card.slick-center .field-icon {
      display: inline-block;
      text-align: center; }
    .node-type-subsection-page .paragraph-subsection-card.slick-center h5.field-title,
    .node-type-subsection_page .paragraph-subsection-card.slick-center h5.field-title {
      font-family: 'Mulish';
      font-size: 1.5rem;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.02313rem; }
  .node-type-subsection-page .paragraph-subsection-card .field-icon-inactive,
  .node-type-subsection_page .paragraph-subsection-card .field-icon-inactive {
    display: inline-block;
    text-align: center; }
  .node-type-subsection-page .paragraph-subsection-card.slick-center .field-icon-inactive,
  .node-type-subsection_page .paragraph-subsection-card.slick-center .field-icon-inactive {
    display: none; }
  .node-type-subsection-page .paragraph-subsection-card .field-list-items-activated,
  .node-type-subsection_page .paragraph-subsection-card .field-list-items-activated {
    display: none; }
  .node-type-subsection-page .paragraph-subsection-card h5.field-title,
  .node-type-subsection_page .paragraph-subsection-card h5.field-title {
    font-family: 'Mulish';
    font-size: 1.0625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.00063rem; }
  .node-type-subsection-page .paragraph-subsection-card .field-body,
  .node-type-subsection_page .paragraph-subsection-card .field-body {
    font-size: 0.9375rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.00063rem;
    font-family: Mulish, sans-serif;
    display: inline-block;
    text-align: left; }
  .node-type-subsection-page .paragraph-subsection-card .field-icon,
  .node-type-subsection_page .paragraph-subsection-card .field-icon {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 2em; }
    .node-type-subsection-page .paragraph-subsection-card .field-icon img,
    .node-type-subsection_page .paragraph-subsection-card .field-icon img {
      margin: 0 auto;
      text-align: center; }
  .node-type-subsection-page .paragraph-subsection-card .images,
  .node-type-subsection_page .paragraph-subsection-card .images {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1.5em; }
  .node-type-subsection-page .paragraph-subsection-card .field-bullet-item.bullets,
  .node-type-subsection_page .paragraph-subsection-card .field-bullet-item.bullets {
    min-height: 90px; }
  .node-type-subsection-page .paragraph-subsection-card .field-bullet-item .list-item,
  .node-type-subsection_page .paragraph-subsection-card .field-bullet-item .list-item {
    font-family: 'Mulish';
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: -0.0125rem;
    text-align: center;
    color: #212121; }
  .node-type-subsection-page .paragraph-subsection-card .field-cta-link-inner,
  .node-type-subsection_page .paragraph-subsection-card .field-cta-link-inner {
    text-align: center;
    margin-bottom: 1em; }

.node-type-subsection-page .paragraph-subsection-card-list,
.node-type-subsection_page .paragraph-subsection-card-list {
  overflow: hidden; }
  @media (min-width: 48rem) {
    .node-type-subsection-page .paragraph-subsection-card-list .slick-slider-mobile-only-cards,
    .node-type-subsection_page .paragraph-subsection-card-list .slick-slider-mobile-only-cards {
      overflow: hidden; } }
  .node-type-subsection-page .paragraph-subsection-card-list .slick-dots,
  .node-type-subsection_page .paragraph-subsection-card-list .slick-dots {
    display: none; }
  .node-type-subsection-page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card,
  .node-type-subsection_page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card {
    float: left;
    width: 29%;
    margin: 2%;
    text-align: center; }
    .node-type-subsection-page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-title,
    .node-type-subsection_page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-title {
      color: #292929;
      font-family: 'Mulish';
      font-size: 1.125rem;
      font-weight: bold;
      letter-spacing: 0.00063rem;
      line-height: 1.375rem;
      text-align: center;
      margin-top: 1em; }
      .node-type-subsection-page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-title:before,
      .node-type-subsection_page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-title:before {
        display: none; }
    .node-type-subsection-page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-icon,
    .node-type-subsection_page .paragraph-subsection-card-list .subslick-slider-cards .paragraph-subsection-card .field-icon {
      text-align: center; }
  .node-type-subsection-page .paragraph-subsection-card-list .field-cta-link-inner-button,
  .node-type-subsection_page .paragraph-subsection-card-list .field-cta-link-inner-button {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .node-type-subsection-page .paragraph-subsection-card-list .field-cta-link-inner-button::after,
    .node-type-subsection_page .paragraph-subsection-card-list .field-cta-link-inner-button::after {
      display: none; }

.node-type-subsection-page .paragraph-subsection-icon-array,
.node-type-subsection_page .paragraph-subsection-icon-array {
  overflow: hidden; }
  .node-type-subsection-page .paragraph-subsection-icon-array .field-title,
  .node-type-subsection_page .paragraph-subsection-icon-array .field-title {
    padding: 0 1.875rem; }
  .node-type-subsection-page .paragraph-subsection-icon-array .all-only,
  .node-type-subsection_page .paragraph-subsection-icon-array .all-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1.875rem;
    position: relative; }
    .node-type-subsection-page .paragraph-subsection-icon-array .all-only::after,
    .node-type-subsection_page .paragraph-subsection-icon-array .all-only::after {
      content: "";
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      right: 0;
      background: white; }
  .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item,
  .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item {
    width: 33.33%;
    padding: 0 1.875rem;
    margin-top: 2.5rem;
    position: relative;
    /*float: left;
      width: 20%;
      min-height: 400px;

      @media only screen and (min-width: 320px) and (max-width: 767px) {
        width: 100%;
        margin: 0;
        min-height: 100px;
      }*/
    /*
      &:nth-child(even) {
        .field-icon {
          margin-top: 350px;
        }

        background-image: url("../../images/plus.png");
        background-repeat: no-repeat;

        background-position: center 140px;

        @media only screen and (min-width: 320px) and (max-width: 767px) {
          width: 100%;
          margin: 0;
          background: none;

          .field-icon {
            margin-top: 0;
          }
        }
      }

      &:nth-child(3) {
        background-image: url("../../images/plus.png");
        background-repeat: no-repeat;

        background-position: center bottom;
        padding-bottom: 100px;

        @media only screen and (min-width: 320px) and (max-width: 767px) {
          width: 100%;
          margin: 0;
          background: none;

          .field-icon {
            margin-top: 0;
          }
        }
      }
	  */ }
    @media (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item,
      .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item {
        width: 50%; }
        .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item:nth-of-type(2n+2)::after,
        .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item:nth-of-type(2n+2)::after {
          display: none; } }
    @media (max-width: 31.25rem) {
      .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item,
      .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item {
        width: 100%; } }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item::after,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item::after {
      content: "";
      background: url("../../images/plus.png") no-repeat 0 0;
      width: 49px;
      height: 51px;
      position: absolute;
      right: -25px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item:last-child::after,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item:last-child::after {
      display: none; }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item [class*="field"],
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item [class*="field"] {
      max-width: 240px;
      margin: 0 auto; }
      @media (max-width: 31.25rem) {
        .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item [class*="field"],
        .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item [class*="field"] {
          max-width: none; } }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-icon,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-icon {
      margin-bottom: 1.25rem; }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-icon,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-icon {
      text-align: center; }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-title,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-title {
      font-family: 'Mulish';
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.00063rem;
      line-height: 1.1875rem;
      text-align: center; }
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body,
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body p,
    .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection-page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body li,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body p,
    .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection_page .paragraph-subsection-icon-array .paragraph-subsection-icon-item .field-body li {
      color: #212121;
      font-size: 0.9375rem;
      letter-spacing: -0.01438rem;
      line-height: 1.75rem;
      text-align: center;
      font-family: Mulish, sans-serif; }

.node-type-subsection-page .paragraph-subsection-form,
.node-type-subsection_page .paragraph-subsection-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4em 0; }
  .node-type-subsection-page .paragraph-subsection-form .field-form,
  .node-type-subsection_page .paragraph-subsection-form .field-form {
    margin: 0 auto;
    display: block;
    max-width: 910px; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-form button,
    .node-type-subsection_page .paragraph-subsection-form button {
      width: 95%;
      margin-top: 1em; } }
  .node-type-subsection-page .paragraph-subsection-form .field-body,
  .node-type-subsection_page .paragraph-subsection-form .field-body {
    text-align: center;
    margin-bottom: 2em; }
  .node-type-subsection-page .paragraph-subsection-form.type-alternate,
  .node-type-subsection_page .paragraph-subsection-form.type-alternate {
    background-color: #f4f4f6; }
  .node-type-subsection-page .paragraph-subsection-form .form-item,
  .node-type-subsection_page .paragraph-subsection-form .form-item {
    float: left;
    margin: 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-form .form-item,
      .node-type-subsection_page .paragraph-subsection-form .form-item {
        width: 100%;
        margin: 0.5rem 0 !important; } }
    .node-type-subsection-page .paragraph-subsection-form .form-item:focus,
    .node-type-subsection_page .paragraph-subsection-form .form-item:focus {
      background: inherit;
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      border: inherit; }
    .node-type-subsection-page .paragraph-subsection-form .form-item input,
    .node-type-subsection_page .paragraph-subsection-form .form-item input {
      width: 250px; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .node-type-subsection-page .paragraph-subsection-form .form-item input,
        .node-type-subsection_page .paragraph-subsection-form .form-item input {
          width: 100% !important;
          margin: 0.5rem auto; } }
  .node-type-subsection-page .paragraph-subsection-form input,
  .node-type-subsection_page .paragraph-subsection-form input {
    padding: 1.5em 1em; }
  .node-type-subsection-page .paragraph-subsection-form .field-title,
  .node-type-subsection_page .paragraph-subsection-form .field-title {
    font-size: 2.625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -0.04375rem;
    text-align: center;
    color: #303c42; }
    .node-type-subsection-page .paragraph-subsection-form .field-title:before,
    .node-type-subsection_page .paragraph-subsection-form .field-title:before {
      width: 35px;
      height: 5px;
      background-color: #c5d339;
      content: "";
      display: block;
      margin: 0 auto;
      margin-bottom: 0.5em; }
  .node-type-subsection-page .paragraph-subsection-form .form-item-email,
  .node-type-subsection_page .paragraph-subsection-form .form-item-email {
    margin-right: 0.625rem; }
    .node-type-subsection-page .paragraph-subsection-form .form-item-email input,
    .node-type-subsection_page .paragraph-subsection-form .form-item-email input {
      margin: 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-form .form-item-email,
      .node-type-subsection_page .paragraph-subsection-form .form-item-email {
        margin: 0; } }
  .node-type-subsection-page .paragraph-subsection-form .field-cta-link,
  .node-type-subsection_page .paragraph-subsection-form .field-cta-link {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #bfd400;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #303c41;
    font-weight: 600;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.07938rem;
    line-height: 1.5rem; }
    @media (min-width: 48rem) {
      .node-type-subsection-page .paragraph-subsection-form .field-cta-link,
      .node-type-subsection_page .paragraph-subsection-form .field-cta-link {
        margin-left: 0.625rem; } }
    .node-type-subsection-page .paragraph-subsection-form .field-cta-link:after,
    .node-type-subsection_page .paragraph-subsection-form .field-cta-link:after {
      content: "";
      background: url("../../images/right-arrow.svg");
      width: 23px;
      height: 12px;
      background-size: 23px;
      display: inline-block;
      float: right;
      background-position: center;
      margin: 0.3125rem 0 0 0.3125rem;
      display: none; }

.node-type-subsection-page .field-cta-link-inner-button,
.node-type-subsection_page .field-cta-link-inner-button {
  display: inline-block;
  vertical-align: top;
  border: 0;
  background-color: #303c42;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem; }
  .node-type-subsection-page .field-cta-link-inner-button a,
  .node-type-subsection_page .field-cta-link-inner-button a {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.09063rem;
    line-height: 1.125rem;
    font-weight: normal; }
    .node-type-subsection-page .field-cta-link-inner-button a:after,
    .node-type-subsection_page .field-cta-link-inner-button a:after {
      display: none; }
  .node-type-subsection-page .field-cta-link-inner-button:after,
  .node-type-subsection_page .field-cta-link-inner-button:after {
    content: "";
    background-image: url("../../images/right-white-arrow.svg");
    background-repeat: no-repeat;
    width: 23px;
    height: 12px;
    background-size: 23px;
    display: inline-block;
    float: right;
    color: white;
    background-position: center;
    margin: 0.3125rem 0 0 0.3125rem; }

.node-type-subsection-page .field-cta-link-inner-basic,
.node-type-subsection_page .field-cta-link-inner-basic {
  background-color: inherit !important;
  padding: 0 !important;
  width: 100%;
  text-align: center; }
  .node-type-subsection-page .field-cta-link-inner-basic a,
  .node-type-subsection_page .field-cta-link-inner-basic a {
    background-color: inherit !important;
    padding: 0 !important;
    font-family: 'Mulish';
    font-size: 1.0625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-decoration: none;
    letter-spacing: -0.01875rem;
    color: #2a353a;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 0.8125rem;
    letter-spacing: -0.0125rem;
    line-height: 1rem; }
    .node-type-subsection-page .field-cta-link-inner-basic a:after,
    .node-type-subsection_page .field-cta-link-inner-basic a:after {
      content: "";
      background: url(/sites/all/themes/custom/ygrene_subtheme/images/arrow_circle.png);
      width: 15px;
      height: 15px;
      background-size: 15px;
      display: inline-block;
      float: none;
      background-position: center;
      margin: 0 0 -0.125rem 0.9375rem; }

.node-type-subsection-page .paragraph-pace-double-cta .field-cta-link a,
.node-type-subsection_page .paragraph-pace-double-cta .field-cta-link a {
  /*
        background: $white;
        border: 1px solid #303c42;
        font-size: 14px;
        letter-spacing: 1.45px;
        line-height: 18px;
        text-transform: uppercase;

        &:after {
          display: none;
        }*/ }

.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-pretitle,
.node-type-subsection-page .paragraph-subsection-background-image.type-button h1.field-title,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body p,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body li,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-pretitle,
.node-type-subsection_page .paragraph-subsection-background-image.type-button h1.field-title,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body p,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body li {
  color: white;
  float: left;
  width: 100%;
  clear: both;
  max-width: 750px; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-pretitle,
    .node-type-subsection-page .paragraph-subsection-background-image.type-button h1.field-title,
    .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body,
    .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body p,
    .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body li,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-pretitle,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button h1.field-title,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body p,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body li {
      color: #303c42; } }


.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body p,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body li,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body p,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body li {
  color: white; }

.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-pretitle,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-pretitle {
  margin-top: 4em; }
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-pretitle:before,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-pretitle:before {
    width: 35px;
    height: 5px;
    background-color: #c5d339;
    content: "";
    display: block;
    margin-bottom: 0.5em; }

.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body {
  padding-right: 12.5rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body,
    .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body {
      padding-right: 0; } }

.node-type-subsection-page .paragraph-subsection-background-image.type-button h1.field-title,
.node-type-subsection_page .paragraph-subsection-background-image.type-button h1.field-title {
  margin-top: 0;
  margin-bottom: 0; }
  .node-type-subsection-page .paragraph-subsection-background-image.type-button h1.field-title:before,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button h1.field-title:before {
    display: none; }

.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.08125rem;
  padding: 0.625rem 1.25rem;
  color: #303c42 !important;
  text-transform: uppercase;
  background-color: #c5d339;
  margin-top: 1em;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 0;
  margin-top: 2em;
  max-width: 200px;
  float: left;
  color: #303c42;
  margin-right: 6.25rem;
  clear: both; }
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a {
    color: #303c42; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-pretitle,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-body,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-pretitle,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-body,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link {
    display: none; } }

.node-type-subsection-page .paragraph-subsection-advanced-form,
.node-type-subsection_page .paragraph-subsection-advanced-form {
  margin: 0; }
  .node-type-subsection-page .paragraph-subsection-advanced-form .columns,
  .node-type-subsection_page .paragraph-subsection-advanced-form .columns {
    width: 100%;
    padding: 0 var(--padding-side); }
  .node-type-subsection-page .paragraph-subsection-advanced-form .paragraph-ygrene-helper-form,
  .node-type-subsection_page .paragraph-subsection-advanced-form .paragraph-ygrene-helper-form {
    margin: 0 calc(var(--padding-side) * -1); }
  .node-type-subsection-page .paragraph-subsection-advanced-form .form-checkboxes .form-item,
  .node-type-subsection-page .paragraph-subsection-advanced-form .form-radios .form-item,
  .node-type-subsection-page .paragraph-subsection-advanced-form .field-body,
  .node-type-subsection-page .paragraph-subsection-advanced-form form,
  .node-type-subsection_page .paragraph-subsection-advanced-form .form-checkboxes .form-item,
  .node-type-subsection_page .paragraph-subsection-advanced-form .form-radios .form-item,
  .node-type-subsection_page .paragraph-subsection-advanced-form .field-body,
  .node-type-subsection_page .paragraph-subsection-advanced-form form {
    margin: 0; }
  .node-type-subsection-page .paragraph-subsection-advanced-form .field-title,
  .node-type-subsection_page .paragraph-subsection-advanced-form .field-title {
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: -0.03125rem;
    color: #303C42;
    margin: 0 auto 2.5rem; }
    @media (max-width: 48rem) {
      .node-type-subsection-page .paragraph-subsection-advanced-form .field-title,
      .node-type-subsection_page .paragraph-subsection-advanced-form .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        text-align: left; } }
    .node-type-subsection-page .paragraph-subsection-advanced-form .field-title::before,
    .node-type-subsection_page .paragraph-subsection-advanced-form .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .node-type-subsection-page .paragraph-subsection-advanced-form .field-title::before,
        .node-type-subsection_page .paragraph-subsection-advanced-form .field-title::before {
          margin-bottom: 1.5rem; } }
      @media (max-width: 30rem) {
        .node-type-subsection-page .paragraph-subsection-advanced-form .field-title::before,
        .node-type-subsection_page .paragraph-subsection-advanced-form .field-title::before {
          width: 35px;
          height: 5px;
          margin-left: 0; } }
  .node-type-subsection-page .paragraph-subsection-advanced-form .description,
  .node-type-subsection_page .paragraph-subsection-advanced-form .description {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: #303C42;
    text-align: center;
    font-family: Mulish, sans-serif;
    margin: 0 0 var(--body-button-space); }
    @media (max-width: 30rem) {
      .node-type-subsection-page .paragraph-subsection-advanced-form .description,
      .node-type-subsection_page .paragraph-subsection-advanced-form .description {
        text-align: left; } }
  .node-type-subsection-page .paragraph-subsection-advanced-form .form-type-radio,
  .node-type-subsection_page .paragraph-subsection-advanced-form .form-type-radio {
    position: relative; }
  .node-type-subsection-page .paragraph-subsection-advanced-form .form-radio,
  .node-type-subsection_page .paragraph-subsection-advanced-form .form-radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }

.node-type-subsection-page .paragraph-subsection-see-more,
.node-type-subsection_page .paragraph-subsection-see-more {
  padding: var(--section-padding-top) var(--padding-side) var(--section-padding-bottom) !important;
  margin: 0; }
  .node-type-subsection-page .paragraph-subsection-see-more .columns,
  .node-type-subsection_page .paragraph-subsection-see-more .columns {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto; }
  .node-type-subsection-page .paragraph-subsection-see-more .button,
  .node-type-subsection_page .paragraph-subsection-see-more .button {
    margin: 0; }
  .node-type-subsection-page .paragraph-subsection-see-more .description,
  .node-type-subsection_page .paragraph-subsection-see-more .description {
    max-width: 766px;
    text-align: center;
    margin: 0 auto var(--body-button-space); }
    @media (max-width: 30rem) {
      .node-type-subsection-page .paragraph-subsection-see-more .description,
      .node-type-subsection_page .paragraph-subsection-see-more .description {
        text-align: left; } }
  .node-type-subsection-page .paragraph-subsection-see-more .description,
  .node-type-subsection-page .paragraph-subsection-see-more .field-icon p,
  .node-type-subsection-page .paragraph-subsection-see-more .field-icon .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection-page .paragraph-subsection-see-more .field-icon li,
  .node-type-subsection_page .paragraph-subsection-see-more .description,
  .node-type-subsection_page .paragraph-subsection-see-more .field-icon p,
  .node-type-subsection_page .paragraph-subsection-see-more .field-icon .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-subsection_page .paragraph-subsection-see-more .field-icon li {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #303C42;
    font-family: Mulish, sans-serif; }
  .node-type-subsection-page .paragraph-subsection-see-more .button,
  .node-type-subsection_page .paragraph-subsection-see-more .button {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .node-type-subsection-page .paragraph-subsection-see-more .button:hover, .node-type-subsection-page .paragraph-subsection-see-more .button:focus,
    .node-type-subsection_page .paragraph-subsection-see-more .button:hover,
    .node-type-subsection_page .paragraph-subsection-see-more .button:focus {
      background-color: #3177dc;
      color: #fff; }
    .node-type-subsection-page .paragraph-subsection-see-more .button:focus::before,
    .node-type-subsection_page .paragraph-subsection-see-more .button:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .node-type-subsection-page .paragraph-subsection-see-more .button::before,
    .node-type-subsection_page .paragraph-subsection-see-more .button::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .node-type-subsection-page .paragraph-subsection-see-more .button[disabled], .node-type-subsection-page .paragraph-subsection-see-more .button[disabled]:hover,
    .node-type-subsection_page .paragraph-subsection-see-more .button[disabled],
    .node-type-subsection_page .paragraph-subsection-see-more .button[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .node-type-subsection-page .paragraph-subsection-see-more .paragraph-subsection-see-more-content,
  .node-type-subsection_page .paragraph-subsection-see-more .paragraph-subsection-see-more-content {
    display: none;
    grid-template-columns: 1fr;
    grid-gap: 32px; }
    @media (min-width: 48.0625rem) {
      .node-type-subsection-page .paragraph-subsection-see-more .paragraph-subsection-see-more-content,
      .node-type-subsection_page .paragraph-subsection-see-more .paragraph-subsection-see-more-content {
        grid-template-columns: 1fr 1fr; } }
    .node-type-subsection-page .paragraph-subsection-see-more .paragraph-subsection-see-more-content .field-title,
    .node-type-subsection_page .paragraph-subsection-see-more .paragraph-subsection-see-more-content .field-title {
      margin: 0 0 2rem;
      font-size: 2rem;
      line-height: 2rem;
      text-align: left; }
    .node-type-subsection-page .paragraph-subsection-see-more .paragraph-subsection-see-more-content > .row,
    .node-type-subsection_page .paragraph-subsection-see-more .paragraph-subsection-see-more-content > .row {
      grid-column: 1 / 2; }
      @media (min-width: 48.0625rem) {
        .node-type-subsection-page .paragraph-subsection-see-more .paragraph-subsection-see-more-content > .row,
        .node-type-subsection_page .paragraph-subsection-see-more .paragraph-subsection-see-more-content > .row {
          grid-column: 1 / 3; } }
  .node-type-subsection-page .paragraph-subsection-see-more.active .paragraph-subsection-see-more-content,
  .node-type-subsection_page .paragraph-subsection-see-more.active .paragraph-subsection-see-more-content {
    display: grid; }
  .node-type-subsection-page .paragraph-subsection-see-more.active .see-more,
  .node-type-subsection_page .paragraph-subsection-see-more.active .see-more {
    display: none; }

.node-type-subsection-page .posted,
.node-type-subsection_page .posted {
  display: none; }

.node-type-subsection-page .paragraph-subsection-text,
.node-type-subsection_page .paragraph-subsection-text {
  margin-top: 2em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-text,
    .node-type-subsection_page .paragraph-subsection-text {
      padding: 1em; } }
  .node-type-subsection-page .paragraph-subsection-text .field-title,
  .node-type-subsection_page .paragraph-subsection-text .field-title {
    font-family: 'Mulish';
    font-size: 2.625rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: -0.04375rem;
    text-align: left;
    color: #303c42; }
  .node-type-subsection-page .paragraph-subsection-text a,
  .node-type-subsection_page .paragraph-subsection-text a {
    color: #303c42; }

.node-type-subsection-page .paragraph-advanced-icon-list .advanced-icon-list,
.node-type-subsection_page .paragraph-advanced-icon-list .advanced-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.node-type-subsection-page .paragraph-advanced-icon-list .advanced-icon-item,
.node-type-subsection_page .paragraph-advanced-icon-list .advanced-icon-item {
  min-height: 420px; }

.node-type-subsection-page .paragraph-advanced-icon-list .field-body,
.node-type-subsection_page .paragraph-advanced-icon-list .field-body {
  margin-top: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #303C42; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .node-type-subsection-page .paragraph-advanced-icon-list,
  .node-type-subsection_page .paragraph-advanced-icon-list {
    padding: 1em; }
    .node-type-subsection-page .paragraph-advanced-icon-list .columns,
    .node-type-subsection_page .paragraph-advanced-icon-list .columns {
      padding-left: 0;
      padding-right: 0; } }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .field-icon,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .field-icon {
  background: none; }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .bottom-content,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .bottom-content {
  width: 97%;
  padding: 2.625rem 2.625rem 0 2.625rem !important;
  margin: 0;
  margin-left: -0.3125rem;
  margin-top: 1em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .bottom-content,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .bottom-content {
      width: 100%;
      margin-left: 0;
      padding: 2.625rem !important; } }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .bottom-cta,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .bottom-cta {
  border-bottom: none;
  clear: both;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 2em; }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .field-cta-link,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .field-cta-link {
  font-size: 1.125rem;
  color: #303c42;
  font-family: 'Mulish', sans-serif;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  line-height: inherit;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 3em;
  text-transform: uppercase;
  border-bottom: none; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .field-cta-link,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .field-cta-link {
      padding: 0 0 1.25rem 0;
      text-align: left; } }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content {
  text-align: left;
  width: 50%;
  float: left; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content {
      width: 100%; } }
  .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content .field-title,
  .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content .field-title {
    text-align: left;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content .field-title,
      .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content .field-title {
        line-height: 1.2em; } }
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content .field-title:before,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content .field-title:before {
      margin: 0;
      margin-bottom: 0.9375rem; }
  .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .left-content .field-body,
  .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .left-content .field-body {
    text-align: left; }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .right-content,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .right-content {
  text-align: left;
  width: 50%;
  float: right; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .right-content,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .right-content {
      width: 100%; } }
  .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .right-content .field-cta-link,
  .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .right-content .field-cta-link {
    background: none;
    font-size: 1.125rem;
    color: #303c42;
    font-family: 'Mulish', sans-serif;
    border-bottom: 1px solid #303c42;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    line-height: inherit;
    width: 100%;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: underline;
    text-align: right;
    margin-top: 1em; }
    .node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .right-content .field-cta-link a,
    .node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .right-content .field-cta-link a {
      font-size: 1.125rem; }

.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .bottom-content,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .bottom-content {
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 1.25rem 0.625rem 1.25rem 1.25rem; }

.node-type-subsection-page .paragraph-subsection-6-grid .subsection-6-grid__container,
.node-type-subsection_page .paragraph-subsection-6-grid .subsection-6-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.node-type-subsection-page .paragraph-subsection-6-grid .field-title,
.node-type-subsection_page .paragraph-subsection-6-grid .field-title {
  font-family: 'Mulish';
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: center;
  color: #303c42; }

.node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item,
.node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item {
  padding: 1em;
  width: 33%;
  float: left;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item,
    .node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item {
      width: 100%; } }
  .node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-icon,
  .node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-icon {
    text-align: center; }
    .node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-icon img,
    .node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-icon img {
      width: 40%; }
  .node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-title,
  .node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-title {
    font-family: 'Mulish';
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.00063rem;
    line-height: 1.1875rem;
    text-align: center; }
  .node-type-subsection-page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-body,
  .node-type-subsection_page .paragraph-subsection-6-grid .paragraph-subsection-icon-item .field-body {
    font-family: 'Mulish';
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.00063rem;
    line-height: 1.1875rem;
    text-align: center; }

@media (max-width: 31.25rem) {
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-slider,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-slider {
    margin: 0 -1.875rem; } }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .martop-3, .node-type-subsection-page .paragraph-subsection-numbered-card-slider .wysiwyg-columns-with-separators,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .martop-3,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .wysiwyg-columns-with-separators {
  margin-top: 2.25rem; }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-list,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-list {
  /*
		  @media (min-width: $mobile-screen-max) {
			  padding: 0 50px;
		  }*/ }
  @media (max-width: 47.9375rem) {
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide,
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide {
      margin: 0 2.5rem;
      padding: 0 1.875rem 2.5rem; }
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide .paragraph-subsection-numbered-card,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide .paragraph-subsection-numbered-card {
        margin: 0; } }
  @media (max-width: 31.25rem) {
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide,
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-list .slick-slide {
      margin: 0; } }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots {
  bottom: 0; }

@media (max-width: 47.9375rem) {
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-arrow,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-arrow {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block !important; }
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-arrow[aria-disabled="true"],
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-arrow[aria-disabled="true"] {
      display: none !important; } }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots {
  width: 100%;
  padding: 0;
  text-align: center; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots li,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots li {
    float: none;
    position: relative; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots button,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots li,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots li {
    margin: 0.3125rem; }
  @media (min-width: 48rem) {
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-dots,
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-dots {
      bottom: 0; } }

@media (min-width: 48rem) {
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .slick-track,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .slick-track {
    margin-top: 2.25rem;
    margin-bottom: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider {
  overflow: visible; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide {
    margin: 0 0.9375rem; }
    @media (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide {
        margin: 0 1.5625rem; } }
    @media (max-width: 31.25rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide {
        margin: 0; } }
    @media (min-width: 48rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide {
        height: inherit; }
        .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide > div,
        .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-slide > div {
          height: 100%; } }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-arrow,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-arrow {
    text-indent: -999px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 55px;
    cursor: pointer;
    background-size: 100%;
    height: 40px;
    position: absolute; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev {
    background-image: url("../../images/slick-left.png");
    left: -70px;
    top: 47%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev {
        left: -39px; } }
    @media (max-width: 63.9375rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev {
        left: -40px;
        width: 40px; } }
    @media (max-width: 31.25rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-prev {
        left: -16px; } }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next {
    background-image: url("../../images/slick-right.png");
    right: -70px;
    top: 47%; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next {
        right: -39px; } }
    @media (max-width: 63.9375rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next {
        right: -40px;
        width: 40px; } }
    @media (max-width: 31.25rem) {
      .node-type-subsection-page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next,
      .node-type-subsection_page .paragraph-subsection-numbered-card-slider .numbered-slider .slick-next {
        right: -16px; } }

.node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card,
.node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card {
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  float: left;
  padding: 1em;
  margin-bottom: 1em;
  min-height: 410px; }
  @media (min-width: 48rem) {
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card,
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card {
      margin-bottom: 3.125rem;
      margin-top: 0;
      height: inherit; } }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card:hover,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card:hover {
    -webkit-box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 10px 30px 30px 0 rgba(0, 0, 0, 0.12); }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-number,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-number {
    float: left;
    font-size: 4em;
    color: #ccd9e7; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title {
    float: left;
    padding-left: 1em;
    width: 213px;
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-bottom: 0; }
    .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title:before,
    .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title:before {
      display: none; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-icon img,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-icon img {
    width: 80%;
    text-align: center;
    display: inherit;
    margin: 0 auto; }
  .node-type-subsection-page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-body,
  .node-type-subsection_page .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-body {
    text-align: left;
    line-height: 1.375rem;
    margin-bottom: -0.625rem; }

.node-type-subsection-page .martop-3, .node-type-subsection-page .wysiwyg-columns-with-separators,
.node-type-subsection_page .martop-3,
.node-type-subsection_page .wysiwyg-columns-with-separators {
  margin-top: 2.25rem; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-1078 .paragraph-subsection-background-image .field-background-image {
    background-position: -1540px; } }

.page-node-1078.node-type-subsection_page .paragraph-advanced-icon-list .field-body {
  margin-bottom: 1.25rem; }

.page-node-1078 .columns {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 48rem) {
  .page-node-1078 .node .row {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 48rem) {
  .page-node-1078 .node .row .row {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-1063 .paragraph-pace-grid .slick-dots {
    width: 110px;
    bottom: -40px;
    width: 100%; }
    .page-node-1063 .paragraph-pace-grid .slick-dots li {
      margin: 0.25em; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-1063 .paragraph-pace-cta {
    margin-bottom: -3em; }
  .page-node-1063 .paragraph-pace-background-image {
    margin-top: 4em;
    margin-bottom: -2em; }
  .page-node-1063 .paragraph-pace-left-right-image-text {
    margin: 0; } }

.page-node-1072 .pace-paragraph .field-cta-link a {
  margin-bottom: 0.625rem; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-1072 .paragraph-pace-background-image {
    margin-bottom: -2em; }
  .page-node-1072 .paragraph-subsection-card h5.field-title {
    font-size: 1.5rem; }
  .page-node-1072 .paragraph-pace-double-cta,
  .page-node-1072 .paragraph-subsection-card-list,
  .page-node-1072 .paragraph-subsection-icon-array {
    padding: 0 2em; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-956 {
    /*
    .page-heading .page-heading-overlay .header-content {
      margin-top: -3em;
    }

    .page-heading {
      min-height: 490px;
    }*/ }
    .page-node-956 .header-content form .form-item-address input {
      border: 1px solid #eee;
      margin-top: 0.3125rem; }
    .page-node-956 .page-heading .page-heading-overlay .header-content h1 {
      line-height: 1.2em; }
    .page-node-956 .paragraph-advanced-icon-list .field-super-title span,
    .page-node-956 .landing-paragraph .field-super-title span {
      left: 170px;
      top: 13px; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-967 .page-content + .paragraph-landing-text-image-overlap .paragraph-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-node-967 .page-content + .paragraph-landing-text-image-overlap .columns:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-node-967 .page-content + .paragraph-landing-text-image-overlap .columns:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .page-node-967 .header-content form .form-item-address input {
    border: 1px solid #eee;
    margin-top: 0.3125rem; }
  .page-node-967 .paragraph-landing-text-block p, .page-node-967 .paragraph-landing-text-block .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-967 .paragraph-landing-text-block li {
    padding: 0 1em; } }

#ygrene-helper-subsection-form {
  /*.form-text:valid ~ label,*/ }
  #ygrene-helper-subsection-form .form-item {
    position: relative; }
  #ygrene-helper-subsection-form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  #ygrene-helper-subsection-form .form-item.label-floated label,
  #ygrene-helper-subsection-form .form-item .form-text:focus ~ label,
  #ygrene-helper-subsection-form .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  #ygrene-helper-subsection-form .form-item.label-floated .field-suffix,
  #ygrene-helper-subsection-form .form-item .form-text:focus + .field-suffix,
  #ygrene-helper-subsection-form .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #ygrene-helper-subsection-form .form-item.label-floated .form-text::-webkit-input-placeholder,
  #ygrene-helper-subsection-form .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  #ygrene-helper-subsection-form .form-item.label-floated .form-text::-moz-placeholder,
  #ygrene-helper-subsection-form .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  #ygrene-helper-subsection-form .form-item.label-floated .form-text::-ms-input-placeholder,
  #ygrene-helper-subsection-form .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  #ygrene-helper-subsection-form .form-item.label-floated .form-text::placeholder,
  #ygrene-helper-subsection-form .form-item .form-text:focus::placeholder {
    color: inherit; }
  #ygrene-helper-subsection-form .form-text {
    width: 100%; }
    #ygrene-helper-subsection-form .form-text::-webkit-input-placeholder {
      color: transparent; }
    #ygrene-helper-subsection-form .form-text::-moz-placeholder {
      color: transparent; }
    #ygrene-helper-subsection-form .form-text::-ms-input-placeholder {
      color: transparent; }
    #ygrene-helper-subsection-form .form-text::placeholder {
      color: transparent; }
  #ygrene-helper-subsection-form .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #ygrene-helper-subsection-form .form-item label,
  #ygrene-helper-subsection-form .form-item [type="text"],
  #ygrene-helper-subsection-form .form-item [type="email"],
  #ygrene-helper-subsection-form .form-item [type="tel"],
  #ygrene-helper-subsection-form .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  #ygrene-helper-subsection-form .form-item [type="text"],
  #ygrene-helper-subsection-form .form-item [type="email"],
  #ygrene-helper-subsection-form .form-item [type="tel"],
  #ygrene-helper-subsection-form .form-item [type="search"],
  #ygrene-helper-subsection-form .form-item textarea,
  #ygrene-helper-subsection-form .form-item select {
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #ygrene-helper-subsection-form .form-item [type="text"]:focus,
    #ygrene-helper-subsection-form .form-item [type="email"]:focus,
    #ygrene-helper-subsection-form .form-item [type="tel"]:focus,
    #ygrene-helper-subsection-form .form-item [type="search"]:focus,
    #ygrene-helper-subsection-form .form-item textarea:focus,
    #ygrene-helper-subsection-form .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    #ygrene-helper-subsection-form .form-item [type="text"]::-webkit-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="email"]::-webkit-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="tel"]::-webkit-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="search"]::-webkit-input-placeholder,
    #ygrene-helper-subsection-form .form-item textarea::-webkit-input-placeholder,
    #ygrene-helper-subsection-form .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    #ygrene-helper-subsection-form .form-item [type="text"]::-moz-placeholder,
    #ygrene-helper-subsection-form .form-item [type="email"]::-moz-placeholder,
    #ygrene-helper-subsection-form .form-item [type="tel"]::-moz-placeholder,
    #ygrene-helper-subsection-form .form-item [type="search"]::-moz-placeholder,
    #ygrene-helper-subsection-form .form-item textarea::-moz-placeholder,
    #ygrene-helper-subsection-form .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    #ygrene-helper-subsection-form .form-item [type="text"]::-ms-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="email"]::-ms-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="tel"]::-ms-input-placeholder,
    #ygrene-helper-subsection-form .form-item [type="search"]::-ms-input-placeholder,
    #ygrene-helper-subsection-form .form-item textarea::-ms-input-placeholder,
    #ygrene-helper-subsection-form .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    #ygrene-helper-subsection-form .form-item [type="text"]::placeholder,
    #ygrene-helper-subsection-form .form-item [type="email"]::placeholder,
    #ygrene-helper-subsection-form .form-item [type="tel"]::placeholder,
    #ygrene-helper-subsection-form .form-item [type="search"]::placeholder,
    #ygrene-helper-subsection-form .form-item textarea::placeholder,
    #ygrene-helper-subsection-form .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    #ygrene-helper-subsection-form .form-item [type="text"]:focus,
    #ygrene-helper-subsection-form .form-item [type="email"]:focus,
    #ygrene-helper-subsection-form .form-item [type="tel"]:focus,
    #ygrene-helper-subsection-form .form-item [type="search"]:focus,
    #ygrene-helper-subsection-form .form-item textarea:focus,
    #ygrene-helper-subsection-form .form-item select:focus {
      background-color: transparent; }
  #ygrene-helper-subsection-form .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    #ygrene-helper-subsection-form .form-item select::-ms-expand {
      display: none; }
  #ygrene-helper-subsection-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  #ygrene-helper-subsection-form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  #ygrene-helper-subsection-form .form-item label {
    top: 12px;
    left: 10px; }
  #ygrene-helper-subsection-form .form-item [type="text"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    #ygrene-helper-subsection-form .form-item [type="text"]:focus {
      background-color: #f4f5f5; }
  #ygrene-helper-subsection-form .form-item.label-floated label,
  #ygrene-helper-subsection-form .form-item .form-text:focus ~ label,
  #ygrene-helper-subsection-form .form-item textarea:focus ~ label {
    -webkit-transform: translateY(-2.00125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-2.00125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  #ygrene-helper-subsection-form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 47.9375rem) {
      #ygrene-helper-subsection-form > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 600px;
        margin: 0 auto; }
        #ygrene-helper-subsection-form > div .form-item-email {
          margin-right: 0; }
        #ygrene-helper-subsection-form > div .form-item input {
          width: 100%; }
        #ygrene-helper-subsection-form > div .field-cta-link {
          margin-left: 0; } }

/* Get approved for your roofing upgrade today  */
/* .section-roofing-page,
.section-water-conservation */
.node-type-section-dynamic-page .paragraph-subsection-text,
.node-type-section-dynamic-page #ygrene-helper-subsection-form {
  max-width: 880px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (max-width: 48rem) {
    .node-type-section-dynamic-page .paragraph-subsection-text,
    .node-type-section-dynamic-page #ygrene-helper-subsection-form {
      padding-left: 0;
      padding-right: 0; } }

@media (max-width: 48rem) {
  .node-type-section-dynamic-page .paragraph-subsection-form .columns {
    padding-left: 0;
    padding-right: 0; } }

.node-type-section-dynamic-page #ygrene-helper-subsection-form {
  padding-top: 1.25rem; }
  .node-type-section-dynamic-page #ygrene-helper-subsection-form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-section-dynamic-page #ygrene-helper-subsection-form div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .form-type-textfield {
    width: 40%;
    margin: 0 1% 0 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-section-dynamic-page #ygrene-helper-subsection-form .form-type-textfield {
        width: 100%; } }
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link {
    margin: 0;
    padding: 0;
    height: 41px;
    display: inline-block;
    width: 155px;
    text-transform: uppercase;
    background-color: #C5D54F;
    color: #303C42;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link:hover {
      background-color: #E2EC8C; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link {
        width: 100%; } }
  .node-type-section-dynamic-page #ygrene-helper-subsection-form input {
    font-family: 'Mulish';
    font-size: 0.9375rem;
    background-color: #f4f5f5;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 41px; }
    .node-type-section-dynamic-page #ygrene-helper-subsection-form input::-webkit-input-placeholder {
      color: #303C42;
      opacity: 1; }
    .node-type-section-dynamic-page #ygrene-helper-subsection-form input::-moz-placeholder {
      color: #303C42;
      opacity: 1; }
    .node-type-section-dynamic-page #ygrene-helper-subsection-form input::-ms-input-placeholder {
      color: #303C42;
      opacity: 1; }
    .node-type-section-dynamic-page #ygrene-helper-subsection-form input::placeholder {
      color: #303C42;
      opacity: 1; }

.ti-global-hello-bar-wrapper {
  top: 0; }

.node-type-subsection-page .field-cta-link-inner-button,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link,
.node-type-subsection-page .paragraph-advanced-icon-list.type-advanced .field-cta-link,
.node-type-subsection_page .field-cta-link-inner-button,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link,
.node-type-subsection_page .paragraph-advanced-icon-list.type-advanced .field-cta-link,
.landing-paragraph .field-cta-link,
.paragraph-advanced-icon-list .field-cta-link {
  background: transparent;
  padding: 0;
  max-width: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.paragraph-landing-text-image-block .field-cta-link::after,
.page-node-1063 .pace-paragraph .field-cta-link a:after {
  display: none; }

.section-faq a.btn,
._hj-f5b2a1eb-9b07_feedback_minimized_label,
.node-type-subsection-page .field-cta-link-inner-button a,
.node-type-subsection_page .field-cta-link-inner-button a,
.node-type-landing-page .header-content form .field-cta-link,
.node-type-section-page .header-content form .field-cta-link,
.secondary-top-nav .secondary-top-nav-item.cta-button a,
.front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link,
#tiBottomCTA a.cta-green,
#tiBottomCTA .block-webform form .form-submit,
.block-webform form #tiBottomCTA .form-submit,
#tiBottomCTA .view-blog .pager-load-more a,
.view-blog .pager-load-more #tiBottomCTA a,
#tiBottomCTA .view-webinar .pager-load-more a,
.view-webinar .pager-load-more #tiBottomCTA a,
#tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button,
.view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button,
.node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a,
.node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a,
.landing-paragraph .field-cta-link a,
.paragraph-advanced-icon-list .field-cta-link a,
.ygrene-consumer-protections .cta-link a,
.paragraph-cards--style-4 .field-cta-link a,
.section-dynamic-page .header-content .header-content__link a,
.node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link,
.paragraph-pro-tip .field-cta-link a,
.paragraph-cards--style-3 .field-cta-link a,
.ygrene-pace-quiz .button,
.view-blog .pager-load-more a,
.view-project-selection .view-footer a.cta-green {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .section-faq a.btn:hover, .section-faq a.btn:focus,
  ._hj-f5b2a1eb-9b07_feedback_minimized_label:hover,
  ._hj-f5b2a1eb-9b07_feedback_minimized_label:focus,
  .node-type-subsection-page .field-cta-link-inner-button a:hover,
  .node-type-subsection-page .field-cta-link-inner-button a:focus,
  .node-type-subsection_page .field-cta-link-inner-button a:hover,
  .node-type-subsection_page .field-cta-link-inner-button a:focus,
  .node-type-landing-page .header-content form .field-cta-link:hover,
  .node-type-landing-page .header-content form .field-cta-link:focus,
  .node-type-section-page .header-content form .field-cta-link:hover,
  .node-type-section-page .header-content form .field-cta-link:focus,
  .secondary-top-nav .secondary-top-nav-item.cta-button a:hover,
  .secondary-top-nav .secondary-top-nav-item.cta-button a:focus,
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link:hover,
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link:focus,
  #tiBottomCTA a.cta-green:hover,
  #tiBottomCTA a.cta-green:focus,
  #tiBottomCTA .block-webform form .form-submit:hover,
  #tiBottomCTA .block-webform form .form-submit:focus,
  .block-webform form #tiBottomCTA .form-submit:hover,
  .block-webform form #tiBottomCTA .form-submit:focus,
  #tiBottomCTA .view-blog .pager-load-more a:hover,
  #tiBottomCTA .view-blog .pager-load-more a:focus,
  .view-blog .pager-load-more #tiBottomCTA a:hover,
  .view-blog .pager-load-more #tiBottomCTA a:focus,
  #tiBottomCTA .view-webinar .pager-load-more a:hover,
  #tiBottomCTA .view-webinar .pager-load-more a:focus,
  .view-webinar .pager-load-more #tiBottomCTA a:hover,
  .view-webinar .pager-load-more #tiBottomCTA a:focus,
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button:hover,
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button:focus,
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button:hover,
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button:focus,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a:hover,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a:focus,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a:hover,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a:focus,
  .landing-paragraph .field-cta-link a:hover,
  .landing-paragraph .field-cta-link a:focus,
  .paragraph-advanced-icon-list .field-cta-link a:hover,
  .paragraph-advanced-icon-list .field-cta-link a:focus,
  .ygrene-consumer-protections .cta-link a:hover,
  .ygrene-consumer-protections .cta-link a:focus,
  .paragraph-cards--style-4 .field-cta-link a:hover,
  .paragraph-cards--style-4 .field-cta-link a:focus,
  .section-dynamic-page .header-content .header-content__link a:hover,
  .section-dynamic-page .header-content .header-content__link a:focus,
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link:hover,
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link:focus,
  .paragraph-pro-tip .field-cta-link a:hover,
  .paragraph-pro-tip .field-cta-link a:focus,
  .paragraph-cards--style-3 .field-cta-link a:hover,
  .paragraph-cards--style-3 .field-cta-link a:focus,
  .ygrene-pace-quiz .button:hover,
  .ygrene-pace-quiz .button:focus,
  .view-blog .pager-load-more a:hover,
  .view-blog .pager-load-more a:focus,
  .view-project-selection .view-footer a.cta-green:hover,
  .view-project-selection .view-footer a.cta-green:focus {
    background-color: #3177dc;
    color: #fff; }
  .section-faq a.btn:focus::before,
  ._hj-f5b2a1eb-9b07_feedback_minimized_label:focus::before,
  .node-type-subsection-page .field-cta-link-inner-button a:focus::before,
  .node-type-subsection_page .field-cta-link-inner-button a:focus::before,
  .node-type-landing-page .header-content form .field-cta-link:focus::before,
  .node-type-section-page .header-content form .field-cta-link:focus::before,
  .secondary-top-nav .secondary-top-nav-item.cta-button a:focus::before,
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link:focus::before,
  #tiBottomCTA a.cta-green:focus::before,
  #tiBottomCTA .block-webform form .form-submit:focus::before,
  .block-webform form #tiBottomCTA .form-submit:focus::before,
  #tiBottomCTA .view-blog .pager-load-more a:focus::before,
  .view-blog .pager-load-more #tiBottomCTA a:focus::before,
  #tiBottomCTA .view-webinar .pager-load-more a:focus::before,
  .view-webinar .pager-load-more #tiBottomCTA a:focus::before,
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button:focus::before,
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button:focus::before,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a:focus::before,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a:focus::before,
  .landing-paragraph .field-cta-link a:focus::before,
  .paragraph-advanced-icon-list .field-cta-link a:focus::before,
  .ygrene-consumer-protections .cta-link a:focus::before,
  .paragraph-cards--style-4 .field-cta-link a:focus::before,
  .section-dynamic-page .header-content .header-content__link a:focus::before,
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link:focus::before,
  .paragraph-pro-tip .field-cta-link a:focus::before,
  .paragraph-cards--style-3 .field-cta-link a:focus::before,
  .ygrene-pace-quiz .button:focus::before,
  .view-blog .pager-load-more a:focus::before,
  .view-project-selection .view-footer a.cta-green:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .section-faq a.btn::before,
  ._hj-f5b2a1eb-9b07_feedback_minimized_label::before,
  .node-type-subsection-page .field-cta-link-inner-button a::before,
  .node-type-subsection_page .field-cta-link-inner-button a::before,
  .node-type-landing-page .header-content form .field-cta-link::before,
  .node-type-section-page .header-content form .field-cta-link::before,
  .secondary-top-nav .secondary-top-nav-item.cta-button a::before,
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link::before,
  #tiBottomCTA a.cta-green::before,
  #tiBottomCTA .block-webform form .form-submit::before,
  .block-webform form #tiBottomCTA .form-submit::before,
  #tiBottomCTA .view-blog .pager-load-more a::before,
  .view-blog .pager-load-more #tiBottomCTA a::before,
  #tiBottomCTA .view-webinar .pager-load-more a::before,
  .view-webinar .pager-load-more #tiBottomCTA a::before,
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button::before,
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button::before,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a::before,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a::before,
  .landing-paragraph .field-cta-link a::before,
  .paragraph-advanced-icon-list .field-cta-link a::before,
  .ygrene-consumer-protections .cta-link a::before,
  .paragraph-cards--style-4 .field-cta-link a::before,
  .section-dynamic-page .header-content .header-content__link a::before,
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link::before,
  .paragraph-pro-tip .field-cta-link a::before,
  .paragraph-cards--style-3 .field-cta-link a::before,
  .ygrene-pace-quiz .button::before,
  .view-blog .pager-load-more a::before,
  .view-project-selection .view-footer a.cta-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section-faq a.btn[disabled], .section-faq a.btn[disabled]:hover,
  ._hj-f5b2a1eb-9b07_feedback_minimized_label[disabled],
  ._hj-f5b2a1eb-9b07_feedback_minimized_label[disabled]:hover,
  .node-type-subsection-page .field-cta-link-inner-button a[disabled],
  .node-type-subsection-page .field-cta-link-inner-button a[disabled]:hover,
  .node-type-subsection_page .field-cta-link-inner-button a[disabled],
  .node-type-subsection_page .field-cta-link-inner-button a[disabled]:hover,
  .node-type-landing-page .header-content form .field-cta-link[disabled],
  .node-type-landing-page .header-content form .field-cta-link[disabled]:hover,
  .node-type-section-page .header-content form .field-cta-link[disabled],
  .node-type-section-page .header-content form .field-cta-link[disabled]:hover,
  .secondary-top-nav .secondary-top-nav-item.cta-button a[disabled],
  .secondary-top-nav .secondary-top-nav-item.cta-button a[disabled]:hover,
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link[disabled],
  .front .paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link[disabled]:hover,
  #tiBottomCTA a.cta-green[disabled],
  #tiBottomCTA a.cta-green[disabled]:hover,
  #tiBottomCTA .block-webform form .form-submit[disabled],
  #tiBottomCTA .block-webform form .form-submit[disabled]:hover,
  .block-webform form #tiBottomCTA .form-submit[disabled],
  .block-webform form #tiBottomCTA .form-submit[disabled]:hover,
  #tiBottomCTA .view-blog .pager-load-more a[disabled],
  #tiBottomCTA .view-blog .pager-load-more a[disabled]:hover,
  .view-blog .pager-load-more #tiBottomCTA a[disabled],
  .view-blog .pager-load-more #tiBottomCTA a[disabled]:hover,
  #tiBottomCTA .view-webinar .pager-load-more a[disabled],
  #tiBottomCTA .view-webinar .pager-load-more a[disabled]:hover,
  .view-webinar .pager-load-more #tiBottomCTA a[disabled],
  .view-webinar .pager-load-more #tiBottomCTA a[disabled]:hover,
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button[disabled],
  #tiBottomCTA .view-find-contractors .view-filters .views-exposed-widgets > .views-submit-button > button[disabled]:hover,
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button[disabled],
  .view-find-contractors .view-filters #tiBottomCTA .views-exposed-widgets > .views-submit-button > button[disabled]:hover,
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a[disabled],
  .node-type-subsection-page .paragraph-subsection-background-image.type-button .field-cta-link a[disabled]:hover,
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a[disabled],
  .node-type-subsection_page .paragraph-subsection-background-image.type-button .field-cta-link a[disabled]:hover,
  .landing-paragraph .field-cta-link a[disabled],
  .landing-paragraph .field-cta-link a[disabled]:hover,
  .paragraph-advanced-icon-list .field-cta-link a[disabled],
  .paragraph-advanced-icon-list .field-cta-link a[disabled]:hover,
  .ygrene-consumer-protections .cta-link a[disabled],
  .ygrene-consumer-protections .cta-link a[disabled]:hover,
  .paragraph-cards--style-4 .field-cta-link a[disabled],
  .paragraph-cards--style-4 .field-cta-link a[disabled]:hover,
  .section-dynamic-page .header-content .header-content__link a[disabled],
  .section-dynamic-page .header-content .header-content__link a[disabled]:hover,
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link[disabled],
  .node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link[disabled]:hover,
  .paragraph-pro-tip .field-cta-link a[disabled],
  .paragraph-pro-tip .field-cta-link a[disabled]:hover,
  .paragraph-cards--style-3 .field-cta-link a[disabled],
  .paragraph-cards--style-3 .field-cta-link a[disabled]:hover,
  .ygrene-pace-quiz .button[disabled],
  .ygrene-pace-quiz .button[disabled]:hover,
  .view-blog .pager-load-more a[disabled],
  .view-blog .pager-load-more a[disabled]:hover,
  .view-project-selection .view-footer a.cta-green[disabled],
  .view-project-selection .view-footer a.cta-green[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.paragraph-title-and-button .columns > a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .paragraph-title-and-button .columns > a:hover, .paragraph-title-and-button .columns > a:focus {
    background-color: #3177dc;
    color: #fff; }
  .paragraph-title-and-button .columns > a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .paragraph-title-and-button .columns > a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .paragraph-title-and-button .columns > a[disabled], .paragraph-title-and-button .columns > a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

/*.node-type-subsection-page .paragraph-pace-double-cta .field-cta-link a {
  @include btn-tertiary-green($padding: 0 15px !important);
}*/
.page-node-22 .paragraph-body-text a.cta-green,
.page-node-24 .paragraph-body-text a.cta-green,
.page-node-737 .paragraph-body-text a.cta-green,
.page-node-7 .field-cta-link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-22 .paragraph-body-text a.cta-green:hover, .page-node-22 .paragraph-body-text a.cta-green:focus,
  .page-node-24 .paragraph-body-text a.cta-green:hover,
  .page-node-24 .paragraph-body-text a.cta-green:focus,
  .page-node-737 .paragraph-body-text a.cta-green:hover,
  .page-node-737 .paragraph-body-text a.cta-green:focus,
  .page-node-7 .field-cta-link a:hover,
  .page-node-7 .field-cta-link a:focus {
    background-color: #3177dc;
    color: #fff; }
  .page-node-22 .paragraph-body-text a.cta-green:focus::before,
  .page-node-24 .paragraph-body-text a.cta-green:focus::before,
  .page-node-737 .paragraph-body-text a.cta-green:focus::before,
  .page-node-7 .field-cta-link a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-22 .paragraph-body-text a.cta-green::before,
  .page-node-24 .paragraph-body-text a.cta-green::before,
  .page-node-737 .paragraph-body-text a.cta-green::before,
  .page-node-7 .field-cta-link a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-22 .paragraph-body-text a.cta-green[disabled], .page-node-22 .paragraph-body-text a.cta-green[disabled]:hover,
  .page-node-24 .paragraph-body-text a.cta-green[disabled],
  .page-node-24 .paragraph-body-text a.cta-green[disabled]:hover,
  .page-node-737 .paragraph-body-text a.cta-green[disabled],
  .page-node-737 .paragraph-body-text a.cta-green[disabled]:hover,
  .page-node-7 .field-cta-link a[disabled],
  .page-node-7 .field-cta-link a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.page-node-7 .field-cta-link {
  margin-top: 1rem; }

.page-node-1063 .pace-paragraph .field-cta-link a,
.page-node-1072 .pace-paragraph .field-cta-link a,
.page-node-1200 .pace-paragraph .field-cta-link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-1063 .pace-paragraph .field-cta-link a:hover, .page-node-1063 .pace-paragraph .field-cta-link a:focus,
  .page-node-1072 .pace-paragraph .field-cta-link a:hover,
  .page-node-1072 .pace-paragraph .field-cta-link a:focus,
  .page-node-1200 .pace-paragraph .field-cta-link a:hover,
  .page-node-1200 .pace-paragraph .field-cta-link a:focus {
    background-color: #3177dc;
    color: #fff; }
    .page-node-1063 .pace-paragraph .field-cta-link a:hover::before, .page-node-1063 .pace-paragraph .field-cta-link a:focus::before,
    .page-node-1072 .pace-paragraph .field-cta-link a:hover::before,
    .page-node-1072 .pace-paragraph .field-cta-link a:focus::before,
    .page-node-1200 .pace-paragraph .field-cta-link a:hover::before,
    .page-node-1200 .pace-paragraph .field-cta-link a:focus::before {
      border-color: #3177dc; }
  .page-node-1063 .pace-paragraph .field-cta-link a:focus::before,
  .page-node-1072 .pace-paragraph .field-cta-link a:focus::before,
  .page-node-1200 .pace-paragraph .field-cta-link a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-1063 .pace-paragraph .field-cta-link a::before,
  .page-node-1072 .pace-paragraph .field-cta-link a::before,
  .page-node-1200 .pace-paragraph .field-cta-link a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-1063 .pace-paragraph .field-cta-link a[disabled], .page-node-1063 .pace-paragraph .field-cta-link a[disabled]:hover,
  .page-node-1072 .pace-paragraph .field-cta-link a[disabled],
  .page-node-1072 .pace-paragraph .field-cta-link a[disabled]:hover,
  .page-node-1200 .pace-paragraph .field-cta-link a[disabled],
  .page-node-1200 .pace-paragraph .field-cta-link a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .page-node-1063 .pace-paragraph .field-cta-link a[disabled]::before,
  .page-node-1072 .pace-paragraph .field-cta-link a[disabled]::before,
  .page-node-1200 .pace-paragraph .field-cta-link a[disabled]::before {
    border-color: #ADBAC9; }
  .page-node-1063 .pace-paragraph .field-cta-link a:hover,
  .page-node-1072 .pace-paragraph .field-cta-link a:hover,
  .page-node-1200 .pace-paragraph .field-cta-link a:hover {
    color: #fff !important; }

.page-node-1063 .pace-paragraph .field-cta-link-inner a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  color: #303C42;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin-left: -0.4375rem;
  text-decoration: none; }
  .page-node-1063 .pace-paragraph .field-cta-link-inner a::after {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: #303C42;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }
  .page-node-1063 .pace-paragraph .field-cta-link-inner a:hover {
    color: #1975E3; }
    .page-node-1063 .pace-paragraph .field-cta-link-inner a:hover::after {
      background: #1975E3; }
  .page-node-1063 .pace-paragraph .field-cta-link-inner a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-1063 .pace-paragraph .field-cta-link-inner a:focus::after {
      background: #1975E3; }
  .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled {
    color: #ADBAC9; }
    .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled::after {
      background: #ADBAC9; }
    .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled:hover, .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled:focus {
      color: #ADBAC9;
      border-color: #ADBAC9; }
      .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled:hover::after, .page-node-1063 .pace-paragraph .field-cta-link-inner a.disabled:focus::after {
        background: #ADBAC9; }

.page-node-1063 .player a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-1063 .player a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-1063 .player a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-1063 .player a:focus::after {
      display: none; }
  .page-node-1063 .player a:disabled, .page-node-1063 .player a.disabled {
    color: #ADBAC9; }
    .page-node-1063 .player a:disabled::after, .page-node-1063 .player a.disabled::after {
      display: none; }
    .page-node-1063 .player a:disabled:hover, .page-node-1063 .player a:disabled:focus, .page-node-1063 .player a.disabled:hover, .page-node-1063 .player a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-7 .field-cta-link--- a {
  font-family: Muli !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 0.875rem !important;
  line-height: 1.0625rem !important;
  letter-spacing: 0.09063rem !important;
  text-transform: uppercase !important;
  width: auto !important;
  height: 50px !important;
  color: #303C42 !important;
  background: #BFD400 !important;
  padding: 0 0.9375rem !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  position: relative; }
  .page-node-7 .field-cta-link--- a:hover, .page-node-7 .field-cta-link--- a:focus {
    background-color: #3177dc !important;
    color: #fff !important; }
  .page-node-7 .field-cta-link--- a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-7 .field-cta-link--- a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }

.contactors-near.elite .tittle-description a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .contactors-near.elite .tittle-description a:hover, .contactors-near.elite .tittle-description a:focus {
    background-color: #3177dc;
    color: #fff; }
  .contactors-near.elite .tittle-description a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .contactors-near.elite .tittle-description a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contactors-near.elite .tittle-description a[disabled], .contactors-near.elite .tittle-description a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.form-contractors .form-submit {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .form-contractors .form-submit:hover, .form-contractors .form-submit:focus {
    background-color: #3177dc;
    color: #fff; }
    .form-contractors .form-submit:hover::before, .form-contractors .form-submit:focus::before {
      border-color: #3177dc; }
  .form-contractors .form-submit:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .form-contractors .form-submit::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form-contractors .form-submit[disabled], .form-contractors .form-submit[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .form-contractors .form-submit[disabled]::before {
    border-color: #ADBAC9; }

.contactors-near.elite a[href^="tel:"] {
  margin-left: 0.75rem !important; }

main .contactors-near-more a[href^="tel:"],
.contactors-near a[href^="tel:"],
.contactors-near .tittle-description a[href*="tel"] + a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  main .contactors-near-more a[href^="tel:"]:hover,
  .contactors-near a[href^="tel:"]:hover,
  .contactors-near .tittle-description a[href*="tel"] + a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  main .contactors-near-more a[href^="tel:"]:focus,
  .contactors-near a[href^="tel:"]:focus,
  .contactors-near .tittle-description a[href*="tel"] + a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    main .contactors-near-more a[href^="tel:"]:focus::after,
    .contactors-near a[href^="tel:"]:focus::after,
    .contactors-near .tittle-description a[href*="tel"] + a:focus::after {
      display: none; }
  main .contactors-near-more a[href^="tel:"]:disabled, main .contactors-near-more a[href^="tel:"].disabled,
  .contactors-near a[href^="tel:"]:disabled,
  .contactors-near a[href^="tel:"].disabled,
  .contactors-near .tittle-description a[href*="tel"] + a:disabled,
  .contactors-near .tittle-description a[href*="tel"] + a.disabled {
    color: #ADBAC9; }
    main .contactors-near-more a[href^="tel:"]:disabled::after, main .contactors-near-more a[href^="tel:"].disabled::after,
    .contactors-near a[href^="tel:"]:disabled::after,
    .contactors-near a[href^="tel:"].disabled::after,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled::after,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled::after {
      display: none; }
    main .contactors-near-more a[href^="tel:"]:disabled:hover, main .contactors-near-more a[href^="tel:"]:disabled:focus, main .contactors-near-more a[href^="tel:"].disabled:hover, main .contactors-near-more a[href^="tel:"].disabled:focus,
    .contactors-near a[href^="tel:"]:disabled:hover,
    .contactors-near a[href^="tel:"]:disabled:focus,
    .contactors-near a[href^="tel:"].disabled:hover,
    .contactors-near a[href^="tel:"].disabled:focus,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled:hover,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled:focus,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled:hover,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.contactors-near .tittle-description a[href*="tel"] + a {
  position: absolute !important; }

.quality-contact a,
.quality-contact a[href*="tel:"],
.list-notes a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
  background-color: transparent; }
  .quality-contact a:hover,
  .quality-contact a[href*="tel:"]:hover,
  .list-notes a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .quality-contact a:focus,
  .quality-contact a[href*="tel:"]:focus,
  .list-notes a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .quality-contact a:focus::after,
    .quality-contact a[href*="tel:"]:focus::after,
    .list-notes a:focus::after {
      display: none; }
  .quality-contact a:disabled, .quality-contact a.disabled,
  .quality-contact a[href*="tel:"]:disabled,
  .quality-contact a[href*="tel:"].disabled,
  .list-notes a:disabled,
  .list-notes a.disabled {
    color: #ADBAC9; }
    .quality-contact a:disabled::after, .quality-contact a.disabled::after,
    .quality-contact a[href*="tel:"]:disabled::after,
    .quality-contact a[href*="tel:"].disabled::after,
    .list-notes a:disabled::after,
    .list-notes a.disabled::after {
      display: none; }
    .quality-contact a:disabled:hover, .quality-contact a:disabled:focus, .quality-contact a.disabled:hover, .quality-contact a.disabled:focus,
    .quality-contact a[href*="tel:"]:disabled:hover,
    .quality-contact a[href*="tel:"]:disabled:focus,
    .quality-contact a[href*="tel:"].disabled:hover,
    .quality-contact a[href*="tel:"].disabled:focus,
    .list-notes a:disabled:hover,
    .list-notes a:disabled:focus,
    .list-notes a.disabled:hover,
    .list-notes a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-1072 .pace-paragraph .field-cta-link a::after,
.node-type-subsection-page .paragraph-pace-double-cta .field-cta-link a::after {
  display: none !important; }

._hj-f5b2a1eb-9b07_feedback_minimized_label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  ._hj-f5b2a1eb-9b07_feedback_minimized_label:hover {
    background: #1975E3 !important; }
    ._hj-f5b2a1eb-9b07_feedback_minimized_label:hover ._hj-f5b2a1eb-9b07_feedback_minimized_label_text {
      color: white !important; }
  ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_icon_emotion_default .path1::before {
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }

#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label:hover ._hj-f5b2a1eb-9b07_icon_emotion_default .path1::before {
  color: white !important; }

.node-type-landing-page .header-content form .field-cta-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .node-type-landing-page .header-content form .field-cta-link:hover, .node-type-landing-page .header-content form .field-cta-link:focus {
    background-color: #3177dc;
    color: #fff; }
  .node-type-landing-page .header-content form .field-cta-link:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .node-type-landing-page .header-content form .field-cta-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .node-type-landing-page .header-content form .field-cta-link[disabled], .node-type-landing-page .header-content form .field-cta-link[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.pace-paragraph .field-cta-link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .pace-paragraph .field-cta-link a:hover, .pace-paragraph .field-cta-link a:focus {
    background-color: #3177dc;
    color: #fff; }
    .pace-paragraph .field-cta-link a:hover::before, .pace-paragraph .field-cta-link a:focus::before {
      border-color: #3177dc; }
  .pace-paragraph .field-cta-link a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .pace-paragraph .field-cta-link a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pace-paragraph .field-cta-link a[disabled], .pace-paragraph .field-cta-link a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .pace-paragraph .field-cta-link a[disabled]::before {
    border-color: #ADBAC9; }
  .pace-paragraph .field-cta-link a::after {
    display: none !important; }
  .pace-paragraph .field-cta-link a:hover::after {
    display: none !important; }

.page-node-1078 .pace-paragraph .field-cta-link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-1078 .pace-paragraph .field-cta-link a:hover, .page-node-1078 .pace-paragraph .field-cta-link a:focus {
    background-color: #3177dc;
    color: #fff; }
  .page-node-1078 .pace-paragraph .field-cta-link a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-1078 .pace-paragraph .field-cta-link a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-1078 .pace-paragraph .field-cta-link a[disabled], .page-node-1078 .pace-paragraph .field-cta-link a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.page-node-1078 .advanced-icon-item .icon-inner .field-cta-text {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:focus::after {
      display: none; }
  .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:disabled, .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text.disabled {
    color: #ADBAC9; }
    .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:disabled::after, .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text.disabled::after {
      display: none; }
    .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:disabled:hover, .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text:disabled:focus, .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text.disabled:hover, .page-node-1078 .advanced-icon-item .icon-inner .field-cta-text.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.section-california #blogs .slick-slide .inner .body a,
.section-florida #blogs .slick-slide .inner .body a,
.section-missouri #blogs .slick-slide .inner .body a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0.3125rem; }
  .section-california #blogs .slick-slide .inner .body a:hover, .section-california #blogs .slick-slide .inner .body a:focus,
  .section-florida #blogs .slick-slide .inner .body a:hover,
  .section-florida #blogs .slick-slide .inner .body a:focus,
  .section-missouri #blogs .slick-slide .inner .body a:hover,
  .section-missouri #blogs .slick-slide .inner .body a:focus {
    background-color: #3177dc;
    color: #fff; }
    .section-california #blogs .slick-slide .inner .body a:hover::before, .section-california #blogs .slick-slide .inner .body a:focus::before,
    .section-florida #blogs .slick-slide .inner .body a:hover::before,
    .section-florida #blogs .slick-slide .inner .body a:focus::before,
    .section-missouri #blogs .slick-slide .inner .body a:hover::before,
    .section-missouri #blogs .slick-slide .inner .body a:focus::before {
      border-color: #3177dc; }
  .section-california #blogs .slick-slide .inner .body a:focus::before,
  .section-florida #blogs .slick-slide .inner .body a:focus::before,
  .section-missouri #blogs .slick-slide .inner .body a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .section-california #blogs .slick-slide .inner .body a::before,
  .section-florida #blogs .slick-slide .inner .body a::before,
  .section-missouri #blogs .slick-slide .inner .body a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section-california #blogs .slick-slide .inner .body a[disabled], .section-california #blogs .slick-slide .inner .body a[disabled]:hover,
  .section-florida #blogs .slick-slide .inner .body a[disabled],
  .section-florida #blogs .slick-slide .inner .body a[disabled]:hover,
  .section-missouri #blogs .slick-slide .inner .body a[disabled],
  .section-missouri #blogs .slick-slide .inner .body a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .section-california #blogs .slick-slide .inner .body a[disabled]::before,
  .section-florida #blogs .slick-slide .inner .body a[disabled]::before,
  .section-missouri #blogs .slick-slide .inner .body a[disabled]::before {
    border-color: #ADBAC9; }

/*
.paragraph-title-and-button .columns a {
  &:hover,
  &:focus {
    &::after {
      background: url("../../images/right-white-arrow.svg") no-repeat 50% / 20px auto;
    }
  }
}

.section-california .content-inline .field-adittional-info a,
.section-florida .content-inline .field-adittional-info a,
.section-missouri .content-inline .field-adittional-info a {
  @include button-link;
}*/
.pace-paragraph.paragraph-pace-double-cta .field-cta-link a::after {
  display: none; }

.pace-paragraph.paragraph-pace-double-cta .field-cta-link a:hover {
  border-color: #3177dc; }
  .pace-paragraph.paragraph-pace-double-cta .field-cta-link a:hover::after {
    display: block; }

.quiz_result_3_cta .cta-button.cta-button-1.button.light {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .quiz_result_3_cta .cta-button.cta-button-1.button.light:hover, .quiz_result_3_cta .cta-button.cta-button-1.button.light:focus {
    background-color: #3177dc;
    color: #fff; }
  .quiz_result_3_cta .cta-button.cta-button-1.button.light:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .quiz_result_3_cta .cta-button.cta-button-1.button.light::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .quiz_result_3_cta .cta-button.cta-button-1.button.light[disabled], .quiz_result_3_cta .cta-button.cta-button-1.button.light[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.ygrene-pace-quiz button.option {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .ygrene-pace-quiz button.option:hover, .ygrene-pace-quiz button.option:focus {
    background-color: #3177dc;
    color: #fff; }
    .ygrene-pace-quiz button.option:hover::before, .ygrene-pace-quiz button.option:focus::before {
      border-color: #3177dc; }
  .ygrene-pace-quiz button.option:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .ygrene-pace-quiz button.option::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ygrene-pace-quiz button.option[disabled], .ygrene-pace-quiz button.option[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .ygrene-pace-quiz button.option[disabled]::before {
    border-color: #ADBAC9; }

.ygrene-pace-quiz .step-2 .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .ygrene-pace-quiz .step-2 .options {
      display: grid;
      grid-column-gap: 20px;
      grid-template-columns: -webkit-min-content -webkit-min-content;
      grid-template-columns: min-content min-content;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.ygrene-pace-quiz .result-section .restart-link {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: #303C42;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .ygrene-pace-quiz .result-section .restart-link:hover, .ygrene-pace-quiz .result-section .restart-link:focus {
    background-color: #3177dc;
    color: #fff; }
  .ygrene-pace-quiz .result-section .restart-link:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .ygrene-pace-quiz .result-section .restart-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ygrene-pace-quiz .result-section .restart-link[disabled], .ygrene-pace-quiz .result-section .restart-link[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }
  .ygrene-pace-quiz .result-section .restart-link::after {
    display: none; }

.ygrene-pace-quiz .result-section .description a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .ygrene-pace-quiz .result-section .description a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .ygrene-pace-quiz .result-section .description a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .ygrene-pace-quiz .result-section .description a:focus::after {
      display: none; }
  .ygrene-pace-quiz .result-section .description a:disabled, .ygrene-pace-quiz .result-section .description a.disabled {
    color: #ADBAC9; }
    .ygrene-pace-quiz .result-section .description a:disabled::after, .ygrene-pace-quiz .result-section .description a.disabled::after {
      display: none; }
    .ygrene-pace-quiz .result-section .description a:disabled:hover, .ygrene-pace-quiz .result-section .description a:disabled:focus, .ygrene-pace-quiz .result-section .description a.disabled:hover, .ygrene-pace-quiz .result-section .description a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.prequalified .form-submit {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: #303C42;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .prequalified .form-submit:hover, .prequalified .form-submit:focus {
    background-color: #3177dc;
    color: #fff; }
  .prequalified .form-submit:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .prequalified .form-submit::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .prequalified .form-submit[disabled], .prequalified .form-submit[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

#tiHeroButtons a {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: uppercase;
  width: auto;
  height: 30px;
  color: #fff;
  background: #303C42;
  padding: 0 0.6875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  #tiHeroButtons a:hover, #tiHeroButtons a:focus {
    background-color: #3177dc;
    color: #fff; }
  #tiHeroButtons a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  #tiHeroButtons a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #tiHeroButtons a[disabled], #tiHeroButtons a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

#tiHeroButtons a {
  margin-right: 0.625rem; }

.improvements__link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .improvements__link a:hover, .improvements__link a:focus {
    background-color: #303C42;
    color: #fff; }
    .improvements__link a:hover::before, .improvements__link a:focus::before {
      border-color: #303C42; }
  .improvements__link a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .improvements__link a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .improvements__link a[disabled], .improvements__link a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .improvements__link a[disabled]::before {
    border-color: #ADBAC9; }

.ti-bottom-cell a.cta-green {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  height: 64px;
  margin: 0 !important;
  padding: 0 !important; }
  .ti-bottom-cell a.cta-green:hover, .ti-bottom-cell a.cta-green:focus {
    background-color: #3177dc;
    color: #fff; }
  .ti-bottom-cell a.cta-green:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .ti-bottom-cell a.cta-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ti-bottom-cell a.cta-green[disabled], .ti-bottom-cell a.cta-green[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }
  .ti-bottom-cell a.cta-green:hover {
    background-color: transparent; }
  .ti-bottom-cell a.cta-green::after {
    -webkit-transform: scale3d(0.99, 0.9, 1);
            transform: scale3d(0.99, 0.9, 1);
    margin: 0; }

.node-type-subsection-page .paragraph-subsection-form .field-cta-link {
  height: 44px; }

.node-type-section-dynamic-page #ygrene-helper-subsection-form .field-cta-link {
  margin-top: -0.125rem;
  height: 45px;
  white-space: nowrap; }

a.cta-green {
  height: 53px;
  font-size: 1.5rem;
  text-transform: none; }
  a.cta-green::after {
    -webkit-transform: scale3d(0.98, 0.9, 1) !important;
            transform: scale3d(0.98, 0.9, 1) !important; }

.paragraph-pace-left-right-text > a,
.node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link,
.paragraph-landing-text-image-list .wrapper-outer .inner .more-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  color: #303C42;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin-left: -0.4375rem;
  text-decoration: none; }
  .paragraph-pace-left-right-text > a::after,
  .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link::after,
  .paragraph-landing-text-image-list .wrapper-outer .inner .more-link::after {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background: #303C42;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all; }
  .paragraph-pace-left-right-text > a:hover,
  .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:hover,
  .paragraph-landing-text-image-list .wrapper-outer .inner .more-link:hover {
    color: #1975E3; }
    .paragraph-pace-left-right-text > a:hover::after,
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:hover::after,
    .paragraph-landing-text-image-list .wrapper-outer .inner .more-link:hover::after {
      background: #1975E3; }
  .paragraph-pace-left-right-text > a:focus,
  .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:focus,
  .paragraph-landing-text-image-list .wrapper-outer .inner .more-link:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .paragraph-pace-left-right-text > a:focus::after,
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:focus::after,
    .paragraph-landing-text-image-list .wrapper-outer .inner .more-link:focus::after {
      background: #1975E3; }
  .paragraph-pace-left-right-text > a.disabled,
  .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled,
  .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled {
    color: #ADBAC9; }
    .paragraph-pace-left-right-text > a.disabled::after,
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled::after,
    .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled::after {
      background: #ADBAC9; }
    .paragraph-pace-left-right-text > a.disabled:hover, .paragraph-pace-left-right-text > a.disabled:focus,
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled:hover,
    .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled:focus,
    .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled:hover,
    .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled:focus {
      color: #ADBAC9;
      border-color: #ADBAC9; }
      .paragraph-pace-left-right-text > a.disabled:hover::after, .paragraph-pace-left-right-text > a.disabled:focus::after,
      .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled:hover::after,
      .node-type-subsection-page div.paragraph-landing-blog-listing .wrapper-outer .inner a.more-link.disabled:focus::after,
      .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled:hover::after,
      .paragraph-landing-text-image-list .wrapper-outer .inner .more-link.disabled:focus::after {
        background: #ADBAC9; }

.paragraph-landing-text-image-list .wrapper-outer .inner .more-link {
  width: auto; }

.paragraph-landing-text-image-list .wrapper-outer .inner.active .read-more,
.paragraph-landing-text-image-list .wrapper-outer .inner:not(.active) .read-less {
  display: none !important; }

#tiBottomCTA .ti-cta-phone a,
.page-node-953 .blog-post-content p a,
.page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  #tiBottomCTA .ti-cta-phone a:hover,
  .page-node-953 .blog-post-content p a:hover,
  .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  #tiBottomCTA .ti-cta-phone a:focus,
  .page-node-953 .blog-post-content p a:focus,
  .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:focus,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    #tiBottomCTA .ti-cta-phone a:focus::after,
    .page-node-953 .blog-post-content p a:focus::after,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:focus::after,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:focus::after {
      display: none; }
  #tiBottomCTA .ti-cta-phone a:disabled, #tiBottomCTA .ti-cta-phone a.disabled,
  .page-node-953 .blog-post-content p a:disabled,
  .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:disabled,
  .page-node-953 .blog-post-content p a.disabled,
  .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a.disabled {
    color: #ADBAC9; }
    #tiBottomCTA .ti-cta-phone a:disabled::after, #tiBottomCTA .ti-cta-phone a.disabled::after,
    .page-node-953 .blog-post-content p a:disabled::after,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled::after,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:disabled::after,
    .page-node-953 .blog-post-content p a.disabled::after,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled::after,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a.disabled::after {
      display: none; }
    #tiBottomCTA .ti-cta-phone a:disabled:hover, #tiBottomCTA .ti-cta-phone a:disabled:focus, #tiBottomCTA .ti-cta-phone a.disabled:hover, #tiBottomCTA .ti-cta-phone a.disabled:focus,
    .page-node-953 .blog-post-content p a:disabled:hover,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled:hover,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:disabled:hover,
    .page-node-953 .blog-post-content p a:disabled:focus,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled:focus,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a:disabled:focus,
    .page-node-953 .blog-post-content p a.disabled:hover,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled:hover,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a.disabled:hover,
    .page-node-953 .blog-post-content p a.disabled:focus,
    .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled:focus,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }
  #tiBottomCTA .ti-cta-phone a span[style*="color"],
  .page-node-953 .blog-post-content p a span[style*="color"],
  .page-node-953 .blog-post-content .guidelines-landing-page .state-tiles > .state-tiles-texts li a span[style*="color"],
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-953 .blog-post-content li a span[style*="color"] {
    color: #303C42 !important; }

.page-node-953 .blog-post-footer a {
  margin: 0 0.625rem; }

.page-node-953 .blog-post-footer a.cta-gray {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .page-node-953 .blog-post-footer a.cta-gray:hover, .page-node-953 .blog-post-footer a.cta-gray:focus {
    background-color: #3177dc;
    color: #fff; }
    .page-node-953 .blog-post-footer a.cta-gray:hover::before, .page-node-953 .blog-post-footer a.cta-gray:focus::before {
      border-color: #3177dc; }
  .page-node-953 .blog-post-footer a.cta-gray:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-953 .blog-post-footer a.cta-gray::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-953 .blog-post-footer a.cta-gray[disabled], .page-node-953 .blog-post-footer a.cta-gray[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .page-node-953 .blog-post-footer a.cta-gray[disabled]::before {
    border-color: #ADBAC9; }

.page-node-953 .blog-post-footer a.cta-green {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-953 .blog-post-footer a.cta-green:hover, .page-node-953 .blog-post-footer a.cta-green:focus {
    background-color: #3177dc;
    color: #fff; }
  .page-node-953 .blog-post-footer a.cta-green:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-953 .blog-post-footer a.cta-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-953 .blog-post-footer a.cta-green[disabled], .page-node-953 .blog-post-footer a.cta-green[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.page-node-1019 .panel2 .panel-cta-green.cta-green::after {
  display: none; }

@media (min-width: 48rem) {
  .page-node-1019 #ygrene-helper-form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-node-1019 .page-heading #tiHeaderForm div.form-item-address {
    max-width: calc(100% - 220px); } }

.page-node-1195 .menu-login--list .last a {
  color: white; }

.page-node-1195 .commercial-form__info a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #303C42;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-1195 .commercial-form__info a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-1195 .commercial-form__info a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-1195 .commercial-form__info a:focus::after {
      display: none; }
  .page-node-1195 .commercial-form__info a:disabled, .page-node-1195 .commercial-form__info a.disabled {
    color: #ADBAC9; }
    .page-node-1195 .commercial-form__info a:disabled::after, .page-node-1195 .commercial-form__info a.disabled::after {
      display: none; }
    .page-node-1195 .commercial-form__info a:disabled:hover, .page-node-1195 .commercial-form__info a:disabled:focus, .page-node-1195 .commercial-form__info a.disabled:hover, .page-node-1195 .commercial-form__info a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-1195 .menu-login--list .last a {
  background-color: #303C42;
  color: white !important; }
  .page-node-1195 .menu-login--list .last a:hover::after {
    background-color: #3177dc; }

.page-node-1195 .paid-cash__link .button-tertiary--dark::before {
  border-color: white;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px; }

.page-node-1195 #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label {
  background-color: #303C42; }

.page-node-1195 ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_feedback_minimized_label_text,
.page-node-1195 #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_icon_emotion_default .path1::before {
  color: white !important; }

.view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a:hover, .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a:focus {
    background-color: #3177dc;
    color: #fff; }
    .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a:hover::before, .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a:focus::before {
      border-color: #3177dc; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a[disabled], .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a[disabled]::before {
    border-color: #ADBAC9; }
  .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a.active {
    background: #3177dc !important; }
    .view-blog .view-filters #edit-tid-wrapper .bef-select-as-links > div.form-item div.form-type-bef-link > a.active::before {
      border-color: #3177dc !important; }

.view-blog .view-content > .wrapper-outer > .wrapper-inner > .more {
  background: transparent;
  padding: 0; }
  .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a:hover, .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a:focus {
      background-color: #3177dc;
      color: #fff; }
    .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a[disabled], .view-blog .view-content > .wrapper-outer > .wrapper-inner > .more a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }

.page-node-26.section-faq .paragraph-body-text a[href*="contact-us"] {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:focus::after {
      display: none; }
  .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:disabled, .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"].disabled {
    color: #ADBAC9; }
    .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:disabled::after, .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"].disabled::after {
      display: none; }
    .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:disabled:hover, .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"]:disabled:focus, .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"].disabled:hover, .page-node-26.section-faq .paragraph-body-text a[href*="contact-us"].disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.contactors-near.elite .tittle-description a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .contactors-near.elite .tittle-description a:hover, .contactors-near.elite .tittle-description a:focus {
    background-color: #3177dc;
    color: #fff; }
  .contactors-near.elite .tittle-description a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .contactors-near.elite .tittle-description a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contactors-near.elite .tittle-description a[disabled], .contactors-near.elite .tittle-description a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.form-contractors .form-submit {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .form-contractors .form-submit:hover, .form-contractors .form-submit:focus {
    background-color: #3177dc;
    color: #fff; }
    .form-contractors .form-submit:hover::before, .form-contractors .form-submit:focus::before {
      border-color: #3177dc; }
  .form-contractors .form-submit:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .form-contractors .form-submit::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form-contractors .form-submit[disabled], .form-contractors .form-submit[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .form-contractors .form-submit[disabled]::before {
    border-color: #ADBAC9; }

.contactors-near.elite a[href^="tel:"] {
  margin-left: 0.75rem !important; }

main .contactors-near-more a[href^="tel:"],
.contactors-near a[href^="tel:"],
.contactors-near .tittle-description a[href*="tel"] + a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  main .contactors-near-more a[href^="tel:"]:hover,
  .contactors-near a[href^="tel:"]:hover,
  .contactors-near .tittle-description a[href*="tel"] + a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  main .contactors-near-more a[href^="tel:"]:focus,
  .contactors-near a[href^="tel:"]:focus,
  .contactors-near .tittle-description a[href*="tel"] + a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    main .contactors-near-more a[href^="tel:"]:focus::after,
    .contactors-near a[href^="tel:"]:focus::after,
    .contactors-near .tittle-description a[href*="tel"] + a:focus::after {
      display: none; }
  main .contactors-near-more a[href^="tel:"]:disabled, main .contactors-near-more a[href^="tel:"].disabled,
  .contactors-near a[href^="tel:"]:disabled,
  .contactors-near a[href^="tel:"].disabled,
  .contactors-near .tittle-description a[href*="tel"] + a:disabled,
  .contactors-near .tittle-description a[href*="tel"] + a.disabled {
    color: #ADBAC9; }
    main .contactors-near-more a[href^="tel:"]:disabled::after, main .contactors-near-more a[href^="tel:"].disabled::after,
    .contactors-near a[href^="tel:"]:disabled::after,
    .contactors-near a[href^="tel:"].disabled::after,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled::after,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled::after {
      display: none; }
    main .contactors-near-more a[href^="tel:"]:disabled:hover, main .contactors-near-more a[href^="tel:"]:disabled:focus, main .contactors-near-more a[href^="tel:"].disabled:hover, main .contactors-near-more a[href^="tel:"].disabled:focus,
    .contactors-near a[href^="tel:"]:disabled:hover,
    .contactors-near a[href^="tel:"]:disabled:focus,
    .contactors-near a[href^="tel:"].disabled:hover,
    .contactors-near a[href^="tel:"].disabled:focus,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled:hover,
    .contactors-near .tittle-description a[href*="tel"] + a:disabled:focus,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled:hover,
    .contactors-near .tittle-description a[href*="tel"] + a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.contactors-near .tittle-description a[href*="tel"] + a {
  position: absolute !important; }

.quality-contact a,
.quality-contact a[href*="tel:"],
.list-notes a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
  background-color: transparent; }
  .quality-contact a:hover,
  .quality-contact a[href*="tel:"]:hover,
  .list-notes a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .quality-contact a:focus,
  .quality-contact a[href*="tel:"]:focus,
  .list-notes a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .quality-contact a:focus::after,
    .quality-contact a[href*="tel:"]:focus::after,
    .list-notes a:focus::after {
      display: none; }
  .quality-contact a:disabled, .quality-contact a.disabled,
  .quality-contact a[href*="tel:"]:disabled,
  .quality-contact a[href*="tel:"].disabled,
  .list-notes a:disabled,
  .list-notes a.disabled {
    color: #ADBAC9; }
    .quality-contact a:disabled::after, .quality-contact a.disabled::after,
    .quality-contact a[href*="tel:"]:disabled::after,
    .quality-contact a[href*="tel:"].disabled::after,
    .list-notes a:disabled::after,
    .list-notes a.disabled::after {
      display: none; }
    .quality-contact a:disabled:hover, .quality-contact a:disabled:focus, .quality-contact a.disabled:hover, .quality-contact a.disabled:focus,
    .quality-contact a[href*="tel:"]:disabled:hover,
    .quality-contact a[href*="tel:"]:disabled:focus,
    .quality-contact a[href*="tel:"].disabled:hover,
    .quality-contact a[href*="tel:"].disabled:focus,
    .list-notes a:disabled:hover,
    .list-notes a:disabled:focus,
    .list-notes a.disabled:hover,
    .list-notes a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.ygrene-pace-quiz .back-button {
  width: auto !important; }

.button-back a,
.ygrene-pace-quiz .back-button {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
  background-color: transparent;
  margin-left: 0 !important;
  padding: 0.1875rem 0.3125rem 0.1875rem 1.0625rem !important;
  position: relative; }
  .button-back a:hover,
  .ygrene-pace-quiz .back-button:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .button-back a:focus,
  .ygrene-pace-quiz .back-button:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .button-back a:focus::after,
    .ygrene-pace-quiz .back-button:focus::after {
      display: none; }
  .button-back a:disabled, .button-back a.disabled,
  .ygrene-pace-quiz .back-button:disabled,
  .ygrene-pace-quiz .back-button.disabled {
    color: #ADBAC9; }
    .button-back a:disabled::after, .button-back a.disabled::after,
    .ygrene-pace-quiz .back-button:disabled::after,
    .ygrene-pace-quiz .back-button.disabled::after {
      display: none; }
    .button-back a:disabled:hover, .button-back a:disabled:focus, .button-back a.disabled:hover, .button-back a.disabled:focus,
    .ygrene-pace-quiz .back-button:disabled:hover,
    .ygrene-pace-quiz .back-button:disabled:focus,
    .ygrene-pace-quiz .back-button.disabled:hover,
    .ygrene-pace-quiz .back-button.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }
  .button-back a::after,
  .ygrene-pace-quiz .back-button::after {
    left: auto;
    right: 5px;
    width: calc(100% - 21px); }
  .button-back a::before,
  .ygrene-pace-quiz .back-button::before {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto; }

.find-contractor-internal-page .form-about-queality .form-submit {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }
  .find-contractor-internal-page .form-about-queality .form-submit:hover, .find-contractor-internal-page .form-about-queality .form-submit:focus {
    background-color: #3177dc;
    color: #fff; }
  .find-contractor-internal-page .form-about-queality .form-submit:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .find-contractor-internal-page .form-about-queality .form-submit::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .find-contractor-internal-page .form-about-queality .form-submit[disabled], .find-contractor-internal-page .form-about-queality .form-submit[disabled]:hover {
    background-color: #F8F8F8;
    color: #ADBAC9;
    opacity: 1; }

.page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:hover, .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:focus {
    background-color: #3177dc;
    color: #fff; }
  .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link[disabled], .page-node-967 .paragraph-landing-blog-listing .wrapper-outer .inner a.more-link[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.view-id-news_articles .views-row .views-field-field-content-url-1 {
  display: block; }
  .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:focus::after {
        display: none; }
    .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:disabled, .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a.disabled {
      color: #ADBAC9; }
      .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:disabled::after, .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a.disabled::after {
        display: none; }
      .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:disabled:hover, .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a:disabled:focus, .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a.disabled:hover, .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

main a[href^="tel:"] {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  main a[href^="tel:"]:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  main a[href^="tel:"]:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    main a[href^="tel:"]:focus::after {
      display: none; }
  main a[href^="tel:"]:disabled, main a[href^="tel:"].disabled {
    color: #ADBAC9; }
    main a[href^="tel:"]:disabled::after, main a[href^="tel:"].disabled::after {
      display: none; }
    main a[href^="tel:"]:disabled:hover, main a[href^="tel:"]:disabled:focus, main a[href^="tel:"].disabled:hover, main a[href^="tel:"].disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-1145 main a[href^="tel:"] {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-1145 main a[href^="tel:"]:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-1145 main a[href^="tel:"]:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-1145 main a[href^="tel:"]:focus::after {
      display: none; }
  .page-node-1145 main a[href^="tel:"]:disabled, .page-node-1145 main a[href^="tel:"].disabled {
    color: #ADBAC9; }
    .page-node-1145 main a[href^="tel:"]:disabled::after, .page-node-1145 main a[href^="tel:"].disabled::after {
      display: none; }
    .page-node-1145 main a[href^="tel:"]:disabled:hover, .page-node-1145 main a[href^="tel:"]:disabled:focus, .page-node-1145 main a[href^="tel:"].disabled:hover, .page-node-1145 main a[href^="tel:"].disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.node-type-page .page-content a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .node-type-page .page-content a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .node-type-page .page-content a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .node-type-page .page-content a:focus::after {
      display: none; }
  .node-type-page .page-content a:disabled, .node-type-page .page-content a.disabled {
    color: #ADBAC9; }
    .node-type-page .page-content a:disabled::after, .node-type-page .page-content a.disabled::after {
      display: none; }
    .node-type-page .page-content a:disabled:hover, .node-type-page .page-content a:disabled:focus, .node-type-page .page-content a.disabled:hover, .node-type-page .page-content a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-24 .body p a:not(.cta-green), .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green), .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green) {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-24 .body p a:not(.cta-green):hover, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-24 .body p a:not(.cta-green):focus, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-24 .body p a:not(.cta-green):focus::after, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):focus::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):focus::after {
      display: none; }
  .page-node-24 .body p a:not(.cta-green):disabled, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):disabled, .page-node-24 .body p a:not(.cta-green).disabled, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green).disabled {
    color: #ADBAC9; }
    .page-node-24 .body p a:not(.cta-green):disabled::after, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):disabled::after, .page-node-24 .body p a:not(.cta-green).disabled::after, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green).disabled::after {
      display: none; }
    .page-node-24 .body p a:not(.cta-green):disabled:hover, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):disabled:hover, .page-node-24 .body p a:not(.cta-green):disabled:focus, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green):disabled:focus, .page-node-24 .body p a:not(.cta-green).disabled:hover, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green).disabled:hover, .page-node-24 .body p a:not(.cta-green).disabled:focus, .page-node-24 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-24 .body li a:not(.cta-green).disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-6 .body p a:not(.cta-green), .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green), .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green) {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-6 .body p a:not(.cta-green):hover, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-6 .body p a:not(.cta-green):focus, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-6 .body p a:not(.cta-green):focus::after, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):focus::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):focus::after {
      display: none; }
  .page-node-6 .body p a:not(.cta-green):disabled, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):disabled, .page-node-6 .body p a:not(.cta-green).disabled, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green).disabled {
    color: #ADBAC9; }
    .page-node-6 .body p a:not(.cta-green):disabled::after, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):disabled::after, .page-node-6 .body p a:not(.cta-green).disabled::after, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green).disabled::after {
      display: none; }
    .page-node-6 .body p a:not(.cta-green):disabled:hover, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):disabled:hover, .page-node-6 .body p a:not(.cta-green):disabled:focus, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green):disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green):disabled:focus, .page-node-6 .body p a:not(.cta-green).disabled:hover, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green).disabled:hover, .page-node-6 .body p a:not(.cta-green).disabled:focus, .page-node-6 .body .guidelines-landing-page .state-tiles > .state-tiles-texts li a:not(.cta-green).disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-6 .body li a:not(.cta-green).disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a:hover, .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a:focus {
    background-color: #3177dc;
    color: #fff; }
    .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a:hover::before, .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a:focus::before {
      border-color: #3177dc; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #303C42;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a[disabled], .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a[disabled]::before {
    border-color: #ADBAC9; }
  .view-id-project_selection .views-exposed-widgets div.form-type-bef-link > a::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#modal--call-us p a, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  #modal--call-us p a:hover, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  #modal--call-us p a:focus, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    #modal--call-us p a:focus::after, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:focus::after, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:focus::after {
      display: none; }
  #modal--call-us p a:disabled, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:disabled, #modal--call-us p a.disabled, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a.disabled {
    color: #ADBAC9; }
    #modal--call-us p a:disabled::after, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:disabled::after, #modal--call-us p a.disabled::after, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled::after, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a.disabled::after {
      display: none; }
    #modal--call-us p a:disabled:hover, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:disabled:hover, #modal--call-us p a:disabled:focus, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a:disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a:disabled:focus, #modal--call-us p a.disabled:hover, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a.disabled:hover, #modal--call-us p a.disabled:focus, #modal--call-us .guidelines-landing-page .state-tiles > .state-tiles-texts li a.disabled:focus, .guidelines-landing-page .state-tiles > .state-tiles-texts #modal--call-us li a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-3 a.cta-green {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-3 a.cta-green:hover, .page-node-3 a.cta-green:focus {
    background-color: #3177dc;
    color: #fff; }
  .page-node-3 a.cta-green:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-3 a.cta-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-3 a.cta-green[disabled], .page-node-3 a.cta-green[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.page-node-3 .player a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-3 .player a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-3 .player a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-3 .player a:focus::after {
      display: none; }
  .page-node-3 .player a:disabled, .page-node-3 .player a.disabled {
    color: #ADBAC9; }
    .page-node-3 .player a:disabled::after, .page-node-3 .player a.disabled::after {
      display: none; }
    .page-node-3 .player a:disabled:hover, .page-node-3 .player a:disabled:focus, .page-node-3 .player a.disabled:hover, .page-node-3 .player a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-783 a.cta-white {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: transparent;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .page-node-783 a.cta-white:hover, .page-node-783 a.cta-white:focus {
    background-color: #3177dc;
    color: #fff; }
    .page-node-783 a.cta-white:hover::before, .page-node-783 a.cta-white:focus::before {
      border-color: #3177dc; }
  .page-node-783 a.cta-white:focus::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .page-node-783 a.cta-white::before {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-node-783 a.cta-white[disabled], .page-node-783 a.cta-white[disabled]:hover {
    background-color: transparent;
    color: #ADBAC9;
    opacity: 1; }
  .page-node-783 a.cta-white[disabled]::before {
    border-color: #ADBAC9; }

.page-node-30 .paragraph-body-text .body a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .page-node-30 .paragraph-body-text .body a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .page-node-30 .paragraph-body-text .body a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .page-node-30 .paragraph-body-text .body a:focus::after {
      display: none; }
  .page-node-30 .paragraph-body-text .body a:disabled, .page-node-30 .paragraph-body-text .body a.disabled {
    color: #ADBAC9; }
    .page-node-30 .paragraph-body-text .body a:disabled::after, .page-node-30 .paragraph-body-text .body a.disabled::after {
      display: none; }
    .page-node-30 .paragraph-body-text .body a:disabled:hover, .page-node-30 .paragraph-body-text .body a:disabled:focus, .page-node-30 .paragraph-body-text .body a.disabled:hover, .page-node-30 .paragraph-body-text .body a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.page-node-1200 .pace-paragraph .center-cta .field-cta-link {
  display: inline-block;
  margin: 0; }
  .page-node-1200 .pace-paragraph .center-cta .field-cta-link a {
    margin: 0; }
  .page-node-1200 .pace-paragraph .center-cta .field-cta-link a[href^="tel:"] {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important; }

.page-node-1200.node-type-section-dynamic-page .paragraph-subsection-text {
  padding-top: 0;
  margin-top: -1.25rem; }

.block-local-tasks-block .nav-tabs {
  position: fixed;
  width: auto;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  list-style: none;
  top: 56px; }
  @media (min-width: 68.125rem) {
    .block-local-tasks-block .nav-tabs {
      margin-left: 3.125rem; } }
  .block-local-tasks-block .nav-tabs li {
    padding: 0.15rem 0.625rem;
    background: #f7f7f7;
    margin: 0 0 1.25em;
    background-color: #e9e9e9;
    border: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    .block-local-tasks-block .nav-tabs li .is-active {
      background: #eee; }
    .block-local-tasks-block .nav-tabs li:hover {
      background-color: #f5f5f5; }
    .block-local-tasks-block .nav-tabs li:hover {
      background-color: #f5f5f5; }

h2,
.view-id-project_selection .views-exposed-widgets label,
h3,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name,
.view-team-sorting .team-member .team-member-name,
.view-team-members .team-member .team-member-name,
h4, h5, h6 {
  color: #333; }

.embedded-video > .player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embedded-video > .player iframe,
  .embedded-video > .player object,
  .embedded-video > .player embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto; }

.page-node-1078 .embedded-video > .player {
  padding-bottom: 33.25%; }
  @media (max-width: 31.25rem) {
    .page-node-1078 .embedded-video > .player {
      padding-bottom: 53.25%; } }

.page-node-1078 .paragraph-pace-video.type-alternate .field-cta-link {
  margin-top: 2.5rem; }

.page-node-1078.node-type-subsection-page .paragraph-advanced-icon-list .field-body {
  margin-bottom: 1.25rem; }

.full-height {
  height: 100%; }

.white-text * {
  color: #fff; }

.black-text * {
  color: #333; }

.padtop-0 {
  padding-top: 0rem; }

.padtop-1, .team-member-bio {
  padding-top: 0.75rem; }

.padtop-2, .view-id-news_articles .view-empty {
  padding-top: 1.5rem; }

.padtop-3 {
  padding-top: 2.25rem; }

.padtop-4, .view-team-sorting, .view-team-members {
  padding-top: 3rem; }

.padtop-5 {
  padding-top: 3.75rem; }

.padtop-6 {
  padding-top: 4.5rem; }

.padright-0 {
  padding-right: 0rem; }

.padright-1 {
  padding-right: 0.75rem; }

.padright-2 {
  padding-right: 1.5rem; }

.padright-3 {
  padding-right: 2.25rem; }

.padright-4 {
  padding-right: 3rem; }

.padright-5 {
  padding-right: 3.75rem; }

.padright-6 {
  padding-right: 4.5rem; }

.padbot-0 {
  padding-bottom: 0rem; }

.padbot-1, .team-member-bio .team-member-position {
  padding-bottom: 0.75rem; }

.padbot-2, .view-id-news_articles .views-row {
  padding-bottom: 1.5rem; }

.padbot-3 {
  padding-bottom: 2.25rem; }

.padbot-4 {
  padding-bottom: 3rem; }

.padbot-5 {
  padding-bottom: 3.75rem; }

.padbot-6 {
  padding-bottom: 4.5rem; }

.padleft-0 {
  padding-left: 0rem; }

.padleft-1 {
  padding-left: 0.75rem; }

.padleft-2 {
  padding-left: 1.5rem; }

.padleft-3 {
  padding-left: 2.25rem; }

.padleft-4 {
  padding-left: 3rem; }

.padleft-5 {
  padding-left: 3.75rem; }

.padleft-6 {
  padding-left: 4.5rem; }

.padall-0 {
  padding: 0rem; }

.padall-1, .view-id-news_articles .item-list .pager a {
  padding: 0.75rem; }

.padall-2, .paragraph-icon-tiles .icon-item .icon-base, .team-member-bio, .view-id-news_articles .sidebar .view-header, .view-id-news_articles .views-exposed-widget {
  padding: 1.5rem; }

.padall-3 {
  padding: 2.25rem; }

.padall-4 {
  padding: 3rem; }

.padall-5 {
  padding: 3.75rem; }

.padall-6 {
  padding: 4.5rem; }

@media only screen {
  .martop-0 {
    margin-top: 0rem; }
  .martop-1 {
    margin-top: 0.75rem; }
  .martop-2, .view-id-news_articles .view-content, .view-id-news_articles .sidebar, .view-id-news_articles .views-exposed-widget {
    margin-top: 1.5rem; }
  .martop-3 {
    margin-top: 2.25rem; }
  .martop-4 {
    margin-top: 3rem; }
  .martop-5 {
    margin-top: 3.75rem; }
  .martop-6 {
    margin-top: 4.5rem; }
  .marright-0 {
    margin-right: 0rem; }
  .marright-1 {
    margin-right: 0.75rem; }
  .marright-2 {
    margin-right: 1.5rem; }
  .marright-3 {
    margin-right: 2.25rem; }
  .marright-4 {
    margin-right: 3rem; }
  .marright-5 {
    margin-right: 3.75rem; }
  .marright-6 {
    margin-right: 4.5rem; }
  .marbot-0 {
    margin-bottom: 0rem; }
  .marbot-1, .team-member-bio .team-member-position {
    margin-bottom: 0.75rem; }
  .marbot-2, .view-id-news_articles .views-row, .view-id-news_articles .item-list .pager {
    margin-bottom: 1.5rem; }
  .marbot-3 {
    margin-bottom: 2.25rem; }
  .marbot-4 {
    margin-bottom: 3rem; }
  .marbot-5 {
    margin-bottom: 3.75rem; }
  .marbot-6 {
    margin-bottom: 4.5rem; }
  .marleft-0 {
    margin-left: 0rem; }
  .marleft-1 {
    margin-left: 0.75rem; }
  .marleft-2 {
    margin-left: 1.5rem; }
  .marleft-3 {
    margin-left: 2.25rem; }
  .marleft-4 {
    margin-left: 3rem; }
  .marleft-5 {
    margin-left: 3.75rem; }
  .marleft-6 {
    margin-left: 4.5rem; }
  .marall-0 {
    margin: 0rem; }
  .marall-1 {
    margin: 0.75rem; }
  .marall-2 {
    margin: 1.5rem; }
  .marall-3 {
    margin: 2.25rem; }
  .marall-4 {
    margin: 3rem; }
  .marall-5 {
    margin: 3.75rem; }
  .marall-6 {
    margin: 4.5rem; }
  .martopneg-5 {
    margin-top: -2.5rem; } }

.custom-checkbox {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0; }
  .custom-checkbox + .checkbox.custom {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #000;
    border-radius: 5px; }
    @media only screen and (max-width: 47.9375rem) {
      .custom-checkbox + .checkbox.custom {
        width: 2em;
        height: 2em; } }
  .custom-checkbox:checked + .checkbox.custom {
    background: #c5d54f; }

.paragraph-body-text {
  padding: 0.625rem 0 1.25rem;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4375rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-body-text p > a.cta-green, .paragraph-body-text .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.cta-green, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-body-text li > a.cta-green {
      display: block;
      margin: auto;
      max-width: -moz-max-content;
      max-width: -webkit-max-content;
      max-width: max-content; } }
  .paragraph-body-text a.cta-white {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .paragraph-body-text a.cta-white:hover, .paragraph-body-text a.cta-white:focus {
      background-color: #3177dc;
      color: #fff; }
      .paragraph-body-text a.cta-white:hover::before, .paragraph-body-text a.cta-white:focus::before {
        border-color: #3177dc; }
    .paragraph-body-text a.cta-white:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .paragraph-body-text a.cta-white::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #fff;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .paragraph-body-text a.cta-white[disabled], .paragraph-body-text a.cta-white[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .paragraph-body-text a.cta-white[disabled]::before {
      border-color: #ADBAC9; }

h2 {
  font-size: 2.25rem;
  letter-spacing: -0.135rem;
  line-height: 2.1875rem;
  font-weight: 400;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
  margin-bottom: 0.5em; }

.paragraphs-wrapper div.colored:last-child {
  margin-bottom: -2.25rem; }

.lead-1 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875rem;
  color: #303C42;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1216px !important;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  max-width: 840px;
  max-width: calc(800px + 32px);
  text-align: center;
  padding-top: 2.8125rem; }
  @media (max-width: 30rem) {
    .lead-1 {
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: left;
      padding: 1.25rem 0 0; } }
  .lead-1 + .form-1--wrapper {
    margin-top: 3.125rem; }
    @media (max-width: 30rem) {
      .lead-1 + .form-1--wrapper {
        margin-top: 0; } }

.lead-2 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875rem;
  color: #303C42;
  letter-spacing: 0; }

.lead-3 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875rem;
  color: #303C42;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: rgba(48, 60, 66, 0.7);
  text-align: center;
  padding: 2.8125rem 0; }
  @media (max-width: 30rem) {
    .lead-3 {
      text-align: left;
      padding: 1.875rem 0; } }
  .lead-3 a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
    background-color: transparent; }
    .lead-3 a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .lead-3 a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .lead-3 a:focus::after {
        display: none; }
    .lead-3 a:disabled, .lead-3 a.disabled {
      color: #ADBAC9; }
      .lead-3 a:disabled::after, .lead-3 a.disabled::after {
        display: none; }
      .lead-3 a:disabled:hover, .lead-3 a:disabled:focus, .lead-3 a.disabled:hover, .lead-3 a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

.form-1 {
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
  background-color: white;
  padding: 2.5rem 1.5625rem;
  /*.form-text:valid ~ label,*/
  /*.form-text:valid ~ label,*/
  max-width: 800px;
  margin: 0 auto; }
  .form-1 .form-type-textfield {
    position: relative; }
  .form-1 .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .form-1 .form-type-textfield.label-floated label,
  .form-1 .form-type-textfield .form-text:focus ~ label,
  .form-1 .form-type-textfield textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .form-1 .form-type-textfield.label-floated .field-suffix,
  .form-1 .form-type-textfield .form-text:focus + .field-suffix,
  .form-1 .form-type-textfield textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-1 .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
  .form-1 .form-type-textfield .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .form-1 .form-type-textfield.label-floated .form-text::-moz-placeholder,
  .form-1 .form-type-textfield .form-text:focus::-moz-placeholder {
    color: inherit; }
  .form-1 .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
  .form-1 .form-type-textfield .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .form-1 .form-type-textfield.label-floated .form-text::placeholder,
  .form-1 .form-type-textfield .form-text:focus::placeholder {
    color: inherit; }
  .form-1 .form-text {
    width: 100%; }
    .form-1 .form-text::-webkit-input-placeholder {
      color: transparent; }
    .form-1 .form-text::-moz-placeholder {
      color: transparent; }
    .form-1 .form-text::-ms-input-placeholder {
      color: transparent; }
    .form-1 .form-text::placeholder {
      color: transparent; }
  .form-1 .form-type-textfield label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-1 .form-type-textfield label,
  .form-1 .form-type-textfield [type="text"],
  .form-1 .form-type-textfield [type="email"],
  .form-1 .form-type-textfield [type="tel"],
  .form-1 .form-type-textfield [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .form-1 .form-type-textfield [type="text"],
  .form-1 .form-type-textfield [type="email"],
  .form-1 .form-type-textfield [type="tel"],
  .form-1 .form-type-textfield [type="search"],
  .form-1 .form-type-textfield textarea,
  .form-1 .form-type-textfield select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-1 .form-type-textfield [type="text"]:focus,
    .form-1 .form-type-textfield [type="email"]:focus,
    .form-1 .form-type-textfield [type="tel"]:focus,
    .form-1 .form-type-textfield [type="search"]:focus,
    .form-1 .form-type-textfield textarea:focus,
    .form-1 .form-type-textfield select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .form-1 .form-type-textfield [type="text"]::-webkit-input-placeholder,
    .form-1 .form-type-textfield [type="email"]::-webkit-input-placeholder,
    .form-1 .form-type-textfield [type="tel"]::-webkit-input-placeholder,
    .form-1 .form-type-textfield [type="search"]::-webkit-input-placeholder,
    .form-1 .form-type-textfield textarea::-webkit-input-placeholder,
    .form-1 .form-type-textfield select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-textfield [type="text"]::-moz-placeholder,
    .form-1 .form-type-textfield [type="email"]::-moz-placeholder,
    .form-1 .form-type-textfield [type="tel"]::-moz-placeholder,
    .form-1 .form-type-textfield [type="search"]::-moz-placeholder,
    .form-1 .form-type-textfield textarea::-moz-placeholder,
    .form-1 .form-type-textfield select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-textfield [type="text"]::-ms-input-placeholder,
    .form-1 .form-type-textfield [type="email"]::-ms-input-placeholder,
    .form-1 .form-type-textfield [type="tel"]::-ms-input-placeholder,
    .form-1 .form-type-textfield [type="search"]::-ms-input-placeholder,
    .form-1 .form-type-textfield textarea::-ms-input-placeholder,
    .form-1 .form-type-textfield select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-textfield [type="text"]::placeholder,
    .form-1 .form-type-textfield [type="email"]::placeholder,
    .form-1 .form-type-textfield [type="tel"]::placeholder,
    .form-1 .form-type-textfield [type="search"]::placeholder,
    .form-1 .form-type-textfield textarea::placeholder,
    .form-1 .form-type-textfield select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-textfield [type="text"]:focus,
    .form-1 .form-type-textfield [type="email"]:focus,
    .form-1 .form-type-textfield [type="tel"]:focus,
    .form-1 .form-type-textfield [type="search"]:focus,
    .form-1 .form-type-textfield textarea:focus,
    .form-1 .form-type-textfield select:focus {
      background-color: transparent; }
  .form-1 .form-type-textfield select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .form-1 .form-type-textfield select::-ms-expand {
      display: none; }
  .form-1 label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .form-1 .form-type-textfield .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .form-1 .form-type-checkboxes {
    position: relative; }
  .form-1 .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .form-1 .form-type-checkboxes.label-floated > label,
  .form-1 .form-type-checkboxes #field_type-improvement:focus ~ label,
  .form-1 .form-type-checkboxes textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .form-1 .form-type-checkboxes.label-floated .field-suffix,
  .form-1 .form-type-checkboxes #field_type-improvement:focus + .field-suffix,
  .form-1 .form-type-checkboxes textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-1 .form-type-checkboxes.label-floated #field_type-improvement::-webkit-input-placeholder,
  .form-1 .form-type-checkboxes #field_type-improvement:focus::-webkit-input-placeholder {
    color: inherit; }
  .form-1 .form-type-checkboxes.label-floated #field_type-improvement::-moz-placeholder,
  .form-1 .form-type-checkboxes #field_type-improvement:focus::-moz-placeholder {
    color: inherit; }
  .form-1 .form-type-checkboxes.label-floated #field_type-improvement::-ms-input-placeholder,
  .form-1 .form-type-checkboxes #field_type-improvement:focus::-ms-input-placeholder {
    color: inherit; }
  .form-1 .form-type-checkboxes.label-floated #field_type-improvement::placeholder,
  .form-1 .form-type-checkboxes #field_type-improvement:focus::placeholder {
    color: inherit; }
  .form-1 #field_type-improvement {
    width: 100%; }
    .form-1 #field_type-improvement::-webkit-input-placeholder {
      color: transparent; }
    .form-1 #field_type-improvement::-moz-placeholder {
      color: transparent; }
    .form-1 #field_type-improvement::-ms-input-placeholder {
      color: transparent; }
    .form-1 #field_type-improvement::placeholder {
      color: transparent; }
  .form-1 .form-type-checkboxes > label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-1 .form-type-checkboxes > label,
  .form-1 .form-type-checkboxes [type="text"],
  .form-1 .form-type-checkboxes [type="email"],
  .form-1 .form-type-checkboxes [type="tel"],
  .form-1 .form-type-checkboxes [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .form-1 .form-type-checkboxes [type="text"],
  .form-1 .form-type-checkboxes [type="email"],
  .form-1 .form-type-checkboxes [type="tel"],
  .form-1 .form-type-checkboxes [type="search"],
  .form-1 .form-type-checkboxes textarea,
  .form-1 .form-type-checkboxes select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-1 .form-type-checkboxes [type="text"]:focus,
    .form-1 .form-type-checkboxes [type="email"]:focus,
    .form-1 .form-type-checkboxes [type="tel"]:focus,
    .form-1 .form-type-checkboxes [type="search"]:focus,
    .form-1 .form-type-checkboxes textarea:focus,
    .form-1 .form-type-checkboxes select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .form-1 .form-type-checkboxes [type="text"]::-webkit-input-placeholder,
    .form-1 .form-type-checkboxes [type="email"]::-webkit-input-placeholder,
    .form-1 .form-type-checkboxes [type="tel"]::-webkit-input-placeholder,
    .form-1 .form-type-checkboxes [type="search"]::-webkit-input-placeholder,
    .form-1 .form-type-checkboxes textarea::-webkit-input-placeholder,
    .form-1 .form-type-checkboxes select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-checkboxes [type="text"]::-moz-placeholder,
    .form-1 .form-type-checkboxes [type="email"]::-moz-placeholder,
    .form-1 .form-type-checkboxes [type="tel"]::-moz-placeholder,
    .form-1 .form-type-checkboxes [type="search"]::-moz-placeholder,
    .form-1 .form-type-checkboxes textarea::-moz-placeholder,
    .form-1 .form-type-checkboxes select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-checkboxes [type="text"]::-ms-input-placeholder,
    .form-1 .form-type-checkboxes [type="email"]::-ms-input-placeholder,
    .form-1 .form-type-checkboxes [type="tel"]::-ms-input-placeholder,
    .form-1 .form-type-checkboxes [type="search"]::-ms-input-placeholder,
    .form-1 .form-type-checkboxes textarea::-ms-input-placeholder,
    .form-1 .form-type-checkboxes select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-checkboxes [type="text"]::placeholder,
    .form-1 .form-type-checkboxes [type="email"]::placeholder,
    .form-1 .form-type-checkboxes [type="tel"]::placeholder,
    .form-1 .form-type-checkboxes [type="search"]::placeholder,
    .form-1 .form-type-checkboxes textarea::placeholder,
    .form-1 .form-type-checkboxes select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-1 .form-type-checkboxes [type="text"]:focus,
    .form-1 .form-type-checkboxes [type="email"]:focus,
    .form-1 .form-type-checkboxes [type="tel"]:focus,
    .form-1 .form-type-checkboxes [type="search"]:focus,
    .form-1 .form-type-checkboxes textarea:focus,
    .form-1 .form-type-checkboxes select:focus {
      background-color: transparent; }
  .form-1 .form-type-checkboxes select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .form-1 .form-type-checkboxes select::-ms-expand {
      display: none; }
  .form-1 label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .form-1 .form-type-checkboxes #field_type-improvement:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .form-1 ::-webkit-input-placeholder {
    color: transparent; }
  .form-1 ::-moz-placeholder {
    color: transparent; }
  .form-1 ::-ms-input-placeholder {
    color: transparent; }
  .form-1 ::placeholder {
    color: transparent; }
  @media (max-width: 30rem) {
    .form-1 {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 1.875rem 0 0; } }

.form-1--contractor__fields {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
  grid-template-columns: minmax(auto, 420px) 1fr; }
  @media (max-width: 30rem) {
    .form-1--contractor__fields {
      display: block; } }
  .form-1--contractor__fields .select-items-label {
    background-color: transparent !important;
    padding-left: 0 !important;
    font-weight: normal !important; }
  .form-1--contractor__fields #edit-address-wrapper {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }
    @media (max-width: 30rem) {
      .form-1--contractor__fields #edit-address-wrapper {
        margin-bottom: 1.875rem; } }
    .form-1--contractor__fields #edit-address-wrapper input {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .form-1--contractor__fields #edit-field-sl-contractor-prod-offered-wrapper {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 30rem) {
      .form-1--contractor__fields #edit-field-sl-contractor-prod-offered-wrapper {
        margin-bottom: 1.25rem; } }
    .form-1--contractor__fields #edit-field-sl-contractor-prod-offered-wrapper > .form-item {
      width: 100%;
      position: relative; }
  .form-1--contractor__fields #edit-field-property-type-wrapper {
    grid-column: 1 / 2;
    grid-row: 2 / 3; }
    @media (max-width: 30rem) {
      .form-1--contractor__fields #edit-field-property-type-wrapper {
        margin-bottom: 1.25rem; } }
  .form-1--contractor__fields .views-submit-button {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 30.0625rem) {
      .form-1--contractor__fields .views-submit-button {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }

@media (min-width: 30.0625rem) {
  .form-radios-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.form-radios-1 .filter-title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  top: -2px; }
  @media (max-width: 30rem) {
    .form-radios-1 .filter-title {
      margin-bottom: 0.9375rem; } }

.form-radios-1 .filter-title,
.form-radios-1 label {
  white-space: nowrap; }

.form-radios-1 .form-type-radio-button {
  min-height: 26px; }
  @media (max-width: 30rem) {
    .form-radios-1 .form-type-radio-button {
      margin-top: 0.9375rem; } }
  @media (min-width: 30.0625rem) {
    .form-radios-1 .form-type-radio-button {
      margin-left: 0.8125rem; } }
  @media (min-width: 30.0625rem) {
    .form-radios-1 .form-type-radio-button + .form-type-radio-button {
      margin-top: 0; } }

.btn-primary {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #3177dc;
    color: #fff; }
  .btn-primary:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .btn-primary::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }
  .btn-primary[disabled] {
    color: #ADBAC9;
    cursor: default; }
    .btn-primary[disabled]::after {
      background-color: #F2F6FB; }

.button-secondary a,
a.button-secondary {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: #303C42;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .button-secondary a:hover, .button-secondary a:focus,
  a.button-secondary:hover,
  a.button-secondary:focus {
    background-color: #3177dc;
    color: #fff; }
  .button-secondary a:focus::before,
  a.button-secondary:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .button-secondary a::before,
  a.button-secondary::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .button-secondary a[disabled], .button-secondary a[disabled]:hover,
  a.button-secondary[disabled],
  a.button-secondary[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

#field_type-improvement {
  position: absolute;
  top: 100px;
  left: -9999px;
  opacity: 0;
  visibility: hidden; }

#field_type-improvement-div {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #afbac7;
  padding-right: 1.5625rem;
  display: block;
  font-size: 1rem;
  line-height: 1.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding-top: 0.3125rem;
  color: #303C42;
  font-style: normal;
  font-weight: normal; }
  #field_type-improvement-div::after {
    content: "";
    background: url(../../images/arrow-1-hover.svg) no-repeat 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes {
  position: relative; }

.field-suffix {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  opacity: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
  bottom: 0;
  height: 1px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
  pointer-events: none; }

/*.form-text:valid ~ label,*/
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes.label-floated > label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes #field_type-improvement:focus ~ label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus ~ label {
  color: #303C42;
  cursor: pointer;
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes.label-floated .field-suffix,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes #field_type-improvement:focus + .field-suffix,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus + .field-suffix {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }

#field_type-improvement {
  width: 100%; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes > label {
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 7px;
  left: 0;
  color: #6C7680;
  cursor: text;
  margin: 0;
  -webkit-transform: perspective(100px);
          transform: perspective(100px);
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes > label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"] {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select {
  width: 100%;
  height: 38px;
  padding: 0.5em 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #afbac7;
  margin: 0;
  color: #303C42;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select:focus {
    background-color: #fff;
    border-color: #afbac7; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-webkit-input-placeholder {
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-moz-placeholder {
    -moz-user-select: none;
         user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-ms-input-placeholder {
    -ms-user-select: none;
        user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::placeholder {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select:focus {
    background-color: transparent; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #303C42;
  color: rgba(48, 60, 66, 0);
  text-shadow: 0 0 0 #303C42;
  position: relative;
  left: -7px;
  height: 37px; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-ms-expand {
    display: none; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes {
  position: relative; }

.field-suffix {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
  opacity: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
  bottom: 0;
  height: 1px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
  pointer-events: none; }

/*.form-text:valid ~ label,*/
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes.label-floated > label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes #field_type-improvement:focus ~ label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus ~ label {
  color: #303C42;
  cursor: pointer;
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes.label-floated .field-suffix,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes #field_type-improvement:focus + .field-suffix,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus + .field-suffix {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }

#field_type-improvement {
  width: 100%; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes > label {
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 7px;
  left: 0;
  color: #6C7680;
  cursor: text;
  margin: 0;
  -webkit-transform: perspective(100px);
          transform: perspective(100px);
  text-overflow: ellipsis;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes > label,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"] {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"],
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea,
#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select {
  width: 100%;
  height: 38px;
  padding: 0.5em 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #afbac7;
  margin: 0;
  color: #303C42;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select:focus {
    background-color: #fff;
    border-color: #afbac7; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-webkit-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-webkit-input-placeholder {
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-moz-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-moz-placeholder {
    -moz-user-select: none;
         user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::-ms-input-placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-ms-input-placeholder {
    -ms-user-select: none;
        user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea::placeholder,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::placeholder {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="text"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="email"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="tel"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes [type="search"]:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes textarea:focus,
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select:focus {
    background-color: transparent; }

#edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #303C42;
  color: rgba(48, 60, 66, 0);
  text-shadow: 0 0 0 #303C42;
  position: relative;
  left: -7px;
  height: 37px; }
  #edit-field-sl-contractor-prod-offered-wrapper .form-type-checkboxes select::-ms-expand {
    display: none; }

.views-widget-filter-field_sl_contractor_prod_offered {
  max-width: 420px; }
  @media (max-width: 30rem) {
    .views-widget-filter-field_sl_contractor_prod_offered {
      max-width: none; } }
  .views-widget-filter-field_sl_contractor_prod_offered .select-disabled .form-type-checkboxes > label {
    color: #6b7378 !important; }
  .views-widget-filter-field_sl_contractor_prod_offered .select-disabled .form-type-checkboxes .select-items {
    color: #6b7378 !important; }
  .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes {
    position: relative;
    /*
		> label {
			font-family: "Muli";
			font-size: 14px;
			background: white;
			color: #696969;
			font-size: 14px;
			padding: 9px 21px;
			font-weight: 100;
		}*/ }
    .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .select-items {
      color: #696969 !important; }
    .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes {
      background: white;
      display: none;
      position: absolute;
      z-index: 1041;
      right: 0;
      width: 930px;
      max-height: 315px;
      overflow-y: scroll;
      padding: 0.9375rem;
      border: 1px solid #ccc;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 15px; }
      .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes[display*="block"] {
        display: grid !important; }
      @media (max-width: 60rem) {
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes {
          width: 800px;
          grid-template-columns: 1fr 1fr 1fr; } }
      @media (max-width: 51.875rem) {
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes {
          width: 700px; } }
      @media (max-width: 30rem) {
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .other-separate {
      grid-column-start: 1;
      grid-column-end: 5;
      margin-top: 0.625rem;
      width: 100%; }
      @media (max-width: 60rem) {
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .other-separate {
          grid-column-end: 4; } }
      @media (max-width: 30rem) {
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .other-separate {
          grid-column-end: 3; } }
    .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox {
      position: relative; }
      .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox input {
        display: none; }
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox input:checked ~ label {
          background-color: #c5d54f; }
          .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox input:checked ~ label:hover {
            -webkit-transform: none;
                    transform: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #c5d54f; }
          .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox input:checked ~ label::before {
            color: #303c42;
            background: #bfd400 url(../../images/check.svg) no-repeat 50%/14px auto;
            -webkit-transform: rotate(1turn);
                    transform: rotate(1turn); }
          .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox input:checked ~ label:after {
            background: #c5d54f; }
      .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox label {
        color: rgba(0, 0, 0, 0.75);
        margin: 0;
        padding-left: 1.875rem;
        position: relative;
        display: block;
        font-weight: 100;
        line-height: 0.9375rem;
        min-height: 21px;
        padding-top: 0.125rem;
        height: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
        padding: 0.625rem 0.625rem 0.625rem 2.625rem;
        border-radius: .25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        margin: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 1;
        -webkit-transition: background-color .12s ease,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
        transition: background-color .12s ease,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
        transition: transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .12s ease;
        transition: transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .12s ease,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out; }
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox label:hover, .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox label:active {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
                  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
          background-color: #d6d6d6; }
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox label::before {
          content: "";
          background-color: #dae3ed;
          -webkit-transform: rotate(1turn);
                  transform: rotate(1turn);
          -webkit-transition: color .12s ease-in-out,background-color .12s ease,-webkit-transform .32s ease-out;
          transition: color .12s ease-in-out,background-color .12s ease,-webkit-transform .32s ease-out;
          transition: transform .32s ease-out,color .12s ease-in-out,background-color .12s ease;
          transition: transform .32s ease-out,color .12s ease-in-out,background-color .12s ease,-webkit-transform .32s ease-out;
          left: 16px;
          top: 1px;
          bottom: 0;
          margin: auto;
          height: 15px;
          width: 14px;
          font-size: 1rem;
          position: absolute;
          z-index: 10;
          color: transparent;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
        .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-type-checkbox label::after {
          background: #dae3ed;
          content: "";
          display: inline-block;
          height: 20px;
          left: 12px;
          width: 20px;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          border-radius: 50px; }
  .views-widget-filter-field_sl_contractor_prod_offered .select-items::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent black transparent;
    margin-bottom: 0.1875rem;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 1; }
  .views-widget-filter-field_sl_contractor_prod_offered .select-items::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: black transparent transparent transparent;
    position: absolute;
    top: 23px;
    right: 20px;
    z-index: 1; }
  .views-widget-filter-field_sl_contractor_prod_offered .close-dropdown {
    position: absolute;
    bottom: 1px;
    right: 0;
    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;
    width: 38px;
    height: 38px;
    z-index: 1041;
    background: white;
    font-family: 'Muli',sans-serif;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 100;
    cursor: pointer;
    border: 0; }
  .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 353px;
    right: 0;
    z-index: 1300; }
    .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next:hover, .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next:focus {
      background-color: #3177dc;
      color: #fff; }
    .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next[disabled], .views-widget-filter-field_sl_contractor_prod_offered .btn-form-next[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .views-widget-filter-field_sl_contractor_prod_offered #field_type-improvement-div,
  .views-widget-filter-field_sl_contractor_prod_offered .select-items-label {
    opacity: .3; }
  .views-widget-filter-field_sl_contractor_prod_offered .filled #field_type-improvement-div,
  .views-widget-filter-field_sl_contractor_prod_offered .filled .select-items-label,
  .views-widget-filter-field_sl_contractor_prod_offered .label-floated #field_type-improvement-div,
  .views-widget-filter-field_sl_contractor_prod_offered .label-floated .select-items-label {
    opacity: 1; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(48, 60, 66, 0.7); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 1; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.view-service-area {
  padding: 1em 1em; }
  .view-service-area span.tax-descrip:nth-child(3n+1) + div.block-state-county > :not(.block-state-county-name) {
    margin-right: -200% !important;
    margin-left: 0 !important; }
  .view-service-area span.tax-descrip:nth-child(3n+2) + div.block-state-county > :not(.block-state-county-name) {
    margin-left: -200% !important;
    margin-right: 0% !important; }
  .view-service-area span.tax-descrip:nth-child(3n+3) + div.block-state-county > :not(.block-state-county-name) {
    margin-right: -100% !important;
    margin-left: -100% !important; }
  .view-service-area .block-state-county + span.tax-descrip {
    display: none !important; }
  .view-service-area .block-state-counties-list > span.tax-descrip {
    width: 100% !important; }
  .view-service-area a.cta-green {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400 !important;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .view-service-area a.cta-green:hover, .view-service-area a.cta-green:focus {
      background-color: #3177dc !important;
      color: #fff; }
    .view-service-area a.cta-green:focus::before {
      border-color: #3177dc !important;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .view-service-area a.cta-green::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .view-service-area a.cta-green[disabled], .view-service-area a.cta-green[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
    .view-service-area a.cta-green:hover {
      border: 0 !important; }
  .view-service-area a.cta-gray {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .view-service-area a.cta-gray:hover, .view-service-area a.cta-gray:focus {
      background-color: #3177dc;
      color: #fff; }
      .view-service-area a.cta-gray:hover::before, .view-service-area a.cta-gray:focus::before {
        border-color: #3177dc; }
    .view-service-area a.cta-gray:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .view-service-area a.cta-gray::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .view-service-area a.cta-gray[disabled], .view-service-area a.cta-gray[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .view-service-area a.cta-gray[disabled]::before {
      border-color: #ADBAC9; }
  .view-service-area #btn-scroll-to-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 20px;
    padding: 0.9375rem;
    outline: none;
    border: none;
    border-radius: 10px;
    color: #fff;
    background-color: #c5d54f;
    cursor: pointer;
    z-index: 99; }
    .view-service-area #btn-scroll-to-top:hover {
      background-color: #717171; }
  .view-service-area .view-header h2 {
    padding: 0.5em 0; }
  .view-service-area .view-content > .block-state {
    position: relative;
    padding: 0.5em 0 1.5em; }
    .view-service-area .view-content > .block-state a.state-anchor {
      position: absolute;
      top: -100px; }
    .view-service-area .view-content > .block-state > :not(.block-state-county) {
      width: 100%; }
    .view-service-area .view-content > .block-state .block-state-counties-list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county {
        width: 33.33%; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county:nth-child(3n+1) > :not(.block-state-county-name) {
          margin-right: -200%; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county:nth-child(3n+2) > :not(.block-state-county-name) {
          margin-left: -100%;
          margin-right: -100%; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county:nth-child(3n+3) > :not(.block-state-county-name) {
          margin-left: -200%; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-name h4 {
          line-height: 2em; }
          .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-name h4 > .fa {
            padding: 0 0.25em; }
            .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-name h4 > .fa.fa-angle-down {
              display: none;
              color: #717171; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-link,
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-tabs {
          display: none; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-link {
          padding: 1em;
          text-align: center; }
          .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > .block-state-county-link > a {
            padding-left: 2em;
            padding-right: 2em; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county.open .block-state-county-name h4 > .fa.fa-angle-right {
          display: none; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county.open .block-state-county-name h4 > .fa.fa-angle-down {
          display: inline-block; }
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county.open .block-state-county-link,
        .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county.open .block-state-county-tabs {
          display: block; }
      @media only screen and (max-width: 47.9375rem) {
        .view-service-area .view-content > .block-state .block-state-counties-list {
          display: block; }
          .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county {
            width: 100%; }
            .view-service-area .view-content > .block-state .block-state-counties-list .block-state-county > :not(.block-state-county-name) {
              margin-left: 0 !important;
              margin-right: 0 !important; } }
  .view-service-area .tabs {
    border-bottom: 1px solid #000;
    font-size: 0; }
    .view-service-area .tabs:after {
      content: '';
      display: table;
      clear: both; }
    .view-service-area .tabs .tab {
      display: inline; }
      @media only screen and (max-width: 47.9375rem) {
        .view-service-area .tabs .tab {
          border-bottom: 0 solid #aaa; } }
      .view-service-area .tabs .tab.open .tab-label {
        top: 1px;
        border: 2px solid #000;
        border-bottom: 0;
        font-weight: bold;
        background: white;
        z-index: 1; }
        .view-service-area .tabs .tab.open .tab-label:after {
          content: '';
          display: block;
          height: 3px;
          position: absolute;
          bottom: -2px;
          left: -2px;
          right: -2px;
          background: #fff; }
      .view-service-area .tabs .tab.open .tab-panel {
        display: inline; }
      @media only screen and (max-width: 47.9375rem) {
        .view-service-area .tabs .tab.open .tab-label {
          border-left: 0;
          border-width: 3px;
          border-color: #aaa;
          color: darkcyan; } }
      .view-service-area .tabs .tab > .tab-label {
        display: inline-block;
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 33%;
        margin: 0;
        padding: 0.5em 1em;
        vertical-align: bottom;
        font-size: 1.0625rem; }
        @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
          .view-service-area .tabs .tab > .tab-label {
            width: 50%; } }
        @media only screen and (max-width: 47.9375rem) {
          .view-service-area .tabs .tab > .tab-label {
            padding: 0.5em 0 0.5em 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 52%; } }
        .view-service-area .tabs .tab > .tab-label.uni-tab {
          cursor: pointer;
          color: darkcyan; }
      .view-service-area .tabs .tab > .tab-panel {
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 0;
        height: 0; }
        .view-service-area .tabs .tab > .tab-panel > .tab-inner {
          display: block;
          float: left;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: -0.0625rem 0;
          padding: 0.5em 0 0 0.5em;
          border: 1px solid #000;
          border-left: 0;
          border-right: 0;
          font-size: 1.0625rem; }
          .view-service-area .tabs .tab > .tab-panel > .tab-inner > div {
            float: left;
            width: 33%;
            line-height: 2em; }
            @media only screen and (max-width: 47.9375rem) {
              .view-service-area .tabs .tab > .tab-panel > .tab-inner > div {
                line-height: 2em; } }
            @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
              .view-service-area .tabs .tab > .tab-panel > .tab-inner > div {
                width: 50%; } }
          @media only screen and (max-width: 47.9375rem) {
            .view-service-area .tabs .tab > .tab-panel > .tab-inner {
              margin: -0.1875rem 0;
              border-width: 3px;
              border-color: #aaa; }
              .view-service-area .tabs .tab > .tab-panel > .tab-inner > div {
                width: 100%; } }

.section-find-contractor {
  margin: 0 auto;
  font-family: "Muli";
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  /*
	label,
	select,*/
  /*
	.form-contractors {
		@include form-item-1('.form-group--search', '.form-group__inputtext');


		// margin: 0;
		// padding: 0;

		.message-error {
			@media (min-width: $tablet-screen-min) {
				position: absolute;
				top: 102%;
				top: calc(100% + 5px);
				left: 0;
			}
		}

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

		> .form-group--elite {
			// margin-top: 7px;
		}

		label {
			font-weight: 600;
			margin: 0;
		}

		select {
			width: auto;
		}

		@media (max-width: $mobile-screen-max) {
			flex-wrap: wrap;
			padding: 14px 0;

			> * {
				order: 4;
				width: 100%;
				padding-top: 10px;
				padding-bottom: 10px;

				&:nth-last-child(-n+2) {
					order: 1;
					width: auto;
					padding-top: 0;
					padding-bottom: 0;
				}
			}
		}
	}*/ }
  @media (max-width: 47.9375rem) {
    .section-find-contractor .view-grouping .container-1 {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-find-contractor {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .section-find-contractor p, .section-find-contractor .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-find-contractor li {
    /*
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		letter-spacing: 0;*/
    margin: 0; }
    .section-find-contractor p + .services, .section-find-contractor .guidelines-landing-page .state-tiles > .state-tiles-texts li + .services, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-find-contractor li + .services {
      margin-top: 0.75rem; }
      @media (max-width: 47.9375rem) {
        .section-find-contractor p + .services, .section-find-contractor .guidelines-landing-page .state-tiles > .state-tiles-texts li + .services, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-find-contractor li + .services {
          margin-top: 0.625rem; } }
  .section-find-contractor .contractor-near-item {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    letter-spacing: 0; }
  .section-find-contractor .form-contractors .message-error {
    position: absolute;
    top: 100%;
    left: 0; }
  .section-find-contractor .form-group--search {
    /*margin-left: 25px;

		@media (max-width: $mobile-screen-max) {
			flex: 1;
			margin-left: 0;
		}

		input {

		}*/ }
    .section-find-contractor .form-group--search .form-group__inputtext {
      background-color: transparent; }
  .section-find-contractor h1 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.875rem;
    color: #303C42;
    letter-spacing: -0.03125rem;
    text-align: center;
    margin: 0; }
    @media (max-width: 47.9375rem) {
      .section-find-contractor h1 {
        font-size: 1rem;
        line-height: 1.5rem; } }
  .section-find-contractor .count-string {
    font-family: Mulish;
    font-weight: 300; }
    @media (min-width: 48rem) {
      .section-find-contractor .count-string {
        text-transform: lowercase;
        letter-spacing: -0.03125rem; }
        .section-find-contractor .count-string::before {
          content: "("; }
        .section-find-contractor .count-string::after {
          content: ")"; } }
    @media (max-width: 47.9375rem) {
      .section-find-contractor .count-string {
        font-size: 0.875rem;
        line-height: 0.875rem;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-find-contractor {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .section-find-contractor .contractors-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 19px; }
    @media (max-width: 47.9375rem) {
      .section-find-contractor .contractors-list {
        grid-template-columns: 1fr; } }
  .section-find-contractor .views-exposed-form {
    max-width: 1300px;
    margin: auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 2.8125rem; }
    .section-find-contractor .views-exposed-form .views-exposed-widgets {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 47.9375rem) {
        .section-find-contractor .views-exposed-form .views-exposed-widgets {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-left: 0.625rem; } }
    .section-find-contractor .views-exposed-form .views-widget {
      display: inline-block; }
  .section-find-contractor .button-back {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.875rem;
    margin-top: -1.1875rem;
    border-bottom: 1px solid #ededed; }
    @media (max-width: 47.9375rem) {
      .section-find-contractor .button-back {
        grid-column-end: 2; } }
  .section-find-contractor .view-search-contractor {
    margin-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-find-contractor .view-search-contractor .view-header {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 1300px;
      margin: auto;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section-find-contractor .view-search-contractor .view-content {
      max-width: 1300px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin: auto; }
    .section-find-contractor .view-search-contractor h1 {
      padding: 0;
      margin: 0;
      font-size: 2.125rem;
      font-weight: 500;
      letter-spacing: 0.00625rem;
      color: #333333; }
      .section-find-contractor .view-search-contractor h1 span {
        font-weight: 200; }
      @media (max-width: 63.9375rem) {
        .section-find-contractor .view-search-contractor h1 {
          font-size: 2rem; } }
      @media (max-width: 31.25rem) {
        .section-find-contractor .view-search-contractor h1 {
          width: 100%;
          margin-left: 0.625rem;
          margin-right: 0.625rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .section-find-contractor .view-search-contractor h1 span {
            font-size: 1.25rem;
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1; } }
      @media (max-width: 21.25rem) {
        .section-find-contractor .view-search-contractor h1 {
          font-size: 1.75rem; } }
  .section-find-contractor .view-grouping {
    background-color: white;
    padding-top: 5rem; }
    @media (max-width: 47.9375rem) {
      .section-find-contractor .view-grouping {
        padding-top: 2.375rem; } }
    .section-find-contractor .view-grouping .contactors-near {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 100%;
              flex: 1 100%;
      min-height: 110px; }
    .section-find-contractor .view-grouping .count-elite,
    .section-find-contractor .view-grouping .count-normal {
      display: none; }
    .section-find-contractor .view-grouping.elite .count-all {
      display: none; }
    .section-find-contractor .view-grouping.elite .count-elite {
      display: inline; }
    .section-find-contractor .view-grouping.elite .contactors-near-more {
      display: none; }
    .section-find-contractor .view-grouping.normal .count-all {
      display: none; }
    .section-find-contractor .view-grouping.normal .count-normal {
      display: inline; }
    .section-find-contractor .view-grouping.normal .contactors-near {
      display: none; }
  .section-find-contractor .views-widget-filter-field_sl_contractor_elite_true {
    float: left;
    padding: 0.6875rem; }
  .section-find-contractor label {
    display: inline-block; }
  .section-find-contractor .views-widget-filter-field_sl_contractor_elite_true {
    float: left;
    padding: 0;
    padding-right: 1.125rem; }
  .section-find-contractor .form-item-field-sl-contractor-elite-true {
    position: relative; }
    .section-find-contractor .form-item-field-sl-contractor-elite-true::before {
      content: "";
      position: absolute;
      border: 1px solid #333;
      border-width: 2.3px 0px 0px 2.3px;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
      width: 10px;
      height: 10px;
      top: 6px;
      right: 20px;
      pointer-events: none; }
  .section-find-contractor select {
    /*
    background: white;
    border: none;
    outline: none;
    width: 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
	  */ }
    .section-find-contractor select .views-widget {
      display: inline-block; }
    .section-find-contractor select::-moz-focus-inner {
      border: 0; }
  .section-find-contractor .views-submit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-find-contractor .views-submit-button input {
      width: 319px;
      margin: 0; }
      @media (max-width: 47.9375rem) {
        .section-find-contractor .views-submit-button input {
          width: 100%; } }
    .section-find-contractor .views-submit-button button:last-child {
      height: 33px;
      width: 84px;
      background-color: #303c41;
      padding: 0;
      color: #bfd400;
      font-weight: 100;
      font-size: 0.875rem;
      border: none;
      margin-top: 0 !important;
      margin-left: 0.625rem; }

.contactors-near-more__wrapper {
  grid-column-start: 1;
  grid-column-end: 3;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px; }
  @media (max-width: 47.9375rem) {
    .contactors-near-more__wrapper {
      grid-column-end: 2;
      -webkit-columns: auto;
         -moz-columns: auto;
              columns: auto; } }

.contactors-near-more {
  font-family: Mulish;
  margin-bottom: 1.5625rem; }
  .contactors-near-more h2 {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
    color: #2ba6cb;
    letter-spacing: 0.03125rem; }
  .contactors-near-more p, .contactors-near-more .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near-more li,
  .contactors-near-more a {
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0; }
  .contactors-near-more a {
    display: inline-block;
    vertical-align: top;
    color: #1975E3;
    margin: 0.1875rem 0 0;
    text-decoration: underline; }
  .contactors-near-more .button-Back {
    display: none; }

.contactors-near {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625rem 1.5625rem 2.1875rem; }
  @media (max-width: 47.9375rem) {
    .contactors-near {
      padding: 1.5625rem 0.9375rem 5.3125rem; } }
  @media (max-width: 25rem) {
    .contactors-near {
      padding-bottom: 5rem; } }
  .contactors-near a[href^="tel:"] {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.375rem;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-family: 'Muli'; }
  .contactors-near.elite {
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 47.9375rem) {
      .contactors-near.elite .group-righ {
        margin-top: 0.625rem; } }
    @media (max-width: 47.9375rem) {
      .contactors-near.elite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .contactors-near.elite .contractor-near-item {
          margin-left: 4.375rem; } }
    @media (max-width: 25rem) {
      .contactors-near.elite .contractor-near-item {
        margin-left: 4.375rem; } }
    @media (max-width: 47.9375rem) {
      .contactors-near.elite {
        grid-column-end: 2; } }
    .contactors-near.elite .tittle-description a {
      font-size: 0.875rem;
      line-height: 1.25rem;
      height: 40px;
      min-width: 112px;
      display: inline-block;
      vertical-align: center;
      padding: 0.5625rem 1.125rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #C5D54F;
      text-transform: uppercase;
      font-family: Mulish,sans-serif;
      color: #303C42;
      font-weight: bold;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      letter-spacing: 0;
      border-radius: 0;
      font-size: 0.9375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 155px;
      height: 44px; }
      .contactors-near.elite .tittle-description a:hover {
        background-color: #E2EC8C; }
      @media (max-width: 63.9375rem) {
        .contactors-near.elite .tittle-description a {
          position: absolute;
          bottom: 20px;
          right: 15px;
          top: initial; } }
      @media (max-width: 25rem) {
        .contactors-near.elite .tittle-description a {
          height: 38px;
          padding-top: 0;
          padding-bottom: 0;
          font-size: 0.875rem;
          right: auto; } }
    .contactors-near.elite a[href^="tel:"] {
      margin-left: 2.375rem;
      display: block; }
      @media (max-width: 47.9375rem) {
        .contactors-near.elite a[href^="tel:"] {
          margin-left: 0; } }
      @media (max-width: 25rem) {
        .contactors-near.elite a[href^="tel:"] {
          margin-left: 4.375rem; } }
      .contactors-near.elite a[href^="tel:"] + img {
        float: right; }
  .contactors-near.silver {
    padding: 1.5625rem 1.5625rem 0.9375rem; }
    @media (max-width: 47.9375rem) {
      .contactors-near.silver {
        padding: 1.5625rem 0.9375rem 0.9375rem; } }
    .contactors-near.silver .group-left {
      margin: 0;
      width: 100%; }
    .contactors-near.silver .tittle-description {
      display: block;
      position: relative;
      padding-bottom: 1.8125rem !important; }
      @media (max-width: 25rem) {
        .contactors-near.silver .tittle-description {
          padding-bottom: 3.875rem !important; } }
    .contactors-near.silver .services {
      margin-bottom: 0.9375rem; }
    .contactors-near.silver + .contactors-near-more {
      grid-column-start: 1;
      grid-column-end: 2; }
    .contactors-near.silver a {
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto !important; }
    .contactors-near.silver a[href^="tel:"] {
      margin-top: 0;
      line-height: 1.375rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: 0;
      right: auto; }
      @media (max-width: 25rem) {
        .contactors-near.silver a[href^="tel:"] {
          bottom: 32px; } }
  .contactors-near h2 {
    margin: -0.3125rem 0 0; }
    .contactors-near h2 + .services,
    .contactors-near h2 + p,
    .contactors-near .guidelines-landing-page .state-tiles > .state-tiles-texts h2 + li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near h2 + li {
      margin-top: 0.75rem; }
      @media (max-width: 47.9375rem) {
        .contactors-near h2 + .services,
        .contactors-near h2 + p,
        .contactors-near .guidelines-landing-page .state-tiles > .state-tiles-texts h2 + li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near h2 + li {
          margin-top: 0.625rem; } }
  .contactors-near .tittle-description {
    width: 100%; }
    .contactors-near .tittle-description h2,
    .contactors-near .tittle-description p,
    .contactors-near .tittle-description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near .tittle-description li {
      width: 100%; }
    
    .contactors-near .tittle-description p,
    .contactors-near .tittle-description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near .tittle-description li,
    .contactors-near .tittle-description .services {
      width: 100%; }
    .contactors-near .tittle-description .services {
      margin-bottom: 0; }
    
    .contactors-near .tittle-description p,
    .contactors-near .tittle-description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near .tittle-description li {
      font-size: 0.875rem;
      line-height: 1.1875rem; }
      .contactors-near .tittle-description p + a, .contactors-near .tittle-description .guidelines-landing-page .state-tiles > .state-tiles-texts li + a, .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near .tittle-description li + a {
        margin-top: 1.5625rem; }
    .contactors-near .tittle-description a[href*="tel"] + a {
      font-family: "Muli";
      font-weight: 600;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .contactors-near .tittle-description a[href*="tel"] + a::after {
        content: "";
        background: #333;
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 1px;
        left: 0; }
      @media (max-width: 25rem) {
        .contactors-near .tittle-description a[href*="tel"] + a {
          width: 100%;
          margin-top: 0.375rem; } }
    .contactors-near .tittle-description a {
      color: #333; }
  .contactors-near .group-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53%;
    margin-right: 7%; }
    @media (max-width: 63.9375rem) {
      .contactors-near .group-left {
        width: 100%;
        margin-right: 0; } }
    .contactors-near .group-left .image-contractor {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
      .contactors-near .group-left .image-contractor img {
        width: 80px;
        margin-right: 1.25rem; }
      @media (max-width: 47.9375rem) {
        .contactors-near .group-left .image-contractor {
          width: 70px; } }
      @media (max-width: 47.9375rem) {
        .contactors-near .group-left .image-contractor img {
          width: 60px;
          height: auto;
          margin-right: 0.625rem;
          position: absolute;
          top: 0;
          left: 0; } }
    .contactors-near .group-left h2 {
      font-size: 1.125rem;
      font-size: 18px;
      font-family: Mulish;
      letter-spacing: 0.0625rem;
      font-weight: 600; }
    .contactors-near .group-left .contractor-tittle-description {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*
      img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
      }*/ }
      .contactors-near .group-left .contractor-tittle-description > * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .contactors-near .group-left .contractor-tittle-description h2 {
        font-size: 1.125rem;
        font-family: Mulish;
        letter-spacing: 0;
        font-weight: 600;
        line-height: 1.25rem; }
        .contactors-near .group-left .contractor-tittle-description h2 + a {
          margin-top: 1.375rem; }
        @media (max-width: 47.9375rem) {
          .contactors-near .group-left .contractor-tittle-description h2 {
            font-size: 0.9375rem; } }
      .contactors-near .group-left .contractor-tittle-description .contractor-tittle-description > * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .contactors-near .group-left .contractor-tittle-description .contractor-tittle-description a {
        color: black;
        background-color: #bfd400;
        padding: 0.875rem 1.875rem;
        -webkit-transition: all 1s;
        transition: all 1s;
        position: relative;
        top: 60px; }
        @media (max-width: 63.9375rem) {
          .contactors-near .group-left .contractor-tittle-description .contractor-tittle-description a {
            position: absolute;
            bottom: 20px;
            right: 15px;
            top: initial; } }
  .contactors-near .group-righ {
    width: 40%; }
    @media (max-width: 63.9375rem) {
      .contactors-near .group-righ {
        width: 100%; } }
    .contactors-near .group-righ .about-elite #btn-modal {
      position: absolute;
      border: 2px solid #333;
      border-radius: 100%;
      width: 19px;
      height: 19px;
      text-align: center;
      color: #333;
      top: 16px;
      bottom: 0;
      right: 19px;
      line-height: 0.8125rem;
      font-size: 0.8125rem;
      font-family: Mulish;
      font-weight: 600; }
      @media (max-width: 47.9375rem) {
        .contactors-near .group-righ .about-elite #btn-modal {
          right: 15px; } }
      .contactors-near .group-righ .about-elite #btn-modal:focus {
        outline: none; }
    .contactors-near .group-righ .about-elite .modal-info {
      -webkit-transition: all 1.4s;
      transition: all 1.4s;
      -webkit-box-shadow: 0px 0px 5px 2px #bababa;
              box-shadow: 0px 0px 5px 2px #bababa;
      padding: 1rem 1.625rem;
      position: absolute;
      max-width: 240px;
      width: 100%;
      background: white;
      opacity: 0;
      top: -280px;
      right: 63px;
      visibility: hidden; }
      .contactors-near .group-righ .about-elite .modal-info a {
        padding-left: 0.3125rem;
        position: relative;
        z-index: 3; }
      @media (max-width: 29rem) {
        .contactors-near .group-righ .about-elite .modal-info {
          max-width: 100%;
          right: 0; } }
      .contactors-near .group-righ .about-elite .modal-info.modal-info-active {
        position: absolute;
        width: 100%;
        max-width: 240px;
        height: auto;
        opacity: 1;
        top: -45px;
        right: 50px;
        z-index: 3;
        width: 90%;
        margin: auto;
        visibility: visible; }
        .contactors-near .group-righ .about-elite .modal-info.modal-info-active h4 {
          font-family: Mulish;
          font-size: 0.9375rem;
          line-height: 1.0625rem;
          letter-spacing: 0;
          margin: 0 0 0.75rem; }
        .contactors-near .group-righ .about-elite .modal-info.modal-info-active p, .contactors-near .group-righ .about-elite .modal-info.modal-info-active .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .contactors-near .group-righ .about-elite .modal-info.modal-info-active li {
          font-family: Mulish;
          font-size: 0.875rem;
          line-height: 1.1875rem; }
        @media (max-width: 29rem) {
          .contactors-near .group-righ .about-elite .modal-info.modal-info-active {
            top: 60px;
            right: 20px;
            max-width: none; } }

.contractor-near-item {
  font-family: "Muli";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.25rem; }
  @media (max-width: 47.9375rem) {
    .contractor-near-item {
      font-size: 0.75rem;
      margin-bottom: 0.9375rem; } }
  .contractor-near-item img {
    border: 0;
    height: 17px;
    width: auto;
    margin-right: 1.0625rem; }
    @media (max-width: 47.9375rem) {
      .contractor-near-item img {
        margin-right: 0.625rem; } }
  .contractor-near-item span {
    padding: 0.0625rem 0.4375rem;
    background: silver;
    margin-right: 0.75rem;
    height: 25px;
    border-radius: 4px;
    color: black; }
  .contractor-near-item p, .contractor-near-item .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .contractor-near-item li {
    font-family: Mulish; }
    @media (max-width: 47.9375rem) {
      .contractor-near-item p, .contractor-near-item .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .contractor-near-item li {
        font-size: 0.75rem;
        line-height: 1.375rem; } }
  .contractor-near-item b {
    font-weight: 600; }

body.form-contractors-open {
  overflow-y: hidden; }

.form-contractors {
  /*.form-text:valid ~ label,*/
  --bottom: 10px;
  /*display: flex;
	justify-content: space-between;
	align-items: flex-start;*/
  display: grid;
  grid-template-columns: minmax(auto, 625px) minmax(auto, 440px) 100px;
  grid-column-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  /*
	.pac-target-input {
		&::placeholder {
			color: transparent;
		}
	}*/ }
  .form-contractors .form-group--search {
    position: relative; }
  .form-contractors .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .form-contractors .form-group--search.remove-label label,
  .form-contractors .form-group--search .form-group__inputtext:focus ~ label,
  .form-contractors .form-group--search textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .form-contractors .form-group--search.remove-label .field-suffix,
  .form-contractors .form-group--search .form-group__inputtext:focus + .field-suffix,
  .form-contractors .form-group--search textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-contractors .form-group--search.remove-label .form-group__inputtext::-webkit-input-placeholder,
  .form-contractors .form-group--search .form-group__inputtext:focus::-webkit-input-placeholder {
    color: inherit; }
  .form-contractors .form-group--search.remove-label .form-group__inputtext::-moz-placeholder,
  .form-contractors .form-group--search .form-group__inputtext:focus::-moz-placeholder {
    color: inherit; }
  .form-contractors .form-group--search.remove-label .form-group__inputtext::-ms-input-placeholder,
  .form-contractors .form-group--search .form-group__inputtext:focus::-ms-input-placeholder {
    color: inherit; }
  .form-contractors .form-group--search.remove-label .form-group__inputtext::placeholder,
  .form-contractors .form-group--search .form-group__inputtext:focus::placeholder {
    color: inherit; }
  .form-contractors .form-group__inputtext {
    width: 100%; }
    .form-contractors .form-group__inputtext::-webkit-input-placeholder {
      color: transparent; }
    .form-contractors .form-group__inputtext::-moz-placeholder {
      color: transparent; }
    .form-contractors .form-group__inputtext::-ms-input-placeholder {
      color: transparent; }
    .form-contractors .form-group__inputtext::placeholder {
      color: transparent; }
  .form-contractors .form-group--search label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-contractors .form-group--search label,
  .form-contractors .form-group--search [type="text"],
  .form-contractors .form-group--search [type="email"],
  .form-contractors .form-group--search [type="tel"],
  .form-contractors .form-group--search [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .form-contractors .form-group--search [type="text"],
  .form-contractors .form-group--search [type="email"],
  .form-contractors .form-group--search [type="tel"],
  .form-contractors .form-group--search [type="search"],
  .form-contractors .form-group--search textarea,
  .form-contractors .form-group--search select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-contractors .form-group--search [type="text"]:focus,
    .form-contractors .form-group--search [type="email"]:focus,
    .form-contractors .form-group--search [type="tel"]:focus,
    .form-contractors .form-group--search [type="search"]:focus,
    .form-contractors .form-group--search textarea:focus,
    .form-contractors .form-group--search select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .form-contractors .form-group--search [type="text"]::-webkit-input-placeholder,
    .form-contractors .form-group--search [type="email"]::-webkit-input-placeholder,
    .form-contractors .form-group--search [type="tel"]::-webkit-input-placeholder,
    .form-contractors .form-group--search [type="search"]::-webkit-input-placeholder,
    .form-contractors .form-group--search textarea::-webkit-input-placeholder,
    .form-contractors .form-group--search select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-contractors .form-group--search [type="text"]::-moz-placeholder,
    .form-contractors .form-group--search [type="email"]::-moz-placeholder,
    .form-contractors .form-group--search [type="tel"]::-moz-placeholder,
    .form-contractors .form-group--search [type="search"]::-moz-placeholder,
    .form-contractors .form-group--search textarea::-moz-placeholder,
    .form-contractors .form-group--search select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-contractors .form-group--search [type="text"]::-ms-input-placeholder,
    .form-contractors .form-group--search [type="email"]::-ms-input-placeholder,
    .form-contractors .form-group--search [type="tel"]::-ms-input-placeholder,
    .form-contractors .form-group--search [type="search"]::-ms-input-placeholder,
    .form-contractors .form-group--search textarea::-ms-input-placeholder,
    .form-contractors .form-group--search select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-contractors .form-group--search [type="text"]::placeholder,
    .form-contractors .form-group--search [type="email"]::placeholder,
    .form-contractors .form-group--search [type="tel"]::placeholder,
    .form-contractors .form-group--search [type="search"]::placeholder,
    .form-contractors .form-group--search textarea::placeholder,
    .form-contractors .form-group--search select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-contractors .form-group--search [type="text"]:focus,
    .form-contractors .form-group--search [type="email"]:focus,
    .form-contractors .form-group--search [type="tel"]:focus,
    .form-contractors .form-group--search [type="search"]:focus,
    .form-contractors .form-group--search textarea:focus,
    .form-contractors .form-group--search select:focus {
      background-color: transparent; }
  .form-contractors .form-group--search select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .form-contractors .form-group--search select::-ms-expand {
      display: none; }
  .form-contractors label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .form-contractors .form-group--search .form-group__inputtext:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  @media (max-width: 47.9375rem) {
    .form-contractors {
      display: block; }
      .form-contractors #edit-field-sl-contractor-prod-offered-wrapper {
        margin: 2.5rem 0 1.375rem; } }
  .form-contractors .views-widget-filter-field_sl_contractor_prod_offered {
    max-width: none;
    z-index: 1;
    /*
		.select-items-label {
			font-weight: normal;
			font-size: 16px;
			line-height: 150%;
			border-bottom: 1px solid #afbac7;
			cursor: pointer;
			color: #303C42;
			padding-left: 0;
			padding-right: 0;
			width: 100%;
		}*/ }
    .form-contractors .views-widget-filter-field_sl_contractor_prod_offered.open {
      z-index: 1041; }
      .form-contractors .views-widget-filter-field_sl_contractor_prod_offered.open .form-checkboxes {
        display: grid !important; }
      .form-contractors .views-widget-filter-field_sl_contractor_prod_offered.open .close-dropdown {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
    .form-contractors .views-widget-filter-field_sl_contractor_prod_offered.select-disabled .select-items-label {
      background-color: transparent !important; }
    .form-contractors .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes {
      /*
			&.open {
				.form-checkboxes {
					display: grid;
				}

				.close-dropdown {
					display: flex !important;
				}
			}*/ }
      .form-contractors .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes > label {
        background: transparent; }
      .form-contractors .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .form-checkboxes {
        display: none; }
      .form-contractors .views-widget-filter-field_sl_contractor_prod_offered .form-type-checkboxes .close-dropdown {
        display: none !important;
        z-index: 10 !important; }
  .form-contractors .form-group--search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .form-contractors .form-group__inputtext::-webkit-input-placeholder {
    color: transparent; }
  .form-contractors .form-group__inputtext::-moz-placeholder {
    color: transparent; }
  .form-contractors .form-group__inputtext::-ms-input-placeholder {
    color: transparent; }
  .form-contractors .form-group__inputtext::placeholder {
    color: transparent; }
  .form-contractors [class*="contractor_prod_offered"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .form-contractors .form-group--elite {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
    .form-contractors .form-group--elite label {
      display: block; }
  .form-contractors .form-group--elite,
  .form-contractors .form-group--search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-contractors [class*="field_property-type"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #DAE3ED;
    border-radius: 100px;
    padding: 0.625rem;
    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; }
    .form-contractors [class*="field_property-type"] .form-item {
      position: relative; }
    .form-contractors [class*="field_property-type"] .form-item,
    .form-contractors [class*="field_property-type"] label {
      height: 48px; }
    .form-contractors [class*="field_property-type"] label {
      font-size: 0.875rem;
      font-style: normal;
      font-weight: bold;
      line-height: 1.0625rem;
      color: #303C42;
      letter-spacing: 0.09063rem;
      border-radius: 100px;
      padding: 0 0.875rem;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .form-contractors [class*="field_property-type"] input {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .form-contractors [class*="field_property-type"] .active label {
      background: #303C42;
      color: white; }
  .form-contractors .form-type-checkboxes {
    position: relative; }
  .form-contractors .form-checkboxes {
    position: absolute;
    top: 100%;
    left: 0; }
  .form-contractors .form-submit {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    height: 50px;
    padding: 0 0.625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #303C42;
    border-color: #303C42;
    background: #FFF;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .form-contractors .form-submit:hover {
      background-color: #303C42;
      color: white; }
    .form-contractors .form-submit[disabled] {
      background-color: #F2F6FB !important;
      color: #303C42 !important;
      opacity: .3 !important; }
  .form-contractors label,
  .form-contractors .form-item,
  .form-contractors .form-actions {
    margin: 0; }
  .form-contractors select {
    background: url(../../images/FAQ-page-icon-Open.svg) no-repeat 100% 50%/11px auto;
    padding-right: 0.9375rem;
    border: none;
    border-bottom: 1px solid #afbac7;
    outline: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 0.375rem; }

.filter-results {
  background-color: #F2F6FB;
  padding-bottom: 1.875rem; }
  @media (min-width: 31.25rem) and (max-width: 63.9375rem) {
    .filter-results {
      margin-bottom: 1.375rem; } }
  @media (max-width: 47.9375rem) {
    .filter-results {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      margin-bottom: 0; } }
  @media (max-width: 47.9375rem) {
    .filter-results .form-contractors {
      padding-top: 1.25rem; } }
  .filter-results .form-contractors .form-checkboxes {
    left: auto;
    right: 0; }

.filter-results__search {
  padding: 2rem 0 0.8125rem; }
  @media (max-width: 47.9375rem) {
    .filter-results__search {
      padding: 2rem 0; } }
  .filter-results__search p, .filter-results__search .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .filter-results__search li {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #303C42;
    letter-spacing: 0;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold; }

.find-contractor-internal-page {
  padding-top: 6.3125rem;
  font-family: Mulish;
  max-width: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .find-contractor-internal-page {
      padding-top: 3.875rem; } }
  .find-contractor-internal-page * {
    letter-spacing: 0; }
  .find-contractor-internal-page h2 {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    margin: 0 0 0.5625rem; }
    @media (max-width: 47.9375rem) {
      .find-contractor-internal-page h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
        margin-bottom: 0.3125rem; } }
  .find-contractor-internal-page h3, .find-contractor-internal-page .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .find-contractor-internal-page .team-member-name, .find-contractor-internal-page .view-team-members .team-member .team-member-name, .view-team-members .team-member .find-contractor-internal-page .team-member-name {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.03125rem;
    margin: 0 0 0.375rem;
    font-weight: 500; }
  .find-contractor-internal-page .form-about-queality,
  .find-contractor-internal-page .about-quality-projects {
    padding: 1.4375rem 0 4.0625rem; }
  .find-contractor-internal-page .form-about-queality {
    background: #F8F8F8;
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
    font-family: Mulish; }
    @media (max-width: 48rem) {
      .find-contractor-internal-page .form-about-queality {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        background: transparent;
        padding: 0.625rem 0 0; }
        .find-contractor-internal-page .form-about-queality .button-back {
          display: none; } }
    .find-contractor-internal-page .form-about-queality form {
      margin-top: 1.5625rem; }
    .find-contractor-internal-page .form-about-queality .form-submit {
      font-family: Mulish;
      font-size: 0.875rem;
      line-height: 0.875rem;
      font-weight: 600;
      width: 100%;
      background: #c5d344;
      color: #46513d;
      text-transform: uppercase;
      border: 0;
      outline: 0;
      height: 44px;
      margin: 1.5625rem 0 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .find-contractor-internal-page .form-about-queality .form-submit:hover {
        background-color: #E2EC8C;
        color: #303C41; }
  .find-contractor-internal-page .tittle-form {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    font-family: Mulish;
    letter-spacing: 0;
    margin: 0; }
    .find-contractor-internal-page .tittle-form p, .find-contractor-internal-page .tittle-form .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .find-contractor-internal-page .tittle-form li {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: 0;
      margin: 0; }
      .find-contractor-internal-page .tittle-form p + p, .find-contractor-internal-page .tittle-form .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .find-contractor-internal-page .tittle-form li + p, .find-contractor-internal-page .tittle-form .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .find-contractor-internal-page .tittle-form p + li, .find-contractor-internal-page .tittle-form .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .find-contractor-internal-page .tittle-form li + li {
        margin-top: 0.5625rem; }
  .find-contractor-internal-page .list-notes,
  .find-contractor-internal-page .list-notes p,
  .find-contractor-internal-page .list-notes .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .find-contractor-internal-page .list-notes li {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-family: Mulish; }
  .find-contractor-internal-page .notes {
    padding: 0;
    margin: 0;
    counter-reset: nota; }
  .find-contractor-internal-page .note {
    list-style: none;
    counter-increment: nota; }
    .find-contractor-internal-page .note::before {
      content: "(" counter(nota) ") "; }
    .find-contractor-internal-page .note + .note {
      margin-top: 1.0625rem; }
  .find-contractor-internal-page .note--aditional {
    margin: 1.0625rem 0 0; }
  .find-contractor-internal-page .button-back {
    padding-top: 1.625rem; }
  .find-contractor-internal-page .form-item {
    margin: 0; }
  .find-contractor-internal-page .form-text {
    height: 44px;
    padding: 0.625rem 0.9375rem;
    /*
		border-radius: 2px;
		box-shadow: none;*/ }
  .find-contractor-internal-page .form-type-textfield + .form-type-checkbox {
    margin-top: 1.125rem; }
  .find-contractor-internal-page .form-type-checkbox {
    margin: 0;
    padding-left: 1.5rem;
    position: relative; }
    .find-contractor-internal-page .form-type-checkbox + .form-type-checkbox {
      margin-top: 0.125rem; }
    .find-contractor-internal-page .form-type-checkbox label {
      margin: 0;
      font-size: 0.75rem;
      line-height: 0.75rem;
      color: #000; }
    .find-contractor-internal-page .form-type-checkbox .description {
      margin: 0.0625rem 0 0;
      color: #df9988;
      font-size: 0.75rem;
      line-height: 0.75rem; }
  .find-contractor-internal-page .form-checkbox {
    margin: 0;
    position: absolute;
    top: 8px;
    left: 0;
    width: 17px;
    height: 17px; }
  .find-contractor-internal-page .location {
    padding-top: 2.3125rem; }
    .find-contractor-internal-page .location h2 {
      margin-bottom: 1.3125rem; }
  .find-contractor-internal-page .main-locations {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-left: 1.375rem;
    position: relative; }
    .find-contractor-internal-page .main-locations img {
      width: 12px;
      height: auto;
      margin-right: 0.3125rem;
      position: absolute;
      left: 0;
      top: 6px; }
  .find-contractor-internal-page .info-main-mobile {
    margin-top: 6.25rem;
    text-align: center; }
    .find-contractor-internal-page .info-main-mobile img {
      max-width: 100px;
      max-height: 100px; }
    @media (min-width: 47.9375rem) {
      .find-contractor-internal-page .info-main-mobile {
        display: none; } }
  .find-contractor-internal-page .first-home {
    max-width: 1450px;
    margin: 0 auto 2.5rem;
    width: 100%;
    position: relative; }
    .find-contractor-internal-page .first-home::after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 47.9375rem) {
        .find-contractor-internal-page .first-home::after {
          height: 266px;
          left: -20px;
          width: calc(100% + 40px); } }
    @media (max-width: 63.9375rem) {
      .find-contractor-internal-page .first-home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 1.25rem; } }
  .find-contractor-internal-page .firs-home-video {
    position: relative;
    max-width: 1450px;
    margin: auto;
    overflow: hidden;
    display: none;
    height: auto; }
    .find-contractor-internal-page .firs-home-video html {
      overflow: auto; }
    .find-contractor-internal-page .firs-home-video html,
    .find-contractor-internal-page .firs-home-video body,
    .find-contractor-internal-page .firs-home-video div,
    .find-contractor-internal-page .firs-home-video iframe {
      margin: 0;
      padding: 0;
      height: 100%;
      border: none;
      width: 100%; }
    .find-contractor-internal-page .firs-home-video iframe {
      margin-bottom: 1.875rem;
      width: 100%;
      border: none;
      overflow-y: auto;
      overflow-x: hidden;
      display: block;
      height: 500px; }
      @media (max-width: 81.25rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          height: 700px;
          margin-bottom: 0; } }
      @media (max-width: 72.5rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          height: 600px; } }
      @media (max-width: 60rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          height: 500px; } }
      @media (max-width: 47.875rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          margin-top: 0; } }
      @media (max-width: 42.5rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          height: 400px; } }
      @media (max-width: 28.75rem) {
        .find-contractor-internal-page .firs-home-video iframe {
          height: 200px; } }
      .find-contractor-internal-page .firs-home-video iframe .vp-video-wrapper .vp-preview {
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: cover;
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s; }

.quality-tittle {
  display: grid;
  grid-template-columns: minmax(auto, 90px) 1fr;
  padding-bottom: 1.25rem; }
  @media (max-width: 47.9375rem) {
    .quality-tittle {
      display: block;
      padding-bottom: 0; } }
  @media (max-width: 48rem) {
    .quality-tittle .contractor-logo {
      display: none; } }

.quality-first-video__main-photo {
  height: 266px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 47.9375rem) {
    .quality-first-video__main-photo {
      margin: 0 -1.25rem;
      width: auto;
      max-width: none; } }

.about-quality {
  font-family: GothamBook, sans-serif;
  display: grid;
  grid-template-columns: repeat(2, minmax(40%, 470px));
  grid-column-gap: 60px;
  margin-top: 3.125rem;
  margin: auto;
  max-width: 1450px; }
  .about-quality .contractor-logo {
    margin-right: 1.25rem; }
  @media (max-width: 48rem) {
    .about-quality {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.about-quality-projects {
  font-family: Mulish; }
  @media (max-width: 48rem) {
    .about-quality-projects {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 2.5rem 0 0 !important; } }
  .about-quality-projects p, .about-quality-projects .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .about-quality-projects li {
    font-family: inherit;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin: 0; }
    .about-quality-projects p + p, .about-quality-projects .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .about-quality-projects li + p, .about-quality-projects .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .about-quality-projects p + li, .about-quality-projects .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .about-quality-projects li + li {
      margin-top: 0.9375rem; }

.contractor-logo {
  /*
	max-width: 90px;
	width: 100%;*/ }

.quality-first-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 53px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 10; }
  .quality-first-video .contractor-logo {
    display: none; }
    @media (max-width: 47.9375rem) {
      .quality-first-video .contractor-logo {
        display: block;
        max-width: none;
        width: auto;
        max-height: 80px; }
        .quality-first-video .contractor-logo + .quality-first-video__title {
          margin-top: 0.9375rem; } }
  @media (max-width: 47.9375rem) {
    .quality-first-video {
      position: relative;
      left: auto;
      padding: 1.25rem 0 1.4375rem 0; } }
  @media (max-width: 48rem) {
    .quality-first-video {
      position: initial;
      /* top: 150px; */
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; } }

.quality-first-video__title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: white;
  letter-spacing: 0.075rem;
  font-weight: 700;
  margin: -1.0625rem 0 0;
  width: 100%; }
  @media (max-width: 47.9375rem) {
    .quality-first-video__title {
      font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
      font-size: 2rem;
      line-height: 2.25rem;
      font-weight: 600;
      color: #333;
      text-align: center;
      margin: 0; } }
  .quality-first-video__title + a {
    margin-top: 2.0625rem; }

.find-contractor-play-video__button {
  font-family: "Muli";
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 3.75rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .find-contractor-play-video__button:hover {
    color: #C5D54F; }
    .find-contractor-play-video__button:hover::before {
      border-color: #C5D54F; }
    .find-contractor-play-video__button:hover::after {
      border-left: 18px solid #C5D54F; }
  @media (max-width: 47.9375rem) {
    .find-contractor-play-video__button {
      height: 266px;
      width: 100%;
      padding: 0;
      margin: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      padding-top: 5rem; } }
  .find-contractor-play-video__button::before, .find-contractor-play-video__button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }
    @media (max-width: 47.9375rem) {
      .find-contractor-play-video__button::before, .find-contractor-play-video__button::after {
        left: 0 !important;
        right: 0;
        top: -20px; } }
  .find-contractor-play-video__button::before {
    content: "";
    width: 45px;
    height: 45px;
    border: 2.8px solid white;
    border-radius: 50%;
    font-size: 3.125rem; }
  .find-contractor-play-video__button::after {
    content: "";
    width: 18px;
    left: 16px;
    height: 0;
    border-left: 18px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    @media (max-width: 47.9375rem) {
      .find-contractor-play-video__button::after {
        left: 16px !important; } }

.quality-licence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.125rem; }
  @media (max-width: 48rem) {
    .quality-licence {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.quality-contact {
  font-size: 0.875rem;
  line-height: 1.5625rem; }
  .quality-contact a {
    text-decoration: underline; }
    .quality-contact a[href*="tel:"] {
      text-decoration: none; }

.quiality-img {
  width: 50%; }

.project-suported {
  padding-top: 3.75rem; }
  .project-suported h2 {
    margin-bottom: 2.8125rem; }

.project-suported__item {
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-column-gap: 20px; }
  .project-suported__item + .project-suported__item {
    margin-top: 2.5rem; }

/*
.project-suported__image {
	width: 58px;
	margin-right: 20px;
}*/
.project-suported__text p, .project-suported__text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .project-suported__text li {
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem; }

.project-suported__amount {
  font-weight: 400; }

.new-form {
  width: 50%;
  padding: 0.9375rem 1.875rem;
  margin-top: 3.125rem;
  background-color: #f7f7f7; }
  @media (max-width: 61.875rem) {
    .new-form {
      width: 100%;
      background: white; } }
  @media (max-width: 47.875rem) {
    .new-form {
      margin-top: 0; } }
  .new-form h2 {
    font-size: 1.625rem; }
  .new-form .webform-client-form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .new-form .webform-client-form .webform-progressbar {
    display: none; }
  .new-form .webform-client-form .webform-component--elite-contractor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .new-form .webform-client-form .webform-component--elite-contractor img {
      width: 20px;
      height: 20px;
      margin-right: 0.625rem; }
    .new-form .webform-client-form .webform-component--elite-contractor p, .new-form .webform-client-form .webform-component--elite-contractor .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .new-form .webform-client-form .webform-component--elite-contractor li {
      font-weight: bold; }
  .new-form .webform-client-form .webform-component-email,
  .new-form .webform-client-form .webform-component-textfield {
    height: 40px;
    margin: 0.625rem 0; }
    .new-form .webform-client-form .webform-component-email label,
    .new-form .webform-client-form .webform-component-textfield label {
      display: none; }
    .new-form .webform-client-form .webform-component-email input,
    .new-form .webform-client-form .webform-component-textfield input {
      height: 45px; }
  .new-form .webform-client-form .webform-component-checkboxes {
    margin: 0;
    /*checkbox styles :  */ }
    .new-form .webform-client-form .webform-component-checkboxes .description {
      color: #c77349;
      margin: -0.625rem 0 1.875rem 1.5625rem; }
    .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox {
      position: relative; }
      .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox input[type="checkbox"] {
        width: 100%;
        height: 100%;
        position: absolute;
        visibility: hidden; }
      .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox label {
        color: #333;
        font-size: 1.0625rem;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        padding-left: 1.25rem;
        z-index: 2; }
        @media (max-width: 48rem) {
          .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox label {
            font-size: 0.75rem; } }
      .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox input[type="checkbox"] + span {
        content: "";
        width: 15px;
        height: 15px;
        float: left;
        margin: 0.5em 0.5em 0 0;
        border: 1.2px solid #ccc;
        background: #fff;
        border-radius: 3px;
        cursor: pointer;
        margin-bottom: 0.3125rem;
        position: absolute;
        top: -3px; }
      .new-form .webform-client-form .webform-component-checkboxes .form-type-checkbox input[type="checkbox"]:checked + span {
        width: 15px;
        height: 15px;
        background: url(../../images/check_1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -3px;
        z-index: 1; }
  .new-form .webform-client-form .webform-component--additional-info {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
    .new-form .webform-client-form .webform-component--additional-info p:nth-of-type(1n + 4), .new-form .webform-client-form .webform-component--additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li:nth-of-type(1n + 4), .guidelines-landing-page .state-tiles > .state-tiles-texts .new-form .webform-client-form .webform-component--additional-info li:nth-of-type(1n + 4) {
      display: none;
      visibility: hidden; }
    .new-form .webform-client-form .webform-component--additional-info .back-btn a {
      color: #333;
      position: relative;
      left: 20px;
      font-size: 0.875rem; }
    .new-form .webform-client-form .webform-component--additional-info .back-btn a::before {
      content: "";
      position: absolute;
      left: -14px;
      top: 4px;
      border: 1px solid #333;
      border-width: 2.3px 0px 0px 2.3px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      width: 8px;
      height: 8px; }
  .new-form .webform-client-form .webform-component--locations {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
    .new-form .webform-client-form .webform-component--locations p, .new-form .webform-client-form .webform-component--locations .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .new-form .webform-client-form .webform-component--locations li {
      background-image: url(../../images/location.svg);
      background-repeat: no-repeat;
      background-size: 20px 13px;
      padding-left: 1.875rem;
      background-position-y: 7px; }
  .new-form .webform-client-form .webform-submit {
    width: 100%;
    border: none;
    background-color: #c5d54f;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #333;
    height: 45px; }
    .new-form .webform-client-form .webform-submit:hover {
      background-color: #e2ec8c;
      color: #303c41; }

.tittle-form {
  margin-bottom: 1.25rem; }

.tittle-form img {
  max-height: 20px;
  max-width: 20px; }

.project-suported-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem; }
  .project-suported-item div:nth-child(1) {
    width: 60px;
    height: 80px;
    margin-right: 1.875rem; }
  .project-suported-item img {
    width: 100%;
    margin-right: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.contractor-instagram-posts {
  max-width: 1450px;
  margin: 5rem auto 5.625rem;
  width: 100%; }
  .contractor-instagram-posts h2 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    margin: 0 0 1.875rem; }
  @media (max-width: 47.9375rem) {
    .contractor-instagram-posts {
      margin-top: 40; } }
  .contractor-instagram-posts .ig-rows {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 235px;
    grid-gap: 11px; }
    @media (max-width: 20rem) {
      .contractor-instagram-posts .ig-rows {
        grid-auto-rows: 80px; } }
    @media (max-width: 31.25rem) {
      .contractor-instagram-posts .ig-rows {
        grid-auto-rows: 140px; } }
    @media (max-width: 59.375rem) {
      .contractor-instagram-posts .ig-rows {
        grid-auto-rows: 200px; } }
    .contractor-instagram-posts .ig-rows img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 47.9375rem) {
      .contractor-instagram-posts .ig-rows {
        grid-template-columns: repeat(3, 1fr); } }

.section-request-consultation-congratulations .header-content {
  display: none; }

.section-request-consultation-congratulations .additional {
  max-width: 580px;
  margin: 0 auto; }
  .section-request-consultation-congratulations .additional p, .section-request-consultation-congratulations .additional .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-request-consultation-congratulations .additional li {
    font-family: "Muli";
    font-size: 0.75rem;
    line-height: 1rem;
    color: #535F65; }

.section-request-consultation-congratulations .paragraph-title-and-button {
  font-family: "Muli"; }
  .section-request-consultation-congratulations .paragraph-title-and-button .columns {
    padding-bottom: 1.5625rem; }
  .section-request-consultation-congratulations .paragraph-title-and-button .field-title {
    font-family: inherit;
    position: relative;
    margin-bottom: 1.875rem;
    margin-top: -3.125rem;
    font-size: 3rem !important;
    line-height: 2.25rem;
    font-weight: 800 !important; }
    @media (max-width: 47.9375rem) {
      .section-request-consultation-congratulations .paragraph-title-and-button .field-title {
        font-size: 2.125rem !important; } }
  .section-request-consultation-congratulations .paragraph-title-and-button .field-title::before {
    background-color: #c5d54f;
    content: "";
    background: url(../../images/request-consultation.png) center;
    display: block;
    height: 160px;
    margin: 0 auto;
    width: 200px; }
  .section-request-consultation-congratulations .paragraph-title-and-button .field-subtitle {
    text-align: center;
    width: 50%;
    margin: auto;
    color: #303c42;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 3.125rem; }
    @media (max-width: 63.9375rem) {
      .section-request-consultation-congratulations .paragraph-title-and-button .field-subtitle {
        width: 50%;
        font-size: 1rem;
        line-height: 1.875rem; } }
    @media (max-width: 48rem) {
      .section-request-consultation-congratulations .paragraph-title-and-button .field-subtitle {
        width: 100%; } }
  .section-request-consultation-congratulations .paragraph-title-and-button h2 {
    font-size: 3.4375rem !important;
    font-weight: 400 !important; }
  .section-request-consultation-congratulations .paragraph-title-and-button .field--name-field-content-url {
    text-align: center; }
    .section-request-consultation-congratulations .paragraph-title-and-button .field--name-field-content-url a {
      width: 240px !important;
      height: 50px;
      margin-bottom: 0.625rem;
      padding: 0.75rem 2.5rem;
      position: relative;
      font-size: 0.875rem;
      text-align: center;
      letter-spacing: 0.09375rem;
      line-height: 1.375rem;
      font-family: Mulish;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      min-height: 50px;
      color: #303C42;
      background: #BFD400;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 1;
      outline: none;
      border: 0;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale; }
      .section-request-consultation-congratulations .paragraph-title-and-button .field--name-field-content-url a::before {
        content: "";
        position: absolute;
        top: 9px;
        right: 30px;
        background: url("../../images/right-arrow.svg");
        width: 23px;
        height: 12px;
        background-size: 23px;
        display: inline-block;
        float: right;
        background-position: center;
        margin: 0.5rem 0 0 1.875rem; }
  .section-request-consultation-congratulations .paragraph-title-and-button .contact-info {
    font-size: 0.625rem;
    font-weight: 100; }
    .section-request-consultation-congratulations .paragraph-title-and-button .contact-info p, .section-request-consultation-congratulations .paragraph-title-and-button .contact-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-request-consultation-congratulations .paragraph-title-and-button .contact-info li {
      font-size: 0.875rem;
      padding-left: 0.625rem; }
      @media (max-width: 47.9375rem) {
        .section-request-consultation-congratulations .paragraph-title-and-button .contact-info p, .section-request-consultation-congratulations .paragraph-title-and-button .contact-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-request-consultation-congratulations .paragraph-title-and-button .contact-info li {
          font-size: 0.9375rem; } }
    .section-request-consultation-congratulations .paragraph-title-and-button .contact-info a {
      background: #f7f7f7;
      padding: 0.3125rem;
      color: #4c60d0 !important;
      font-weight: 100;
      font-size: 0.875rem; }

.section-request-consultation-congratulations .paragraph-landing-blog-listing .body a {
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }

.section-request-consultation-congratulations .paragraph-landing-blog-listing .body a:hover {
  background-color: #e2ec8c !important; }

.section-request-consultation-congratulations .paragraph-full-image {
  text-align: right; }
  .section-request-consultation-congratulations .paragraph-full-image img {
    margin-bottom: -2.25rem; }

.paragraph-title-and-button .field--name-field-content-url > a:hover {
  background-color: #3177dc;
  color: #fff; }

.paragraph-title-and-button .field--name-field-content-url > a:focus {
  background-color: #3177dc;
  color: #fff; }

.field--name-field-blog-article,
.field--name-field-blog-item {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  zoom: 1;
  margin-top: 5.5rem;
  min-height: 380px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .field--name-field-blog-article,
    .field--name-field-blog-item {
      grid-template-columns: 1fr; } }
  .field--name-field-blog-article .inner,
  .field--name-field-blog-item .inner {
    padding: 2.5rem 1.9375rem;
    text-align: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0px 16px 22px rgba(176, 187, 201, 0.24);
            box-shadow: 0px 16px 22px rgba(176, 187, 201, 0.24);
    margin-bottom: 2rem;
    cursor: pointer; }
  .field--name-field-blog-article .title,
  .field--name-field-blog-item .title {
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #303C42;
    letter-spacing: 0;
    font-family: Muli,sans-serif; }
    .front .field--name-field-blog-article .title, .front
    .field--name-field-blog-item .title {
      font-family: inherit;
      margin-bottom: 0.5rem; }
    .field--name-field-blog-article .title::before,
    .field--name-field-blog-item .title::before {
      content: "";
      height: 5px;
      width: 35px;
      display: block;
      margin: 0 0 0.875rem;
      background: #c5d344; }
  .field--name-field-blog-article a.more-link,
  .field--name-field-blog-item a.more-link {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 0;
    text-align: left;
    float: left;
    width: 110px;
    background: transparent;
    white-space: nowrap; }
    .front .field--name-field-blog-article a.more-link, .front
    .field--name-field-blog-item a.more-link {
      font-family: inherit; }
    .field--name-field-blog-article a.more-link::after,
    .field--name-field-blog-item a.more-link::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .field--name-field-blog-article a.more-link:hover,
    .field--name-field-blog-item a.more-link:hover {
      color: #1975E3; }
      .field--name-field-blog-article a.more-link:hover::after,
      .field--name-field-blog-item a.more-link:hover::after {
        background: #1975E3; }
    .field--name-field-blog-article a.more-link:focus,
    .field--name-field-blog-item a.more-link:focus {
      color: #1975E3; }
      .field--name-field-blog-article a.more-link:focus::after,
      .field--name-field-blog-item a.more-link:focus::after {
        background: #1975E3; }

.paragraph-body-text {
  padding: 0.625rem 0 1.25rem;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto; }

.section-request-consultation-congratulations .paragraph-body-text h2 {
  text-align: center; }

.page-node-1203 .section-dynamic-page .header-images__desktop img,
.page-node-1187 .section-dynamic-page .header-images__desktop img,
.page-node-1200 .section-dynamic-page .header-images__desktop img {
  max-height: 394px; }

.header-content__phone-number {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03125rem;
  padding-top: 1.25rem;
  color: white; }
  .header-content__phone-number a,
  .header-content__phone-number a[href^="tel:"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: -0.03125rem !important;
    text-transform: none;
    color: #BFD400 !important;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .header-content__phone-number a:hover,
    .header-content__phone-number a[href^="tel:"]:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .header-content__phone-number a:focus,
    .header-content__phone-number a[href^="tel:"]:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .header-content__phone-number a:focus::after,
      .header-content__phone-number a[href^="tel:"]:focus::after {
        display: none; }
    .header-content__phone-number a:disabled, .header-content__phone-number a.disabled,
    .header-content__phone-number a[href^="tel:"]:disabled,
    .header-content__phone-number a[href^="tel:"].disabled {
      color: #ADBAC9; }
      .header-content__phone-number a:disabled::after, .header-content__phone-number a.disabled::after,
      .header-content__phone-number a[href^="tel:"]:disabled::after,
      .header-content__phone-number a[href^="tel:"].disabled::after {
        display: none; }
      .header-content__phone-number a:disabled:hover, .header-content__phone-number a:disabled:focus, .header-content__phone-number a.disabled:hover, .header-content__phone-number a.disabled:focus,
      .header-content__phone-number a[href^="tel:"]:disabled:hover,
      .header-content__phone-number a[href^="tel:"]:disabled:focus,
      .header-content__phone-number a[href^="tel:"].disabled:hover,
      .header-content__phone-number a[href^="tel:"].disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
  .header-content__phone-number a:hover::after {
    background: #BFD400; }

.section-dynamic-page {
  padding-top: 0; }
  .section-dynamic-page .page-heading-overlay {
    position: relative; }
  .section-dynamic-page .header-content {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-dynamic-page .header-content h2 {
      margin: 0; }
  @media (max-width: 30rem) {
    .section-dynamic-page .page-heading .page-heading-overlay {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-dynamic-page .page-heading .page-heading-overlay .header-images {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .section-dynamic-page .page-heading .page-heading-overlay .header-content {
        position: relative;
        top: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 3rem;
        padding-bottom: 2.375rem;
        margin-top: 0; } }
  .section-dynamic-page .header-images__mobile {
    display: none; }
    @media (max-width: 31.25rem) {
      .section-dynamic-page .header-images__mobile {
        display: block; } }
    .section-dynamic-page .header-images__mobile img {
      width: 100%;
      /* height: auto;
			max-height: 568px;*/
      height: 400px;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover; }
  .section-dynamic-page .header-images__desktop {
    display: block; }
    .section-dynamic-page .header-images__desktop img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 48.0625rem) and (max-width: 64rem) {
        .section-dynamic-page .header-images__desktop img {
          height: 410px; } }
      @media (min-width: 30.0625rem) and (max-width: 48rem) {
        .section-dynamic-page .header-images__desktop img {
          height: 378px; } }
      @media (max-width: 30rem) {
        .section-dynamic-page .header-images__desktop img {
          height: 300px; } }
    @media (max-width: 31.25rem) {
      .section-dynamic-page .header-images__desktop {
        display: none; } }
  .section-dynamic-page .header-content__title,
  .section-dynamic-page .header-content__subtitle {
    max-width: 600px; }
    @media (min-width: 31.25rem) and (max-width: 61.25rem) {
      .section-dynamic-page .header-content__title,
      .section-dynamic-page .header-content__subtitle {
        max-width: 500px; } }
  .section-dynamic-page .header-content__title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -0.03125rem;
    max-width: 720px;
    margin: 0;
    padding: 0; }
    .section-dynamic-page .header-content__title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 0 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .section-dynamic-page .header-content__title::before {
          margin-bottom: 1.5625rem; } }
    .section-dynamic-page .header-content__title::before {
      width: 35px;
      height: 5px; }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content__title {
        font-size: 2rem !important;
        line-height: 2.5rem !important; } }
    .section-dynamic-page .header-content__title::before {
      margin-bottom: 1.5625rem; }
  .section-dynamic-page .header-content__subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #303C42;
    letter-spacing: -0.03125rem;
    font-family: 'Mulish';
    margin-top: 2.5rem; }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content__subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1.5rem; } }
  .section-dynamic-page .header-content__link {
    margin-top: 2.5rem; }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content__link {
        margin-top: 1.5rem;
        text-align: left; } }
    .section-dynamic-page .header-content__link a {
      font-family: Mulish;
      font-style: normal;
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      width: auto;
      height: 50px;
      color: #303C42;
      background: #BFD400;
      padding: 0 0.9375rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1;
      outline: none;
      border: 0;
      text-decoration: none;
      cursor: pointer;
      border-radius: 0;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale; }
      .section-dynamic-page .header-content__link a:hover, .section-dynamic-page .header-content__link a:focus {
        background-color: #3177dc;
        color: #fff; }
      .section-dynamic-page .header-content__link a:focus::before {
        border-color: #3177dc;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        top: -5px;
        left: -5px; }
      .section-dynamic-page .header-content__link a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: 2px solid transparent;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .section-dynamic-page .header-content__link a[disabled], .section-dynamic-page .header-content__link a[disabled]:hover {
        background-color: #F2F6FB;
        color: #ADBAC9;
        opacity: 1; }

.node-type-commercial-recap .section-dynamic-page {
  max-width: none; }

/**
 * Section dynamic page
 */
.section-dynamic-page {
  max-width: 1216px;
  margin: 0 auto;
  /*
  .header-images__desktop {
	  img {
		  @media (min-width: $tablet-2-start) {
		  	min-height: 400px;
			object-fit: cover;
		  }
	  }
  } */
  /* Banner page */
  /*
  .header-content__title {
    @include title-line-left;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px !important;
    letter-spacing: 0 !important;
    margin: 0;
  } */ }
  @media (max-width: 30rem) {
    .section-dynamic-page {
      padding-left: 1rem;
      padding-right: 1rem;
      /*
	.promotion,
	// .faq--block,
	[class*="paragraph-cards--style"] {
		margin-left: -$padding-side !important;
		margin-right: -$padding-side !important;
	}*/ }
      .section-dynamic-page .promotion {
        margin-left: -1rem !important;
        margin-right: -1rem !important; } }
  .section-dynamic-page sup {
    font-size: 0.625rem;
    position: relative;
    top: -5px; }
  .section-dynamic-page .page-heading {
    width: 100vw;
    margin-left: calc(((100vw - 100%) /2) * -1); }
    .section-dynamic-page .page-heading .content {
      position: initial; }
    .section-dynamic-page .page-heading .header-content {
      bottom: initial; }
  .section-dynamic-page .header-content__title,
  .section-dynamic-page .header-content__subtitle {
    max-width: 540px; }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content__title,
      .section-dynamic-page .header-content__subtitle {
        width: 100%; } }
  .section-dynamic-page .title--dark .header-content__title,
  .section-dynamic-page .title--dark .header-content__subtitle {
    color: #303c42 !important; }
  .section-dynamic-page .title--light .header-content__title,
  .section-dynamic-page .title--light .header-content__subtitle {
    color: #303c42 !important; }
    @media (min-width: 30rem) {
      .section-dynamic-page .title--light .header-content__title,
      .section-dynamic-page .title--light .header-content__subtitle {
        color: #fff !important; } }
  .section-dynamic-page .header-content__logo {
    position: relative; }
    .section-dynamic-page .header-content__logo img {
      position: absolute;
      top: 0;
      left: 0; }
  .section-dynamic-page .header-content {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 1216px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /*
    &__subtitle {
      margin-top: 1em;
      font-family: 'Mulish', sans-serif;
	  font-size: 16px;
	  line-height: 26px;
    }*/ }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content {
        top: 73px;
        -webkit-transform: initial;
                transform: initial; } }
    .section-dynamic-page .header-content__logo {
      float: right;
      width: 70%;
      margin-top: 1em; }
    .section-dynamic-page .header-content__link-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 30rem) {
        .section-dynamic-page .header-content__link-logo {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
    @media (max-width: 30rem) {
      .section-dynamic-page .header-content img {
        float: left;
        margin-top: 1.5em; } }

.paragraph--type--pace-background-image img {
  width: 100%; }

.columns + .columns .paragraph-job-block::before {
  content: "";
  background: #F2F6FB;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px; }
  @media (max-width: 47.9375rem) {
    .columns + .columns .paragraph-job-block::before {
      left: -0.9375em;
      width: 100%;
      width: calc(100% + 1.8750em);
      height: 2px; } }

.paragraph-job-block {
  margin: 0;
  position: relative; }
  @media (max-width: 47.9375rem) {
    .paragraph-job-block {
      padding: 1.875rem 0; } }

.job-block {
  letter-spacing: 0;
  /*
	img[src*="Illustration"] {
		background-repeat: no-repeat;
		background-image: url('https://mar-298-ygrene-com.pantheonsite.io/sites/default/files/Illustration.png');
	}
	
	img[src*="empleo"] {
		background-repeat: no-repeat;
		background-image: url('https://mar-298-ygrene-com.pantheonsite.io/sites/default/files/empleo.png');
	}
	*/ }
  .job-block img {
    display: block;
    margin: 0 auto; }

.job-block__title {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42;
  margin-top: 1.4375rem; }

.job-block__link {
  text-align: center;
  margin-top: 1.5625rem; }
  .job-block__link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 125%;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    padding: 0.9375rem 0.875rem 0.875rem;
    background: #FFF;
    border: 2px solid #303C42;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .job-block__link a:hover {
      color: white;
      background-color: #303C42; }

.job-block__email {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 150%;
  text-align: center;
  color: #303C41;
  margin-top: 1.4375rem; }
  .job-block__email a {
    font-family: Muli;
    color: #385DD1;
    display: inline-block; }
    .job-block__email a:hover {
      color: #17CACE; }

.paragraph-faq + .paragraph-vacancy {
  margin-top: 6.25rem; }

.paragraph-vacancy {
  --width: 1216px;
  background: #FFF;
  -webkit-box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
  margin: 0 auto;
  padding: 1.875rem 0;
  max-width: var(--width);
  width: 100vw;
  margin-left: calc(((var(--width) - (100% + var(--scroll-width))) /2) * -1); }
  @media (max-width: 78.75rem) {
    .paragraph-vacancy {
      --width: 1000px; } }
  @media (max-width: 66.25rem) {
    .paragraph-vacancy {
      --width: 900px; } }
  @media (max-width: 58.75rem) {
    .paragraph-vacancy {
      --width: 840px; } }
  @media (max-width: 52.5rem) {
    .paragraph-vacancy {
      --width: 780px; } }
  @media (max-width: 47.9375rem) {
    .paragraph-vacancy {
      --width: 100%;
      margin-left: 0; } }

.page-contact-us {
  letter-spacing: 0; }
  .page-contact-us .paragraph-slider-block-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) /2) * -1);
    margin-top: 5.5rem;
    font-family: Mulish; }
    @media (max-width: 31.25rem) {
      .page-contact-us .paragraph-slider-block-content {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .page-contact-us .paragraph-slider-block-content .field-title {
      font-family: 'Muli';
      font-weight: normal;
      color: #303C42;
      font-size: 2.25rem;
      line-height: 2.625rem;
      margin: 0 0 2rem;
      letter-spacing: 0;
      padding-bottom: 0;
      margin-top: 0;
      text-align: center; }
      .page-contact-us .paragraph-slider-block-content .field-title::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 auto 1.25rem;
        background: #BFD400; }
        @media (max-width: 48rem) {
          .page-contact-us .paragraph-slider-block-content .field-title::before {
            margin-bottom: 1.5625rem;
            margin-left: 0; } }
    .page-contact-us .paragraph-slider-block-content .row {
      max-width: 1246px;
      max-width: calc(1216px + ($paddingDLR*2));
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .page-contact-us .paragraph-slider-block-content .columns {
      padding-left: 0;
      padding-right: 0; }
    .page-contact-us .paragraph-slider-block-content .slick-slide {
      padding-left: 1rem;
      padding-right: 1rem; }
    .page-contact-us .paragraph-slider-block-content .wrapper-inner {
      background: #fff;
      -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
              box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.24);
      margin-bottom: 2rem;
      cursor: pointer; }
      .page-contact-us .paragraph-slider-block-content .wrapper-inner.hover {
        -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
                box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54); }
        .page-contact-us .paragraph-slider-block-content .wrapper-inner.hover .more-link {
          color: #1975E3 !important;
          text-decoration: none; }
          .page-contact-us .paragraph-slider-block-content .wrapper-inner.hover .more-link::after {
            content: "";
            background: #1975E3 !important; }
    .page-contact-us .paragraph-slider-block-content .inner {
      padding: 2.5rem 1.9375rem;
      text-align: left;
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-contact-us .paragraph-slider-block-content .title {
      margin-top: 0;
      font-style: normal;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      letter-spacing: 0; }
      .page-contact-us .paragraph-slider-block-content .title::before {
        content: "";
        height: 5px;
        width: 35px;
        display: block;
        margin: 0 0 0.875rem;
        background: #c5d344; }
      .page-contact-us .paragraph-slider-block-content .title a {
        color: inherit; }
    .page-contact-us .paragraph-slider-block-content .more-link {
      font-family: Mulish;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.09063rem;
      text-transform: uppercase;
      color: #303C42;
      background: transparent;
      border: 2px solid transparent;
      position: relative;
      padding: 0.1875rem 0.3125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      margin-left: -0.4375rem;
      text-decoration: none;
      margin-top: 0;
      text-align: left;
      float: left;
      width: 110px;
      background: transparent; }
      .page-contact-us .paragraph-slider-block-content .more-link::after {
        content: "";
        width: calc(100% - 10px);
        height: 2px;
        background: #303C42;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all; }
      .page-contact-us .paragraph-slider-block-content .more-link:hover {
        color: #1975E3; }
        .page-contact-us .paragraph-slider-block-content .more-link:hover::after {
          background: #1975E3; }
      .page-contact-us .paragraph-slider-block-content .more-link:focus {
        text-decoration: none;
        color: #1975E3;
        border-color: #1975E3; }
        .page-contact-us .paragraph-slider-block-content .more-link:focus::after {
          background: #1975E3; }
      .page-contact-us .paragraph-slider-block-content .more-link.disabled {
        color: #ADBAC9; }
        .page-contact-us .paragraph-slider-block-content .more-link.disabled::after {
          background: #ADBAC9; }
        .page-contact-us .paragraph-slider-block-content .more-link.disabled:hover, .page-contact-us .paragraph-slider-block-content .more-link.disabled:focus {
          color: #ADBAC9;
          border-color: #ADBAC9; }
          .page-contact-us .paragraph-slider-block-content .more-link.disabled:hover::after, .page-contact-us .paragraph-slider-block-content .more-link.disabled:focus::after {
            background: #ADBAC9; }
      .page-contact-us .paragraph-slider-block-content .more-link:hover {
        border-color: transparent; }
  @media (max-width: 47.9375rem) {
    .page-contact-us .paragraph-slider-block-content {
      margin-top: 4rem; }
      .page-contact-us .paragraph-slider-block-content .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin: 0 0 0.9375rem; }
      .page-contact-us .paragraph-slider-block-content .martop-3 {
        margin-top: 2.8125rem; }
      .page-contact-us .paragraph-slider-block-content .inner {
        padding: 2rem 1.5rem; } }
  .page-contact-us .paragraph-slider-block-content .martop-3, .page-contact-us .paragraph-slider-block-content .wysiwyg-columns-with-separators {
    margin: 3.125rem -1rem 0; }
    @media only screen and (max-width: 47.9375rem) {
      .page-contact-us .paragraph-slider-block-content .martop-3, .page-contact-us .paragraph-slider-block-content .wysiwyg-columns-with-separators {
        margin: 3.125rem -3rem 0; } }
  .page-contact-us .alert-messages {
    top: calc(var(--header-height) + 8px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 1rem;
    max-width: 1030px; }
    .page-contact-us .alert-messages .alert-box {
      padding: 0 0.625rem; }
    .page-contact-us .alert-messages .close {
      top: 13px; }

.node-type-section_dynamic_page .paragraph-subsection-text {
  padding-top: 6.5625rem;
  counter-reset: ul-number;
  max-width: 880px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .node-type-section_dynamic_page .paragraph-subsection-text h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 150%;
    color: #303C42;
    margin: 0 0 1.5rem; }
  
  .node-type-section_dynamic_page .paragraph-subsection-text p,
  .node-type-section_dynamic_page .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text li {
    font-family: 'Mulish';
    font-size: 1rem;
    line-height: 1.5625rem;
    letter-spacing: 0;
    margin: 0;
    color: #303C42; }
  
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default p + p,
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + p,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default li + p,
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts p + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default p + li,
  .node-type-section_dynamic_page .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_dynamic_page .paragraph-subsection-text.type-default li + li {
    margin-top: 1.5rem; }

#tiBottomCTA {
  text-align: center;
  padding: 0;
  margin: 1em auto; }
  #tiBottomCTA h2 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    letter-spacing: normal;
    font-weight: bold;
    line-height: 2.75rem; }
  #tiBottomCTA p + p, #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts #tiBottomCTA li + p, #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts #tiBottomCTA p + li, #tiBottomCTA .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts #tiBottomCTA li + li {
    text-align: center; }

.paragraph-contact-customer-services-and-fo {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  background: #F2F6FB;
  padding: 5rem 1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #303C42;
  overflow: hidden;
  display: block; }
  .paragraph-contact-customer-services-and-fo > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 63.9375rem) {
      .paragraph-contact-customer-services-and-fo > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 47.9375rem) {
    .paragraph-contact-customer-services-and-fo {
      padding-top: 3rem;
      padding-bottom: 2.5rem; } }
  .paragraph-contact-customer-services-and-fo h2,
  .paragraph-contact-customer-services-and-fo h3,
  .paragraph-contact-customer-services-and-fo .view-team-sorting .team-member .team-member-name,
  .view-team-sorting .team-member .paragraph-contact-customer-services-and-fo .team-member-name,
  .paragraph-contact-customer-services-and-fo .view-team-members .team-member .team-member-name,
  .view-team-members .team-member .paragraph-contact-customer-services-and-fo .team-member-name,
  .paragraph-contact-customer-services-and-fo ul,
  .paragraph-contact-customer-services-and-fo .form-item,
  .paragraph-contact-customer-services-and-fo .form-actions {
    letter-spacing: 0;
    margin: 0;
    float: none; }
  .paragraph-contact-customer-services-and-fo h2.field-title {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 2rem;
    line-height: 125%;
    text-align: left;
    letter-spacing: -0.03125rem;
    color: #303C42; }
    @media (max-width: 47.9375rem) {
      .paragraph-contact-customer-services-and-fo h2.field-title {
        font-size: 1.5rem;
        line-height: 125%; } }
    .paragraph-contact-customer-services-and-fo h2.field-title::before {
      margin-left: 0; }
  
  .paragraph-contact-customer-services-and-fo h3,
  .paragraph-contact-customer-services-and-fo .view-team-sorting .team-member .team-member-name,
  .view-team-sorting .team-member .paragraph-contact-customer-services-and-fo .team-member-name,
  .paragraph-contact-customer-services-and-fo .view-team-members .team-member .team-member-name,
  .view-team-members .team-member .paragraph-contact-customer-services-and-fo .team-member-name {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 125%;
    letter-spacing: -0.03125rem;
    color: #303C41; }
  @media (max-width: 47.9375rem) {
    .paragraph-contact-customer-services-and-fo .customer-services-info {
      padding-left: 0;
      padding-right: 0; } }
  .paragraph-contact-customer-services-and-fo .paragraph-subsection-text h4 {
    font-size: 1.125rem;
    line-height: 150%;
    margin: 0; }
  .paragraph-contact-customer-services-and-fo .paragraph-subsection-text p, .paragraph-contact-customer-services-and-fo .paragraph-subsection-text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-contact-customer-services-and-fo .paragraph-subsection-text li {
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.4375rem; }
  .paragraph-contact-customer-services-and-fo .paragraph-subsection-text a {
    font-family: Muli;
    color: #385DD1; }
    .paragraph-contact-customer-services-and-fo .paragraph-subsection-text a:hover {
      color: #17CACE; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .section-eligible-home-improvements .paragraph-advanced-icon-list {
    margin-top: 1em; } }

.section-eligible-home-improvements .advanced-icon-list {
  width: 92%;
  padding-left: 0.625rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-eligible-home-improvements .advanced-icon-list {
      padding: 0.625rem 0; } }
  .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item {
    color: #242E32;
    min-height: 480px;
    width: 31%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    float: none;
    -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
    margin: 0.9375rem 0.75rem;
    position: relative; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item {
        width: 96%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 96%;
                flex: 0 0 96%;
        margin: 0 auto 1.875rem; } }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item {
        min-height: 490px;
        line-height: 1.625rem; } }
    .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-title {
      line-height: 1.21em;
      font-size: 1.6875rem;
      font-family: Mulish, sans-serif;
      min-height: 87px;
      text-align: left;
      margin: 0; }
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-title:before {
        height: 5px;
        width: 35px; }
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-title:before {
        margin: 0.5em 0; }
    .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-icon {
      min-height: 170px;
      background: none;
      margin-top: -2em;
      margin-bottom: 0.3em;
      padding: 0.9em 4em 0.5em 4em;
      margin-top: 0; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-icon {
          min-height: auto !important; } }
    .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item img {
      width: 70%; }
    .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .list-item {
      font-size: 0.9375rem;
      line-height: 2rem; }
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .list-item:before {
        width: 5px;
        height: 5px;
        margin-right: 0.3125rem; }
    .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-cta-text {
      font-size: 1.4375rem;
      line-height: 1.7em;
      position: absolute;
      bottom: 15px;
      margin: 0 auto;
      width: 90%; }
      .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-cta-text:after {
        content: ">";
        position: absolute;
        right: 0;
        margin-right: 0.3125rem; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-eligible-home-improvements .advanced-icon-list .advanced-icon-item .field-cta-text {
          font-size: 1.25rem; } }

/*****/
/* Type slider*/
.section-renewable-energy .paragraph-advanced-icon-list {
  position: relative;
  margin-bottom: 9%;
  /* Slider */
  /*Titulo*/ }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-slider:focus {
      outline: 0 !important; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-list:focus {
    outline: none; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slider .slick-list,
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-track:after {
    clear: both; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-loading .slick-track {
    visibility: hidden; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-slide:focus {
      outline: 0 !important; }
  .section-renewable-energy .paragraph-advanced-icon-list [dir="rtl"] .slick-slide {
    float: right; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slide img {
    display: block; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slide.slick-loading img {
    display: none; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slide.dragging img {
    pointer-events: none; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-initialized .slick-slide {
    display: block; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-loading .slick-slide {
    visibility: hidden; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow.slick-hidden {
    display: none; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-renewable-energy .paragraph-advanced-icon-list {
      margin-top: 1em; } }
  .section-renewable-energy .paragraph-advanced-icon-list .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section-renewable-energy .paragraph-advanced-icon-list h2.field-title {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.2em;
    line-height: 1.25em;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .section-renewable-energy .paragraph-advanced-icon-list h2.field-title:before {
      height: 8px;
      width: 48px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list h2.field-title {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list h2.field-title {
        line-height: 1em; } }
  .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-list {
    -ms-flex: 0 0 90%;
    -webkit-box-flex: 0;
            flex: 0 0 90%;
    max-width: 90%;
    margin: 0 auto;
    z-index: 0;
    max-width: 100%;
    margin: auto; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-list {
        width: 100%; } }
  .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 1.875rem 1.875rem 0.9375rem 1.875rem;
    min-height: 470px;
    width: 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    float: none;
    -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.1);
    margin: 1rem 0.5rem;
    position: relative; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item {
        width: 96%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 96%;
                flex: 0 0 96%;
        margin: 0 auto 1.875rem; } }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item {
        min-height: 385px !important;
        margin: 0.625rem 3.125rem; } }
    @media screen and (max-width: 62.5rem) and (min-width: 48rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item {
        padding: 0.625rem 0 0 0.625rem; } }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-title {
      line-height: 1.21em;
      font-size: 2rem;
      font-family: Mulish, sans-serif;
      width: 100%;
      margin-bottom: 1rem;
      min-height: auto;
      letter-spacing: 0; }
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-title:before {
        height: 5px;
        width: 35px; }
      @media screen and (max-width: 69.375rem) and (min-width: 48rem) {
        .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-title {
          font-size: 1.4375rem; } }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-title {
          line-height: 1em; } }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-body {
      font-size: 0.9375rem;
      text-align: center;
      margin-bottom: 0;
      padding: 1em 13em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-body {
          padding: 1em 3em; } }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-subtitle {
      font-size: 0.9375rem;
      text-align: left;
      line-height: 1.25em;
      margin-top: 0.9375rem;
      font-weight: bold; }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .list-item {
      font-size: 0.9375rem;
      line-height: 2em !important; }
      .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .list-item:before {
        width: 5px;
        height: 5px;
        margin-right: 0.3125rem; }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-icon {
      margin-top: 1em !important;
      margin-bottom: 2.3em !important;
      min-height: 146px !important;
      background: none;
      margin-top: -2em;
      margin-bottom: 0.3em;
      padding: 0 1em !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-icon {
          min-height: auto !important; } }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item img {
      width: 43%; }
    .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-bullet-list-items {
      margin-bottom: 0; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-slide {
    display: inline-block !important; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-dots {
    margin: 0 auto; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-dots li {
      cursor: pointer;
      list-style: none;
      display: inline-block;
      margin: auto 0.3125rem; }
      .section-renewable-energy .paragraph-advanced-icon-list .slick-dots li.slick-active button {
        background: #303c42; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .slick-dots {
        display: none;
        text-align: center; } }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-dots button {
      text-indent: -99999px;
      border-radius: 50%;
      background: #d8d8d8;
      border: none;
      width: 10px;
      height: 10px;
      display: inline-block;
      padding: 0;
      margin: 0;
      cursor: pointer; }
      .section-renewable-energy .paragraph-advanced-icon-list .slick-dots button:focus {
        outline: 0 !important; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow {
    top: 47%;
    border-radius: 0;
    width: 45px;
    height: 40px;
    background-size: cover;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: transparent;
    cursor: pointer;
    z-index: 50;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow.slick-disabled {
      display: none !important; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow::before {
      display: none !important; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow {
        width: 40px; } }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-arrow:focus {
      outline: 0 !important; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-prev {
    background-image: url("../../images/left-arrow.svg");
    left: 3px !important; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-next {
    background-image: url("../../images/right-arrow.svg");
    right: 3px !important; }

/* Type slider*/
.section-renewable-energy .paragraph-advanced-icon-list .columns:last-child {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: -1;
  right: 0;
  left: 0;
  background-color: #c3d143;
  bottom: -20%;
  padding-top: 2.5%; }
  @media only screen and (max-width: 47.9375rem) {
    .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child {
      position: initial;
      margin-top: -31%;
      padding-top: 12.5%; } }
  .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info {
    padding: 3.5em 0;
    text-align: center;
    margin-top: 1.875rem;
    -ms-flex: 0 0 68%;
    -webkit-box-flex: 0;
            flex: 0 0 68%;
    max-width: 68%;
    margin: 0 auto; }
    @media only screen and (max-width: 47.9375rem) {
      .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info {
        margin-top: 12%; } }
    .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info p, .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info li {
      font-size: 1.1875rem;
      font-family: Mulish, sans-serif;
      color: #242e32;
      margin-bottom: 0;
      font-weight: 700;
      letter-spacing: 0.125rem; }
      .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info p a, .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info li a {
        color: #242e32;
        position: relative; }
        .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info p a:after, .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li a:after, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-renewable-energy .paragraph-advanced-icon-list .columns:last-child .field-additional-info li a:after {
          content: '';
          background-image: url("../../images/right-arrow.svg");
          background-repeat: no-repeat;
          width: 35px;
          height: 15px;
          margin-left: 1.75rem;
          background-size: cover;
          background-position: center; }

@media only screen and (max-width: 47.9375rem) {
  .section-renewable-energy .paragraph-advanced-icon-list .advanced-icon-item .field-title:before {
    display: none; }
  .section-renewable-energy .paragraph-advanced-icon-list .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%; }
    .section-renewable-energy .paragraph-advanced-icon-list .slick-dots button {
      background: #fff; } }

#gtx-trans {
  left: 0 !important;
  top: 0 !important; }

.paragraph-3-panel-info,
.paragraph-3-panel-info-es {
  background-color: #F0F0F7;
  width: 100%;
  display: inline-block;
  padding-bottom: 7em; }
  .paragraph-3-panel-info .field-title,
  .paragraph-3-panel-info-es .field-title {
    margin-top: 2em;
    margin-bottom: 2em; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-3-panel-info,
  .paragraph-3-panel-info-es {
    overflow-x: scroll; } }

.paragraph-3-panel-info-inner {
  margin: 1.5625rem auto 0.625rem auto; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-3-panel-info-inner {
      width: 900px; } }

.paragraph-3-panel-info-innerRow {
  margin-bottom: 0.625rem; }

.paragraph-3-panel-info-innerBG {
  margin-top: 0.625rem;
  padding: 1.875rem 0 1.25rem 0; }

#tiCompareHeader h2 {
  margin-top: 0; }

.panel-header {
  width: 140px; }

.main-panels {
  width: calc(100% - 140px);
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .main-panels {
      width: 100%; } }

.paragraph-3-panel-info-inner .ti-compare-table-head {
  min-height: 55px;
  text-align: center; }

.paragraph-3-panel-info-innerBG ul.slick-dots {
  padding-left: 0;
  margin: 0 auto;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0; }

.paragraph-3-panel-info-innerBG .slick-dots button {
  color: transparent;
  font-size: 0;
  background: transparent;
  border: 1px solid #000;
  width: 11px;
  height: 11px;
  border-radius: 50%; }

.paragraph-3-panel-info-innerBG ul.slick-dots li {
  display: inline-block;
  margin: 0 0.1875rem;
  line-height: normal; }

.paragraph-3-panel-info-inner {
  position: relative; }

.paragraph-3-panel-info-innerBG ul.slick-dots li.slick-active button {
  background: #000000; }

.slick-dots-wrap {
  height: 30px; }

.panel-header .ti-compare-table-head {
  padding-top: 0.3125rem;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center; }

.ti-ygrene-col .ti-compare-table-head img {
  width: 87px; }

.ti-ygrene-col .ti-compare-table-head,
.ti-compare-col .ti-compare-table-head {
  padding-top: 0.3125rem; }

.panel-header {
  border-right: 0; }

.ti-ygrene-col .ti-compare-table-cell:before {
  display: none; }

.paragraph-3-panel-info-inner .panel-header .ti-compare-table-cell {
  padding: 0 0 0 0.9375rem; }

.paragraph-3-panel-info-inner .ti-compare-table-cell {
  min-height: 70px;
  padding: 0 0.3125rem;
  line-height: 4.375rem; }

.paragraph-3-panel-info-inner .ti-compare-table-cell span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.paragraph-3-panel-info-inner .ti-ygrene-col .ti-compare-table-cell {
  background-color: #FCFFF7; }

.paragraph-3-panel-info-inner .panel-header .ti-compare-table-head {
  display: none; }

.paragraph-3-panel-info-inner .panel-header {
  margin-top: 5.875rem;
  position: relative;
  z-index: 1; }

.paragraph-3-panel-info-inner .panel-header .ti-compare-table-cell {
  border-bottom: 0;
  border-top: 1px solid #E1E1E1;
  line-height: 1.875rem; }

.paragraph-3-panel-info-inner .panel-header .ti-compare-table-cell {
  border-left: 1px solid #E1E1E1;
  font-weight: 800;
  padding: 1.5625rem;
  background: #f5f5f9;
  font-size: 0.75rem;
  color: #2A353A;
  border-bottom: 0; }

.ti-ygrene-col {
  border-left: 0;
  border-right: 0; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .ti-ygrene-col {
      width: 100%; } }

.paragraph-3-panel-infoBG {
  background-color: #F0F0F7;
  padding-top: 3.75rem;
  padding-bottom: 6.5625rem; }

.paragraph-3-panel-infoWrap {
  text-align: center; }

.panel-header {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  float: left; }

.panel-header.ti-compare-table-cell {
  background: #fff; }

.main-panels {
  display: inline-block;
  width: calc(100% - 150px);
  float: left;
  vertical-align: top;
  float: left; }

.ti-ygrene-col,
.ti-compare-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  float: left; }

.paragraph-3-panel-info .ti-compare-table-head,
.paragraph-3-panel-info-es .ti-compare-table-head {
  min-height: 100px;
  line-height: 6.25rem;
  font-size: 1.875rem;
  font-family: Helvetica, sans-serif;
  font-weight: bold; }

.paragraph-3-panel-info .ti-ygrene-col .ti-compare-table-cell,
.paragraph-3-panel-info-es .ti-ygrene-col .ti-compare-table-cell {
  background: #ffffff;
  line-height: 2rem; }

.paragraph-3-panel-info .ti-compare-table-cell,
.paragraph-3-panel-info-es .ti-compare-table-cell {
  min-height: 85px;
  line-height: 5.3125rem;
  border-bottom: 1px solid #F2F2F2;
  line-height: 1.25rem;
  padding: 1.5625rem 0.9375rem 1.5625rem 3.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left; }

.panel-header .ti-compare-table-cell {
  border-left: 1px solid #E1E1E1;
  font-weight: 800;
  padding: 1.5625rem;
  background: #f5f5f9;
  font-size: 0.75rem;
  color: #2A353A;
  border-bottom: 0; }

.panel-header .ti-compare-table-head {
  border-bottom: 1px solid #E1E1E1;
  min-height: 110px; }

.ti-ygrene-col .ti-compare-table-head {
  border-top: 8px solid #BFD400;
  border-bottom: 1px solid #E1E1E1;
  background: #ffffff; }

.ti-ygrene-col {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1; }

.panel-header {
  background: #ffffff; }

.ti-compare-col .ti-compare-table-head {
  border-top: 8px solid #BFD400;
  border-bottom: 1px solid #384145;
  background: #2A353A;
  color: #ffffff; }

.panel-cta-green.cta-green {
  border: none; }

#tiCompareHeader h6 {
  display: none; }

.ti-ygrene-col .ti-compare-table-cell {
  color: #2A353A; }

.ti-ygrene-col .ti-compare-table-cell:before {
  content: '';
  background: url("../../images/green-check.png") no-repeat center;
  background-size: 8px;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  border: 1px solid #BFD400;
  border-radius: 50%; }

.paragraph-3-panel-info .ti-compare-col .ti-compare-table-cell,
.paragraph-3-panel-info-es .ti-compare-col .ti-compare-table-cell {
  background: #2A353A;
  color: #ffffff;
  border-bottom: 1px solid #384145;
  line-height: 2rem; }

.paragraph-3-panel-info .ti-compare-table-cell span,
.paragraph-3-panel-info-es .ti-compare-table-cell span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.paragraph-3-panel-info .ti-compare-table-head span,
.paragraph-3-panel-info-es .ti-compare-table-head span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle; }

.paragraph-3-panel-info .ti-ygrene-col .ti-compare-table-head,
.paragraph-3-panel-info .ti-compare-col .ti-compare-table-head,
.paragraph-3-panel-info-es .ti-ygrene-col .ti-compare-table-head,
.paragraph-3-panel-info-es .ti-compare-col .ti-compare-table-head {
  margin-top: -1.25rem; }

.paragraph-3-panel-infoRow {
  max-width: 100%; }

.ti-bottom-cell a.cta-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  line-height: 2.5rem;
  font-weight: bold;
  background: #BFD400;
  color: #303C41;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  border: 0;
  font-size: 0.9375rem;
  border-radius: 0;
  padding: 0.75rem 1.25rem;
  letter-spacing: normal; }
  .ti-bottom-cell a.cta-green:hover {
    background: #abbd01;
    color: #fcfff6; }

.ti-bottom-cell a.cta-green:after {
  content: '';
  background: url("../../images/right-arrow.svg");
  width: 23px;
  height: 12px;
  background-size: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1.25rem;
  background-position: center; }

.paragraph-3-panel-info .ti-bottom-cell,
.paragraph-3-panel-info-es .ti-bottom-cell {
  position: absolute;
  left: 0;
  right: 0; }

.paragraph-3-panel-info .ti-ygrene-col .ti-bottom-cell,
.paragraph-3-panel-info-es .ti-ygrene-col .ti-bottom-cell {
  -webkit-box-shadow: 80px 30px 44px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 80px 30px 44px 0 rgba(0, 0, 0, 0.21); }

.paragraph-3-panel-info .panel-header .ti-bottom-cell,
.paragraph-3-panel-info-es .panel-header .ti-bottom-cell {
  height: 35px;
  background: #2A353A; }

/* new paragraphs */
.advanced-icon-item {
  -webkit-box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
          box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
  width: 30%;
  float: left;
  margin: 1%;
  min-height: 530px;
  border: none;
  display: block;
  color: #3C3C3C;
  text-align: left;
  position: relative;
  display: block;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  text-align: left; }
  .advanced-icon-item .field-bullet-list-items {
    margin-bottom: 1em; }
  .advanced-icon-item:hover {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.15) !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  @media (max-width: 50.375rem) {
    .advanced-icon-item {
      width: 460px;
      float: none;
      margin-left: auto;
      margin-right: auto; }
      .advanced-icon-item + .advanced-icon-item {
        margin-top: 1.25rem; } }
  @media (max-width: 31.25rem) {
    .advanced-icon-item {
      width: 90%;
      width: calc(100% - 40px); } }
  .advanced-icon-item .list-item {
    font-family: Mulish, sans-serif;
    color: #212121;
    font-size: 0.8125rem; }
    .advanced-icon-item .list-item:before {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      display: inline-block;
      float: left;
      content: " ";
      margin-right: 0.625rem;
      background: #BFD400;
      margin-top: 0.625rem; }
  .advanced-icon-item .field-cta-text {
    margin-top: 1em; }
  .advanced-icon-item div.field-title {
    color: #292929;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    display: block;
    text-align: left;
    font-family: Mulish, sans-serif;
    min-height: 70px; }
    .advanced-icon-item div.field-title:before {
      content: '';
      display: block;
      height: 4px;
      width: 32px;
      margin-bottom: 0.625rem;
      background: #BFD400;
      margin: 0;
      margin-bottom: 0.3125rem; }
  .advanced-icon-item .field-icon {
    background: url("../../images/background-blob.png") center no-repeat;
    text-align: center;
    padding: 6em;
    margin-top: -3em;
    margin-bottom: -1em;
    min-height: 350px; }
    @media (max-width: 64rem) and (min-width: 47.9375rem) {
      .advanced-icon-item .field-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .advanced-icon-item .field-icon img {
          min-height: 55px;
          min-width: 87px; } }
  .advanced-icon-item .icon-inner .field-cta-text {
    font-size: 1.125rem;
    color: #303C42;
    font-family: Mulish, sans-serif;
    border-bottom: 1px solid #303C42;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    line-height: inherit;
    width: 100%; }

.node-type-section-page .paragraph-landing-icon-simple-grid .landing-icon-item {
  width: 20%; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .node-type-section-page .paragraph-landing-icon-simple-grid .landing-icon-item {
      width: 100%; } }

.paragraph-landing-blog-listing div.wrapper-outer .inner a.more-link {
  background: #BFD400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #404040;
  font-family: Muli, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.625rem 0.9375rem; }

.paragraph-pill-list {
  text-align: center;
  padding: 3em 0;
  background-color: #ebebea; }
  .paragraph-pill-list h2.field-title {
    text-align: center;
    padding: 0 5%;
    font-size: 3rem;
    line-height: 3rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-pill-list h2.field-title {
        font-size: 2.4375rem;
        line-height: 2.3125rem;
        padding: 0; } }
  .paragraph-pill-list .pill-subtitle-wrapper {
    min-width: 600px;
    clear: both;
    display: inline-block; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-pill-list .pill-subtitle-wrapper {
        min-width: 100%; } }
  .paragraph-pill-list .field-pill-subtitle-left {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #58585a;
    color: #fff;
    width: 50%;
    float: left;
    padding: 0.0625rem 0;
    font-weight: bold;
    font-size: 0.875rem;
    margin-left: -0.0625rem;
    margin-right: 0.0625rem; }
  .paragraph-pill-list .field-pill-subtitle-right {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #c5d54f;
    color: #000;
    width: 50%;
    float: right;
    padding: 0.0625rem 0;
    font-weight: bold;
    font-size: 0.875rem;
    margin-left: 0.0625rem;
    margin-right: -0.0625rem; }
  .paragraph-pill-list div.pill-subtitle {
    font-size: 1.25rem;
    padding: 0.25rem 0; }
    .paragraph-pill-list div.pill-subtitle.field-pill-subtitle-left {
      float: left;
      width: 50%; }
      @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
        .paragraph-pill-list div.pill-subtitle.field-pill-subtitle-left {
          width: 77%;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          margin-right: -10%;
          font-size: 1rem;
          padding-right: 11%;
          margin-left: -0.8125rem; } }
    .paragraph-pill-list div.pill-subtitle.field-pill-subtitle-right {
      float: left;
      width: 45%; }
      @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
        .paragraph-pill-list div.pill-subtitle.field-pill-subtitle-right {
          width: 40%;
          margin-right: -6.25rem; } }
  .paragraph-pill-list .pill-list .field-title {
    font-size: 1.5rem;
    letter-spacing: -0.0625rem;
    margin-bottom: 0; }
  .paragraph-pill-list .pill-list .field-pill-subtitle-left {
    background-repeat: no-repeat;
    background-position: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
    padding-right: 1.875rem; }
    @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
      .paragraph-pill-list .pill-list .field-pill-subtitle-left {
        border-bottom-left-radius: 26px;
        border-top-left-radius: 26px;
        line-height: 0.8125rem;
        margin-right: -10%;
        padding-right: 4%;
        width: 53%;
        height: 40px;
        letter-spacing: -0.075rem;
        padding-top: 0.875rem; } }
  .paragraph-pill-list .pill-list .field-pill-subtitle-right {
    background-image: url("../../images/pill-side.png");
    background-repeat: no-repeat;
    background-position: right;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
    padding-right: 2.0625rem; }
    @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
      .paragraph-pill-list .pill-list .field-pill-subtitle-right {
        line-height: 0.8125rem;
        border-bottom-left-radius: 26px;
        border-top-left-radius: 26px;
        border-bottom-right-radius: 26px;
        border-top-right-radius: 26px;
        width: 53%;
        background-image: none;
        height: 40px;
        letter-spacing: -0.075rem;
        padding-top: 0.875rem;
        padding-right: 0.625rem;
        padding-left: 0.5625rem; } }
  @media only screen and (min-width: 20rem) and (max-width: 31.25rem) {
    .paragraph-pill-list .pill-list .pill-list-item:last-child .field-pill-subtitle-left,
    .paragraph-pill-list .pill-list .pill-list-item:last-child .field-pill-subtitle-right {
      padding-top: 0.625rem; } }

.front .landing-paragraph.paragraph-landing-video-quote {
  max-width: 1216px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 2.5rem 0 3.75rem; }
  @media (max-width: 63.9375rem) {
    .front .landing-paragraph.paragraph-landing-video-quote {
      padding: 2.5rem 1.25rem 3.75rem; } }

.front .paragraph-landing-video-quote .paragraph-landing-video-quote-inner {
  -webkit-box-shadow: none;
          box-shadow: none; }

.front .landing-paragraph .quote::before {
  background: #333; }

.front .paragraph-landing-video-quote .paragraph-landing-video-quote-inner .quote-wrapper .row-wrapper:last-child::before {
  display: none; }

@media (max-width: 63.9375rem) {
  .front .video-quote-wrapper {
    margin: 0 auto; } }

.front .quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 63.9375rem) {
    .front .quote-wrapper {
      margin: 0 auto; } }

.front .row-wrapper:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.front .row-wrapper:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%; }

.front .paragraph-landing-video-quote .video {
  margin: 0; }

.front .quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.front .quote-author-image {
  margin-right: 0.625rem; }

.front .cta-info-block {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%; }

.front .quote-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.front .field-cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.front .quote-wrapper {
  -webkit-box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
          box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
  padding: 2.5rem;
  margin-top: -1.25rem !important;
  min-height: 330px;
  margin: 0; }
  @media (max-width: 63.9375rem) {
    .front .quote-wrapper {
      margin: 0 !important;
      padding: 1.25rem;
      min-height: auto; } }

.front .quote {
  font-family: Muli;
  font-size: 1rem;
  line-height: 2.4375rem;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 2.5rem; }
  .front .quote::before {
    margin-bottom: 1.25rem !important; }

.paragraph-landing-video-quote-2 {
  color: #303C41;
  margin: 0;
  padding: 7.5rem 0.9375rem 0;
  margin-bottom: 5rem; }
  @media (max-width: 47.9375rem) {
    .paragraph-landing-video-quote-2 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 2.5rem; } }
  .paragraph-landing-video-quote-2 + .paragraph-subsection-form,
  .paragraph-landing-video-quote-2 + .paragraph-landing-text-image-grid-items {
    margin-top: 0.75rem !important; }
  .paragraph-landing-video-quote-2 h4,
  .paragraph-landing-video-quote-2 h5 {
    font-family: "Muli";
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin: 0;
    color: inherit; }
  .paragraph-landing-video-quote-2 p, .paragraph-landing-video-quote-2 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-video-quote-2 li {
    color: inherit;
    text-align: left;
    font-family: helvetica;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0; }
  .paragraph-landing-video-quote-2 .quote-author-info p, .paragraph-landing-video-quote-2 .quote-author-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-video-quote-2 .quote-author-info li {
    font-size: 1rem;
    line-height: 1.4375rem; }
  .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner > .columns {
      width: 50%; }
    @media (max-width: 51.25rem) {
      .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 auto; }
        .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner > .columns {
          width: 100%; } }
    .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .columns {
      padding: 0; }
    .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .player {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*
        position: absolute;
        top: 20px;
        left: 0;
        width: 115%;
        height: 85%; */ }
    .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper {
      -webkit-box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
              box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
      padding: 1.5625rem 2.5rem;
      min-height: 330px; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper {
          padding: 1.25rem;
          min-height: auto; } }
      .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .quote-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .quote-author-image {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          margin-right: 1.875rem;
          overflow: hidden;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
            .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .quote-author-image {
              margin-right: 0.625rem; } }
      .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .row-wrapper:last-child {
        position: relative;
        padding-top: 1.25rem; }
        .paragraph-landing-video-quote-2 .paragraph-landing-video-quote-inner .quote-wrapper .row-wrapper:last-child::before {
          top: 43px;
          left: 0;
          display: block;
          margin: 0 0 1.0625rem;
          width: 35px;
          height: 5px;
          background-color: #333;
          content: ""; }

.paragraph-landing-video-quote .cta-info-block .field-cta-text {
  padding: 0;
  color: #888888; }

.front .quote {
  font-family: Mulish;
  font-size: 1rem;
  line-height: 2.4375rem;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 2.5rem; }
  .front .quote::before {
    margin-bottom: 1.25rem !important; }

.field-title + .schedule {
  padding-top: 2.5rem; }

.schedule {
  font-family: Mulish;
  max-width: 488px;
  color: #303C42; }
  .schedule .small-12,
  .schedule .large-6 {
    padding-left: 0;
    padding-right: 0;
    float: none; }

main .schedule__label a,
main .schedule__label a[href^="tel:"] {
  color: #1975E3 !important;
  color: #385DD1 !important;
  font-weight: bold !important;
  font-size: 1.25rem !important;
  line-height: 125% !important;
  letter-spacing: -0.03125rem !important; }
  main .schedule__label a:hover,
  main .schedule__label a[href^="tel:"]:hover {
    color: #17CACE !important; }

.schedule__call-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .schedule__call-us h3, .schedule__call-us .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .schedule__call-us .team-member-name, .schedule__call-us .view-team-members .team-member .team-member-name, .view-team-members .team-member .schedule__call-us .team-member-name {
    margin-right: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.schedule__attention {
  padding-top: 0.9375rem; }
  @media (max-width: 48rem) {
    .schedule__attention {
      width: 100%; } }

.schedule-attention__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 150%; }

.schedule-attention__day {
  width: 115px; }

.schedule-attention__time {
  font-weight: bold;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.schedule__contact {
  width: 100%;
  border-top: 2px solid #DAE3ED;
  padding-top: 1.4375rem;
  margin-top: 1.5rem; }
  .schedule__contact .schedule__label {
    margin-top: 0.625rem; }

@media (min-width: 30.0625rem) {
  .field-title + .schedule {
    padding-top: 4.25rem; }
  .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .schedule h3, .schedule .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .schedule .team-member-name, .schedule .view-team-members .team-member .team-member-name, .view-team-members .team-member .schedule .team-member-name {
      margin: 0 0 0.5rem; }
  .schedule__subtitle {
    margin-left: 0.3125rem; }
  .schedule__call-us {
    width: 48%;
    display: block;
    padding-bottom: 0; }
    .schedule__call-us h3, .schedule__call-us .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .schedule__call-us .team-member-name, .schedule__call-us .view-team-members .team-member .team-member-name, .view-team-members .team-member .schedule__call-us .team-member-name {
      margin-right: 0; }
  .schedule__attention {
    width: 52%;
    position: relative;
    left: 5px;
    padding-top: 0; }
  .schedule__contact {
    padding-top: 2.4375rem;
    margin-top: 2.5rem; }
  .schedule-attention__time {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .schedule__label {
    margin-top: 0; }
  .schedule__contact .schedule__label {
    margin-top: 0; } }

@media (max-width: 30rem) {
  .page-node-1216 .customer-services-form {
    margin-bottom: -2.5rem; } }

.customer-services-form {
  --customer-form-gap: 20px;
  /*.form-text:valid ~ label,*/
  font-family: 'Mulish';
  background: #FFF;
  -webkit-box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
  padding: 1.5rem 2.5rem !important;
  margin-top: 5.875rem;
  position: relative;
  z-index: 2;
  width: auto !important;
  background: #fff; }
  .customer-services-form #edit-header > h3, .customer-services-form .view-team-sorting .team-member #edit-header > .team-member-name, .view-team-sorting .team-member .customer-services-form #edit-header > .team-member-name, .customer-services-form .view-team-members .team-member #edit-header > .team-member-name, .view-team-members .team-member .customer-services-form #edit-header > .team-member-name {
    margin-bottom: 2.125rem; }
  .customer-services-form .webform-submit {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  @media (max-width: 30rem) {
    .customer-services-form .form-item {
      margin-bottom: 1.5625rem; } }
  .customer-services-form .form-item {
    position: relative; }
  .customer-services-form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .customer-services-form .form-item.label-floated label,
  .customer-services-form .form-item .form-text:focus ~ label,
  .customer-services-form .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .customer-services-form .form-item.label-floated .field-suffix,
  .customer-services-form .form-item .form-text:focus + .field-suffix,
  .customer-services-form .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .customer-services-form .form-item.label-floated .form-text::-webkit-input-placeholder,
  .customer-services-form .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::-moz-placeholder,
  .customer-services-form .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::-ms-input-placeholder,
  .customer-services-form .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::placeholder,
  .customer-services-form .form-item .form-text:focus::placeholder {
    color: inherit; }
  .customer-services-form .form-text {
    width: 100%; }
    .customer-services-form .form-text::-webkit-input-placeholder {
      color: transparent; }
    .customer-services-form .form-text::-moz-placeholder {
      color: transparent; }
    .customer-services-form .form-text::-ms-input-placeholder {
      color: transparent; }
    .customer-services-form .form-text::placeholder {
      color: transparent; }
  .customer-services-form .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .customer-services-form .form-item label,
  .customer-services-form .form-item [type="text"],
  .customer-services-form .form-item [type="email"],
  .customer-services-form .form-item [type="tel"],
  .customer-services-form .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .customer-services-form .form-item [type="text"],
  .customer-services-form .form-item [type="email"],
  .customer-services-form .form-item [type="tel"],
  .customer-services-form .form-item [type="search"],
  .customer-services-form .form-item textarea,
  .customer-services-form .form-item select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .customer-services-form .form-item [type="text"]:focus,
    .customer-services-form .form-item [type="email"]:focus,
    .customer-services-form .form-item [type="tel"]:focus,
    .customer-services-form .form-item [type="search"]:focus,
    .customer-services-form .form-item textarea:focus,
    .customer-services-form .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .customer-services-form .form-item [type="text"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="email"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="tel"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="search"]::-webkit-input-placeholder,
    .customer-services-form .form-item textarea::-webkit-input-placeholder,
    .customer-services-form .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::-moz-placeholder,
    .customer-services-form .form-item [type="email"]::-moz-placeholder,
    .customer-services-form .form-item [type="tel"]::-moz-placeholder,
    .customer-services-form .form-item [type="search"]::-moz-placeholder,
    .customer-services-form .form-item textarea::-moz-placeholder,
    .customer-services-form .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="email"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="tel"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="search"]::-ms-input-placeholder,
    .customer-services-form .form-item textarea::-ms-input-placeholder,
    .customer-services-form .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::placeholder,
    .customer-services-form .form-item [type="email"]::placeholder,
    .customer-services-form .form-item [type="tel"]::placeholder,
    .customer-services-form .form-item [type="search"]::placeholder,
    .customer-services-form .form-item textarea::placeholder,
    .customer-services-form .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]:focus,
    .customer-services-form .form-item [type="email"]:focus,
    .customer-services-form .form-item [type="tel"]:focus,
    .customer-services-form .form-item [type="search"]:focus,
    .customer-services-form .form-item textarea:focus,
    .customer-services-form .form-item select:focus {
      background-color: transparent; }
  .customer-services-form .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .customer-services-form .form-item select::-ms-expand {
      display: none; }
  .customer-services-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .customer-services-form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  @media (max-width: 30rem) {
    .customer-services-form {
      padding-left: 0;
      padding-right: 0; } }
  .customer-services-form .webform-component--licenseExpiration,
  .customer-services-form .webform-component-select {
    margin-top: 0.5rem; }
    .customer-services-form .webform-component--licenseExpiration label,
    .customer-services-form .webform-component-select label {
      -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
              transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .customer-services-form .form-item select {
    display: block;
    border: 0; }
  @media (min-width: 48.0625rem) {
    .customer-services-form {
      max-width: 592px;
      margin-top: 0; } }
  @media (max-width: 30rem) {
    .customer-services-form {
      max-width: none;
      margin-top: 2.5rem;
      padding: 1.5625rem 1rem !important;
      /*
		&::before,
		&::after {
			content: "";
			width: 1500px; // 800px;
			height: 1500px;
			z-index: 1;
			background: white;
			position: absolute;
			top: 0; // -55px;
			left: -200px;
			display: none;
		}

		&::after {
			box-shadow: $shadow;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}*/ }
      .customer-services-form > * {
        position: relative;
        z-index: 20; } }
  @media (min-width: 30.0625rem) and (max-width: 48rem) {
    .customer-services-form {
      margin: 1.875rem 0 0;
      padding: 2.375rem 2.5rem !important;
      width: 100% !important; } }
  .customer-services-form .block-webform {
    border: 0;
    padding: 0.9375rem 0;
    margin: 0; }
    .customer-services-form .block-webform [id*="webform-client-form"],
    .customer-services-form .block-webform [id*="webform-ajax-wrapper"] {
      padding-top: 0; }
  .customer-services-form [id*="webform-client-form"],
  .customer-services-form [id*="webform-ajax-wrapper"] {
    padding-top: 2.6875rem; }
    @media (min-width: 48.0625rem) {
      .customer-services-form [id*="webform-client-form"],
      .customer-services-form [id*="webform-ajax-wrapper"] {
        padding-top: 3.3125rem; } }
  .customer-services-form [id*="webform-ajax-wrapper"] [id*="webform-client-form"] {
    padding-top: 0; }
  @media (max-width: 48rem) {
    .customer-services-form [id*="webform-client-form-1224"] {
      padding-top: 0; } }
  .customer-services-form textarea {
    height: auto;
    min-height: 78px;
    resize: vertical; }
  .customer-services-form .webform-component-textarea {
    grid-column-start: 1;
    grid-column-end: 2; }
    @media (min-width: 30.0625rem) {
      .customer-services-form .webform-component-textarea {
        grid-column-end: 3; } }
  .customer-services-form .form-actions {
    grid-column: 1 / 3;
    margin-top: calc(var(--customer-form-gap) * -1);
    padding-top: 2.5rem; }
    @media (max-width: 30rem) {
      .customer-services-form .form-actions {
        padding-top: 1.25rem; } }
    @media (max-width: 48rem) {
      .customer-services-form .form-actions {
        grid-column: 1 / 2; } }
  .customer-services-form .form-submit {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .customer-services-form .form-submit:hover, .customer-services-form .form-submit:focus {
      background-color: #3177dc;
      color: #fff; }
    .customer-services-form .form-submit:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .customer-services-form .form-submit::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .customer-services-form .form-submit[disabled], .customer-services-form .form-submit[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .customer-services-form .button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 40px;
    min-width: 112px;
    display: inline-block;
    vertical-align: center;
    padding: 0.5625rem 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #C5D54F;
    text-transform: uppercase;
    font-family: 'Mulish',sans-serif;
    color: #303C42;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    letter-spacing: 0;
    border-radius: 0;
    grid-column-start: 1;
    border: 0;
    margin: 0;
    max-width: 158px;
    width: 100%; }
    .customer-services-form .button:hover {
      background-color: #E2EC8C; }
  .customer-services-form form {
    margin: 0; }
    .customer-services-form form > div {
      /*display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 40px;
			grid-row-gap: var(--customer-form-gap);*/ }
      @media (max-width: 48rem) {
        .customer-services-form form > div {
          grid-template-columns: 1fr; } }
      @media (max-width: 48rem) {
        .customer-services-form form > div > div {
          grid-column: 1; } }
  .customer-services-form .webform-component-select {
    height: 38px; }
  .customer-services-form option {
    padding: 0;
    color: #303C42; }
  .customer-services-form .webform-component-select {
    border-bottom: 1px solid #afbac7 !important; }
    @media (max-width: 30rem) {
      .customer-services-form .webform-component-select {
        height: 39px; } }
    .customer-services-form .webform-component-select.remove-label select {
      display: block;
      border: 0;
      color: #303c42;
      background: initial;
      left: 0; }
  .customer-services-form .full-width-always {
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 48rem) {
      .customer-services-form .full-width-always {
        grid-column-end: 2; } }
  @media (max-width: 64rem) {
    .customer-services-form .full-width-tablet-1 {
      grid-column-start: 1;
      grid-column-end: 3; } }
  @media (max-width: 48rem) {
    .customer-services-form .full-width-tablet-1 {
      grid-column-end: 2; } }
  .customer-services-form .webform-component--phone-number-optional {
    grid-column-start: 1;
    grid-column-end: 3; }
  .customer-services-form #block-webform-client-block-1224 h2,
  .customer-services-form #block-webform-client-block-1224 .webform-progressbar {
    display: none; }
  @media (min-width: 48.0625rem) {
    .customer-services-form #webform-client-form-1224 .webform-component--e-mail,
    .customer-services-form #webform-client-form-1224 .webform-component--property-address {
      grid-column-start: 1;
      grid-column-end: 3; } }

input.button[disabled] {
  background-color: #e6e8e7 !important;
  color: #6b7378 !important;
  cursor: auto !important;
  opacity: 1 !important; }

h3.send-a-message, .view-team-sorting .team-member .send-a-message.team-member-name, .view-team-members .team-member .send-a-message.team-member-name {
  padding-top: 2.6875rem; }

.webform-confirmation {
  font-family: "Mulish";
  font-style: normal;
  position: relative;
  z-index: 1;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff; }
  .webform-confirmation .webform-confirmation__message h3, .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .webform-confirmation .webform-confirmation__message .team-member-name, .webform-confirmation .webform-confirmation__message .view-team-members .team-member .team-member-name, .view-team-members .team-member .webform-confirmation .webform-confirmation__message .team-member-name {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 125%;
    letter-spacing: -0.03125rem;
    text-align: center;
    letter-spacing: -0.5px;
    color: #303C42; }
    .webform-confirmation .webform-confirmation__message h3::before, .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .team-member-name::before, .view-team-sorting .team-member .webform-confirmation .webform-confirmation__message .team-member-name::before, .webform-confirmation .webform-confirmation__message .view-team-members .team-member .team-member-name::before, .view-team-members .team-member .webform-confirmation .webform-confirmation__message .team-member-name::before {
      content: "";
      background: url("../../images/e-mail.svg") no-repeat 0 0/cover;
      height: 100px;
      width: 107px;
      display: block;
      margin: 0 auto 2.5rem; }
    .webform-confirmation .webform-confirmation__message h3 + p, .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .team-member-name + p, .view-team-sorting .team-member .webform-confirmation .webform-confirmation__message .team-member-name + p, .webform-confirmation .webform-confirmation__message .view-team-members .team-member .team-member-name + p, .view-team-members .team-member .webform-confirmation .webform-confirmation__message .team-member-name + p, .webform-confirmation .webform-confirmation__message .guidelines-landing-page .state-tiles > .state-tiles-texts h3 + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .webform-confirmation .webform-confirmation__message h3 + li, .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .team-member-name + li, .view-team-sorting .team-member .webform-confirmation .webform-confirmation__message .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-sorting .team-member .webform-confirmation .webform-confirmation__message .team-member-name + li, .webform-confirmation .webform-confirmation__message .view-team-members .team-member .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .webform-confirmation .webform-confirmation__message .view-team-members .team-member .team-member-name + li, .view-team-members .team-member .webform-confirmation .webform-confirmation__message .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-members .team-member .webform-confirmation .webform-confirmation__message .team-member-name + li {
      margin-top: 1.5625rem; }
  .webform-confirmation p, .webform-confirmation .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .webform-confirmation li {
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    text-align: center;
    color: rgba(48, 60, 66, 0.7); }
  .webform-confirmation + .links {
    display: none; }

h3 + [id*="webform-client-form"] .webform-confirmation, .view-team-sorting .team-member .team-member-name + [id*="webform-client-form"] .webform-confirmation, .view-team-members .team-member .team-member-name + [id*="webform-client-form"] .webform-confirmation,
h3 + [id*="webform-ajax-wrapper"] .webform-confirmation,
.view-team-sorting .team-member .team-member-name + [id*="webform-ajax-wrapper"] .webform-confirmation,
.view-team-members .team-member .team-member-name + [id*="webform-ajax-wrapper"] .webform-confirmation {
  margin-top: -4.875rem;
  padding-top: 1.5625rem;
  /*
			24px 20px
			38px 40px

			@media (min-width: $tablet-2-start) {
				padding-top: -38px;
			}*/ }

.hide {
  display: none; }

.page-node-1225 .webform-confirmation .webform-confirmation__message h3, .page-node-1225 .webform-confirmation .webform-confirmation__message .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .page-node-1225 .webform-confirmation .webform-confirmation__message .team-member-name, .page-node-1225 .webform-confirmation .webform-confirmation__message .view-team-members .team-member .team-member-name, .view-team-members .team-member .page-node-1225 .webform-confirmation .webform-confirmation__message .team-member-name {
  font-size: 2rem;
  line-height: 2.5rem; }

.page-node-1225 .commercial-form__content .paragraph--type--commercial-recap-form .content {
  padding: 0.9375rem 0; }

.page-node-1225 .paid-cash__content .paid-cash__title {
  padding-bottom: 4rem; }

.page-node-1225 .customer-services-form form #edit-flexbox-01,
.page-node-1225 .customer-services-form form #edit-flexbox-02 {
  display: block; }

.page-node-1225 .webform-submission-form .alert-error {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  position: relative; }
  .page-node-1225 .webform-submission-form .alert-error button {
    display: none; }

.page-node-1225 .webform-submission-form .messages__list {
  margin-left: 0; }

.page-node-1225 .quote--blockquote {
  color: #303C42; }

.page-node-1225 .quote--body p, .page-node-1225 .quote--body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1225 .quote--body li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42; }

#webform-submission-customer-story-node-1144-add-form .form-type-textarea.label-floated label {
  top: 0; }

#webform-submission-customer-story-node-1144-add-form .form-type-textarea.label-floated .form-textarea-wrapper {
  margin-top: 1.5rem; }

.faq--block.pace-paragraph {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }

.faq--block {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  display: block !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 48.0625rem) {
    .faq--block {
      max-width: 832px; } }
  @media (max-width: 48rem) {
    .faq--block {
      max-width: 800px; } }
  .faq--block + .paragraph-cards--style-5 {
    padding-top: 0; }
  @media (max-width: 30rem) {
    .faq--block {
      width: auto; } }
  .faq--block h5.field-title {
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
    margin-top: 0; }
    @media (max-width: 48rem) {
      .faq--block h5.field-title {
        text-align: left;
        margin-left: 0;
        padding-bottom: 2.375rem; } }
    @media (max-width: 30rem) {
      .faq--block h5.field-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    .faq--block h5.field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .faq--block h5.field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
    @media (max-width: 48rem) {
      .faq--block h5.field-title {
        text-align: left !important; }
        .faq--block h5.field-title::before {
          margin-left: 0; } }
  .faq--block + #blog_short_content,
  .faq--block + .subsection-paragraph,
  .faq--block + .paragraph-landing-text-block {
    margin-top: 5.5rem !important; }
    @media (max-width: 30rem) {
      .faq--block + #blog_short_content,
      .faq--block + .subsection-paragraph,
      .faq--block + .paragraph-landing-text-block {
        margin-top: 3rem !important; } }
  .faq--block .columns {
    padding: 0 !important;
    float: none !important;
    margin: 0 !important; }
  .faq--block .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important; }

@media (min-width: 30.0625rem) {
  .faq-items {
    margin-top: 2.5rem; } }

.field--name-field-faq-items .field__item:last-child .faq--item {
  border-bottom: 0 !important; }

.faq--item {
  border-bottom: 1px solid #dbe3ec;
  margin: 0 !important;
  padding: 0; }
  .faq--item:last-child {
    border-bottom: 0; }
  .faq--item.active .faq--icon__down {
    display: block; }
    @media (max-width: 30rem) {
      .faq--item.active .faq--icon__down {
        display: none; } }
  .faq--item.active .faq--icon__close {
    display: none; }
    @media (max-width: 30rem) {
      .faq--item.active .faq--icon__close {
        display: block; } }

.faq--question {
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.03125rem;
  position: relative;
  text-align: left;
  padding: 0 1.5rem 0 0;
  width: 100%;
  height: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #303C42;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0; }
  .faq--question:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .faq--question:hover, .faq--question:focus {
    background: transparent;
    color: #1975E3; }

.faq--answer {
  padding: 0 0 1.875rem; }
  @media (max-width: 48rem) {
    .faq--answer {
      display: none; } }
  .faq--answer[style*="display: block"].width_half, .faq--answer[style*="display: grid"].width_half {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px; }
    @media (max-width: 31.25rem) {
      .faq--answer[style*="display: block"].width_half, .faq--answer[style*="display: grid"].width_half {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 20px; } }
  .faq--answer .field-body {
    padding: 0 !important;
    text-align: left !important;
    max-width: none !important; }
  .faq--answer .field-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .faq--answer .field-image + .field-body {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .faq--answer .field-body {
    max-width: none;
    margin: 0;
    text-align: left; }
  .faq--answer p, .faq--answer .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .faq--answer li {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #303C42 !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important; }
    .faq--answer p + p, .faq--answer .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .faq--answer li + p, .faq--answer .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .faq--answer p + li, .faq--answer .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .faq--answer li + li {
      margin-top: 1.5rem !important; }
  .faq--answer a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: inherit !important;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .faq--answer a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .faq--answer a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .faq--answer a:focus::after {
        display: none; }
    .faq--answer a:disabled, .faq--answer a.disabled {
      color: #ADBAC9; }
      .faq--answer a:disabled::after, .faq--answer a.disabled::after {
        display: none; }
      .faq--answer a:disabled:hover, .faq--answer a:disabled:focus, .faq--answer a.disabled:hover, .faq--answer a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

.faq--icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: auto;
  fill: currentColor; }

.faq--icon__down {
  display: none; }
  @media (max-width: 30rem) {
    .faq--icon__down {
      display: block; } }

.faq--icon__close {
  display: block; }
  @media (max-width: 30rem) {
    .faq--icon__close {
      display: none; } }

.hero-image__section {
  position: relative;
  color: #303C42;
  display: grid;
  grid-template-columns: 1fr; }
  .hero-image__section sup {
    font-size: 0.625rem;
    position: relative;
    top: -5px; }

.hero-image__img-content,
.hero-image__text-content {
  grid-column: 1 / 2;
  grid-row: 1 / 2; }

.hero-image__img__mobile {
  height: 100%; }

.hero-image__img__mobile {
  display: none;
  height: 100%; }
  @media (max-width: 30rem) {
    .hero-image__img__mobile {
      display: block; } }
  .hero-image__img__mobile img {
    width: 100%;
    /* height: auto;
		max-height: 568px;*/
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.hero-image__img__desktop {
  display: block; }
  .hero-image__img__desktop img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /*
		@media (min-width: $tablet-1-start) and (max-width: $tablet-1-end) {
			height: 493px;
		}

		// Tablet 2
		@media (min-width: $tablet-2-start) and (max-width: $tablet-2-end) {
			height: 461px;
		}

		// Mobile
		@media (max-width: $mobile-end) {
			height: 400px;
		}*/ }
    @media (min-width: 30.0625rem) and (max-width: 48rem) {
      .hero-image__img__desktop img {
        max-width: calc(100% + 40%);
        width: calc(100% + 40%); } }
  @media (max-width: 30rem) {
    .hero-image__img__desktop {
      display: none; } }

.hero-image__text-content {
  /*
	max-width: $max-width;
	width: 100%;
	padding-left: var(--padding-side);
	padding-right: var(--padding-side);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  z-index: 2; }
  @media (max-width: 30rem) {
    .hero-image__text-content {
      padding-top: 3rem;
      padding-bottom: 1.875rem;
      grid-row: 1 / 2;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0; } }

@media (min-width: 30.0625rem) {
  .page-node-1406---------------- .hero-image__img-content::before {
    content: "";
    background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important; }
  .page-node-1406---------------- .hero-image__title,
  .page-node-1406---------------- .hero-image__subtitle {
    color: #fff !important; }
  .page-node-1406---------------- .hero-image__title::before {
    background: #fff !important; } }

.hero-image__img-content {
  position: relative; }
  .hero-image__img-content::before {
    content: "";
    background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
  @media (max-width: 30rem) {
    .hero-image__img-content {
      grid-row: 2 / 3; } }

.hero-image__title {
  font-family: Muli;
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: -0.03125rem;
  max-width: 720px;
  margin: 0;
  padding: 0;
  max-width: 620px; }
  .hero-image__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .hero-image__title::before {
        margin-bottom: 1.5625rem; } }
  .hero-image__title p, .hero-image__title .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .hero-image__title li {
    font-weight: 800; }
  @media (min-width: 48.0625rem) and (max-width: 61.25rem) {
    .hero-image__title {
      max-width: 500px; } }
  @media (max-width: 48rem) {
    .hero-image__title {
      max-width: none; } }
  .hero-image__title::before {
    width: 43px;
    height: 6px;
    margin-bottom: 1.5rem; }
  @media (max-width: 30rem) {
    .hero-image__title {
      font-size: 2rem;
      line-height: 2.5rem;
      color: #303C42; }
      .hero-image__title::before {
        width: 35px;
        height: 5px; } }
  .hero-image__title::before {
    margin-bottom: 1.5625rem; }
  .hero-image__title + .hero-image__title {
    display: none; }
  .hero-image__title.no-maxwidth {
    max-width: none; }
  .hero-image__title p, .hero-image__title .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .hero-image__title li {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0; }
  @media (max-width: 48rem) {
    .hero-image__title br {
      display: none; } }

.hero-image__subtitle {
  font-family: Muli;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.03125rem;
  text-align: left;
  margin-top: 2.5rem;
  max-width: 800px; }
  @media (max-width: 64rem) {
    .hero-image__subtitle br {
      display: none; } }
  @media (min-width: 48.0625rem) and (max-width: 61.25rem) {
    .hero-image__subtitle {
      max-width: 500px; } }
  @media (max-width: 30rem) {
    .hero-image__subtitle {
      font-size: 1rem;
      margin-top: 1.5rem;
      color: rgba(48, 60, 66, 0.7); } }
  .hero-image__subtitle p, .hero-image__subtitle .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .hero-image__subtitle li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
  .hero-image__subtitle + .hero-image__phone-number {
    margin-top: 2.1875rem; }
  .hero-image__subtitle.font-size-20px-20px-20px-18px {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
    @media (max-width: 30rem) {
      .hero-image__subtitle.font-size-20px-20px-20px-18px {
        font-size: 1.125rem;
        line-height: 1.375rem; } }

.title--dark .hero-image__title,
.title--dark .hero-image__subtitle {
  color: #303c42; }

.title--light .hero-image__title,
.title--light .hero-image__subtitle,
.title--light .hero-image__phone-number p,
.title--light .hero-image__phone-number .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .title--light .hero-image__phone-number li {
  color: #fff; }

@media (max-width: 30rem) {
  .title--light .hero-image__title,
  .title--light .hero-image__phone-number p,
  .title--light .hero-image__phone-number .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .title--light .hero-image__phone-number li {
    color: #303C42; }
  .title--light .hero-image__subtitle {
    color: rgba(48, 60, 66, 0.7); } }

.hero-image__button {
  margin-top: 2.5rem; }
  @media (max-width: 30rem) {
    .hero-image__button {
      margin-top: 1.5rem;
      text-align: left; } }
  .hero-image__button a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .hero-image__button a:hover, .hero-image__button a:focus {
      background-color: #3177dc;
      color: #fff; }
    .hero-image__button a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .hero-image__button a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .hero-image__button a[disabled], .hero-image__button a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }

.hero-image__phone-number {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-top: 1.25rem;
  color: white; }
  .hero-image__phone-number p, .hero-image__phone-number .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .hero-image__phone-number li {
    font-size: inherit;
    line-height: inherit; }
  @media (max-width: 30rem) {
    .hero-image__phone-number {
      color: #303C42;
      font-size: 1rem;
      line-height: 1.5rem; } }
  .hero-image__phone-number a,
  .hero-image__phone-number a[href^="tel:"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: -0.03125rem !important;
    text-transform: none;
    color: #BFD400 !important;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .hero-image__phone-number a:hover,
    .hero-image__phone-number a[href^="tel:"]:hover {
      color: #1975E3 !important;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .hero-image__phone-number a:focus,
    .hero-image__phone-number a[href^="tel:"]:focus {
      text-decoration: none;
      color: #1975E3 !important;
      border-color: #1975E3 !important; }
      .hero-image__phone-number a:focus::after,
      .hero-image__phone-number a[href^="tel:"]:focus::after {
        display: none; }
    .hero-image__phone-number a:disabled, .hero-image__phone-number a.disabled,
    .hero-image__phone-number a[href^="tel:"]:disabled,
    .hero-image__phone-number a[href^="tel:"].disabled {
      color: #ADBAC9; }
      .hero-image__phone-number a:disabled::after, .hero-image__phone-number a.disabled::after,
      .hero-image__phone-number a[href^="tel:"]:disabled::after,
      .hero-image__phone-number a[href^="tel:"].disabled::after {
        display: none; }
      .hero-image__phone-number a:disabled:hover, .hero-image__phone-number a:disabled:focus, .hero-image__phone-number a.disabled:hover, .hero-image__phone-number a.disabled:focus,
      .hero-image__phone-number a[href^="tel:"]:disabled:hover,
      .hero-image__phone-number a[href^="tel:"]:disabled:focus,
      .hero-image__phone-number a[href^="tel:"].disabled:hover,
      .hero-image__phone-number a[href^="tel:"].disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
    @media (max-width: 30rem) {
      .hero-image__phone-number a,
      .hero-image__phone-number a[href^="tel:"] {
        color: #1975E3 !important; } }
  .hero-image__phone-number a:hover::after {
    background: #BFD400; }

.hero-image__section.image-height-560-560-520-520-400 [class*="hero-image__img"] img {
  height: var(--image-height-560-560-520-520-400); }

.hero-image__section.image-height-560-560-410-410-300 [class*="hero-image__img"] img {
  height: var(--image-height-560-560-410-410-300); }

@media (min-width: 64.0625rem) {
  .hero-image__section.overlay_desktop .hero-image__img-content::before {
    display: block; } }

@media (min-width: 48.0625rem) and (max-width: 64rem) {
  .hero-image__section.overlay_tablet_1 .hero-image__img-content::before {
    display: block; } }

@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .hero-image__section.overlay_tablet_2 .hero-image__img-content::before {
    display: block; } }

@media (max-width: 30rem) {
  .hero-image__section.overlay_mobile .hero-image__img-content::before {
    display: block; } }

@media (min-width: 64.0625rem) {
  .hero-image__section.text_color_desktop .hero-image__title,
  .hero-image__section.text_color_desktop .hero-image__subtitle {
    color: #fff; }
  .hero-image__section.text_color_desktop .hero-image__title::before {
    background: #fff; } }

@media (min-width: 48.0625rem) and (max-width: 64rem) {
  .hero-image__section.text_color_tablet_1 .hero-image__title,
  .hero-image__section.text_color_tablet_1 .hero-image__subtitle {
    color: #fff; }
  .hero-image__section.text_color_tablet_1 .hero-image__title::before {
    background: #fff; } }

@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .hero-image__section.text_color_tablet_2 .hero-image__title,
  .hero-image__section.text_color_tablet_2 .hero-image__subtitle {
    color: #fff; }
  .hero-image__section.text_color_tablet_2 .hero-image__title::before {
    background: #fff; } }

@media (max-width: 30rem) {
  .hero-image__section.text_color_mobile .hero-image__title,
  .hero-image__section.text_color_mobile .hero-image__subtitle {
    color: #fff; }
  .hero-image__section.text_color_mobile .hero-image__title::before {
    background: #fff; } }

/*
// Tablet 2
@media (min-width: $tablet-2-start) and (max-width: $tablet-2-end) {
	&::before {
		content: "";
		background: linear-gradient(81.4deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}*/
.style-1 .hero-image__subtitle {
  font-size: 1.5rem;
  line-height: 1.875rem; }
  @media (max-width: 48rem) {
    .style-1 .hero-image__subtitle {
      font-size: 1.125rem;
      line-height: 1.4375rem; } }

.style-1 .hero-image__img__mobile img {
  min-height: 300px; }

.style-1 .hero-image__img__desktop {
  /*
		@media (max-width: $mobile-screen-mid) {
			display: none;
		}*/ }
  .style-1 .hero-image__img__desktop img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /*
			@media (min-width: $tablet-1-start) and (max-width: $tablet-1-end) {
				height: 410px;
			}

			// Tablet 2
			@media (min-width: $tablet-2-start) and (max-width: $tablet-2-end) {
				height: 378px;
			}

			// Mobile
			@media (max-width: $mobile-end) {
				min-height: 300px;
			}*/ }

@media (max-width: 30rem) {
  .style-1 .hero-image__img-content,
  .style-1 .hero-image__text-content {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }
  .style-1.title--light .hero-image__title,
  .style-1.title--light .hero-image__subtitle,
  .style-1.title--light .hero-image__phone-number {
    color: white; } }

@media (min-width: 48.0625rem) {
  .paragraph-wrapper > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .paragraph-wrapper > .content > * {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%; } }

.paragraph-wrapper.column-1-1-1-1 {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  .paragraph-wrapper.column-1-1-1-1 .checklist {
    padding-left: 0;
    padding-right: 0; }

.paragraph-wrapper.column-2-2-1-1 {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  @media (min-width: 64.0625rem) {
    .paragraph-wrapper.column-2-2-1-1 {
      --padding-side: 5rem; } }
  @media (min-width: 48.0625rem) and (max-width: 64rem) {
    .paragraph-wrapper.column-2-2-1-1 {
      --padding-side: 2.5rem; } }
  @media (min-width: 30.0625rem) and (max-width: 48rem) {
    .paragraph-wrapper.column-2-2-1-1 {
      --padding-side: 2.5rem; } }
  @media (max-width: 48rem) {
    .paragraph-wrapper.column-2-2-1-1 {
      --padding-side: 2.5rem; }
      .paragraph-wrapper.column-2-2-1-1 > .content > div,
      .paragraph-wrapper.column-2-2-1-1 > .content > section {
        margin-left: calc(var(--padding-side) * -1);
        margin-right: calc(var(--padding-side) * -1);
        width: auto; } }
  @media (max-width: 30rem) {
    .paragraph-wrapper.column-2-2-1-1 {
      --padding-side: 1rem; } }
  .paragraph-wrapper.column-2-2-1-1 > .content {
    margin: 0 auto; }
    @media (min-width: 48.0625rem) {
      .paragraph-wrapper.column-2-2-1-1 > .content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1216px;
        width: 100%; } }
    @media (min-width: 48.0625rem) {
      .paragraph-wrapper.column-2-2-1-1 > .content > div:nth-of-type(1) {
        padding-left: 0; } }

@media (min-width: 30.0625rem) {
  .paragraph-wrapper .block-color--lilac_gray::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #F2F6FB; } }

.paragraph-wrapper .block-color--lilac_gray + .block-color--outer_space_gray::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #303C42; }

.numberlist--section {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
  width: 100%;
  position: relative;
  font-family: Muli; }
  @media (min-width: 48.0625rem) {
    .numberlist--section {
      padding-right: 1rem; } }

.numberlist--title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: left;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .numberlist--title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .numberlist--title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  .numberlist--title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .numberlist--title::before {
        margin-bottom: 1.5625rem; } }
  .numberlist--title + .numberlist--list {
    margin-top: 1.875rem; }
    @media (max-width: 64rem) {
      .numberlist--title + .numberlist--list {
        margin-top: 0; } }

.numberlist--list {
  display: grid;
  grid-row-gap: 40px;
  list-style: none;
  counter-reset: numberlist-counter;
  position: relative; }
  .numberlist--list::before {
    content: "";
    position: absolute;
    top: 64px;
    bottom: 0;
    left: 47px;
    z-index: 1;
    background: #DAE3ED;
    width: 2px;
    height: 90%;
    height: calc(100% - 128px); }
    @media (max-width: 64rem) {
      .numberlist--list::before {
        left: 20px;
        top: 40px;
        height: calc(100% - 95px); } }

.numberlist--item {
  --padding-left: 6rem;
  counter-increment: numberlist-counter;
  position: relative;
  padding-left: var(--padding-left);
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .numberlist--item:last-child::after {
    content: "";
    width: var(--padding-left);
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1; }
  @media (max-width: 64rem) {
    .numberlist--item {
      --padding-left: 4.25rem;
      min-height: 40px;
      padding-left: var(--padding-left); } }
  .numberlist--item::before {
    content: counter(numberlist-counter) ".";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 64px;
    height: 64px;
    background: #FFF;
    -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
            box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
    border-radius: 100px;
    margin-right: 0.625rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4375rem;
    letter-spacing: -0.03125rem;
    color: rgba(48, 60, 66, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    @media (max-width: 64rem) {
      .numberlist--item::before {
        width: 40px;
        height: 40px; } }

.numberlist--body {
  padding-top: 0.3125rem; }
  .numberlist--body p, .numberlist--body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .numberlist--body li {
    font-family: 'Mulish',sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: rgba(48, 60, 66, 0.7);
    text-align: left; }

.paid-cash {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  position: relative; }
  .paid-cash a[href^="tel:"] {
    /*font-weight: 700;
		/*color: white !important;
		
		&:hover {
			color: white !important;
			text-decoration: underline;
		}*/ }
  .paid-cash + .checklist::before {
    left: 100%; }
  .paid-cash.block-color--lilac_gray .paid-cash__link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .paid-cash.block-color--lilac_gray .paid-cash__link a:hover, .paid-cash.block-color--lilac_gray .paid-cash__link a:focus {
      background-color: #3177dc;
      color: #fff; }
    .paid-cash.block-color--lilac_gray .paid-cash__link a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .paid-cash.block-color--lilac_gray .paid-cash__link a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .paid-cash.block-color--lilac_gray .paid-cash__link a[disabled], .paid-cash.block-color--lilac_gray .paid-cash__link a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .paid-cash.block-color--outer_space_gray .paid-cash__body a,
  .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .paid-cash.block-color--outer_space_gray .paid-cash__body a:hover,
    .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:hover {
      color: #fff !important;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .paid-cash.block-color--outer_space_gray .paid-cash__body a:focus,
    .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:focus {
      text-decoration: none;
      color: #fff !important;
      border-color: #fff !important; }
      .paid-cash.block-color--outer_space_gray .paid-cash__body a:focus::after,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:focus::after {
        display: none; }
    .paid-cash.block-color--outer_space_gray .paid-cash__body a:disabled, .paid-cash.block-color--outer_space_gray .paid-cash__body a.disabled,
    .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:disabled,
    .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"].disabled {
      color: #ADBAC9; }
      .paid-cash.block-color--outer_space_gray .paid-cash__body a:disabled::after, .paid-cash.block-color--outer_space_gray .paid-cash__body a.disabled::after,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:disabled::after,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"].disabled::after {
        display: none; }
      .paid-cash.block-color--outer_space_gray .paid-cash__body a:disabled:hover, .paid-cash.block-color--outer_space_gray .paid-cash__body a:disabled:focus, .paid-cash.block-color--outer_space_gray .paid-cash__body a.disabled:hover, .paid-cash.block-color--outer_space_gray .paid-cash__body a.disabled:focus,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:disabled:hover,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:disabled:focus,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"].disabled:hover,
      .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"].disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
  .paid-cash.block-color--outer_space_gray .paid-cash__body a[href^="tel:"]:hover::after {
    background: #fff !important; }
  .paid-cash.block-color--outer_space_gray .paid-cash__link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: white;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .paid-cash.block-color--outer_space_gray .paid-cash__link a:hover, .paid-cash.block-color--outer_space_gray .paid-cash__link a:focus {
      background-color: white;
      color: #303C42; }
      .paid-cash.block-color--outer_space_gray .paid-cash__link a:hover::before, .paid-cash.block-color--outer_space_gray .paid-cash__link a:focus::before {
        border-color: white; }
    .paid-cash.block-color--outer_space_gray .paid-cash__link a:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .paid-cash.block-color--outer_space_gray .paid-cash__link a::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid white;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .paid-cash.block-color--outer_space_gray .paid-cash__link a[disabled], .paid-cash.block-color--outer_space_gray .paid-cash__link a[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .paid-cash.block-color--outer_space_gray .paid-cash__link a[disabled]::before {
      border-color: #ADBAC9; }

.paid-cash__title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
  text-align: left !important; }
  @media (max-width: 48rem) {
    .paid-cash__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .paid-cash__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  .paid-cash__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .paid-cash__title::before {
        margin-bottom: 1.5625rem; } }
  .paid-cash__title::before {
    margin-left: 0 !important; }
  .paid-cash__title + .paid-cash__subtitle {
    padding-top: 1.5625rem; }

.paid-cash__subtitle {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: white;
  letter-spacing: -0.03125rem;
  margin-bottom: 2.625rem;
  font-weight: 600; }
  .paid-cash__subtitle + .paid-cash__body {
    margin-top: 2.625rem; }

.paid-cash__body {
  /*
	p {
		@include paragraph-3;
		
		& + p {
			@include paragraph-3-margin;
		}
	}*/ }
  .paid-cash__body a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: inherit;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .paid-cash__body a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .paid-cash__body a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .paid-cash__body a:focus::after {
        display: none; }
    .paid-cash__body a:disabled, .paid-cash__body a.disabled {
      color: #ADBAC9; }
      .paid-cash__body a:disabled::after, .paid-cash__body a.disabled::after {
        display: none; }
      .paid-cash__body a:disabled:hover, .paid-cash__body a:disabled:focus, .paid-cash__body a.disabled:hover, .paid-cash__body a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
  .paid-cash__body + .paid-cash__link {
    margin-top: 2.4375rem; }
  .paid-cash__body p + p, .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .paid-cash__body li + p, .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paid-cash__body p + li, .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paid-cash__body li + li {
    margin-top: 2.1875rem; }

@media (max-width: 30rem) {
  .paid-cash::after {
    display: none; }
  .paid-cash__title {
    margin-bottom: 0; }
    .paid-cash__title + .paid-cash__subtitle {
      padding-top: 0; } }

.block-color--lilac_gray,
.lilac_gray {
  background-color: #F2F6FB; }
  .block-color--lilac_gray .checklist__title::before,
  .lilac_gray .checklist__title::before {
    background-color: #303C42; }

.block-color--outer_space_gray,
.outer-space-gray,
.outer_space_gray {
  background-color: #303C42; }
  .block-color--outer_space_gray .promotion__title,
  .block-color--outer_space_gray .promotion__description p,
  .block-color--outer_space_gray .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .block-color--outer_space_gray .promotion__description li,
  .block-color--outer_space_gray .promotion__phone-number,
  .block-color--outer_space_gray .field-title--second,
  .block-color--outer_space_gray .statistics__description p,
  .block-color--outer_space_gray .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .block-color--outer_space_gray .statistics__description li,
  .block-color--outer_space_gray .statistic__item-value,
  .block-color--outer_space_gray .paid-cash__body p,
  .block-color--outer_space_gray .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .block-color--outer_space_gray .paid-cash__body li,
  .outer-space-gray .promotion__title,
  .outer-space-gray .promotion__description p,
  .outer-space-gray .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer-space-gray .promotion__description li,
  .outer-space-gray .promotion__phone-number,
  .outer-space-gray .field-title--second,
  .outer-space-gray .statistics__description p,
  .outer-space-gray .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer-space-gray .statistics__description li,
  .outer-space-gray .statistic__item-value,
  .outer-space-gray .paid-cash__body p,
  .outer-space-gray .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer-space-gray .paid-cash__body li,
  .outer_space_gray .promotion__title,
  .outer_space_gray .promotion__description p,
  .outer_space_gray .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer_space_gray .promotion__description li,
  .outer_space_gray .promotion__phone-number,
  .outer_space_gray .field-title--second,
  .outer_space_gray .statistics__description p,
  .outer_space_gray .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer_space_gray .statistics__description li,
  .outer_space_gray .statistic__item-value,
  .outer_space_gray .paid-cash__body p,
  .outer_space_gray .paid-cash__body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .outer_space_gray .paid-cash__body li {
    color: white !important; }
  .block-color--outer_space_gray .statistic__item-title,
  .outer-space-gray .statistic__item-title,
  .outer_space_gray .statistic__item-title {
    color: #BFD400; }
  .block-color--outer_space_gray .field-title--second::before,
  .outer-space-gray .field-title--second::before,
  .outer_space_gray .field-title--second::before {
    background-color: white; }

.node-type-commercial_recap {
  /*
	.section-dynamic-page .header-content__title::before {
		background: white;
	}*/
  /*
	.section-dynamic-page .header-content__link a,
	.menu-login--list .last a {
		@include btn-secondary($color: #fff !important);
	}*/
  /* Style 4 without arrows */
  /* END: Style 4 without arrows */ }
  .node-type-commercial_recap #main-wrapper {
    padding: 0; }
  .node-type-commercial_recap .customer-services-form [id*="webform-client-form"] {
    padding-top: 0; }
  @media (min-width: 64.0625rem) {
    .node-type-commercial_recap .section-dynamic-page .header-content {
      margin-top: -1.6875rem; }
    .node-type-commercial_recap .section-dynamic-page .header-content__subtitle {
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-weight: bold;
      margin-top: 1.5625rem; }
    .node-type-commercial_recap .section-dynamic-page .header-content__link {
      margin-top: 3.4375rem; } }
  .node-type-commercial_recap .section-dynamic-page .header-content__subtitle {
    font-weight: bold; }
  @media (max-width: 30rem) {
    .node-type-commercial_recap .section-dynamic-page .page-heading .page-heading-overlay {
      display: block; }
      .node-type-commercial_recap .section-dynamic-page .page-heading .page-heading-overlay .header-images {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; }
      .node-type-commercial_recap .section-dynamic-page .page-heading .page-heading-overlay .header-content {
        position: absolute;
        top: 0;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        padding-top: 3rem;
        padding-bottom: 2.375rem;
        margin-top: 0; }
    .node-type-commercial_recap .section-dynamic-page .header-content__link {
      margin-top: 0; }
    .node-type-commercial_recap .section-dynamic-page .header-content__link-logo {
      margin-top: auto; }
    .node-type-commercial_recap .section-dynamic-page .header-images__mobile img {
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover; } }
  .node-type-commercial_recap .commercial-form__info strong {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
  @media (max-width: 30rem) {
    .node-type-commercial_recap .paragraph-cards--style-1 .field-card + .field-card {
      margin-top: 2.5rem; } }
  @media (max-width: 30rem) {
    .node-type-commercial_recap .customer-services-form::before {
      display: none; } }
  .node-type-commercial_recap .paragraph-wrapper .block-color--lilac_gray::before {
    z-index: 1; }
  .node-type-commercial_recap .section-dynamic-page .header-content {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side); }
  .node-type-commercial_recap #page-title {
    display: none; }
  .node-type-commercial_recap.not-logged-in .tabs {
    display: none; }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card {
    /*width: 384px;
		
		p {
			max-width: none;
		}*/ }
  .node-type-commercial_recap .paragraph-cards--style-4 p, .node-type-commercial_recap .paragraph-cards--style-4 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial_recap .paragraph-cards--style-4 li {
    font-size: 1rem;
    line-height: 1.5rem; }
    @media (max-width: 48rem) {
      .node-type-commercial_recap .paragraph-cards--style-4 p, .node-type-commercial_recap .paragraph-cards--style-4 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial_recap .paragraph-cards--style-4 li {
        font-size: 0.875rem;
        line-height: 1.3125rem; } }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-cards {
    grid-row-gap: 30px;
    grid-column-gap: 16px; }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card__body {
    padding-top: 0; }
  .node-type-commercial_recap .paragraph-cards--style-1 .field-card + .field-card::before,
  .node-type-commercial_recap .paragraph-cards--style-1 .field-card + .field-card::after,
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card + .field-card::before,
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card + .field-card::after {
    display: none; }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card + .field-card {
    margin-top: 0; }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card__image img {
    height: 100px !important; }
  .node-type-commercial_recap .paragraph-cards--style-4 .field-card > * {
    margin: 0; }

.paragraph-cards .slick-disabled {
  cursor: default; }
  .paragraph-cards .slick-disabled::before {
    cursor: default; }

.paragraph-cards .field-card__body p, .paragraph-cards .field-card__body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards .field-card__body li {
  line-height: 1.5rem; }

@media (max-width: 68.75rem) {
  .paragraph-cards .slider-mobile {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 2.1875rem;
    display: block !important; }
    .paragraph-cards .slider-mobile .field-card__container {
      min-height: 200px; }
    .paragraph-cards .slider-mobile .slick-slide {
      margin: 0 0.9375rem 1.875rem; }
    .paragraph-cards .slider-mobile .slick-arrow {
      width: 24px;
      height: 24px;
      background: url("../../images/flecha-right-1.png") no-repeat 100% 80%/24px auto !important;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: none;
              transform: none;
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: 20; }
      .paragraph-cards .slider-mobile .slick-arrow.slick-prev {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: 0; }
      .paragraph-cards .slider-mobile .slick-arrow.slick-next {
        right: 0; }
      .paragraph-cards .slider-mobile .slick-arrow.slick-prev:hover, .paragraph-cards .slider-mobile .slick-arrow.slick-prev:focus, .paragraph-cards .slider-mobile .slick-arrow.slick-next:hover, .paragraph-cards .slider-mobile .slick-arrow.slick-next:focus {
        background-position: 50%;
        background-size: 24px auto;
        background-repeat: no-repeat; }
      .paragraph-cards .slider-mobile .slick-arrow.slick-disabled {
        opacity: .5; }
      .paragraph-cards .slider-mobile .slick-arrow::before {
        display: none; } }

@media (max-width: 30.0625rem) {
  .paragraph-cards .slider-mobile {
    max-width: 480px; } }

.paragraph-cards .slick-dotted.slick-slider {
  margin-bottom: 1.5625rem; }

.paragraph-cards .slider-desktop {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3.4375rem;
  display: block !important;
  /* the slides */
  /* the parent */ }
  @media (max-width: 30.0625rem) {
    .paragraph-cards .slider-desktop {
      max-width: 480px; } }
  @media (max-width: 31.25rem) {
    .paragraph-cards .slider-desktop {
      max-width: 320px;
      padding: 0 1.9375rem; } }
  .paragraph-cards .slider-desktop .slick-slide {
    margin: 0 1.875rem 1.875rem; }
  .paragraph-cards .slider-desktop .slick-list {
    margin: 0 -1.875rem; }
  .paragraph-cards .slider-desktop .slick-arrow.slick-prev {
    left: 0; }
    @media (max-width: 31.25rem) {
      .paragraph-cards .slider-desktop .slick-arrow.slick-prev {
        left: -5px; } }
  .paragraph-cards .slider-desktop .slick-arrow.slick-next {
    right: -5px; }
    @media (max-width: 31.25rem) {
      .paragraph-cards .slider-desktop .slick-arrow.slick-next {
        right: 5px; } }

.paragraph-cards .field-title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .paragraph-cards .field-title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .paragraph-cards .field-title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.paragraph-cards .slick-arrow {
  width: 44px;
  height: 44px;
  background: no-repeat 50% / 44px auto;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
          transform: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 20; }
  @media (max-width: 31.25rem) {
    .paragraph-cards .slick-arrow {
      width: 24px;
      height: 24px;
      background-size: 24px auto; } }
  .paragraph-cards .slick-arrow.slick-prev {
    background-image: url("../../images/slick-left.png");
    left: -55px; }
    @media (max-width: 31.25rem) {
      .paragraph-cards .slick-arrow.slick-prev {
        left: -30px; } }
  .paragraph-cards .slick-arrow.slick-next {
    background-image: url("../../images/slick-right.png");
    right: -55px; }
    @media (max-width: 31.25rem) {
      .paragraph-cards .slick-arrow.slick-next {
        right: -30px; } }
  .paragraph-cards .slick-arrow.slick-prev:hover, .paragraph-cards .slick-arrow.slick-prev:focus, .paragraph-cards .slick-arrow.slick-next:hover, .paragraph-cards .slick-arrow.slick-next:focus {
    background-position: 50%;
    background-size: 44px auto;
    background-repeat: no-repeat; }
    @media (max-width: 31.25rem) {
      .paragraph-cards .slick-arrow.slick-prev:hover, .paragraph-cards .slick-arrow.slick-prev:focus, .paragraph-cards .slick-arrow.slick-next:hover, .paragraph-cards .slick-arrow.slick-next:focus {
        background-size: 24px auto; } }
  .paragraph-cards .slick-arrow.slick-disabled {
    opacity: .5; }
  .paragraph-cards .slick-arrow::before {
    display: none; }

.paragraph-cards .slick-dots {
  position: relative;
  bottom: -25px;
  padding: 0; }
  .paragraph-cards .slick-dots li {
    vertical-align: top;
    margin: 0; }
  .paragraph-cards .slick-dots button {
    padding: 0; }
    .paragraph-cards .slick-dots button:active {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .paragraph-cards .slick-dots button::before {
      font-size: 0.75rem; }

.paragraph-cards .slick-dotted {
  /*
		.slick-arrow {
			top: -39px;
		}

		.slick-dots {
			padding-top: 39px;
		}*/ }

@media (max-width: 30rem) {
  .section-water-conservation .paragraph-cards--style-1 {
    padding-bottom: 1.25rem; } }

.paragraph-cards--style-1 {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  font-family: Muli;
  color: #303C42;
  /*
	@media (max-width: $mobile-end) {
		padding-bottom: 120px;
	}*/ }
  .paragraph-cards--style-1 .paragraph-container {
    max-width: 1300px;
    margin: 0 auto; }
  .paragraph-cards--style-1 .field-body {
    margin-bottom: 3.25rem; }
    .paragraph-cards--style-1 .field-body p, .paragraph-cards--style-1 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-1 .field-body li {
      text-align: center;
      /*
			font-family: Helvetica;
			font-size: 20px;
			line-height: 24px;
			letter-spacing: 0;
			
			@media (max-width: $mobile-end) {
				line-height: 39px;
			}*/ }
  .paragraph-cards--style-1 .field-body-second {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 820px;
    margin: 2.5rem auto 0; }
  .paragraph-cards--style-1 .field-title {
    margin-top: 0;
    padding-bottom: 5rem; }
    .paragraph-cards--style-1 .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-1 .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-1 .field-title {
        padding-bottom: 2.8125rem; } }
  @media (min-width: 30.0625rem) {
    .paragraph-cards--style-1 .field-cards {
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-auto-flow: column; } }
  .paragraph-cards--style-1 .field-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 140px 70px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: center;
    position: relative; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-1 .field-card {
        grid-template-rows: 80px auto auto; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-1 .field-card {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 48.0625rem) {
      .paragraph-cards--style-1 .field-card > * {
        max-width: 340px;
        margin: 0 2.5625rem; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-1 .field-card + .field-card {
        margin-top: 8.75rem; } }
    .paragraph-cards--style-1 .field-card + .field-card::before, .paragraph-cards--style-1 .field-card + .field-card::after {
      content: "";
      width: 41px;
      height: 2.5px;
      background: #303C42;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (min-width: 30.0625rem) {
        .paragraph-cards--style-1 .field-card + .field-card::before, .paragraph-cards--style-1 .field-card + .field-card::after {
          top: 10px;
          bottom: 0;
          left: -20px;
          right: auto; } }
    .paragraph-cards--style-1 .field-card + .field-card::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .paragraph-cards--style-1 .field-card__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: Muli;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22,0.3125rem;
    margin: 0 auto;
    max-width: 240px;
    color: #303C42;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-1 .field-card__title {
        font-size: 0.875rem;
        line-height: 1.3125rem; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-1 .field-card__title {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .paragraph-cards--style-1 .field-card__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-1 .field-card__body {
        padding-top: 0.8125rem; } }
  .paragraph-cards--style-1 p, .paragraph-cards--style-1 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-1 li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: rgba(48, 60, 66, 0.7);
    font-family: Muli;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
    color: #303C42; }
  .paragraph-cards--style-1 .field-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .paragraph-cards--style-1 .field-card__image img {
      display: block; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-1 .field-card__image img {
          width: auto;
          height: 73px; } }

.paragraph-cards--style-2 {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  padding-top: 1.875rem; }
  @media (max-width: 30rem) {
    .paragraph-cards--style-2 {
      margin-bottom: 5.3125rem;
      padding-top: 3.125rem; } }
  .paragraph-cards--style-2 .field-title {
    margin: 0 0 2rem;
    text-align: center; }
  .paragraph-cards--style-2 .field-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 30rem) {
      .paragraph-cards--style-2 .field-cards {
        max-width: 294px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 31.25rem) {
      .paragraph-cards--style-2 .field-cards {
        max-width: 240px; } }
  .paragraph-cards--style-2 .slick-arrow {
    top: -40px; }
  @media (max-width: 30rem) {
    .paragraph-cards--style-2 .slick-slide {
      padding-bottom: 0.9375rem; } }
  .paragraph-cards--style-2 .field-card {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #a4a4a6;
    margin: 0 1rem;
    border-radius: 5px;
    padding: 1.25rem 0.9375rem 1.5625rem;
    max-width: 262px;
    width: 100%;
    display: grid;
    grid-template-rows: 55px 120px auto; }
    @media (max-width: 30rem) {
      .paragraph-cards--style-2 .field-card {
        max-width: 220px;
        margin: 0 auto !important;
        display: block !important; } }
  .paragraph-cards--style-2 .field-card__title {
    color: #303C42;
    font-family: Muli;
    font-size: 1.75rem;
    line-height: 2.0625rem;
    font-weight: bold;
    margin: 0 0 1.25rem; }
  .paragraph-cards--style-2 p, .paragraph-cards--style-2 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-2 li {
    /*line-height: 24px;*/
    margin: 0; }
  .paragraph-cards--style-2 .field-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 30rem) {
      .paragraph-cards--style-2 .field-card__image {
        margin-top: 1.875rem; } }

.paragraph-cards--style-3 {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  padding: 5.25rem 1rem 8.625rem;
  color: #303C42; }
  .paragraph-cards--style-3 .field-title {
    margin-top: 0;
    text-align: center; }
    .paragraph-cards--style-3 .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-3 .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
  .paragraph-cards--style-3 .field-body {
    max-width: 850px;
    margin: -0.3125rem auto 0; }
    .paragraph-cards--style-3 .field-body p, .paragraph-cards--style-3 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 .field-body li {
      margin: 0;
      text-align: center; }
      .paragraph-cards--style-3 .field-body p + p, .paragraph-cards--style-3 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 .field-body li + p, .paragraph-cards--style-3 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 .field-body p + li, .paragraph-cards--style-3 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 .field-body li + li {
        margin-top: 1.25rem; }
    .paragraph-cards--style-3 .field-body + .field-cards {
      padding-top: 3.75rem; }
  .paragraph-cards--style-3 .field-cards {
    display: grid;
    grid-template-columns: repeat(3, 327px);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 68.75rem) {
      .paragraph-cards--style-3 .field-cards {
        grid-template-columns: repeat(auto, 327px); } }
  .paragraph-cards--style-3 .field-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .paragraph-cards--style-3 .field-card__title {
    display: block;
    font-family: Helvetica;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    color: #303C42; }
    .paragraph-cards--style-3 .field-card__title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 0 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-3 .field-card__title::before {
          margin-bottom: 1.5625rem; } }
  .paragraph-cards--style-3 .field-card__body {
    max-width: 792px;
    margin: 0.3125rem auto 0; }
    .paragraph-cards--style-3 .field-card__body p, .paragraph-cards--style-3 .field-card__body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 .field-card__body li {
      font-size: 0.9375rem;
      line-height: 1.5rem;
      color: #303C42;
      letter-spacing: 0; }
  .paragraph-cards--style-3 p, .paragraph-cards--style-3 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-3 li {
    /*font-size: 16px;
		line-height: 24px;
		letter-spacing: 0;*/
    margin: 0; }
  .paragraph-cards--style-3 .field-card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .paragraph-cards--style-3 .field-card__container {
    -webkit-box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
            box-shadow: -1px 3px 10px 3px rgba(0, 0, 0, 0.14);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.25rem; }
  .paragraph-cards--style-3 .field-cta-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    margin: 5.625rem auto 0 !important; }
    .paragraph-cards--style-3 .field-cta-link a {
      font-size: 0.875rem;
      line-height: 1.25rem;
      height: 40px;
      min-width: 112px;
      display: inline-block;
      vertical-align: center;
      padding: 0.5625rem 1.125rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #C5D54F;
      text-transform: uppercase;
      font-family: Mulish,sans-serif;
      color: #303C42;
      font-weight: bold;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      letter-spacing: 0;
      border-radius: 0;
      /*
			font-size: 23px;
			line-height: 39px;
			font-weight: 600;
			color: #303C42;
			padding-right: 65px;
			background: url('../../images/flecha-right-1.png') no-repeat 100% 80% / auto 27px;*/ }
      .paragraph-cards--style-3 .field-cta-link a:hover {
        background-color: #E2EC8C; }
  .paragraph-cards--style-3 .slick-next {
    right: 25px;
    background: none !important; }
    .paragraph-cards--style-3 .slick-next::before {
      content: "";
      width: 35px;
      height: 35px;
      border: solid #81878a;
      border-width: 0 6px 6px 0;
      display: block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .paragraph-cards--style-3 .slick-prev {
    left: -5px;
    background: none !important; }
    .paragraph-cards--style-3 .slick-prev::before {
      content: "";
      width: 35px;
      height: 35px;
      border: solid #81878a;
      border-width: 0 6px 6px 0;
      display: block;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

@media (max-width: 30rem) {
  .section-water-conservation .paragraph-cards--style-4 {
    padding-bottom: 1.25rem; } }

.paragraph-cards--style-4 {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  font-family: Muli;
  color: #303C42; }
  @media (max-width: 30rem) and (max-width: 70.9375rem), (orientation: portrait) {
    .paragraph-cards--style-4.paragraph-cards-columns-5-5-2-2 .field-cards {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: unset;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .paragraph-cards--style-4 .paragraph-container {
    max-width: 1300px;
    margin: 0 auto; }
  .paragraph-cards--style-4 .field-body {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3.25rem; }
    .paragraph-cards--style-4 .field-body p, .paragraph-cards--style-4 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-4 .field-body li {
      text-align: center;
      /*
			font-family: Helvetica;
			font-size: 20px;
			line-height: 24px;
			letter-spacing: 0;
			
			@media (max-width: $mobile-end) {
				line-height: 39px;
			}*/ }
  .paragraph-cards--style-4 .field-body-second {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 820px;
    margin: 2.5rem auto 0; }
  .paragraph-cards--style-4 .field-title {
    margin-top: 0;
    padding-bottom: 5rem; }
    .paragraph-cards--style-4 .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-4 .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
    @media (max-width: 48rem) {
      .paragraph-cards--style-4 .field-title {
        padding-bottom: 2.8125rem; } }
  .paragraph-cards--style-4 .field-cards {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr; }
    @media (min-width: 30.0625rem) and (max-width: 70.9375rem), (orientation: portrait) {
      .paragraph-cards--style-4 .field-cards {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: unset;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-4 .field-cards {
        grid-template-columns: 1fr; } }
  .paragraph-cards--style-4 .field-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 140px 70px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: center;
    position: relative; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-4 .field-card {
        grid-template-rows: 100px auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-4 .field-card {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 48.0625rem) {
      .paragraph-cards--style-4 .field-card > * {
        max-width: 340px;
        margin: 0 2.5625rem; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-4 .field-card + .field-card {
        margin-top: 8.75rem; } }
    .paragraph-cards--style-4 .field-card + .field-card::before, .paragraph-cards--style-4 .field-card + .field-card::after {
      content: "";
      width: 41px;
      height: 2.5px;
      background: #303C42;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      margin: auto; }
      @media (min-width: 30.0625rem) {
        .paragraph-cards--style-4 .field-card + .field-card::before, .paragraph-cards--style-4 .field-card + .field-card::after {
          top: 10px;
          bottom: 0;
          left: -20px;
          right: auto; } }
      @media (min-width: 30rem) and (max-width: 70.9375rem) {
        .paragraph-cards--style-4 .field-card + .field-card::before, .paragraph-cards--style-4 .field-card + .field-card::after {
          display: none; } }
    .paragraph-cards--style-4 .field-card + .field-card::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .paragraph-cards--style-4 .field-card__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: Muli;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22,0.3125rem;
    margin: 0 auto;
    max-width: 240px;
    color: #303C42;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 48rem), (orientation: portrait) {
      .paragraph-cards--style-4 .field-card__title {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        max-width: 100%;
        width: 100%;
        text-align: left; } }
  .paragraph-cards--style-4 .field-card__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-4 .field-card__body {
        padding-top: 0.8125rem; } }
  .paragraph-cards--style-4 p, .paragraph-cards--style-4 .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-4 li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: rgba(48, 60, 66, 0.7);
    font-family: Muli;
    letter-spacing: 0px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #303C42; }
  .paragraph-cards--style-4 .field-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 100%; }
    .paragraph-cards--style-4 .field-card__image img {
      display: block;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-4 .field-card__image img {
          width: auto;
          height: 73px; } }
  .paragraph-cards--style-4 .field-cta-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-4 .field-cta-link {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }

.statistics:not(.block-color--outer_space_gray) + .paragraph-cards--style-5 {
  padding-top: 3rem; }

.paragraph-qualifies-and-paid-cash + .statistics + .paragraph-cards--style-5 .field-card:hover .field-card__title {
  bottom: 49px; }

.paragraph-qualifies-and-paid-cash + .statistics + .paragraph-cards--style-5 .field-card:hover .field-card__image::after {
  display: none; }

.paragraph-cards--style-5 {
  padding: 5.5rem 1rem 5rem;
  max-width: 2400px;
  margin: 0 auto; }
  @media (max-width: 48rem) {
    .paragraph-cards--style-5 {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .paragraph-cards--style-5 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .paragraph-cards--style-5 + .promotion {
    margin-top: 0; }
  .paragraph-cards--style-5 .button-tertiary--dark {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .paragraph-cards--style-5 .button-tertiary--dark:hover, .paragraph-cards--style-5 .button-tertiary--dark:focus {
      background-color: #fff;
      color: #303C42; }
      .paragraph-cards--style-5 .button-tertiary--dark:hover::before, .paragraph-cards--style-5 .button-tertiary--dark:focus::before {
        border-color: #fff; }
    .paragraph-cards--style-5 .button-tertiary--dark:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .paragraph-cards--style-5 .button-tertiary--dark::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #fff;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .paragraph-cards--style-5 .button-tertiary--dark[disabled], .paragraph-cards--style-5 .button-tertiary--dark[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .paragraph-cards--style-5 .button-tertiary--dark[disabled]::before {
      border-color: #ADBAC9; }
  .paragraph-cards--style-5 .slider-desktop {
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0 -1.25rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .paragraph-cards--style-5 .slider-desktop .slick-list {
      margin: 0 auto 4.375rem;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 30rem) {
        .paragraph-cards--style-5 .slider-desktop .slick-list {
          margin-bottom: 2.375rem; } }
    @media (min-width: 23.125rem) and (max-width: 23.8125rem) {
      .paragraph-cards--style-5 .slider-desktop .slick-track {
        margin-left: -2.8125rem; } }
    .paragraph-cards--style-5 .slider-desktop .slick-slide {
      margin: 0 2rem 0 0; }
      @media (max-width: 30rem) {
        .paragraph-cards--style-5 .slider-desktop .slick-slide {
          width: 253px;
          height: 240px;
          margin: 0 1rem 0 0; }
          .paragraph-cards--style-5 .slider-desktop .slick-slide .field-card,
          .paragraph-cards--style-5 .slider-desktop .slick-slide img {
            width: 253px;
            height: 240px;
            margin-right: 0; }
          .paragraph-cards--style-5 .slider-desktop .slick-slide img {
            -o-object-fit: cover;
               object-fit: cover; }
          .paragraph-cards--style-5 .slider-desktop .slick-slide.slick-current .field-card {
            margin-right: auto; }
          .paragraph-cards--style-5 .slider-desktop .slick-slide.slick-current + .slick-slide .field-card {
            margin-left: 0; } }
    .paragraph-cards--style-5 .slider-desktop .slick-arrow {
      width: 30px;
      height: 30px;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto !important;
      right: auto !important;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin: 0 0.5625rem;
      background: none;
      color: #303C42; }
      .paragraph-cards--style-5 .slider-desktop .slick-arrow svg {
        fill: currentColor; }
      .paragraph-cards--style-5 .slider-desktop .slick-arrow:hover, .paragraph-cards--style-5 .slider-desktop .slick-arrow:focus {
        color: #1975E3; }
      .paragraph-cards--style-5 .slider-desktop .slick-arrow.slick-prev {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .paragraph-cards--style-5 .slider-desktop .slick-arrow.slick-next {
        right: 0; }
    .paragraph-cards--style-5 .slider-desktop .slick-disabled {
      pointer-events: none; }
  .paragraph-cards--style-5 .field-title {
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
    margin-top: 0; }
    @media (max-width: 48rem) {
      .paragraph-cards--style-5 .field-title {
        text-align: left;
        margin-left: 0;
        padding-bottom: 2.375rem; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-5 .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    .paragraph-cards--style-5 .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-5 .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-5 .field-title {
        text-align: left; }
        .paragraph-cards--style-5 .field-title::before {
          margin-left: 0; } }
    .paragraph-cards--style-5 .field-title + .field-cards {
      padding-top: 2.5rem; }
      @media (max-width: 30rem) {
        .paragraph-cards--style-5 .field-title + .field-cards {
          padding-top: 0; } }
  .paragraph-cards--style-5 .field-card {
    width: 384px;
    margin: 0 auto;
    display: block !important;
    overflow: hidden;
    position: relative; }
    @media (max-width: 46.25rem) {
      .paragraph-cards--style-5 .field-card {
        max-width: calc(100vw - 40px);
        width: 100%; } }
    .paragraph-cards--style-5 .field-card:hover .field-card__title {
      bottom: 119px; }
    .paragraph-cards--style-5 .field-card:hover .field-card__link {
      bottom: 40px; }
    .paragraph-cards--style-5 .field-card:hover .field-card__image::after {
      opacity: 1;
      visibility: visible; }
  .paragraph-cards--style-5 .field-card__image::after,
  .paragraph-cards--style-5 .field-card__title,
  .paragraph-cards--style-5 .field-card__link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    -webkit-transition: .5s ease-out all;
    transition: .5s ease-out all; }
  .paragraph-cards--style-5 .field-card__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.03125rem;
    color: white;
    font-family: Muli;
    z-index: 11;
    bottom: 49px;
    padding: 0 1.25rem;
    margin: 0; }
  .paragraph-cards--style-5 .field-card__link {
    z-index: 11;
    padding-bottom: 0;
    bottom: -60px; }
  .paragraph-cards--style-5 .field-card__image {
    position: relative; }
    .paragraph-cards--style-5 .field-card__image::after {
      content: "";
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(48, 60, 66, 0.9)), to(rgba(48, 60, 66, 0.9)));
      background: linear-gradient(0deg, rgba(48, 60, 66, 0.9), rgba(48, 60, 66, 0.9));
      height: 100%;
      opacity: 0;
      visibility: hidden; }
  .paragraph-cards--style-5 .field-cta-link {
    text-align: center;
    padding-top: 4.8125rem; }

.paragraph-cards--style-5--button {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .paragraph-cards--style-5--button:hover, .paragraph-cards--style-5--button:focus {
    background-color: #3177dc;
    color: #fff; }
  .paragraph-cards--style-5--button:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .paragraph-cards--style-5--button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .paragraph-cards--style-5--button[disabled], .paragraph-cards--style-5--button[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

@media (max-width: 30rem) {
  .paragraph-cards--style-5 .field-card__title {
    font-size: 1.25rem;
    line-height: 1.5625rem; }
  .paragraph-cards--style-5 .field-cta-link {
    padding-top: 1.875rem; } }

@media (max-width: 30rem) {
  .paragraph-cards--style-5 .slider-desktop .slick-slide .field-card {
    margin: 0; } }

@media (max-width: 30rem) {
  .page-node-1222 .paragraph-cards--style-6 {
    padding-left: 0;
    padding-right: 0; } }

.paragraph-cards--style-6 {
  padding: 5.5rem 1rem 5rem;
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  @media (max-width: 48rem) {
    .paragraph-cards--style-6 {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .paragraph-cards--style-6 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .paragraph-cards--style-6 .field-title {
    margin-top: 0;
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
    .paragraph-cards--style-6 .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-6 .field-title::before {
          margin-bottom: 1.5625rem;
          margin-left: 0; } }
    @media (max-width: 48rem) {
      .paragraph-cards--style-6 .field-title {
        text-align: left;
        margin-left: 0;
        padding-bottom: 2.375rem; } }
    @media (max-width: 30rem) {
      .paragraph-cards--style-6 .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
  .paragraph-cards--style-6 .field-body {
    max-width: 800px;
    margin: 0 auto 5rem; }
    @media (max-width: 30rem) {
      .paragraph-cards--style-6 .field-body {
        margin-bottom: 2.5rem; } }
    .paragraph-cards--style-6 .field-body p, .paragraph-cards--style-6 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-6 .field-body li {
      font-style: normal;
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.6875rem;
      text-align: center;
      color: #303C42; }
      @media (max-width: 48rem) {
        .paragraph-cards--style-6 .field-body p, .paragraph-cards--style-6 .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-6 .field-body li {
          font-size: 1rem;
          line-height: 1.5rem;
          text-align: left; } }
  .paragraph-cards--style-6.paragraph-cards-columns-5-5-2-2 .field-cards {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    max-width: 1215px;
    margin: 0 auto; }
    @media (max-width: 64rem) {
      .paragraph-cards--style-6.paragraph-cards-columns-5-5-2-2 .field-cards {
        grid-auto-flow: dense;
        grid-template-columns: 1fr 1fr; } }
  .paragraph-cards--style-6.paragraph-cards-columns-5-5-2-2 .field-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 140px 1fr;
    grid-row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 64rem) {
      .paragraph-cards--style-6.paragraph-cards-columns-5-5-2-2 .field-card:nth-of-type(odd):last-child {
        grid-column: 1 / 3; } }
  .paragraph-cards--style-6 .field-card__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .paragraph-cards--style-6 .field-card__body p, .paragraph-cards--style-6 .field-card__body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-cards--style-6 .field-card__body li {
      max-width: 211px;
      margin: 0 auto;
      font-style: normal;
      font-weight: bold;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: center;
      color: #303C42; }
  .paragraph-cards--style-6 .field-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.paragraph-cards + .promotion {
  margin-top: 0; }

.promotion[class*="lilac_gray"] {
  background-color: #F2F6FB; }

.promotion[class*="lilac_gray_dark"] {
  background-color: #DAE3ED; }

.promotion[class*="outer_space_gray"] {
  background-color: #303C42; }
  .promotion[class*="outer_space_gray"] .promotion__title::before {
    background: #fff; }
  .promotion[class*="outer_space_gray"] .promotion__title,
  .promotion[class*="outer_space_gray"] .promotion__description p,
  .promotion[class*="outer_space_gray"] .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion[class*="outer_space_gray"] .promotion__description li,
  .promotion[class*="outer_space_gray"] .promotion__description p a,
  .promotion[class*="outer_space_gray"] .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li a,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion[class*="outer_space_gray"] .promotion__description li a {
    color: #fff; }

.promotion--inner {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  @media (min-width: 48.0625rem) {
    .promotion--inner {
      display: grid;
      grid-template-columns: minmax(auto, 645px) auto;
      grid-column-gap: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

/*
.lilac_gray {
	background-color: #F2F6FB;
}


.outer_space_gray {
	background-color: #303C42;
*/
.promotion--long .promotion--inner {
  max-width: 1216px;
  margin: 0 auto; }

.promotion--long .lilac_gray {
  position: relative; }
  .promotion--long .lilac_gray::before, .promotion--long .lilac_gray::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #F2F6FB;
    z-index: -1; }
  .promotion--long .lilac_gray::after {
    left: 0;
    right: 100%; }
  .promotion--long .lilac_gray > * {
    position: relative;
    z-index: 1; }

.promotion--long .promotion__title {
  max-width: 800px; }

.promotion--narrow {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--max-width) + (var(--padding-side) * 2));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  /*
	@extend %x-container-padding-outside;
	margin-left: auto;
	margin-right: auto;

	@media (max-width: $tablet-2-end) {
		padding-left: 0;
		padding-right: 0;
	}

	.promotion--inner {
		// Desktop
		@media (min-width: $desktop-start) {
			padding-left: 80px;
			padding-right: 80px;
		}
	}*/ }
  @media (max-width: 48rem) {
    .promotion--narrow {
      padding-left: 0;
      padding-right: 0; } }
  .promotion--narrow .promotion--inner {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    width: 100%; }
    @media (min-width: 64.0625rem) {
      .promotion--narrow .promotion--inner {
        padding-left: 5rem;
        padding-right: 5rem; } }

.promotion--long {
  /*
	&::before,
	&::after {
		content: "";
		background: $color-4;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 100%;
	}

	&::after {
		left: auto;
		right: 100%;
	}*/ }

.promotion--center .promotion--inner {
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .promotion--center .promotion--inner .promotion__title {
    text-align: center; }
    .promotion--center .promotion--inner .promotion__title::before {
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 48rem) {
        .promotion--center .promotion--inner .promotion__title::before {
          margin-left: 0; } }

@media (max-width: 48rem) {
  .promotion--center .promotion--inner,
  .promotion--center .promotion--inner .promotion__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; } }

.promotion--center .promotion__info {
  width: 100%; }

.promotion--center .promotion__description,
.promotion--center .promotion__additional-info {
  max-width: 800px;
  margin: 0 auto; }

.promotion__additional-info {
  padding-top: 4rem; }
  .promotion__additional-info p, .promotion__additional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__additional-info li {
    margin: 0; }
  .promotion__additional-info a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .promotion__additional-info a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .promotion__additional-info a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .promotion__additional-info a:focus::after {
        display: none; }
    .promotion__additional-info a:disabled, .promotion__additional-info a.disabled {
      color: #ADBAC9; }
      .promotion__additional-info a:disabled::after, .promotion__additional-info a.disabled::after {
        display: none; }
      .promotion__additional-info a:disabled:hover, .promotion__additional-info a:disabled:focus, .promotion__additional-info a.disabled:hover, .promotion__additional-info a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

.promotion__title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: left;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
  font-family: Muli;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0;
  padding-bottom: 40px; }
  @media (max-width: 48rem) {
    .promotion__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .promotion__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.promotion__description {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875rem;
  color: #303C42;
  letter-spacing: 0;
  font-family: Muli; }
  .promotion__description p, .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__description li {
    font-size: inherit;
    line-height: inherit;
    margin: 0; }
    .promotion__description p + p, .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__description li + p, .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__description p + li, .promotion__description .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__description li + li {
      margin-top: 2.5rem; }
  .promotion__description a {
    font-weight: bold; }
  @media (max-width: 64rem) {
    .promotion__description {
      font-size: 1rem;
      line-height: 1.5rem; } }
  .promotion__description + a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 2.8125rem; }
    .promotion__description + a:hover, .promotion__description + a:focus {
      background-color: #3177dc;
      color: #fff; }
    .promotion__description + a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .promotion__description + a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .promotion__description + a[disabled], .promotion__description + a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .promotion__description + .promotion__phone-number {
    margin-top: 2rem; }
    @media (min-width: 64.0625rem) {
      .promotion__description + .promotion__phone-number {
        margin-top: 2.5rem; } }

.promotion__phone-number {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03125rem; }
  @media (min-width: 64.0625rem) {
    .promotion__phone-number {
      font-size: 1.25rem;
      line-height: 1.5625rem; } }
  .promotion__phone-number p, .promotion__phone-number .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .promotion__phone-number li {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
  .promotion__phone-number a,
  .promotion__phone-number a[href^="tel:"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: -0.03125rem !important;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
    .promotion__phone-number a:hover,
    .promotion__phone-number a[href^="tel:"]:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .promotion__phone-number a:focus,
    .promotion__phone-number a[href^="tel:"]:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .promotion__phone-number a:focus::after,
      .promotion__phone-number a[href^="tel:"]:focus::after {
        display: none; }
    .promotion__phone-number a:disabled, .promotion__phone-number a.disabled,
    .promotion__phone-number a[href^="tel:"]:disabled,
    .promotion__phone-number a[href^="tel:"].disabled {
      color: #ADBAC9; }
      .promotion__phone-number a:disabled::after, .promotion__phone-number a.disabled::after,
      .promotion__phone-number a[href^="tel:"]:disabled::after,
      .promotion__phone-number a[href^="tel:"].disabled::after {
        display: none; }
      .promotion__phone-number a:disabled:hover, .promotion__phone-number a:disabled:focus, .promotion__phone-number a.disabled:hover, .promotion__phone-number a.disabled:focus,
      .promotion__phone-number a[href^="tel:"]:disabled:hover,
      .promotion__phone-number a[href^="tel:"]:disabled:focus,
      .promotion__phone-number a[href^="tel:"].disabled:hover,
      .promotion__phone-number a[href^="tel:"].disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

.promotion__btn--mobile {
  display: none; }
  @media (max-width: 37.5rem) {
    .promotion__btn--mobile {
      display: block; }
      .promotion__btn--mobile + .promotion__btn {
        display: none; } }

.promotion__btn a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 1.875rem; }
  .promotion__btn a:hover, .promotion__btn a:focus {
    background-color: #3177dc;
    color: #fff; }
  .promotion__btn a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .promotion__btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .promotion__btn a[disabled], .promotion__btn a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.promotion__image {
  display: none; }
  @media (min-width: 48.0625rem) {
    .promotion__image {
      display: block; } }
  .promotion__image img [src$="svg"] {
    min-width: 220px; }

@media (min-width: 64.0625rem) {
  .promotion__btn a {
    margin-top: 2.5rem; }
  .promotion__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 30.0625rem) and (max-width: 68.75rem) {
  .promotion--long .promotion--inner {
    padding: 5rem; } }

@media (max-width: 48rem) and (orientation: portrait) {
  .promotion .promotion--inner {
    display: block; }
  /*
	.promotion__image {
		display: none;
	}*/ }

.faq--block + .promotion .promotion--inner {
  background-color: #F2F6FB; }

.promotion + .disclaimer_section,
.commercial-form + .disclaimer_section,
.info-button__section + .disclaimer_section {
  padding-top: 0; }

.ygrene-subtheme .disclaimer_section {
  margin-top: 0; }

.disclaimer_section {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  .disclaimer_section .content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .disclaimer_section ol {
    text-align: center;
    list-style-position: inside; }
  .disclaimer_section p, .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li,
  .disclaimer_section li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: rgba(48, 60, 66, 0.7);
    text-align: center; }
    @media (max-width: 48rem) {
      .disclaimer_section p, .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li,
      .disclaimer_section li {
        text-align: left !important; } }
    .disclaimer_section p + p, .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li + p, .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section p + li, .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li + li,
    .disclaimer_section p + li,
    .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li + li,
    .disclaimer_section li + p,
    .disclaimer_section .guidelines-landing-page .state-tiles > .state-tiles-texts li + li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .disclaimer_section li + li,
    .disclaimer_section li + li {
      margin-top: 1.3125rem; }
  .disclaimer_section a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    color: #1975E3;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
    font-weight: 700; }
    .disclaimer_section a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .disclaimer_section a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .disclaimer_section a:focus::after {
        display: none; }
    .disclaimer_section a:disabled, .disclaimer_section a.disabled {
      color: #ADBAC9; }
      .disclaimer_section a:disabled::after, .disclaimer_section a.disabled::after {
        display: none; }
      .disclaimer_section a:disabled:hover, .disclaimer_section a:disabled:focus, .disclaimer_section a.disabled:hover, .disclaimer_section a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }

.icon-list__section + .teaser-1--section {
  padding-top: 0; }

.teaser-1--section.padding-top-false {
  padding-top: 0; }

.teaser-1--section .view-grid-3-3-1-1 {
  padding-left: 0;
  padding-right: 0; }

.teaser-1--section + .teaser-1--section {
  padding-top: 0.9375rem; }

.teaser-1--section.no-shadow .teaser-1--item {
  -webkit-box-shadow: none;
          box-shadow: none; }

.teaser-1--section.no-shadow .teaser-1--text-content {
  padding-left: 0;
  padding-right: 0; }

.teaser-1--grid-3-3-1-1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 384px));
  grid-column-gap: 32px;
  grid-row-gap: 25px; }
  @media (max-width: 48rem) {
    .teaser-1--grid-3-3-1-1 {
      grid-template-columns: 1fr; } }

.teaser-1--item {
  -webkit-box-shadow: var(--box-shadow-1);
          box-shadow: var(--box-shadow-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: var(--box-shadow-1-transition);
  transition: var(--box-shadow-1-transition);
  cursor: pointer;
  outline: none;
  /*
	.view-mode-teaser {
		box-shadow: var(--box-shadow-1);
	}*/ }
  .teaser-1--item .node-teaser,
  .teaser-1--item .view-mode-teaser_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .teaser-1--item:hover {
    -webkit-box-shadow: var(--box-shadow-1-hover);
            box-shadow: var(--box-shadow-1-hover);
    -webkit-box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
            box-shadow: 0px 16px 22px rgba(173, 186, 201, 0.54);
    /*
		.teaser-1--field_image {
			img {
				transform: scale(1.05);
			}
		}*/ }
    .teaser-1--item:hover .teaser-1--field_link a {
      color: #1975E3;
      text-decoration: none; }
      .teaser-1--item:hover .teaser-1--field_link a::after {
        content: "";
        background: #1975E3; }

.teaser-1--field_image img {
  max-width: 100%;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all; }
  @media (max-width: 48rem) {
    .teaser-1--field_image img {
      height: 270px; } }
  @media (max-width: 30rem) {
    .teaser-1--field_image img {
      height: 160px; } }

.teaser-1--field_image__mobile {
  display: none; }
  @media (max-width: 48rem) {
    .teaser-1--field_image__mobile + .teaser-1--field_image__desktop {
      display: none; } }
  @media (max-width: 48rem) {
    .teaser-1--field_image__mobile {
      display: block; } }

.teaser-1--text-content {
  padding: 2.5rem 2rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative; }
  @media (max-width: 48rem) {
    .teaser-1--text-content {
      padding: 2.0625rem 1.25rem 1.375rem; } }

.teaser-1--date {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: rgba(48, 60, 66, 0.7); }
  .teaser-1--date + .teaser-1--field_body {
    margin-top: 0.9375rem; }

.teaser-1--field_body {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: rgba(48, 60, 66, 0.7);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; }

.teaser-1--field_link {
  margin-top: auto;
  padding-top: 1.875rem; }
  @media (max-width: 48rem) {
    .teaser-1--field_link {
      padding-top: 1.25rem; } }
  .teaser-1--field_link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none; }
    .teaser-1--field_link a::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .teaser-1--field_link a:hover {
      color: #1975E3; }
      .teaser-1--field_link a:hover::after {
        background: #1975E3; }
    .teaser-1--field_link a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .teaser-1--field_link a:focus::after {
        background: #1975E3; }
    .teaser-1--field_link a.disabled {
      color: #ADBAC9; }
      .teaser-1--field_link a.disabled::after {
        background: #ADBAC9; }
      .teaser-1--field_link a.disabled:hover, .teaser-1--field_link a.disabled:focus {
        color: #ADBAC9;
        border-color: #ADBAC9; }
        .teaser-1--field_link a.disabled:hover::after, .teaser-1--field_link a.disabled:focus::after {
          background: #ADBAC9; }

.teaser-2--section .field-body p, .teaser-2--section .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .teaser-2--section .field-body li {
  font-size: inherit;
  line-height: inherit; }

.teaser-2--grid-3-3-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (max-width: 48rem) {
    .teaser-2--grid-3-3-1-1 {
      grid-template-columns: 1fr; } }

.teaser-2--item {
  border: 4px solid #F2F6FB;
  padding: 2.1875rem 1.25rem; }
  .teaser-2--item + .teaser-2--item {
    border-left: 0; }
    @media (max-width: 48rem) {
      .teaser-2--item + .teaser-2--item {
        border-left: 4px solid #F2F6FB;
        border-top: 0; } }

.teaser-2--title {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.40625rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: left;
  margin-bottom: 0; }
  @media (max-width: 48rem) {
    .teaser-2--title {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0; } }
  @media (max-width: 30rem) {
    .teaser-2--title {
      max-width: 400px; } }
  .teaser-2--title + .teaser-2--field_body {
    padding-top: 2.5rem; }

.teaser-2--field_body p, .teaser-2--field_body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .teaser-2--field_body li {
  font-family: 'Mulish',sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #303C42;
  text-align: left; }

.info-button__section + .teaser-4--section {
  margin-top: 4.375rem; }

.teaser-4--section h2 {
  margin-top: 0;
  margin-bottom: 1.5625rem; }
  .teaser-4--section h2::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .teaser-4--section h2::before {
        margin-bottom: 1.5625rem; } }
  .teaser-4--section h2::before {
    width: 35px;
    height: 5px; }

.teaser-4--item {
  border-bottom: 1px solid #dae3ed; }
  .teaser-4--item:last-child {
    border: 0; }
  .teaser-4--item.active a {
    color: #1975E3; }

.teaser-4--title {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.625rem 0 0.5rem; }
  .teaser-4--title a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    color: #303c42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin: 0 -0.375rem;
    text-decoration: none;
    white-space: initial;
    outline: 0;
    /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/
    font-weight: 700 !important; }
    .teaser-4--title a:hover {
      color: #1975E3;
      text-decoration: none;
      text-decoration: underline;
      text-underline-position: under;
      /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
    .teaser-4--title a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .teaser-4--title a:focus::after {
        display: none; }
    .teaser-4--title a:disabled, .teaser-4--title a.disabled {
      color: #ADBAC9; }
      .teaser-4--title a:disabled::after, .teaser-4--title a.disabled::after {
        display: none; }
      .teaser-4--title a:disabled:hover, .teaser-4--title a:disabled:focus, .teaser-4--title a.disabled:hover, .teaser-4--title a.disabled:focus {
        color: #ADBAC9;
        border-color: transparent; }
    .teaser-4--title a label {
      cursor: pointer !important; }

aside[class*="sidebar"] .teaser-4--section h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  text-align: left; }
  aside[class*="sidebar"] .teaser-4--section h2::before {
    width: 35px;
    height: 5px;
    margin-left: 0; }

.teaser-5--item + .teaser-5--item {
  margin-top: 4.5rem; }

.teaser-5--title {
  margin-top: 0;
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  text-align: left; }
  .teaser-5--title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .teaser-5--title::before {
        margin-bottom: 1.5625rem; } }
  .teaser-5--title::before {
    width: 35px;
    height: 5px; }

.teaser-5--link {
  margin-top: 1.5rem; }
  .teaser-5--link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none;
    white-space: unset;
    word-wrap: break-word; }
    .teaser-5--link a::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .teaser-5--link a:hover {
      color: #1975E3; }
      .teaser-5--link a:hover::after {
        background: #1975E3; }
    .teaser-5--link a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .teaser-5--link a:focus::after {
        background: #1975E3; }
    .teaser-5--link a.disabled {
      color: #ADBAC9; }
      .teaser-5--link a.disabled::after {
        background: #ADBAC9; }
      .teaser-5--link a.disabled:hover, .teaser-5--link a.disabled:focus {
        color: #ADBAC9;
        border-color: #ADBAC9; }
        .teaser-5--link a.disabled:hover::after, .teaser-5--link a.disabled:focus::after {
          background: #ADBAC9; }
  .teaser-5--link .file-icon,
  .teaser-5--link .file-size {
    display: none; }

.quote--section {
  --navigation-space: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--max-width) + (var(--padding-side) * 2));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding: 5.5rem 1rem 5rem;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  color: #303C42;
  padding-bottom: 0 !important;
  /*
	@media (min-width: $tablet-1-start) {
		//padding-top: 0 !important;
	}*/ }
  @media (max-width: 48rem) {
    .quote--section {
      padding-left: 0;
      padding-right: 0; } }
  .quote--section .quote--item {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    width: 100%; }
    @media (min-width: 64.0625rem) {
      .quote--section .quote--item {
        padding-left: 5rem;
        padding-right: 5rem; } }
  @media (max-width: 48rem) {
    .quote--section {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .quote--section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .quote--section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .quote--section + svg + .quote--section {
    margin-top: 0; }
  .quote--section.outer_space_gray .quote--title {
    color: #fff; }
    @media (min-width: 64.0625rem) {
      .quote--section.outer_space_gray .quote--title {
        padding-bottom: 4.25rem; } }
    .quote--section.outer_space_gray .quote--title::before {
      background: #fff; }
  .quote--section.outer_space_gray .quote--inner {
    padding-top: 0; }
  .quote--section.outer_space_gray .quote--blockquote {
    color: #fff; }
    .quote--section.outer_space_gray .quote--blockquote::before {
      background-image: url(../../images/quote-white.svg); }
  .quote--section.outer_space_gray .quote--address {
    color: #DAE3ED; }
  .quote--section.outer_space_gray .quote--inner {
    background: transparent; }

.quote--bg.lilac_gray {
  padding-top: 5.5rem; }
  @media (max-width: 30rem) {
    .quote--bg.lilac_gray {
      padding-top: 3rem; } }
  .quote--bg.lilac_gray .quote--title {
    padding-bottom: 0; }
    .quote--bg.lilac_gray .quote--title::before {
      background: #303C42; }
  .quote--bg.lilac_gray .quote--inner {
    padding-top: 0; }

.outer_space_gray_no_title .quote--inner {
  background-color: #303C42; }

@media (max-width: 30rem) {
  .outer_space_gray_no_title {
    background-color: #303C42;
    color: #fff; } }

.outer_space_gray_no_title .quote--title::before {
  background-color: #303C42; }

@media (max-width: 30rem) {
  .outer_space_gray_no_title .quote--title {
    color: #fff; }
    .outer_space_gray_no_title .quote--title::before {
      background-color: #fff; } }

.outer_space_gray_no_title p, .outer_space_gray_no_title .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .outer_space_gray_no_title li {
  color: white; }

.outer_space_gray_no_title .quote--address p, .outer_space_gray_no_title .quote--address .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .outer_space_gray_no_title .quote--address li {
  color: #DAE3ED; }

.outer_space_gray_no_title .quote--blockquote::before {
  background-image: url(../../images/quote-white.svg); }

/*
.lilac_gray {
	background-color: #F2F6FB;
}


.outer_space_gray {
	background-color: #303C42;
*/
.quote--title {
  padding-bottom: var(--section-padding-bottom);
  padding-left: var(--padding-side);
  padding-right: var(--padding-side); }
  @media (max-width: 30rem) {
    .quote--title {
      padding-bottom: 1.5625rem; } }

.quote--inner {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  background: #F2F6FB; }

.quote--slider {
  max-width: 1216px;
  margin: 0 auto; }

.quote--navigation {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 30.0625rem) {
    .quote--navigation {
      margin-top: 1.25rem; } }
  .quote--navigation button {
    border: 0;
    background: transparent;
    cursor: pointer; }
    .quote--navigation button:hover {
      color: #1975E3; }

.slick-initialized + .quote--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.quote--navigation__dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding: 0 0.75rem;
  background: #DAE3ED;
  border-radius: 100px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  margin: 0 0.9375rem; }
  @media (max-width: 30.0625rem) {
    .quote--navigation__dots {
      height: 28px;
      -ms-flex-item-align: center;
          align-self: center; } }
  .quote--navigation__dots li {
    list-style: none;
    margin: 0 0.3125rem; }
  .quote--navigation__dots .slick-active button {
    background: #303C42;
    border-color: #303C42;
    cursor: auto; }
    .quote--navigation__dots .slick-active button:hover {
      background: #303C42;
      border-color: #303C42; }
  .quote--navigation__dots button {
    text-indent: -99999px;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50px;
    display: block;
    padding: 0;
    border: 2px solid #DAE3ED;
    outline: none; }
    .quote--navigation__dots button:hover {
      background: #1975E3;
      border-color: #1975E3; }

[class*="quote--button"] {
  width: 44px;
  height: 44px;
  border-radius: 100;
  display: block;
  padding: 0;
  color: #303C42;
  background: transparent;
  border: 0;
  z-index: 10; }
  [class*="quote--button"]:hover {
    background: transparent;
    color: #1975E3; }
  [class*="quote--button"] span {
    display: none; }
  [class*="quote--button"].slick-disabled {
    color: #ADBAC9;
    cursor: auto; }
    [class*="quote--button"].slick-disabled:hover {
      color: #ADBAC9; }

.quote--button_prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.quote--button_next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .quote--button_next .quote--arrow-svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.quote--arrow-svg {
  height: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: currentColor; }

.quote--item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: var(--quote--item-side) !important;
  padding-right: var(--quote--item-side) !important; }
  @media (min-width: 64.0625rem) {
    .quote--item.paragraphs-item-quote-video, .quote--item.paragraph-quote-video {
      grid-template-columns: minmax(auto, 470px) minmax(auto, 550px); } }
  @media (min-width: 48.0625rem) and (max-width: 64rem) {
    .quote--item.paragraphs-item-quote-video, .quote--item.paragraph-quote-video {
      grid-template-columns: minmax(auto, 300px) minmax(auto, 480px); } }
  @media (min-width: 48.0625rem) {
    .quote--item.paragraphs-item-quote-video, .quote--item.paragraph-quote-video {
      display: grid !important;
      grid-column-gap: 40px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 64.0625rem) {
  .quote--item-has-body {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(auto, 520px));
    grid-column-gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .quote--item-has-body.paragraphs-item-quote-video {
      grid-template-columns: minmax(auto, 470px) minmax(auto, 550px); } }

@media (min-width: 64.0625rem) {
  .quote--item-has-body.quote-image-text {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    padding-left: 0 !important;
    grid-template-columns: repeat(2, minmax(auto, 520px));
    grid-column-gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .quote--item-has-body.quote-image-text.paragraphs-item-quote-video {
      grid-template-columns: minmax(auto, 470px) minmax(auto, 550px); }
    .quote--item-has-body.quote-image-text .quote--inner {
      background: none; }
    .quote--item-has-body.quote-image-text .quote--title {
      padding-bottom: 0; }
    .quote--item-has-body.quote-image-text .quote--aside {
      z-index: 99;
      width: 54%;
      padding-top: 3.5625rem;
      color: white;
      padding-left: 4.9375rem;
      min-height: 470px; }
    .quote--item-has-body.quote-image-text .quote--embed {
      position: absolute;
      -webkit-filter: brightness(50%);
              filter: brightness(50%);
      width: initial; }
    .quote--item-has-body.quote-image-text .quote--blockquote, .quote--item-has-body.quote-image-text .quote--address {
      color: white; } }

.quote--item-has-body.quote-image-text .quote--blockquote::before {
  content: "";
  background: url(../../images/green_quote.png) no-repeat 0 0;
  width: 57.8px;
  height: 49.3px; }

.slick-slide .quote--item {
  margin-bottom: var(--navigation-space); }

.quote--aside {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 64.0625rem) {
    .quote--aside {
      padding-bottom: 2.5rem; } }

.quote--blockquote {
  color: #303C42;
  font-weight: 700;
  letter-spacing: -0.03125rem;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: 0;
  padding: 0 0.625rem 0 0;
  border: 0; }
  .quote--blockquote p, .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--blockquote li {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
    .quote--blockquote p + p, .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--blockquote li + p, .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--blockquote p + li, .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--blockquote li + li {
      margin-top: 0.625rem; }
  @media (min-width: 64.0625rem) {
    .quote--blockquote {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  @media (min-width: 48.0625rem) and (max-width: 64rem) {
    .quote--blockquote {
      font-size: 1.25rem;
      line-height: 1.5625rem; } }
  @media (max-width: 30rem) {
    .quote--blockquote {
      font-size: 1.125rem;
      line-height: 1.375rem; } }
  .quote--blockquote::before {
    content: "";
    background: url(../../images/quote.svg) no-repeat 0 0/48px auto;
    width: 44.8px;
    height: 34.3px;
    display: block;
    margin-bottom: 1.875rem; }
    @media (min-width: 48.0625rem) {
      .quote--blockquote::before {
        background-size: 56px auto;
        width: 56px;
        height: 48px;
        margin-bottom: 2.5rem; } }
  .quote--blockquote + .quote--address {
    margin-top: 1.5625rem; }
    @media (min-width: 48.0625rem) {
      .quote--blockquote + .quote--address {
        margin-top: 2.5rem; } }

.ygrene-subtheme .quote--blockquote p, .ygrene-subtheme .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .ygrene-subtheme .quote--blockquote li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  letter-spacing: 0; }

.quote--address {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  color: rgba(48, 60, 66, 0.7); }
  .quote--address p, .quote--address .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--address li {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }

.ygrene-subtheme .quote--blockquote p, .ygrene-subtheme .quote--blockquote .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .ygrene-subtheme .quote--blockquote li,
.ygrene-subtheme .quote--address p,
.ygrene-subtheme .quote--address .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .ygrene-subtheme .quote--address li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: 0;
  margin: 0; }

.quote--body {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
  padding: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .quote--body + .quote--aside {
    grid-row: 1 / 2; }
  @media (max-width: 48rem) {
    .quote--body p, .quote--body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .quote--body li {
      font-size: 0.875rem;
      line-height: 1.3125rem; } }
  @media (max-width: 30rem) {
    .quote--body {
      padding: 1.5625rem 1rem; } }

.quote--embed {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media (min-width: 48.0625rem) {
    .quote--embed {
      padding-top: 0.625rem; } }

@media (max-width: 30rem) {
  .quote-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.faq--block + .icon-list__section {
  padding-top: 0; }

.icon-list--hide-title-next-block {
  padding-bottom: 0; }
  .icon-list--hide-title-next-block + .icon-list__section {
    padding-top: 0; }
    .icon-list--hide-title-next-block + .icon-list__section .icon-list__title {
      display: none; }

.icon-list__collection {
  padding-top: 2.5rem; }
  @media (max-width: 48rem) {
    .icon-list__collection {
      padding-top: 0; } }

.icon-list__grid-1-1-2-1,
.icon-list--grid-1-1-2-1 .node {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  grid-auto-rows: 80px;
  padding-top: 0; }

.icon-list__grid-4-4-2-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 32px; }
  @media (max-width: 48rem) {
    .icon-list__grid-4-4-2-1 {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 25px;
      grid-row-gap: 25px; } }
  @media (max-width: 30rem) {
    .icon-list__grid-4-4-2-1 {
      grid-template-columns: 1fr;
      grid-row-gap: 8px; } }

.icon-list__item {
  --icon-list-image-width: 80px;
  --icon-list-item-gap: 10px;
  -webkit-box-shadow: var(--box-shadow-1);
          box-shadow: var(--box-shadow-1);
  display: grid;
  grid-template-columns: var(--icon-list-image-width) 1fr;
  grid-column-gap: var(--icon-list-item-gap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  background: #fff;
  -webkit-transition: var(--box-shadow-1-transition);
  transition: var(--box-shadow-1-transition);
  cursor: pointer;
  position: relative; }
  .icon-list__item:hover, .icon-list__item:focus {
    -webkit-box-shadow: var(--box-shadow-1-hover);
            box-shadow: var(--box-shadow-1-hover); }
    .icon-list__item:hover .icon-list__field-link a, .icon-list__item:focus .icon-list__field-link a {
      color: #1975E3; }
  .icon-list__item.active .icon-list__field-link a {
    color: #1975E3; }

.More.Improvements {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30; }

.icon-list__field_icon {
  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;
  grid-column: 1 / 2;
  grid-row: 1 / 2; }
  .icon-list__field_icon + .icon-list__field-link a {
    padding-left: calc(var(--icon-list-image-width) + var(--icon-list-item-gap)); }

.icon-list__field-link {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  z-index: 10;
  height: 100%; }
  .icon-list__field-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 0.625rem;
    outline: none; }

.icon-list__field-link-hidden {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  z-index: 11; }
  .icon-list__field-link-hidden a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px; }
  .icon-list__field-link-hidden + .icon-list__field-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: calc(var(--icon-list-image-width) + var(--icon-list-item-gap));
    padding-right: 0.625rem;
    outline: none; }

@media (max-width: 64rem) {
  .icon-list__long-word {
    text-align: center; } }

@media (max-width: 48rem) {
  .icon-list__long-word {
    text-align: left; } }

aside[class*="sidebar"] .icon-list__section {
  padding-left: 0;
  padding-right: 0; }

aside[class*="sidebar"] .icon-list__title,
aside[class*="sidebar"] .icon-list__section > h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  text-align: left; }
  aside[class*="sidebar"] .icon-list__title::before,
  aside[class*="sidebar"] .icon-list__section > h2::before {
    width: 35px;
    height: 5px;
    margin-left: 0; }

.teaser-4--section + .info-button__section {
  margin-top: 3.125rem; }

.teaser-1--section + .info-button__section {
  padding-top: 0; }

.info-button__section {
  text-align: center; }

@media (max-width: 48rem) {
  .info-button__section h2,
  .info-button__title {
    font-size: 1.5rem;
    line-height: 1.875rem; } }

.info-button__section h2 + .info-button__field_link,
.info-button__title + .info-button__field_link {
  padding-top: 0.625rem; }

.info-button__body {
  padding-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: 0;
  letter-spacing: 0; }
  .info-button__body p, .info-button__body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .info-button__body li {
    font-size: inherit;
    line-height: inherit;
    margin: 0; }

.info-button__field_link a {
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .info-button__field_link a:hover, .info-button__field_link a:focus {
    background-color: #3177dc;
    color: #fff; }
  .info-button__field_link a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .info-button__field_link a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .info-button__field_link a[disabled], .info-button__field_link a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.info-button__field_header_phone_number p, .info-button__field_header_phone_number .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .info-button__field_header_phone_number li {
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: rgba(48, 60, 66, 0.7); }

.info-button__field_header_phone_number a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
  /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
  .info-button__field_header_phone_number a:hover {
    color: #1975E3;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under;
    /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
  .info-button__field_header_phone_number a:focus {
    text-decoration: none;
    color: #1975E3;
    border-color: #1975E3; }
    .info-button__field_header_phone_number a:focus::after {
      display: none; }
  .info-button__field_header_phone_number a:disabled, .info-button__field_header_phone_number a.disabled {
    color: #ADBAC9; }
    .info-button__field_header_phone_number a:disabled::after, .info-button__field_header_phone_number a.disabled::after {
      display: none; }
    .info-button__field_header_phone_number a:disabled:hover, .info-button__field_header_phone_number a:disabled:focus, .info-button__field_header_phone_number a.disabled:hover, .info-button__field_header_phone_number a.disabled:focus {
      color: #ADBAC9;
      border-color: transparent; }

.ygrene-subtheme .info-button__field_header_phone_number p, .ygrene-subtheme .info-button__field_header_phone_number .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .ygrene-subtheme .info-button__field_header_phone_number li {
  margin-bottom: 0; }

.ygrene-subtheme .info-button__field_header_phone_number a[href^="tel:"] {
  font-size: inherit !important;
  font-weight: 700 !important; }

aside[class*="sidebar"] .info-button__section {
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
  padding: 1.875rem 1.25rem 1.5625rem;
  max-width: none; }

aside[class*="sidebar"] .info-button__title,
aside[class*="sidebar"] h2 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0;
  text-align: center; }
  aside[class*="sidebar"] .info-button__title::before,
  aside[class*="sidebar"] h2::before {
    width: 35px;
    height: 5px; }

aside[class*="sidebar"] .info-button__field_link {
  padding-top: 0; }
  aside[class*="sidebar"] .info-button__field_link a {
    max-width: 296px;
    width: 100%; }

.full-1--body .info-button__section {
  margin: 1.75rem 0;
  padding: 3rem 0; }
  .full-1--body .info-button__section h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0; }
    .full-1--body .info-button__section h2 + .info-button__field_link {
      padding-top: 0; }

.checklist {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
  width: 100%;
  position: relative; }
  @media (min-width: 30.0625rem) {
    .checklist {
      /*
		&::before {
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			right: 100%;
			background-color: #F2F6FB;
		}*/ } }

.checklist__column-1-1-1-1 .checklist__title {
  text-align: center; }
  @media (max-width: 48rem) {
    .checklist__column-1-1-1-1 .checklist__title {
      text-align: left; } }
  .checklist__column-1-1-1-1 .checklist__title::before {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 48rem) {
      .checklist__column-1-1-1-1 .checklist__title::before {
        margin-left: 0; } }

.checklist__column-1-1-1-1 .checklist__subtitle + .checklist__list {
  margin-top: 3rem; }
  @media (max-width: 64rem) {
    .checklist__column-1-1-1-1 .checklist__subtitle + .checklist__list {
      margin-top: 3rem; } }
  @media (max-width: 48rem) {
    .checklist__column-1-1-1-1 .checklist__subtitle + .checklist__list {
      margin-top: 2.5rem; } }

.checklist__column-1-1-1-1 .checklist__subtitle {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-align: center; }
  @media (max-width: 48rem) {
    .checklist__column-1-1-1-1 .checklist__subtitle {
      text-align: left; } }

.checklist__column-1-1-1-1 .checklist__item {
  font-weight: 700; }

.checklist__column-1-1-1-1 .checklist__list {
  max-width: 532px;
  margin: 0 auto; }
  @media (max-width: 48rem) {
    .checklist__column-1-1-1-1 .checklist__list {
      margin-left: 0; } }

.checklist__column-1-1-1-1 .checklist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 48rem) {
    .checklist__column-1-1-1-1 .checklist__link {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media (min-width: 48.0625rem) {
  .checklist__column-2-2-1-1 .checklist__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    /*display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 32px;
			grid-row-gap: 0; // 24px;
			align-items: flex-start;*/ } }

@media (min-width: 48.0625rem) {
  .checklist__column-2-2-1-1 .checklist__item {
    margin-top: 0 !important;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
    overflow: hidden; }
    .checklist__column-2-2-1-1 .checklist__item:nth-of-type(2n+2) {
      grid-column: 2 / 3; } }

.checklist__column-2-2-1-1 .checklist__item::before {
  top: 0;
  bottom: 0;
  margin: auto; }

.checklist__column-2-2-1-1 .checklist__title::before {
  margin-left: auto;
  margin-right: auto; }

.checklist__column-2-2-1-1 .checklist__title,
.checklist__column-2-2-1-1 .checklist__subtitle {
  text-align: center; }
  @media (max-width: 30rem) {
    .checklist__column-2-2-1-1 .checklist__title,
    .checklist__column-2-2-1-1 .checklist__subtitle {
      text-align: left; }
      .checklist__column-2-2-1-1 .checklist__title::before,
      .checklist__column-2-2-1-1 .checklist__subtitle::before {
        margin-left: 0; } }

.checklist__title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
  text-align: left;
  padding-bottom: 2.5rem; }
  @media (max-width: 48rem) {
    .checklist__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 1.5rem; } }
  @media (max-width: 30rem) {
    .checklist__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  .checklist__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .checklist__title::before {
        margin-bottom: 1.5625rem; } }
  @media (max-width: 30rem) {
    .checklist__title {
      padding-bottom: 1.5rem; } }
  .checklist__title::before {
    margin-left: 0; }
  .checklist__title + .checklist__list {
    padding-top: 1.875rem; }

.checklist__subtitle {
  font-family: Muli;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left; }
  .checklist__subtitle + .checklist__list {
    margin-top: 2.625rem; }

.checklist__list {
  padding-left: 0 !important;
  margin: 0; }
  .checklist__list + .checklist__link {
    margin-top: 3.1875rem; }

.checklist__item {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  letter-spacing: 0;
  position: relative;
  padding-left: 3.5rem;
  list-style: none; }
  @media (max-width: 30rem) {
    .checklist__item {
      padding-left: 2.5rem; } }
  .checklist__item::before {
    content: "";
    width: 32px;
    height: 32px;
    background: #DAE3ED url(../../images/check.svg) no-repeat 50%/16px auto;
    position: absolute;
    top: -4px;
    left: 0;
    border-radius: 50px; }
    @media (max-width: 30rem) {
      .checklist__item::before {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 24px;
        background-size: 12px auto; } }
  .checklist__item + .checklist__item {
    margin-top: 1.5rem; }
    @media (max-width: 30rem) {
      .checklist__item + .checklist__item {
        margin-top: 1.0625rem; } }

.checklist__link a {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff;
  background: #303C42;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .checklist__link a:hover, .checklist__link a:focus {
    background-color: #3177dc;
    color: #fff; }
  .checklist__link a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .checklist__link a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .checklist__link a[disabled], .checklist__link a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

@media (max-width: 30rem) {
  .checklist__title + .checklist__list {
    padding-top: 0; }
  .checklist__list + .checklist__link {
    margin-top: 2.8125rem; } }

.city-state__section {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom); }
  .city-state__section > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .city-state__section > .content > * {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }

.city-state__title {
  margin-top: 0;
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  .city-state__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .city-state__title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }
  @media (max-width: 48rem) {
    .city-state__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .city-state__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.city-state__subtitle {
  font-family: 'Mulish',sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem;
  letter-spacing: -0.03125rem;
  text-align: center;
  color: #303C42 !important;
  margin-top: 2.5rem;
  margin-bottom: 5rem; }
  @media (max-width: 30rem) {
    .city-state__subtitle {
      font-size: 1.125rem;
      line-height: 1.375rem;
      text-align: left; } }
  @media (max-width: 48rem) {
    .city-state__subtitle {
      text-align: left;
      margin-top: 0;
      margin-bottom: 2.5rem; } }

.city-state__list {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 384px));
  grid-column-gap: 32px; }
  @media (max-width: 30rem) {
    .city-state__list {
      display: block; } }

@media (max-width: 30rem) {
  .city-state__item + .city-state__item {
    margin-top: 1.875rem; } }

.city-state__item .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 30px auto;
  grid-column-gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 30rem) {
    .city-state__item .content {
      grid-template-columns: 4fr 5fr;
      grid-column-gap: 16px; } }

.city-state__item .checklist__list {
  grid-column: 2 / 3;
  grid-row: 1 / 3; }

.city-state__item .checklist__item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  padding-left: 1.625rem; }
  .city-state__item .checklist__item::before {
    width: 16px;
    height: 16px;
    background-size: 9px 6.71px;
    top: 3px; }
  .city-state__item .checklist__item + .checklist__item {
    margin-top: 0.25rem; }

.city-state__state-name {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  font-family: Muli;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: -0.03125rem;
  text-align: center; }
  @media (max-width: 30rem) {
    .city-state__state-name {
      font-size: 1rem;
      line-height: 1.5rem; } }

.city-state__map {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 30rem) {
    .city-state__map img {
      width: 80px;
      height: auto;
      margin-top: 0.625rem; } }

.city-state__action {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.375rem; }
  .city-state__action a {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .city-state__action a:hover, .city-state__action a:focus {
      background-color: #3177dc;
      color: #fff; }
    .city-state__action a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .city-state__action a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .city-state__action a[disabled], .city-state__action a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
    @media (max-width: 30rem) {
      .city-state__action a {
        width: 100%; } }

.city-state__list {
  grid-row-gap: 64px; }

.commercial-form {
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom); }
  @media (max-width: 30rem) {
    .commercial-form + .annotations_section {
      padding-top: 0; } }
  .commercial-form a,
  .commercial-form a[href^="tel:"] {
    color: #303C42 !important;
    font-size: inherit !important;
    line-height: inherit !important; }
    .commercial-form a:hover,
    .commercial-form a[href^="tel:"]:hover {
      color: #289cbe !important; }
  .commercial-form .row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .commercial-form h3, .commercial-form .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .commercial-form .team-member-name, .commercial-form .view-team-members .team-member .team-member-name, .view-team-members .team-member .commercial-form .team-member-name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #303C42;
    letter-spacing: -0.03125rem;
    font-weight: bold; }
  .commercial-form .field-title {
    font-family: 'Mulish',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
    text-align: left !important; }
    .commercial-form .field-title::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 0 1.25rem;
      background: #303C42; }
      @media (max-width: 48rem) {
        .commercial-form .field-title::before {
          margin-bottom: 1.5625rem; } }
    @media (max-width: 48rem) {
      .commercial-form .field-title {
        text-align: left;
        margin-left: 0;
        padding-bottom: 2.375rem; } }
    @media (max-width: 30rem) {
      .commercial-form .field-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    @media (min-width: 48.0625rem) {
      .commercial-form .field-title {
        padding-top: 3.875rem; } }
    @media (max-width: 64rem) {
      .commercial-form .field-title {
        padding-top: 2.5rem; } }
    .commercial-form .field-title::before {
      margin-left: 0; }
  @media (min-width: 48.0625rem) {
    .commercial-form .field-body {
      max-width: 480px; } }
  .commercial-form .field-body p, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6875rem;
    color: #303C42;
    letter-spacing: 0; }
    .commercial-form .field-body p a, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li a {
      font-weight: bold; }
    .commercial-form .field-body p + p, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li + p, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body p + li, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li + li {
      margin-top: 1.6875rem; }
      @media (max-width: 30rem) {
        .commercial-form .field-body p + p, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li + p, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body p + li, .commercial-form .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form .field-body li + li {
          margin-top: 2.5rem; } }

.commercial-form__content {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  margin: 0 auto; }
  @media (min-width: 48.0625rem) {
    .commercial-form__content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 32px; } }
  .commercial-form__content > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .commercial-form__content .column,
  .commercial-form__content .columns,
  .commercial-form__content [class*="column"] + [class*="column"]:last-child {
    float: none; }
  .commercial-form__content .column,
  .commercial-form__content .columns {
    padding-left: 0;
    padding-right: 0; }
  .commercial-form__content .large-6 {
    width: auto; }

/*
.commercial-form__title {
	@include title-line-left(#303C42);
	@include title-4;
	text-align: left !important;

	@media (min-width: $tablet-1-start) {
		padding-top: 62px;
	}
	
	// Tablet 1: 1024px - 1439px
	@media (max-width: $tablet-1-end) {
		padding-top: 40px;
	}

	&::before {
		margin-left: 0;
	}
	
	& + .commercial-form__info {
		@media (max-width: $mobile-end) {
			// margin-top: 10px;
		}
	}
}

.commercial-form__info {
	@media (min-width: $tablet-1-start) {
		max-width: 480px;
	}

	p {
		@include paragraph-1;

		a {
			font-weight: bold;
		}

		& + p {
			@include paragraph-1-margin;
			
			@media (max-width: $mobile-end) {
				margin-top: 40px;
			}
		}
	}
}*/
@media (max-width: 30rem) {
  .commercial-form__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .commercial-form__info p, .commercial-form__info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .commercial-form__info li {
    font-size: 1rem;
    line-height: 1.5rem; } }

.node-type-section-page .section-page .paragraph--type--ygrene-helper-form,
.node-type-section_page .section-page .paragraph--type--ygrene-helper-form {
  background: #F2F6FB;
  margin: 0; }
  .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .field__label,
  .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .field__label {
    display: none; }
  .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield [type="email"],
  .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield [type="email"] {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    -webkit-transition: border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s;
    transition: border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out,-webkit-box-shadow 0.45s; }
  .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield [type="email"]:focus,
  .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield [type="email"]:focus {
    background-color: transparent;
    border-color: #afbac7;
    background: #fafafa; }
  .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield .form-text:focus ~ label,
  .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .form-type-textfield .form-text:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form,
  .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(var(--max-width) + (var(--padding-side) * 2));
    padding-left: var(--padding-side);
    padding-right: var(--padding-side); }
    .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form .field-title,
    .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form .field-title {
      font-size: calc(1.5rem + (32 - 24) * ((100vw - 20rem) / (1800 - 320))) !important;
      line-height: calc(1.875rem + (40 - 30) * ((100vw - 20rem) / (1800 - 320))) !important;
      text-align: center !important;
      max-width: 696px;
      margin: 0 auto 4rem !important; }
    .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form,
    .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form {
      max-width: 592px;
      padding: 2.5rem;
      margin: 0 auto;
      -webkit-box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
              box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
      background: #fff; }
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-wrapper,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 36px; }
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .pre-form,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .pre-form {
        font-style: normal;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.375rem;
        letter-spacing: -0.03125rem;
        color: #303C42; }
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-item,
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-actions,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-item,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-actions {
        margin: 0; }
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-select,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form .form-select {
        height: 35px;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #ADBAC9;
        color: rgba(48, 60, 66, 0.7);
        background: url(/themes/custom/ygrene_subtheme/images/triangle-bottom.svg) no-repeat calc(100% - 7px) 50%; }
      .node-type-section-page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form select,
      .node-type-section_page .section-page .paragraph--type--ygrene-helper-form .wrapper-helper-form form select {
        width: 100%; }

.section-customer-stories main {
  padding-top: 6.25rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-customer-stories main {
      padding-top: 11.875rem; } }

.section-customer-stories .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5rem; }
  .section-customer-stories .breadcrumb .easy-breadcrumb span {
    color: #808080;
    font-size: 0.625rem; }
    .section-customer-stories .breadcrumb .easy-breadcrumb span a {
      color: #808080; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .section-customer-stories .page-heading {
    overflow: initial; } }

.section-customer-stories .header-content {
  top: 36% !important; }
  .section-customer-stories .header-content h1 {
    color: #fff !important;
    font-size: 2.25rem;
    font-weight: bold;
    margin-left: 3.125rem;
    text-shadow: 1px 1px 1px black; }
    .section-customer-stories .header-content h1:before {
      height: 9px;
      width: 52px; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-customer-stories .header-content h1 {
        color: #303C41 !important;
        font-size: 2.25rem !important;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        text-shadow: none; }
        .section-customer-stories .header-content h1:before {
          display: block; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-customer-stories .header-content {
      top: -113px !important;
      width: 100% !important;
      padding: 0 1.875rem !important;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.section-customer-stories .paragraphs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section-customer-stories .paragraph-landing-text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  max-width: 843px;
  margin-top: 2.1875rem;
  margin-bottom: 5.9375rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-customer-stories .paragraph-landing-text-block {
      margin-top: 0.625rem;
      margin-bottom: 5rem; } }
  .section-customer-stories .paragraph-landing-text-block .body h2 {
    font-size: 2.250em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0; }
  .section-customer-stories .paragraph-landing-text-block .body p, .section-customer-stories .paragraph-landing-text-block .body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-customer-stories .paragraph-landing-text-block .body li {
    font-family: Mulish, sans-serif; }

.webform-submission-customer-story-add-form {
  max-width: 1160px;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  margin: 5rem auto 0; }

.page-node-1144 .block-webform-block {
  max-width: 1160px;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  margin: 5rem auto 0; }

.page-node-1144 #edit-title::before {
  background-color: #c5d54f;
  content: "";
  display: block;
  height: 9px;
  margin: 0 auto 1.5625rem auto;
  width: 50px; }

.page-node-1144 #edit-title > p, .page-node-1144 .guidelines-landing-page .state-tiles > .state-tiles-texts #edit-title > li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1144 #edit-title > li {
  color: #303C41;
  font-family: Muli, sans-serif;
  font-size: 1.313em;
  letter-spacing: -0.02125rem;
  line-height: 1.625rem;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
  text-align: center; }

.page-node-1144 #edit-title h2 {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.8125rem;
  font-size: 2.0625rem;
  color: #333;
  text-align: center; }

.page-node-1144 .webform-submission-form fieldset {
  border: none;
  margin: 0;
  padding: 0; }

.page-node-1144 .webform-submission-form legend {
  display: none; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-intro-info p, .page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-intro-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-intro-info li {
  font-size: 1.250em;
  font-family: Muli, sans-serif;
  letter-spacing: 0;
  line-height: 1.9375rem; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section {
  text-align: left;
  margin-right: 3.75rem; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section,
.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-second-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section,
    .page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-second-section {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100%; } }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section #edit-share-story-first-inner > .fieldset-wrapper > .form-item {
  width: 47%;
  margin: 1em 0.5em 1em 0;
  float: left; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section #edit-share-story-first-inner > .fieldset-wrapper > .form-item {
      width: 100%; } }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper #edit-first-section #edit-share-story-first-inner > .fieldset-wrapper .form-item-ygrene-project-id {
  width: 97%; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story > .fieldset-wrapper .form-item-tell-us-about-you-project textarea {
  height: 230px;
  max-height: 230px;
  min-height: 230px;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #a2a2a3; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story .form-text,
.page-node-1144 .webform-submission-form #edit-main-section-share-story .form-textarea {
  padding: 0.5em; }

.page-node-1144 .webform-submission-form .form-item label {
  left: 0.5em !important; }

.page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-additionalinfo {
  padding: 1.0625rem 2.5625rem;
  text-align: center; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-additionalinfo {
      padding: 1.0625rem 0; } }

.page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-additionalinfo p, .page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-additionalinfo .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1144 .webform-submission-form #edit-main-section-share-story #edit-additionalinfo li {
  font-size: 1rem;
  letter-spacing: -0.02125rem;
  line-height: 1.625rem; }

.page-node-1144 .webform-submission-form .form-actions {
  text-align: center; }

.page-node-1144 .webform-submission-form .webform-button--submit {
  display: inline-block !important;
  text-align: center;
  -webkit-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #c5d54f !important;
  color: #303C41 !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  font-size: 14pt !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 0.3125rem 1rem !important;
  min-width: 112px !important; }

.webform-submission-customer-story-add-form #edit-required-fields p, .webform-submission-customer-story-add-form #edit-required-fields .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .webform-submission-customer-story-add-form #edit-required-fields li {
  color: #E26849;
  font-family: Muli,sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0; }

.webform-submission-customer-story-add-form input.btn-primary {
  width: 100%; }

.paragraph-landing-customer-stories {
  margin-bottom: 5.625rem; }
  .paragraph-landing-customer-stories .row {
    max-width: 1155px; }
  .paragraph-landing-customer-stories .large-12 {
    padding-right: 0;
    padding-left: 0; }
  .paragraph-landing-customer-stories .container-field-image {
    padding-left: 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-customer-stories .container-field-image {
        padding-right: 0; } }
  .paragraph-landing-customer-stories .info-container {
    padding-right: 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-customer-stories .info-container {
        padding: 3.125rem 1.875rem 0 1.875rem; } }
  .paragraph-landing-customer-stories .field-title {
    letter-spacing: 0;
    font-size: 1.563em;
    font-weight: 500;
    margin: 0; }
    .paragraph-landing-customer-stories .field-title:before {
      background-color: #c5d54f;
      content: "";
      display: block;
      height: 7px;
      margin: 0 0 .5em 0;
      width: 38px; }
  .paragraph-landing-customer-stories .field-pro-completed p, .paragraph-landing-customer-stories .field-pro-completed .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-customer-stories .field-pro-completed li {
    font-size: 1.375em;
    line-height: 1.875rem; }
  .paragraph-landing-customer-stories .field-pro-completed span {
    font-family: Mulish, sans-serif;
    font-weight: 500; }
  .paragraph-landing-customer-stories .field-testimony p, .paragraph-landing-customer-stories .field-testimony .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-customer-stories .field-testimony li {
    font-size: 1.375rem;
    font-style: italic;
    color: #333;
    font-family: Muli,sans-serif;
    line-height: 1.625rem;
    letter-spacing: -0.05625rem;
    font-weight: 500; }
  .paragraph-landing-customer-stories.content-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  .paragraph-landing-customer-stories.content-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
    .paragraph-landing-customer-stories.content-right .container-field-image {
      float: right; }
  .paragraph-landing-customer-stories.content-cards {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
    .paragraph-landing-customer-stories.content-cards .row {
      -webkit-box-shadow: 0 0 35px #bdbdbd;
              box-shadow: 0 0 35px #bdbdbd;
      height: 100%;
      max-width: 370px; }
    .paragraph-landing-customer-stories.content-cards .container-field-image {
      float: none;
      padding: 0;
      width: 100%; }
    .paragraph-landing-customer-stories.content-cards .info-container {
      float: none;
      padding: 2.8125rem 1.875rem;
      width: 100%; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .paragraph-landing-customer-stories.content-cards .info-container {
          padding: 2.375rem 1.75rem 1.25rem; } }
    .paragraph-landing-customer-stories.content-cards .field-pro-completed p, .paragraph-landing-customer-stories.content-cards .field-pro-completed .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-customer-stories.content-cards .field-pro-completed li {
      font-size: 1.250em; }
    .paragraph-landing-customer-stories.content-cards .field-testimony p, .paragraph-landing-customer-stories.content-cards .field-testimony .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-landing-customer-stories.content-cards .field-testimony li {
      font-size: 1.250em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-landing-customer-stories.content-cards {
        margin-bottom: 1.875rem;
        margin-right: 2.8125rem;
        margin-left: 2.8125rem; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-landing-customer-stories {
      margin-bottom: 1.25rem; } }

.page-node-1078 #ygrene-helper-subsection-form .form-type-textfield,
.page-node-1072 #ygrene-helper-subsection-form .form-type-textfield {
  width: 40%; }
  @media (max-width: 48rem) {
    .page-node-1078 #ygrene-helper-subsection-form .form-type-textfield,
    .page-node-1072 #ygrene-helper-subsection-form .form-type-textfield {
      width: 100%; } }

@media (max-width: 48rem) {
  .page-node-1078 #ygrene-helper-subsection-form .field-cta-link,
  .page-node-1072 #ygrene-helper-subsection-form .field-cta-link {
    width: 100%; } }

.paragraph-pro-tip {
  width: 100vw;
  margin-left: calc(((100vw - 100%) /2) * -1);
  background: #f5f5fd;
  padding: 0 1rem;
  margin-top: 0; }
  .paragraph-pro-tip .content {
    max-width: 850px;
    margin: 0 auto;
    padding: 4.875rem 0 5rem; }
    @media (min-width: 48rem) {
      .paragraph-pro-tip .content {
        display: grid;
        grid-template-columns: auto 1fr;
        padding-top: 5.5rem; } }
  .paragraph-pro-tip .filed-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.5rem; }
    @media (min-width: 48rem) {
      .paragraph-pro-tip .filed-image {
        margin: 0 2.5rem 0 0; } }
  .paragraph-pro-tip .field-title {
    font-family: 'Muli';
    font-weight: normal;
    color: #303C42;
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin: 0 0 2rem;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0; }
  .paragraph-pro-tip .field-body {
    margin-top: 1.6875rem; }
  .paragraph-pro-tip p, .paragraph-pro-tip .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-pro-tip li {
    font-family: Muli,sans-serif;
    font-size: 1rem;
    line-height: 2.4375rem;
    letter-spacing: 0;
    margin: 0; }
    .paragraph-pro-tip p a, .paragraph-pro-tip .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-pro-tip li a {
      color: #385DD1; }
      .paragraph-pro-tip p a:hover, .paragraph-pro-tip .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-pro-tip li a:hover {
        color: #17CACE; }
  .paragraph-pro-tip .field-cta-link {
    margin: 2.5rem 0 1.25rem !important;
    padding: 0 !important; }
    .paragraph-pro-tip .field-cta-link a {
      font-size: 0.875rem;
      line-height: 1.25rem;
      height: 40px;
      min-width: 112px;
      display: inline-block;
      vertical-align: center;
      padding: 0.5625rem 1.125rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #C5D54F;
      text-transform: uppercase;
      font-family: Mulish,sans-serif;
      color: #303C42;
      font-weight: bold;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      letter-spacing: 0;
      border-radius: 0; }
      .paragraph-pro-tip .field-cta-link a:hover {
        background-color: #E2EC8C; }

.section-referral-program .breadcrumb,
.section-share .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  min-height: 63.5px;
  padding: 0 1rem; }
  .section-referral-program .breadcrumb .easy-breadcrumb,
  .section-share .breadcrumb .easy-breadcrumb {
    display: block;
    font-size: 0.64063rem;
    color: #808080;
    font-family: "Muli"; }
  .section-referral-program .breadcrumb a,
  .section-share .breadcrumb a {
    color: #808080;
    font-family: "Muli"; }

.section-referral-program .header-content .header-content__title,
.section-share .header-content .header-content__title {
  max-width: initial; }

.section-referral-program .header-content__link-logo img,
.section-share .header-content__link-logo img {
  max-width: 179px; }

.section-referral-program .paragraph-ygrene-helper-form .field-title,
.section-share .paragraph-ygrene-helper-form .field-title {
  font-weight: 500; }

.section-referral-program .paragraph-ygrene-helper-form .field-cta-link,
.section-share .paragraph-ygrene-helper-form .field-cta-link {
  margin: 2.5em auto;
  display: block;
  border: none;
  color: #303c42;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.875rem;
  padding: 0;
  font-family: Muli;
  width: 120px;
  height: 41px; }

.section-referral-program .mbsy-iframe,
.section-share .mbsy-iframe {
  margin-top: -2.5rem; }

.section-referral-program footer,
.section-referral-program #page-bottom,
.section-share footer,
.section-share #page-bottom {
  display: none; }

.dynamic-style-one {
  /*
	.paragraph-faq {
		margin-top: 80px !important;
	
		h2.field-title {
			font-family: Muli;
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 22px;
			letter-spacing: -0.5px;
			padding: 33px 0 !important;
			display: block;
			margin: 0;
		
			@media (max-width: $mobile-screen-max) {
				padding: 28px 0 !important;
			}
			
			&:hover {
				color: $blue-2;

				.ico-arrow-down {
					fill: $blue-2;
				} 
			}

			&::after {
				content: "";
				// background: url(../../images/faq-tab-open.svg) no-repeat center / 25px auto;
				background: url(../../images/icons/arrows/Down.svg) no-repeat center / 25px auto;
				width: 25px;
				height: 25px;
				top: 0;
				bottom: 0;
				margin: auto;
				color: pink;
				
				@media (max-width: $mobile-screen-max) {
					background-size: 20px auto;
				}
			}
		}
	
		.active {
			h2.field-title {
				// color: #1975E3;

				&::after {
					// background-image: url(../../images/faq-tab-close.svg);
					background-image: url(../../images/FAQ-page-icon-Close.svg);
					right: 0;

					@media (max-width: $mobile-screen-max) {
						background-size: 16px auto;
					}
				}
				
				&:hover {

				
					&::after {
						background-image: url(../../images/faq-tab-close-blue.svg);
					}
				}
			}
		}

		.row {
			padding-left: $paddingMLR;
			padding-right: $paddingMLR;
			width: auto;
		}

		p {
			@include paragraph-3;
		}

		.columns {
			padding: 0;
		}

		h5.field-title {
			@include title-4;
			@include title-line;
			padding-bottom: 77px;

			@media (max-width: $mobile-screen-max) {
				padding-bottom: 40px;
			}
		}
	}*/ }
  .dynamic-style-one .paragraph-title-and-button {
    background-color: white;
    max-width: 400px;
    float: none;
    margin: 0 auto;
    padding: 3.125rem 0 0.3125rem 0; }
    .dynamic-style-one .paragraph-title-and-button .content-normal {
      background-color: white;
      padding: 0; }
  .dynamic-style-one .field-cta-link {
    margin: 2.5em auto;
    display: block;
    border: none;
    color: #303c42;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
    font-family: Muli; }
  .dynamic-style-one .paragraph-faq--- {
    /*
    max-width: 840px; // 760px;
    margin: 0 auto; // 0 auto 4em;
	margin-left: auto !important;
	margin-right: auto !important;
    display: block;
    padding: 0;*/ }
    .dynamic-style-one .paragraph-faq--- h5.field-title {
      font-family: 'Muli';
      font-weight: normal;
      color: #303C42;
      font-size: 2.25rem;
      line-height: 2.625rem;
      margin: 0 0 2rem;
      letter-spacing: 0;
      padding-bottom: 0;
      margin-top: 0;
      text-align: center; }
      .dynamic-style-one .paragraph-faq--- h5.field-title::before {
        content: "";
        width: 43px;
        height: 6px;
        display: block;
        margin: 0 auto 1.25rem;
        background: #BFD400; }
        @media (max-width: 48rem) {
          .dynamic-style-one .paragraph-faq--- h5.field-title::before {
            margin-bottom: 1.5625rem;
            margin-left: 0; } }
      @media (max-width: 47.9375rem) {
        .dynamic-style-one .paragraph-faq--- h5.field-title {
          font-size: 1.5rem;
          line-height: 1.875rem;
          margin: 0 0 0.9375rem; } }
    .dynamic-style-one .paragraph-faq--- .width_half .field-body {
      width: 60% !important;
      float: left; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .dynamic-style-one .paragraph-faq--- .width_half .field-body {
          width: 100% !important; } }
    @media (min-width: 48rem) {
      .dynamic-style-one .paragraph-faq--- .paragraph-faq-item.active .field-image {
        width: 30%;
        float: right;
        padding-left: 0.9375rem; }
        .dynamic-style-one .paragraph-faq--- .paragraph-faq-item.active .field-image + .field-body {
          width: 70%;
          padding-right: 0;
          margin-right: 0; } }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .dynamic-style-one .paragraph-faq--- .paragraph-faq-item.active .field-image {
        position: initial;
        width: 100%; } }
    .dynamic-style-one .paragraph-faq--- p, .dynamic-style-one .paragraph-faq--- .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .dynamic-style-one .paragraph-faq--- li {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #303C42;
      letter-spacing: 0; }
    .dynamic-style-one .paragraph-faq--- h2.field-title {
      font-family: Muli, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.375rem;
      color: #303C42;
      text-align: left;
      position: relative;
      padding-right: 4.2em;
      display: block; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .dynamic-style-one .paragraph-faq--- h2.field-title {
          padding-right: 1.4em; } }
      .dynamic-style-one .paragraph-faq--- h2.field-title::before {
        display: none; }
      .dynamic-style-one .paragraph-faq--- h2.field-title:after {
        content: "";
        background-image: url("../../images/FAQ-page-icon-Open.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 28px;
        height: 16px;
        cursor: pointer;
        margin-top: -1rem;
        display: block;
        position: absolute;
        right: 0; }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .dynamic-style-one .paragraph-faq--- h2.field-title:after {
            width: 24px;
            height: 12px;
            top: 22px; } }
    .dynamic-style-one .paragraph-faq--- .field-body {
      display: none;
      width: 100%;
      text-align: left;
      max-width: 100%;
      padding: 2em 1.9em 1em 0;
      margin-bottom: 0;
      overflow: hidden; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .dynamic-style-one .paragraph-faq--- .field-body {
          padding: 1em 0; } }
      .dynamic-style-one .paragraph-faq--- .field-body a {
        color: #1e7be5;
        text-decoration: underline; }
    .dynamic-style-one .paragraph-faq--- .field-body,
    .dynamic-style-one .paragraph-faq--- .field-image {
      padding-top: 2em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .dynamic-style-one .paragraph-faq--- .field-body,
        .dynamic-style-one .paragraph-faq--- .field-image {
          padding-top: 1em; } }
    .dynamic-style-one .paragraph-faq--- .field-image {
      display: none; }

@media (max-width: 48rem) {
  .page-node-1200 .paragraph-cards--style-3 .field-title::before,
  .page-node-1200.node-type-section-dynamic-page .paragraph-subsection-form .field-title::before,
  .page-node-1200.node-type-section-dynamic-page .paragraph-pace-double-cta h2.field-title::before,
  .page-node-1203 .paragraph-cards--style-3 .field-title::before,
  .page-node-1203.node-type-section-dynamic-page .paragraph-subsection-form .field-title::before,
  .page-node-1203.node-type-section-dynamic-page .paragraph-pace-double-cta h2.field-title::before {
    margin-left: auto; }
  .page-node-1200 .subsection-paragraph.type-alternate,
  .page-node-1200 .subsection-paragraph.type-default,
  .page-node-1203 .subsection-paragraph.type-alternate,
  .page-node-1203 .subsection-paragraph.type-default {
    padding: 0 1rem; } }

.paragraph-ygrene-helper-form {
  /*.form-text:valid ~ label,*/
  background: #F2F6FB;
  margin: 0;
  /* For IE10 */ }
  .paragraph-ygrene-helper-form .form-type-textfield {
    position: relative; }
  .paragraph-ygrene-helper-form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated label,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus ~ label,
  .paragraph-ygrene-helper-form .form-type-textfield textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated .field-suffix,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus + .field-suffix,
  .paragraph-ygrene-helper-form .form-type-textfield textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated .form-text::-webkit-input-placeholder,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated .form-text::-moz-placeholder,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus::-moz-placeholder {
    color: inherit; }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated .form-text::-ms-input-placeholder,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .paragraph-ygrene-helper-form .form-type-textfield.label-floated .form-text::placeholder,
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus::placeholder {
    color: inherit; }
  .paragraph-ygrene-helper-form .form-text {
    width: 100%; }
    .paragraph-ygrene-helper-form .form-text::-webkit-input-placeholder {
      color: transparent; }
    .paragraph-ygrene-helper-form .form-text::-moz-placeholder {
      color: transparent; }
    .paragraph-ygrene-helper-form .form-text::-ms-input-placeholder {
      color: transparent; }
    .paragraph-ygrene-helper-form .form-text::placeholder {
      color: transparent; }
  .paragraph-ygrene-helper-form .form-type-textfield label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .paragraph-ygrene-helper-form .form-type-textfield label,
  .paragraph-ygrene-helper-form .form-type-textfield [type="text"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="email"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="tel"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .paragraph-ygrene-helper-form .form-type-textfield [type="text"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="email"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="tel"],
  .paragraph-ygrene-helper-form .form-type-textfield [type="search"],
  .paragraph-ygrene-helper-form .form-type-textfield textarea,
  .paragraph-ygrene-helper-form .form-type-textfield select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield textarea:focus,
    .paragraph-ygrene-helper-form .form-type-textfield select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]::-webkit-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]::-webkit-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]::-webkit-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]::-webkit-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield textarea::-webkit-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]::-moz-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]::-moz-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]::-moz-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]::-moz-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield textarea::-moz-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]::-ms-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]::-ms-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]::-ms-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]::-ms-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield textarea::-ms-input-placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]::placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]::placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]::placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]::placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield textarea::placeholder,
    .paragraph-ygrene-helper-form .form-type-textfield select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .paragraph-ygrene-helper-form .form-type-textfield [type="text"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="email"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="tel"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield [type="search"]:focus,
    .paragraph-ygrene-helper-form .form-type-textfield textarea:focus,
    .paragraph-ygrene-helper-form .form-type-textfield select:focus {
      background-color: transparent; }
  .paragraph-ygrene-helper-form .form-type-textfield select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .paragraph-ygrene-helper-form .form-type-textfield select::-ms-expand {
      display: none; }
  .paragraph-ygrene-helper-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .paragraph-ygrene-helper-form .form-type-textfield .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .paragraph-ygrene-helper-form .field-title {
    font-size: calc(1.5rem + (32 - 24) * ((100vw - 20rem) / (1800 - 320))) !important;
    line-height: calc(1.875rem + (40 - 30) * ((100vw - 20rem) / (1800 - 320))) !important;
    text-align: center !important;
    max-width: 696px;
    margin: 0 auto 4rem !important; }
    @media (max-width: 48rem) {
      .paragraph-ygrene-helper-form .field-title {
        margin-bottom: 2.5rem !important; } }
    @media (max-width: 30rem) {
      .paragraph-ygrene-helper-form .field-title {
        text-align: left !important; }
        .paragraph-ygrene-helper-form .field-title::before {
          margin-left: 0 !important; } }
  .paragraph-ygrene-helper-form .pre-form {
    font-style: normal;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: -0.03125rem;
    color: #303C42; }
  .paragraph-ygrene-helper-form form,
  .paragraph-ygrene-helper-form .form {
    max-width: 592px;
    padding: 2.5rem;
    margin: 0 auto;
    -webkit-box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
            box-shadow: 0px 24px 40px rgba(173, 186, 201, 0.24);
    background: #fff; }
    @media (max-width: 30rem) {
      .paragraph-ygrene-helper-form form,
      .paragraph-ygrene-helper-form .form {
        padding: 1.5rem; } }
  .paragraph-ygrene-helper-form .form,
  .paragraph-ygrene-helper-form .form-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 36px; }
  .paragraph-ygrene-helper-form .form-item,
  .paragraph-ygrene-helper-form .form-actions {
    margin: 0; }
  .paragraph-ygrene-helper-form button.form-submit,
  .paragraph-ygrene-helper-form .form-submit {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .paragraph-ygrene-helper-form button.form-submit:hover, .paragraph-ygrene-helper-form button.form-submit:focus,
    .paragraph-ygrene-helper-form .form-submit:hover,
    .paragraph-ygrene-helper-form .form-submit:focus {
      background-color: #3177dc;
      color: #fff; }
    .paragraph-ygrene-helper-form button.form-submit:focus::before,
    .paragraph-ygrene-helper-form .form-submit:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .paragraph-ygrene-helper-form button.form-submit::before,
    .paragraph-ygrene-helper-form .form-submit::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .paragraph-ygrene-helper-form button.form-submit[disabled], .paragraph-ygrene-helper-form button.form-submit[disabled]:hover,
    .paragraph-ygrene-helper-form .form-submit[disabled],
    .paragraph-ygrene-helper-form .form-submit[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .node-type-section-page .paragraph-ygrene-helper-form .form-submit {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    color: #303C42;
    background: #BFD400;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .node-type-section-page .paragraph-ygrene-helper-form .form-submit:hover, .node-type-section-page .paragraph-ygrene-helper-form .form-submit:focus {
      background-color: #3177dc;
      color: #fff; }
    .node-type-section-page .paragraph-ygrene-helper-form .form-submit:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .node-type-section-page .paragraph-ygrene-helper-form .form-submit::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .node-type-section-page .paragraph-ygrene-helper-form .form-submit[disabled], .node-type-section-page .paragraph-ygrene-helper-form .form-submit[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .paragraph-ygrene-helper-form .form-select {
    height: 35px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ADBAC9;
    color: rgba(48, 60, 66, 0.7);
    background: url(../../images/triangle-bottom.svg) no-repeat calc(100% - 7px) 50%; }
  .paragraph-ygrene-helper-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0;
    text-overflow: '';
    outline: 0; }
  .paragraph-ygrene-helper-form select::-ms-expand {
    display: none; }
  .paragraph-ygrene-helper-form .congratulations {
    display: none; }
  .paragraph-ygrene-helper-form .congratulations {
    text-align: center; }
    .paragraph-ygrene-helper-form .congratulations p, .paragraph-ygrene-helper-form .congratulations .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-ygrene-helper-form .congratulations li {
      margin: 0; }

@media (max-width: 30rem) {
  .node-type-landing-page.page-node-967 .page-heading .page-heading-overlay .header-content, .node-type-landing-page.page-node-1145 .page-heading .page-heading-overlay .header-content {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100% !important; }
  .node-type-landing-page.page-node-967 .page-heading .content, .node-type-landing-page.page-node-1145 .page-heading .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2.5rem var(--padding-side); }
  .node-type-landing-page.page-node-967 .page-heading .desktop-header, .node-type-landing-page.page-node-1145 .page-heading .desktop-header {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .node-type-landing-page.page-node-967 .page-heading picture img, .node-type-landing-page.page-node-1145 .page-heading picture img {
    display: block !important; }
  .node-type-landing-page.page-node-967.section-customer-stories .header-content, .node-type-landing-page.page-node-1145.section-customer-stories .header-content {
    padding: 0 !important; }
  .node-type-landing-page.page-node-967.section-customer-stories .paragraph-landing-text-block .body h2, .node-type-landing-page.page-node-1145.section-customer-stories .paragraph-landing-text-block .body h2 {
    font-size: 1.5rem; } }

.page-heading picture img {
  display: block !important; }

body {
  cursor: auto; }

.page-node-1078 .paragraph-subsection-text.type-default p, .page-node-1078 .paragraph-subsection-text.type-default .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1078 .paragraph-subsection-text.type-default li {
  text-align: center; }

.page-node-1078 .columns {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 48rem) {
  .page-node-1078 .node .row {
    padding-left: 1rem;
    padding-right: 1rem; }
    .page-node-1078 .node .row .row {
      padding-left: 0;
      padding-right: 0; } }

.page-node-1078 .paragraph-subsection-background-image .field--name-field-body p, .page-node-1078 .paragraph-subsection-background-image .field--name-field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1078 .paragraph-subsection-background-image .field--name-field-body li {
  margin-bottom: 0; }

.page-node-1078 .field-card-slides .pace-paragraph .field-body p, .page-node-1078 .field-card-slides .pace-paragraph .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1078 .field-card-slides .pace-paragraph .field-body li {
  text-align: left;
  line-height: 1.375rem;
  margin-bottom: -0.625rem; }

.page-node-1078 .paragraph-subsection-form .field-cta-link {
  padding: 0.5625rem 1.125rem; }

.page-node-1078 .l-footer {
  margin-top: 2.25rem; }

.page-node-22 .small-block-grid-2.large-block-grid-5 {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 48rem) {
    .page-node-22 .small-block-grid-2.large-block-grid-5 {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .page-node-22 .small-block-grid-2.large-block-grid-5 .icon-item {
        padding: 0 0 0.625rem; }
      .page-node-22 .small-block-grid-2.large-block-grid-5 > li {
        width: 20%; } }
  @media (max-width: 47.9375rem) {
    .page-node-22 .small-block-grid-2.large-block-grid-5 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .page-node-22 .small-block-grid-2.large-block-grid-5 > li {
        width: calc(50% - 17.5px);
        padding: 0 0.54688rem 1.09375rem; } }

@media (max-width: 63.9375rem) {
  .page-node-22 .paragraph-icon-group.martop-3.icon-group-vertical {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 47.9375rem) {
  .page-node-22 .paragraph-icon-group.martop-3.icon-group-vertical {
    padding-left: 1rem;
    padding-right: 1rem; } }

.page-node-22 h2 {
  font-family: Muli;
  font-weight: 500;
  color: #333; }

.page-node-24 .small-block-grid-2.large-block-grid-5 {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 48rem) {
    .page-node-24 .small-block-grid-2.large-block-grid-5 .icon-item {
      padding: 0 0 0.625rem; }
    .page-node-24 .small-block-grid-2.large-block-grid-5 > li {
      width: 33.33333%; } }
  @media (max-width: 47.9375rem) {
    .page-node-24 .small-block-grid-2.large-block-grid-5 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .page-node-24 .small-block-grid-2.large-block-grid-5 > li {
        width: 100%;
        padding: 1.25rem 0 2.5rem; } }

.page-node-24 .media-wysiwyg-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }

.page-node-30 .small-block-grid-3.large-block-grid-3 {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-node-30 .small-block-grid-3.large-block-grid-3 > li {
    padding: 0.3125rem; }
    .page-node-30 .small-block-grid-3.large-block-grid-3 > li:hover .background-overlay {
      background-color: #32628e;
      opacity: 0.9; }
  .page-node-30 .small-block-grid-3.large-block-grid-3 .overlay-container {
    display: inline-block;
    position: relative;
    width: 100%; }
  .page-node-30 .small-block-grid-3.large-block-grid-3 .background-overlay {
    background-color: transparent;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 89; }
  @media (min-width: 48rem) {
    .page-node-30 .small-block-grid-3.large-block-grid-3 > li {
      width: 33.33333%; } }
  @media (max-width: 47.9375rem) {
    .page-node-30 .small-block-grid-3.large-block-grid-3 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .page-node-30 .small-block-grid-3.large-block-grid-3 > li {
        width: 100%;
        padding: 0.625rem; } }

.page-node-30 .paragraph--type--body-text .field--name-field-body img {
  display: block;
  margin: 0 auto; }

.modal--call-us {
  display: none; }

.page-node-47 .view-team-sorting .team-member.team-member-selected .team-member-image,
.page-node-47 .view-team-members .team-member.team-member-selected .team-member-image,
.page-node-47 .black-overlay {
  z-index: 200; }

.page-node-967 #tiBottomCTA,
.page-node-967 .paragraph-landing-blog-listing {
  margin-top: 5.5rem; }
  @media (max-width: 63.9375rem) {
    .page-node-967 #tiBottomCTA,
    .page-node-967 .paragraph-landing-blog-listing {
      margin-top: 3rem; } }

.page-node-1151 table,
.page-node-1151 td {
  border: solid #000000 1px; }

.page-node-1063 .node-subsection-page.view-mode-full {
  padding-top: 5rem; }

.page-node-1063 .paragraph-pace-icon-grid,
.page-node-1063 .paragraph-pace-left-right-image-text,
.page-node-1063 .paragraph-pace-double-cta {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  clear: both; }
  @media (max-width: 48rem) {
    .page-node-1063 .paragraph-pace-icon-grid,
    .page-node-1063 .paragraph-pace-left-right-image-text,
    .page-node-1063 .paragraph-pace-double-cta {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.page-node-1063 .paragraph-pace-card-slider + .paragraph-pace-grid,
.page-node-1063 .pace-paragraph.paragraph-pace-video {
  overflow: hidden;
  padding-bottom: 5rem;
  clear: both; }
  .page-node-1063 .paragraph-pace-card-slider + .paragraph-pace-grid + .paragraph-pace-cta,
  .page-node-1063 .pace-paragraph.paragraph-pace-video + .paragraph-pace-cta {
    margin-top: 0; }

.page-node-1063 .pace-paragraph.paragraph-pace-video {
  padding-top: 0;
  margin-top: 0; }

.page-node-1063 .paragraph-landing-blog-listing {
  margin-top: 0; }

.page-node-1063 #tiBottomCTA {
  overflow: hidden;
  clear: both; }

.page-node-1063 .paragraph-pace-card-slider {
  padding-bottom: 5rem;
  clear: both; }
  .page-node-1063 .paragraph-pace-card-slider > .paragraph-inner > .columns {
    float: none; }

.page-node-1063 .row-wrapper.paragraph-pace-video {
  overflow: hidden;
  padding-top: 0; }

.page-node-1063 .pace-paragraph.paragraph-pace-cta.type-default {
  padding-top: 0;
  min-height: inherit; }

.page-node-1063 .field-title {
  margin-bottom: 0; }

.page-node-1063 .paragraph--type--pace-background-image + .paragraph-pace-icon-grid {
  margin-top: 0; }
  .page-node-1063 .paragraph--type--pace-background-image + .paragraph-pace-icon-grid + .paragraph--type--pace-left-right-image-text {
    margin-top: 0; }

.page-node-1200 .subsection-paragraph + .paragraph-pace-double-cta {
  overflow: hidden; }

.page-node-1200 .paragraph-cards--style-4 .field-card__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-node-1200 .paragraph-cards--style-4 .field-card__image img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }

.page-node-1200 .paragraph-cards--style-4 .field-card__body p, .page-node-1200 .paragraph-cards--style-4 .field-card__body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1200 .paragraph-cards--style-4 .field-card__body li,
.page-node-1200 .paragraph-cards--style-4 .field-body-second p,
.page-node-1200 .paragraph-cards--style-4 .field-body-second .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1200 .paragraph-cards--style-4 .field-body-second li {
  font-size: 1rem; }

.page-node-1200 .paragraph-cards--style-4 .field-cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-node-1200 .section-dynamic-page .header-content__title,
.page-node-1200 .section-dynamic-page .header-content__subtitle {
  max-width: 740px; }

.page-node-1200 #ygrene-helper-subsection-form .field-cta-link {
  white-space: nowrap; }

.page-node-1200 .l-footer {
  margin-top: 2.25rem; }

.page-node-1229 #block-ygrene-subtheme-ygrene-subtheme-system-main h1,
.page-node-19 #block-ygrene-subtheme-ygrene-subtheme-system-main h1,
.page-node-18 #block-ygrene-subtheme-ygrene-subtheme-system-main h1,
.page-node-16 #block-ygrene-subtheme-ygrene-subtheme-system-main h1 {
  margin: 3rem 0; }

.page-node-1229 .paragraph--type--body-text-two-columns h2,
.page-node-19 .paragraph--type--body-text-two-columns h2,
.page-node-18 .paragraph--type--body-text-two-columns h2,
.page-node-16 .paragraph--type--body-text-two-columns h2 {
  color: #333; }

.page-node-1229 .paragraph--type--body-text-two-columns p, .page-node-1229 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1229 .paragraph--type--body-text-two-columns li,
.page-node-19 .paragraph--type--body-text-two-columns p,
.page-node-19 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-19 .paragraph--type--body-text-two-columns li,
.page-node-18 .paragraph--type--body-text-two-columns p,
.page-node-18 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-18 .paragraph--type--body-text-two-columns li,
.page-node-16 .paragraph--type--body-text-two-columns p,
.page-node-16 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-16 .paragraph--type--body-text-two-columns li {
  margin-top: 0; }

.page-node-1195 #block-ygrene-subtheme-ygrene-subtheme-system-main .form-item-address label {
  display: block !important; }

.page-node-18 .paragraph--type--body-text-two-columns .full-height > p, .page-node-18 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-18 .paragraph--type--body-text-two-columns .full-height > li,
.page-node-19 .paragraph--type--body-text-two-columns .full-height > p,
.page-node-19 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-19 .paragraph--type--body-text-two-columns .full-height > li,
.page-node-16 .paragraph--type--body-text-two-columns .full-height > p,
.page-node-16 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-16 .paragraph--type--body-text-two-columns .full-height > li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4375rem; }
  @media (min-width: 48rem) {
    .page-node-18 .paragraph--type--body-text-two-columns .full-height > p, .page-node-18 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-18 .paragraph--type--body-text-two-columns .full-height > li,
    .page-node-19 .paragraph--type--body-text-two-columns .full-height > p,
    .page-node-19 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-19 .paragraph--type--body-text-two-columns .full-height > li,
    .page-node-16 .paragraph--type--body-text-two-columns .full-height > p,
    .page-node-16 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts .full-height > li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-16 .paragraph--type--body-text-two-columns .full-height > li {
      font-size: 1rem;
      letter-spacing: -0.02125rem;
      line-height: 1.625rem; } }

.node-type-section_dynamic_page.page-node-1222 .paragraph--type--slider-block .paragraph-blog-short-content {
  margin: 3.125rem -1rem 0; }
  .node-type-section_dynamic_page.page-node-1222 .paragraph--type--slider-block .paragraph-blog-short-content .node--view-mode-short-content {
    padding: 0; }
    .node-type-section_dynamic_page.page-node-1222 .paragraph--type--slider-block .paragraph-blog-short-content .node--view-mode-short-content .title {
      margin-bottom: 0.5rem; }

.node-type-section_dynamic_page.page-node-1222 .promotion {
  margin-top: 2.25rem; }

.node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-6 .field-title,
.node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-5 .field-title,
.node-type-section_dynamic_page.page-node-1222 .paragraph--type--slider-block .field-title {
  padding-bottom: 4rem; }
  .node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-6 .field-title::before,
  .node-type-section_dynamic_page.page-node-1222 .paragraph-cards--style-5 .field-title::before,
  .node-type-section_dynamic_page.page-node-1222 .paragraph--type--slider-block .field-title::before {
    margin: 0 auto 1.5rem; }

.node-type-section_dynamic_page.page-node-1222 .faq--block.pace-paragraph {
  padding-top: 5rem; }

.page-node-7 .node--type-page h1 {
  font-size: 2rem;
  line-height: 2.5rem; }

.page-node-1174 .paragraph-landing-text-image-grid-items .field-title,
.page-node-1174 .paragraph-landing-title-big-image .field-title,
.page-node-1176 .paragraph-landing-text-image-grid-items .field-title,
.page-node-1176 .paragraph-landing-title-big-image .field-title {
  color: #333;
  font-size: 2rem; }

.page-node-30 .paragraph--type--body-text h2 {
  color: #333; }

.page-node-1145 h2 {
  color: #333 !important; }

.page-node-1203 .paragraph--type--pro-tip .field-cta-link a,
.page-node-1203 .paragraph-cards--style-3 .field-cta-link a,
.page-node-1200 .paragraph--type--pro-tip .field-cta-link a,
.page-node-1200 .paragraph-cards--style-3 .field-cta-link a {
  font-family: 'Muli';
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  min-height: 50px;
  color: #303C42;
  background: #BFD400;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all; }
  .page-node-1203 .paragraph--type--pro-tip .field-cta-link a:hover,
  .page-node-1203 .paragraph-cards--style-3 .field-cta-link a:hover,
  .page-node-1200 .paragraph--type--pro-tip .field-cta-link a:hover,
  .page-node-1200 .paragraph-cards--style-3 .field-cta-link a:hover {
    background-color: #3177dc;
    color: #fff; }

.page-node-1203 .page-heading-overlay .header-content,
.page-node-1200 .page-heading-overlay .header-content {
  max-width: 1300px; }

@media (min-width: 48rem) {
  .page-node-1203 .paragraphs-wrapper .paragraph-cards--style-1,
  .page-node-1200 .paragraphs-wrapper .paragraph-cards--style-1 {
    padding: 5rem 1rem; } }

@media (min-width: 48rem) {
  .page-node-1203 .paragraph-cards--style-3,
  .page-node-1200 .paragraph-cards--style-3 {
    padding: 5.25rem 1rem 4.375rem; } }

@media (min-width: 48rem) {
  .page-node-1203 .paragraph-cards--style-4,
  .page-node-1200 .paragraph-cards--style-4 {
    padding: 5rem 1rem 6.875rem; } }

.page-node-1203 #ygrene-helper-subsection-form .field-cta-link,
.page-node-1200 #ygrene-helper-subsection-form .field-cta-link {
  white-space: nowrap; }

.page-node-1203 .l-footer,
.page-node-1200 .l-footer {
  margin-top: 2.25rem; }

.page-node-8.node-type-page .columns h1 {
  font-size: 2rem;
  line-height: 2.5rem; }

.node-type-section_page.page-node-24 .paragraph--type--body-text-two-columns p img, .node-type-section_page.page-node-24 .paragraph--type--body-text-two-columns .guidelines-landing-page .state-tiles > .state-tiles-texts li img, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_page.page-node-24 .paragraph--type--body-text-two-columns li img {
  height: 72px;
  width: 72px; }

.page-node-1216 .page-heading-overlay .header-content {
  max-width: 1300px; }

.page-node-1216 .customer-services-form {
  height: 100%; }
  .page-node-1216 .customer-services-form .form-type-textarea {
    display: block; }
  .page-node-1216 .customer-services-form .button:hover {
    background: #3177dc; }

.page-node-1216.page-contact-us .paragraph-slider-block-content .slick-slide .row {
  padding: 0; }

.page-node-1216.section-contact-us .paragraph-slider-block-content .row {
  max-width: 1246px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media (max-width: 47.9375rem) {
  .page-node-1216 .customer-services-form .form-item select + label {
    top: -4px; } }

@media (max-width: 47.9375rem) {
  .node-type-commercial_page.page-node-1195 .webform-submission-questions-in-commercial-page-form .webform-flex--container .form-item-phone-number {
    margin: 1.25rem 0; } }

@media (max-width: 63.9375rem) {
  .node-type-commercial_recap.page-node-1266 .paragraph--type--section-with-circle .numberlist--list,
  .node-type-commercial_recap.page-node-1227 .paragraph--type--section-with-circle .numberlist--list {
    padding-left: 0; } }

.section-water-conservation .paragraph-cards--style-3 .slider-desktop.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-water-conservation .paragraph-cards--style-3 .slider-desktop .slick-slide {
  height: inherit; }
  .section-water-conservation .paragraph-cards--style-3 .slider-desktop .slick-slide > div,
  .section-water-conservation .paragraph-cards--style-3 .slider-desktop .slick-slide .field-card {
    height: 100%; }
  .section-water-conservation .paragraph-cards--style-3 .slider-desktop .slick-slide .field-card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .section-water-conservation .paragraph-cards--style-3 .slider-desktop .slick-slide .field-card .field-card__container {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2; }

.section-water-conservation .paragraphs-wrapper .paragraph-cards--style-1 {
  padding-bottom: 1.0625rem; }
  .section-water-conservation .paragraphs-wrapper .paragraph-cards--style-1 .paragraph-container .field-body-second p, .section-water-conservation .paragraphs-wrapper .paragraph-cards--style-1 .paragraph-container .field-body-second .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-water-conservation .paragraphs-wrapper .paragraph-cards--style-1 .paragraph-container .field-body-second li {
    font-size: 1rem;
    line-height: 2.4375rem; }

.section-water-conservation .paragraphs-wrapper .paragraph-cards--style-3 {
  padding-bottom: 6.5625rem; }

.node-type-commercial_recap.page-node-1227 .hero-image__section .hero-image__subtitle p, .node-type-commercial_recap.page-node-1227 .hero-image__section .hero-image__subtitle .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial_recap.page-node-1227 .hero-image__section .hero-image__subtitle li {
  margin-bottom: 0; }

.node-type-commercial_recap.page-node-1227 .numberlist--section .numberlist--item {
  margin-top: 0; }

.node-type-commercial_recap.page-node-1227 .numberlist--section .numberlist--title {
  padding-bottom: 4rem; }

@media (min-width: 48rem) {
  .node-type-commercial_recap.page-node-1227 .teaser-2--section.paragraph--type--title-subtitle-3-cards {
    padding: 5rem 1rem; }
    .node-type-commercial_recap.page-node-1227 .teaser-2--section.paragraph--type--title-subtitle-3-cards .field-title {
      padding-bottom: 4rem; } }

@media (min-width: 48rem) {
  .node-type-commercial_recap.page-node-1227 .icon-list__section.paragraph--type--title-icons-with-title-horizonta .icon-list__title {
    padding-bottom: 4rem; } }

.node-type-commercial_recap.page-node-1227 .faq--block.pace-paragraph {
  padding-top: 5rem;
  margin-top: 0; }
  @media (min-width: 48rem) {
    .node-type-commercial_recap.page-node-1227 .faq--block.pace-paragraph .field-title {
      padding-bottom: 4rem; } }

.node-type-section_page.page-node-6 .view-project-selection legend {
  margin: 0.5rem 0 1.125rem; }
  .node-type-section_page.page-node-6 .view-project-selection legend span {
    font-size: 2.25rem; }

.node-type-section_page.page-node-6 .paragraph--type--body-text a:not(.cta-green) {
  font-size: 1.125rem;
  font-weight: 500; }

.node-type-subsection-page.page-node-1072 .paragraph-subsection-form .field-cta-link {
  margin-right: 0;
  padding: 0.5625rem 1.125rem; }

.node-type-subsection-page.page-node-1072 .paragraph--type--pace-cta .field-title {
  margin-bottom: 2.5rem; }

.node-type-subsection-page.page-node-1072 .paragraph-landing-blog-listing {
  padding: 1rem;
  margin-top: 0; }

.node-type-subsection-page.page-node-1072 .l-footer {
  margin-top: 2.25rem; }

@media (max-width: 47.9375rem) {
  .node-type-section_page.page-node-26 .paragraph-body-text p > a.cta-green, .node-type-section_page.page-node-26 .paragraph-body-text .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.cta-green, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-section_page.page-node-26 .paragraph-body-text li > a.cta-green {
    padding: 0.625rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.node-type-section_page.page-node-266 .paragraph--type--body-text-two-columns h3, .node-type-section_page.page-node-266 .paragraph--type--body-text-two-columns .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .node-type-section_page.page-node-266 .paragraph--type--body-text-two-columns .team-member-name, .node-type-section_page.page-node-266 .paragraph--type--body-text-two-columns .view-team-members .team-member .team-member-name, .view-team-members .team-member .node-type-section_page.page-node-266 .paragraph--type--body-text-two-columns .team-member-name, .node-type-section_page.page-node-10 .paragraph--type--body-text-two-columns h3, .node-type-section_page.page-node-10 .paragraph--type--body-text-two-columns .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .node-type-section_page.page-node-10 .paragraph--type--body-text-two-columns .team-member-name, .node-type-section_page.page-node-10 .paragraph--type--body-text-two-columns .view-team-members .team-member .team-member-name, .view-team-members .team-member .node-type-section_page.page-node-10 .paragraph--type--body-text-two-columns .team-member-name {
  margin: 0.3rem 0 0.75rem; }

.node-type-case-study .page-heading picture img {
  display: inline-block; }

.node-type-case-study .paragraph--type--body-text-two-columns .full-height p, .node-type-case-study .paragraph--type--body-text-two-columns .full-height .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-case-study .paragraph--type--body-text-two-columns .full-height li {
  letter-spacing: -0.02125rem;
  line-height: 1.625rem; }

.node-type-subsection-page .paragraph-subsection-see-more {
  margin: 0; }

.section-water-conservation .paragraph-cards--style-3 .field-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8125rem;
  padding-bottom: 4rem; }
  .section-water-conservation .paragraph-cards--style-3 .field-title .field--name-field-title::after {
    content: "1";
    vertical-align: super;
    font-size: 1.25rem;
    line-height: 0; }

.section-water-conservation .paragraph-cards--style-3 .field-card__title::before {
  background: #2f393f; }

.page-share-your-story #block-readytostartyounextprojectblock {
  margin-top: 2.375rem;
  background-color: #f4f4f5;
  height: 340px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem; }
  .page-share-your-story #block-readytostartyounextprojectblock h2 {
    margin-bottom: 3.75rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #303C41;
    line-height: 2.9375rem; }
    .page-share-your-story #block-readytostartyounextprojectblock h2::before {
      background-color: #c5d54f;
      content: "";
      display: block;
      height: 9px;
      margin: 0 auto 0.9375rem auto;
      width: 50px; }
  .page-share-your-story #block-readytostartyounextprojectblock p, .page-share-your-story #block-readytostartyounextprojectblock .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story #block-readytostartyounextprojectblock li {
    font-size: 1rem;
    letter-spacing: -0.02125rem;
    line-height: 1.625rem;
    color: #333;
    font-family: Muli,sans-serif; }
    .page-share-your-story #block-readytostartyounextprojectblock p a, .page-share-your-story #block-readytostartyounextprojectblock .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story #block-readytostartyounextprojectblock li a {
      display: inline-block;
      font-family: Muli,sans-serif;
      font-weight: normal;
      text-align: center;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #c5d54f;
      color: #303C41;
      border: 2px solid transparent;
      border-radius: 0;
      font-family: Muli,sans-serif;
      font-size: 14pt;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0.3125rem 1rem;
      min-width: 112px; }
      .page-share-your-story #block-readytostartyounextprojectblock p a:hover, .page-share-your-story #block-readytostartyounextprojectblock .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story #block-readytostartyounextprojectblock li a:hover {
        background-color: #E2EC8C;
        color: #303C41; }

.page-share-your-story .js-form-managed-file .form-type-checkbox label a {
  pointer-events: auto;
  color: #c5d339; }

.view-empty-1 .view-empty a {
  font-family: Muli;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1975E3;
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  padding: 0.1875rem 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  margin: 0 -0.375rem;
  text-decoration: none;
  white-space: nowrap;
  outline: 0; }
  .view-empty-1 .view-empty a:hover {
    text-decoration: underline;
    text-underline-position: under; }

.page-node-1078 .video-embed-field-provider-vimeo {
  position: relative;
  padding-bottom: 33.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.ti-global-hello-bar-wrapper ~ main {
  padding-top: calc(var(--header-height) + 3.75rem) !important; }

.banner-closed .ti-global-hello-bar-wrapper ~ main {
  padding-top: var(--header-height) !important; }

.path-frontpage .paragraph-landing-blog-listing {
  margin-top: 5.5rem !important; }
  .path-frontpage .paragraph-landing-blog-listing .node__links {
    display: none; }

.path-frontpage .paragraph-landing-video-quote {
  margin-top: 1rem; }

@media (min-width: 48rem) {
  .path-frontpage .advanced-icon-list {
    margin: 0 -0.9375rem; } }

p, .guidelines-landing-page .state-tiles > .state-tiles-texts li {
  font-family: Muli,sans-serif; }

.page-node-1153 .paragraph--type--slider-block .node__links {
  display: none; }

.numberlist--body p, .numberlist--body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .numberlist--body li {
  margin-bottom: 0; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"] {
  font-size: 1rem;
  color: #303C42 !important;
  background-color: #303c42;
  cursor: pointer;
  height: 60px;
  text-transform: uppercase;
  width: 100%;
  font-family: Muli,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 3.75rem;
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-top: 0;
  text-transform: uppercase;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #303C42;
  background: #f1f4f9;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  width: 214px;
  height: 75px;
  position: absolute;
  cursor: pointer;
  top: 18px;
  font-size: 16px; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"]:hover, .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"]:focus {
    background-color: #3177dc;
    color: #fff; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"]:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"][disabled], .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"][disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"] span {
    display: none; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file > label[id^="edit-upload-file"]::before {
    background: url(../../src/images/plus.svg) no-repeat;
    height: 14px;
    width: 14px;
    left: 22px;
    top: 30px; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file .form-file {
  width: 160px;
  height: 50px;
  cursor: pointer; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file input[id^="edit-upload-file-upload-button"] {
  display: none; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file input[id^="edit-upload-file-remove-button"] {
  right: 20px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0 !important;
  background: url(../../src/images/remove.svg) no-repeat;
  background-position: center right; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file input[id^="edit-upload-file-remove-button"]:hover {
    background-color: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit !important;
    background: url(../../src/images/remove-white.svg) no-repeat;
    background-position: center right; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file:hover > label[id^="edit-upload-file"] {
  background-color: #3177dc;
  color: #fff !important;
  cursor: pointer; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file:hover > label[id^="edit-upload-file"]::before {
    background: url(../../src/images/plus-white.svg) no-repeat; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file.active > label[id^="edit-upload-file"],
.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file.active > .description {
  display: none; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file.active .form-managed-file {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file.active .affliate-formupload {
  -webkit-box-shadow: 0 0 5px #bbb;
          box-shadow: 0 0 5px #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file.active .form-file {
  display: none; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file:not(.active) {
  padding-bottom: 4.375rem; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-type-managed-file .file-upload-js-error {
  color: red;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  bottom: 0; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-item-region-served + div .alert-status {
  display: none; }

.webform-submission-ygrene-commercial-affiliate-memb-form div[id^="ajax-wrapper--"] .alert-danger {
  padding: 0.5rem;
  margin-top: 1.25rem; }
  .webform-submission-ygrene-commercial-affiliate-memb-form div[id^="ajax-wrapper--"] .alert-danger > span {
    display: none; }

.webform-submission-ygrene-commercial-affiliate-memb-form div[id^="ajax-wrapper--"] ul {
  margin: 0;
  list-style: none;
  padding-left: 0; }

.webform-submission-ygrene-commercial-affiliate-memb-form div[id^="ajax-wrapper--"] li {
  margin: 0; }

.page-commercial-affiliate-apply .region-highlighted .alert-error {
  display: none; }

.node-type-blog .block-views-blockblog-block-8 .icon-list--grid-1-1-2-1 {
  display: block; }

.node-type-blog .view-display-id-block_4 .view-content .teaser-1--item,
.node-type-blog .view-display-id-block_2 .view-content .teaser-1--item {
  -webkit-box-shadow: none;
          box-shadow: none; }

.node-type-blog .view-display-id-block_4 .view-content .teaser-4--title,
.node-type-blog .view-display-id-block_2 .view-content .teaser-4--title {
  margin-bottom: 0; }

.node-type-blog .block-views-blockblog-block-8 {
  padding: 5rem 0; }

.page-node-1225 .paragraph.paragraph--type--commercial-recap-form {
  background: #fff; }

.page-node-1225 .checklist__item p, .page-node-1225 .checklist__item .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-1225 .checklist__item li {
  margin-bottom: 0; }

.upgrades__title {
  padding: 0 0 4rem 0 !important; }

.webform-submission-ygrene-commercial-affiliate-memb-form .select2-selection__choice {
  padding: 0.5rem !important; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .select2-selection__choice button {
    padding: 0.5rem !important; }
  .webform-submission-ygrene-commercial-affiliate-memb-form .select2-selection__choice .select2-selection__choice__display {
    margin-left: 1.5rem !important; }

.webform-submission-ygrene-commercial-affiliate-memb-form .form-item-county1 .select2-selection__rendered,
.webform-submission-ygrene-commercial-affiliate-memb-form .form-item-other-services .select2-selection__rendered,
.webform-submission-ygrene-commercial-affiliate-memb-form .form-item-property-classifications .select2-selection__rendered {
  background: url(../../images/search-darkblue.svg) no-repeat calc(100% - 5px) 50%;
  min-height: 18px;
  width: 100%; }

.select2-search--dropdown {
  padding: 0 !important; }
  .select2-search--dropdown input {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #aaa !important; }

.select2-dropdown {
  top: -10px !important;
  border-bottom: 1px solid #aaa !important; }

.page-node-1216 .schedule__normal-hours {
  padding-top: 2.5rem; }

.page-node-1216 h3.schedule__subtitle, .page-node-1216 .view-team-sorting .team-member .schedule__subtitle.team-member-name, .view-team-sorting .team-member .page-node-1216 .schedule__subtitle.team-member-name, .page-node-1216 .view-team-members .team-member .schedule__subtitle.team-member-name, .view-team-members .team-member .page-node-1216 .schedule__subtitle.team-member-name {
  margin-bottom: 0; }

.page-node-1216 .schedule__contact-complaint {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 150%; }

.section-faq .faq--answer .cta-green:hover {
  text-decoration: none; }

.navbar-nav .menu-main--item.last a:hover, .navbar-nav .menu-main--item a:hover {
  color: inherit; }

.media-element-container .media-wysiwyg-align-left {
  float: left; }

.paragraph-icon-group h2.upgrades__title {
  font-size: 2rem; }

.paragraph-icon-group .upgrades__list .upgrades__item-title {
  font-weight: 700; }

.form-2__section > .form-type-processed-text:first-child h2 {
  margin-top: 0; }

.form-2__section .form-item-firstname {
  margin-top: 5rem; }

.page-commercial-affiliate-apply .page-salesforce #page-title {
  margin-bottom: 0; }

.page-commercial-affiliate-apply.confirmation .l-footer {
  margin-top: 0 !important; }

.page-commercial-affiliate-apply.confirmation .webform-confirmation__message {
  margin-bottom: 0; }

.page-salesforce .customer-services-form {
  padding-top: 0 !important; }

.node-type-case-study .paragraph--type--quote.collapse:not(.show) {
  display: none; }

.page-node-739 .paragraphs-wrapper .paragraph--type--body-text:last-child a:hover {
  border: 2px solid transparent; }

.section-water-conservation .paragraph-cards--style-3 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

@media (min-width: 48rem) {
  .section-water-conservation .paragraph-cards--style-3 .field-card__image img {
    height: 190px; } }

.region-post-content #block-startsavingtodaygetstartedprefooter {
  text-align: center;
  padding: 2.5rem 1rem; }
  @media (min-width: 48rem) {
    .region-post-content #block-startsavingtodaygetstartedprefooter {
      padding: 5rem 1rem; } }
  .region-post-content #block-startsavingtodaygetstartedprefooter h2 {
    font-family: 'Muli',sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media (min-width: 48rem) {
      .region-post-content #block-startsavingtodaygetstartedprefooter h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding-bottom: 4rem; } }
    .region-post-content #block-startsavingtodaygetstartedprefooter h2::before {
      content: "";
      width: 43px;
      height: 6px;
      display: block;
      margin: 0 auto 1.25rem;
      background: #BFD400; }

@media (max-width: 63.9375rem) {
  .page-contact-us .customer-services-info {
    width: 100%; } }

.page-sitemap .sitemap {
  max-width: 1300px;
  margin: 6.25rem auto 0; }
  @media (max-width: 47.9375rem) {
    .page-sitemap .sitemap {
      margin: 3.75rem auto 0; } }
  .page-sitemap .sitemap .sitemap-item {
    padding: 0 0.9375rem;
    font-family: 'Muli',sans-serif; }
  .page-sitemap .sitemap .navbar-nav {
    margin-left: 0;
    list-style: inherit;
    font-family: 'Muli',sans-serif; }
    @media (max-width: 63.9375rem) {
      .page-sitemap .sitemap .navbar-nav a {
        font-size: 0.875rem; } }
    .page-sitemap .sitemap .navbar-nav ul {
      margin-bottom: 0; }

.page-sitemap .l-footer {
  margin-top: 2.25rem; }

.page-node-32 .l-footer {
  margin-top: 2.25rem; }

.view-display-id-page_3 {
  margin-bottom: 5rem; }

.full-1--body p > a.cta-green:hover, .full-1--body .guidelines-landing-page .state-tiles > .state-tiles-texts li > a.cta-green:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .full-1--body li > a.cta-green:hover,
.full-1--body li > a.cta-green:hover {
  background: transparent;
  border-color: transparent; }

.media-wysiwyg-align-center {
  display: block;
  margin: 0 auto; }

.form-contractors .form-submit::before {
  border: none; }

.slick-slider .view-mode-short_content .node__links {
  display: none; }

.page-node-967 .page-heading .description p, .page-node-967 .page-heading .description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-node-967 .page-heading .description li {
  margin-bottom: 0;
  color: inherit !important;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit; }

.page-node-967 .header-content form .form-item-address {
  height: 50px; }
  .page-node-967 .header-content form .form-item-address input {
    height: inherit;
    background-position: 18px 16px; }

.page-node-967 .header-content form .field-cta-link:after {
  margin-top: 0; }

.node__press_release h1 {
  color: #303c41;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1%;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  font-family: Mulish, sans-serif;
  text-align: center;
  margin-bottom: 1.5rem; }

.page-choose-a-project .ajax-progress-fullscreen {
  display: none; }

.view-id-project_selection {
  max-width: 1300px;
  margin: auto;
  padding: 0 1em; }
  .view-id-project_selection .form-actions {
    padding: .5em 1em 0 0;
    margin-bottom: 1.5rem;
    float: none;
    clear: both; }
  .view-id-project_selection h2, .view-id-project_selection legend {
    font-size: 1.8125rem;
    letter-spacing: -0.10875rem;
    line-height: 2.1875rem;
    font-family: Muli,sans-serif;
    font-weight: normal; }
    @media only screen and (min-width: 81.25rem) {
      .view-id-project_selection h2, .view-id-project_selection legend {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 48rem) {
      .view-id-project_selection h2, .view-id-project_selection legend {
        font-size: 2.0625rem;
        letter-spacing: -0.135rem;
        line-height: 2.1875rem; } }
  .view-id-project_selection h3, .view-id-project_selection .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .view-id-project_selection .team-member-name, .view-id-project_selection .view-team-members .team-member .team-member-name, .view-team-members .team-member .view-id-project_selection .team-member-name {
    font-size: 1.5rem;
    letter-spacing: -0.0375rem;
    line-height: 1.6875rem;
    font-family: Muli,sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
    margin-bottom: 0.5em; }
  .view-id-project_selection .marbot-2, .view-id-project_selection .view-id-news_articles .views-row, .view-id-news_articles .view-id-project_selection .views-row, .view-id-project_selection .view-id-news_articles .item-list .pager, .view-id-news_articles .item-list .view-id-project_selection .pager {
    margin-bottom: 1.5rem; }
  .view-id-project_selection .bluesteel {
    background-color: #7794a9 !important; }
  .view-id-project_selection .project-tile {
    border-radius: 20px;
    background: #003366;
    color: #fff;
    height: 300px;
    max-height: 300px;
    text-align: center; }
    .view-id-project_selection .project-tile .project-image {
      padding-top: 1.5rem; }
    .view-id-project_selection .project-tile .project-name {
      color: #fff; }
    .view-id-project_selection .project-tile .project-description {
      color: #fff; }
  .view-id-project_selection .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .view-id-project_selection .views-row {
      width: 50%; } }
  .view-id-project_selection .js-form-item.form-item.js-form-type-radio.form-type-radio:first-child {
    display: none; }
  .view-id-project_selection fieldset {
    float: none;
    clear: both; }
    .view-id-project_selection fieldset legend {
      margin-bottom: 0.5em;
      font-family: Muli,sans-serif;
      font-weight: normal; }
  .view-id-project_selection .form-radios input[type=radio] {
    display: none; }
  .view-id-project_selection .form-radios input[type="radio"]:checked + label {
    color: #fff !important;
    background-color: #3177dc !important; }
  .view-id-project_selection .form-radios input[type=radio] + label {
    float: left;
    display: inline-block;
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: 180px;
    margin: 0 0.3125rem 0.625rem;
    margin-right: 0.9375rem; }
    .view-id-project_selection .form-radios input[type=radio] + label::before {
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .view-id-project_selection .form-radios input[type=radio] + label:hover, .view-id-project_selection .form-radios input[type=radio] + label:focus {
      color: #fff !important;
      background-color: #3177dc !important; }
      .view-id-project_selection .form-radios input[type=radio] + label:hover::before, .view-id-project_selection .form-radios input[type=radio] + label:focus::before {
        border-color: #3177dc; }

.white-text * {
  color: #fff; }

.marbot-3 {
  margin-bottom: 2.25rem;
  margin-top: 2.25rem; }

.text-center {
  text-align: center !important; }

.header-salesforce {
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-salesforce-height);
  width: 100%;
  padding: 0 var(--padding-side);
  background: #FFF;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }
  @media (min-width: 64.0625rem) {
    .header-salesforce {
      padding: 0 2.5rem; } }
  @media (max-width: 64rem) {
    .header-salesforce {
      grid-template-rows: var(--header-salesforce-row-1-height) 1fr; } }
  .header-salesforce .menu-info {
    grid-column: 3 / 4; }
  .header-salesforce .menu-info .menu a[href*="tel"] {
    width: 173px;
    padding-left: 3.125rem;
    background-position: 25px 50%; }
    @media (max-width: 64rem) {
      .header-salesforce .menu-info .menu a[href*="tel"] {
        width: 40px;
        height: 40px;
        padding: 0;
        text-indent: -9999px;
        background-size: 18px 18px;
        background-position: 100% 50%; }
        .header-salesforce .menu-info .menu a[href*="tel"]::before, .header-salesforce .menu-info .menu a[href*="tel"]::after {
          display: none !important; }
        .header-salesforce .menu-info .menu a[href*="tel"]:hover {
          background-image: url(../../images/phone-blue.svg) !important;
          background-size: 18px 18px;
          background-position: 100% 50%; } }

.header-salesforce__logo {
  grid-column: 1 / 2;
  max-width: 67px; }

/*
.edit-feed-me-wrapper,
#messages {
	display: none;
}*/
@media (max-width: 30rem) {
  .page-node-1216 .customer-services-form {
    margin-bottom: -2.5rem; } }

.customer-services-form {
  --customer-form-gap: 20px;
  /*.form-text:valid ~ label,*/
  font-family: Muli;
  background: #FFF;
  -webkit-box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0 16px 32px rgba(173, 186, 201, 0.24);
  padding: 1.5rem 2.5rem !important;
  margin-top: 5.875rem;
  position: relative;
  z-index: 2;
  width: auto !important;
  background: #fff; }
  .customer-services-form .form-item {
    position: relative; }
  .customer-services-form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .customer-services-form .form-item.label-floated label,
  .customer-services-form .form-item .form-text:focus ~ label,
  .customer-services-form .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .customer-services-form .form-item.label-floated .field-suffix,
  .customer-services-form .form-item .form-text:focus + .field-suffix,
  .customer-services-form .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .customer-services-form .form-item.label-floated .form-text::-webkit-input-placeholder,
  .customer-services-form .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::-moz-placeholder,
  .customer-services-form .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::-ms-input-placeholder,
  .customer-services-form .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .customer-services-form .form-item.label-floated .form-text::placeholder,
  .customer-services-form .form-item .form-text:focus::placeholder {
    color: inherit; }
  .customer-services-form .form-text {
    width: 100%; }
    .customer-services-form .form-text::-webkit-input-placeholder {
      color: transparent; }
    .customer-services-form .form-text::-moz-placeholder {
      color: transparent; }
    .customer-services-form .form-text::-ms-input-placeholder {
      color: transparent; }
    .customer-services-form .form-text::placeholder {
      color: transparent; }
  .customer-services-form .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .customer-services-form .form-item label,
  .customer-services-form .form-item [type="text"],
  .customer-services-form .form-item [type="email"],
  .customer-services-form .form-item [type="tel"],
  .customer-services-form .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .customer-services-form .form-item [type="text"],
  .customer-services-form .form-item [type="email"],
  .customer-services-form .form-item [type="tel"],
  .customer-services-form .form-item [type="search"],
  .customer-services-form .form-item textarea,
  .customer-services-form .form-item select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .customer-services-form .form-item [type="text"]:focus,
    .customer-services-form .form-item [type="email"]:focus,
    .customer-services-form .form-item [type="tel"]:focus,
    .customer-services-form .form-item [type="search"]:focus,
    .customer-services-form .form-item textarea:focus,
    .customer-services-form .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .customer-services-form .form-item [type="text"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="email"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="tel"]::-webkit-input-placeholder,
    .customer-services-form .form-item [type="search"]::-webkit-input-placeholder,
    .customer-services-form .form-item textarea::-webkit-input-placeholder,
    .customer-services-form .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::-moz-placeholder,
    .customer-services-form .form-item [type="email"]::-moz-placeholder,
    .customer-services-form .form-item [type="tel"]::-moz-placeholder,
    .customer-services-form .form-item [type="search"]::-moz-placeholder,
    .customer-services-form .form-item textarea::-moz-placeholder,
    .customer-services-form .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="email"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="tel"]::-ms-input-placeholder,
    .customer-services-form .form-item [type="search"]::-ms-input-placeholder,
    .customer-services-form .form-item textarea::-ms-input-placeholder,
    .customer-services-form .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]::placeholder,
    .customer-services-form .form-item [type="email"]::placeholder,
    .customer-services-form .form-item [type="tel"]::placeholder,
    .customer-services-form .form-item [type="search"]::placeholder,
    .customer-services-form .form-item textarea::placeholder,
    .customer-services-form .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .customer-services-form .form-item [type="text"]:focus,
    .customer-services-form .form-item [type="email"]:focus,
    .customer-services-form .form-item [type="tel"]:focus,
    .customer-services-form .form-item [type="search"]:focus,
    .customer-services-form .form-item textarea:focus,
    .customer-services-form .form-item select:focus {
      background-color: transparent; }
  .customer-services-form .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .customer-services-form .form-item select::-ms-expand {
      display: none; }
  .customer-services-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .customer-services-form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .customer-services-form .webform-component--licenseExpiration,
  .customer-services-form .webform-component-select {
    margin-top: 0.5rem; }
    .customer-services-form .webform-component--licenseExpiration label,
    .customer-services-form .webform-component-select label {
      -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
              transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .customer-services-form .form-item select {
    display: block;
    border: 0; }
  @media (min-width: 48.0625rem) {
    .customer-services-form {
      max-width: 592px;
      margin-top: 0; } }
  @media (max-width: 30rem) {
    .customer-services-form {
      max-width: none;
      margin-top: 2.5rem;
      padding: 1.5625rem 1rem !important;
      /*
		&::before,
		&::after {
			content: "";
			width: 1500px; // 800px;
			height: 1500px;
			z-index: 1;
			background: white;
			position: absolute;
			top: 0; // -55px;
			left: -200px;
			display: none;
		}

		&::after {
			box-shadow: $shadow;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}*/ }
      .customer-services-form > * {
        position: relative;
        z-index: 20; } }
  @media (min-width: 30.0625rem) and (max-width: 48rem) {
    .customer-services-form {
      margin: 1.875rem 0 0;
      padding: 2.375rem 2.5rem !important;
      width: 100% !important; } }
  .customer-services-form .block-webform {
    border: 0;
    padding: 0.9375rem 0;
    margin: 0; }
    .customer-services-form .block-webform [id*="webform-client-form"],
    .customer-services-form .block-webform [id*="webform-ajax-wrapper"] {
      padding-top: 0; }
  .customer-services-form [id*="webform-client-form"],
  .customer-services-form [id*="webform-ajax-wrapper"] {
    padding-top: 2.6875rem; }
    @media (min-width: 48.0625rem) {
      .customer-services-form [id*="webform-client-form"],
      .customer-services-form [id*="webform-ajax-wrapper"] {
        padding-top: 3.3125rem; } }
  .customer-services-form [id*="webform-ajax-wrapper"] [id*="webform-client-form"] {
    padding-top: 0; }
  @media (max-width: 48rem) {
    .customer-services-form [id*="webform-client-form-1224"] {
      padding-top: 0; } }
  .customer-services-form textarea {
    height: auto;
    min-height: 78px;
    resize: vertical; }
  .customer-services-form .webform-component-textarea {
    grid-column-start: 1;
    grid-column-end: 2; }
    @media (min-width: 30.0625rem) {
      .customer-services-form .webform-component-textarea {
        grid-column-end: 3; } }
  .customer-services-form .form-actions {
    grid-column: 1 / 3;
    margin-top: calc(var(--customer-form-gap) * -1);
    padding-top: 2.5rem; }
    @media (max-width: 48rem) {
      .customer-services-form .form-actions {
        grid-column: 1 / 2; } }
  .customer-services-form .form-submit {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .customer-services-form .form-submit:hover, .customer-services-form .form-submit:focus {
      background-color: #3177dc;
      color: #fff; }
    .customer-services-form .form-submit:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .customer-services-form .form-submit::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .customer-services-form .form-submit[disabled], .customer-services-form .form-submit[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .customer-services-form .button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 40px;
    min-width: 112px;
    display: inline-block;
    vertical-align: center;
    padding: 0.5625rem 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #C5D54F;
    text-transform: uppercase;
    font-family: Muli,sans-serif;
    color: #303C42;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    letter-spacing: 0;
    border-radius: 0;
    grid-column-start: 1;
    border: 0;
    margin: 0;
    max-width: 158px;
    width: 100%; }
    .customer-services-form .button:hover {
      background-color: #E2EC8C; }
  .customer-services-form form {
    margin: 0; }
    .customer-services-form form > div {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 40px;
      grid-row-gap: var(--customer-form-gap);
      grid-column-start: 1;
      grid-column-end: 3; }
      @media (max-width: 48rem) {
        .customer-services-form form > div {
          display: grid;
          grid-template-columns: 1fr; } }
      @media (max-width: 48rem) {
        .customer-services-form form > div > div {
          grid-column: 1; } }
  .customer-services-form .webform-component-select {
    height: 38px; }
  .customer-services-form option {
    padding: 0;
    color: #303C42; }
  .customer-services-form .webform-component-select {
    border-bottom: 1px solid #afbac7; }
    @media (max-width: 30rem) {
      .customer-services-form .webform-component-select {
        height: 39px; } }
    .customer-services-form .webform-component-select.remove-label select {
      display: block;
      border: 0;
      color: #303c42;
      background: initial;
      left: 0; }
  .customer-services-form .full-width-always {
    grid-column-start: 1;
    grid-column-end: 3; }
    @media (max-width: 48rem) {
      .customer-services-form .full-width-always {
        grid-column-end: 2; } }
  @media (max-width: 64rem) {
    .customer-services-form .full-width-tablet-1 {
      grid-column-start: 1;
      grid-column-end: 3; } }
  @media (max-width: 48rem) {
    .customer-services-form .full-width-tablet-1 {
      grid-column-end: 2; } }
  .customer-services-form .webform-component--phone-number-optional {
    grid-column-start: 1;
    grid-column-end: 3; }
  .customer-services-form #block-webform-client-block-1224 h2,
  .customer-services-form #block-webform-client-block-1224 .webform-progressbar {
    display: none; }
  @media (min-width: 48.0625rem) {
    .customer-services-form #webform-client-form-1224 .webform-component--e-mail,
    .customer-services-form #webform-client-form-1224 .webform-component--property-address {
      grid-column-start: 1;
      grid-column-end: 3; } }

.customer-services-form form > div.webform-confirmation {
  display: block !important; }

.page-commercial-affiliate .webform-progress {
  display: none !important; }

.page-commercial-affiliate .customer-services-form form > div {
  display: block; }

.page-commercial-affiliate .webform-submission-ygrene-commercial-affiliate-memb-form .form-item + .form-item {
  margin-top: 1rem; }

.webform-progressbar,
.webform-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  height: 71px;
  margin: 0 auto; }

.webform-progressbar-outer,
.webform-progressbar-inner {
  height: 2px;
  background: #DAE3ED;
  border: 0;
  margin: 0; }

.webform-progressbar-outer {
  margin-top: -1.1875rem; }

.webform-progressbar-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 3px solid transparent;
  background: #DAE3ED;
  border-radius: 100%;
  /*
	// Hide first step and relocating second and third step
	&:nth-of-type(1) {
		display: none;
	}

	&:nth-of-type(2) {
		left: 0 !important;
	}

	&:nth-of-type(3) {
		left: 0 !important;
		right: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
	} */ }
  @media (max-width: 30rem) {
    .webform-progressbar-page:nth-of-type(1) .webform-progressbar-page-label,
    .webform-progressbar-page:nth-of-type(1) .progress-text {
      margin: 0; } }
  .webform-progressbar-page:last-child {
    left: auto !important;
    right: 0; }
    @media (max-width: 30rem) {
      .webform-progressbar-page:last-child .webform-progressbar-page-label,
      .webform-progressbar-page:last-child .progress-text {
        position: absolute;
        top: 25px;
        right: 0;
        margin: 0; } }
  .webform-progressbar-page.completed {
    width: 20px;
    height: 20px;
    border: 3px solid #ADBAC9;
    background: #DAE3ED;
    background: #ADBAC9; }
  .webform-progressbar-page.current, .webform-progressbar-page.is-active {
    width: 26px;
    height: 26px;
    border: 3px solid #ADBAC9;
    background: #fff; }
    @media (max-width: 30rem) {
      .webform-progressbar-page.current, .webform-progressbar-page.is-active {
        width: 22px;
        height: 22px; } }
    .webform-progressbar-page.current .webform-progressbar-page-label,
    .webform-progressbar-page.current .progress-text, .webform-progressbar-page.is-active .webform-progressbar-page-label,
    .webform-progressbar-page.is-active .progress-text {
      top: 25px; }
  .webform-progressbar-page .webform-progressbar-page-label,
  .webform-progressbar-page .progress-text {
    top: 21px;
    white-space: nowrap; }

.webform-progressbar-page-label,
.progress-text .progress-title {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #303C42; }

.webform-progress-tracker {
  width: 100%; }
  .webform-progress-tracker .progress-step .progress-marker {
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .webform-progress-tracker .progress-step .progress-marker::before {
      content: '' !important;
      background: #DAE3ED !important;
      height: 16px;
      width: 16px; }
    .webform-progress-tracker .progress-step .progress-marker::after {
      background: #DAE3ED;
      height: 2px;
      top: 14px; }
  .webform-progress-tracker .progress-step.is-active .progress-marker::before {
    border: 3px solid #ADBAC9;
    background: #fff !important;
    height: 20px;
    width: 20px; }

html body.admin-menu .header-salesforce {
  top: 30px; }

html body.admin-menu .webform-progressbar {
  top: 28px; }
  @media (max-width: 64rem) {
    html body.admin-menu .webform-progressbar {
      top: calc(var(--header-salesforce-row-1-height) + 28px); } }

html body.admin-menu.page-salesforce.page-node-done .header-salesforce::after {
  top: 28px; }

.page-salesforce {
  margin-top: 0;
  --salesforce-header-height: 75px; }
  .page-salesforce #main-wrapper {
    margin-top: 0 !important;
    padding-top: 0; }
  .page-salesforce #page-title {
    padding: 5rem var(--padding-side) 1.5rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: center; }
    @media (max-width: 30rem) {
      .page-salesforce #page-title {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
  .page-salesforce .webform-progressbar,
  .page-salesforce .webform-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto; }
    @media (max-width: 64rem) {
      .page-salesforce .webform-progressbar,
      .page-salesforce .webform-progress {
        top: var(--header-salesforce-row-1-height);
        max-width: 100%;
        width: 100%;
        padding: 0 var(--padding-side); } }
    .user-logged-in .page-salesforce .webform-progressbar, .user-logged-in
    .page-salesforce .webform-progress {
      top: 28px; }
  .page-salesforce.page-node-done #page-title {
    display: none; }
  .page-salesforce.page-node-done .header-salesforce::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: var(--header-salesforce-height);
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08); }
  .page-salesforce .contextual-region {
    position: inherit; }
  .page-salesforce .webform-progress-tracker .progress-text {
    display: block; }
  .page-salesforce .webform-progress-tracker .progress-step.is-active .progress-marker::before {
    border: 3px solid #ADBAC9;
    background: #fff !important;
    height: 20px;
    width: 23px; }
  .page-salesforce .webform-progress-tracker .progress-step .progress-marker::before {
    content: '' !important;
    background: #ADBAC9 !important;
    height: 20px;
    width: 23px; }

.page-commercial-affiliate-apply.confirmation h1.title {
  display: none; }

.careers-list {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem; }
  .careers-list .view-header h1 {
    color: black;
    text-align: center; }
  .careers-list .career-descrip {
    text-align: center;
    padding-bottom: 3.125rem; }
  .careers-list .career-block {
    list-style: none;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: calc(70% - 1.5rem);
    margin: 1rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    border-radius: 3px;
    min-height: 208px;
    background-color: white;
    border: 1px solid #cbd6e2;
    padding: 1.5rem 1rem;
    -webkit-box-shadow: rgba(45, 62, 80, 0.08) 0px 1px 5px 0px;
            box-shadow: rgba(45, 62, 80, 0.08) 0px 1px 5px 0px;
    cursor: pointer; }
    .careers-list .career-block:hover {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      text-decoration: none; }
    .careers-list .career-block .career-title a,
    .careers-list .career-block .career-department,
    .careers-list .career-block .career-location {
      font-weight: bold; }
    .careers-list .career-block a.apply-carreer {
      padding: 0.55em 1.111em;
      font-size: .875rem;
      font-weight: bold !important;
      min-width: 5.888rem;
      margin: 1rem 0 0.5rem;
      background-color: #ff5c35;
      color: #fff;
      border: 1px solid #ff5c35 !important;
      text-align: center;
      border-radius: 0.1875rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      display: inline-block;
      text-decoration: none;
      line-height: 1.57; }
      .careers-list .career-block a.apply-carreer:hover {
        background-color: #ffcec2;
        color: #fff;
        border: 1px solid #ffcec2; }
  .careers-list .form-item-field-career-location-target-id,
  .careers-list .form-item-field-career-department-target-id {
    padding-right: 10%; }
    .careers-list .form-item-field-career-location-target-id label,
    .careers-list .form-item-field-career-department-target-id label {
      display: block;
      /* padding: 10px; */
      padding-bottom: 0.875rem;
      font-weight: 600;
      /* font-size: 0.75rem; */
      margin-top: 1em;
      margin-bottom: 1em; }
    .careers-list .form-item-field-career-location-target-id select,
    .careers-list .form-item-field-career-department-target-id select {
      position: relative;
      background-color: white;
      border: 1px solid #cbd6e2;
      border-radius: 3px;
      font-size: 0.875rem;
      font-weight: 600;
      color: inherit;
      display: block;
      text-align: left;
      padding: 0.5rem;
      width: 100%;
      cursor: pointer; }
  .careers-list .view-filters {
    margin: 0;
    padding: 2rem 0 3rem;
    background-color: #f5f8fa;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding-left: 5%; }

.page-node-type-career .page-content {
  padding: 1.875rem; }
  .page-node-type-career .page-content h1.page-title {
    color: black !important;
    text-align: left !important; }
  .page-node-type-career .page-content .field--name-field-career-location,
  .page-node-type-career .page-content .field--name-field-career-department {
    font-weight: bold; }
  .page-node-type-career .page-content .form-required {
    color: black; }
  .page-node-type-career .page-content .webform-submission-job-application-form {
    width: 50%; }
    .page-node-type-career .page-content .webform-submission-job-application-form input[type=text] {
      font-size: 1rem;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      /* background-color: #f6f9fc; */
      color: #2e475d;
      line-height: 1.375;
      border: 1px solid;
      border-color: #b6c7d6;
      border-radius: 0.1875rem;
      width: 100%;
      min-height: 2.5rem;
      padding: 0.5625rem 0.625rem;
      -webkit-transition: all 0.15s ease-out, visibility 0s;
      transition: all 0.15s ease-out, visibility 0s; }

.title-links--section {
  padding: 5rem var(--padding-side); }
  @media (max-width: 48rem) {
    .title-links--section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 30rem) {
    .title-links--section {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.title-links--title {
  margin-top: 0;
  margin: 0;
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42; }
  .title-links--title::before {
    content: "";
    height: 5px;
    width: 35px;
    display: block;
    margin: 0 auto 1.5rem;
    background: #c5d344; }
    @media (max-width: 30rem) {
      .title-links--title::before {
        margin-left: 0; } }
  @media (max-width: 30rem) {
    .title-links--title {
      text-align: left; } }
  .title-links--title + .title-links--menu {
    padding-top: 2.375rem; }

.title-links--menu {
  display: grid;
  grid-row-gap: 38px;
  padding: 0;
  margin: 0; }

.ygrene-subtheme .title-links--menu {
  padding-left: 0 !important; }

.title-links--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none; }
  @media (max-width: 30rem) {
    .title-links--item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .title-links--item a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none; }
    .title-links--item a::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .title-links--item a:hover {
      color: #1975E3; }
      .title-links--item a:hover::after {
        background: #1975E3; }
    .title-links--item a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .title-links--item a:focus::after {
        background: #1975E3; }
    .title-links--item a.disabled {
      color: #ADBAC9; }
      .title-links--item a.disabled::after {
        background: #ADBAC9; }
      .title-links--item a.disabled:hover, .title-links--item a.disabled:focus {
        color: #ADBAC9;
        border-color: #ADBAC9; }
        .title-links--item a.disabled:hover::after, .title-links--item a.disabled:focus::after {
          background: #ADBAC9; }

.node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section,
.node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form {
  /*.form-text:valid ~ label,*/ }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item {
    position: relative; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus ~ label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea:focus ~ label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus ~ label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea:focus ~ label {
    color: #303C42;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus + .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea:focus + .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus + .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated .form-text::-webkit-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus::-webkit-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated .form-text::-webkit-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated .form-text::-moz-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus::-moz-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated .form-text::-moz-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated .form-text::-ms-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus::-ms-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated .form-text::-ms-input-placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item.label-floated .form-text::placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus::placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item.label-floated .form-text::placeholder,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus::placeholder {
    color: inherit; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-text,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-text {
    width: 100%; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-text::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-text::-webkit-input-placeholder {
      color: transparent; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-text::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-text::-moz-placeholder {
      color: transparent; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-text::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-text::-ms-input-placeholder {
      color: transparent; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-text::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-text::placeholder {
      color: transparent; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 0;
    color: rgba(48, 60, 66, 0.7);
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select {
    width: 100%;
    height: 48px;
    padding: 0.625rem 0 0.4375rem;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid rgba(48, 60, 66, 0.7);
    margin: 0;
    color: rgba(48, 60, 66, 0.7);
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea::-webkit-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea::-moz-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea::-ms-input-placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea::placeholder,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="text"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="email"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="tel"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item [type="search"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item textarea:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="text"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="email"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="tel"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item [type="search"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item textarea:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select:focus {
      background-color: transparent; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item select::-ms-expand,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item select::-ms-expand {
      display: none; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section label.error,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus ~ label.error,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .ajax-progress-throbber,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .ajax-progress-throbber {
    position: absolute;
    right: 0;
    top: 100%; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form label {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 50; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section label.error,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item .form-text:focus ~ label.error,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section form,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form form {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15.25rem;
    padding: 0 var(--padding-side);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media (max-width: 64rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section form,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form form {
        max-width: 622px; } }
    @media (max-width: 48rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section form,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form form {
        max-width: 570px; } }
    @media (max-width: 30rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section form,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form form {
        max-width: 100%; } }
    @media (max-width: 30rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section form,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form form {
        margin-bottom: 12.75rem; } }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .description,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .description {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: right;
    color: rgba(48, 60, 66, 0.7); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--firstName,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--firstName {
    margin-top: 5rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .custom-select__open .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .custom-select__open .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item {
    position: relative; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item + .form-item,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item + .form-item {
      margin-top: 2.5rem; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-item + .webform-component-markup,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-item + .webform-component-markup {
      margin-top: 3.5rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [class*="upload"] .description,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [class*="upload"] .description {
    position: static;
    top: auto;
    right: auto;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: left;
    color: rgba(48, 60, 66, 0.7); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .js-custom-uploader__wrapper,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .js-custom-uploader__wrapper {
    margin-top: 4rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component-markup + .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component-markup + .form-item {
    margin-top: 1.875rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--first-title + .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--second-title + .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--first-title + .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--second-title + .form-item {
    margin-top: 4.5rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--first-title h2,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--first-title h2 {
    margin-top: 0; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-actions,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 82px;
    padding: 0 var(--padding-side);
    background: #FFF;
    -webkit-box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04);
            box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04); }
    @media (min-width: 64.0625rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-actions,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-actions {
        padding: 0 2.5rem; } }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    grid-column: 1 / 2; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous:hover, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]:focus {
      background-color: #3177dc;
      color: #fff; }
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous:hover::before, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous:focus::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]:hover::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]:focus::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous:hover::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous:focus::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]:hover::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]:focus::before {
        border-color: #3177dc; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"]::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous[disabled], .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"][disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous[disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"][disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-previous[disabled]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-previous"][disabled]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-previous[disabled]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-previous"][disabled]::before {
      border-color: #ADBAC9; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"] {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    grid-column: 3 / 4; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next:hover, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"]:focus,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"]:focus {
      background-color: #3177dc;
      color: #fff; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"]:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"]:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"]:focus::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"]:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"]::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"]::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next[disabled], .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-next[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit[disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-submit[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file [type="submit"][disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [id*="edit-next"][disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next[disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-next[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit[disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-submit[disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file [type="submit"][disabled]:hover,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"][disabled],
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [id*="edit-next"][disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section h2,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    margin: 5rem 0 4.5rem;
    text-align: center; }
    @media (max-width: 48rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section h2,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form h2 {
        margin: 4rem 0; } }
    @media (max-width: 30rem) {
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section h2,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form h2 {
        margin: 2.5rem 0 3.25rem;
        font-size: 1.25rem;
        line-height: 1.5625rem; } }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section h3, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .team-member-name, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .view-team-members .team-member .team-member-name, .view-team-members .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .team-member-name,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form h3,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .view-team-sorting .team-member .team-member-name,
  .view-team-sorting .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .team-member-name,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .view-team-members .team-member .team-member-name,
  .view-team-members .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .team-member-name {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #303C42; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--businessSector,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--office-phone,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--businessSector,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--office-phone {
    margin-top: 6.25rem !important; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--businessSector::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component--office-phone::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--businessSector::before,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component--office-phone::before {
      content: "";
      position: absolute;
      top: -53px;
      left: 0;
      display: block;
      width: 35px;
      height: 5px;
      margin: 0;
      background: #303C42; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section h3::before, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .view-team-sorting .team-member .team-member-name::before, .view-team-sorting .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .team-member-name::before, .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .view-team-members .team-member .team-member-name::before, .view-team-members .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .team-member-name::before,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form h3::before,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .view-team-sorting .team-member .team-member-name::before,
  .view-team-sorting .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .team-member-name::before,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .view-team-members .team-member .team-member-name::before,
  .view-team-members .team-member .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .team-member-name::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 5px;
    margin: 0;
    background: #303C42;
    margin: 0 0 1rem; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-datepicker,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-datepicker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 48px;
    background: url(../../images/calendar-1.svg) no-repeat 100% 50%;
    border-bottom: 1px solid rgba(48, 60, 66, 0.7); }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-datepicker .form-item,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-datepicker .form-item {
      display: none;
      margin: 0;
      /*
			&::after {
				content: "";
				position: absolute;
				top: 0;
				bottom: -4px;
				right: 5px;
				margin: auto;
				width: 1px;
				height: 24px;
				background: $color-2;
				transform: rotate(10deg);
			}*/ }
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-datepicker .form-item.form-item-submitted-licenseExpiration-year::after,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-datepicker .form-item.form-item-submitted-licenseExpiration-year::after {
        display: none; }
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-datepicker .form-item + .form-item,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-datepicker .form-item + .form-item {
        margin-top: 0; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-datepicker select,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-datepicker select {
      display: block;
      height: 48px;
      font-size: 1rem;
      line-height: 1.5rem;
      border: 0;
      text-shadow: 0 0 0 rgba(48, 60, 66, 0.7); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-calendar[src*="png"],
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-calendar[src*="png"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 0;
    opacity: 0; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .js-webform-calendar-focus > label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section [class*="upload"] > label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .js-webform-calendar-focus > label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form [class*="upload"] > label {
    color: #303C42 !important;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .js-webform-calendar-focus > .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .js-webform-calendar-focus > .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .js-webform-calendar-focus .form-item,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .js-webform-calendar-focus .form-item {
    display: block; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component-checkboxes > label,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component-checkboxes > label {
    display: none; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .webform-component-checkboxes .field-suffix,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .webform-component-checkboxes .field-suffix {
    display: none; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-checkboxes,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-checkboxes {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 24px; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-checkboxes .form-item + .form-item,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-checkboxes .form-item + .form-item {
      margin: 0; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-type-checkbox,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-type-checkbox > label,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-checkbox > label {
      position: relative;
      top: 0;
      display: grid;
      grid-template-columns: 24px 1fr;
      grid-column-gap: 8px;
      height: 24px; }
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-type-checkbox > label::before,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-type-checkbox > label::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 2px solid #ADBAC9;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px;
        background: url(../../images/check-white.svg) no-repeat 50%/8px 6px;
        -webkit-transition: .3s ease-in background;
        transition: .3s ease-in background; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .js-checked > label::before,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .js-checked > label::before {
    background-color: #303C42;
    border-color: #303C42;
    background-size: 16px 12px; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-checkbox,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-checkbox {
    position: absolute;
    top: 0;
    left: 0; }
  .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file,
  .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file .js-custom-uploader__wrapper,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file .js-custom-uploader__wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file .messages,
    .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file .messages {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 0 0 1.875rem;
      font-size: 0.875rem;
      line-height: 1.0625rem; }
      .node-type-commercial-recap:not(.page-commercial-affiliate) .form-2__section .form-managed-file .messages.error,
      .node-type-commercial-recap:not(.page-commercial-affiliate) .webform-submission-ygrene-commercial-affiliate-memb-form .form-managed-file .messages.error {
        color: red; }

.page-node-55.node-type-section-page .header-content h1::before {
  width: 43px;
  height: 6px; }
  @media (max-width: 30rem) {
    .page-node-55.node-type-section-page .header-content h1::before {
      width: 35px;
      height: 5px; } }

.page-node-55 .info-button__section {
  padding-top: 0; }

.page-node-55 .page-heading {
  display: grid !important; }
  @media (max-width: 30rem) {
    .page-node-55 .page-heading .content {
      position: relative; } }

@media (max-width: 30rem) {
  .page-node-55 .header-imagen-moviles {
    grid-template-rows: auto 400px !important; }
    .page-node-55 .header-imagen-moviles > .content {
      padding: 3rem 0 2.5rem; } }

.page-node-55.node-type-section-page .header-content h1 {
  font-size: 3rem !important;
  line-height: 3.75rem !important;
  color: #fff !important; }
  @media (min-width: 30.0625rem) {
    .page-node-55.node-type-section-page .header-content h1 {
      margin-top: -7.5rem !important; } }
  @media (max-width: 30rem) {
    .page-node-55.node-type-section-page .header-content h1 {
      font-size: 2rem !important;
      line-height: 2.5rem !important;
      color: #303C42 !important; } }

.page-node-55 .desktop-header::before {
  display: none !important; }

.page-node-55 .mobile-header {
  grid-row: 1 / 2 !important;
  grid-column: 1 / 2 !important; }
  @media (max-width: 30rem) {
    .page-node-55 .mobile-header {
      grid-row: 2 / 3 !important; } }

.page-node-55.node-type-section-page .page-heading .page-heading-overlay .header-content {
  top: 0 !important;
  bottom: 0 !important; }

.page-node-55 .view-service-area .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5rem auto 8.125rem; }
  @media (max-width: 48rem) {
    .page-node-55 .view-service-area .view-header .cta-gray + .cta-gray {
      margin-top: 1.875rem; } }
  .page-node-55 .view-service-area .view-header h2 {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-bottom: 3.125rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    letter-spacing: -0.03125rem;
    width: 100%; }
    .page-node-55 .view-service-area .view-header h2:before {
      height: 8px;
      width: 40px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .page-node-55 .view-service-area .view-header h2 {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }
  .page-node-55 .view-service-area .view-header > div {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 3.125rem; }
  .page-node-55 .view-service-area .view-header sup {
    top: auto;
    font-size: 1rem;
    margin: 0 0.25rem; }

.page-node-55 .view-service-area a.cta-gray {
  margin: 0 1.25rem;
  min-width: 200px;
  height: 40px; }

.page-node-55 .view-service-area .view-content h2 {
  margin-bottom: 3.75rem;
  font-family: Mulish, sans-serif;
  font-size: 2rem;
  font-weight: bold; }

.page-node-55 .view-service-area .view-content .fa-angle-right:before {
  color: #adbac9;
  font-weight: bold;
  margin-left: 0.625rem; }

.page-node-55 .view-service-area .view-content .fa-angle-right::before,
.page-node-55 .view-service-area .view-content .fa-angle-down::before {
  display: none; }

.page-node-55 .view-service-area .view-content .fa-angle-right,
.page-node-55 .view-service-area .view-content .fa-angle-down {
  background: url(../../images/arrow-right-4-off.svg) no-repeat 0 0/10px 16px;
  display: block;
  width: 10px;
  height: 16px;
  margin: 0.0625rem 0 0 0.625rem; }

.page-node-55 .view-service-area .view-content .fa-angle-down {
  background-image: url(../../images/arrow-right-4-on.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.page-node-55 .view-service-area .view-content h4 {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-node-55 .view-service-area .view-content .block-state {
  padding-bottom: 6.25rem; }

.page-node-55 .view-service-area .view-content .block-state-county {
  position: relative;
  margin-bottom: 1.25rem; }

.page-node-55 .view-service-area .view-content .block-state-county-tabs {
  padding: 1.25rem 0 5rem;
  border: 0px;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  max-width: 1216px; }

.page-node-55 .view-service-area .view-content .tabs .tab > .tab-label {
  font-size: 0.875rem;
  padding: 0.375rem 1.0625rem;
  font-weight: 600; }

.page-node-55 .view-service-area .view-content .tabs .tab > .tab-label.uni-tab {
  color: #303c41;
  font-family: Mulish, sans-serif;
  font-size: 0.875rem;
  position: relative;
  padding-left: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0; }
  .page-node-55 .view-service-area .view-content .tabs .tab > .tab-label.uni-tab::before {
    content: "";
    background: url(../../images/arrow-right-4-off.svg) no-repeat 0 0/10px 16px;
    display: block;
    width: 10px;
    height: 16px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    /*
        position: absolute;
        left: 170px;
        top: 7px;*/
    font-weight: bold;
    margin-left: 0.625rem; }

.page-node-55 .view-service-area .view-content .tabs .tab.open > .tab-label.uni-tab {
  color: #1975e3; }
  .page-node-55 .view-service-area .view-content .tabs .tab.open > .tab-label.uni-tab::before {
    background-image: url(../../images/arrow-right-4-on.svg);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

@media (max-width: 30rem) {
  .page-node-55 .view-service-area .view-content .cta-green {
    width: 100%; } }

.page-node-55 .view-service-area .view-content .block-state-county-link {
  text-align: left;
  padding-top: 0;
  position: absolute;
  bottom: 0px;
  left: 0px; }
  @media (max-width: 30rem) {
    .page-node-55 .view-service-area .view-content .block-state-county-link {
      width: 100%; } }

.page-node-55 .view-service-area .view-content .tabs .tab.open .tab-label {
  border: 0px; }

.page-node-55 .view-service-area .view-content .tabs .tab > .tab-panel > .tab-inner {
  padding: 0;
  border: 0px; }
  .page-node-55 .view-service-area .view-content .tabs .tab > .tab-panel > .tab-inner div {
    font-size: 0.875rem;
    padding: 0.375rem 1.0625rem;
    font-weight: 600; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-55 .view-service-area .view-header {
    margin: 2.5rem auto 3.125rem;
    font-size: 0; }
    .page-node-55 .view-service-area .view-header h2 {
      font-size: 1.5rem;
      text-align: left;
      margin-bottom: 2.5rem; }
      .page-node-55 .view-service-area .view-header h2::before {
        margin: 0 0 0.5em; }
    .page-node-55 .view-service-area .view-header sup {
      font-size: 0; }
    .page-node-55 .view-service-area .view-header > div {
      margin-bottom: 0; }
  .page-node-55 .view-service-area a.cta-gray {
    width: 97% !important;
    margin: 0 0 1.25rem; }
  .page-node-55 .view-service-area .view-content .block-state {
    padding-bottom: 3.125rem; }
  .page-node-55 .view-service-area .view-content h4 {
    margin-bottom: 0.9375rem; }
  .page-node-55 .view-service-area .view-content .block-state-county-link {
    right: 0px;
    margin: 0 auto; } }

.page-node-55.section-service-areas .block-block-14 {
  text-align: center; }
  .page-node-55.section-service-areas .block-block-14 h2 {
    color: #303c41;
    width: 68%;
    margin: 0 auto;
    padding-bottom: 1%;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 1.875rem;
    letter-spacing: -0.03125rem; }
    .page-node-55.section-service-areas .block-block-14 h2:before {
      height: 8px;
      width: 40px;
      background-color: #c5d54f;
      content: "";
      display: block;
      margin: 0 auto 0.5em; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .page-node-55.section-service-areas .block-block-14 h2 {
        width: 95% !important;
        font-size: 1.875rem;
        line-height: 2rem;
        margin-bottom: 8%; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .page-node-55.section-service-areas .page-heading {
    display: block; }
  .page-node-55.section-service-areas .header-content {
    margin: 1.875rem 0 0 !important;
    width: 100% !important; }
    .page-node-55.section-service-areas .header-content h1 {
      text-shadow: 0 0 transparent; }
  .page-node-55.section-service-areas .block-block-14 {
    text-align: center; }
    .page-node-55.section-service-areas .block-block-14 h2 {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

@media (min-width: 48rem) {
  .page-node-55.section-service-areas .section-page {
    position: relative; }
  .page-node-55.section-service-areas .page-heading.title--dark.vertical-align-bottom::before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(85.59deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%; } }

@media (max-width: 48rem) {
  .page-node-55 .view-service-area a.cta-gray {
    margin: 0 0.625rem;
    min-width: 160px; } }

.style-blue #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label {
  background-color: #303C42; }

.style-blue ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_feedback_minimized_label_text,
.style-blue #_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_icon_emotion_default .path1::before {
  color: white !important; }

.style-blue .hero-image__title,
.style-blue .hero-image__subtitle {
  color: #fff; }

@media (max-width: 30rem) {
  .style-blue .hero-image__title {
    color: #303C42; } }

@media (max-width: 30rem) {
  .style-blue .hero-image__subtitle {
    color: rgba(48, 60, 66, 0.7); } }

.style-blue .hero-image__title::before {
  background: white; }

.style-blue .upgrades__title::before,
.style-blue .video-1__title::before,
.style-blue .field-title::before,
.style-blue .title-4::before,
.style-blue .faq--block h5.field-title::before,
.style-blue .paragraph-cards--style-4 .field-title::before,
.style-blue .checklist__title::before,
.style-blue .paid-cash__title::before,
.style-blue .paragraph-cards--style-1 .field-title::before,
.style-blue .city-state__title::before,
.style-blue .promotion__title::before {
  background: #303C42; }

.style-blue .hero-image__button a,
.style-blue .promotion__btn a,
.style-blue .paragraph-cards--style-5--button,
.style-blue .menu-login--list .last a {
  font-family: mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  width: auto;
  height: 50px;
  color: #fff !important;
  background: #303C42;
  padding: 0 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s ease-out all;
  transition: .3s ease-out all;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .style-blue .hero-image__button a:hover, .style-blue .hero-image__button a:focus,
  .style-blue .promotion__btn a:hover,
  .style-blue .promotion__btn a:focus,
  .style-blue .paragraph-cards--style-5--button:hover,
  .style-blue .paragraph-cards--style-5--button:focus,
  .style-blue .menu-login--list .last a:hover,
  .style-blue .menu-login--list .last a:focus {
    background-color: #3177dc;
    color: #fff; }
  .style-blue .hero-image__button a:focus::before,
  .style-blue .promotion__btn a:focus::before,
  .style-blue .paragraph-cards--style-5--button:focus::before,
  .style-blue .menu-login--list .last a:focus::before {
    border-color: #3177dc;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px; }
  .style-blue .hero-image__button a::before,
  .style-blue .promotion__btn a::before,
  .style-blue .paragraph-cards--style-5--button::before,
  .style-blue .menu-login--list .last a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .style-blue .hero-image__button a[disabled], .style-blue .hero-image__button a[disabled]:hover,
  .style-blue .promotion__btn a[disabled],
  .style-blue .promotion__btn a[disabled]:hover,
  .style-blue .paragraph-cards--style-5--button[disabled],
  .style-blue .paragraph-cards--style-5--button[disabled]:hover,
  .style-blue .menu-login--list .last a[disabled],
  .style-blue .menu-login--list .last a[disabled]:hover {
    background-color: #F2F6FB;
    color: #ADBAC9;
    opacity: 1; }

.style-blue-banner .hero-image__title::before {
  background-color: #303C42; }

.style-blue-banner .hero-image__title,
.style-blue-banner .hero-image__subtitle {
  color: #303C42; }

.prequalified {
  /*.form-text:valid ~ label,*/
  padding: 5.5rem 1rem 4.6875rem;
  background-color: #F2F6FB; }
  .prequalified .form-item {
    position: relative; }
  .prequalified .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .prequalified .form-item.label-floated label,
  .prequalified .form-item .form-text:focus ~ label,
  .prequalified .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .prequalified .form-item.label-floated .field-suffix,
  .prequalified .form-item .form-text:focus + .field-suffix,
  .prequalified .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .prequalified .form-item.label-floated .form-text::-webkit-input-placeholder,
  .prequalified .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .prequalified .form-item.label-floated .form-text::-moz-placeholder,
  .prequalified .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .prequalified .form-item.label-floated .form-text::-ms-input-placeholder,
  .prequalified .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .prequalified .form-item.label-floated .form-text::placeholder,
  .prequalified .form-item .form-text:focus::placeholder {
    color: inherit; }
  .prequalified .form-text {
    width: 100%; }
    .prequalified .form-text::-webkit-input-placeholder {
      color: transparent; }
    .prequalified .form-text::-moz-placeholder {
      color: transparent; }
    .prequalified .form-text::-ms-input-placeholder {
      color: transparent; }
    .prequalified .form-text::placeholder {
      color: transparent; }
  .prequalified .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .prequalified .form-item label,
  .prequalified .form-item [type="text"],
  .prequalified .form-item [type="email"],
  .prequalified .form-item [type="tel"],
  .prequalified .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .prequalified .form-item [type="text"],
  .prequalified .form-item [type="email"],
  .prequalified .form-item [type="tel"],
  .prequalified .form-item [type="search"],
  .prequalified .form-item textarea,
  .prequalified .form-item select {
    width: 100%;
    height: 38px;
    padding: 0.5em 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .prequalified .form-item [type="text"]:focus,
    .prequalified .form-item [type="email"]:focus,
    .prequalified .form-item [type="tel"]:focus,
    .prequalified .form-item [type="search"]:focus,
    .prequalified .form-item textarea:focus,
    .prequalified .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .prequalified .form-item [type="text"]::-webkit-input-placeholder,
    .prequalified .form-item [type="email"]::-webkit-input-placeholder,
    .prequalified .form-item [type="tel"]::-webkit-input-placeholder,
    .prequalified .form-item [type="search"]::-webkit-input-placeholder,
    .prequalified .form-item textarea::-webkit-input-placeholder,
    .prequalified .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .prequalified .form-item [type="text"]::-moz-placeholder,
    .prequalified .form-item [type="email"]::-moz-placeholder,
    .prequalified .form-item [type="tel"]::-moz-placeholder,
    .prequalified .form-item [type="search"]::-moz-placeholder,
    .prequalified .form-item textarea::-moz-placeholder,
    .prequalified .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .prequalified .form-item [type="text"]::-ms-input-placeholder,
    .prequalified .form-item [type="email"]::-ms-input-placeholder,
    .prequalified .form-item [type="tel"]::-ms-input-placeholder,
    .prequalified .form-item [type="search"]::-ms-input-placeholder,
    .prequalified .form-item textarea::-ms-input-placeholder,
    .prequalified .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .prequalified .form-item [type="text"]::placeholder,
    .prequalified .form-item [type="email"]::placeholder,
    .prequalified .form-item [type="tel"]::placeholder,
    .prequalified .form-item [type="search"]::placeholder,
    .prequalified .form-item textarea::placeholder,
    .prequalified .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .prequalified .form-item [type="text"]:focus,
    .prequalified .form-item [type="email"]:focus,
    .prequalified .form-item [type="tel"]:focus,
    .prequalified .form-item [type="search"]:focus,
    .prequalified .form-item textarea:focus,
    .prequalified .form-item select:focus {
      background-color: transparent; }
  .prequalified .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .prequalified .form-item select::-ms-expand {
      display: none; }
  .prequalified label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .prequalified .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  @media (max-width: 47.9375rem) {
    .prequalified {
      padding-top: 3rem;
      padding-bottom: 2.5rem; } }
  .prequalified input {
    margin: 0; }
  .prequalified form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1.5rem 1.25rem; }
  .prequalified .form-text {
    max-width: 360px; }
  .prequalified .form-submit {
    min-width: 234px;
    margin-left: 1.5625rem; }
  .prequalified a,
  .prequalified a[href^="tel:"] {
    color: #303C42 !important;
    font-weight: bold; }

.prequalified__subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.875rem;
  color: rgba(48, 60, 66, 0.7);
  letter-spacing: -0.03125rem;
  text-align: center;
  margin-top: 1.3125rem; }
  .prequalified__subtitle + .prequalified__form {
    margin-top: 3.5625rem; }

.prequalified__form {
  max-width: 698px;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24); }
  .prequalified__form + .prequalified__number {
    margin-top: 2.1875rem; }

.prequalified__number {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: rgba(48, 60, 66, 0.7);
  text-align: center; }
  .prequalified__number a {
    color: #303C42; }

@media (max-width: 47.9375rem) {
  .prequalified__subtitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: left;
    padding-top: 0.3125rem; }
    .prequalified__subtitle + .prequalified__form {
      margin-top: 1.625rem; }
  .prequalified__number {
    text-align: left; }
  .prequalified__form + .prequalified__number {
    margin-top: 1.4375rem; } }

@media (max-width: 35rem) {
  .prequalified form > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem 1rem 1rem; }
  .prequalified .form-item {
    width: 100%; }
  .prequalified .form-submit {
    margin: 1.5rem 0 0; } }

.ygrene-subtheme.page-node-1195 .improvements__title {
  margin-left: auto;
  margin-right: auto; }

.improvements {
  padding: 5.5rem 1rem 5rem; }
  @media (max-width: 48rem) {
    .improvements {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .improvements {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.improvements__5_5_2_2 .improvements__list {
  grid-template-columns: repeat(5, 1fr); }
  @media (max-width: 48rem) {
    .improvements__5_5_2_2 .improvements__list {
      grid-template-columns: repeat(2, 1fr); } }

.improvements__title {
  margin-top: 0;
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  .improvements__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .improvements__title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }
  @media (max-width: 48rem) {
    .improvements__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .improvements__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  @media (max-width: 30rem) {
    .improvements__title {
      padding-bottom: 4.0625rem; } }

.improvements__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, 1fr));
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 0 !important;
  margin: 0 auto;
  max-width: 1216px;
  width: 100%; }
  @media (max-width: 67.5rem) {
    .improvements__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 48.75rem) {
    .improvements__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 31.25rem) {
    .improvements__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 30rem) {
    .improvements__list {
      grid-auto-rows: minmax(94px, auto);
      grid-row-gap: 62px; } }

.improvements__item {
  list-style: none;
  padding: 1.5625rem 0.625rem;
  display: grid; }
  @media (max-width: 30rem) {
    .improvements__item {
      padding: 0; } }

.improvements__item-title {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.4375rem;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  letter-spacing: -0.03125rem;
  color: #303C42; }
  @media (max-width: 64rem) {
    .improvements__item-title {
      max-width: none; } }
  @media (max-width: 30rem) {
    .improvements__item-title {
      max-width: 95%;
      font-size: 1rem;
      line-height: 1.5rem; } }

.improvements__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5625rem; }
  .improvements__item-icon img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.improvements__link {
  text-align: center;
  padding-top: 4.375rem; }
  @media (max-width: 48rem) {
    .improvements__link {
      padding-top: 2.5rem; } }
  .improvements__link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .improvements__link a:hover, .improvements__link a:focus {
      background-color: #303C42;
      color: #fff; }
      .improvements__link a:hover::before, .improvements__link a:focus::before {
        border-color: #303C42; }
    .improvements__link a:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .improvements__link a::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .improvements__link a[disabled], .improvements__link a[disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .improvements__link a[disabled]::before {
      border-color: #ADBAC9; }

@media (max-width: 30rem) {
  .improvements__item-icon img {
    width: 100px; } }

.field-title--page,
.field-title--second {
  margin-top: 0; }
  .field-title--page::before,
  .field-title--second::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #303C42; }
    @media (max-width: 48rem) {
      .field-title--page::before,
      .field-title--second::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }

.field-title--page {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #303C42;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.03125rem; }
  @media (min-width: 30.0625rem) {
    .field-title--page {
      font-size: 3rem;
      line-height: 3.75rem; } }

.field-title--second {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  @media (max-width: 48rem) {
    .field-title--second {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .field-title--second {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.section-share-your-story main,
.page-share-your-story main {
  padding-top: 6.25rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-share-your-story main,
    .page-share-your-story main {
      padding-top: 3.9375rem; } }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .section-share-your-story .page-content,
  .page-share-your-story .page-content {
    margin-top: 0.625rem; } }

.section-share-your-story .alert-messages,
.page-share-your-story .alert-messages {
  -webkit-box-shadow: 0px 4px 6px #b1b1b1;
          box-shadow: 0px 4px 6px #b1b1b1;
  max-width: 88%;
  margin-bottom: -4.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0; }
  .section-share-your-story .alert-messages .success,
  .page-share-your-story .alert-messages .success {
    background: #c5d339 url("../../images/image-alert.png") no-repeat 17px 11px;
    border: none;
    padding: 0.75rem 0.625rem 0.875rem 5.375rem; }
  .section-share-your-story .alert-messages .alert,
  .page-share-your-story .alert-messages .alert {
    border: none;
    padding: 0.875rem 0.625rem 0.875rem 1.875rem; }
  .section-share-your-story .alert-messages p, .section-share-your-story .alert-messages .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .alert-messages li,
  .page-share-your-story .alert-messages p,
  .page-share-your-story .alert-messages .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .alert-messages li {
    margin-bottom: 0;
    color: white;
    font-size: 1.1875rem; }
  .section-share-your-story .alert-messages .close,
  .page-share-your-story .alert-messages .close {
    color: black;
    opacity: 1;
    font-weight: 300; }

.section-share-your-story .breadcrumb,
.page-share-your-story .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5rem; }
  .section-share-your-story .breadcrumb .easy-breadcrumb span,
  .page-share-your-story .breadcrumb .easy-breadcrumb span {
    color: #808080;
    font-size: 0.625rem;
    font-family: Mulish, sans-serif; }
    .section-share-your-story .breadcrumb .easy-breadcrumb span a,
    .page-share-your-story .breadcrumb .easy-breadcrumb span a {
      color: #808080; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-share-your-story .breadcrumb,
    .page-share-your-story .breadcrumb {
      display: none; } }

.section-share-your-story .node-webform,
.page-share-your-story .node-webform {
  max-width: 1160px;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  margin: 5rem auto 0; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-share-your-story .node-webform,
    .page-share-your-story .node-webform {
      margin-top: 3.4375rem; } }

.section-share-your-story .webform-client-form,
.section-share-your-story .webform-submission-customer-story-form,
.page-share-your-story .webform-client-form,
.page-share-your-story .webform-submission-customer-story-form {
  position: relative; }
  .section-share-your-story .webform-client-form .webform-progressbar,
  .section-share-your-story .webform-submission-customer-story-form .webform-progressbar,
  .page-share-your-story .webform-client-form .webform-progressbar,
  .page-share-your-story .webform-submission-customer-story-form .webform-progressbar {
    display: none; }
  .section-share-your-story .webform-client-form > div,
  .section-share-your-story .webform-submission-customer-story-form > div,
  .page-share-your-story .webform-client-form > div,
  .page-share-your-story .webform-submission-customer-story-form > div {
    text-align: center; }
    .section-share-your-story .webform-client-form > div > .form-submit,
    .section-share-your-story .webform-submission-customer-story-form > div > .form-submit,
    .page-share-your-story .webform-client-form > div > .form-submit,
    .page-share-your-story .webform-submission-customer-story-form > div > .form-submit {
      display: inline-block;
      font-family: Mulish, sans-serif;
      font-weight: normal;
      text-align: center;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #c5d54f;
      color: #303C41;
      border: 2px solid transparent;
      border-radius: 0;
      font-family: Mulish, sans-serif;
      font-size: 14pt;
      font-weight: bold;
      text-transform: uppercase;
      padding: 0.3125rem 1rem;
      min-width: 112px; }
      .section-share-your-story .webform-client-form > div > .form-submit:hover,
      .section-share-your-story .webform-submission-customer-story-form > div > .form-submit:hover,
      .page-share-your-story .webform-client-form > div > .form-submit:hover,
      .page-share-your-story .webform-submission-customer-story-form > div > .form-submit:hover {
        outline: none; }
      @media only screen and (max-width: 47.9375rem) {
        .section-share-your-story .webform-client-form > div > .form-submit,
        .section-share-your-story .webform-submission-customer-story-form > div > .form-submit,
        .page-share-your-story .webform-client-form > div > .form-submit,
        .page-share-your-story .webform-submission-customer-story-form > div > .form-submit {
          display: inline-block; } }
      @media (hover: hover) {
        .section-share-your-story .webform-client-form > div > .form-submit:hover,
        .section-share-your-story .webform-submission-customer-story-form > div > .form-submit:hover,
        .page-share-your-story .webform-client-form > div > .form-submit:hover,
        .page-share-your-story .webform-submission-customer-story-form > div > .form-submit:hover {
          background-color: #E2EC8C;
          color: #303C41; } }
  .section-share-your-story .webform-client-form .form-item,
  .section-share-your-story .webform-submission-customer-story-form .form-item,
  .page-share-your-story .webform-client-form .form-item,
  .page-share-your-story .webform-submission-customer-story-form .form-item {
    position: relative; }
    .section-share-your-story .webform-client-form .form-item label,
    .section-share-your-story .webform-submission-customer-story-form .form-item label,
    .page-share-your-story .webform-client-form .form-item label,
    .page-share-your-story .webform-submission-customer-story-form .form-item label {
      color: #9A9A9B;
      font-family: Mulish, sans-serif;
      font-weight: 500;
      font-size: 0.9375rem;
      left: 9px;
      position: absolute;
      top: 0; }
      .section-share-your-story .webform-client-form .form-item label .form-required,
      .section-share-your-story .webform-submission-customer-story-form .form-item label .form-required,
      .page-share-your-story .webform-client-form .form-item label .form-required,
      .page-share-your-story .webform-submission-customer-story-form .form-item label .form-required {
        color: #E26849; }
    .section-share-your-story .webform-client-form .form-item.remove-label label,
    .section-share-your-story .webform-submission-customer-story-form .form-item.remove-label label,
    .page-share-your-story .webform-client-form .form-item.remove-label label,
    .page-share-your-story .webform-submission-customer-story-form .form-item.remove-label label {
      display: none; }
    .section-share-your-story .webform-client-form .form-item.webform-component-textarea label,
    .section-share-your-story .webform-submission-customer-story-form .form-item.webform-component-textarea label,
    .page-share-your-story .webform-client-form .form-item.webform-component-textarea label,
    .page-share-your-story .webform-submission-customer-story-form .form-item.webform-component-textarea label {
      top: 6px; }
  .section-share-your-story .webform-client-form .form-text,
  .section-share-your-story .webform-submission-customer-story-form .form-text,
  .page-share-your-story .webform-client-form .form-text,
  .page-share-your-story .webform-submission-customer-story-form .form-text {
    border: none;
    border-bottom: 1px solid #b6b6b6;
    font-size: 1rem;
    color: #9A9A9B;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 31px; }
  .section-share-your-story .webform-client-form .form-textarea,
  .section-share-your-story .webform-submission-customer-story-form .form-textarea,
  .page-share-your-story .webform-client-form .form-textarea,
  .page-share-your-story .webform-submission-customer-story-form .form-textarea {
    border: 1px solid #a2a2a3; }
  .section-share-your-story .webform-client-form .webform-component--title,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--title,
  .page-share-your-story .webform-client-form .webform-component--title,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--title {
    margin: 0 auto 3.125rem;
    max-width: 1110px;
    text-align: center; }
    .section-share-your-story .webform-client-form .webform-component--title p, .section-share-your-story .webform-client-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-client-form .webform-component--title li,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--title p,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-submission-customer-story-form .webform-component--title li,
    .page-share-your-story .webform-client-form .webform-component--title p,
    .page-share-your-story .webform-client-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-client-form .webform-component--title li,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--title p,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-submission-customer-story-form .webform-component--title li {
      color: #303C41;
      font-family: Mulish, sans-serif;
      font-size: 1.313em; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-share-your-story .webform-client-form .webform-component--title p, .section-share-your-story .webform-client-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-client-form .webform-component--title li,
        .section-share-your-story .webform-submission-customer-story-form .webform-component--title p,
        .section-share-your-story .webform-submission-customer-story-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-submission-customer-story-form .webform-component--title li,
        .page-share-your-story .webform-client-form .webform-component--title p,
        .page-share-your-story .webform-client-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-client-form .webform-component--title li,
        .page-share-your-story .webform-submission-customer-story-form .webform-component--title p,
        .page-share-your-story .webform-submission-customer-story-form .webform-component--title .guidelines-landing-page .state-tiles > .state-tiles-texts li,
        .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-submission-customer-story-form .webform-component--title li {
          font-size: 1.3125rem;
          margin-bottom: 0.5rem; } }
    .section-share-your-story .webform-client-form .webform-component--title h2,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--title h2,
    .page-share-your-story .webform-client-form .webform-component--title h2,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--title h2 {
      font-weight: 500;
      letter-spacing: 0;
      line-height: 2.8125rem; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-share-your-story .webform-client-form .webform-component--title h2,
        .section-share-your-story .webform-submission-customer-story-form .webform-component--title h2,
        .page-share-your-story .webform-client-form .webform-component--title h2,
        .page-share-your-story .webform-submission-customer-story-form .webform-component--title h2 {
          line-height: 2.375rem; } }
    .section-share-your-story .webform-client-form .webform-component--title:before,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--title:before,
    .page-share-your-story .webform-client-form .webform-component--title:before,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--title:before {
      background-color: #c5d54f;
      content: "";
      display: block;
      height: 9px;
      margin: 0 auto 1.5625rem auto;
      width: 50px; }
  .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info p, .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info li,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info p,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info li,
  .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info p,
  .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info li,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info p,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info li {
    font-size: 1.250em;
    font-family: Mulish, sans-serif;
    letter-spacing: 0;
    line-height: 1.9375rem; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info,
    .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--intro-info,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--intro-info {
      margin: 0 1.25rem; } }
  .section-share-your-story .webform-client-form fieldset,
  .section-share-your-story .webform-submission-customer-story-form fieldset,
  .page-share-your-story .webform-client-form fieldset,
  .page-share-your-story .webform-submission-customer-story-form fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields p, .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields li,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields p,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields li,
  .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields p,
  .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-client-form .webform-component--main-section-share-story--first-section--required-fields li,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields p,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-submission-customer-story-form .webform-component--main-section-share-story--first-section--required-fields li {
    color: #E26849;
    font-family: Mulish, sans-serif;
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 0; }
  .section-share-your-story .webform-client-form .webform-component-multiple-file label,
  .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label,
  .page-share-your-story .webform-client-form .webform-component-multiple-file label,
  .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label {
    font-size: 1rem;
    color: #ffffff;
    background-color: #303c42;
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    width: 100%;
    font-family: Mulish, sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 3.75rem;
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-share-your-story .webform-client-form .webform-component-multiple-file label,
      .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label,
      .page-share-your-story .webform-client-form .webform-component-multiple-file label,
      .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label {
        margin-top: 0.9375rem; } }
    .section-share-your-story .webform-client-form .webform-component-multiple-file label:hover,
    .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label:hover,
    .page-share-your-story .webform-client-form .webform-component-multiple-file label:hover,
    .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file label:hover {
      background: #646d71; }
  .section-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file,
  .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file,
  .page-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file,
  .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .file-name,
    .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .file-name,
    .page-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .file-name,
    .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .file-name {
      font-size: 0.9375rem;
      margin-right: 0.9375rem; }
    .section-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .form-file,
    .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .form-file,
    .page-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .form-file,
    .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .form-file {
      display: none; }
    .section-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .form-submit,
    .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .form-submit,
    .page-share-your-story .webform-client-form .webform-component-multiple-file .form-managed-file .form-submit,
    .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .form-managed-file .form-submit {
      background-color: #cad942;
      border: none;
      font-weight: normal;
      height: 43px;
      width: 100px; }
  .section-share-your-story .webform-client-form .webform-component-multiple-file .description,
  .section-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .description,
  .page-share-your-story .webform-client-form .webform-component-multiple-file .description,
  .page-share-your-story .webform-submission-customer-story-form .webform-component-multiple-file .description {
    display: none; }
  .section-share-your-story .webform-client-form .webform-component--upload_project_photos .form-item label,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos .form-item label,
  .page-share-your-story .webform-client-form .webform-component--upload_project_photos .form-item label,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos .form-item label {
    position: relative; }
  .section-share-your-story .webform-client-form .webform-component--upload_project_photos table,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos table,
  .page-share-your-story .webform-client-form .webform-component--upload_project_photos table,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos table {
    border: none; }
  .section-share-your-story .webform-client-form .webform-component--upload_project_photos .tabledrag-toggle-weight-wrapper,
  .section-share-your-story .webform-client-form .webform-component--upload_project_photos thead,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos .tabledrag-toggle-weight-wrapper,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos thead,
  .page-share-your-story .webform-client-form .webform-component--upload_project_photos .tabledrag-toggle-weight-wrapper,
  .page-share-your-story .webform-client-form .webform-component--upload_project_photos thead,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos .tabledrag-toggle-weight-wrapper,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos thead {
    display: none; }
  .section-share-your-story .webform-client-form .webform-component--upload_project_photos tbody,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody,
  .page-share-your-story .webform-client-form .webform-component--upload_project_photos tbody,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody {
    border: none; }
    .section-share-your-story .webform-client-form .webform-component--upload_project_photos tbody tr,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody tr,
    .page-share-your-story .webform-client-form .webform-component--upload_project_photos tbody tr,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody tr {
      background: transparent;
      border: none; }
    .section-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-managed-file,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-managed-file,
    .page-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-managed-file,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-managed-file {
      text-align: left; }
      .section-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-managed-file a,
      .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-managed-file a,
      .page-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-managed-file a,
      .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-managed-file a {
        color: #c5d339; }
    .section-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-submit,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-submit,
    .page-share-your-story .webform-client-form .webform-component--upload_project_photos tbody .form-submit,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--upload_project_photos tbody .form-submit {
      background: #c5d339;
      border: none; }
  .section-share-your-story .webform-client-form .webform-component--aditional-info,
  .section-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info,
  .page-share-your-story .webform-client-form .webform-component--aditional-info,
  .page-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info {
    padding: 1.0625rem 2.5625rem;
    text-align: center; }
    .section-share-your-story .webform-client-form .webform-component--aditional-info p, .section-share-your-story .webform-client-form .webform-component--aditional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-client-form .webform-component--aditional-info li,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info p,
    .section-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info li,
    .page-share-your-story .webform-client-form .webform-component--aditional-info p,
    .page-share-your-story .webform-client-form .webform-component--aditional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-client-form .webform-component--aditional-info li,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info p,
    .page-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info li {
      font-size: 0.9375rem;
      line-height: 1.5rem;
      font-family: Mulish, sans-serif;
      letter-spacing: 0; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-share-your-story .webform-client-form .webform-component--aditional-info,
      .section-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info,
      .page-share-your-story .webform-client-form .webform-component--aditional-info,
      .page-share-your-story .webform-submission-customer-story-form .webform-component--aditional-info {
        padding: 0.9375rem 0; } }
  .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper,
  .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper,
  .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper,
  .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first {
      margin-right: 3.75rem; }
      @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
        .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
        .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first,
        .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
        .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first {
          margin-right: 0; } }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first {
      text-align: left; }
      .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
      .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
      .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
      .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
        .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
        .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
        .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item {
          width: 47%; }
          @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
            .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
            .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
            .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item,
            .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper > .form-item {
              width: 100%; } }
        @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
          .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
          .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
          .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper,
          .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-first .share-story-first-inner > .fieldset-wrapper {
            width: 100%; } }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second textarea,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second textarea,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second textarea,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second textarea {
      height: 230px;
      max-height: 230px;
      min-height: 230px;
      max-width: 100%;
      min-width: 100%; }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-main-section-share-story-second-section-project-photos-upload,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-main-section-share-story-second-section-project-photos-upload,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-main-section-share-story-second-section-project-photos-upload,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-main-section-share-story-second-section-project-photos-upload {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-project-photos-upload-button,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-project-photos-upload-button,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-project-photos-upload-button,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper #edit-submitted-project-photos-upload-button {
      display: none; }
    .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper .description,
    .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper .description,
    .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper .description,
    .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper .share-story-second #edit-submitted-main-section-share-story-second-section-project-photos-ajax-wrapper .description {
      display: none; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .section-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper,
      .section-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper,
      .page-share-your-story .webform-client-form .main-section-share-story > .fieldset-wrapper,
      .page-share-your-story .webform-submission-customer-story-form .main-section-share-story > .fieldset-wrapper {
        display: block; } }

.section-share-your-story section.block-block-2.block,
.page-share-your-story section.block-block-2.block {
  background-color: #f4f4f5;
  height: 340px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem; }
  .section-share-your-story section.block-block-2.block h2,
  .page-share-your-story section.block-block-2.block h2 {
    margin-bottom: 3.75rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #303C41;
    line-height: 2.9375rem; }
    .section-share-your-story section.block-block-2.block h2:before,
    .page-share-your-story section.block-block-2.block h2:before {
      background-color: #c5d54f;
      content: "";
      display: block;
      height: 9px;
      margin: 0 auto 0.9375rem auto;
      width: 50px; }
  .section-share-your-story section.block-block-2.block p a, .section-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story section.block-block-2.block li a,
  .page-share-your-story section.block-block-2.block p a,
  .page-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story section.block-block-2.block li a {
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #c5d54f;
    color: #303C41;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: Mulish, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.3125rem 1rem;
    min-width: 112px; }
    .section-share-your-story section.block-block-2.block p a:hover, .section-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story section.block-block-2.block li a:hover,
    .page-share-your-story section.block-block-2.block p a:hover,
    .page-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story section.block-block-2.block li a:hover {
      outline: none; }
    @media only screen and (max-width: 47.9375rem) {
      .section-share-your-story section.block-block-2.block p a, .section-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story section.block-block-2.block li a,
      .page-share-your-story section.block-block-2.block p a,
      .page-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story section.block-block-2.block li a {
        display: inline-block; } }
    @media (hover: hover) {
      .section-share-your-story section.block-block-2.block p a:hover, .section-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover, .guidelines-landing-page .state-tiles > .state-tiles-texts .section-share-your-story section.block-block-2.block li a:hover,
      .page-share-your-story section.block-block-2.block p a:hover,
      .page-share-your-story section.block-block-2.block .guidelines-landing-page .state-tiles > .state-tiles-texts li a:hover,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .page-share-your-story section.block-block-2.block li a:hover {
        background-color: #E2EC8C;
        color: #303C41; } }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .section-share-your-story section.block-block-2.block,
    .page-share-your-story section.block-block-2.block {
      height: auto;
      padding: 3.75rem 1.25rem 3.75rem; } }

.section-share-your-story .js-form-item-upload-project-photos,
.page-share-your-story .js-form-item-upload-project-photos {
  margin-top: 3.1875rem; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos > label[id^="edit-upload-project-photos"],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos > label[id^="edit-upload-project-photos"] {
  font-size: 1rem;
  color: #ffffff;
  background-color: #303c42;
  cursor: pointer;
  height: 60px;
  text-transform: uppercase;
  width: 100%;
  font-family: Muli,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 3.75rem;
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-top: 0;
  left: 0 !important;
  top: 0; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos:hover > label[id^="edit-upload-project-photos"],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos:hover > label[id^="edit-upload-project-photos"] {
  background-color: #646d71; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^="edit-upload-project-photos-upload"],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^="edit-upload-project-photos-upload"] {
  height: 60px;
  padding: 0;
  border: none;
  cursor: pointer; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^="edit-upload-project-photos-upload-button"],
.section-share-your-story .block-webform form .js-form-item-upload-project-photos .description,
.page-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^="edit-upload-project-photos-upload-button"],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos .description {
  display: none; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos div[class^="form-item-upload-project-photos-file"],
.section-share-your-story .block-webform form .js-form-item-upload-project-photos .form-type-checkbox,
.page-share-your-story .block-webform form .js-form-item-upload-project-photos div[class^="form-item-upload-project-photos-file"],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos .form-type-checkbox {
  height: 40px;
  margin-bottom: 1rem; }

.section-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^='edit-upload-project-photos-file'],
.page-share-your-story .block-webform form .js-form-item-upload-project-photos input[id^='edit-upload-project-photos-file'] {
  width: 34px;
  margin: 0 0 0 auto; }

/** CSS by Rajeev**/
#block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns p, #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns li {
  font-size: 1rem !important; }

#block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph-wrapper.paragraph--type--qualifies-and-paid-cash {
  margin-top: 2.8125rem; }

.page-node-type-webform .alert {
  margin: auto;
  width: 50%;
  border: 3px solid #1D1E1D;
  padding: 0.625rem;
  background: #BFD400; }

.page-node-type-webform .alert .close {
  border-radius: 14px; }

.paragraph.paragraph--type--commercial-recap-form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
  width: 45%;
  margin-top: -11%;
  margin-left: 55%; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone {
  width: 45%; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .edit-actions,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .edit-actions {
  margin-top: -35% !important; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item .form-item .js-form-type-tel .form-type-tel .js-form-item-phone .form-item-phone,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .js-form-item .form-item .js-form-type-tel .form-type-tel .js-form-item-phone .form-item-phone {
  width: 46%; }

.page-node-type-webform .alert .close {
  border: none;
  background: none;
  float: right; }

.page-node-type-webform .alert {
  width: 67%;
  padding: 0.925rem;
  background: #BFD400;
  -webkit-box-shadow: 0px 6px 16px;
          box-shadow: 0px 6px 16px;
  border-right: 16px solid #fff;
  border-left: 16px solid #fff;
  height: 63px;
  position: absolute;
  margin-top: 12%;
  z-index: 1;
  margin-left: 17%; }

.page-storm-protection #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns p, .page-storm-protection #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-storm-protection #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph .columns li {
  font-size: 1.125rem !important; }

.page-storm-protection .paragraph-landing-text-image-overlap .landing-overlap-text-item p, .page-storm-protection .paragraph-landing-text-image-overlap .landing-overlap-text-item .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-storm-protection .paragraph-landing-text-image-overlap .landing-overlap-text-item li {
  margin-top: 0.75rem; }

/*** commercial Affiliate ***/
.paragraph.paragraph--type--commercial-recap-form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
  width: 45%;
  margin-top: -12%;
  margin-left: 55%; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone {
  width: 45%; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form #edit-actions,
#webform-submission-ygrene-commercial-affiliate-memb-paragraph-1642-add-form #edit-actions {
  margin-top: -36% !important; }

#webform-submission-ygrene-commercial-affiliate-memb-paragraph-562-add-form .js-form-item.form-item.js-form-type-tel.form-type-tel.js-form-item-phone.form-item-phone {
  width: 46%; }

/*** storm-protection ***/
.page-storm-protection .paragraph .columns .landing-overlap-text-item p, .page-storm-protection .paragraph .columns .landing-overlap-text-item .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-storm-protection .paragraph .columns .landing-overlap-text-item li {
  font-size: 1.125rem !important;
  margin-top: 2.1875rem !important; }

.page-node-type-webform .alert .close {
  border: none;
  background: none;
  float: right; }

.page-node-type-webform .alert {
  width: 67%;
  padding: 0.925rem;
  background: #BFD400;
  -webkit-box-shadow: 0px 6px 16px;
          box-shadow: 0px 6px 16px;
  border-right: 16px solid #fff;
  border-left: 16px solid #fff;
  height: 63px;
  position: absolute;
  margin-top: 12%;
  z-index: 1;
  margin-left: 17%;
  border-top: none !important;
  border-bottom: none !important; }

.node-type-commercial-page {
  /*
	.block-superfish > .menu > li > a,
	.secondary-top-nav .secondary-top-nav-item a {
		font-family: Muli;
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 21px;
		color: #303C42;
		text-transform: none;
		padding: 10px 5px;
		text-align: center;
		white-space: nowrap;
	}*/ }
  .node-type-commercial-page main {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0; }
  .node-type-commercial-page p, .node-type-commercial-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial-page li {
    font-family: Muli; }
  .node-type-commercial-page h1,
  .node-type-commercial-page h2,
  .node-type-commercial-page h3,
  .node-type-commercial-page .view-team-sorting .team-member .team-member-name,
  .view-team-sorting .team-member .node-type-commercial-page .team-member-name,
  .node-type-commercial-page .view-team-members .team-member .team-member-name,
  .view-team-members .team-member .node-type-commercial-page .team-member-name,
  .node-type-commercial-page h4,
  .node-type-commercial-page h5,
  .node-type-commercial-page h6 {
    font-family: Muli;
    font-style: normal;
    margin: 0; }
  .node-type-commercial-page .row {
    max-width: 1400px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .node-type-commercial-page input {
    margin: 0; }
  .node-type-commercial-page h1,
  .node-type-commercial-page h2, .node-type-commercial-page p, .node-type-commercial-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial-page li,
  .node-type-commercial-page form,
  .node-type-commercial-page .form-item,
  .node-type-commercial-page .form-actions,
  .node-type-commercial-page footer.l-footer,
  .node-type-commercial-page .wysiwyg-columns-with-separators {
    margin: 0; }
  .node-type-commercial-page .martop-3 {
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 47.9375rem) {
    .node-type-commercial-page .field-title--page,
    .node-type-commercial-page .field-title--second {
      text-align: left; }
      .node-type-commercial-page .field-title--page.text-center,
      .node-type-commercial-page .field-title--second.text-center {
        text-align: left !important; }
      .node-type-commercial-page .field-title--page::before,
      .node-type-commercial-page .field-title--second::before {
        margin-left: 0; } }
  .node-type-commercial-page .l-header {
    background-color: #F2F6FB;
    top: 0;
    border: 0; }
    .node-type-commercial-page .l-header .top-bar {
      background-color: #F2F6FB;
      height: var(--header);
      display: grid;
      grid-template-columns: 100px repeat(11, 1fr);
      grid-template-rows: 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 62.5rem) {
        .node-type-commercial-page .l-header .top-bar {
          grid-template-columns: 60px repeat(11, 1fr); } }
      .node-type-commercial-page .l-header .top-bar ul li {
        margin-right: 0;
        padding: 0;
        letter-spacing: 0; }
      @media (max-width: 58.125rem) {
        .node-type-commercial-page .l-header .top-bar .title-area {
          display: block;
          grid-column-start: 12;
          grid-column-end: 13;
          grid-row-start: 1;
          grid-row-end: 2;
          top: auto;
          float: none;
          padding: 0; } }
      .node-type-commercial-page .l-header .top-bar .title-area .toggle-topbar {
        top: auto;
        right: auto;
        left: auto;
        margin: 0; }
  .node-type-commercial-page .hamburger-bar {
    background-color: #212121; }
  .node-type-commercial-page .mobile-menu-button::after {
    content: "MENU"; }
  .node-type-commercial-page .hamburger-bar {
    width: 15px;
    height: 2.5px;
    margin: 0.1875rem 0; }
  .node-type-commercial-page .block-bean-commercial-logo-mobile {
    display: none; }
    @media (max-width: 47.9375rem) {
      .node-type-commercial-page .block-bean-commercial-logo-mobile {
        display: block; } }
    .node-type-commercial-page .block-bean-commercial-logo-mobile img {
      width: auto !important;
      height: 24px !important; }
  @media (max-width: 47.9375rem) {
    .node-type-commercial-page .block-bean-commercial-logo {
      display: none; } }
  .node-type-commercial-page .block-bean-commercial-logo img {
    width: 48px !important;
    height: auto !important;
    margin: 0;
    left: auto;
    top: auto; }
  .node-type-commercial-page [class*="block-bean-commercial-logo"] {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2; }
    .node-type-commercial-page [class*="block-bean-commercial-logo"] .logo-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .node-type-commercial-page #superfish-1 > li:hover {
    background-color: transparent; }
  .node-type-commercial-page .secondary-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2;
    min-width: inherit !important; }
    @media (max-width: 58.125rem) {
      .node-type-commercial-page .secondary-top-nav {
        display: none !important; } }
    .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item {
      float: none;
      margin: 0 0 0 0.625rem; }
      .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item.phone {
        display: none; }
      .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item.cta-button {
        background-color: transparent;
        padding: 0; }
        .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item.cta-button a {
          height: 50px;
          background-color: #303C42;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border: 0;
          padding: 0 0.9375rem;
          -webkit-box-shadow: none;
                  box-shadow: none;
          color: white;
          text-align: center;
          font-family: Mulish;
          font-style: normal;
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.0625rem;
          letter-spacing: 0.09063rem;
          text-transform: uppercase;
          -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out; }
          .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item.cta-button a:active {
            -webkit-box-shadow: none;
                    box-shadow: none; }
          .node-type-commercial-page .secondary-top-nav .secondary-top-nav-item.cta-button a:hover {
            background-color: #646D71;
            color: white; }
  .node-type-commercial-page .top-bar-section {
    display: none; }
  .node-type-commercial-page footer.l-footer {
    font-family: Muli;
    background: #303C42;
    min-height: 588px;
    padding: 7.5rem 0 5.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 47.9375rem) {
      .node-type-commercial-page footer.l-footer {
        padding: 2.5rem 0; }
        .node-type-commercial-page footer.l-footer .footer-contact-us__list {
          margin-bottom: 0; }
        .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu {
          padding: 0; }
          .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu {
            padding: 0; }
            .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li {
              width: 100% !important; }
              .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li + li {
                margin-top: 2.5rem; }
        .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu-secondary ul {
          padding: 0 1rem; } }
  @media (max-width: 47.9375rem) and (max-width: 47.9375rem) {
    .node-type-commercial-page footer.l-footer .bean-footer-social-links {
      padding-top: 2.3125rem;
      padding-bottom: 2.3125rem; } }
    @media (min-width: 47.9375rem) and (max-width: 51.875rem) {
      .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px; }
        .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li {
          width: 50%; } }
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu-secondary ul,
    .node-type-commercial-page footer.l-footer .copyright-text,
    .node-type-commercial-page footer.l-footer #middle-footer {
      padding-top: 0;
      padding-bottom: 0; }
    .node-type-commercial-page footer.l-footer .row {
      padding: 0;
      margin: 0 auto; }
    .node-type-commercial-page footer.l-footer .footer-contact-us__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .node-type-commercial-page footer.l-footer .bean-footer-social-links {
      padding-top: 2.5rem; }
    .node-type-commercial-page footer.l-footer .social-links.text-center {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      padding: 0; }
      .node-type-commercial-page footer.l-footer .social-links.text-center > div {
        width: auto;
        padding: 0;
        margin-right: 0.625rem; }
    .node-type-commercial-page footer.l-footer .menu {
      overflow: hidden; }
    .node-type-commercial-page footer.l-footer .government-list > a::after {
      background-image: url("../../images/icon_arrowDown.png"); }
    .node-type-commercial-page footer.l-footer .government-list.open > a::after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu ul {
      margin: 0; }
    .node-type-commercial-page footer.l-footer h4,
    .node-type-commercial-page footer.l-footer a,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li span,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li > ul.menu > li a {
      font-size: 1rem;
      line-height: 1.5rem;
      color: white;
      letter-spacing: 0;
      font-family: inherit;
      font-weight: normal;
      opacity: 1;
      letter-spacing: 0;
      margin-top: 0; }
    .node-type-commercial-page footer.l-footer .footer-contact-us__list a:hover,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li > ul.menu > li a:hover,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu-secondary ul li a:hover {
      text-decoration: underline; }
    .node-type-commercial-page footer.l-footer h4,
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li span {
      font-weight: bold;
      text-transform: none;
      display: block;
      margin-bottom: 2.5rem; }
      @media (max-width: 47.9375rem) {
        .node-type-commercial-page footer.l-footer h4,
        .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu > ul.menu > li span {
          margin-bottom: 1.0625rem; } }
    .node-type-commercial-page footer.l-footer .block-menu-menu-footer-menu-secondary ul li a,
    .node-type-commercial-page footer.l-footer .copyright-text p,
    .node-type-commercial-page footer.l-footer .copyright-text .guidelines-landing-page .state-tiles > .state-tiles-texts li,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .node-type-commercial-page footer.l-footer .copyright-text li {
      font-size: 0.75rem;
      font-weight: normal;
      line-height: 0.9375rem;
      color: white;
      letter-spacing: 0;
      font-family: inherit;
      opacity: 1;
      letter-spacing: 0; }
  .node-type-commercial-page #bottom-footer {
    padding-top: 2.5rem; }
  .node-type-commercial-page .grippie {
    display: none !important; }
  @media (max-width: 47.9375rem) {
    .node-type-commercial-page .customer-services-form {
      margin-top: 2.5rem; }
      .node-type-commercial-page .customer-services-form [id*="webform-ajax-wrapper"] {
        padding-top: 1.875rem; }
      .node-type-commercial-page .customer-services-form::before, .node-type-commercial-page .customer-services-form::after {
        display: none; }
      .node-type-commercial-page .customer-services-form .button {
        grid-column-start: 1;
        grid-column-end: 3; }
      .node-type-commercial-page .customer-services-form form > div > * {
        grid-column-start: 1;
        grid-column-end: 2; } }
  .node-type-commercial-page #body_html {
    --slider-height: 560px;
    --button-margin: 2.5rem;
    --slick-arrow-height: 56px;
    height: var(--slider-height); }
    @media (max-width: 47.9375rem) {
      .node-type-commercial-page #body_html {
        --slider-height: 400px;
        --button-margin: 0.5rem; } }
    .node-type-commercial-page #body_html .row,
    .node-type-commercial-page #body_html .columns,
    .node-type-commercial-page #body_html .body-html,
    .node-type-commercial-page #body_html .body-html {
      max-width: none;
      padding: 0;
      margin: 0;
      float: none; }
    .node-type-commercial-page #body_html .paragraph-body-html {
      display: block !important; }
    .node-type-commercial-page #body_html img {
      height: var(--slider-height);
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    .node-type-commercial-page #body_html .body-html__content {
      max-width: none; }
    .node-type-commercial-page #body_html .slider-body_html {
      height: var(--slider-height);
      margin: 0; }
    .node-type-commercial-page #body_html .slick-arrow {
      top: 0;
      bottom: 0;
      margin: auto;
      width: var(--slick-arrow-height);
      height: var(--slick-arrow-height);
      border-radius: 100px;
      display: block !important;
      color: #fff;
      background: rgba(0, 0, 0, 0.48);
      z-index: 1;
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      -webkit-transform: none;
              transform: none; }
      .node-type-commercial-page #body_html .slick-arrow svg {
        fill: currentColor;
        height: 18px;
        width: auto; }
      .node-type-commercial-page #body_html .slick-arrow:hover {
        color: #303C42;
        background: #BFD400; }
      .node-type-commercial-page #body_html .slick-arrow::before {
        display: none; }
    .node-type-commercial-page #body_html .slick-prev {
      left: var(--button-margin);
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .node-type-commercial-page #body_html .slick-next {
      right: var(--button-margin); }
    .node-type-commercial-page #body_html .slick-disabled {
      opacity: .5;
      cursor: auto; }
      .node-type-commercial-page #body_html .slick-disabled:hover {
        color: white; }
    .node-type-commercial-page #body_html .slick-dots {
      position: relative !important;
      bottom: 84px;
      padding: 0;
      height: 44px;
      width: auto;
      background: rgba(0, 0, 0, 0.48);
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin: auto;
      border-radius: 100px;
      padding: 0 0.625rem; }
      .node-type-commercial-page #body_html .slick-dots li {
        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;
        margin: 0; }
      .node-type-commercial-page #body_html .slick-dots .slick-active button {
        background: #BFD400; }
        .node-type-commercial-page #body_html .slick-dots .slick-active button::after {
          background: #BFD400; }
      .node-type-commercial-page #body_html .slick-dots button {
        width: 12px;
        height: 12px;
        border-radius: 100px;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        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; }
        .node-type-commercial-page #body_html .slick-dots button::before {
          display: none; }
        .node-type-commercial-page #body_html .slick-dots button::after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          background: white;
          opacity: 1;
          border-radius: 100px; }

.node-type-commercial-page svg.mailto {
  display: none; }

.commercial-form + .body-html {
  padding-top: 0; }

.body-html {
  padding: 5.5rem 1rem 5rem; }
  @media (max-width: 48rem) {
    .body-html {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .body-html {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.body-html__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .body-html__content p, .body-html__content .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .body-html__content li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: 0;
    color: rgba(48, 60, 66, 0.7);
    text-align: center; }
    @media (max-width: 47.9375rem) {
      .body-html__content p, .body-html__content .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .body-html__content li {
        text-align: left !important; } }
    .body-html__content p + p, .body-html__content .guidelines-landing-page .state-tiles > .state-tiles-texts li + p, .guidelines-landing-page .state-tiles > .state-tiles-texts .body-html__content li + p, .body-html__content .guidelines-landing-page .state-tiles > .state-tiles-texts p + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .body-html__content p + li, .body-html__content .guidelines-landing-page .state-tiles > .state-tiles-texts li + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .body-html__content li + li {
      margin-top: 1.3125rem; }

@media (min-width: 30.0625rem) {
  .paragraph-qualifies-and-paid-cash + .statistics {
    padding-top: 7.4375rem; } }

.statistics {
  padding: 5.5rem 1rem 5rem; }
  @media (max-width: 48rem) {
    .statistics {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .statistics {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .statistics.dark-style .statistic__item-title {
    color: #BFD400; }
  .statistics.dark-style .statistics__description p, .statistics.dark-style .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .statistics.dark-style .statistics__description li,
  .statistics.dark-style .statistic__item-value {
    color: white; }

.statistics_columns-3-3-3-1 .statistics__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px; }
  @media (max-width: 40rem) {
    .statistics_columns-3-3-3-1 .statistics__list {
      grid-template-columns: 1fr; } }

.statistics_columns-3-3-3-1 .statistic__item-title {
  font-size: 3rem;
  line-height: 3.75rem; }

.statistics__title {
  margin-top: 0;
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */
  margin-left: auto !important;
  margin-right: auto !important; }
  .statistics__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .statistics__title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }
  @media (max-width: 48rem) {
    .statistics__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .statistics__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  @media (max-width: 30rem) {
    .statistics__title {
      margin-left: 0 !important; } }

.statistics__description {
  max-width: 800px;
  margin: 0 auto; }
  .statistics__description + .statistics__list {
    padding-top: 4.8125rem; }
  .statistics__description p, .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .statistics__description li {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6875rem;
    color: #303C42;
    letter-spacing: 0;
    text-align: center; }

.statistics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1216px;
  margin: 0 auto; }

.statistic__item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.statistic__item-title {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: 800;
  letter-spacing: -0.03125rem;
  text-align: center;
  color: #303C42;
  width: auto; }

.statistic__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.9375rem;
  max-width: 210px;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: center;
  color: rgba(48, 60, 66, 0.7);
  font-weight: 600; }

@media (max-width: 48rem) {
  .statistics__description p, .statistics__description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .statistics__description li {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left; }
  .statistics__description + .statistics__list {
    padding-top: 1.875rem; }
  .statistics__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30px;
    padding-left: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .statistic__item-title {
    font-size: 2rem;
    line-height: 2.5rem; }
  /*
	.statistic__item-value {
		max-width: 164px;
		margin: 0 auto;
		padding-top: 10px;
	}*/ }

@media (max-width: 30rem) {
  .statistics__list {
    grid-template-columns: 1fr 1fr;
    margin: 0 -1.25rem; } }

.upgrades {
  padding: 5.5rem 1rem 5rem; }
  @media (max-width: 48rem) {
    .upgrades {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (max-width: 31.25rem) {
    .upgrades {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.upgrades__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(183px, auto);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important; }
  @media (max-width: 30rem) {
    .upgrades__list {
      grid-auto-rows: auto; } }
  .upgrades__list::before, .upgrades__list::after {
    display: none; }

.upgrades__title {
  margin-top: 0;
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /*
  // Tablet 1 in Blog update these properties belongs to mobile-end
  @media (max-width: $tablet-1-end) {
    font-size: 24px;
    line-height: 30px;
  }

  $padding-bottom in blog is 65px, not 40px
  */ }
  .upgrades__title::before {
    content: "";
    width: 43px;
    height: 6px;
    display: block;
    margin: 0 auto 1.25rem;
    background: #BFD400; }
    @media (max-width: 48rem) {
      .upgrades__title::before {
        margin-bottom: 1.5625rem;
        margin-left: 0; } }
  @media (max-width: 48rem) {
    .upgrades__title {
      text-align: left;
      margin-left: 0;
      padding-bottom: 2.375rem; } }
  @media (max-width: 30rem) {
    .upgrades__title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }
  .upgrades__title + .upgrades__list {
    padding-top: 2.6875rem !important; }

.upgrades__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 80px;
  margin: auto; }
  @media (max-width: 48rem) {
    .upgrades__item-icon img {
      width: 80px; } }
  @media (max-width: 30rem) {
    .upgrades__item-icon {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 80px;
      height: 60px;
      padding: 0 0.3125rem 0 0;
      margin-left: -0.9375rem; } }

.upgrades__item {
  display: grid;
  background: white;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
  padding: 1.1875rem 0.9375rem;
  width: auto;
  list-style: none;
  /*
	@media (max-width: $tablet-1-end) {
		padding-top: 19px;
		padding-bottom: 19px;
	}*/ }
  @media (max-width: 30rem) {
    .upgrades__item {
      padding: 1rem 0.9375rem; } }
  .upgrades__item .field-title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #303C42;
    letter-spacing: -0.03125rem;
    font-family: inherit; }

.ygrene-subtheme .upgrades__item {
  padding: 1.9375rem 0.9375rem 0 !important; }
  @media (max-width: 64rem) {
    .ygrene-subtheme .upgrades__item {
      padding: 1.1875rem 0.9375rem !important; } }

.upgrades__item-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #303C42;
  letter-spacing: -0.03125rem;
  margin: 1rem auto 0;
  text-align: center; }
  @media (max-width: 64rem) {
    .upgrades__item-title {
      max-width: 80%;
      font-size: 1rem;
      line-height: 1.5rem; } }
  @media (max-width: 30rem) {
    .upgrades__item-title {
      text-align: left;
      margin-left: 0; } }

.upgrades__item-description p, .upgrades__item-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .upgrades__item-description li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  letter-spacing: 0;
  font-family: inherit;
  text-align: center;
  padding-top: 1.25rem; }
  @media (max-width: 30rem) {
    .upgrades__item-description p, .upgrades__item-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .upgrades__item-description li {
      text-align: left; } }

.upgrades__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0 0; }
  @media (max-width: 48rem) {
    .upgrades__button {
      padding-top: 2.5rem; } }
  @media (max-width: 30rem) {
    .upgrades__button {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .upgrades__button a {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .upgrades__button a:hover, .upgrades__button a:focus {
      background-color: #3177dc;
      color: #fff; }
    .upgrades__button a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .upgrades__button a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .upgrades__button a[disabled], .upgrades__button a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }

@media (max-width: 48rem) {
  .upgrades__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px; }
  .upgrades__title + .upgrades__list {
    padding-top: 0 !important; } }

@media (max-width: 30rem) {
  .upgrades__list {
    grid-template-columns: 1fr; } }

.video-1__section {
  padding-top: var(--section-padding-top);
  background: transparent;
  position: relative; }
  .video-1__section.lilac_gray {
    background: #F2F6FB; }
  .video-1__section::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    z-index: 1; }

@media (min-width: 48.0625rem) {
  .video-1__title + .video-1__iframe {
    padding-top: 2.5rem; } }

.ygrene-subtheme .video-1__title {
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 48rem) {
    .ygrene-subtheme .video-1__title {
      margin-left: 0 !important; } }

.video-1__embed {
  position: relative;
  z-index: 2;
  margin: 0 auto; }
  @media (min-width: 30.0625rem) {
    .video-1__embed {
      width: 100%;
      max-width: 800px; } }

.front .form-item-address label,
.page-node-967 .form-item-address label,
.es-storm-protection .form-item-address label {
  display: none !important; }

.front .page-heading #tiHeaderForm input#edit-address,
.page-node-967 .page-heading #tiHeaderForm input#edit-address,
.es-storm-protection .page-heading #tiHeaderForm input#edit-address {
  height: 50px !important; }

.paragraph-space {
  position: relative; }
  .paragraph-space.small {
    height: 10px; }
  .paragraph-space.medium {
    height: 20px; }
  .paragraph-space.big {
    height: 30px; }
  .paragraph-space.hr:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #aaa; }

.paragraph-quote .row {
  max-width: 61em; }

.paragraph-quote .field-image {
  background-color: #fff; }
  .paragraph-quote .field-image img {
    vertical-align: bottom; }

.paragraph-quote .field-body {
  padding: 1.875rem; }
  @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .paragraph-quote .field-body {
      padding: 0.9375rem; } }
  .paragraph-quote .field-body span {
    font-size: 1.75rem !important; }
    @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .paragraph-quote .field-body span {
        font-size: 1.125rem !important; } }
    @media only screen and (max-width: 47.9375rem) {
      .paragraph-quote .field-body span {
        font-size: 1.375rem !important; } }
  .paragraph-quote .field-body .field-author {
    color: #333;
    font-family: Mulish, sans-serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: bold; }

.search-block--1 {
  /*.form-text:valid ~ label,*/
  height: 48px; }
  .search-block--1 .form-item {
    position: relative; }
  .search-block--1 .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: #1975E3;
    pointer-events: none; }
  .search-block--1 .form-item.label-floated label,
  .search-block--1 .form-item .form-text:focus ~ label,
  .search-block--1 .form-item textarea:focus ~ label {
    color: #6C7680;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .search-block--1 .form-item.label-floated .field-suffix,
  .search-block--1 .form-item .form-text:focus + .field-suffix,
  .search-block--1 .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .search-block--1 .form-item.label-floated .form-text::-webkit-input-placeholder,
  .search-block--1 .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .search-block--1 .form-item.label-floated .form-text::-moz-placeholder,
  .search-block--1 .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .search-block--1 .form-item.label-floated .form-text::-ms-input-placeholder,
  .search-block--1 .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .search-block--1 .form-item.label-floated .form-text::placeholder,
  .search-block--1 .form-item .form-text:focus::placeholder {
    color: inherit; }
  .search-block--1 .form-text {
    width: 100%; }
    .search-block--1 .form-text::-webkit-input-placeholder {
      color: transparent; }
    .search-block--1 .form-text::-moz-placeholder {
      color: transparent; }
    .search-block--1 .form-text::-ms-input-placeholder {
      color: transparent; }
    .search-block--1 .form-text::placeholder {
      color: transparent; }
  .search-block--1 .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: 0;
    color: #6C7680;
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .search-block--1 .form-item label,
  .search-block--1 .form-item [type="text"],
  .search-block--1 .form-item [type="email"],
  .search-block--1 .form-item [type="tel"],
  .search-block--1 .form-item [type="search"] {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3125rem; }
  .search-block--1 .form-item [type="text"],
  .search-block--1 .form-item [type="email"],
  .search-block--1 .form-item [type="tel"],
  .search-block--1 .form-item [type="search"],
  .search-block--1 .form-item textarea,
  .search-block--1 .form-item select {
    width: 100%;
    height: auto;
    padding: 0.9375rem 4rem 0.875rem 0.625rem;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #afbac7;
    margin: 0;
    color: #303C42;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .search-block--1 .form-item [type="text"]:focus,
    .search-block--1 .form-item [type="email"]:focus,
    .search-block--1 .form-item [type="tel"]:focus,
    .search-block--1 .form-item [type="search"]:focus,
    .search-block--1 .form-item textarea:focus,
    .search-block--1 .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .search-block--1 .form-item [type="text"]::-webkit-input-placeholder,
    .search-block--1 .form-item [type="email"]::-webkit-input-placeholder,
    .search-block--1 .form-item [type="tel"]::-webkit-input-placeholder,
    .search-block--1 .form-item [type="search"]::-webkit-input-placeholder,
    .search-block--1 .form-item textarea::-webkit-input-placeholder,
    .search-block--1 .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .search-block--1 .form-item [type="text"]::-moz-placeholder,
    .search-block--1 .form-item [type="email"]::-moz-placeholder,
    .search-block--1 .form-item [type="tel"]::-moz-placeholder,
    .search-block--1 .form-item [type="search"]::-moz-placeholder,
    .search-block--1 .form-item textarea::-moz-placeholder,
    .search-block--1 .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .search-block--1 .form-item [type="text"]::-ms-input-placeholder,
    .search-block--1 .form-item [type="email"]::-ms-input-placeholder,
    .search-block--1 .form-item [type="tel"]::-ms-input-placeholder,
    .search-block--1 .form-item [type="search"]::-ms-input-placeholder,
    .search-block--1 .form-item textarea::-ms-input-placeholder,
    .search-block--1 .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .search-block--1 .form-item [type="text"]::placeholder,
    .search-block--1 .form-item [type="email"]::placeholder,
    .search-block--1 .form-item [type="tel"]::placeholder,
    .search-block--1 .form-item [type="search"]::placeholder,
    .search-block--1 .form-item textarea::placeholder,
    .search-block--1 .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .search-block--1 .form-item [type="text"]:focus,
    .search-block--1 .form-item [type="email"]:focus,
    .search-block--1 .form-item [type="tel"]:focus,
    .search-block--1 .form-item [type="search"]:focus,
    .search-block--1 .form-item textarea:focus,
    .search-block--1 .form-item select:focus {
      background-color: transparent; }
  .search-block--1 .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .search-block--1 .form-item select::-ms-expand {
      display: none; }
  .search-block--1 label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .search-block--1 .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .search-block--1 .field-suffix {
    height: 2px; }
  .search-block--1 .views-exposed-widgets {
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-column-gap: 16px; }
  .search-block--1 .views-widget-filter-combine {
    grid-column: 1 / 3;
    grid-row: 1 / 2; }
  .search-block--1 .views-exposed-widget {
    padding: 0; }
  .search-block--1 .views-submit-button {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0;
    position: relative;
    z-index: 10; }
  .search-block--1 input[type="text"] {
    font-family: Muli;
    font-style: normal;
    font-weight: normal;
    border: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    outline: none;
    height: auto;
    position: relative;
    top: -0.5px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0 !important;
    margin: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    background: #f9fbe8; }
    .search-block--1 input[type="text"]:focus {
      border-bottom: 2px solid #1975E3 !important; }
      .search-block--1 input[type="text"]:focus::-webkit-input-placeholder {
        color: transparent; }
      .search-block--1 input[type="text"]:focus::-moz-placeholder {
        color: transparent; }
      .search-block--1 input[type="text"]:focus::-ms-input-placeholder {
        color: transparent; }
      .search-block--1 input[type="text"]:focus::placeholder {
        color: transparent; }
    .search-block--1 input[type="text"]:-webkit-autofill, .search-block--1 input[type="text"]:-webkit-autofill:hover, .search-block--1 input[type="text"]:-webkit-autofill:focus {
      background: transparent !important; }
  .search-block--1 ::-webkit-input-placeholder {
    color: rgba(48, 60, 66, 0.7); }
  .search-block--1 ::-moz-placeholder {
    color: rgba(48, 60, 66, 0.7); }
  .search-block--1 ::-ms-input-placeholder {
    color: rgba(48, 60, 66, 0.7); }
  .search-block--1 ::placeholder {
    color: rgba(48, 60, 66, 0.7); }
  .search-block--1 .form-submit {
    background: url(../../images/search.svg) no-repeat 50%, url(../../images/search-blue.svg) no-repeat 100px;
    background-color: #BFD400;
    border: 0;
    outline: 0;
    height: 0;
    padding-top: 3rem;
    width: 50px;
    margin: 0 !important;
    cursor: pointer;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 52px; }
    .search-block--1 .form-submit:hover {
      background-color: #3177dc;
      background-image: url(../../images/search-white.svg); }
  .search-block--1 .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-block--1 .form--inline > .form-item {
      margin-right: 0; }

.paragraph-body-text-two-columns {
  margin-top: 0 !important; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .paragraph-body-text-two-columns .body:first-child {
      height: auto !important;
      margin-bottom: 0.75rem; } }

.paragraph-award {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.625rem 0; }
  @media (min-width: 48rem) {
    .paragraph-award .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .paragraph-award h2, .paragraph-award h3, .paragraph-award .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .paragraph-award .team-member-name, .paragraph-award .view-team-members .team-member .team-member-name, .view-team-members .team-member .paragraph-award .team-member-name, .paragraph-award h4, .paragraph-award h5, .paragraph-award h6, .paragraph-award p, .paragraph-award .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-award li {
    color: #fff; }
  @media only screen and (min-width: 48rem) {
    .paragraph-award {
      padding: 3.125rem 0; } }
  .paragraph-award .field-image {
    padding: 0.625rem 0;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .paragraph-award .field-image {
        float: none; } }
  .paragraph-award .field-body {
    border-left: 0; }
    @media only screen and (min-width: 48rem) {
      .paragraph-award .field-body {
        border-left: 7px solid #b0c0ca;
        padding-left: 3.125rem; } }

@media (max-width: 30rem) {
  .node-type-section-page.page-node-6 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-20 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-22 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-24 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-30 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-32 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-737 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-739 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-967 .page-heading .page-heading-overlay .header-content, .node-type-section-page.page-node-1145 .page-heading .page-heading-overlay .header-content {
    position: relative; }
  .node-type-section-page.page-node-6 .page-heading .content, .node-type-section-page.page-node-20 .page-heading .content, .node-type-section-page.page-node-22 .page-heading .content, .node-type-section-page.page-node-24 .page-heading .content, .node-type-section-page.page-node-30 .page-heading .content, .node-type-section-page.page-node-32 .page-heading .content, .node-type-section-page.page-node-737 .page-heading .content, .node-type-section-page.page-node-739 .page-heading .content, .node-type-section-page.page-node-967 .page-heading .content, .node-type-section-page.page-node-1145 .page-heading .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2.5rem var(--padding-side); }
  .node-type-section-page.page-node-6 .page-heading .desktop-header, .node-type-section-page.page-node-20 .page-heading .desktop-header, .node-type-section-page.page-node-22 .page-heading .desktop-header, .node-type-section-page.page-node-24 .page-heading .desktop-header, .node-type-section-page.page-node-30 .page-heading .desktop-header, .node-type-section-page.page-node-32 .page-heading .desktop-header, .node-type-section-page.page-node-737 .page-heading .desktop-header, .node-type-section-page.page-node-739 .page-heading .desktop-header, .node-type-section-page.page-node-967 .page-heading .desktop-header, .node-type-section-page.page-node-1145 .page-heading .desktop-header {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .node-type-section-page.page-node-24 .paragraph-body-text:first-child {
    margin-top: -1.25rem; } }

.page-node-1420 .paragraph-title-and-button, .page-node-1412 .paragraph-title-and-button {
  background: #fff; }

.paragraph-icon-tiles,
.paragraph-icon-group {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .paragraph-icon-tiles h2,
  .paragraph-icon-group h2 {
    text-align: center;
    padding: 0 21%;
    font-size: 2.5rem;
    line-height: 3rem; }
    @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
      .paragraph-icon-tiles h2,
      .paragraph-icon-group h2 {
        padding: 0;
        font-size: 1.8125rem;
        line-height: 1.8125rem; } }
  .paragraph-icon-tiles.icon-group-vertical,
  .paragraph-icon-group.icon-group-vertical {
    text-align: center; }
  @media only screen and (max-width: 47.9375rem) {
    .paragraph-icon-tiles.icon-group-horizontal .icon-item,
    .paragraph-icon-group.icon-group-horizontal .icon-item {
      display: block;
      float: none !important;
      padding: 1.25rem 0 2.5rem;
      text-align: center; } }
  .paragraph-icon-tiles.icon-group-spinnable .icon-item img,
  .paragraph-icon-group.icon-group-spinnable .icon-item img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .paragraph-icon-tiles.icon-group-spinnable .icon-item:hover img,
  .paragraph-icon-group.icon-group-spinnable .icon-item:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .paragraph-icon-tiles .row .row,
  .paragraph-icon-group .row .row {
    margin: 0; }
  .paragraph-icon-tiles .icon-item .icon-base > .icon-base-underlay,
  .paragraph-icon-group .icon-item .icon-base > .icon-base-underlay {
    display: none; }
  .paragraph-icon-tiles .icon-item .field-image,
  .paragraph-icon-group .icon-item .field-image {
    padding: 0 0 0.3125rem; }
    @media only screen and (min-width: 48rem) {
      .paragraph-icon-tiles .icon-item .field-image,
      .paragraph-icon-group .icon-item .field-image {
        display: inline-block;
        padding: 0 0.9375rem 0;
        vertical-align: top;
        width: 30%; } }
    .paragraph-icon-tiles .icon-item .field-image img,
    .paragraph-icon-group .icon-item .field-image img {
      max-width: 100px; }
      @media only screen and (min-width: 48rem) {
        .paragraph-icon-tiles .icon-item .field-image img,
        .paragraph-icon-group .icon-item .field-image img {
          max-width: 100%; } }
  .paragraph-icon-tiles .icon-item .content-area,
  .paragraph-icon-group .icon-item .content-area {
    display: block;
    padding: 0 0.625rem;
    width: 100%;
    -webkit-font-smoothing: antialiased; }
    @media only screen and (min-width: 48rem) {
      .paragraph-icon-tiles .icon-item .content-area,
      .paragraph-icon-group .icon-item .content-area {
        display: inline-block;
        padding-right: 1.25rem;
        width: 67%; } }
  .paragraph-icon-tiles .icon-item .field-title,
  .paragraph-icon-group .icon-item .field-title {
    color: #717171;
    font-size: 1.0625rem;
    font-family: Mulish, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin: 0.3125rem auto 0.1875rem;
    max-width: 340px; }
    @media only screen and (min-width: 48rem) {
      .paragraph-icon-tiles .icon-item .field-title,
      .paragraph-icon-group .icon-item .field-title {
        margin: 0 0 0.1875rem;
        max-width: 100%; } }
  .paragraph-icon-tiles .icon-item .field-body, .paragraph-icon-tiles .icon-item .field-body p, .paragraph-icon-tiles .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .field-body li,
  .paragraph-icon-group .icon-item .field-body,
  .paragraph-icon-group .icon-item .field-body p,
  .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li {
    color: #333;
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 340px; }
    @media only screen and (min-width: 81.25rem) {
      .paragraph-icon-tiles .icon-item .field-body, .paragraph-icon-tiles .icon-item .field-body p, .paragraph-icon-tiles .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .field-body li,
      .paragraph-icon-group .icon-item .field-body,
      .paragraph-icon-group .icon-item .field-body p,
      .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li {
        margin: 0;
        max-width: 100%; } }
    @media only screen and (min-width: 81.25rem) and (max-width: 112.5rem) {
      .paragraph-icon-tiles .icon-item .field-body h2, .paragraph-icon-tiles .icon-item .field-body p h2, .paragraph-icon-tiles .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li h2, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .field-body li h2,
      .paragraph-icon-group .icon-item .field-body h2,
      .paragraph-icon-group .icon-item .field-body p h2,
      .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li h2,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li h2 {
        font-size: 1.875rem; } }
    @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .paragraph-icon-tiles .icon-item .field-body h2, .paragraph-icon-tiles .icon-item .field-body p h2, .paragraph-icon-tiles .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li h2, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .field-body li h2,
      .paragraph-icon-group .icon-item .field-body h2,
      .paragraph-icon-group .icon-item .field-body p h2,
      .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li h2,
      .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li h2 {
        font-size: 1.5625rem; } }
  @media only screen and (min-width: 48rem) {
    .paragraph-icon-tiles.icon-group-vertical .icon-item,
    .paragraph-icon-group.icon-group-vertical .icon-item {
      padding: 0 1.5625rem 0.625rem; }
      .paragraph-icon-tiles.icon-group-vertical .icon-item .field-image,
      .paragraph-icon-group.icon-group-vertical .icon-item .field-image {
        display: block;
        padding: 0 0 0.625rem;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
        .paragraph-icon-tiles.icon-group-vertical .icon-item .field-image img,
        .paragraph-icon-group.icon-group-vertical .icon-item .field-image img {
          max-width: 100px; }
      .paragraph-icon-tiles.icon-group-vertical .icon-item .content-area,
      .paragraph-icon-group.icon-group-vertical .icon-item .content-area {
        display: block;
        padding: 0 0.625rem;
        text-align: center;
        width: 100%;
        -webkit-font-smoothing: antialiased; } }
    @media only screen and (min-width: 48rem) and (min-width: 48rem) {
      .paragraph-icon-tiles.icon-group-vertical .icon-item .content-area,
      .paragraph-icon-group.icon-group-vertical .icon-item .content-area {
        display: block;
        padding: 0 0.625rem;
        width: 100%; } }

@media only screen and (min-width: 81.25rem) {
  .paragraph-icon-tiles {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%; } }

.paragraph-icon-tiles .icon-item {
  position: relative; }
  .paragraph-icon-tiles .icon-item .icon-base {
    background-color: #003366;
    border: 1px solid transparent;
    border-radius: 10px;
    min-height: 300px;
    overflow: hidden; }
    .paragraph-icon-tiles .icon-item .icon-base .field-title {
      color: #fff;
      font-size: 1.875rem;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media only screen and (min-width: 81.25rem) and (max-width: 112.5rem) {
        .paragraph-icon-tiles .icon-item .icon-base .field-title {
          font-size: 1.5625rem; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .paragraph-icon-tiles .icon-item .icon-base .field-title {
          font-size: 1.25rem; } }
    .paragraph-icon-tiles .icon-item .icon-base .field-body p, .paragraph-icon-tiles .icon-item .icon-base .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .icon-base .field-body li {
      color: #fff;
      font-size: 1.125rem; }
    .paragraph-icon-tiles .icon-item .icon-base .field-image img {
      max-width: 85px; }
    .paragraph-icon-tiles .icon-item .icon-base.white-text .field-title, .paragraph-icon-tiles .icon-item .icon-base.white-text .field-body, .paragraph-icon-tiles .icon-item .icon-base.white-text .field-body p, .paragraph-icon-tiles .icon-item .icon-base.white-text .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .icon-base.white-text .field-body li {
      color: #fff !important; }
    .paragraph-icon-tiles .icon-item .icon-base.black-text .field-title, .paragraph-icon-tiles .icon-item .icon-base.black-text .field-body, .paragraph-icon-tiles .icon-item .icon-base.black-text .field-body p, .paragraph-icon-tiles .icon-item .icon-base.black-text .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles .icon-item .icon-base.black-text .field-body li {
      color: #333 !important; }

.paragraph-icon-tiles.shadow-effect .icon-item .icon-base > .icon-base-underlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 1.5625rem 0.625rem;
  border-radius: 10px;
  background: #003366;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -1; }

.paragraph-icon-tiles.shadow-effect .icon-item .icon-base:hover > .icon-base-underlay {
  -webkit-box-shadow: 1px 2px 7px 1px #aaa, inset 0 0 0 0 transparent;
  box-shadow: 1px 2px 7px 1px #aaa, inset 0 0 0 0 transparent;
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.paragraph-icon-tiles.white-text .icon-item .icon-base .field-title, .paragraph-icon-tiles.white-text .icon-item .icon-base .field-body, .paragraph-icon-tiles.white-text .icon-item .icon-base .field-body p, .paragraph-icon-tiles.white-text .icon-item .icon-base .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles.white-text .icon-item .icon-base .field-body li {
  color: #fff; }

.paragraph-icon-tiles.black-text .icon-item .icon-base .field-title, .paragraph-icon-tiles.black-text .icon-item .icon-base .field-body, .paragraph-icon-tiles.black-text .icon-item .icon-base .field-body p, .paragraph-icon-tiles.black-text .icon-item .icon-base .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-tiles.black-text .icon-item .icon-base .field-body li {
  color: #333; }

.paragraph-icon-group {
  padding: 0 10%; }
  .paragraph-icon-group .icon-item .field-title,
  .paragraph-icon-group .icon-item .field-body,
  .paragraph-icon-group .icon-item .field-body p,
  .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
  .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li {
    font-family: Mulish, sans-serif; }
    .paragraph-icon-group .icon-item .field-title.field-title,
    .paragraph-icon-group .icon-item .field-body.field-title,
    .paragraph-icon-group .icon-item .field-body p.field-title,
    .paragraph-icon-group .icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li.field-title,
    .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-icon-group .icon-item .field-body li.field-title {
      font-weight: bold; }
  .paragraph-icon-group.shadow-effect .icon-item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .paragraph-icon-group.shadow-effect .icon-item:hover {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }
      .paragraph-icon-group.shadow-effect .icon-item:hover .icon-base {
        -webkit-box-shadow: 1px 2px 7px 1px #aaa, inset 0 0 0 0 transparent;
        box-shadow: 1px 2px 7px 1px #aaa, inset 0 0 0 0 transparent; }

@media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
  .paragraph-icon-group .icon-item:nth-child(5) {
    display: none; } }

.page-commercial .ajax-progress-fullscreen {
  display: none !important; }

.page-collateral .ajax-progress-fullscreen {
  display: none; }

.page-collateral .view-collateral {
  display: grid;
  grid-template-columns: minmax(auto, 800px) 384px;
  grid-column-gap: 72px;
  padding-top: 6.875rem;
  padding-bottom: var(--margin-bottom-prefooter); }
  @media (max-width: 30rem) {
    .page-collateral .view-collateral {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; } }
  @media (max-width: 30rem) {
    .page-collateral .view-collateral {
      padding-top: 3rem; } }

.page-collateral .view-header,
.page-collateral .view-filters {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }
  @media (max-width: 30rem) {
    .page-collateral .view-header,
    .page-collateral .view-filters {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      grid-column: 1 / 2; } }

@media (max-width: 30rem) {
  .page-collateral .view-header {
    margin-bottom: 1.125rem; } }

.page-collateral .view-filters {
  display: none; }

.page-collateral .view-content {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
  @media (max-width: 30rem) {
    .page-collateral .view-content {
      grid-column: 1 / 2; } }

.page-collateral .form-radios input[type=radio] {
  display: none; }

.page-collateral .item-list,
.page-collateral .pagination-centered {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  grid-column: 1 / 3; }
  @media (max-width: 30rem) {
    .page-collateral .item-list,
    .page-collateral .pagination-centered {
      grid-column: 1 / 2; } }

@media (max-width: 30rem) {
  .view-filter-1 .custom-html > h2 {
    display: none; } }

.view-filter-1 .view-filter-1-selector {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  border-bottom: 1px solid #ADBAC9;
  height: 50px;
  display: none;
  grid-template-columns: 1fr 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media (max-width: 30rem) {
    .view-filter-1 .view-filter-1-selector {
      display: grid; } }

@media (max-width: 30rem) {
  .view-filter-1 .teaser-4--view {
    display: none; }
    .view-filter-1 .teaser-4--view .active {
      display: none; }
    .view-filter-1 .teaser-4--view .teaser-4--title a {
      font-size: 0.875rem;
      line-height: 1.3125rem; } }

@media (min-width: 30.0625rem) {
  .view-filter-1 .teaser-4--view {
    display: block !important; } }

.section-executive-team main {
  overflow: visible; }

.view-team-sorting, .view-team-members {
  text-align: center; }
  @media only screen and (min-width: 48rem) {
    .view-team-sorting, .view-team-members {
      text-align: left; } }
  .view-team-sorting .team-member-list, .view-team-members .team-member-list {
    position: relative; }
  .view-team-sorting .team-member, .view-team-members .team-member {
    display: inline-block;
    position: static !important; }
    .view-team-sorting .team-member:last-child, .view-team-members .team-member:last-child {
      float: left; }
    @media only screen and (max-width: 47.9375rem) {
      .view-team-sorting .team-member, .view-team-members .team-member {
        display: inline-block !important;
        float: left;
        max-width: 50%; } }
    @media only screen and (min-width: 20rem) and (max-width: 40.25rem) {
      .view-team-sorting .team-member, .view-team-members .team-member {
        display: inline-block !important;
        float: none !important;
        max-width: 320px; } }
    .view-team-sorting .team-member .team-member-image, .view-team-members .team-member .team-member-image {
      display: block; }
      .view-team-sorting .team-member .team-member-image img, .view-team-members .team-member .team-member-image img {
        width: 100%; }
    .view-team-sorting .team-member .team-member-name, .view-team-members .team-member .team-member-name {
      color: #666;
      display: block;
      padding-top: 0.3125rem; }
    .view-team-sorting .team-member .team-member-position, .view-team-members .team-member .team-member-position {
      color: #666;
      display: block;
      font-size: 1rem;
      font-family: Mulish, sans-serif;
      font-weight: normal;
      line-height: 1.25rem;
      min-height: 60px; }
      @media only screen and (max-width: 47.9375rem) {
        .view-team-sorting .team-member .team-member-position, .view-team-members .team-member .team-member-position {
          min-height: 45px; } }
    .view-team-sorting .team-member .team-member-bio-link, .view-team-members .team-member .team-member-bio-link {
      border-bottom: 1px solid #333;
      border-top: 1px solid #333;
      color: #000030;
      cursor: pointer;
      font-weight: bold;
      margin: 1rem 0 2rem;
      text-transform: uppercase; }
      .view-team-sorting .team-member .team-member-bio-link:hover, .view-team-members .team-member .team-member-bio-link:hover {
        border-color: #1975E3;
        color: #1975E3; }
        .view-team-sorting .team-member .team-member-bio-link:hover i, .view-team-members .team-member .team-member-bio-link:hover i {
          color: #1975E3; }
      .view-team-sorting .team-member .team-member-bio-link i, .view-team-members .team-member .team-member-bio-link i {
        color: #666;
        font-size: 0.75rem;
        font-weight: bold;
        position: relative;
        top: -1px; }
    .view-team-sorting .team-member .team-member-bio-wrapper, .view-team-members .team-member .team-member-bio-wrapper {
      position: absolute;
      left: 0;
      width: 100%; }
      .view-team-sorting .team-member .team-member-bio-wrapper .team-member-bio, .view-team-members .team-member .team-member-bio-wrapper .team-member-bio {
        display: none;
        position: relative;
        top: -10.5em;
        margin: 0 0.9375em;
        text-align: left; }
        .view-team-sorting .team-member .team-member-bio-wrapper .team-member-bio:after, .view-team-members .team-member .team-member-bio-wrapper .team-member-bio:after {
          content: "";
          display: block;
          clear: both; }
        .view-team-sorting .team-member .team-member-bio-wrapper .team-member-bio p, .view-team-sorting .team-member .team-member-bio-wrapper .team-member-bio .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-sorting .team-member .team-member-bio-wrapper .team-member-bio li, .view-team-members .team-member .team-member-bio-wrapper .team-member-bio p, .view-team-members .team-member .team-member-bio-wrapper .team-member-bio .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-members .team-member .team-member-bio-wrapper .team-member-bio li {
          color: #fff;
          line-height: 1.25rem; }
    .view-team-sorting .team-member .team-member-data, .view-team-members .team-member .team-member-data {
      width: 100%; }
    .view-team-sorting .team-member .team-member-selected, .view-team-members .team-member .team-member-selected {
      background: rgba(0, 0, 0, 0.9);
      display: inline-block;
      left: 0;
      margin: 0 0.575em;
      padding: 1.25rem;
      position: absolute;
      right: 0;
      z-index: 2; }
    .view-team-sorting .team-member .team-member-bio-close, .view-team-members .team-member .team-member-bio-close {
      cursor: pointer;
      float: right;
      font-size: 0.9375rem;
      text-transform: uppercase; }
      .view-team-sorting .team-member .team-member-bio-close i, .view-team-members .team-member .team-member-bio-close i {
        font-size: 0.625rem; }
    .view-team-sorting .team-member.team-member-selected .team-member-image, .view-team-members .team-member.team-member-selected .team-member-image {
      display: inline-block;
      position: relative;
      z-index: 2;
      width: 100%; }
    .view-team-sorting .team-member.team-member-selected .team-member-name,
    .view-team-sorting .team-member.team-member-selected .team-member-position, .view-team-members .team-member.team-member-selected .team-member-name,
    .view-team-members .team-member.team-member-selected .team-member-position {
      color: #fff; }
  .view-team-sorting .view-content, .view-team-members .view-content {
    position: relative; }

.black-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.team-member-bio {
  left: 0;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999; }
  .team-member-bio * {
    color: white !important; }
  .team-member-bio .team-member-position {
    min-height: auto !important;
    border-bottom: 1px solid white; }

.show-bio > .team-member-name,
.show-bio > .team-member-position,
.show-bio > .team-member-bio-link {
  visibility: hidden; }

.show-bio .team-member-bio {
  display: block !important; }

.page-node-order .page-content {
  margin-top: 5rem; }

.view-id-news_articles {
  /* Default header styles */ }
  .view-id-news_articles .news-disclaimer {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #f58080; }
    .view-id-news_articles .news-disclaimer .news-note {
      text-decoration: underline; }
  .view-id-news_articles h1, .view-id-news_articles h2, .view-id-news_articles h3, .view-id-news_articles .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .view-id-news_articles .team-member-name, .view-id-news_articles .view-team-members .team-member .team-member-name, .view-team-members .team-member .view-id-news_articles .team-member-name, .view-id-news_articles h4, .view-id-news_articles h5, .view-id-news_articles h6 {
    margin-top: 0.2em;
    margin-bottom: 0.5em; }
  .view-id-news_articles label {
    cursor: pointer; }
  @media only screen {
    .view-id-news_articles .sidebar {
      padding: 0 !important; } }
  @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .view-id-news_articles .sidebar {
      padding: 0 0.9375em 0 0 !important; } }
  .view-id-news_articles .sidebar .view-header {
    background-color: #c5d54f; }
    .view-id-news_articles .sidebar .view-header p, .view-id-news_articles .sidebar .view-header .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-id-news_articles .sidebar .view-header li {
      margin-bottom: 0; }
  .view-id-news_articles .sidebar .views-exposed-widget {
    display: block;
    float: none;
    padding-right: 0; }
  .view-id-news_articles .views-exposed-widget {
    background-color: #c5d54f; }
    .view-id-news_articles .views-exposed-widget label {
      color: #000; }
    .view-id-news_articles .views-exposed-widget input {
      display: none; }
      .view-id-news_articles .views-exposed-widget input + label {
        font-family: Mulish;
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 1.25rem;
        letter-spacing: 0;
        text-transform: none;
        color: #333;
        background: transparent;
        border: 2px solid transparent;
        position: relative;
        padding: 0.1875rem 0.3125rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .3s ease-out all;
        transition: .3s ease-out all;
        margin: 0 -0.375rem;
        text-decoration: none;
        white-space: nowrap;
        outline: 0;
        /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
        .view-id-news_articles .views-exposed-widget input + label:hover {
          color: #1975E3;
          text-decoration: none;
          text-decoration: underline;
          text-underline-position: under;
          /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
        .view-id-news_articles .views-exposed-widget input + label:focus {
          text-decoration: none;
          color: #1975E3;
          border-color: #1975E3; }
          .view-id-news_articles .views-exposed-widget input + label:focus::after {
            display: none; }
        .view-id-news_articles .views-exposed-widget input + label:disabled, .view-id-news_articles .views-exposed-widget input + label.disabled {
          color: #ADBAC9; }
          .view-id-news_articles .views-exposed-widget input + label:disabled::after, .view-id-news_articles .views-exposed-widget input + label.disabled::after {
            display: none; }
          .view-id-news_articles .views-exposed-widget input + label:disabled:hover, .view-id-news_articles .views-exposed-widget input + label:disabled:focus, .view-id-news_articles .views-exposed-widget input + label.disabled:hover, .view-id-news_articles .views-exposed-widget input + label.disabled:focus {
            color: #ADBAC9;
            border-color: transparent; }
    .view-id-news_articles .views-exposed-widget input:checked + label {
      font-family: Mulish;
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0;
      text-transform: none;
      color: #333;
      background: transparent;
      border: 2px solid transparent;
      position: relative;
      padding: 0.1875rem 0.3125rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      margin: 0 -0.375rem;
      text-decoration: none;
      white-space: nowrap;
      outline: 0;
      /*
	&::after {
		width: calc(100% - 10px) !important;
		height: 1px;
		background: $color;
		position: absolute;
		bottom: 2px;
		left: $after-left;
		right: 0;
		margin: auto;
		transition: .3s ease-out all;
	}*/ }
      .view-id-news_articles .views-exposed-widget input:checked + label:hover {
        color: #1975E3;
        text-decoration: none;
        text-decoration: underline;
        text-underline-position: under;
        /*
		&::after {
			content: "";
			background: $color-hover;
		}*/ }
      .view-id-news_articles .views-exposed-widget input:checked + label:focus {
        text-decoration: none;
        color: #1975E3;
        border-color: #1975E3; }
        .view-id-news_articles .views-exposed-widget input:checked + label:focus::after {
          display: none; }
      .view-id-news_articles .views-exposed-widget input:checked + label:disabled, .view-id-news_articles .views-exposed-widget input:checked + label.disabled {
        color: #ADBAC9; }
        .view-id-news_articles .views-exposed-widget input:checked + label:disabled::after, .view-id-news_articles .views-exposed-widget input:checked + label.disabled::after {
          display: none; }
        .view-id-news_articles .views-exposed-widget input:checked + label:disabled:hover, .view-id-news_articles .views-exposed-widget input:checked + label:disabled:focus, .view-id-news_articles .views-exposed-widget input:checked + label.disabled:hover, .view-id-news_articles .views-exposed-widget input:checked + label.disabled:focus {
          color: #ADBAC9;
          border-color: transparent; }
    .view-id-news_articles .views-exposed-widget.views-submit-button {
      display: none; }
  .view-id-news_articles .views-row {
    border-bottom: 2px solid #333; }
    .view-id-news_articles .views-row:first-child .rendered-title {
      font-size: 2.1875rem;
      line-height: 2.1875rem; }
    .view-id-news_articles .views-row .rendered-title {
      font-size: 1.25rem;
      line-height: 1.25rem; }
    .view-id-news_articles .views-row .views-field-body {
      display: inline; }
    .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content {
      display: inline; }
      .view-id-news_articles .views-row .views-field-field-content-url-1 .field-content a {
        font-family: Mulish, sans-serif;
        font-weight: normal;
        color: #1975E3; }
    .view-id-news_articles .views-row a {
      color: #2b2b2b;
      font-family: Mulish, sans-serif;
      font-weight: normal; }
  .view-id-news_articles .item-list .pager {
    margin-left: 0;
    margin-right: 0;
    text-align: left; }
    .view-id-news_articles .item-list .pager a {
      background: transparent;
      color: #2b2b2b;
      display: inline;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 44px;
      text-align: center; }
    .view-id-news_articles .item-list .pager li {
      background-color: #c5d54f;
      height: auto; }
      .view-id-news_articles .item-list .pager li.current {
        background-color: #2b2b2b !important; }
        .view-id-news_articles .item-list .pager li.current a {
          color: #c5d54f; }
          .view-id-news_articles .item-list .pager li.current a:hover, .view-id-news_articles .item-list .pager li.current a:focus {
            background-color: transparent; }
      .view-id-news_articles .item-list .pager li.unavailable {
        background-color: transparent; }
      .view-id-news_articles .item-list .pager li.arrow.first, .view-id-news_articles .item-list .pager li.arrow.last {
        display: none; }
  .view-id-news_articles .ajax-progress.ajax-progress-throbber {
    display: none; }
  .view-id-news_articles .phone-number {
    color: #333; }

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }

ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0; }

ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999; }

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6; }

ul.pagination li.unavailable a {
  cursor: default;
  color: #999; }

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent; }

ul.pagination li.current a {
  background: #2ba6cb;
  color: #fff;
  font-weight: bold;
  cursor: default; }

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #2ba6cb; }

ul.pagination li {
  float: left;
  display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block; }

.ajax-progress-fullscreen {
  display: none !important; }

.guidelines-landing-page {
  padding: 0; }
  .guidelines-landing-page .body-html__content {
    margin: 0;
    max-width: 100%; }
  .guidelines-landing-page .body-html {
    padding: 0; }
  .guidelines-landing-page a.back-to-intro {
    float: right;
    font-weight: bold;
    color: #000; }
  .guidelines-landing-page h3 small, .guidelines-landing-page .view-team-sorting .team-member .team-member-name small, .view-team-sorting .team-member .guidelines-landing-page .team-member-name small, .guidelines-landing-page .view-team-members .team-member .team-member-name small, .view-team-members .team-member .guidelines-landing-page .team-member-name small {
    position: relative;
    top: -2px;
    font-size: 70%; }
  .guidelines-landing-page .paragraph-space {
    max-width: 60em;
    margin: auto; }
  .guidelines-landing-page .paragraph-body-text {
    max-width: 64em;
    padding: 0 2em; }
    .guidelines-landing-page .paragraph-body-text.small p, .guidelines-landing-page .paragraph-body-text.small .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-body-text.small li {
      font-size: 85%; }
  .guidelines-landing-page .paragraph-colored {
    color: white;
    background: #618095; }
    .guidelines-landing-page .paragraph-colored > div {
      max-width: 64em;
      margin: auto;
      padding: 0 2em; }
      .guidelines-landing-page .paragraph-colored > div p, .guidelines-landing-page .paragraph-colored > div .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-colored > div li {
        color: white; }
        .guidelines-landing-page .paragraph-colored > div p.text-bold, .guidelines-landing-page .paragraph-colored > div .state-tiles > .state-tiles-texts li.text-bold, .guidelines-landing-page .state-tiles > .state-tiles-texts .paragraph-colored > div li.text-bold {
          font-weight: bold; }
  .guidelines-landing-page .dots-navigation {
    max-width: 60em;
    margin: auto; }
    .guidelines-landing-page .dots-navigation:after {
      content: '';
      display: block;
      clear: both; }
    .guidelines-landing-page .dots-navigation > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 45em;
      margin: auto;
      padding: 0;
      padding-bottom: 4em; }
      .guidelines-landing-page .dots-navigation > ul > li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        list-style: none; }
        .guidelines-landing-page .dots-navigation > ul > li > a {
          display: block;
          width: 1em;
          height: 1em;
          border: 4px solid #aaa;
          border-radius: 50%;
          font-size: 120%;
          background: #fff;
          outline: none;
          cursor: pointer; }
          .guidelines-landing-page .dots-navigation > ul > li > a.disabled {
            cursor: default; }
        .guidelines-landing-page .dots-navigation > ul > li > span {
          display: none;
          position: absolute;
          top: 1.6em;
          left: 0;
          width: 240px;
          margin: 0 -5.875rem;
          text-align: center;
          font-weight: bold;
          font-size: 120%;
          color: #666; }
        .guidelines-landing-page .dots-navigation > ul > li.active > a {
          border: none;
          background: #c5d54f;
          cursor: default; }
        .guidelines-landing-page .dots-navigation > ul > li.active > span {
          display: block; }
        .guidelines-landing-page .dots-navigation > ul > li:not(.active):hover > span {
          display: block;
          top: -2em;
          opacity: 0.5; }
          @media only screen and (max-width: 47.9375rem) {
            .guidelines-landing-page .dots-navigation > ul > li:not(.active):hover > span {
              display: none; } }
      @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
        .guidelines-landing-page .dots-navigation > ul {
          padding: 0 6em 4em; } }
      @media only screen and (max-width: 47.9375rem) {
        .guidelines-landing-page .dots-navigation > ul {
          padding: 0 8em 4em; }
          .guidelines-landing-page .dots-navigation > ul > li > span {
            margin: 0 -6.875rem; } }
      @media only screen and (max-width: 31.25rem) {
        .guidelines-landing-page .dots-navigation > ul {
          position: relative;
          padding: 0 1em 4em; }
          .guidelines-landing-page .dots-navigation > ul > li {
            position: static; }
            .guidelines-landing-page .dots-navigation > ul > li > span {
              left: 0;
              right: 0;
              margin: auto; } }
    .guidelines-landing-page .dots-navigation > .btn.prev {
      float: left; }
    .guidelines-landing-page .dots-navigation > .btn.next {
      float: right; }
    @media only screen and (max-width: 47.9375rem) {
      .guidelines-landing-page .dots-navigation > .btn {
        min-width: 150px;
        padding: 0.6em 0.2em; } }
  .guidelines-landing-page .state-tiles > .state-tiles-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 -0.5em; }
    .guidelines-landing-page .state-tiles > .state-tiles-links > * {
      position: relative;
      width: 33.333%;
      margin: 0 0.5em;
      list-style: none;
      background-color: #618095;
      background-size: cover;
      background-position: center;
      cursor: pointer; }
      .guidelines-landing-page .state-tiles > .state-tiles-links > *:before {
        content: '';
        display: block;
        padding-top: 100%;
        background: rgba(0, 50, 100, 0.3); }
      .guidelines-landing-page .state-tiles > .state-tiles-links > *.active {
        z-index: 99; }
      .guidelines-landing-page .state-tiles > .state-tiles-links > * h2 {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 1em;
        margin: auto;
        text-align: center;
        font-size: 320%;
        color: white; }
        @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
          .guidelines-landing-page .state-tiles > .state-tiles-links > * h2 {
            font-size: 250%; } }
        @media only screen and (max-width: 47.9375rem) {
          .guidelines-landing-page .state-tiles > .state-tiles-links > * h2 {
            font-size: 240%; } }
  .guidelines-landing-page .state-tiles > .state-tiles-texts {
    position: relative;
    width: 100%;
    margin: 2em auto 0;
    z-index: 99; }
    .guidelines-landing-page .state-tiles > .state-tiles-texts * {
      color: white; }
    .guidelines-landing-page .state-tiles > .state-tiles-texts > * {
      display: none; }
    .guidelines-landing-page .state-tiles > .state-tiles-texts li {
      color: white; }
    .guidelines-landing-page .state-tiles > .state-tiles-texts .close-black-overlay {
      float: right;
      cursor: pointer; }
  @media only screen and (max-width: 47.9375rem) {
    .guidelines-landing-page .state-tiles > * {
      width: 30%;
      margin: 1em; }
    .guidelines-landing-page .state-tiles > .state-tiles-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .guidelines-landing-page .state-tiles > .state-tiles-links.active > *:not(.active) {
        display: none !important; }
      .guidelines-landing-page .state-tiles > .state-tiles-links > div {
        width: 60%;
        margin: 1em 30%; } }
  @media only screen and (max-width: 31.25rem) {
    .guidelines-landing-page .state-tiles > .state-tiles-links > div {
      width: 80%;
      margin: 1em auto; } }
  @media only print {
    .guidelines-landing-page > * {
      display: block !important; }
      .guidelines-landing-page > *:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        margin: 2.5em 0;
        background: #333; }
    .guidelines-landing-page .dots-navigation {
      display: none !important; }
    .guidelines-landing-page .state-tiles > .state-tiles-texts > * {
      display: block !important;
      color: black !important; }
    .guidelines-landing-page .back-to-intro {
      display: none !important; } }

a.cta-gray {
  display: inline-block;
  font-family: Muli,sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #717171;
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  min-width: 180px;
  margin: 0 0.3125rem 0.625rem;
  padding: 0.625rem 1.875rem;
  line-height: normal;
  font-size: 1.5rem; }
  a.cta-gray:hover {
    background-color: #fff;
    color: #000;
    outline: none; }
  a.cta-gray.disabled {
    color: #d0d0d0;
    cursor: default; }

.custom-select {
  --custom-select__li-height: 48px;
  position: relative;
  z-index: 40;
  width: 100%; }
  .custom-select svg {
    pointer-events: none;
    fill: currentColor; }

.custom-select__ul {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 0;
  border: 1px solid #F2F6FB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.08));
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  padding: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  scrollbar-width: thin; }
  .custom-select__ul::-webkit-scrollbar {
    width: 5px; }
  .custom-select__ul::-webkit-scrollbar-track {
    background: #DAE3ED; }
  .custom-select__ul::-webkit-scrollbar-thumb {
    background: rgba(48, 60, 66, 0.7); }

/*
Selected: when there is an option selected
Open: when dropdown is visible
*/
.custom-select__selected > label,
.custom-select__open > label,
.custom-select__focus > label {
  color: #303C42 !important;
  cursor: pointer;
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important; }

.custom-select__selected .custom-select__input::-webkit-input-placeholder,
.custom-select__open .custom-select__input::-webkit-input-placeholder,
.custom-select__focus .custom-select__input::-webkit-input-placeholder {
  color: rgba(48, 60, 66, 0.7); }

.custom-select__selected .custom-select__input::-moz-placeholder,
.custom-select__open .custom-select__input::-moz-placeholder,
.custom-select__focus .custom-select__input::-moz-placeholder {
  color: rgba(48, 60, 66, 0.7); }

.custom-select__selected .custom-select__input::-ms-input-placeholder,
.custom-select__open .custom-select__input::-ms-input-placeholder,
.custom-select__focus .custom-select__input::-ms-input-placeholder {
  color: rgba(48, 60, 66, 0.7); }

.custom-select__selected .custom-select__input::placeholder,
.custom-select__open .custom-select__input::placeholder,
.custom-select__focus .custom-select__input::placeholder {
  color: rgba(48, 60, 66, 0.7); }

/*
.custom-select__selected {
	color: rgba(48, 60, 66, 0.7);
}*/
.custom-select__open {
  z-index: 100; }
  .custom-select__open .custom-select__ul {
    height: 100vh;
    max-height: calc(var(--custom-select__li-height) * 8);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .custom-select__open .custom-select__multiple-selected {
    margin-top: 1.5rem; }
  .custom-select__open .custom-select__arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.custom-select__li {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--custom-select__li-height);
  padding: 0 1rem;
  list-style: none;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303C42;
  cursor: pointer; }
  .custom-select__li[data-selected="true"] {
    background: #F2F6FB; }
    .custom-select__li[data-selected="true"] .custom-select__button-add-remove {
      display: block; }
  .custom-select__li:hover {
    font-weight: 700;
    background: #F2F6FB; }
  .custom-select__li b {
    color: #1975E3; }

.custom-select__selected-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(48, 60, 66, 0.7);
  width: 100%;
  min-height: 48px;
  border-bottom: 1px solid rgba(48, 60, 66, 0.7);
  cursor: pointer; }

.custom-select__multiple-selected {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px; }
  .custom-select__multiple-selected .custom-select__ul {
    height: auto !important; }
  .custom-select__multiple-selected .custom-select__li {
    display: grid;
    grid-template-columns: 1fr auto; }
  .custom-select__multiple-selected [data-visible="false"] {
    display: none; }

.custom-select__input {
  padding-right: 2.5rem;
  background: url(../../images/search-darkblue.svg) no-repeat calc(100% - 5px) 50%; }
  .custom-select__input::-webkit-input-placeholder {
    color: transparent; }
  .custom-select__input::-moz-placeholder {
    color: transparent; }
  .custom-select__input::-ms-input-placeholder {
    color: transparent; }
  .custom-select__input::placeholder {
    color: transparent; }

.custom-select__multiple-selected__ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 8px; }

.custom-select__multiple-selected__li {
  display: grid;
  grid-template-columns: 1fr 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.875rem 0 1rem;
  width: 100%;
  height: 48px;
  background: #F2F6FB; }

.custom-select__filter__ul .custom-select__li {
  padding-right: 0.625rem;
  cursor: default; }
  .custom-select__filter__ul .custom-select__li:hover {
    font-weight: 400; }
    .custom-select__filter__ul .custom-select__li:hover .custom-select__button-add-remove {
      display: block; }

.custom-select__button-add-remove {
  display: none;
  height: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.09063rem;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer; }
  .custom-select__button-add-remove:hover {
    color: #1975E3; }

.custom-select__multiple-selected__remove {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #303C42; }
  .custom-select__multiple-selected__remove:hover {
    color: #1975E3; }

.custom-select__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #0303c4 transparent;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.select2-container--default,
.select2-selection--single {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  margin-top: 0.625rem !important;
  border-radius: 0 !important; }
  .select2-container--default .select2-selection__arrow b,
  .select2-selection--single .select2-selection__arrow b {
    border-color: #0303c4 transparent #0303c4 transparent !important; }
  .select2-container--default .select2-selection__rendered,
  .select2-selection--single .select2-selection__rendered {
    line-height: 0.875rem !important; }

.bottomspace {
  margin-bottom: 10rem; }

.ui-datepicker-trigger {
  float: right;
  bottom: 26px;
  position: relative; }

.form-2__section h2 {
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  margin: 5rem 0 4.5rem;
  text-align: center; }

.page-salesforce .customer-services-form {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.form-2__section {
  /*.form-text:valid ~ label,*/ }
  .form-2__section .select2-search--inline {
    display: none; }
  .form-2__section .form-item {
    position: relative; }
  .form-2__section .field-suffix {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
    opacity: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
    bottom: 0;
    height: 1px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.87);
    pointer-events: none; }
  .form-2__section .form-item.label-floated label,
  .form-2__section .form-item .form-text:focus ~ label,
  .form-2__section .form-item textarea:focus ~ label {
    color: #303C42;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px); }
  .form-2__section .form-item.label-floated .field-suffix,
  .form-2__section .form-item .form-text:focus + .field-suffix,
  .form-2__section .form-item textarea:focus + .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-2__section .form-item.label-floated .form-text::-webkit-input-placeholder,
  .form-2__section .form-item .form-text:focus::-webkit-input-placeholder {
    color: inherit; }
  .form-2__section .form-item.label-floated .form-text::-moz-placeholder,
  .form-2__section .form-item .form-text:focus::-moz-placeholder {
    color: inherit; }
  .form-2__section .form-item.label-floated .form-text::-ms-input-placeholder,
  .form-2__section .form-item .form-text:focus::-ms-input-placeholder {
    color: inherit; }
  .form-2__section .form-item.label-floated .form-text::placeholder,
  .form-2__section .form-item .form-text:focus::placeholder {
    color: inherit; }
  .form-2__section .form-text {
    width: 100%; }
    .form-2__section .form-text::-webkit-input-placeholder {
      color: transparent; }
    .form-2__section .form-text::-moz-placeholder {
      color: transparent; }
    .form-2__section .form-text::-ms-input-placeholder {
      color: transparent; }
    .form-2__section .form-text::placeholder {
      color: transparent; }
  .form-2__section .form-item label {
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 0;
    color: rgba(48, 60, 66, 0.7);
    cursor: text;
    margin: 0;
    -webkit-transform: perspective(100px);
            transform: perspective(100px);
    text-overflow: ellipsis;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1), color 400ms cubic-bezier(0.25, 0.8, 0.25, 1), width 400ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-2__section .form-item label,
  .form-2__section .form-item [type="text"],
  .form-2__section .form-item [type="email"],
  .form-2__section .form-item [type="tel"],
  .form-2__section .form-item [type="search"] {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%; }
  .form-2__section .form-item [type="text"],
  .form-2__section .form-item [type="email"],
  .form-2__section .form-item [type="tel"],
  .form-2__section .form-item [type="search"],
  .form-2__section .form-item textarea,
  .form-2__section .form-item select {
    width: 100%;
    height: 48px;
    padding: 0.625rem 0 0.4375rem;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid rgba(48, 60, 66, 0.7);
    margin: 0;
    color: rgba(48, 60, 66, 0.7);
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .form-2__section .form-item [type="text"]:focus,
    .form-2__section .form-item [type="email"]:focus,
    .form-2__section .form-item [type="tel"]:focus,
    .form-2__section .form-item [type="search"]:focus,
    .form-2__section .form-item textarea:focus,
    .form-2__section .form-item select:focus {
      background-color: #fff;
      border-color: #afbac7; }
    .form-2__section .form-item [type="text"]::-webkit-input-placeholder,
    .form-2__section .form-item [type="email"]::-webkit-input-placeholder,
    .form-2__section .form-item [type="tel"]::-webkit-input-placeholder,
    .form-2__section .form-item [type="search"]::-webkit-input-placeholder,
    .form-2__section .form-item textarea::-webkit-input-placeholder,
    .form-2__section .form-item select::-webkit-input-placeholder {
      -webkit-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-2__section .form-item [type="text"]::-moz-placeholder,
    .form-2__section .form-item [type="email"]::-moz-placeholder,
    .form-2__section .form-item [type="tel"]::-moz-placeholder,
    .form-2__section .form-item [type="search"]::-moz-placeholder,
    .form-2__section .form-item textarea::-moz-placeholder,
    .form-2__section .form-item select::-moz-placeholder {
      -moz-user-select: none;
           user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-2__section .form-item [type="text"]::-ms-input-placeholder,
    .form-2__section .form-item [type="email"]::-ms-input-placeholder,
    .form-2__section .form-item [type="tel"]::-ms-input-placeholder,
    .form-2__section .form-item [type="search"]::-ms-input-placeholder,
    .form-2__section .form-item textarea::-ms-input-placeholder,
    .form-2__section .form-item select::-ms-input-placeholder {
      -ms-user-select: none;
          user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-2__section .form-item [type="text"]::placeholder,
    .form-2__section .form-item [type="email"]::placeholder,
    .form-2__section .form-item [type="tel"]::placeholder,
    .form-2__section .form-item [type="search"]::placeholder,
    .form-2__section .form-item textarea::placeholder,
    .form-2__section .form-item select::placeholder {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: color 400ms 133.33333ms cubic-bezier(0.25, 0.8, 0.25, 1); }
    .form-2__section .form-item [type="text"]:focus,
    .form-2__section .form-item [type="email"]:focus,
    .form-2__section .form-item [type="tel"]:focus,
    .form-2__section .form-item [type="search"]:focus,
    .form-2__section .form-item textarea:focus,
    .form-2__section .form-item select:focus {
      background-color: transparent; }
  .form-2__section .form-item select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #303C42;
    color: rgba(48, 60, 66, 0);
    text-shadow: 0 0 0 #303C42;
    position: relative;
    left: 0;
    height: 37px; }
    .form-2__section .form-item select::-ms-expand {
      display: none; }
  .form-2__section label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .form-2__section .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .form-2__section .ajax-progress-throbber {
    position: absolute;
    right: 0;
    top: 100%; }
  .form-2__section label {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 50; }
  .form-2__section label.error {
    top: 104% !important;
    top: calc(100% + 4px) !important;
    color: #E26849;
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .form-2__section .form-item .form-text:focus ~ label.error {
    -webkit-transform: none;
            transform: none;
    color: #E26849; }
  .form-2__section form {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15.25rem;
    padding: 0 var(--padding-side);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media (max-width: 64rem) {
      .form-2__section form {
        max-width: 622px; } }
    @media (max-width: 48rem) {
      .form-2__section form {
        max-width: 570px; } }
    @media (max-width: 30rem) {
      .form-2__section form {
        max-width: 100%; } }
    @media (max-width: 30rem) {
      .form-2__section form {
        margin-bottom: 12.75rem; } }
  .form-2__section .description {
    top: calc(100% + 5px);
    right: 0;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: right;
    color: rgba(48, 60, 66, 0.7);
    padding-top: 0.3125rem; }
  .form-2__section .webform-component--firstName {
    margin-top: 5rem; }
  .form-2__section .custom-select__open .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-2__section .form-item {
    position: relative; }
    .form-2__section .form-item + .form-item {
      margin-top: 2.5rem; }
    .form-2__section .form-item + .webform-component-markup {
      margin-top: 3.5rem; }
  .form-2__section [class*="upload"] .description {
    position: static;
    top: auto;
    right: auto;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    text-align: left;
    color: rgba(48, 60, 66, 0.7); }
  .form-2__section .js-custom-uploader__wrapper {
    margin-top: 4rem; }
  .form-2__section .webform-component-markup + .form-item {
    margin-top: 1.875rem; }
  .form-2__section .webform-component--first-title + .form-item,
  .form-2__section .webform-component--second-title + .form-item {
    margin-top: 4.5rem; }
  .form-2__section .webform-component--first-title h2 {
    margin-top: 0; }
  .form-2__section .form-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 82px;
    padding: 0 var(--padding-side);
    background: #FFF;
    -webkit-box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04);
            box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.04); }
    @media (min-width: 64.0625rem) {
      .form-2__section .form-actions {
        padding: 0 2.5rem; } }
  .form-2__section .webform-previous,
  .form-2__section [id*="edit-previous"] {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #303C42;
    background: transparent;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    grid-column: 1 / 2; }
    .form-2__section .webform-previous:hover, .form-2__section .webform-previous:focus,
    .form-2__section [id*="edit-previous"]:hover,
    .form-2__section [id*="edit-previous"]:focus {
      background-color: #3177dc;
      color: #fff; }
      .form-2__section .webform-previous:hover::before, .form-2__section .webform-previous:focus::before,
      .form-2__section [id*="edit-previous"]:hover::before,
      .form-2__section [id*="edit-previous"]:focus::before {
        border-color: #3177dc; }
    .form-2__section .webform-previous:focus::before,
    .form-2__section [id*="edit-previous"]:focus::before {
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .form-2__section .webform-previous::before,
    .form-2__section [id*="edit-previous"]::before {
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      position: absolute;
      top: -5px;
      left: -5px;
      background: transparent;
      border: 2px solid #303C42;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .form-2__section .webform-previous[disabled], .form-2__section .webform-previous[disabled]:hover,
    .form-2__section [id*="edit-previous"][disabled],
    .form-2__section [id*="edit-previous"][disabled]:hover {
      background-color: transparent;
      color: #ADBAC9;
      opacity: 1; }
    .form-2__section .webform-previous[disabled]::before,
    .form-2__section [id*="edit-previous"][disabled]::before {
      border-color: #ADBAC9; }
  .form-2__section .webform-next,
  .form-2__section .webform-submit,
  .form-2__section .form-managed-file [type="submit"],
  .form-2__section [id*="edit-next"] {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    grid-column: 3 / 4; }
    .form-2__section .webform-next:hover, .form-2__section .webform-next:focus,
    .form-2__section .webform-submit:hover,
    .form-2__section .webform-submit:focus,
    .form-2__section .form-managed-file [type="submit"]:hover,
    .form-2__section .form-managed-file [type="submit"]:focus,
    .form-2__section [id*="edit-next"]:hover,
    .form-2__section [id*="edit-next"]:focus {
      background-color: #3177dc;
      color: #fff; }
    .form-2__section .webform-next:focus::before,
    .form-2__section .webform-submit:focus::before,
    .form-2__section .form-managed-file [type="submit"]:focus::before,
    .form-2__section [id*="edit-next"]:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .form-2__section .webform-next::before,
    .form-2__section .webform-submit::before,
    .form-2__section .form-managed-file [type="submit"]::before,
    .form-2__section [id*="edit-next"]::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .form-2__section .webform-next[disabled], .form-2__section .webform-next[disabled]:hover,
    .form-2__section .webform-submit[disabled],
    .form-2__section .webform-submit[disabled]:hover,
    .form-2__section .form-managed-file [type="submit"][disabled],
    .form-2__section .form-managed-file [type="submit"][disabled]:hover,
    .form-2__section [id*="edit-next"][disabled],
    .form-2__section [id*="edit-next"][disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .form-2__section h2 {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: -0.03125rem;
    color: #303C42;
    margin: 5rem 0 4.5rem;
    text-align: center; }
    @media (max-width: 48rem) {
      .form-2__section h2 {
        margin: 4rem 0; } }
    @media (max-width: 30rem) {
      .form-2__section h2 {
        margin: 2.5rem 0 3.25rem;
        font-size: 1.25rem;
        line-height: 1.5625rem; } }
  .form-2__section h3, .form-2__section .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .form-2__section .team-member-name, .form-2__section .view-team-members .team-member .team-member-name, .view-team-members .team-member .form-2__section .team-member-name {
    font-family: Muli;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #303C42; }
  .form-2__section .webform-component--businessSector,
  .form-2__section .webform-component--office-phone {
    margin-top: 6.25rem !important; }
    .form-2__section .webform-component--businessSector::before,
    .form-2__section .webform-component--office-phone::before {
      content: "";
      position: absolute;
      top: -53px;
      left: 0;
      display: block;
      width: 35px;
      height: 5px;
      margin: 0;
      background: #303C42; }
  .form-2__section h3::before, .form-2__section .view-team-sorting .team-member .team-member-name::before, .view-team-sorting .team-member .form-2__section .team-member-name::before, .form-2__section .view-team-members .team-member .team-member-name::before, .view-team-members .team-member .form-2__section .team-member-name::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 5px;
    margin: 0;
    background: #303C42;
    margin: 0 0 1rem; }
  .form-2__section .webform-datepicker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 48px;
    background: url(../../images/calendar-1.svg) no-repeat 100% 50%;
    border-bottom: 1px solid rgba(48, 60, 66, 0.7); }
    .form-2__section .webform-datepicker .form-item {
      display: none;
      margin: 0;
      /*
			&::after {
				content: "";
				position: absolute;
				top: 0;
				bottom: -4px;
				right: 5px;
				margin: auto;
				width: 1px;
				height: 24px;
				background: $color-2;
				transform: rotate(10deg);
			}*/ }
      .form-2__section .webform-datepicker .form-item.form-item-submitted-licenseExpiration-year::after {
        display: none; }
      .form-2__section .webform-datepicker .form-item + .form-item {
        margin-top: 0; }
    .form-2__section .webform-datepicker select {
      display: block;
      height: 48px;
      font-size: 1rem;
      line-height: 1.5rem;
      border: 0;
      text-shadow: 0 0 0 rgba(48, 60, 66, 0.7); }
  .form-2__section .webform-calendar[src*="png"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 0;
    opacity: 0; }
  .form-2__section .js-webform-calendar-focus > label,
  .form-2__section [class*="upload"] > label {
    color: #303C42 !important;
    cursor: pointer;
    -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
            transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px) !important; }
  .form-2__section .js-webform-calendar-focus > .field-suffix {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1), opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1), background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1); }
  .form-2__section .js-webform-calendar-focus .form-item {
    display: block; }
  .form-2__section .webform-component-checkboxes > label {
    display: none; }
  .form-2__section .webform-component-checkboxes .field-suffix {
    display: none; }
  .form-2__section .form-checkboxes {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 24px; }
    .form-2__section .form-checkboxes .form-item + .form-item {
      margin: 0; }
  .form-2__section .form-type-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer; }
    .form-2__section .form-type-checkbox > label {
      position: relative;
      top: 0;
      display: grid;
      grid-template-columns: 24px 1fr;
      grid-column-gap: 8px;
      height: 24px; }
      .form-2__section .form-type-checkbox > label::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 2px solid #ADBAC9;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 2px;
        background: url(../../images/check-white.svg) no-repeat 50%/8px 6px;
        -webkit-transition: .3s ease-in background;
        transition: .3s ease-in background; }
  .form-2__section .js-checked > label::before {
    background-color: #303C42;
    border-color: #303C42;
    background-size: 16px 12px; }
  .form-2__section .form-checkbox {
    position: absolute;
    top: 0;
    left: 0; }
  .form-2__section .form-managed-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-2__section .form-managed-file .js-custom-uploader__wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .form-2__section .form-managed-file .messages {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 0 0 1.875rem;
      font-size: 0.875rem;
      line-height: 1.0625rem; }
      .form-2__section .form-managed-file .messages.error {
        color: red; }

.affiliate-confirmation-page {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 48rem) {
    .affiliate-confirmation-page {
      grid-template-columns: 1fr;
      height: auto; } }
  .affiliate-confirmation-page #page-title {
    display: none; }
  .affiliate-confirmation-page .message {
    padding: 7rem 2rem 0 7rem; }
    @media (max-width: 64rem) {
      .affiliate-confirmation-page .message {
        padding: 4rem 2.5rem; } }
  .affiliate-confirmation-page h3, .affiliate-confirmation-page .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .affiliate-confirmation-page .team-member-name, .affiliate-confirmation-page .view-team-members .team-member .team-member-name, .view-team-members .team-member .affiliate-confirmation-page .team-member-name {
    font-weight: 800 !important;
    font-size: 3rem !important;
    line-height: 3.75rem !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    letter-spacing: -0.03125rem !important;
    color: #303C42 !important;
    text-align: left !important; }
    @media (max-width: 30rem) {
      .affiliate-confirmation-page h3, .affiliate-confirmation-page .view-team-sorting .team-member .team-member-name, .view-team-sorting .team-member .affiliate-confirmation-page .team-member-name, .affiliate-confirmation-page .view-team-members .team-member .team-member-name, .view-team-members .team-member .affiliate-confirmation-page .team-member-name {
        font-size: 2rem !important;
        line-height: 2.5rem !important; } }
    .affiliate-confirmation-page h3::before, .affiliate-confirmation-page .view-team-sorting .team-member .team-member-name::before, .view-team-sorting .team-member .affiliate-confirmation-page .team-member-name::before, .affiliate-confirmation-page .view-team-members .team-member .team-member-name::before, .view-team-members .team-member .affiliate-confirmation-page .team-member-name::before {
      display: none !important; }
    .affiliate-confirmation-page h3 + p, .affiliate-confirmation-page .view-team-sorting .team-member .team-member-name + p, .view-team-sorting .team-member .affiliate-confirmation-page .team-member-name + p, .affiliate-confirmation-page .view-team-members .team-member .team-member-name + p, .view-team-members .team-member .affiliate-confirmation-page .team-member-name + p, .affiliate-confirmation-page .guidelines-landing-page .state-tiles > .state-tiles-texts h3 + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .affiliate-confirmation-page h3 + li, .affiliate-confirmation-page .view-team-sorting .team-member .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .affiliate-confirmation-page .view-team-sorting .team-member .team-member-name + li, .view-team-sorting .team-member .affiliate-confirmation-page .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-sorting .team-member .affiliate-confirmation-page .team-member-name + li, .affiliate-confirmation-page .view-team-members .team-member .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .affiliate-confirmation-page .view-team-members .team-member .team-member-name + li, .view-team-members .team-member .affiliate-confirmation-page .guidelines-landing-page .state-tiles > .state-tiles-texts .team-member-name + li, .guidelines-landing-page .state-tiles > .state-tiles-texts .view-team-members .team-member .affiliate-confirmation-page .team-member-name + li {
      margin-top: 2.5rem !important; }
  .affiliate-confirmation-page p, .affiliate-confirmation-page .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .affiliate-confirmation-page li {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.03125rem;
    color: #303C42;
    text-align: left;
    margin-top: 2.5rem; }
  .affiliate-confirmation-page a {
    font-family: mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    color: #fff;
    background: #303C42;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    outline: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale; }
    .affiliate-confirmation-page a:hover, .affiliate-confirmation-page a:focus {
      background-color: #3177dc;
      color: #fff; }
    .affiliate-confirmation-page a:focus::before {
      border-color: #3177dc;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      top: -5px;
      left: -5px; }
    .affiliate-confirmation-page a::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      border: 2px solid transparent;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .affiliate-confirmation-page a[disabled], .affiliate-confirmation-page a[disabled]:hover {
      background-color: #F2F6FB;
      color: #ADBAC9;
      opacity: 1; }
  .affiliate-confirmation-page img {
    width: 100%;
    height: calc(100vh - var(--header-salesforce-height));
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 48rem) {
      .affiliate-confirmation-page img {
        height: auto; } }

.select2-container--classic .select2-selection--single {
  background: none !important;
  background-color: none !important; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: none !important;
  background-color: none !important;
  border: 0 !important; }

.select2-selection--multiple {
  border: 0 !important;
  border-bottom: 1px solid gray !important;
  border-radius: 0 !important;
  padding-top: 0.625rem !important; }

.ygrene-subtheme .card-items-1__field-body p, .ygrene-subtheme .card-items-1__field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .ygrene-subtheme .card-items-1__field-body li {
  margin: 0; }

.card-items-1__section .field-body p, .card-items-1__section .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .card-items-1__section .field-body li {
  font-size: inherit;
  line-height: inherit; }

.card-items-1__collection {
  font-style: normal;
  font-weight: normal;
  color: #303C42; }
  .card-items-1__collection.grid-3-3-1-1 {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 48rem) {
      .card-items-1__collection.grid-3-3-1-1 {
        grid-template-columns: 1fr; } }

.card-items-1__item {
  padding: 2.5rem 1rem 2.625rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24);
          box-shadow: 0px 16px 32px rgba(173, 186, 201, 0.24); }

.card-items-1__title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.03125rem; }

.card-items-1__field-icon {
  margin-top: 2rem;
  text-align: center; }

.card-items-1__field-body {
  margin-top: 2rem; }
  .card-items-1__field-body p, .card-items-1__field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .card-items-1__field-body li {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-align: center; }

.card-items-1__field-link {
  text-align: center;
  margin-top: 2.25rem; }
  .card-items-1__field-link a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.09063rem;
    text-transform: uppercase;
    color: #303C42;
    background: transparent;
    border: 2px solid transparent;
    position: relative;
    padding: 0.1875rem 0.3125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    margin-left: -0.4375rem;
    text-decoration: none; }
    .card-items-1__field-link a::after {
      content: "";
      width: calc(100% - 10px);
      height: 2px;
      background: #303C42;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: .3s ease-out all;
      transition: .3s ease-out all; }
    .card-items-1__field-link a:hover {
      color: #1975E3; }
      .card-items-1__field-link a:hover::after {
        background: #1975E3; }
    .card-items-1__field-link a:focus {
      text-decoration: none;
      color: #1975E3;
      border-color: #1975E3; }
      .card-items-1__field-link a:focus::after {
        background: #1975E3; }
    .card-items-1__field-link a.disabled {
      color: #ADBAC9; }
      .card-items-1__field-link a.disabled::after {
        background: #ADBAC9; }
      .card-items-1__field-link a.disabled:hover, .card-items-1__field-link a.disabled:focus {
        color: #ADBAC9;
        border-color: #ADBAC9; }
        .card-items-1__field-link a.disabled:hover::after, .card-items-1__field-link a.disabled:focus::after {
          background: #ADBAC9; }

.ti-global-hello-bar-wrapper {
  background: #DAF3F7 !important; }

#ti-global-hello-bar-header,
#ti-global-hello-bar-content {
  color: #fff !important; }

#ti-global-hello-bar-header {
  color: black !important; }

#ti-global-hello-bar-close {
  background: url(../../images/YG-A-Global-HelloBar-Sprite2x.png) no-repeat 1% 0/33px 33px !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }

.page-es .region-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-es .region-footer-top > div {
    width: 100%;
    text-align: center; }
  .page-es .region-footer-top .field--name-field-social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-es .region-footer-top .paragraph--type--field-social-network > div {
    margin-bottom: 0; }

.page-es #footer-columns .large-4 {
  width: 100%; }

.page-es .block-menu-menu-footer-menu-secondary {
  padding-top: 0; }

.page-es footer.l-footer {
  display: block;
  min-height: auto; }

.page-es .block-menu-menu-footer-menu-secondary .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0; }

.page-es .copyright-text p, .page-es .copyright-text .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-es .copyright-text li {
  text-align: center; }

.page-es .l-footer {
  margin-top: 2rem; }

.page-es #block-spanishcommercialpagecopyright {
  max-width: 660px; }

.page-es footer.l-footer {
  padding: 2.5rem 0 1.875rem; }
  .page-es footer.l-footer h2 {
    margin-bottom: 1.5rem; }

.menu-info li .language__toggle {
  background-image: url(../../images/language.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 16px 50%;
  padding-left: 2.5rem; }

.page-es .ti-global-hello-bar-wrapper {
  display: none !important; }

.page-es .ti-global-hello-bar-wrapper + header.header-main, .page-es header.header-main.ti-banner-present {
  top: 0 !important; }

.page-es .ygrene-consumer-protections .background_text_image_1_desktop .background-image-title {
  top: 85px !important; }

.page-es .ygrene-consumer-protections .background_text_image_2_desktop .background-image-title {
  top: 36px !important; }

.page-es.page-sitemap h1 span.field--name-title {
  display: none; }

.page-es.page-about-ygrene-financing .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title {
  width: calc(100% - 40px); }

.page-es.page-sitemap .page-content a {
  white-space: normal; }

.page-es.page-contact-us .header-content__title {
  max-width: 620px; }

.page-es .webform-submission-contact-us-form .form-submit {
  max-width: none; }

.page-es .customer-services-form #edit-flexbox-01 {
  display: block; }
  .page-es .customer-services-form #edit-flexbox-01 > .webform-flex:first-child {
    margin-bottom: 1rem; }

.page-es.page-contact-us .header-content__title {
  max-width: 620px; }

.page-es.page-contact-us .schedule {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-es.page-contact-us .schedule__call-us,
.page-es.page-contact-us .schedule__attention,
.page-es.page-contact-us .schedule-attention__time {
  width: auto; }

.page-es.page-contact-us .schedule-attention__day {
  width: 140px; }
  @media (min-width: 48rem) {
    .page-es.page-contact-us .schedule-attention__day {
      width: 130px; } }

@media (min-width: 64.0625rem) {
  .page-es.page-storm-protection .quote--inner, .page-es.page-about-ygrene-financing .quote--inner, .page-es.page- .quote--inner {
    background: transparent;
    padding-top: 0; } }

.page-es.page-about-ygrene-financing .paragraph-subsection-numbered-card-slider .paragraph-subsection-numbered-card .field-title {
  width: calc(100% - 40px); }

.page-es.page-sitemap .page-content a {
  white-space: normal; }

@media (min-width: 48rem) {
  .page-es.page-storm-protection .landing-paragraph .field-super-title span {
    width: 310px; } }

@media (max-width: 47.9375rem) {
  .page-es.page-storm-protection .landing-paragraph .field-title {
    margin-top: 1.875rem; } }

.page-es.path-frontpage .page-heading-overlay .lead {
  margin-bottom: 1.25rem; }

.page-es .paragraph-3-panel-info .ti-ygrene-col .ti-compare-table-cell,
.page-es .paragraph-3-panel-info-es .ti-ygrene-col .ti-compare-table-cell {
  padding-left: 1.5rem; }

.page-es .paragraph-3-panel-info-es .field-title {
  margin-bottom: 2em; }

.page-es .paragraph-3-panel-info-es .paragraph-3-panel-info-inner.row {
  display: block; }

.page-es.page-about-ygrene-financing #ygrene-helper-subsection-form .form-type-textfield {
  width: 36.5%; }
  @media (max-width: 61.25rem) {
    .page-es.page-about-ygrene-financing #ygrene-helper-subsection-form .form-type-textfield {
      width: 100%; } }

.page-es.page-about-ygrene-financing #ygrene-helper-subsection-form .field-cta-link {
  padding: 0.5625rem 0.625rem;
  line-height: 1.2; }

.page-es.front .paragraph-landing-1-2-3-video .upper-content > .content-item, .page-es.page-storm-protection .paragraph-landing-1-2-3-video .upper-content > .content-item {
  pointer-events: none; }

.page-es.page-what-is-pace .paragraph--type--quotes-container {
  overflow: auto; }

.page-es .paragraph-landing-1-2-3-video .paragraph-landing-1-2-3-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%; }

.page-es .paragraph-landing-1-2-3-video .content-wrapper {
  width: 100%;
  padding-right: 0; }
  @media (max-width: 47.9375rem) {
    .page-es .paragraph-landing-1-2-3-video .content-wrapper {
      width: 100%;
      padding: 0 1rem; } }
  .page-es .paragraph-landing-1-2-3-video .content-wrapper .description {
    padding: 0;
    font-size: 1.0625rem; }
  .page-es .paragraph-landing-1-2-3-video .content-wrapper .item-1 {
    margin-top: 0.625rem; }

.page-es .paragraph-landing-1-2-3-video .video-wrapper {
  width: 65%;
  padding-left: 0; }
  @media (max-width: 47.9375rem) {
    .page-es .paragraph-landing-1-2-3-video .video-wrapper {
      width: 100%;
      padding: 0 1rem; }
      .page-es .paragraph-landing-1-2-3-video .video-wrapper > .paragraph-landing-1-2-3-video {
        margin-top: 0; } }
  .page-es .paragraph-landing-1-2-3-video .video-wrapper div,
  .page-es .paragraph-landing-1-2-3-video .video-wrapper iframe {
    height: 100%; }

.page-es .paragraph-landing-1-2-3-video .upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1.875rem 1.25rem 1.25rem;
  position: relative; }
  .page-es .paragraph-landing-1-2-3-video .upper-content::before {
    content: '';
    position: absolute;
    width: 45px;
    background: #bfd400;
    height: 6px;
    top: 25px;
    left: 20px; }
  .page-es .paragraph-landing-1-2-3-video .upper-content .content-item {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-es .paragraph-landing-1-2-3-video .upper-content .number {
    display: none; }

.page-es.section-pace-eligible-projects .paragraph-body-text-two-columns {
  margin-top: 0 !important; }
  @media only screen and (min-width: 20rem) and (max-width: 47.9375rem) {
    .page-es.section-pace-eligible-projects .paragraph-body-text-two-columns .body {
      height: auto !important;
      margin-bottom: 0.75rem; } }

@media (min-width: 48rem) {
  .page-es.node-type-subsection-page .desktop-only, .page-es .node-type-subsection_page .desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 48rem) {
  .page-es.path-frontpage .advanced-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

.page-es.section-faq .paragraph--type--landing-text-block .field-body a:hover {
  text-decoration: underline; }

.page-es .contactors-near.elite .tittle-description a {
  width: 186px; }

.path-frontpage .page-heading-overlay .lead {
  margin-bottom: 1.25rem; }

.email-comparison-table .table-cta {
  text-align: center; }

.email-comparison-table .table-cta a {
  margin: 0.625rem 0; }

.comparison-table.email-comparison-table .container {
  overflow: unset; }

.comparison-table.email-comparison-table .table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.125rem auto 1.25rem;
  -webkit-filter: drop-shadow(0px 20px 13px rgba(100, 100, 100, 0.3));
  filter: drop-shadow(0px 20px 13px rgba(100, 100, 100, 0.3)); }

.email-comparison-table .table-wrap ul {
  max-width: 200px;
  min-width: 200px;
  list-style: none;
  padding: 0;
  line-height: 1.2; }

.email-comparison-table .table-wrap ul.first-col {
  max-width: 140px;
  width: 100%; }

.email-comparison-table .table-wrap > ul.first-col > li {
  padding: 0 1rem; }

.email-comparison-table .table-wrap > ul.first-col > li > p, .email-comparison-table .guidelines-landing-page .state-tiles > .state-tiles-texts .table-wrap > ul.first-col > li > li, .guidelines-landing-page .state-tiles > .state-tiles-texts .email-comparison-table .table-wrap > ul.first-col > li > li {
  font-size: 0.875rem;
  font-family: Muli, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin: 0; }

.email-comparison-table .table-wrap ul li:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.email-comparison-table .table-wrap ul li {
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 0.875rem;
  height: 70px;
  letter-spacing: -0.02125rem; }

.email-comparison-table .table-wrap ul li:first-child {
  font-size: 1rem;
  line-height: 1;
  border-top: 5px solid #cdcece;
  height: 56px; }

.email-comparison-table .table-wrap .mobile-slide-wrap ul.ygrene:first-child li:first-child {
  border-top-color: #bfd400; }

.email-comparison-table .table-wrap ul li:first-child img {
  max-width: 88px; }

.email-comparison-table .table-wrap ul li.empty {
  background: none !important;
  border-top: none !important;
  border-left: none !important; }

.email-comparison-table.comparison-table .table-wrap ul:not(.slick-dots) > li {
  border-left: none;
  border-bottom: none;
  border-right: none; }

.email-comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) strong,
.email-comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) b {
  font-weight: normal;
  position: relative;
  padding-left: 1.5625rem; }

.email-comparison-table .slick-slider {
  width: calc(100% - 140px);
  max-width: 284px; }

.email-comparison-table .slick-arrow {
  display: none !important; }

.email-comparison-table .slick-slider {
  position: static; }

.email-comparison-table .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1; }

.landing-paragraph .email-comparison-table .slick-dots {
  height: 50px; }

.email-comparison-table .slick-dots li {
  padding: 0.1875rem;
  outline: none !important; }

.email-comparison-table .slick-dots li button {
  margin: 0;
  background: none;
  width: 12px;
  height: 12px;
  border: 1px solid #303C42;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.email-comparison-table .slick-dots li.slick-active button {
  background: #303C42; }

.email-comparison-table .table-wrap ul.ti-grey li {
  background: #f4f4f5; }

.email-comparison-table .table-wrap ul.ygrene {
  border-top: 6px solid #bfd400;
  top: -6px;
  position: relative; }

.email-comparison-table .table-wrap ul.ygrene:after {
  content: "";
  width: 100%;
  border-bottom: 6px solid #bfd400;
  display: block;
  background: #FFFFFF; }

.email-comparison-table .table-wrap ul li.check-mark:before {
  content: "";
  background: url("../../images/checmark-nobg.png") no-repeat;
  background-size: 20px 14px;
  width: 20px;
  height: 14px;
  margin: 0 auto;
  margin: 0 auto; }

.email-comparison-table .table-wrap ul li.x-mark:before {
  content: "";
  background: url("../../images/YG-ComparisonChart-X.png") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.email-comparison-table .table-wrap ul.ygrene li {
  background: #ffffff; }

.email-comparison-table .table-wrap ul.ygrene li.check-mark:before {
  background: url("../../images/YG-ComparisonChart-Checkmark-2.png") no-repeat;
  background-size: 42px 42px;
  height: 42px;
  width: 42px; }

.paragraph-3-panel-info.landing-paragraph .field-title {
  margin-bottom: 0; }

.comparison-table.email-comparison-table .table-wrap > ul.first-col:not(.slick-dots) > li {
  padding: 0 0.625rem 0 1rem; }

.email-comparison-table .table-wrap ul:not(.slick-dots) li:nth-of-type(even) {
  background: #f8fafd; }

.email-comparison-table .table-wrap ul.ygrene li:nth-of-type(even) {
  background: #fafdff; }

.email-comparison-table .table-wrap ul:not(.slick-dots) li:first-child {
  background: transparent; }

.landing-paragraph .comparison-table .table-wrap ul:not(.slick-dots):first-child li:first-child {
  background-color: #fff;
  border-top-color: transparent; }

.landing-paragraph .comparison-table .table-wrap ul:not(.slick-dots):nth-of-type(2) li:first-child {
  background-color: #fff;
  border-top-color: transparent; }

.landing-paragraph .comparison-table .table-wrap ul:not(.slick-dots):nth-of-type(3) li:first-child {
  background-color: #fff;
  border-top-color: transparent; }

.landing-paragraph .comparison-table .table-wrap ul:not(.slick-dots):nth-of-type(4) li:first-child {
  background-color: #fff;
  border-top-color: transparent; }

.landing-paragraph .email-comparison-table .table-wrap ul:not(.slick-dots):not(.ygrene) li:not(:first-child):nth-of-type(even) {
  background-color: #f8fafd; }

.landing-paragraph .email-comparison-table .table-wrap ul:not(.slick-dots):not(.ygrene) li:not(:first-child):nth-of-type(odd) {
  background-color: #fff; }

.paragraph-pace-card-slider .email-comparison-table .slick-list {
  max-height: 525px; }

.comparison-table.email-comparison-table .slick-dots:nth-of-type(2) {
  display: none !important; }

@media screen and (min-width: 48rem) {
  .comparison-table.email-comparison-table .table-wrap ul.first-col {
    max-width: 165px;
    -webkit-filter: none;
            filter: none;
    z-index: 0; }
  .landing-paragraph .comparison-table .table-wrap > ul.first-col:not(.slick-dots) > li {
    padding: 0 1rem; }
  .email-comparison-table .table-wrap .mobile-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .email-comparison-table .table-wrap ul:not(.slick-dots) li {
    padding: 0 1rem;
    font-family: Muli, Helvetica, Arial, sans-serif; }
  .email-comparison-table.comparison-table .table-wrap ul:not(.slick-dots) li:first-child {
    font-size: 1.125rem;
    height: 80px;
    border: 0px;
    font-weight: bold; }
  .email-comparison-table .table-wrap ul:not(.slick-dots) li:first-child img {
    max-width: 120px; }
  div.email-comparison-table .table-wrap ul:not(.slick-dots) {
    max-width: 200px; }
  .email-comparison-table.comparison-table .table-wrap ul:not(.slick-dots):not(.ygrene) li:first-child {
    font-size: 1.125rem; }
  .email-comparison-table.comparison-table .table-wrap ul:not(.slick-dots).ygrene li:first-child {
    font-size: 1.5rem; } }

/* Tablet */
@media (max-width: 62.5rem) {
  .email-comparison-table .table-wrap > ul.first-col > li {
    padding: 0 0.625rem; }
  .email-comparison-table .table-wrap > ul.first-col > li > p, .email-comparison-table .guidelines-landing-page .state-tiles > .state-tiles-texts .table-wrap > ul.first-col > li > li, .guidelines-landing-page .state-tiles > .state-tiles-texts .email-comparison-table .table-wrap > ul.first-col > li > li {
    color: #808080; }
  .email-comparison-table .slick-slide ul > li {
    color: #808080; } }

.comparison-table {
  /* Slick css =========================================== */ }
  .comparison-table .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .comparison-table .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .comparison-table .slick-list:focus {
    outline: 0; }
  .comparison-table .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .comparison-table .slick-slider .slick-list,
  .comparison-table .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .comparison-table .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .comparison-table .slick-track:after,
  .comparison-table .slick-track:before {
    display: table;
    content: ''; }
  .comparison-table .slick-track:after {
    clear: both; }
  .comparison-table .slick-loading .slick-track {
    visibility: hidden; }
  .comparison-table .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .comparison-table [dir=rtl] .slick-slide {
    float: right; }
  .comparison-table .slick-slide img {
    display: block; }
  .comparison-table .slick-slide.slick-loading img {
    display: none; }
  .comparison-table .slick-slide.dragging img {
    pointer-events: none; }
  .comparison-table .slick-initialized .slick-slide {
    display: block; }
  .comparison-table .slick-loading .slick-slide {
    visibility: hidden; }
  .comparison-table .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .comparison-table .slick-arrow.slick-hidden {
    display: none; }

.email-comparison-table .slick-dotted.slick-slider {
  margin-bottom: 0; }

.email-comparison-table .slick-dots > li:not(:last-child) {
  margin-top: 0; }

.pace-paragraph .email-comparison-table .slick-dots {
  top: 0; }

/* tablet */
@media (min-width: 48rem) and (max-width: 62.5rem) {
  .landing-paragraph .comparison-table.email-comparison-table .table-wrap ul.first-col {
    max-width: unset; }
  .landing-paragraph div.email-comparison-table .table-wrap ul:not(.slick-dots) {
    max-width: unset; }
  .comparison-table .table-wrap .mobile-slide-wrap ul.ygrene:first-child li:first-child {
    border-top: 6px solid #bfd400 !important; } }

@media screen and (max-width: 48rem) {
  .paragraph-3-panel-info .field-title {
    margin-bottom: 0; }
  /* .email-comparison-table .mobile-slide-wrap ul {
        border-left: 1px solid #e2e1e2;
    } */
  .comparison-table.email-comparison-table .table-wrap ul.first-col {
    max-width: 160px;
    width: 160px; }
  .comparison-table.email-comparison-table .slick-slider {
    width: calc(100% - 160px); }
  .email-comparison-table .table-wrap ul {
    min-width: auto; }
  .email-comparison-table .table-wrap .mobile-slide-wrap ul:first-child li:first-child {
    font-weight: bold;
    height: 70px; }
  .landing-paragraph .comparison-table .table-wrap ul.ygrene li:first-child {
    border-top-color: #bfd400 !important; }
  .comparison-table .table-wrap ul:not(.ygrene) li:first-child {
    border-top: 0px; }
  .comparison-table.email-comparison-table .table-wrap {
    margin: 3.125rem auto 0; }
  .comparison-table.email-comparison-table .first-col {
    margin-bottom: 0;
    position: relative;
    bottom: 20px; }
  .landing-paragraph .comparison-table.email-comparison-table .first-col {
    margin-bottom: 0;
    position: relative;
    top: 14px; }
  .comparison-table.email-comparison-table .table-wrap ul:not(.slick-dots) li {
    height: 90px; } }

/* Small phones  */
@media screen and (max-width: 21.875rem) {
  .comparison-table.email-comparison-table .slick-slider {
    width: calc(100% - 140px); }
  .comparison-table.email-comparison-table .table-wrap ul.first-col {
    max-width: 140px;
    width: 100%; } }

.comparison-table,
.paragraph-3-panel-info a[href^="tel:"] {
  color: #303c41 !important; }

.comparison-table .table-description h2:before {
  width: 35px;
  height: 5px;
  background-color: #c5d339;
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: .5em; }

.comparison-table .container {
  overflow: hidden;
  text-align: center; }

.comparison-table .table-description,
.comparison-table .table-cta {
  text-align: center; }

.comparison-table .table-description {
  margin-bottom: 3.125rem; }

.comparison-table .table-description h2 {
  margin-bottom: 0.5rem; }

.comparison-table .table-description p, .comparison-table .table-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .comparison-table .table-description li {
  margin-bottom: 1.25rem !important;
  font-family: Helvetica;
  font-weight: 400;
  color: #303c41; }

.comparison-table .table-cta a.button {
  margin: 0 auto 0.625rem;
  font: 400 1rem Muli, Helvetica, Arial, sans-serif !important;
  background: #bfd400 !important;
  color: #303c41 !important;
  border-radius: 0;
  border: none;
  text-transform: uppercase !important;
  letter-spacing: .1em;
  padding: 0 0.9375rem;
  line-height: 2.75rem !important;
  height: 44px;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s; }

.comparison-table .table-cta p, .comparison-table .table-cta .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .comparison-table .table-cta li {
  margin-top: 0.9375rem;
  margin-bottom: 0;
  font-family: Helvetica;
  font-weight: 400;
  color: #303c41; }

.comparison-table .table-align {
  display: inline-block;
  max-width: 100%;
  position: relative; }

.comparison-table .table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 1.5625rem;
  -webkit-filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1)); }

.comparison-table .table-wrap ul:not(.slick-dots) {
  max-width: 284px;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2; }

.comparison-table .table-wrap ul.first-col {
  max-width: 140px;
  width: 140px;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.05));
  color: #333 !important; }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap .mobile-slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap ul.first-col {
    max-width: 165px;
    width: 165px;
    font-weight: bold;
    -webkit-filter: none;
            filter: none; } }

.comparison-table .table-wrap > ul.first-col:not(.slick-dots) > li {
  border-left: 1px solid #e2e1e2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 1rem; }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap > ul.first-col:not(.slick-dots) > li {
    padding: 1.5rem; } }

.comparison-table .table-wrap ul:not(.slick-dots) li:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.comparison-table .table-wrap ul:not(.slick-dots) li {
  padding: 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-right: 1px solid #e2e1e2;
  border-bottom: 1px solid #e2e1e2;
  font-size: 0.875rem;
  height: 70px;
  text-align: left; }

.comparison-table .table-wrap ul:not(.slick-dots) li:first-child {
  font-size: 1rem;
  line-height: 1;
  border-top: 5px solid #cdcece;
  height: 56px; }

.comparison-table .table-wrap ul:not(.slick-dots):nth-of-type(2) li {
  background-color: #f4f4f5; }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap ul:not(.slick-dots) li {
    padding: 0 1rem; }
  .comparison-table .table-wrap ul:not(.slick-dots) li:first-child {
    font-size: 1.5rem;
    padding: 0 1.5rem;
    height: 100px;
    border-top-width: 6px; } }

.comparison-table .table-wrap ul:not(.slick-dots) li:first-child img {
  max-width: 88px; }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap ul:not(.slick-dots) li:first-child img {
    max-width: 120px; } }

.comparison-table .table-wrap ul:not(.slick-dots) li.empty {
  background: none !important;
  border-top: none !important;
  border-left: none !important; }

.comparison-table .table-wrap .mobile-slide-wrap ul:first-child li:first-child {
  border-top-color: #bfd400;
  background: #fff; }

.comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) strong,
.comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) b {
  font-weight: normal;
  position: relative;
  padding-left: 1.5625rem; }

@media screen and (min-width: 48rem) {
  .comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) strong::before,
  .comparison-table .table-wrap .mobile-slide-wrap ul li:not(:first-child) b::before {
    content: '';
    background-image: url("https://image.e.ygrene.com/lib/fe3515707564047a761378/m/1/997db61d-1c01-4131-ac24-58cf1a3916e5.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
    position: relative;
    top: 2px;
    position: absolute;
    left: 0; } }

.comparison-table .slick-slider {
  width: calc(100% - 140px);
  max-width: 284px; }

.comparison-table .slick-arrow {
  display: none !important; }

.comparison-table .slick-slider {
  position: static; }

.comparison-table .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1; }

.comparison-table .slick-dots li {
  padding: 0.1875rem;
  outline: none !important; }

.comparison-table .slick-dots li button {
  margin: 0;
  background: none;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.comparison-table .slick-dots li.slick-active button {
  background: #333; }

@media only screen and (max-width: 47.9375rem) and (min-width: 20rem) {
  .paragraph-3-panel-info-inner {
    width: auto; } }

.paragraph-3-panel-info-en.pace-paragraph .field-body {
  color: #333;
  font-weight: normal; }

.paragraph-3-panel-info-en.pace-paragraph + .paragraph-pace-grid .field-title {
  margin-top: 2.8125rem; }

@media screen and (max-width: 48rem) {
  .page-what-is-pace .comparison-table.email-comparison-table .table-wrap ul:not(.slick-dots) li.empty {
    height: 56px; } }

.page-home-improvement-loans {
  background: #f9f9f9 !important; }
  .page-home-improvement-loans .improvements__content .subtitle {
    padding-top: 2% !important; }
  .page-home-improvement-loans .improvements__item-icon img {
    height: 75% !important; }
  .page-home-improvement-loans .customer-services-form .webform-component-select label {
    font-size: 1.25rem !important; }
  @media only screen and (max-width: 47.9375rem) {
    .page-home-improvement-loans .section-california .paragraphs-wrapper.clearfix > div:nth-child(2) .columns {
      padding: 0; } }
  @media only screen and (max-width: 47.9375rem) {
    .page-home-improvement-loans .improvements__item-icon img {
      width: unset !important; } }
  .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-icon img {
    width: unset !important; }
  .page-home-improvement-loans .paragraph-advanced-icon-list .paragraph-inner .field-title:before {
    width: 0 !important; }
  .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-bullet-small .list-item {
    padding-left: 8%;
    padding-right: 8%;
    text-align: left !important;
    font-size: 1rem !important; }
  .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-bullet-small .field-bullet-list-items .list-item {
    font-size: 1rem !important; }
  .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-icon-small {
      padding-left: 15% !important;
      padding-right: 15% !important;
      margin-top: 1.25rem !important; }
  @media only screen and (max-width: 47.9375rem) {
    .page-home-improvement-loans .image-left {
      display: none !important; } }
  @media only screen and (max-width: 47.9375rem) {
    .page-home-improvement-loans .improvements__list {
      right: 16px;
      position: relative;
      grid-row-gap: 30px !important; } }
  .page-home-improvement-loans .advanced-icon-list {
    margin-top: 0 !important; }
  .page-home-improvement-loans .disclaimer_section {
    background: #f9f9f9 !important;
    padding-top: 4%; }
  .page-home-improvement-loans .paragraph-commercial-recap-form customer-services-form {
    -webkit-box-shadow: 18px 20px 20px 20px #f2f2f2 !important;
            box-shadow: 18px 20px 20px 20px #f2f2f2 !important; }
  .page-home-improvement-loans .paragraph--type--faq {
    padding-top: 4% !important;
    padding-bottom: 0 !important; }
    @media only screen and (max-width: 47.9375rem) {
      .page-home-improvement-loans .paragraph--type--faq {
        padding-top: 25% !important; } }
    .page-home-improvement-loans .paragraph--type--faq .field-title {
      padding-bottom: 0 !important; }
      @media only screen and (max-width: 47.9375rem) {
        .page-home-improvement-loans .paragraph--type--faq .field-title {
          text-align: center !important;
          padding-bottom: 2.375rem !important; } }
      @media only screen and (max-width: 47.9375rem) {
        .page-home-improvement-loans .paragraph--type--faq .field-title:before {
          margin: auto !important; } }
  .page-home-improvement-loans .field-title--small {
    float: unset !important;
    text-align: unset !important;
    padding-right: 0 !important;
    padding-left: 4% !important; }
  .page-home-improvement-loans .field-title--second {
    float: right;
    text-align: left;
    margin: auto;
    padding-right: 16%;
    padding-bottom: 0; }
    .page-home-improvement-loans .field-title--second:before {
      width: 0 !important;
      margin: 0 !important; }
  .page-home-improvement-loans .paragraph-advanced-icon-list,
  .page-home-improvement-loans .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) {
    background: #F2F6FB; }
  .page-home-improvement-loans .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) {
    margin-top: 0 !important;
    padding-top: 2% !important; }
  .page-home-improvement-loans .section-california .advanced-icon-list .paragraph-inner .field-title {
    font-size: 2.5rem !important;
    text-align: center !important;
    line-height: 1.25rem !important; }
    @media only screen and (max-width: 47.9375rem) {
      .page-home-improvement-loans .section-california .advanced-icon-list .paragraph-inner .field-title {
        font-size: 1.5rem !important; } }
    .page-home-improvement-loans .section-california .advanced-icon-list .paragraph-inner .field-title:before {
      width: 0 !important; }
  .page-home-improvement-loans .section-dynamic-page {
    margin: 0 !important;
    max-width: unset !important; }
  .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item {
    background: white; }
    @media only screen and (max-width: 47.9375rem) {
      .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 0 !important;
        padding-bottom: 0 !important; } }
    .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-title {
      text-align: center !important;
      font-size: 1.125rem !important; }
      @media only screen and (max-width: 47.9375rem) {
        .page-home-improvement-loans .section-california .advanced-icon-list .advanced-icon-item .field-title {
          padding-left: 1rem;
          padding-right: 1rem;
          text-align: left !important; } }
  .page-home-improvement-loans .improvements__5_5_2_2 .improvements__list {
    grid-template-columns: repeat(2, 1fr); }
  .page-home-improvement-loans .improvements__item-title {
    margin: auto;
    /*margin-left: 6%;*/
    font-size: 1.125rem;
    text-align: left !important; }
    .page-home-improvement-loans .improvements__item-title.improvements_small-title {
      text-align: center !important;
      padding-top: 10%; }
    @media only screen and (min-device-width: 48rem) and (max-device-width: 64rem) {
      .page-home-improvement-loans .improvements__item-title {
        font-size: 0.75rem; } }
  .page-home-improvement-loans .improvements__item {
    padding-bottom: 0 !important; }
  .page-home-improvement-loans .icons-right {
    left: 5% !important; }
  .page-home-improvement-loans .paragraph-advanced-icon-list + .paragraph-advanced-icon-list h2.field-title {
    display: none; }
  .page-home-improvement-loans .paragraph-advanced-icon-list + .paragraph-advanced-icon-list .advanced-icon-list {
    margin-top: 0;
    position: relative;
    /*bottom:60px;*/
    margin-bottom: 0; }
  .page-home-improvement-loans .paragraph-advanced-icon-list:first-child {
    margin-bottom: 0 !important; }
  .page-home-improvement-loans .paragraph-advanced-icon-list:first-child .advanced-icon-list {
    margin-bottom: 0 !important; }
  .page-home-improvement-loans .paragraph-advanced-icon-list:nth-child(2) {
    margin-top: 0 !important; }
    .page-home-improvement-loans .paragraph-advanced-icon-list:nth-child(2) .slick-track {
      min-height: 300px !important; }
      @media only screen and (max-width: 47.9375rem) {
        .page-home-improvement-loans .paragraph-advanced-icon-list:nth-child(2) .slick-track {
          padding-bottom: 0 !important; } }
  .page-home-improvement-loans .improvements {
    margin-top: 0 !important;
    padding: 3%;
    background: white;
    padding-top: 5%;
    padding-bottom: 5%; }
  .page-home-improvement-loans .section-california .paragraph-title-body-with-editor .field-body p, .page-home-improvement-loans .section-california .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-home-improvement-loans .section-california .paragraph-title-body-with-editor .field-body li {
    text-align: left !important; }
  .page-home-improvement-loans .customer-services-form form {
    background: white;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }

@media (max-width: 30rem) {
  .page-commercial-success-stories.node-type-section-page:not(.front) .header-imagen-moviles {
    height: 400px !important; } }

@media (max-width: 30rem) {
  .page-commercial-success-stories .statistics__list {
    margin: 0 !important; } }

.page-commercial-success-stories.node-type-section-page:not(.front) .header-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  max-width: 100% !important; }

.page-commercial-success-stories.node-type-section-page:not(.front) .header-content h1 {
  padding-left: 8%; }
  .page-commercial-success-stories.node-type-section-page:not(.front) .header-content h1:before {
    content: "";
    width: 54px;
    height: 9px;
    display: block;
    margin: 0 0 1.25rem;
    background: #BFD400; }

.page-commercial-success-stories .block-color--outer_space_gray .statistic__item-title {
  color: white; }

.page-commercial-success-stories .block-color--outer_space_gray {
  background-color: #555859; }

.page-commercial-success-stories .statistic__item-value {
  font-size: 1.125rem; }

.page-commercial-success-stories .statistics__title:before {
  background: none !important;
  background-color: none !important; }

.page-commercial-success-stories .paragraph--type--body-text-with-image {
  padding-bottom: 6%; }
  .page-commercial-success-stories .paragraph--type--body-text-with-image .body-text-image {
    width: 41.66667% !important;
    position: relative;
    left: 14%;
    z-index: 99;
    top: 32px; }
    @media (max-width: 30rem) {
      .page-commercial-success-stories .paragraph--type--body-text-with-image .body-text-image {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important; } }

.page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button {
  background: white; }
  .page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description {
    text-align: left;
    max-width: 59%;
    color: #303c42;
    margin: auto; }
    @media (max-width: 30rem) {
      .page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description {
        max-width: 100%; } }
    .page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description p, .page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-commercial-success-stories #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description li {
      font-size: 1.4375rem !important; }

.page-commercial-success-stories .project-name {
  font-size: 1.25rem !important; }

.page-commercial-success-stories .project-address {
  font-size: 1.125rem;
  color: #4e4e4e; }

.page-commercial-success-stories .body-project-para {
  padding-top: 0.625rem; }

.page-commercial-success-stories .featured-title {
  font-family: 'Mulish',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  color: #303C42;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important; }
  .page-commercial-success-stories .featured-title:before {
    content: "";
    width: 60px;
    height: 3px;
    display: block;
    margin: 0 0 1.25rem;
    margin-bottom: 0 !important;
    background: #303C42; }

.page-commercial-success-stories .padall-2, .page-commercial-success-stories .paragraph-icon-tiles .icon-item .icon-base, .paragraph-icon-tiles .icon-item .page-commercial-success-stories .icon-base, .page-commercial-success-stories .team-member-bio, .page-commercial-success-stories .view-id-news_articles .sidebar .view-header, .view-id-news_articles .sidebar .page-commercial-success-stories .view-header, .page-commercial-success-stories .view-id-news_articles .views-exposed-widget, .view-id-news_articles .page-commercial-success-stories .views-exposed-widget {
  padding-left: 10% !important;
  padding-right: 10% !important; }

.page-commercial-success-stories .body-project-para {
  padding-right: 25%; }

.page-commercial-success-stories .field-image-overlay-title {
  font-family: 'Mulish';
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: center;
  color: #303c42;
  padding-bottom: 4%; }
  .page-commercial-success-stories .field-image-overlay-title:before {
    width: 62px;
    height: 9px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em; }

.page-commercial-success-stories .paragraph--type--left-right-paragraphs {
  padding-top: 6%;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media only screen and (min-width: 48rem) {
    .page-commercial-success-stories .paragraph--type--left-right-paragraphs ul.left-images {
      position: relative;
      left: 20%; } }

.page-commercial-success-stories .paragraph--type--image-with-overlay-columns {
  margin-bottom: 20%;
  padding-top: 4%; }

@media only screen and (min-width: 48rem) {
  .page-commercial-success-stories li.image-with-text-overlay:nth-child(2n+0) {
    top: 150px;
    position: relative; } }

.page-commercial-success-stories [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625em;
  *zoom: 1; }

.page-commercial-success-stories .text-center {
  text-align: center !important; }

.page-commercial-success-stories [class*="block-grid-"]:before, .page-commercial-success-stories [class*="block-grid-"]:after {
  content: " ";
  display: table; }

@media only screen and (min-width: 48rem) {
  .page-commercial-success-stories .large-block-grid-3 > li:nth-of-type(4n+1) {
    clear: both; } }

@media only screen and (min-width: 48rem) {
  .page-commercial-success-stories .large-block-grid-3 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; } }

.page-commercial-success-stories [class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625em 1.25em; }

.page-commercial-success-stories .image-with-text-overlay, .page-commercial-success-stories .paragraph-case-study-columns ul .case-study-overlay {
  padding: 0.3125rem !important;
  text-align: center; }

.page-commercial-success-stories .image-with-text-overlay .overlay-container, .page-commercial-success-stories .paragraph-case-study-columns ul .case-study-overlay .overlay-container {
  background-color: #333;
  display: inline-block;
  position: relative;
  width: 100%; }

.page-commercial-success-stories .image-with-text-overlay .overlay-container .text-overlay, .page-commercial-success-stories .paragraph-case-study-columns ul .case-study-overlay .overlay-container .text-overlay {
  color: #fff;
  font-family: Muli,sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  left: 10px;
  position: absolute;
  right: 10px;
  bottom: 9%;
  z-index: 90;
  line-height: 1; }

.page-commercial-success-stories .image-with-text-overlay img, .page-commercial-success-stories .paragraph-case-study-columns ul .case-study-overlay img {
  width: 100%; }

@media (max-width: 30rem) {
  .page-commercial-meet-team .paragraph-meet-team {
    padding: 0 !important; } }

@media (max-width: 30rem) {
  .page-commercial-meet-team .paragraph-meet-team > .row {
    padding: 0 !important; } }

@media (max-width: 30rem) {
  .page-commercial-meet-team.node-type-section-page:not(.front) .header-imagen-moviles {
    height: 400px !important; } }

.page-commercial-meet-team .paragraph--type--title-and-button h2.field-title:before {
  width: 0;
  height: 0;
  margin: 0; }

.page-commercial-meet-team .paragraph-meet-team-group.lilac_gray_dark + .paragraph-meet-team-group.lilac_gray_dark {
  padding-bottom: 8%; }

.page-commercial-meet-team .lilac_gray_dark {
  background-color: #656363; }
  .page-commercial-meet-team .lilac_gray_dark h2.field-title {
    padding-top: 6%;
    color: white; }

.page-commercial-meet-team h2.field-title {
  font-family: 'Mulish';
  font-size: 2.625rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.04375rem;
  text-align: center;
  color: #303c42;
  padding-bottom: 4%; }
  .page-commercial-meet-team h2.field-title:before {
    width: 62px;
    height: 9px;
    background-color: #c5d54f;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em; }

.page-commercial-meet-team .paragraph-commercial-form h2.field-title:before {
  width: 43px;
  height: 5px;
  background-color: black;
  content: "";
  display: block;
  margin: 0;
  margin-bottom: 0.5em; }

@media only screen and (min-width: 64.0625rem) {
  .page-commercial-meet-team .paragraph-meet-team.card-center {
    left: 19%; } }

.page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button {
  background: white; }
  .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-title {
    text-align: left;
    /* width: 59%; */
    max-width: 59%;
    margin: auto;
    padding-bottom: 3%; }
    @media (max-width: 30rem) {
      .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-title {
        max-width: 100%; } }
  .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description {
    text-align: left;
    max-width: 59%;
    color: #303c42;
    margin: auto; }
    @media (max-width: 30rem) {
      .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description {
        max-width: 100%; } }
    .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description p, .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-commercial-meet-team #block-ygrene-subtheme-ygrene-subtheme-system-main .paragraph--type--title-and-button .field-description li {
      font-size: 1.4375rem !important; }

.page-commercial-meet-team .advanced-icon-item {
  background-color: #fbfbfb;
  border-right: 30px solid #BFD400;
  border-bottom: 30px solid #BFD400;
  height: 663px; }
  @media (max-width: 31.25rem) {
    .page-commercial-meet-team .advanced-icon-item {
      width: 100% !important;
      height: 710px;
      margin-bottom: 1.875rem !important; } }
  .page-commercial-meet-team .advanced-icon-item .field-email a {
    color: #4b4a4a !important;
    text-decoration: underline; }
  .page-commercial-meet-team .advanced-icon-item .field-subtitle,
  .page-commercial-meet-team .advanced-icon-item .field-body {
    padding-bottom: 8%; }
  .page-commercial-meet-team .advanced-icon-item .field-body p, .page-commercial-meet-team .advanced-icon-item .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li, .guidelines-landing-page .state-tiles > .state-tiles-texts .page-commercial-meet-team .advanced-icon-item .field-body li {
    color: #a6a6a6 !important; }
  .page-commercial-meet-team .advanced-icon-item .field-subtitle:after {
    content: '';
    display: block;
    height: 3px;
    width: 60px;
    margin-bottom: 0.625rem;
    background: #BFD400;
    margin-top: 0.625rem !important;
    margin-bottom: 0.3125rem; }
  .page-commercial-meet-team .advanced-icon-item div.field-title {
    margin: 0;
    min-height: 0; }
    .page-commercial-meet-team .advanced-icon-item div.field-title:before {
      width: 0 !important; }
  .page-commercial-meet-team .advanced-icon-item .pad-right {
    padding-right: 18%; }
  .page-commercial-meet-team .advanced-icon-item .field-icon {
    padding: 0 !important;
    padding-right: 0.625rem;
    background: none !important;
    min-height: 75px;
    margin: 0 !important; }
    .page-commercial-meet-team .advanced-icon-item .field-icon img {
      border-radius: 50%;
      height: 90px;
      width: 90px;
      float: right; }

.page-association .paragraph-landing-icon-simple-grid .landing-icon-item .field-icon {
  min-height: unset; }

.page-association .commercial-form__content .paragraph--type--title-body-with-editor .field-title:before {
  background: #BFD400; }

.page-association .faq--block h5.field-title {
  text-align: center !important; }

.page-association .improvements__5_5_2_2 {
  background: none; }

.page-association .section-dynamic-page .title--dark .header-content__title,
.page-association .section-dynamic-page .title--dark .header-content__subtitle {
  color: white !important; }
  @media (max-width: 30rem) {
    .page-association .section-dynamic-page .title--dark .header-content__title,
    .page-association .section-dynamic-page .title--dark .header-content__subtitle {
      color: black !important; } }

.page-association .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .paragraph-pace-left-right-text .field-title,
.page-association .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) p,
.page-association .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-association .section-california .paragraphs-wrapper.clearfix > div:nth-child(1) li,
.page-association .section-california .paragraph-title-body-with-editor .field-body p,
.page-association .section-california .paragraph-title-body-with-editor .field-body .guidelines-landing-page .state-tiles > .state-tiles-texts li,
.guidelines-landing-page .state-tiles > .state-tiles-texts .page-association .section-california .paragraph-title-body-with-editor .field-body li {
  text-align: left !important; }

.page-association .section-california .landing-paragraph .landing-icon-item .field-title {
  font-size: 1rem; }

.page-association .paragraph-landing-icon-simple-grid {
  background: white; }
  .page-association .paragraph-landing-icon-simple-grid .field-title {
    text-align: center !important; }
  .page-association .paragraph-landing-icon-simple-grid .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    text-align: center; }
    @media (max-width: 30rem) {
      .page-association .paragraph-landing-icon-simple-grid .list {
        grid-template-columns: unset; } }
    .page-association .paragraph-landing-icon-simple-grid .list .landing-icon-item {
      width: 100%;
      padding-bottom: 1.8125rem; }
      .page-association .paragraph-landing-icon-simple-grid .list .landing-icon-item .field-title {
        text-align: center !important; }

.ti-global-hello-bar-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem 0;
  width: 100%;
  border: 1px solid #B7B7B7;
  background-color: #DAF3F7;
  z-index: 101; }

#ti-global-hello-bar-header {
  color: #303C42;
  font: bold 0.875rem 'Muli', sans-serif;
  text-align: center;
  line-height: 1.25rem;
  position: relative; }

#ti-global-hello-bar-content {
  font: 500 0.8125rem 'Muli', sans-serif;
  letter-spacing: 0;
  text-align: center;
  max-width: 690px;
  margin: auto;
  color: #303C42;
  display: block;
  text-decoration: underline; }

#ti-global-hello-bar-close {
  display: inline-block;
  background: url("https://clientinstalls.s3.amazonaws.com/Ygrene/YG-A-Global-HelloBar-March2020/Sprite/YG-A-Global-HelloBar-Sprite2x.png") no-repeat 0 0;
  background-size: 33px 33px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 19px;
  top: 12px;
  cursor: pointer; }

.section-what-is-pace .pace-paragraph {
  margin-top: 7rem; }

/*Mobile*/
@media (max-width: 47.9375rem) {
  .ti-global-hello-bar-wrapper {
    padding: 0.3125rem 0.3125rem 0.5rem 0.3125rem; }
  #ti-global-hello-bar-close {
    right: 7px;
    top: 7px; }
  .ti-global-hello-bar-wrapper #ti-global-hello-bar-header {
    width: 100%;
    height: 40px; }
  /*Homepage*/
  div.page-heading .page-heading-overlay .header-content {
    margin-top: 10.25rem; }
  /*What is Pace*/
  .section-what-is-pace .pace-paragraph {
    margin-top: 5rem; }
  #ti-global-hello-bar-header .ti-rotating-text:nth-child(2) a,
  #ti-global-hello-bar-header .ti-rotating-text:nth-child(3) a {
    display: inline-block;
    margin-left: 0.25rem; } }

#ti-global-hello-bar-header {
  height: 40px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.9375rem;
  position: relative;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: -0.625rem; }

#ti-global-hello-bar-header .ti-rotating-text {
  position: absolute;
  display: block;
  animation: 20.5s linear infinite 0s;
  -ms-animation: 20.5s linear infinite 0s;
  -webkit-animation: 20.5s linear infinite 0s; }

#ti-global-hello-bar-header .ti-rotating-text a,
#ti-global-hello-bar-header .ti-static-text a {
  color: black;
  display: block;
  text-decoration: underline; }

#ti-global-hello-bar-header .ti-rotating-text:nth-child(1) {
  -webkit-animation-name: rotating-text-1;
          animation-name: rotating-text-1; }

#ti-global-hello-bar-header .ti-rotating-text:nth-child(2) {
  -webkit-animation-name: rotating-text-2;
          animation-name: rotating-text-2; }

#ti-global-hello-bar-header .ti-rotating-text:nth-child(3) {
  -webkit-animation-name: rotating-text-3;
          animation-name: rotating-text-3; }

@-webkit-keyframes rotating-text-1 {
  0%, 2.3% {
    top: -100%;
    opacity: 0; }
  2.3%, 25% {
    top: 25%;
    opacity: 1; }
  26%, 100% {
    top: 110%;
    opacity: 0; } }

@keyframes rotating-text-1 {
  0%, 2.3% {
    top: -100%;
    opacity: 0; }
  2.3%, 25% {
    top: 25%;
    opacity: 1; }
  26%, 100% {
    top: 110%;
    opacity: 0; } }

@-webkit-keyframes rotating-text-2 {
  0%, 23% {
    top: -100%;
    opacity: 0; }
  31%, 58.29% {
    top: 25%;
    opacity: 1; }
  61.29%, 100% {
    top: 110%;
    opacity: 0; } }

@keyframes rotating-text-2 {
  0%, 23% {
    top: -100%;
    opacity: 0; }
  31%, 58.29% {
    top: 25%;
    opacity: 1; }
  61.29%, 100% {
    top: 110%;
    opacity: 0; } }

@-webkit-keyframes rotating-text-3 {
  0%, 58.29% {
    top: -100%;
    opacity: 0; }
  64%, 98% {
    top: 25%;
    opacity: 1; }
  100% {
    top: 110%;
    opacity: 0; } }

@keyframes rotating-text-3 {
  0%, 58.29% {
    top: -100%;
    opacity: 0; }
  64%, 98% {
    top: 25%;
    opacity: 1; }
  100% {
    top: 110%;
    opacity: 0; } }

@-webkit-keyframes move {
  0% {
    top: 0; }
  10% {
    top: 0; }
  15% {
    top: -17px; }
  25% {
    top: -17px; }
  30% {
    top: -34px; }
  40% {
    top: -34px; }
  45% {
    top: 0; }
  55% {
    top: 0; }
  60% {
    top: -17px; }
  70% {
    top: -17px; }
  75% {
    top: -34px; }
  85% {
    top: -34px; }
  90% {
    top: 0; } }

@keyframes move {
  0% {
    top: 0; }
  10% {
    top: 0; }
  15% {
    top: -17px; }
  25% {
    top: -17px; }
  30% {
    top: -34px; }
  40% {
    top: -34px; }
  45% {
    top: 0; }
  55% {
    top: 0; }
  60% {
    top: -17px; }
  70% {
    top: -17px; }
  75% {
    top: -34px; }
  85% {
    top: -34px; }
  90% {
    top: 0; } }

/* sticky header updates */
.ti-global-hello-bar-wrapper {
  position: fixed;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ti-global-hello-bar-wrapper + header.header-main,
header.header-main.ti-banner-present {
  top: 60px; }

.banner-closed .ti-global-hello-bar-wrapper + header.header-main {
  top: 0; }

.ti-global-hello-bar-wrapper ~ main {
  padding-top: 3.75rem; }

.banner-closed .ti-global-hello-bar-wrapper ~ main {
  padding-top: 0; }

@media (min-width: 68.125rem) {
  .ti-global-hello-bar-wrapper ~ main {
    padding-top: 7.5rem; }
  .banner-closed .ti-global-hello-bar-wrapper ~ main {
    padding-top: 0; } }

/* sometimes there are two bars and it's weird */
.ti-global-hello-bar-wrapper + .ti-global-hello-bar-wrapper {
  display: none; }

.path-frontpage {
  /*Hero update to hide the image*/
  /* mobile only  */
  /* fix their CSS issue */
  /* xs mobile */
  /* desktop only  */ }
  .path-frontpage .breadcrumb {
    display: none; }
  .path-frontpage .page-heading .content:after {
    background: transparent; }
  .path-frontpage .page-heading #edit-submit--2:after {
    display: none; }
  .path-frontpage #tiNewHeroCTA {
    background: #BFD400;
    color: #303C41;
    font-family: 'Muli',sans-serif;
    text-transform: uppercase;
    border: 0;
    font-size: 0.9375rem;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    letter-spacing: normal; }
  .path-frontpage .page-heading .page-heading-overlay .header-content h1 {
    color: #303C42 !important;
    text-shadow: none;
    max-width: 50%;
    margin: 0 0 1.875rem 0;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2rem !important;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem; }
  .path-frontpage .page-heading picture {
    visibility: hidden; }
  .path-frontpage .page-heading .page-heading-overlay .header-content:after {
    content: '';
    position: absolute;
    background: url(https://storage.googleapis.com/images.trinity.one/Ygrene/YG-HeroDesignTest-Sep2019/Ygrene-Home-Images-100921-Desktop.svg) no-repeat;
    width: 60%;
    height: 489px;
    top: -35px;
    right: -35px;
    z-index: -1; }
  .path-frontpage .page-heading .cta-form {
    width: 50%; }
  .path-frontpage .page-heading .header-content h1:before {
    display: none; }
  .path-frontpage .page-heading {
    min-height: 650px; }
  .path-frontpage #tiHeroButtons a {
    background: #2A343A;
    color: #fff;
    font-size: 0.8125rem;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    line-height: 1.875rem;
    display: inline-block;
    padding: 0 0.6875rem;
    margin: 0 0.625rem 0.625rem 0; }
  .path-frontpage #tiHeroButtons {
    margin-top: 1.5625rem; }
  .path-frontpage .page-heading #tiHeaderForm input#edit-address {
    background-color: #fafafa;
    border: 1px solid #B7B7B7;
    width: 100%;
    height: 44px;
    max-width: none; }
  .path-frontpage .page-heading #edit-submit--2 {
    font-size: 0.875rem;
    min-width: 160px;
    height: 44px; }
  .path-frontpage .page-heading #edit-submit--2:after {
    display: none; }
  .path-frontpage .page-heading #tiHeaderForm div.form-item-address {
    max-width: calc(100% - 195px); }
  .path-frontpage .page-heading #ygrene-helper-form .form-submit {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .path-frontpage .header-content p.lead, .path-frontpage .header-content .guidelines-landing-page .state-tiles > .state-tiles-texts li.lead, .guidelines-landing-page .state-tiles > .state-tiles-texts .path-frontpage .header-content li.lead {
    display: block !important;
    max-width: 50%;
    color: #303c41 !important;
    letter-spacing: normal;
    font-size: 1.125rem; }
  .path-frontpage .ti-hero-copy-wrap {
    width: 100%; }
  @media only screen and (max-width: 47.9375rem) {
    .path-frontpage #tiHeroButtons {
      margin-top: 1.25rem;
      text-align: left; }
    .path-frontpage .page-heading .cta-form {
      width: 100%; }
    .path-frontpage .page-heading #tiHeaderForm div.form-item-address {
      max-width: none; }
    .path-frontpage .page-heading .page-heading-overlay .header-content h1 {
      max-width: none;
      text-align: center;
      padding-right: 0; }
    .path-frontpage .header-content p.lead, .path-frontpage .header-content .guidelines-landing-page .state-tiles > .state-tiles-texts li.lead, .guidelines-landing-page .state-tiles > .state-tiles-texts .path-frontpage .header-content li.lead {
      max-width: 100%; }
    .path-frontpage .page-heading .page-heading-overlay .header-content {
      width: 100% !important;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative;
      margin-top: 4.8125rem;
      padding: 1.125rem 2.25rem 18.75rem 2.25rem !important;
      text-align: center; }
    .path-frontpage .page-heading .page-heading-overlay .header-content:after {
      right: 0;
      left: 0;
      width: 359px;
      height: 297px;
      top: auto;
      bottom: -30px;
      margin: auto; }
    .path-frontpage #tiNewHeroCTA {
      margin: 0 auto; }
    .path-frontpage .page-heading {
      min-height: 0; }
    .path-frontpage .page-heading picture {
      display: none; } }
  @media only screen and (max-width: 47.9375rem) and (min-width: 20rem) {
    .path-frontpage body.node-type-section-page .page-heading {
      max-height: none !important; } }
  @media only screen and (max-width: 23.375rem) {
    .path-frontpage .page-heading .page-heading-overlay .header-content {
      padding: 1.125rem 0.9375rem 19.375rem 0.9375rem !important; } }
  @media (min-width: 48rem) {
    .path-frontpage .page-heading .page-heading-overlay .header-content h1 {
      font-size: 3rem !important;
      line-height: 3.75rem; } }
