<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner_a*/


@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-banner-a {
  height: 830px;
  background-color: #58585B;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  position: relative; }
  .module-banner-a:after {
    content: " ";
    display: block;
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
    margin: 40px 40px 0;
    border: 8px solid #fefefe;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    z-index: 1;
    pointer-events: none; }
  @media screen and (max-width: 39.9375em) {
    .module-banner-a:after {
      margin: 20px 20px 0;
      border: 4px solid #fefefe;
      width: calc(100% - 40px);
      height: calc(100% - 20px); } }
  .module-banner-a .banner-wrap {
    height: 100%;
    position: relative;
    z-index: 2; }
  .module-banner-a .banner-title {
    font-family: "ChevinStd";
    font-size: 4.375rem;
    line-height: 1.1em;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 600; }
    .module-banner-a .banner-title i,
    .module-banner-a .banner-title em {
      color: #fefefe;
      margin-bottom: 0;
      font-weight: 300;
      font-family: "Authenia-Regular";
      font-size: 8.3125rem;
      line-height: 1em;
      text-transform: none;
      font-style: normal;
      display: block; }
    @media screen and (max-width: 63.9375em) {
      .module-banner-a .banner-title {
        font-size: 3.0625rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 5.81875rem; } }
    @media screen and (max-width: 39.9375em) {
      .module-banner-a .banner-title {
        font-size: 2.1875rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 4.15625rem; } }
  .module-banner-a .banner-description {
    color: #fefefe;
    font-size: 1.5rem;
    line-height: 1.417em;
    max-width: 600px;
    margin: 0 auto; }

@media screen and (max-width: 63.9375em) {
  .module-banner-a {
    height: 550px; }
    .module-banner-a .banner-title {
      font-family: "ChevinStd";
      font-size: 3.125rem;
      line-height: 1.1em;
      color: #fefefe;
      text-transform: uppercase;
      font-weight: 600; }
      .module-banner-a .banner-title i,
      .module-banner-a .banner-title em {
        color: #fefefe;
        margin-bottom: 0;
        font-weight: 300;
        font-family: "Authenia-Regular";
        font-size: 5.9375rem;
        line-height: 1em;
        text-transform: none;
        font-style: normal;
        display: block; } }
    @media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
      .module-banner-a .banner-title {
        font-size: 2.1875rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 4.15625rem; } }
    @media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
      .module-banner-a .banner-title {
        font-size: 1.5625rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 2.96875rem; } }

@media screen and (max-width: 39.9375em) {
  .module-banner-a {
    height: 270px; }
    .module-banner-a .banner-title {
      font-family: "ChevinStd";
      font-size: 2.1875rem;
      line-height: 1.1em;
      color: #fefefe;
      text-transform: uppercase;
      font-weight: 600; }
      .module-banner-a .banner-title i,
      .module-banner-a .banner-title em {
        color: #fefefe;
        margin-bottom: 0;
        font-weight: 300;
        font-family: "Authenia-Regular";
        font-size: 4.15625rem;
        line-height: 1em;
        text-transform: none;
        font-style: normal;
        display: block; } }
    @media screen and (max-width: 39.9375em) and (max-width: 63.9375em) {
      .module-banner-a .banner-title {
        font-size: 1.53125rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 2.909375rem; } }
    @media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
      .module-banner-a .banner-title {
        font-size: 1.09375rem; }
        .module-banner-a .banner-title i,
        .module-banner-a .banner-title em {
          font-size: 2.078125rem; } }

@media screen and (max-width: 39.9375em) {
    .module-banner-a .banner-description {
      font-size: 1.25rem; } }
/*# sourceMappingURL=styles.css.map *//* flexible_content*/


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-featured-story blockquote, .module-featured-story .quote-icons {
  position: relative; }
  .module-featured-story blockquote:before, .module-featured-story .quote-icons:before, .module-featured-story blockquote:after, .module-featured-story .quote-icons:after {
    content: "";
    width: 50px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 1.875rem; }
  .module-featured-story blockquote:before, .module-featured-story .quote-icons:before {
    background-image: url("../imgs/quote-top.svg");
    top: -60px; }
  .module-featured-story blockquote:after, .module-featured-story .quote-icons:after {
    background-image: url("../imgs/quote-bottom.svg");
    bottom: -80px; }

