 /*
Theme Name: Âé¶¹ÍøÕ¾ Construction Managers
Theme URI: https://callahan-inc.com/
Author: Design Principles
Author URI: https://www.designprinciples.com
Description: Custom theme for the Âé¶¹ÍøÕ¾ Construction Managers website
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dpstarter

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Breakpoints */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* USAGE EXAMPLE */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #363436;
}
@media (min-width: 0) {
  body {
    font-size: calc(13px + 3 * (100vw - 0) / 1024);
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 25px;
}
@media (min-width: 320px) {
  h1 {
    font-size: calc(25px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 55px;
  }
}
h1.smaller-1x {
  font-size: 23px;
}
@media (min-width: 320px) {
  h1.smaller-1x {
    font-size: calc(23px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.smaller-1x {
    font-size: 53px;
  }
}
h1.smaller-2x {
  font-size: 21px;
}
@media (min-width: 320px) {
  h1.smaller-2x {
    font-size: calc(21px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.smaller-2x {
    font-size: 51px;
  }
}
h1.smaller-3x {
  font-size: 19px;
}
@media (min-width: 320px) {
  h1.smaller-3x {
    font-size: calc(19px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.smaller-3x {
    font-size: 49px;
  }
}
h1.smaller-4x {
  font-size: 17px;
}
@media (min-width: 320px) {
  h1.smaller-4x {
    font-size: calc(17px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.smaller-4x {
    font-size: 47px;
  }
}
h1.smaller-5x {
  font-size: 15px;
}
@media (min-width: 320px) {
  h1.smaller-5x {
    font-size: calc(15px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.smaller-5x {
    font-size: 45px;
  }
}
h1.larger-1x {
  font-size: 27px;
}
@media (min-width: 320px) {
  h1.larger-1x {
    font-size: calc(27px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.larger-1x {
    font-size: 57px;
  }
}
h1.larger-2x {
  font-size: 29px;
}
@media (min-width: 320px) {
  h1.larger-2x {
    font-size: calc(29px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.larger-2x {
    font-size: 59px;
  }
}
h1.larger-3x {
  font-size: 31px;
}
@media (min-width: 320px) {
  h1.larger-3x {
    font-size: calc(31px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.larger-3x {
    font-size: 61px;
  }
}
h1.larger-4x {
  font-size: 33px;
}
@media (min-width: 320px) {
  h1.larger-4x {
    font-size: calc(33px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.larger-4x {
    font-size: 63px;
  }
}
h1.larger-5x {
  font-size: 35px;
}
@media (min-width: 320px) {
  h1.larger-5x {
    font-size: calc(35px + 30 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h1.larger-5x {
    font-size: 65px;
  }
}
h1 strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #363436;
  letter-spacing: 4px;
}
@media (min-width: 320px) {
  h1 strong {
    font-size: calc(14px + 4 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  h1 strong {
    font-size: 18px;
  }
}
h1 em {
  font-family: "Frank Ruhl Libre", serif;
  color: #60A044;
  font-size: 2.6em;
}

h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 0.35em;
  font-size: 22px;
}
@media (min-width: 320px) {
  h2 {
    font-size: calc(22px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
h2.smaller-1x {
  font-size: 20px;
}
@media (min-width: 320px) {
  h2.smaller-1x {
    font-size: calc(20px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.smaller-1x {
    font-size: 38px;
  }
}
h2.smaller-2x {
  font-size: 18px;
}
@media (min-width: 320px) {
  h2.smaller-2x {
    font-size: calc(18px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.smaller-2x {
    font-size: 36px;
  }
}
h2.smaller-3x {
  font-size: 16px;
}
@media (min-width: 320px) {
  h2.smaller-3x {
    font-size: calc(16px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.smaller-3x {
    font-size: 34px;
  }
}
h2.smaller-4x {
  font-size: 14px;
}
@media (min-width: 320px) {
  h2.smaller-4x {
    font-size: calc(14px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.smaller-4x {
    font-size: 32px;
  }
}
h2.smaller-5x {
  font-size: 12px;
}
@media (min-width: 320px) {
  h2.smaller-5x {
    font-size: calc(12px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.smaller-5x {
    font-size: 30px;
  }
}
h2.larger-1x {
  font-size: 24px;
}
@media (min-width: 320px) {
  h2.larger-1x {
    font-size: calc(24px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.larger-1x {
    font-size: 42px;
  }
}
h2.larger-2x {
  font-size: 26px;
}
@media (min-width: 320px) {
  h2.larger-2x {
    font-size: calc(26px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.larger-2x {
    font-size: 44px;
  }
}
h2.larger-3x {
  font-size: 28px;
}
@media (min-width: 320px) {
  h2.larger-3x {
    font-size: calc(28px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.larger-3x {
    font-size: 46px;
  }
}
h2.larger-4x {
  font-size: 30px;
}
@media (min-width: 320px) {
  h2.larger-4x {
    font-size: calc(30px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.larger-4x {
    font-size: 48px;
  }
}
h2.larger-5x {
  font-size: 32px;
}
@media (min-width: 320px) {
  h2.larger-5x {
    font-size: calc(32px + 18 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h2.larger-5x {
    font-size: 50px;
  }
}
h2 strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
  color: #60A044;
  letter-spacing: 4px;
}
@media (min-width: 320px) {
  h2 strong {
    font-size: calc(12px + 4 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  h2 strong {
    font-size: 16px;
  }
}
h2 span {
  color: #363436;
}

h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.35em;
  font-size: 16px;
}
@media (min-width: 320px) {
  h3 {
    font-size: calc(16px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 28px;
  }
}
h3.smaller-1x {
  font-size: 14px;
}
@media (min-width: 320px) {
  h3.smaller-1x {
    font-size: calc(14px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.smaller-1x {
    font-size: 26px;
  }
}
h3.smaller-2x {
  font-size: 12px;
}
@media (min-width: 320px) {
  h3.smaller-2x {
    font-size: calc(12px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.smaller-2x {
    font-size: 24px;
  }
}
h3.smaller-3x {
  font-size: 10px;
}
@media (min-width: 320px) {
  h3.smaller-3x {
    font-size: calc(10px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.smaller-3x {
    font-size: 22px;
  }
}
h3.smaller-4x {
  font-size: 8px;
}
@media (min-width: 320px) {
  h3.smaller-4x {
    font-size: calc(8px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.smaller-4x {
    font-size: 20px;
  }
}
h3.smaller-5x {
  font-size: 6px;
}
@media (min-width: 320px) {
  h3.smaller-5x {
    font-size: calc(6px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.smaller-5x {
    font-size: 18px;
  }
}
h3.larger-1x {
  font-size: 18px;
}
@media (min-width: 320px) {
  h3.larger-1x {
    font-size: calc(18px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.larger-1x {
    font-size: 30px;
  }
}
h3.larger-2x {
  font-size: 20px;
}
@media (min-width: 320px) {
  h3.larger-2x {
    font-size: calc(20px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.larger-2x {
    font-size: 32px;
  }
}
h3.larger-3x {
  font-size: 22px;
}
@media (min-width: 320px) {
  h3.larger-3x {
    font-size: calc(22px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.larger-3x {
    font-size: 34px;
  }
}
h3.larger-4x {
  font-size: 24px;
}
@media (min-width: 320px) {
  h3.larger-4x {
    font-size: calc(24px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.larger-4x {
    font-size: 36px;
  }
}
h3.larger-5x {
  font-size: 26px;
}
@media (min-width: 320px) {
  h3.larger-5x {
    font-size: calc(26px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h3.larger-5x {
    font-size: 38px;
  }
}
h3 strong {
  display: block;
  font-size: 22px;
  font-family: "Frank Ruhl Libre", serif;
  color: #363436;
}
@media (min-width: 320px) {
  h3 strong {
    font-size: calc(22px + 6 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  h3 strong {
    font-size: 28px;
  }
}

h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #AFAFAF;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 14px;
}
@media (min-width: 320px) {
  h4 {
    font-size: calc(14px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 16px;
  }
}
h4.smaller-1x {
  font-size: 12px;
}
@media (min-width: 320px) {
  h4.smaller-1x {
    font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.smaller-1x {
    font-size: 14px;
  }
}
h4.smaller-2x {
  font-size: 10px;
}
@media (min-width: 320px) {
  h4.smaller-2x {
    font-size: calc(10px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.smaller-2x {
    font-size: 12px;
  }
}
h4.smaller-3x {
  font-size: 8px;
}
@media (min-width: 320px) {
  h4.smaller-3x {
    font-size: calc(8px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.smaller-3x {
    font-size: 10px;
  }
}
h4.smaller-4x {
  font-size: 6px;
}
@media (min-width: 320px) {
  h4.smaller-4x {
    font-size: calc(6px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.smaller-4x {
    font-size: 8px;
  }
}
h4.smaller-5x {
  font-size: 4px;
}
@media (min-width: 320px) {
  h4.smaller-5x {
    font-size: calc(4px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.smaller-5x {
    font-size: 6px;
  }
}
h4.larger-1x {
  font-size: 16px;
}
@media (min-width: 320px) {
  h4.larger-1x {
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.larger-1x {
    font-size: 18px;
  }
}
h4.larger-2x {
  font-size: 18px;
}
@media (min-width: 320px) {
  h4.larger-2x {
    font-size: calc(18px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.larger-2x {
    font-size: 20px;
  }
}
h4.larger-3x {
  font-size: 20px;
}
@media (min-width: 320px) {
  h4.larger-3x {
    font-size: calc(20px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.larger-3x {
    font-size: 22px;
  }
}
h4.larger-4x {
  font-size: 22px;
}
@media (min-width: 320px) {
  h4.larger-4x {
    font-size: calc(22px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.larger-4x {
    font-size: 24px;
  }
}
h4.larger-5x {
  font-size: 24px;
}
@media (min-width: 320px) {
  h4.larger-5x {
    font-size: calc(24px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h4.larger-5x {
    font-size: 26px;
  }
}

h5 {
  line-height: 1;
  margin-bottom: 0.35em;
  font-size: 16px;
}
@media (min-width: 320px) {
  h5 {
    font-size: calc(16px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 16px;
  }
}
h5.smaller-1x {
  font-size: 14px;
}
@media (min-width: 320px) {
  h5.smaller-1x {
    font-size: calc(14px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.smaller-1x {
    font-size: 14px;
  }
}
h5.smaller-2x {
  font-size: 12px;
}
@media (min-width: 320px) {
  h5.smaller-2x {
    font-size: calc(12px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.smaller-2x {
    font-size: 12px;
  }
}
h5.smaller-3x {
  font-size: 10px;
}
@media (min-width: 320px) {
  h5.smaller-3x {
    font-size: calc(10px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.smaller-3x {
    font-size: 10px;
  }
}
h5.smaller-4x {
  font-size: 8px;
}
@media (min-width: 320px) {
  h5.smaller-4x {
    font-size: calc(8px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.smaller-4x {
    font-size: 8px;
  }
}
h5.smaller-5x {
  font-size: 6px;
}
@media (min-width: 320px) {
  h5.smaller-5x {
    font-size: calc(6px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.smaller-5x {
    font-size: 6px;
  }
}
h5.larger-1x {
  font-size: 18px;
}
@media (min-width: 320px) {
  h5.larger-1x {
    font-size: calc(18px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.larger-1x {
    font-size: 18px;
  }
}
h5.larger-2x {
  font-size: 20px;
}
@media (min-width: 320px) {
  h5.larger-2x {
    font-size: calc(20px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.larger-2x {
    font-size: 20px;
  }
}
h5.larger-3x {
  font-size: 22px;
}
@media (min-width: 320px) {
  h5.larger-3x {
    font-size: calc(22px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.larger-3x {
    font-size: 22px;
  }
}
h5.larger-4x {
  font-size: 24px;
}
@media (min-width: 320px) {
  h5.larger-4x {
    font-size: calc(24px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.larger-4x {
    font-size: 24px;
  }
}
h5.larger-5x {
  font-size: 26px;
}
@media (min-width: 320px) {
  h5.larger-5x {
    font-size: calc(26px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h5.larger-5x {
    font-size: 26px;
  }
}

h6 {
  line-height: 1;
  margin-bottom: 0.35em;
  font-size: 14px;
}
@media (min-width: 320px) {
  h6 {
    font-size: calc(14px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6 {
    font-size: 14px;
  }
}
h6.smaller-1x {
  font-size: 12px;
}
@media (min-width: 320px) {
  h6.smaller-1x {
    font-size: calc(12px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.smaller-1x {
    font-size: 12px;
  }
}
h6.smaller-2x {
  font-size: 10px;
}
@media (min-width: 320px) {
  h6.smaller-2x {
    font-size: calc(10px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.smaller-2x {
    font-size: 10px;
  }
}
h6.smaller-3x {
  font-size: 8px;
}
@media (min-width: 320px) {
  h6.smaller-3x {
    font-size: calc(8px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.smaller-3x {
    font-size: 8px;
  }
}
h6.smaller-4x {
  font-size: 6px;
}
@media (min-width: 320px) {
  h6.smaller-4x {
    font-size: calc(6px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.smaller-4x {
    font-size: 6px;
  }
}
h6.smaller-5x {
  font-size: 4px;
}
@media (min-width: 320px) {
  h6.smaller-5x {
    font-size: calc(4px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.smaller-5x {
    font-size: 4px;
  }
}
h6.larger-1x {
  font-size: 16px;
}
@media (min-width: 320px) {
  h6.larger-1x {
    font-size: calc(16px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.larger-1x {
    font-size: 16px;
  }
}
h6.larger-2x {
  font-size: 18px;
}
@media (min-width: 320px) {
  h6.larger-2x {
    font-size: calc(18px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.larger-2x {
    font-size: 18px;
  }
}
h6.larger-3x {
  font-size: 20px;
}
@media (min-width: 320px) {
  h6.larger-3x {
    font-size: calc(20px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.larger-3x {
    font-size: 20px;
  }
}
h6.larger-4x {
  font-size: 22px;
}
@media (min-width: 320px) {
  h6.larger-4x {
    font-size: calc(22px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.larger-4x {
    font-size: 22px;
  }
}
h6.larger-5x {
  font-size: 24px;
}
@media (min-width: 320px) {
  h6.larger-5x {
    font-size: calc(24px + 0 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  h6.larger-5x {
    font-size: 24px;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

strong {
  font-weight: 700;
}

p {
  margin: 20px 0;
}

a {
  color: #60A044;
}

blockquote {
  position: relative;
  margin-bottom: 0.35em;
  padding-left: 30px;
  font-size: 16px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 400;
  line-height: 1.4;
  border-left: 1px solid #363436;
}
@media (min-width: 320px) {
  blockquote {
    font-size: calc(16px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  blockquote {
    font-size: 28px;
  }
}
blockquote p {
  margin: 0;
}
blockquote p:after {
  position: relative;
  top: -12px;
  content: "\f10e";
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
blockquote:before {
  position: absolute;
  top: 0;
  left: -5px;
  padding: 10px 0 15px;
  content: "\f10d";
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  line-height: 0;
  background: white;
}

.wrapper p, .wrapper ul, .wrapper ol {
  margin-top: 0;
  margin-bottom: 1.7em;
}
.wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
  font-size: 15px;
}
@media (min-width: 320px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
    font-size: calc(15px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
    font-size: 17px;
  }
}
.wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
  font-size: 13px;
}
@media (min-width: 320px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
    font-size: calc(13px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
    font-size: 15px;
  }
}
.wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
  font-size: 11px;
}
@media (min-width: 320px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
    font-size: calc(11px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
    font-size: 13px;
  }
}
.wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
  font-size: 9px;
}
@media (min-width: 320px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
    font-size: calc(9px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
    font-size: 11px;
  }
}
.wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
  font-size: 7px;
}
@media (min-width: 320px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
    font-size: calc(7px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
    font-size: 9px;
  }
}
.wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
  font-size: 19px;
}
@media (min-width: 320px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
    font-size: calc(19px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
    font-size: 21px;
  }
}
.wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
  font-size: 21px;
}
@media (min-width: 320px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
    font-size: calc(21px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
    font-size: 23px;
  }
}
.wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
  font-size: 23px;
}
@media (min-width: 320px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
    font-size: calc(23px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
    font-size: 25px;
  }
}
.wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
  font-size: 25px;
}
@media (min-width: 320px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
    font-size: calc(25px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
    font-size: 27px;
  }
}
.wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
  font-size: 27px;
}
@media (min-width: 320px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
    font-size: calc(27px + 2 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
    font-size: 29px;
  }
}

.fa, .fal, .far, .fas {
  font-family: "Font Awesome 5 Pro";
}

.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

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

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

@media screen and (min-width: 769px) {
  ul.two-col,
  .fl-rich-text div.two-col,
  .fl-module.two-col .fl-module-content > .fl-rich-text {
    columns: 2;
    -webkit-column-gap: 6vw;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
  }
}
@media screen and (min-width: 1024px) {
  ul.two-col,
  .fl-rich-text div.two-col,
  .fl-module.two-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 6vw;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
  }
}
ul.two-col p,
.fl-rich-text div.two-col p,
.fl-module.two-col .fl-module-content > .fl-rich-text p {
  margin-top: 0;
}
ul.two-col h1, ul.two-col h2, ul.two-col h3, ul.two-col h4, ul.two-col h5, ul.two-col h6,
.fl-rich-text div.two-col h1,
.fl-rich-text div.two-col h2,
.fl-rich-text div.two-col h3,
.fl-rich-text div.two-col h4,
.fl-rich-text div.two-col h5,
.fl-rich-text div.two-col h6,
.fl-module.two-col .fl-module-content > .fl-rich-text h1,
.fl-module.two-col .fl-module-content > .fl-rich-text h2,
.fl-module.two-col .fl-module-content > .fl-rich-text h3,
.fl-module.two-col .fl-module-content > .fl-rich-text h4,
.fl-module.two-col .fl-module-content > .fl-rich-text h5,
.fl-module.two-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.35em;
}

@media screen and (min-width: 769px) {
  ul.three-col,
  .fl-rich-text div.three-col,
  .fl-module.three-col .fl-module-content > .fl-rich-text {
    columns: 3;
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  ul.three-col,
  .fl-rich-text div.three-col,
  .fl-module.three-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 5vw;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
  }
}
ul.three-col p,
.fl-rich-text div.three-col p,
.fl-module.three-col .fl-module-content > .fl-rich-text p {
  margin-top: 0;
}
ul.three-col h1, ul.three-col h2, ul.three-col h3, ul.three-col h4, ul.three-col h5, ul.three-col h6,
.fl-rich-text div.three-col h1,
.fl-rich-text div.three-col h2,
.fl-rich-text div.three-col h3,
.fl-rich-text div.three-col h4,
.fl-rich-text div.three-col h5,
.fl-rich-text div.three-col h6,
.fl-module.three-col .fl-module-content > .fl-rich-text h1,
.fl-module.three-col .fl-module-content > .fl-rich-text h2,
.fl-module.three-col .fl-module-content > .fl-rich-text h3,
.fl-module.three-col .fl-module-content > .fl-rich-text h4,
.fl-module.three-col .fl-module-content > .fl-rich-text h5,
.fl-module.three-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.35em;
}

@media screen and (min-width: 769px) {
  ul.four-col,
  .fl-rich-text div.four-col,
  .fl-module.four-col .fl-module-content > .fl-rich-text {
    columns: 4;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  ul.four-col,
  .fl-rich-text div.four-col,
  .fl-module.four-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
ul.four-col p,
.fl-rich-text div.four-col p,
.fl-module.four-col .fl-module-content > .fl-rich-text p {
  margin-top: 0;
}
ul.four-col h1, ul.four-col h2, ul.four-col h3, ul.four-col h4, ul.four-col h5, ul.four-col h6,
.fl-rich-text div.four-col h1,
.fl-rich-text div.four-col h2,
.fl-rich-text div.four-col h3,
.fl-rich-text div.four-col h4,
.fl-rich-text div.four-col h5,
.fl-rich-text div.four-col h6,
.fl-module.four-col .fl-module-content > .fl-rich-text h1,
.fl-module.four-col .fl-module-content > .fl-rich-text h2,
.fl-module.four-col .fl-module-content > .fl-rich-text h3,
.fl-module.four-col .fl-module-content > .fl-rich-text h4,
.fl-module.four-col .fl-module-content > .fl-rich-text h5,
.fl-module.four-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.35em;
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-link:focus, .skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.off-canvas-toggle {
  position: relative;
  margin-left: auto;
  padding: 0 20px;
  font-size: 35px;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (min-width: 480px) {
  .off-canvas-toggle {
    display: flex;
    align-items: center;
  }
  .off-canvas-toggle:before {
    content: "Menu";
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
  }
}
.off-canvas-toggle .icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 30px;
  height: 35px;
}
.off-canvas-toggle .icons i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.off-canvas-toggle .icons .icon-default {
  transition: opacity 0.3s, transform 0.3s;
}
.off-canvas-toggle .icons .icon-hover {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}
body.mobile-open .off-canvas-toggle .icon-hover {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
body.mobile-open .off-canvas-toggle .icon-default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .off-canvas-toggle {
    display: none;
  }
}

.mobile-menu-logo {
  grid-area: logo;
  padding: 10px 20px;
  background: #363436;
}
@media screen and (min-width: 769px) {
  .mobile-menu-logo {
    display: none;
  }
}
.mobile-menu-logo a {
  display: block;
  margin: 0 auto;
  width: 124px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/dpstarter/assets/images/logo.svg");
  background-position: center center;
}

ul.cnss-social-icon,
.social ul.cnss-social-icon {
  position: relative;
  text-align: left !important;
}
ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-f, ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin, ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram, ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter,
.social ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-f,
.social ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin,
.social ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram,
.social ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter {
  color: #60A044 !important;
  background-color: transparent !important;
}
ul.cnss-social-icon li.cn-fa-icon a:hover,
.social ul.cnss-social-icon li.cn-fa-icon a:hover {
  color: #60A044 !important;
}

#top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
#top-button i {
  color: #ffffff;
  font-size: 18px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  body.mobile-open .exit-off-canvas {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 250px);
    background: rgba(0, 0, 0, 0.5);
    transition: background 300ms ease;
    cursor: pointer;
    z-index: 999;
  }
}

body.mobile-open {
  overflow-y: hidden;
}

.fl-builder-content {
  padding-top: 25px;
  background: linear-gradient(to bottom, #ecf6fe 0, #fff 180px, #fff 100%);
}
@media (min-width: 320px) {
  .fl-builder-content {
    padding-top: calc(25px + 20 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  .fl-builder-content {
    padding-top: 45px;
  }
}
.fl-builder-content > .fl-row-full-width {
  margin: 0;
  margin-bottom: 45px;
}
@media (min-width: 320px) {
  .fl-builder-content > .fl-row-full-width {
    margin-bottom: calc(45px + 40 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .fl-builder-content > .fl-row-full-width {
    margin-bottom: 85px;
  }
}
.fl-builder-content > .fl-row-full-width:last-of-type {
  margin: 0 0 40px 0;
}

.fl-row[data-node] .fl-row-content-wrap,
.fl-row-content-wrap {
  padding: 20px;
}
.extra-padding-top-bottom.fl-row[data-node] .fl-row-content-wrap,
.extra-padding-top-bottom .fl-row-content-wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .fl-row[data-node] .fl-row-content-wrap,
  .fl-row-content-wrap {
    padding: 25px;
  }
  .extra-padding-top-bottom.fl-row[data-node] .fl-row-content-wrap,
  .extra-padding-top-bottom .fl-row-content-wrap {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

#masthead {
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #site-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    display: grid;
    grid-template-areas: "logo" "search" "main" "utility" "social";
    grid-template-rows: auto auto auto auto 1fr;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 250px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }
}
@media screen and (min-width: 769px) {
  #site-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
body.mobile-open #site-navigation {
  left: 0;
}
body.no-scroll #site-navigation {
  overflow-y: hidden;
}

#main {
  padding-top: 200px;
}

.wp-block-column:not(:first-child) {
  margin-left: auto;
}

.award-bugs {
  width: 100%;
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .award-bugs {
    width: auto;
    left: 30px;
    right: auto;
    bottom: 40px;
  }
}

body.error404 .error404 {
  padding: 100px 0;
}
body.error404 .fl-row-fixed-width {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  z-index: 1;
}
body.error404 .fl-row-fixed-width:before {
  content: "404";
  font-weight: 700;
  font-size: 200px;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: -100px;
  line-height: 1;
  margin-top: -130px;
  z-index: -1;
}
body.error404 .fl-row-fixed-width h1 {
  font-size: 20px;
}
@media (min-width: 320px) {
  body.error404 .fl-row-fixed-width h1 {
    font-size: calc(20px + 15 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  body.error404 .fl-row-fixed-width h1 {
    font-size: 35px;
  }
}
body.error404 .fl-row-fixed-width a {
  color: #60A044;
}
body.error404 .fl-row-fixed-width .back {
  margin: 1em 0;
}
body.error404 .fl-row-fixed-width .back a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
body.error404 .fl-row-fixed-width .back a:hover {
  text-decoration: underline;
}
body.error404 .fl-row-fixed-width .back a:before {
  display: inline-block;
  margin-right: 6px;
  content: "\f060";
  font-family: fontawesome;
  font-size: 10px;
}
body.error404 .fl-row-fixed-width .search-form {
  border: 1px solid #60A044;
  border-radius: 5px;
  background: #ffffff;
  max-width: 350px;
}

@media screen and (min-width: 769px) {
  .news-container {
    padding-right: 40px;
  }
}
.news-container h3 {
  border-bottom: solid 2px #AFAFAF;
  padding-bottom: 10px;
  margin-bottom: 28px;
}

.news-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .news-items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 20px 20px;
  }
}
.news-items .news-item {
  display: flex;
  flex-direction: column;
  padding: 35px 35px 20px;
  border: 1px solid #AFAFAF;
}
.news-items .news-item .news-image {
  margin: -35px -35px 35px;
}
.news-items .news-item .news-image img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  height: 130px;
}
@media (min-width: 320px) {
  .news-items .news-item .news-image img {
    height: calc(130px + 120 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .news-items .news-item .news-image img {
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .news-items .news-item .news-image img {
    height: 130px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .news-items .news-item .news-image img {
    height: calc(130px + 120 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .news-items .news-item .news-image img {
    height: 250px;
  }
}
.news-items .news-item .news-title a {
  display: block;
  line-height: 1.3;
  font-size: 18px;
  color: #363436;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 10px;
}
.news-items .news-item .news-title a:hover {
  text-decoration: underline;
}
.news-items .news-item .news-date {
  font-size: 13px;
}
.news-items .news-item .news-category {
  margin-top: auto;
}
.news-items .news-item .news-category i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-weight: 500;
  color: #60A044;
}
.news-items .news-item .news-category a {
  display: inline-block;
  font-size: 13px;
  color: #60A044;
}
.news-items .news-item .news-category a:hover {
  text-decoration: none;
}

.social-feeds .fl-module-html .fl-module-content {
  margin-bottom: 0;
}
.social-feeds h3 {
  border-bottom: solid 2px rgba(175, 175, 175, 0.8);
  padding-bottom: 10px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.social-feeds h3 span {
  color: #60A044;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
@media (min-width: 0) {
  .social-feeds h3 span {
    font-size: calc(13px + 3 * (100vw - 0) / 1024);
  }
}
@media (min-width: 1024px) {
  .social-feeds h3 span {
    font-size: 16px;
  }
}
.social-feeds .ctf-tweet-items .ctf-item {
  display: flex;
  flex-direction: column;
  border-top: none !important;
  border-bottom: solid 1px rgba(175, 175, 175, 0.8);
  padding: 0 20px 30px 0 !important;
  margin: 0 0 20px 0;
}
.social-feeds .ctf-tweet-items .ctf-author-box {
  order: 2;
}
.social-feeds .ctf-tweet-items .ctf-tweet-content {
  order: 1;
  margin-bottom: 10px;
}
.social-feeds .ctf-tweet-items .ctf-tweet-text {
  font-weight: 400;
  line-height: 1.8 !important;
}
.social-feeds .ctf-tweet-items .ctf-tweet-text a {
  color: #545454;
}
.social-feeds .ctf-tweet-items .ctf-tweet-meta a {
  color: #545454;
  font-size: 13px;
  text-decoration: none;
}
@media (min-width: 0) {
  .social-feeds .ctf-tweet-items .ctf-tweet-meta a {
    font-size: calc(13px + 3 * (100vw - 0) / 1024);
  }
}
@media (min-width: 1024px) {
  .social-feeds .ctf-tweet-items .ctf-tweet-meta a {
    font-size: 16px;
  }
}
.social-feeds #sb_instagram {
  margin-left: -20px;
}
.social-feeds .fl-module-button {
  margin-bottom: 40px;
}

body.single-post .slideshow .fl-content-slider,
body.single-post .slideshow .fl-content-slider .fl-slide {
  min-height: 300px !important;
}
body.single-post .fl-html .wp-post-image {
  width: 100%;
  height: auto;
  float: none;
}
@media screen and (min-width: 769px) {
  body.single-post .fl-html .wp-post-image {
    max-width: 50%;
    float: right;
  }
}

.team-members {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .team-members {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .team-members {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-members .team-member .team-image[data-open] {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .team-members .team-member .team-image {
    height: 100%;
    max-height: 270px;
  }
}
.team-members .team-member .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-members .team-member .team-details {
  display: flex;
  justify-content: space-between;
}
.team-members .team-member .team-name {
  margin: 20px 10px 0;
  font-size: 20px;
}
.team-members .team-member .team-title {
  margin: 0 10px 20px;
  font-size: 13px;
  font-weight: 400;
}
.team-members .team-member .team-social {
  display: flex;
  min-width: fit-content;
}

.team-modal .column:last-of-type {
  margin-top: 60px;
}

.team-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-modal-branding {
  background: #ffffff;
  margin-top: -60px;
  position: relative;
  padding: 30px;
  width: 80%;
}
.team-modal-branding .team-modal-name {
  margin: 0;
}
.team-modal-branding .team-modal-title {
  margin: 0 0 20px;
  color: #AFAFAF;
  text-transform: uppercase;
  font-weight: 700;
}

.team-members .team-modal-social {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.team-members .team-modal-social p, .team-members .team-modal-social p + p {
  margin: 0;
}
.team-members .team-modal-social a {
  color: #60A044;
  display: block;
  border: 1px solid #60A044;
  padding: 6px;
  line-height: 0;
  margin: 0 10px 0 0;
}
.team-members .team-modal-social a:last-child {
  margin-right: 0;
}

.services > .fl-col-content {
  margin-left: 65px;
}
.services > .fl-col-content .pull-left {
  margin-left: -65px;
}
.services .fak {
  color: #60A044;
  margin-right: 20px;
  font-size: 50px;
  vertical-align: middle;
}
.services .fl-module-heading .fl-module-content {
  margin-bottom: 0;
}
.services .fl-module-heading + .fl-module-rich-text .fl-module-content {
  margin-top: 0;
}
.services .fl-module-photo .fl-photo-content {
  width: 100%;
  height: 100%;
}
.services .fl-module-photo .fl-photo-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .fl-module-photo + .fl-module {
  position: relative;
}
.services .service-photo {
  margin-bottom: -120px;
}
.services .fl-cta-wrap {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.services .fl-cta-text {
  display: block;
  width: 100%;
}
.services .h2, .services h3 {
  display: flex;
  width: 85%;
  margin: 0 -15px;
  padding: 40px 15px;
  background: #ffffff;
}
.services .fl-cta-button {
  width: auto;
  margin: 30px 0 80px;
  padding: 0;
}

.fl-module-heading.icon-square {
  margin-left: 35px;
}
.fl-module-heading.icon-square h3.fl-heading {
  position: relative;
}
.fl-module-heading.icon-square h3.fl-heading:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #60A044;
  position: absolute;
  top: 2px;
  left: -35px;
}
.fl-module-heading.icon-square h3 span {
  margin-left: 10px;
}
.fl-module-heading.icon-square h4 span {
  margin-left: 12px;
}
.fl-module-heading.icon-square + .fl-module-rich-text {
  margin-left: 48px;
}
.fl-module-heading.icon-square + .fl-module-rich-text ul, .fl-module-heading.icon-square + .fl-module-rich-text ol {
  padding-left: 18px;
}

body.search .fl-row-fixed-width {
  max-width: 1200px;
  margin: 0 auto;
}
body.search .search_item {
  padding: 30px 0;
  border-top: 1px solid #D9D9D9;
}
body.search .search_item h3 {
  margin: 0;
}
body.search .search_item h3 a {
  color: #60A044;
}
body.search .search_item p {
  margin-bottom: 0;
}

.client-list p {
  margin: 0;
}
.client-list a {
  color: #60A044;
}

.single-project .fl-post-text,
.single-project .fl-post-title {
  padding: 0 !important;
  margin: 0;
}
.single-project .fl-module-heading .fl-module-content {
  margin-bottom: 0;
}
.single-project .fl-module-heading p {
  margin: 0;
}
.single-project .meta-data .fl-module-content {
  margin-top: 0;
}
.single-project .meta-data .fl-rich-text {
  display: flex;
  align-items: center;
}
.single-project .meta-data p {
  margin: 0 20px 0 0;
  padding: 0;
}
.single-project .meta-data p i {
  margin-right: 10px;
  color: #60A044;
}
.single-project .meta-data a {
  color: #60A044;
  text-decoration: none;
}
.single-project .fl-module-photo {
  max-height: 560px;
}
.single-project .fl-module-photo .fl-photo-content {
  width: 100%;
}
.single-project .fl-module-photo .fl-photo-content img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center center;
}
.single-project .project-details .fl-module-content {
  padding: 50px 55px;
  background: #F5F5F5;
}
.single-project .project-details .fl-list,
.single-project .project-details .project-detail-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  grid-template-areas: "first second third" "fourth fifth third" "sixth seventh third";
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px 20px;
}
@media screen and (min-width: 769px) {
  .single-project .project-details .fl-list,
  .single-project .project-details .project-detail-list {
    display: grid;
  }
}
.single-project .project-details .fl-list-item,
.single-project .project-details .list-item {
  flex: 1 0 25%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .single-project .project-details .fl-list-item,
  .single-project .project-details .list-item {
    margin-bottom: 0;
  }
}
.single-project .project-details .fl-list-item:last-of-type,
.single-project .project-details .list-item:last-of-type {
  grid-area: third;
}
.single-project .project-details .fl-list-item-heading,
.single-project .project-details h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 12px;
  text-transform: uppercase;
  color: #60A044;
  letter-spacing: 4px;
}
@media (min-width: 320px) {
  .single-project .project-details .fl-list-item-heading,
  .single-project .project-details h3 {
    font-size: calc(12px + 4 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  .single-project .project-details .fl-list-item-heading,
  .single-project .project-details h3 {
    font-size: 16px;
  }
}
.single-project .project-details p {
  margin: 0;
}
.single-project .project-gallery .fl-module-content {
  margin-top: 0;
  margin-bottom: 60px;
}
.single-project .project-gallery .fl-rich-text {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .single-project .project-gallery .fl-rich-text {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
  }
}
.single-project .project-gallery .fl-rich-text p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .single-project .project-gallery .fl-rich-text p {
    grid-row-end: span 2;
    height: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .single-project .project-gallery .fl-rich-text p {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .single-project .project-gallery .fl-rich-text p {
    height: 570px;
  }
}
@media screen and (min-width: 769px) {
  .single-project .project-gallery .fl-rich-text p:nth-child(4n+1), .single-project .project-gallery .fl-rich-text p:nth-child(4n+4) {
    grid-column-end: span 2;
    grid-row-end: span 2;
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .single-project .project-gallery .fl-rich-text p:nth-child(4n+1), .single-project .project-gallery .fl-rich-text p:nth-child(4n+4) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .single-project .project-gallery .fl-rich-text p:nth-child(4n+1), .single-project .project-gallery .fl-rich-text p:nth-child(4n+4) {
    height: 570px;
  }
}
.single-project .project-gallery .fl-rich-text a {
  display: block;
  width: 100%;
  height: 100%;
}
.single-project .project-gallery .fl-rich-text img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 220px;
}
@media (min-width: 1024px) {
  .single-project .project-gallery .fl-rich-text img {
    height: calc(220px + 55 * (100vw - 1024px) / 416);
  }
}
@media (min-width: 1440px) {
  .single-project .project-gallery .fl-rich-text img {
    height: 275px;
  }
}
@media screen and (min-width: 769px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+1), .single-project .project-gallery .fl-rich-text img:nth-child(5n+4) {
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+1), .single-project .project-gallery .fl-rich-text img:nth-child(5n+4) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+1), .single-project .project-gallery .fl-rich-text img:nth-child(5n+4) {
    height: 570px;
  }
}
@media screen and (min-width: 769px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+2) {
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+2) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .single-project .project-gallery .fl-rich-text img:nth-child(5n+2) {
    height: 570px;
  }
}
.single-project .project-social-icons ul.cnss-social-icon {
  text-align: center !important;
}
.single-project .project-social-icons ul.cnss-social-icon li.cn-fa-icon a:hover {
  color: rgba(96, 160, 68, 0.75) !important;
}

#site-navigation {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(54, 52, 54, 0.5);
}
@media screen and (min-width: 769px) {
  #site-navigation {
    max-width: 1050px;
    margin-left: auto;
    background: transparent;
    box-shadow: none;
    padding-right: 0px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation {
    padding-right: calc(0px + 45 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation {
    padding-right: 45px;
  }
}
#site-navigation .social {
  position: relative;
  grid-area: social;
  padding: 20px;
  background: #363436;
}
@media screen and (min-width: 769px) {
  #site-navigation .social {
    flex: 0 0 auto;
    padding: 0 6px 0 20px;
    margin-top: 4px;
    padding-left: 20px;
    margin-left: 0px;
    background: transparent;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .social {
    margin-top: calc(4px + 6 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .social {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .social {
    padding-left: calc(20px + 20 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .social {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .social {
    margin-left: calc(0px + 10 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .social {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  #site-navigation .social ul {
    text-align: left;
  }
  #site-navigation .social:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 1px;
    height: 16px;
    transform-origin: 0 100%;
    transform: skew(-40deg);
    background: #D9D9D9;
  }
}
#site-navigation .search {
  grid-area: search;
}
@media screen and (min-width: 769px) {
  #site-navigation .search {
    flex: 0 0 40px;
  }
  #site-navigation .search .search-submit {
    margin: 0;
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 20px;
    font-size: inherit;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .search .search-submit {
    padding-top: calc(5px + 5 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .search .search-submit {
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .search .search-submit {
    padding-bottom: calc(5px + 15 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .search .search-submit {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #site-navigation .search .search-submit:hover {
    opacity: 0.7;
  }
  #site-navigation .search .search-form {
    position: relative;
  }
  #site-navigation .search label {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -6px;
    right: 0;
    width: 200px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #site-navigation .search label {
    top: calc(-6px + 6 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  #site-navigation .search label {
    top: 0px;
  }
}
@media screen and (min-width: 769px) {
  #site-navigation .search:hover label {
    visibility: visible;
    opacity: 1;
  }
}

.site-branding {
  margin-bottom: -6px;
  margin-top: -6px;
}
@media (min-width: 320px) {
  .site-branding {
    margin-bottom: calc(-6px + -6 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .site-branding {
    margin-bottom: -12px;
  }
}
@media (min-width: 320px) {
  .site-branding {
    margin-top: calc(-6px + 6 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .site-branding {
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .site-branding {
    margin-bottom: -12px;
    margin-top: -12px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding {
    margin-bottom: calc(-12px + -8 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding {
    margin-top: calc(-12px + 10 * (100vw - 769px) / 181);
  }
}
@media screen and (min-width: 769px) and (min-width: 950px) {
  .site-branding {
    margin-top: -2px;
  }
}
.site-branding .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.site-branding .site-logo {
  position: relative;
  flex: 0 auto;
  padding: 10px 20px;
  width: 215px;
  background: #363436;
}
@media screen and (min-width: 769px) {
  .site-branding .site-logo {
    width: 165px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo {
    width: calc(165px + 235 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo {
    padding-left: calc(20px + 25 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo {
    padding-left: 45px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo {
    padding-right: calc(20px + 25 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo {
    padding-right: 45px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo {
    padding-top: calc(10px + 10 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo {
    padding-bottom: calc(10px + 10 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo {
    padding-bottom: 20px;
  }
}
.site-branding .site-logo:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #363436;
  transform-origin: 0 100%;
  transform: skew(-40deg);
  z-index: -1;
}
.site-branding .site-logo a {
  display: block;
  margin-right: 20px;
  width: 140px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/dpstarter/assets/images/logo.svg");
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .site-branding .site-logo a {
    width: 123px;
    height: 70px;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo a {
    width: calc(123px + 107 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo a {
    width: 230px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .site-branding .site-logo a {
    height: calc(70px + 20 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .site-branding .site-logo a {
    height: 90px;
  }
}
.site-branding .site-title {
  line-height: 1;
}
.site-branding .site-title a {
  letter-spacing: 2px;
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.site-branding .site-title span {
  color: #363436;
}
.site-branding .search {
  margin-left: auto;
}

.site-footer .site-branding {
  grid-area: logo;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .site-footer .site-branding {
    margin: 0 0 30px !important;
  }
}
.site-footer .site-branding .site-logo {
  margin: 0 auto;
  padding: 0;
  width: 140px;
}
@media screen and (min-width: 769px) {
  .site-footer .site-branding .site-logo {
    margin: 0;
  }
}
.site-footer .site-branding .site-logo:after {
  display: none;
}

@media screen and (min-width: 769px) {
  html:not(.fl-builder-edit) body.scrolling #masthead {
    position: fixed;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  html:not(.fl-builder-edit) body.scrolling #masthead .site-branding .site-logo a {
    height: 70px;
    width: 160px;
  }
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .utility-navigation > ul > li > a,
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .main-navigation > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .main-navigation,
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .search {
    margin-top: -5px;
  }
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .search .search-submit {
    padding-bottom: 9px;
  }
  html:not(.fl-builder-edit) body.scrolling #masthead #site-navigation .social {
    margin-top: 0;
  }
}
.main-navigation {
  grid-area: main;
}
@media screen and (min-width: 769px) {
  .main-navigation {
    flex: 1 0 auto;
  }
}
.main-navigation ul > li:hover > a {
  opacity: 0.7;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main-navigation ul {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.main-navigation ul li {
  flex: 0 auto;
  list-style: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media screen and (min-width: 769px) {
  .main-navigation ul li {
    position: relative;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .main-navigation ul li.back {
    display: none;
  }
}
.main-navigation ul li.back a {
  padding-left: 8px;
}
.main-navigation ul li.back a i {
  color: #60A044;
}
@media screen and (min-width: 769px) {
  .main-navigation ul li.duplicate-entry {
    display: none;
  }
}
.main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  font-weight: 400;
  color: #60A044;
}
.main-navigation ul li a {
  display: block;
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #363436;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .main-navigation ul li a {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .main-navigation ul li a {
    padding-left: calc(11px + 19 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .main-navigation ul li a {
    padding-left: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .main-navigation ul li a {
    padding-right: calc(11px + 19 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .main-navigation ul li a {
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .main-navigation ul li a {
    padding-top: calc(5px + 5 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .main-navigation ul li a {
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .main-navigation ul li a {
    padding-bottom: calc(5px + 15 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .main-navigation ul li a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .main-navigation ul li a {
    font-size: calc(12px + 3 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .main-navigation ul li a {
    font-size: 15px;
  }
}
.main-navigation ul li.open_submenu ul {
  left: 0;
}
@media screen and (min-width: 769px) {
  .main-navigation ul li {
    position: relative;
    border: none;
  }
  .main-navigation ul li.menu-item-has-children:hover > a:after {
    content: "\f068";
  }
  .main-navigation ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
.main-navigation ul ul {
  position: fixed;
  top: 120px;
  left: -100%;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 250px;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #D9D9D9;
}
@media screen and (min-width: 769px) {
  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    width: calc(100% + 35px);
    background: #363436;
    border-right: none;
    border-bottom: 3px solid #60A044;
    opacity: 0;
    visibility: hidden;
    overflow: inherit;
    bottom: auto;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation ul ul a {
    padding: 20px 30px;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
  }
  .main-navigation ul ul a:hover {
    opacity: 1;
    background: #545454;
  }
}

.footer-navigation {
  grid-area: footnav;
  margin: 0 auto;
  max-width: 334px;
}
@media screen and (min-width: 769px) {
  .footer-navigation {
    max-width: none;
  }
}
.footer-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-areas: "first second" "third fourth";
  grid-template-rows: auto 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 769px) {
  .footer-navigation > ul {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .footer-navigation > ul {
    grid-gap: calc(30px + 40 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .footer-navigation > ul {
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-navigation > ul {
    grid-template-areas: "first third second fourth";
    grid-gap: 15px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .footer-navigation > ul {
    grid-gap: calc(15px + 55 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .footer-navigation > ul {
    grid-gap: 70px;
  }
}
.footer-navigation > ul > .column:nth-child(1) {
  grid-area: first;
}
.footer-navigation > ul > .column:nth-child(2) {
  grid-area: third;
}
.footer-navigation > ul > .column:nth-child(3) {
  grid-area: second;
}
.footer-navigation > ul > .column:nth-child(4) {
  grid-area: fourth;
}
.footer-navigation > ul > .column > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-navigation > ul > .column > li:hover > a {
  opacity: 0.7;
}
.footer-navigation > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-navigation > ul a {
  color: #AFAFAF;
  text-decoration: none;
}

.utility-navigation {
  grid-area: utility;
}
@media screen and (min-width: 769px) {
  .utility-navigation {
    flex: 1 0 auto;
  }
}
.utility-navigation ul > li:hover > a {
  opacity: 0.7;
}
.utility-navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .utility-navigation ul {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.utility-navigation ul li {
  flex: 0 auto;
  list-style: none;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media screen and (min-width: 769px) {
  .utility-navigation ul li {
    border: none;
  }
}
.utility-navigation ul li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #363436;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .utility-navigation ul li a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .utility-navigation ul li a {
    padding-left: calc(15px + 5 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .utility-navigation ul li a {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .utility-navigation ul li a {
    padding-right: calc(15px + 5 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .utility-navigation ul li a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .utility-navigation ul li a {
    padding-top: calc(5px + 15 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .utility-navigation ul li a {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .utility-navigation ul li a {
    padding-bottom: calc(5px + 5 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .utility-navigation ul li a {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .utility-navigation ul li a {
    font-size: calc(12px + 1 * (100vw - 769px) / 671);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .utility-navigation ul li a {
    font-size: 13px;
  }
}

.build-something-together-container {
  background: #60A044 url("assets/images/geometric-shape.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .build-something-together-container {
    background-position: center right;
    background-size: contain;
  }
}
.build-something-together-container .build-something-together {
  margin: 0;
  padding: 60px 40px;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 769px) {
  .build-something-together-container .build-something-together {
    max-width: 80%;
    padding: 60px 80px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .build-something-together-container .build-something-together {
    margin: 0 auto;
    max-width: 1200px;
    padding: 120px 550px;
    text-align: left;
    padding-left: 80px;
    padding-right: 150px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .build-something-together-container .build-something-together {
    padding-left: calc(80px + -80 * (100vw - 1200px) / 50);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1250px) {
  .build-something-together-container .build-something-together {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .build-something-together-container .build-something-together {
    padding-right: calc(150px + 150 * (100vw - 1024px) / 226);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1250px) {
  .build-something-together-container .build-something-together {
    padding-right: 300px;
  }
}
.build-something-together-container .build-something-together h2 {
  margin: 0;
  font-size: 26px;
  font-family: "Frank Ruhl Libre", serif;
}
@media (min-width: 320px) {
  .build-something-together-container .build-something-together h2 {
    font-size: calc(26px + 14 * (100vw - 320px) / 880);
  }
}
@media (min-width: 1200px) {
  .build-something-together-container .build-something-together h2 {
    font-size: 40px;
  }
}
.build-something-together-container .build-something-together p {
  margin: 0;
  font-size: 13px;
}
@media (min-width: 769px) {
  .build-something-together-container .build-something-together p {
    font-size: calc(13px + 5 * (100vw - 769px) / 431);
  }
}
@media (min-width: 1200px) {
  .build-something-together-container .build-something-together p {
    font-size: 18px;
  }
}
.build-something-together-container .build-something-together .fl-button-wrap {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .build-something-together-container .build-something-together .fl-button-wrap {
    text-align: left;
  }
}
.build-something-together-container .build-something-together .fl-button-wrap .fl-button {
  background: #ffffff !important;
}
.build-something-together-container .build-something-together .fl-button-wrap .fl-button * {
  color: #60A044 !important;
}

.site-footer-container {
  background: #363436;
}
.site-footer-container .site-footer {
  margin: 0 auto;
  padding: 50px 20px;
  display: grid;
  grid-template-areas: "logo" "contact" "footnav" "newsletter" "socialcopy";
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  max-width: 1200px;
}
@media screen and (min-width: 769px) {
  .site-footer-container .site-footer {
    padding: 50px 25px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "logo logo logo" "contact footnav newsletter" "socialcopy footnav newsletter";
    grid-column-gap: 30px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer-container .site-footer {
    grid-template-columns: max-content 1fr max-content;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer-container .site-footer {
    padding-left: 20px;
    padding-right: 20px;
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-footer-container .site-footer {
    padding-left: calc(20px + -20 * (100vw - 1200px) / 50);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1250px) {
  .site-footer-container .site-footer {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-footer-container .site-footer {
    padding-right: calc(20px + -20 * (100vw - 1200px) / 50);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1250px) {
  .site-footer-container .site-footer {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .site-footer-container .site-footer {
    grid-column-gap: calc(30px + 40 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .site-footer-container .site-footer {
    grid-column-gap: 70px;
  }
}
.site-footer-container .site-footer p {
  margin: 0;
  color: #AFAFAF;
}
.site-footer-container .site-footer p a {
  color: #AFAFAF;
  text-decoration: none;
}
.site-footer-container .site-footer .contact {
  margin: 20px 0 40px;
  grid-area: contact;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .site-footer-container .site-footer .contact {
    margin: 0;
    text-align: left;
  }
}
.site-footer-container .site-footer .socialcopy {
  grid-area: socialcopy;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .site-footer-container .site-footer .socialcopy {
    margin: 0;
    align-self: flex-end;
    text-align: left;
  }
  .site-footer-container .site-footer .socialcopy .social ul {
    margin-left: -7px;
    text-align: left !important;
  }
}

.search-form {
  display: flex;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media screen and (min-width: 769px) {
  .search-form {
    border: 0;
  }
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  padding: 10px 25px;
  width: 100%;
  color: #363436;
  border: 0;
  background: transparent;
}
.search-form .search-field:focus-visible {
  outline: none;
}
.search-form .search-submit {
  position: relative;
  padding: 0;
  width: 60px;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.search-form .search-submit:hover {
  opacity: 1;
}

.newsletter {
  margin: 40px auto;
  width: 240px;
  grid-area: newsletter;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .newsletter {
    margin: 0;
    align-self: flex-start;
    text-align: left;
  }
}
.newsletter strong {
  text-transform: uppercase;
}
.newsletter a img {
  margin-top: 10px;
}

.masonry-with-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .masonry-with-columns {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
  }
}
.masonry-with-columns div {
  position: relative;
  height: 220px;
}
@media (min-width: 1024px) {
  .masonry-with-columns div {
    height: calc(220px + 55 * (100vw - 1024px) / 416);
  }
}
@media (min-width: 1440px) {
  .masonry-with-columns div {
    height: 275px;
  }
}
@media screen and (min-width: 769px) {
  .masonry-with-columns div:nth-child(18n+2), .masonry-with-columns div:nth-child(18n+4), .masonry-with-columns div:nth-child(18n+10), .masonry-with-columns div:nth-child(18n+13) {
    grid-column-end: span 2;
    grid-row-end: span 2;
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .masonry-with-columns div:nth-child(18n+2), .masonry-with-columns div:nth-child(18n+4), .masonry-with-columns div:nth-child(18n+10), .masonry-with-columns div:nth-child(18n+13) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .masonry-with-columns div:nth-child(18n+2), .masonry-with-columns div:nth-child(18n+4), .masonry-with-columns div:nth-child(18n+10), .masonry-with-columns div:nth-child(18n+13) {
    height: 570px;
  }
}
@media screen and (min-width: 769px) {
  .masonry-with-columns div:nth-child(18n+5), .masonry-with-columns div:nth-child(18n+9) {
    grid-row-end: span 2;
    height: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .masonry-with-columns div:nth-child(18n+5), .masonry-with-columns div:nth-child(18n+9) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .masonry-with-columns div:nth-child(18n+5), .masonry-with-columns div:nth-child(18n+9) {
    height: 570px;
  }
}
@media screen and (min-width: 769px) {
  .masonry-with-columns div:nth-child(18n+11) {
    grid-column-end: span 2;
  }
}
.masonry-with-columns div > a {
  display: block;
  width: 100%;
  height: 100%;
}
.masonry-with-columns div .title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.78);
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title {
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    text-align: center;
    outline: 4px solid #60A044;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .masonry-with-columns div .title:hover {
    opacity: 1;
  }
}
.masonry-with-columns div .title a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title a {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.masonry-with-columns div .title a:after {
  margin-left: auto;
  position: relative;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  color: #60A044;
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title a:after {
    margin-left: 0;
  }
}
.masonry-with-columns div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpv-filter-form {
  position: relative;
}

.js-wpv-dps-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}

.filter-controls-wrapper .fl-module-content {
  margin: 0;
}
.filter-controls-wrapper p {
  margin: 0;
}

.filter-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 20px;
  padding: 25px 20px;
  background: rgba(245, 245, 245, 0.81);
}
.filter-controls:before {
  color: #60A044;
  content: "\f0b0";
  font-family: "Font Awesome 5 Pro";
}
.filter-controls > label {
  margin-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.filter-controls .form-group {
  flex: 1;
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .filter-controls .form-group {
    flex: 0 auto;
  }
}
.filter-controls .select-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.filter-controls .select-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  color: #60A044;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  z-index: 0;
}
.filter-controls .select-wrap select {
  position: relative;
  padding: 5px 0;
  width: calc(100% + 20px);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: transparent;
  z-index: 1;
}
.filter-controls .select-wrap select option {
  font-weight: 400;
  padding: 2px;
}
.filter-controls .select-wrap select option:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
}
.filter-controls .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.filter-controls .radio-wrap .radio {
  flex: 0 0 auto;
  margin-left: 30px;
}
.filter-controls .radio-wrap .radio label {
  color: #60A044;
  text-decoration: underline;
  cursor: pointer;
}
.filter-controls .radio-wrap .radio label:hover {
  text-decoration: none;
}
.filter-controls .radio-wrap .radio label.active {
  color: #363436;
  text-decoration: none;
  cursor: auto;
}
.filter-controls .radio-wrap .radio input {
  display: none;
}
.filter-controls .search-wrap {
  flex: 0 0 100%;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  padding: 2px;
}
@media screen and (min-width: 769px) {
  .filter-controls .search-wrap {
    flex: 0 auto;
    margin: 0 0 0 auto;
  }
}
.filter-controls .search-wrap input[type=text] {
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #363436;
  border: 0;
  background: transparent;
  padding-left: 10px;
}
.filter-controls .search-wrap button {
  padding: 5px 10px;
  font-size: 0;
  border-radius: 0;
  border: 0;
  background: #60A044;
}
.filter-controls .search-wrap button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
  z-index: 999;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal p + p {
  margin-top: 1rem;
}
.modal .modal-dialog {
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 1440px;
  max-height: 80vh;
  border-radius: 5px;
  background: #ffffff;
  overflow: auto;
  cursor: default;
}
.modal .close-modal {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal .modal-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .modal .modal-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 0 80px;
  }
}

.post-navigation {
  padding: 20px;
  background: #F5F5F5;
}
.post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .post-navigation .nav-links {
    flex-direction: row;
  }
}
.post-navigation .nav-links div {
  flex: 0 0 50%;
  margin: 0 !important;
}
.post-navigation .nav-links div:first-of-type {
  border-bottom: 1px solid #AFAFAF;
}
@media screen and (min-width: 769px) {
  .post-navigation .nav-links div:first-of-type {
    border-right: 1px solid #AFAFAF;
    border-bottom: none;
  }
}
.post-navigation .nav-links a {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #363436;
}
.post-navigation .nav-links a:hover {
  background: rgba(175, 175, 175, 0.1);
}
.post-navigation .nav-links .nav-previous {
  text-align: right;
}
.post-navigation .nav-links .nav-next {
  text-align: left;
}
.post-navigation .nav-links .fa-chevron-double-left {
  flex: 1 0 30px;
  margin-left: -20px;
  text-align: left;
  color: #60A044;
}
.post-navigation .nav-links .fa-chevron-double-right {
  flex: 1 0 30px;
  margin-right: -20px;
  text-align: right;
  color: #60A044;
}

.wpv-pagination-nav-links-container {
  justify-content: space-between;
  width: 90%;
  max-width: 769px;
  margin: 80px auto;
}
.wpv-pagination-nav-links-container .wpv-filter-previous-link:before,
.wpv-pagination-nav-links-container .prev:before {
  margin-right: 10px;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.wpv-pagination-nav-links-container .wpv-filter-next-link:after,
.wpv-pagination-nav-links-container .next:after {
  margin-left: 10px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.wpv-pagination-nav-links-container .page-link,
.wpv-pagination-nav-links-container .page-numbers {
  color: #60A044;
  border: none !important;
  background: none !important;
  font-size: 0.9em;
  text-decoration: none !important;
  padding: 0.15em 0.45em 0.2em;
  line-height: 1.25;
  margin: 2px;
}
.wpv-pagination-nav-links-container .wpv-pagination-nav-links-item-current .wpv-filter-pagination-link,
.wpv-pagination-nav-links-container .page-numbers.current {
  color: #363436;
  font-weight: 700;
  text-decoration: none !important;
}
.wpv-pagination-nav-links-container .wpv-filter-pagination-link,
.wpv-pagination-nav-links-container .page-numbers {
  text-decoration: underline !important;
}
.wpv-pagination-nav-links-container .wpv-filter-pagination-link:hover,
.wpv-pagination-nav-links-container .page-numbers:hover {
  text-decoration: none !important;
}
.wpv-pagination-nav-links-container .disabled .wpv-filter-previous-link,
.wpv-pagination-nav-links-container .disabled .wpv-filter-next-link {
  color: #AFAFAF;
}
.wpv-pagination-nav-links-container .wpv_page_ellipsis {
  color: #60A044;
  margin: 0 10px;
}
.wpv-pagination-nav-links-container li {
  flex: 0 auto;
}
.wpv-pagination-nav-links-container li:first-of-type {
  flex: 1;
}
.wpv-pagination-nav-links-container li:last-of-type {
  flex: 1;
  text-align: right;
}
.wpv-pagination-nav-links-container .wpv-filter-previous-link,
.wpv-pagination-nav-links-container .wpv-filter-next-link,
.wpv-pagination-nav-links-container .next,
.wpv-pagination-nav-links-container .prev {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
}

.location p {
  display: flex;
  align-items: baseline;
  margin: 5px 0 10px 15px;
}
.location p i {
  flex: 0 0 16px;
  margin-right: 10px;
  text-align: center;
  color: #60A044;
  font-weight: 400;
}

.gravity-form {
  padding: 40px 40px 0 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.gravity-form h3 {
  text-align: center;
}
.gravity-form .gform_footer {
  text-align: center;
}

.gform_wrapper p {
  text-align: center;
}
.gform_wrapper label {
  color: #AFAFAF;
  font-size: 14px !important;
}
.gform_wrapper ul.gfield_checkbox label {
  color: #363436;
}

.gform_wrapper select,
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  padding: 15px 20px !important;
  border: 1px solid #AFAFAF;
  background: transparent;
}
.gform_wrapper .top_label .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper input[type=checkbox] {
  display: none !important;
}
.gform_wrapper input[type=checkbox] + label {
  display: flex !important;
  align-items: baseline;
  font-weight: 400 !important;
}
.gform_wrapper input[type=checkbox] + label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  flex: 0 0 17px;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: transparent;
  border: 1px solid #AFAFAF;
}
.gform_wrapper input[type=checkbox]:checked + label:before {
  color: #60A044;
}
.gform_wrapper input[type=file] {
  width: unset !important;
}
.gform_wrapper input[type=file] + .gform_fileupload_rules {
  display: block;
}
.gform_wrapper.gform_legacy_markup_wrapper .gfield_required {
  color: #60A044 !important;
  font-size: 18px;
}

.sidebar-menu {
  display: none;
}
@media screen and (min-width: 769px) {
  .sidebar-menu {
    display: block;
  }
}
.sidebar-menu.fixed {
  position: fixed;
  top: 120px;
  max-width: 300px;
}
.sidebar-menu.absolute_bottom {
  display: none;
}
.sidebar-menu ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu li {
  position: relative;
  margin: 15px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.sidebar-menu.compressed li {
  margin: 10px 0 0;
}

.sidebar-menu li:before {
  content: "";
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: white;
  border: 2px solid #60A044;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.sidebar-menu li:after {
  position: absolute;
  left: 6px;
  top: 25px;
  display: block;
  content: "";
  height: 100%;
  border: 1px solid #D9D9D9;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.sidebar-menu li:last-of-type:after {
  display: none;
}
.sidebar-menu li.selected a {
  color: #363436;
}
.sidebar-menu li.selected a:before {
  background: #60A044;
}
.sidebar-menu a {
  display: flex;
  align-items: center;
  color: #AFAFAF;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .sidebar-menu a {
    font-size: 18px;
  }
}
.sidebar-menu a i {
  flex: 0 0 45px;
  margin: 0 20px 0 0;
  padding: 10px 0;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  background: #9DD286;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .sidebar-menu a i {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    font-size: 40px;
  }
}

.fl-button-wrap {
  text-align: left;
}

.gform_button,
.gform_button:visited,
a.fl-button,
a.fl-button:visited {
  display: inline-block !important;
  padding: 12px 24px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  background: #60A044 !important;
}
@media (min-width: 320px) {
  .gform_button,
  .gform_button:visited,
  a.fl-button,
  a.fl-button:visited {
    font-size: calc(11px + 4 * (100vw - 320px) / 704) !important;
  }
}
@media (min-width: 1024px) {
  .gform_button,
  .gform_button:visited,
  a.fl-button,
  a.fl-button:visited {
    font-size: 15px !important;
  }
}
.gform_button br,
.gform_button:visited br,
a.fl-button br,
a.fl-button:visited br {
  display: none !important;
}
.gform_button *,
.gform_button:visited *,
a.fl-button *,
a.fl-button:visited * {
  color: #ffffff !important;
}

.vimeography-gallery .vimeography-title[data-v-1f4b0c8b] {
  font-size: unset;
  line-height: unset;
  font-family: unset;
  color: #545454;
}
.vimeography-gallery .vimeography-description[data-v-1f4b0c8b] {
  display: none;
}
.vimeography-gallery .vimeography-plays {
  display: none !important;
}

body.home .slideshow {
  /* Separate photo handling for mobile - up to 768px */
  /* Content or text for each slide */
}
body.home .slideshow .bx-viewport {
  overflow: hidden !important;
}
body.home .slideshow .fl-slide-mobile-photo {
  height: 515px;
}
body.home .slideshow .fl-content-slider,
body.home .slideshow .fl-content-slider .fl-slide {
  min-height: 515px !important;
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    min-height: 515px !important;
    height: 515px !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    min-height: calc(515px + 85 * (100vw - 769px) / 671) !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    height: calc(515px + 85 * (100vw - 769px) / 671) !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    height: 600px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.home .slideshow .fl-content-slider,
  body.home .slideshow .fl-content-slider .fl-slide {
    min-height: calc(100vh - 110px) !important;
    height: calc(100vh - 110px) !important;
  }
}
body.home .slideshow .fl-slide-bg-photo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.4) 100%);
}
body.home .slideshow .fl-slide-foreground {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-slide-foreground {
    position: inherit;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  body.home .slideshow .fl-slide-foreground {
    max-width: 100%;
  }
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap {
  height: 100%;
  width: 100% !important;
}
@media screen and (min-width: 1440px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap {
    padding: 0;
  }
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1440px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    padding-left: 75px;
    padding-right: 85px;
  }
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    background: transparent;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    padding-top: calc(20px + 60 * (100vw - 1024px) / 656) !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 1680px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    padding-top: 80px !important;
  }
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-title {
  font-size: 24px;
  color: #363436 !important;
  width: 90% !important;
  max-width: 790px;
  line-height: 1 !important;
}
@media (min-width: 1300px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-title {
    font-size: calc(24px + 12 * (100vw - 1300px) / 140);
  }
}
@media (min-width: 1440px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-title {
    color: #363436 !important;
    line-height: 1.6 !important;
  }
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text {
  max-width: 900px;
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
  color: #ffffff !important;
  font-size: 15px !important;
}
@media (min-width: 1300px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
    font-size: calc(15px + 3 * (100vw - 1300px) / 140) !important;
  }
}
@media (min-width: 1440px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 769px) {
  body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
    color: #363436 !important;
  }
}
body.home .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text .hide-for-mobile-only {
  margin-bottom: 10px !important;
}

.slideshow {
  margin-top: -25px !important;
  font-family: "Montserrat", sans-serif;
  /* Make true full width */
  /* Move the navigation (dots) up on top of the slider */
  /* Separate photo handling for mobile - up to 768px */
  /* Content or text for each slide */
}
@media (min-width: 320px) {
  .slideshow {
    margin-top: calc(-25px + -20 * (100vw - 320px) / 704) !important;
  }
}
@media (min-width: 1024px) {
  .slideshow {
    margin-top: -45px !important;
  }
}
.slideshow .bx-viewport {
  overflow: hidden !important;
}
.slideshow .fl-row[data-node] .fl-row-content-wrap,
.slideshow .fl-row-content-wrap,
.slideshow .fl-module-content {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow .fl-module-content-slider .bx-wrapper {
  margin: 0 auto;
}
.slideshow .fl-module-content-slider .bx-wrapper .bx-pager {
  bottom: 0;
  padding-bottom: 20px;
  /* Hide dots if there is only one */
}
.slideshow .fl-module-content-slider .bx-wrapper .bx-pager .bx-pager-item:first-child:last-child {
  display: none;
}
.slideshow .fl-slide-mobile-photo {
  height: 260px;
}
.slideshow .fl-slide-mobile-photo img {
  object-fit: cover;
  height: 100%;
}
.slideshow .fl-content-slider,
.slideshow .fl-content-slider .fl-slide {
  min-height: 400px !important;
}
@media screen and (min-width: 769px) {
  .slideshow .fl-content-slider,
  .slideshow .fl-content-slider .fl-slide {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .slideshow .fl-content-slider,
  .slideshow .fl-content-slider .fl-slide {
    min-height: calc(400px + 250 * (100vw - 769px) / 671) !important;
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .slideshow .fl-content-slider,
  .slideshow .fl-content-slider .fl-slide {
    min-height: 650px !important;
  }
}
.slideshow .fl-slide-foreground {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 40px 40px 0;
}
@media screen and (min-width: 769px) {
  .slideshow .fl-slide-foreground {
    bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap {
    margin: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap {
    margin: 0;
  }
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-content {
    margin: 0;
    padding: 50px 40px;
    align-items: flex-start;
  }
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-title {
  margin: 0 !important;
  font-weight: 400;
  line-height: 1.2;
  color: #363436 !important;
  max-width: 730px;
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text {
  max-width: 730px;
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
  color: #363436 !important;
  font-size: 16px !important;
  line-height: 1.6;
}
@media (min-width: 320px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
    font-size: calc(16px + 2 * (100vw - 320px) / 704) !important;
  }
}
@media (min-width: 1024px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-text *:not(a) {
    font-size: 18px !important;
  }
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .hide-for-mobile-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap .hide-for-mobile-only {
    display: block;
  }
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap a {
  background: #60A044;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-top: 10px;
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-cta-link {
  background: transparent;
  padding: 4px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 11;
}
@media screen and (min-width: 769px) {
  .slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-cta-link {
    left: auto;
    right: 30px;
  }
}
.slideshow .fl-slide-foreground .fl-slide-content-wrap .fl-slide-cta-link:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 19px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

#awards.fl-row .fl-row-content-wrap {
  padding-top: 40px;
}
@media (min-width: 769px) {
  #awards.fl-row .fl-row-content-wrap {
    padding-top: calc(40px + 40 * (100vw - 769px) / 671);
  }
}
@media (min-width: 1440px) {
  #awards.fl-row .fl-row-content-wrap {
    padding-top: 80px;
  }
}

.slideshow + .lead-in {
  margin-top: -45px;
  margin-bottom: 0;
}
@media (min-width: 320px) {
  .slideshow + .lead-in {
    margin-top: calc(-45px + -40 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .slideshow + .lead-in {
    margin-top: -85px;
  }
}

.lead-in {
  text-align: center;
}
.lead-in.green {
  color: #ffffff;
  background: #60A044;
}
@media screen and (min-width: 1024px) {
  .lead-in .fl-rich-text,
  .lead-in .fl-heading-text {
    padding: 0 120px;
    display: inline-block;
  }
}
.lead-in .fl-row-content-wrap {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 320px) {
  .lead-in .fl-row-content-wrap {
    padding-top: calc(60px + 30 * (100vw - 320px) / 704) !important;
  }
}
@media (min-width: 1024px) {
  .lead-in .fl-row-content-wrap {
    padding-top: 90px !important;
  }
}
@media (min-width: 320px) {
  .lead-in .fl-row-content-wrap {
    padding-bottom: calc(60px + 30 * (100vw - 320px) / 704) !important;
  }
}
@media (min-width: 1024px) {
  .lead-in .fl-row-content-wrap {
    padding-bottom: 90px !important;
  }
}
.lead-in .fl-module-button .fl-module-content {
  margin-top: 0;
}

.text-left-image-right {
  border-bottom: 1px solid rgba(84, 84, 84, 0.2);
  margin-bottom: 0 !important;
}
.text-left-image-right .fl-row-content-wrap {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
@media (min-width: 320px) {
  .text-left-image-right .fl-row-content-wrap {
    padding-bottom: calc(45px + 40 * (100vw - 320px) / 449) !important;
  }
}
@media (min-width: 769px) {
  .text-left-image-right .fl-row-content-wrap {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 320px) {
  .text-left-image-right .fl-row-content-wrap {
    padding-top: calc(45px + 40 * (100vw - 320px) / 449) !important;
  }
}
@media (min-width: 769px) {
  .text-left-image-right .fl-row-content-wrap {
    padding-top: 85px !important;
  }
}
.text-left-image-right .fl-col-group {
  position: relative;
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.text-left-image-right.has-video .fl-col:first-of-type {
  margin: 150px 20px 0;
  margin-top: 110px;
}
@media (min-width: 320px) {
  .text-left-image-right.has-video .fl-col:first-of-type {
    margin-top: calc(110px + 200 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .text-left-image-right.has-video .fl-col:first-of-type {
    margin-top: 310px;
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right.has-video .fl-col:first-of-type {
    margin: 15% -10% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .text-left-image-right.has-video .fl-col:first-of-type {
    margin: 0 -10% -23px 0;
  }
}
.text-left-image-right .fl-col:first-of-type {
  position: relative;
  margin: 150px 20px 0;
  margin-top: 150px;
  background: #ffffff;
  max-width: 100%;
  z-index: 1;
}
@media (min-width: 320px) {
  .text-left-image-right .fl-col:first-of-type {
    margin-top: calc(150px + 300 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type {
    margin-top: 450px;
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type {
    flex: 0 0 55%;
    width: 55%;
    margin: 15% -10% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .text-left-image-right .fl-col:first-of-type {
    margin: 0 -10% -23px 0;
    align-self: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type .fl-module-content {
    margin: 25px;
  }
}
.text-left-image-right .fl-col:first-of-type .fl-cta-inline {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
}
.text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text {
    font-size: calc(13px + 3 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text {
    font-size: 16px;
  }
}
.text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
  font-size: 22px;
}
@media (min-width: 320px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: calc(22px + 4 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: calc(26px + 14 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 40px;
  }
}
.text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: calc(12px + 4 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:first-of-type .fl-cta-inline .fl-cta-button {
    width: 100%;
    padding: 20px 0 0;
  }
}
.text-left-image-right .fl-col:first-of-type .fl-cta-inline p {
  margin: 0;
}
.text-left-image-right .fl-col:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100% !important;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .text-left-image-right .fl-col:last-of-type {
    position: relative;
    flex: 0 0 55%;
    width: 55% !important;
    margin: 0;
  }
}
.text-left-image-right .fl-col:last-of-type .fl-module-content {
  margin: 0;
}
@media screen and (min-width: 1250px) {
  .text-left-image-right .fl-col:last-of-type .fl-module-photo,
  .text-left-image-right .fl-col:last-of-type .fl-module-video {
    width: calc(100% + 0px + 120 * (100vw - 1250px) / 220);
  }
}
@media screen and (min-width: 1470px) {
  .text-left-image-right .fl-col:last-of-type .fl-module-photo,
  .text-left-image-right .fl-col:last-of-type .fl-module-video {
    width: calc(100% + 120px);
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right.align-top .fl-col:first-of-type {
    margin-top: 0 !important;
    align-self: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .text-left-image-right.align-center .fl-col:first-of-type {
    margin-top: 0 !important;
    align-self: center;
  }
}

.text-right-image-left {
  border-bottom: 1px solid rgba(84, 84, 84, 0.2);
  margin-bottom: 0 !important;
}
.text-right-image-left .fl-row-content-wrap {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
@media (min-width: 320px) {
  .text-right-image-left .fl-row-content-wrap {
    padding-bottom: calc(45px + 40 * (100vw - 320px) / 449) !important;
  }
}
@media (min-width: 769px) {
  .text-right-image-left .fl-row-content-wrap {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 320px) {
  .text-right-image-left .fl-row-content-wrap {
    padding-top: calc(45px + 40 * (100vw - 320px) / 449) !important;
  }
}
@media (min-width: 769px) {
  .text-right-image-left .fl-row-content-wrap {
    padding-top: 85px !important;
  }
}
.text-right-image-left .fl-col-group {
  position: relative;
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.text-right-image-left .fl-col:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100% !important;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:first-of-type {
    position: relative;
    flex: 0 0 55%;
    width: 55% !important;
    margin: 0;
  }
}
.text-right-image-left .fl-col:first-of-type .fl-module-content {
  margin: 0;
}
.text-right-image-left .fl-col:first-of-type .fl-module-photo,
.text-right-image-left .fl-col:first-of-type .fl-module-video {
  position: relative;
}
@media screen and (min-width: 1250px) {
  .text-right-image-left .fl-col:first-of-type .fl-module-photo,
  .text-right-image-left .fl-col:first-of-type .fl-module-video {
    width: calc(100% + 0px + 120 * (100vw - 1250px) / 220);
    left: calc(0px - 120 * (100vw - 1250px) / 220);
  }
}
@media screen and (min-width: 1470px) {
  .text-right-image-left .fl-col:first-of-type .fl-module-photo,
  .text-right-image-left .fl-col:first-of-type .fl-module-video {
    width: calc(100% + 120px);
    left: -120px;
  }
}
.text-right-image-left .fl-col:last-of-type {
  position: relative;
  margin: 150px 20px 0;
  margin-top: 150px;
  background: #ffffff;
  max-width: 100%;
  z-index: 1;
}
@media (min-width: 320px) {
  .text-right-image-left .fl-col:last-of-type {
    margin-top: calc(150px + 300 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type {
    margin-top: 450px;
  }
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type {
    flex: 0 0 55%;
    width: 55%;
    margin: 15% 0 0 -10%;
  }
}
@media screen and (min-width: 1200px) {
  .text-right-image-left .fl-col:last-of-type {
    margin: 0 0 -23px -10%;
    align-self: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type .fl-module-content {
    margin: 25px;
  }
}
.text-right-image-left .fl-col:last-of-type .fl-cta-inline {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
}
.text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text {
    font-size: calc(13px + 3 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text {
    font-size: 16px;
  }
}
.text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
  font-size: 22px;
}
@media (min-width: 320px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: calc(22px + 4 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: calc(26px + 14 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title {
    font-size: 40px;
  }
}
.text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: calc(12px + 4 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-text .fl-cta-title strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .text-right-image-left .fl-col:last-of-type .fl-cta-inline .fl-cta-button {
    width: 100%;
    padding: 20px 0 0;
  }
}
.text-right-image-left .fl-col:last-of-type .fl-cta-inline p {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .text-right-image-left.align-top .fl-col:last-of-type {
    margin-top: 0 !important;
    align-self: flex-start;
  }
}

.notable-porfolio {
  margin-bottom: 0 !important;
  padding: 60px 0;
  background: #F5F5F5;
}
@media screen and (min-width: 769px) {
  .notable-porfolio.three-items .fl-post-feed {
    height: 220px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .notable-porfolio.three-items .fl-post-feed {
    height: calc(220px + 55 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .notable-porfolio.three-items .fl-post-feed {
    height: 275px;
  }
}
@media screen and (min-width: 769px) {
  .notable-porfolio.three-items .fl-post-feed-post:nth-child(2) {
    grid-row-end: auto;
    height: 220px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .notable-porfolio.three-items .fl-post-feed-post:nth-child(2) {
    height: calc(220px + 55 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .notable-porfolio.three-items .fl-post-feed-post:nth-child(2) {
    height: 275px;
  }
}
.notable-porfolio p {
  margin: 0;
}
.notable-porfolio .fl-module-post-grid > .fl-module-content {
  margin: 0;
}
.notable-porfolio .fl-module-heading {
  text-align: center;
  margin-bottom: 30px;
}
.notable-porfolio .fl-post-feed {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 769px) {
  .notable-porfolio .fl-post-feed {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
  }
}
.notable-porfolio .fl-post-feed-post {
  position: relative;
  margin: 0 !important;
  height: 220px;
}
@media (min-width: 1024px) {
  .notable-porfolio .fl-post-feed-post {
    height: calc(220px + 55 * (100vw - 1024px) / 416);
  }
}
@media (min-width: 1440px) {
  .notable-porfolio .fl-post-feed-post {
    height: 275px;
  }
}
@media screen and (min-width: 769px) {
  .notable-porfolio .fl-post-feed-post:nth-child(2) {
    grid-row-end: span 2;
    height: 460px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .notable-porfolio .fl-post-feed-post:nth-child(2) {
    height: calc(460px + 110 * (100vw - 1024px) / 416);
  }
}
@media screen and (min-width: 769px) and (min-width: 1440px) {
  .notable-porfolio .fl-post-feed-post:nth-child(2) {
    height: 570px;
  }
}
.notable-porfolio .fl-post-image {
  width: 100%;
  height: 100%;
}
.notable-porfolio .fl-post-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.notable-porfolio .fl-post-image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.notable-porfolio .fl-post-text {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.78);
}
.notable-porfolio .fl-post-text .fl-post-title a {
  display: flex;
  align-items: center;
  padding: 15px 20px 10px;
  color: #ffffff;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .notable-porfolio .fl-post-text .fl-post-title a {
    font-size: calc(13px + 3 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a {
    font-size: calc(13px + 3 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .notable-porfolio .fl-post-text .fl-post-title a {
    font-size: 16px;
  }
}
.notable-porfolio .fl-post-text .fl-post-title a:after {
  margin-left: auto;
  padding-left: 5px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: 400;
  color: #60A044;
}
@media (min-width: 320px) {
  .notable-porfolio .fl-post-text .fl-post-title a:after {
    font-size: calc(13px + 3 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a:after {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a:after {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .notable-porfolio .fl-post-text .fl-post-title a:after {
    font-size: calc(13px + 3 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  .notable-porfolio .fl-post-text .fl-post-title a:after {
    font-size: 16px;
  }
}
.notable-porfolio .fl-module-button {
  margin-top: 20px;
}

.accordion-content .fl-row-fixed-width {
  position: relative;
}
@media screen and (min-width: 769px) {
  .accordion-content .fl-col:last-of-type {
    margin-top: 84px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion-content .fl-col:last-of-type {
    padding-left: 50px;
  }
}
.accordion-content .fl-module-heading {
  position: relative;
  margin: 0 20px;
  padding: 20px 10px;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .accordion-content .fl-module-heading {
    margin: 0 0 0 20px;
    padding: 20px 0 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .accordion-content .fl-module-heading {
    margin: 0;
    padding: 20px 0 20px 30px;
  }
}
.accordion-content .fl-module-photo {
  position: relative;
  top: -110px;
  left: 0;
  margin-bottom: -80px;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .accordion-content .fl-module-photo {
    left: 0;
    margin-bottom: -110px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .accordion-content .fl-module-photo {
    left: -120px;
    width: calc(100% + 120px);
  }
}
.accordion-content .fl-module-photo .fl-module-content {
  margin: 0;
}
.accordion-content .fl-accordion {
  position: relative;
}
.accordion-content .fl-accordion:before {
  content: "";
  width: 3px;
  background: #F5F5F5;
  height: 100%;
  display: block;
  position: absolute;
  left: 30px;
  z-index: 0;
}
.accordion-content .fl-accordion * {
  position: relative;
  z-index: 1;
}
.accordion-content .fl-accordion .fl-accordion-item {
  border: none;
}
.accordion-content .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label {
  color: #363436;
}
.accordion-content .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label i {
  background: #60A044;
}
.accordion-content .fl-accordion .fl-accordion-button {
  padding: 0;
}
.accordion-content .fl-accordion .fl-accordion-button-icon {
  display: none;
}
.accordion-content .fl-accordion .fl-accordion-button-label {
  display: flex;
  align-items: center;
  color: #AFAFAF;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .accordion-content .fl-accordion .fl-accordion-button-label {
    font-size: 18px;
  }
}
.accordion-content .fl-accordion .fl-accordion-button-label i {
  flex: 0 0 62px;
  margin: 0 20px 0 0;
  padding: 10px 0;
  width: 62px;
  height: 62px;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  background: #9DD286;
  border: 5px solid white;
  transition: all 0.3s ease-in-out;
}
.accordion-content .fl-accordion .fl-accordion-content {
  margin-left: 68px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .accordion-content .fl-accordion .fl-accordion-content {
    font-size: 16px;
  }
}
.accordion-content .fl-accordion .fl-accordion-content p {
  margin-top: 0;
}
.accordion-content .fl-accordion .fl-accordion-content a {
  opacity: 1;
  color: #60A044;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.accordion-content .fl-accordion .fl-accordion-content a:hover {
  opacity: 0.7;
}
.accordion-content .fl-accordion .fl-accordion-content a:after {
  margin-left: 10px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
}

.two-column-text-full-width-image .fl-module-photo {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 200px;
  max-height: 435px;
  width: 100%;
  z-index: 0;
}
.two-column-text-full-width-image .fl-module-photo .fl-module-content,
.two-column-text-full-width-image .fl-module-photo .fl-photo,
.two-column-text-full-width-image .fl-module-photo .fl-photo-content,
.two-column-text-full-width-image .fl-module-photo img {
  min-height: 200px;
  max-height: 435px;
  width: 100%;
}
.two-column-text-full-width-image .fl-module-photo .fl-module-content {
  margin: 0;
}
.two-column-text-full-width-image .fl-module-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.two-column-text-full-width-image .fl-module-heading {
  position: relative;
  margin-top: 120px;
  background: #ffffff;
  z-index: 1;
}
@media (min-width: 769px) {
  .two-column-text-full-width-image .fl-module-heading {
    margin-top: calc(120px + 180 * (100vw - 769px) / 671);
  }
}
@media (min-width: 1440px) {
  .two-column-text-full-width-image .fl-module-heading {
    margin-top: 300px;
  }
}
.two-column-text-full-width-image .fl-module-heading .fl-module-content {
  margin: 40px;
}
.two-column-text-full-width-image .fl-col-group-nested {
  position: relative;
  background: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 1250px) {
  .two-column-text-with-top-image .fl-module-photo {
    position: relative;
    width: calc(100% + 0px + 240 * (100vw - 1250px) / 220);
    left: calc(0px - 120 * (100vw - 1250px) / 220);
  }
}
@media screen and (min-width: 1470px) {
  .two-column-text-with-top-image .fl-module-photo {
    width: calc(100% + 240px);
    left: -120px;
  }
}
.two-column-text-with-top-image .fl-module-photo .fl-photo-content {
  display: block;
}
.two-column-text-with-top-image .fl-module-photo .fl-module-content {
  margin: 0;
}
.two-column-text-with-top-image .fl-module-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.two-column-text-with-top-image .fl-module-heading {
  position: relative;
  margin: -92px auto 0;
  width: 88%;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 1320px) {
  .two-column-text-with-top-image .fl-module-heading {
    width: 100%;
  }
}
.two-column-text-with-top-image .fl-module-heading .fl-module-content {
  margin: 40px;
}
.two-column-text-with-top-image .fl-module-heading .fl-module-content .fl-heading {
  max-width: 790px;
  margin: 0 auto !important;
}
.two-column-text-with-top-image .fl-col-group-nested {
  position: relative;
  margin: 0 auto;
  width: 88%;
  background: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 1320px) {
  .two-column-text-with-top-image .fl-col-group-nested {
    width: 100%;
  }
}
.two-column-text-with-top-image .fl-col-group-nested a {
  display: block;
  color: #60A044;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.two-column-text-with-top-image .fl-col-group-nested a:after {
  margin-left: 10px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
}

html.fl-builder-edit .two-column-text-with-top-image .fl-col-group-nested a {
  text-transform: none;
}

.testimonials {
  margin: 100px 0;
}
.testimonials .fl-module-content {
  margin: 0;
}
.testimonials .fl-module-testimonials {
  margin: 0 20px;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
}
@media screen and (min-width: 769px) {
  .testimonials .fl-module-testimonials {
    margin: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials .fl-module-testimonials {
    margin: 0 100px;
  }
}
.testimonials .fl-module-testimonials:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
  padding: 0 20px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: #60A044;
  background: #ffffff;
}
.testimonials .fl-module-testimonials .bx-wrapper {
  margin: 0;
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap {
  padding: 40px 20px 10px;
  padding-left: 20px;
  padding-right: 20px;
  /* Navigation arrows */
}
@media (min-width: 320px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap {
    padding-left: calc(20px + 60 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap {
    padding-left: 80px;
  }
}
@media (min-width: 320px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap {
    padding-right: calc(20px + 60 * (100vw - 320px) / 449);
  }
}
@media (min-width: 769px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap {
    padding-right: 80px;
  }
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial {
  font-family: "Frank Ruhl Libre", serif;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 320px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial {
    font-size: calc(16px + 12 * (100vw - 320px) / 1120);
  }
}
@media (min-width: 1440px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial {
    font-size: 28px;
  }
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial strong {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #AFAFAF;
}
@media (min-width: 769px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial strong {
    font-size: calc(13px + 3 * (100vw - 769px) / 671);
  }
}
@media (min-width: 1440px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-testimonial strong {
    font-size: 16px;
  }
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev,
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next {
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #363436;
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev.hidden,
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next.hidden {
  display: none;
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev {
  left: -30px;
  right: auto !important;
}
@media screen and (min-width: 769px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev {
    left: -90px;
  }
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-prev i:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next {
  right: -30px;
}
@media screen and (min-width: 769px) {
  .testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next {
    right: -90px;
  }
}
.testimonials .fl-module-testimonials .fl-testimonials-wrap .fl-slider-next i:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*# sourceMappingURL=style.css.map */