.module-featured-story {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  background-color: #992271;
  padding: 148px 0;
  text-align: center;
  position: relative; }
  .module-featured-story .image-column {
    height: 300px; }
    .module-featured-story .image-column .image-content {
      position: relative;
      height: 100%; }
      .module-featured-story .image-column .image-content img {
        position: absolute;
        left: 0;
        bottom: -148px; }
  .module-featured-story blockquote {
    font-family: "ChevinStd";
    font-size: 2.3125rem;
    line-height: 2.936875rem;
    color: #fefefe;
    font-weight: 500;
    padding-bottom: 14px; }
    .module-featured-story blockquote:after {
      display: none !important; }

@media screen and (max-width: 63.9375em) {
  .module-featured-story {
    background-image: none !important;
    padding: 70px 0px; }
    .module-featured-story .image-column .image-content {
      margin-bottom: 0px;
      margin-top: 0px;
      padding: 10px;
      border: 8px solid white;
      border-radius: 50%;
      overflow: hidden;
      width: 300px;
      height: 300px;
      margin: 0 auto; }
      .module-featured-story .image-column .image-content img {
        width: 100%;
        display: block;
        bottom: -50px; }
    .module-featured-story .content {
      padding: 100px 0px; }
    .module-featured-story blockquote {
      /* â€œWhen youâ€™re on a fi: */
      font-size: 1.5rem;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 47px; } }
/*# sourceMappingURL=styles.css.map */





@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper, .module-cta-home {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-cta-home {
  background-position: center;
  padding: 107px 0 116px;
  background-size: auto 100%;
  position: relative; }
  .module-cta-home:before, .module-cta-home:after {
    width: 100%;
    height: 54px;
    background-repeat: repeat-x;
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0;
    display: none;
    background-image: url("../imgs/edge.png"); }
  .module-cta-home:before {
    display: block;
    top: -20px; }
  .module-cta-home .title {
    color: #C3D798;
    font-family: "Authenia-Regular";
    font-size: 10.3125rem;
    line-height: 0.667em;
    margin-right: 20px;
    margin-top: 60px;
    text-align: right; }
  .module-cta-home .text-col {
    position: relative;
    z-index: 1; }
  .module-cta-home .description-col {
    position: relative;
    padding: 80px 6.5% 80px 0; }
    .module-cta-home .description-col:before {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      left: -19%;
      width: 112%;
      height: 100%;
      border: 8px solid #fefefe;
      opacity: 0.5;
      pointer-events: none; }
  .module-cta-home .description {
    color: #1D5C30;
    font-family: "ChevinStd";
    font-size: 2.3125rem;
    line-height: 1.270em; }
    .module-cta-home .description + .link {
      margin-top: 30px; }
  .module-cta-home .link {
    display: inline-block;
    margin-right: 10px; }

@media screen and (max-width: 74.9375em) {
  .module-cta-home .description {
    font-size: 2rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .module-cta-home .title {
    font-size: 7.5rem; }
  .module-cta-home .description {
    font-size: 1.625rem; }
  .module-cta-home .description-col {
    padding: 40px 3.5% 40px 0; }
    .module-cta-home .description-col:before {
      left: -9%;
      width: 105%; } }

@media screen and (max-width: 39.9375em) {
  .module-cta-home {
    position: relative;
    padding: 60px 0 40px;
    font-size: 0px; }
    .module-cta-home .button {
      padding: 12px 23px; }
    .module-cta-home .link {
      margin-top: 30px;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 0px; }
      .module-cta-home .link a {
        display: table;
        margin: 0 auto; }
    .module-cta-home .description-col {
      padding: 50px 30px 30px; }
      .module-cta-home .description-col:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        width: calc( 100% - 20px);
        height: 100%;
        border: 8px solid #fefefe;
        opacity: 0.5;
        pointer-events: none; }
    .module-cta-home .description {
      color: #1D5C30;
      font-family: "ChevinStd";
      font-size: 1.625rem;
      line-height: 2rem;
      text-align: center;
      padding: 0px 35px; }
    .module-cta-home .title {
      top: 20px;
      /* width: 100%; */
      -webkit-transform: translateY(-70%);
      transform: translateY(-70%);
      position: absolute;
      font-size: 6.25rem;
      width: 100%;
      text-align: center;
      margin: 0;
      left: 0; } }
/*# sourceMappingURL=styles.css.map *//* related_stories*/


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-related-stories {
  position: relative;
  padding-top: 120px; }
  .module-related-stories:before, .module-related-stories:after {
    width: 100%;
    height: 54px;
    background-repeat: repeat-x;
    content: " ";
    position: absolute;
    z-index: 1;
    left: 0;
    display: none;
    background-image: url("../imgs/edge.png"); }
  .module-related-stories:before {
    display: block;
    top: -20px; }
  .module-related-stories .section-title {
    margin-bottom: 100px;
    display: block; }
  .module-related-stories h4.title a {
    color: #58585B; }
  .module-related-stories .grid-item {
    margin-bottom: 100px; }
  .module-related-stories .grid-item-text {
    padding: 0 20px 0 30px; }
  .module-related-stories .grid-item-image {
    position: relative; }
    .module-related-stories .grid-item-image:before {
      content: " ";
      display: block;
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      margin: auto;
      width: 246px;
      height: 246px;
      border-radius: 100%;
      border: 8px solid #fff; }
  .module-related-stories .grid-item-image-wrap {
    width: 214px;
    height: 214px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto; }
    .module-related-stories .grid-item-image-wrap img {
      position: absolute;
      height: 100%;
      max-width: initial;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

@media screen and (max-width: 74.9375em) {
  .module-related-stories .content-wrap {
    padding: 0 20px; }
  .module-related-stories .section-title {
    margin-bottom: 60px; }
  .module-related-stories .grid-item-text {
    padding: 40px 20px 40px 60px;
    max-width: 300px;
    margin: 0 auto; }
  .module-related-stories .grid-item-image-wrap {
    width: 200;
    height: 200; }
  .module-related-stories .grid-item-image:before {
    width: 230;
    height: 230; } }

@media screen and (max-width: 39.9375em) {
  .module-related-stories {
    padding-top: 60px; }
    .module-related-stories .section-title {
      margin-bottom: 40px; }
    .module-related-stories .grid-item {
      margin-bottom: 30px; }
    .module-related-stories .grid-item-text {
      padding: 20px; }
    .module-related-stories .grid-item-image {
      margin-bottom: 30px;
      position: relative; }
      .module-related-stories .grid-item-image:before {
        content: " ";
        display: block;
        position: absolute;
        top: -16px;
        left: 0;
        width: 238px;
        height: calc(100% + 32px);
        border-radius: 100%;
        border: 8px solid #fff;
        height: 238px;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 50%; } }

.paper {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-featured-story blockquote, .module-featured-story .quote-icons {
  position: relative; }

.module-featured-story blockquote:before, .module-featured-story .quote-icons:before, .module-featured-story blockquote:after, .module-featured-story .quote-icons:after {
  content: "";
  width: 50px;
  height: 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.875rem; }

.module-featured-story blockquote:before, .module-featured-story .quote-icons:before {
  background-image: url("../imgs/quote-top.svg");
  top: -60px; }

.module-featured-story blockquote:after, .module-featured-story .quote-icons:after {
  background-image: url("../imgs/quote-bottom.svg");
  bottom: -80px; }

.module-featured-story {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  background-color: #992271;
  padding: 148px 0;
  text-align: center;
  position: relative; }

.module-featured-story .image-column {
  height: 300px; }

.module-featured-story .image-column .image-content {
  position: relative;
  height: 100%; }

.module-featured-story .image-column .image-content img {
  position: absolute;
  left: 0;
  bottom: -148px; }

.module-featured-story blockquote {
  font-family: "ChevinStd";
  font-size: 2.3125rem;
  line-height: 2.936875rem;
  color: #fefefe;
  font-weight: 500;
  padding-bottom: 14px; }

.module-featured-story blockquote:after {
  display: none !important; }

@media screen and (max-width: 63.9375em) {
  .module-featured-story {
    background-image: none !important;
    padding: 70px 0px; }
  .module-featured-story .image-column .image-content {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 10px;
    border: 8px solid white;
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 auto; }
  .module-featured-story .image-column .image-content img {
    width: 100%;
    display: block;
    bottom: -50px; }
  .module-featured-story .content {
    padding: 100px 0px; }
  .module-featured-story blockquote {
    /* â€œWhen youâ€™re on a fi: */
    font-size: 1.5rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 47px; } }
.paper, .module-cta-home {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-cta-home {
  background-position: center;
  padding: 107px 0 116px;
  background-size: auto 100%;
  position: relative; }

.module-cta-home:before, .module-cta-home:after {
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  content: " ";
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  background-image: url("../imgs/edge.png"); }

.module-cta-home:before {
  display: block;
  top: -20px; }

.module-cta-home .title {
  color: #C3D798;
  font-family: "Authenia-Regular";
  font-size: 10.3125rem;
  line-height: 0.667em;
  margin-right: 20px;
  margin-top: 60px;
  text-align: right; }

.module-cta-home .text-col {
  position: relative;
  z-index: 1; }

.module-cta-home .description-col {
  position: relative;
  padding: 80px 6.5% 80px 0; }

.module-cta-home .description-col:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -19%;
  width: 112%;
  height: 100%;
  border: 8px solid #fefefe;
  opacity: 0.5;
  pointer-events: none; }

.module-cta-home .description {
  color: #1D5C30;
  font-family: "ChevinStd";
  font-size: 2.3125rem;
  line-height: 1.270em; }

.module-cta-home .description + .link {
  margin-top: 30px; }

.module-cta-home .link {
  display: inline-block;
  margin-right: 10px; }

@media screen and (max-width: 74.9375em) {
  .module-cta-home .description {
    font-size: 2rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .module-cta-home .title {
    font-size: 7.5rem; }
  .module-cta-home .description {
    font-size: 1.625rem; }
  .module-cta-home .description-col {
    padding: 40px 3.5% 40px 0; }
  .module-cta-home .description-col:before {
    left: -9%;
    width: 105%; } }

@media screen and (max-width: 39.9375em) {
  .module-cta-home {
    position: relative;
    padding: 60px 0 40px;
    font-size: 0px; }
  .module-cta-home .button {
    padding: 12px 23px; }
  .module-cta-home .link {
    margin-top: 30px;
    width: 50%;
    box-sizing: border-box;
    margin-right: 0px; }
  .module-cta-home .link a {
    display: table;
    margin: 0 auto; }
  .module-cta-home .description-col {
    padding: 50px 30px 30px; }
  .module-cta-home .description-col:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc( 100% - 20px);
    height: 100%;
    border: 8px solid #fefefe;
    opacity: 0.5;
    pointer-events: none; }
  .module-cta-home .description {
    color: #1D5C30;
    font-family: "ChevinStd";
    font-size: 1.625rem;
    line-height: 2rem;
    text-align: center;
    padding: 0px 35px; }
  .module-cta-home .title {
    top: 20px;
    /* width: 100%; */
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    position: absolute;
    font-size: 6.25rem;
    width: 100%;
    text-align: center;
    margin: 0;
    left: 0; } }
/*# sourceMappingURL=styles.css.map *//* form_food*/


@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper, .module-form #wpsl-widget-form {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-form {
  padding: 132px 0 70px 0; }
  .module-form .form-description {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .module-form .form-description a {
      color: #5EBA46;
      text-decoration: none;
      font-weight: bold; }
  .module-form .form-wrapper {
    padding: 60px 0 0; }
  .module-form .column-links {
    margin-top: 60px;
    margin-bottom: 60px; }
    .module-form .column-links a {
      color: #5EBA46;
      font-size: 1.125rem;
      padding: 15px 35px;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .module-form .column-links a:hover {
        color: #1D5C30; }
      .module-form .column-links a + a {
        border-left: 2px solid #EAEAEB; }
  .module-form .gform_heading {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .module-form .gform_heading .gform_description {
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      font-size: 1.25rem;
      color: #6E6E6E;
      font-weight: 400; }
    .module-form .gform_heading .gform_title {
      display: none; }
  .module-form .gform_wrapper form {
    padding: 0 20px; }
    .module-form .gform_wrapper form .gform_page_footer .button.gform_next_button, .module-form .gform_wrapper form .gform_page_footer .button.gform_previous_button {
      height: 35px;
      font-size: 1.25rem !important;
      line-height: 1.125rem !important;
      background-color: #5EBA46;
      border-radius: 16px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 0.7rem 1rem;
      display: block !important; }
      .module-form .gform_wrapper form .gform_page_footer .button.gform_next_button:hover, .module-form .gform_wrapper form .gform_page_footer .button.gform_previous_button:hover {
        background-color: #1D5C30 !important; }
    .module-form .gform_wrapper form .gform_page_footer input[type="submit"] {
      height: 35px;
      font-size: 1.25rem !important;
      line-height: 1.125rem !important;
      background-color: #5EBA46;
      border-radius: 16px;
      margin: 0 auto !important;
      padding: 0.7rem 1rem;
      display: block !important; }
      .module-form .gform_wrapper form .gform_page_footer input[type="submit"]:hover {
        background-color: #1D5C30 !important; }
    .module-form .gform_wrapper form .gform_body {
      width: 100%;
      max-width: 566px;
      margin: 0 auto;
      display: block;
      vertical-align: top; }
      .module-form .gform_wrapper form .gform_body .gfield {
        margin-bottom: 22px; }
        .module-form .gform_wrapper form .gform_body .gfield label {
          color: #58585B;
          font-weight: 100;
          font-family: "ChevinStd";
          text-transform: uppercase;
          font-size: 1rem; }
        .module-form .gform_wrapper form .gform_body .gfield input {
          height: 40px; }
        .module-form .gform_wrapper form .gform_body .gfield textarea {
          height: 164px; }
        .module-form .gform_wrapper form .gform_body .gfield input,
        .module-form .gform_wrapper form .gform_body .gfield textarea,
        .module-form .gform_wrapper form .gform_body .gfield select {
          border: 1px solid #D1D0CF;
          border-radius: 3px;
          -webkit-box-shadow: none;
                  box-shadow: none;
          padding-left: 13px !important; }
          .module-form .gform_wrapper form .gform_body .gfield input::-webkit-input-placeholder, .module-form .gform_wrapper form .gform_body .gfield textarea::-webkit-input-placeholder, .module-form .gform_wrapper form .gform_body .gfield select::-webkit-input-placeholder {
            font-style: italic !important; }
          .module-form .gform_wrapper form .gform_body .gfield input:-moz-placeholder, .module-form .gform_wrapper form .gform_body .gfield textarea:-moz-placeholder, .module-form .gform_wrapper form .gform_body .gfield select:-moz-placeholder {
            font-style: italic !important; }
          .module-form .gform_wrapper form .gform_body .gfield input::-moz-placeholder, .module-form .gform_wrapper form .gform_body .gfield textarea::-moz-placeholder, .module-form .gform_wrapper form .gform_body .gfield select::-moz-placeholder {
            font-style: italic !important; }
          .module-form .gform_wrapper form .gform_body .gfield input:-ms-input-placeholder, .module-form .gform_wrapper form .gform_body .gfield textarea:-ms-input-placeholder, .module-form .gform_wrapper form .gform_body .gfield select:-ms-input-placeholder {
            font-style: italic !important; }
        .module-form .gform_wrapper form .gform_body .gfield input[type="checkbox"] {
          height: 16px;
          margin: 0; }
          .module-form .gform_wrapper form .gform_body .gfield input[type="checkbox"] + label {
            margin-top: 7px;
            margin-left: 7px;
            text-transform: none;
            font-size: 0.8125rem; }
        .module-form .gform_wrapper form .gform_body .gfield .ginput_complex.ginput_container span input {
          margin-bottom: 0; }
        .module-form .gform_wrapper form .gform_body .gfield .ginput_container_checkbox {
          margin-top: 0; }
        .module-form .gform_wrapper form .gform_body .gfield.hide-label label.gfield_label {
          display: none; }
    .module-form .gform_wrapper form .gform_footer {
      position: relative; }
      .module-form .gform_wrapper form .gform_footer input[type="submit"] {
        height: 35px;
        font-size: 1.25rem !important;
        line-height: 1.125rem !important;
        background-color: #5EBA46;
        border-radius: 16px;
        margin: 0 auto !important;
        padding: 0.7rem 1rem;
        display: block !important; }
        .module-form .gform_wrapper form .gform_footer input[type="submit"]:hover {
          background-color: #1D5C30 !important; }
  .module-form #wpsl-widget-form label {
    color: #1D5C30; }

@media screen and (max-width: 39.9375em) {
  .module-form {
    padding-top: 60px; }
    .module-form .form-description {
      max-width: 336px;
      margin: 0 auto; }
  .module-form .column-links a + a {
    border-left: 0px solid #B8B8B8;
    position: relative; }
    .module-form .column-links a + a:after {
      position: absolute;
      top: 0px;
      border-top: 1px solid #EAEAEB;
      width: 60px;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      left: 50%;
      content: ""; } }
/*# sourceMappingURL=styles.css.map *//* quote*/


@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
.paper {
  background-image: url("../imgs/bg-texture.jpg"); }

.module-quote {
  background-color: #fefefe;
  padding: 160px 0; }
  .module-quote blockquote {
    margin-bottom: 34px;
    font-family: "ChevinStd";
    font-size: 2.3125rem;
    line-height: 1.27em;
    color: #fefefe;
    font-weight: 500; }
    .module-quote blockquote p {
      color: #1D5C30; }
  .module-quote cite {
    color: #1D5C30;
    font-family: "ChevinStd";
    font-style: italic;
    font-size: 1.75rem; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .module-quote {
    padding: 90px 0; } }

@media screen and (max-width: 39.9375em) {
  .module-quote {
    padding: 60px 0; }
    .module-quote blockquote {
      font-family: "ChevinStd";
      font-size: 1.625rem;
      line-height: 1.27em;
      color: #fefefe;
      font-weight: 500; }
    .module-quote cite {
      font-size: 1.375rem; } }
/*# sourceMappingURL=styles.css.map */</pre></body></html>