/*
 * Colors
*/
/*   
 * Screen sizes
*/
/*   
 * Media queries
*/
.hide-small {
  display: none; }
  @media screen and ((min-width: 900px)) {
    .hide-small {
      display: block; } }

.hide-large {
  display: block; }
  @media screen and ((min-width: 900px)) {
    .hide-large {
      display: none; } }

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box; }

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.6; }

body, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #3E7931;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #3E7931;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #3E7931; }

/*a:visited {
    color: $link-color;
}*/
/*a:hover {
    color: $link-color;
}*/
a:focus {
  outline: 1px solid #7ebb51; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 10px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.3em; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 44px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 32px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 14px; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
  display: block; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.cookie-information {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #fff;
  width: 100%;
  max-width: 340px;
  padding: 40px;
  position: fixed;
  bottom: -140px;
  left: 20px;
  opacity: 0;
  transition: all ease-out 0.8s; }
  .cookie-information.show {
    bottom: 20px;
    opacity: 1; }
  .cookie-information .cookie-information-text {
    color: #fff;
    font-family: sofia-pro-soft, sans-serif; }
  .cookie-information a {
    color: #fff;
    display: inline-block;
    margin-top: 5px; }
  .cookie-information .accept-cookies {
    background: #3E7931;
    color: #eee;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  transition: 0.2s; }
  @media (max-width: 959px) {
    .site-header {
      background-color: white; } }
  .site-header.scrolled {
    background-color: white;
    border-bottom: 1px solid #ddd; }
    .site-header.scrolled a {
      color: #222 !important; }
    .site-header.scrolled .serviceButton a {
      color: white !important; }
    .site-header.scrolled .hasSubMenu:before {
      content: url("/Content/Images/chevron-dark.png") !important; }
  .site-header.background {
    background-color: white;
    border-bottom: 1px solid #ddd; }
    .site-header.background a {
      color: #222 !important; }
    .site-header.background .hasSubMenu:before {
      content: url("/Content/Images/chevron-dark.png") !important; }
    .site-header.background .serviceButton a {
      color: white !important; }
  .site-header .logo {
    display: inline-block;
    width: 190px;
    padding: 8px;
    margin-top: 10px; }
    @media (max-width: 540px) {
      .site-header .logo {
        width: 150px;
        margin-top: 13px; } }
    .site-header .logo img {
      width: 100%; }
  .site-header .serviceButton {
    float: right; }
    @media (max-width: 959px) {
      .site-header .serviceButton {
        margin-right: 15px; } }
    .site-header .serviceButton.hide {
      display: none; }
    .site-header .serviceButton li {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
    .site-header .serviceButton a {
      text-decoration: none;
      display: inline-block;
      padding: 10px 20px;
      margin-top: 20px;
      border-radius: 5px;
      text-transform: uppercase;
      font-weight: 100;
      letter-spacing: 1px;
      font-size: 13px;
      background-color: #3E7931;
      color: white;
      font-family: sofia-pro-soft, sans-serif;
      transition: 0.2s; }
      @media (max-width: 959px) {
        .site-header .serviceButton a {
          padding: 8px 15px;
          font-size: 11px; } }
      @media (max-width: 540px) {
        .site-header .serviceButton a {
          font-size: 8px;
          padding: 5px 10px;
          margin-top: 26px; } }
      .site-header .serviceButton a:hover {
        background-color: #35672a; }
  .site-header .main-navigation {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px; }
    @media (max-width: 959px) {
      .site-header .main-navigation {
        display: none;
        float: none;
        margin-left: 0; } }
    .site-header .main-navigation.open {
      display: block; }
      @media (max-width: 959px) {
        .site-header .main-navigation.open {
          max-height: 83vh;
          overflow: auto; } }
    .site-header .main-navigation ul {
      list-style: none; }
    .site-header .main-navigation li {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      @media (max-width: 959px) {
        .site-header .main-navigation li {
          width: 100%; } }
      .site-header .main-navigation li.hasSubMenu:before {
        content: url("/Content/Images/chevron-white.svg");
        top: 26px;
        right: 0;
        position: absolute; }
      @media (max-width: 959px) {
        .site-header .main-navigation li.hasSubMenu:before {
          top: 4px;
          left: auto;
          right: 0;
          padding: 10px;
          content: url("/Content/Images/chevron-dark.png"); } }
      .site-header .main-navigation li.hasSubMenu.rotate:before {
        transform: rotate(180deg); }
      .site-header .main-navigation li.active {
        position: relative; }
        .site-header .main-navigation li.active:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #3E7931; }
        .site-header .main-navigation li.active a {
          color: white; }
          @media (max-width: 959px) {
            .site-header .main-navigation li.active a {
              color: #222; } }
      .site-header .main-navigation li a {
        text-decoration: none;
        display: block;
        padding: 30px 20px;
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 1px;
        font-size: 13px;
        color: white;
        font-family: sofia-pro-soft, sans-serif; }
        @media (max-width: 959px) {
          .site-header .main-navigation li a {
            padding: 12px 10px;
            color: #222; } }
      .site-header .main-navigation li .subMenu {
        position: absolute;
        border-radius: 5px;
        top: 80px;
        box-shadow: 9px 11px 16px -16px rgba(0, 0, 0, 0.35);
        width: 200px;
        display: none; }
        .site-header .main-navigation li .subMenu.open {
          display: block; }
        @media (max-width: 959px) {
          .site-header .main-navigation li .subMenu {
            position: static;
            width: 100%; } }
        .site-header .main-navigation li .subMenu .subMenuContainer {
          margin-top: 7px;
          border-radius: 5px;
          background-color: white;
          box-shadow: 9px 11px 16px -16px rgba(0, 0, 0, 0.35);
          width: 200px; }
          @media (max-width: 959px) {
            .site-header .main-navigation li .subMenu .subMenuContainer {
              width: 100%;
              border-radius: 0;
              margin-top: 0;
              border-top: 1px solid #ccc;
              box-shadow: none; }
              .site-header .main-navigation li .subMenu .subMenuContainer:before {
                display: none; } }
        .site-header .main-navigation li .subMenu li {
          width: 100%; }
        .site-header .main-navigation li .subMenu a {
          border-bottom: 1px solid #ccc;
          padding: 12px 15px;
          width: 100%;
          text-transform: none;
          color: #222222; }
          .site-header .main-navigation li .subMenu a:hover {
            color: #777; }
          .site-header .main-navigation li .subMenu a.active {
            border-bottom: 2px solid #3E7931; }

.menuButton {
  width: 24px;
  position: relative;
  float: right;
  margin-top: 27px;
  transform: rotate(0deg);
  transition: 0.2s;
  cursor: pointer;
  padding: 10px;
  margin-right: 10px;
  display: none; }
  @media (max-width: 959px) {
    .menuButton {
      display: block; } }
  .menuButton:hover {
    opacity: 0.8; }
  .menuButton span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s; }
    .menuButton span:nth-child(1) {
      top: 0; }
    .menuButton span:nth-child(2) {
      top: 8px; }
    .menuButton span:nth-child(3) {
      top: 8px; }
    .menuButton span:nth-child(4) {
      top: 16px; }
  .menuButton.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .menuButton.open span:nth-child(2) {
    transform: rotate(45deg); }
  .menuButton.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .menuButton.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

p, li, a {
  font-family: "Source Sans Pro", sans-serif; }

h1, h2, h3 {
  font-family: sofia-pro-soft, sans-serif;
  margin: 0; }

@media (max-width: 959px) {
  .page-content {
    margin-top: 72px; } }

.container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  @media (min-width: 960px) and (max-width: 1349px) {
    .container {
      padding: 0 3%; } }
  @media (max-width: 959px) {
    .container {
      padding: 0 5%; } }
  .container__smallContainer {
    max-width: 1200px; }

.section {
  margin: 50px 0;
  overflow: hidden; }
  @media (max-width: 959px) {
    .section {
      margin: 40px 0; } }
  @media (max-width: 768px) {
    .section {
      margin: 30px 0; } }

.hero {
  background-color: #ccc;
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center; }
  @media (max-width: 959px) {
    .hero {
      height: auto; } }
  @media (max-width: 768px) {
    .hero {
      height: auto; } }
  .hero.heroSmaller {
    height: 550px;
    padding-top: 80px; }
    @media (max-width: 959px) {
      .hero.heroSmaller {
        padding-top: 0;
        height: auto; } }
    @media (max-width: 768px) {
      .hero.heroSmaller {
        height: auto; } }
    .hero.heroSmaller .hero__title {
      font-size: 60px; }
      @media (min-width: 960px) and (max-width: 1349px) {
        .hero.heroSmaller .hero__title {
          font-size: 50px; } }
      @media (max-width: 959px) {
        .hero.heroSmaller .hero__title {
          font-size: 40px; } }
      @media (max-width: 768px) {
        .hero.heroSmaller .hero__title {
          font-size: 28px;
          margin: 0 0 20px 0; } }
    .hero.heroSmaller .hero__preamble {
      font-size: 26px; }
      @media (max-width: 959px) {
        .hero.heroSmaller .hero__preamble {
          font-size: 22px;
          margin: 40px auto 40px; } }
      @media (max-width: 768px) {
        .hero.heroSmaller .hero__preamble {
          font-size: 18px;
          margin: 0 auto; } }
    .hero.heroSmaller .hero__textContainer {
      /*width: 50%;*/ }
  .hero__textContainer {
    position: relative;
    color: white;
    z-index: 2;
    text-align: center;
    width: 50%;
    max-width: 1100px; }
    @media (min-width: 960px) and (max-width: 1349px) {
      .hero__textContainer {
        width: 70%; } }
    @media (max-width: 959px) {
      .hero__textContainer {
        padding: 50px 0;
        width: 80%; } }
    @media (max-width: 768px) {
      .hero__textContainer {
        padding: 30px 0;
        width: 100%; } }
  .hero__title {
    font-size: 80px;
    position: relative;
    line-height: 1; }
    @media (min-width: 960px) and (max-width: 1349px) {
      .hero__title {
        font-size: 60px; } }
    @media (max-width: 959px) {
      .hero__title {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .hero__title {
        font-size: 28px;
        margin: 0 0 20px 0; } }
  .hero__preamble {
    font-weight: 400;
    margin: 50px auto 30px auto;
    width: 80%;
    font-size: 32px; }
    @media (max-width: 959px) {
      .hero__preamble {
        font-size: 26px;
        margin: 40px auto 40px; } }
    @media (max-width: 768px) {
      .hero__preamble {
        font-size: 20px;
        margin: 0 auto; } }
  .hero__button {
    border-radius: 5px;
    padding: 17px 46px;
    margin: 20px 0 0;
    display: inline-block;
    text-decoration: none;
    font-family: sofia-pro-soft, sans-serif;
    transition: 0.2s;
    font-size: 18px;
    display: inline-block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 3px solid white;
    color: white; }
    .hero__button:visited {
      color: white; }
    .hero__button:hover {
      text-shadow: none;
      color: white; }
      .hero__button:hover:before {
        bottom: 0%;
        top: auto;
        height: 100%; }
    .hero__button:before {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 0px;
      width: 100%;
      z-index: -1;
      content: '';
      background: #3E7931;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .hero__image {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
    .hero__image img {
      width: 100%;
      height: 100%;
      display: block; }
  .hero__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2; }

.logoSection {
  margin: 40px 0;
  font-size: 0;
  text-align: center; }
  .logoSection__heading {
    font-size: 15px;
    color: #aaa;
    text-align: center;
    font-weight: 100;
    margin: 0 0 20px 0; }
  .logoSection__logo {
    width: 12%;
    display: inline-block;
    margin: 20px 2.3%;
    padding: 15px;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .logoSection__logo {
        width: 28%; } }

.borderColoredSection {
  margin: 40px 0; }
  .borderColoredSection__block {
    background-color: #334434;
    border-radius: 15px;
    color: white;
    font-size: 0;
    padding: 50px 35px;
    box-shadow: rgba(0, 0, 0, 0.22) 0 20px 60px; }
    @media (max-width: 768px) {
      .borderColoredSection__block {
        padding: 20px; } }
  .borderColoredSection__column {
    font-size: 16px;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .borderColoredSection__column {
        width: 100%; } }
    .borderColoredSection__column h2 {
      font-size: 44px;
      padding-right: 40px; }
      @media (max-width: 959px) {
        .borderColoredSection__column h2 {
          font-size: 32px; } }
      @media (max-width: 768px) {
        .borderColoredSection__column h2 {
          font-size: 26px;
          margin: 0 0 20px 0; } }
    .borderColoredSection__column p {
      font-size: 18px;
      margin: 0; }
      @media (max-width: 768px) {
        .borderColoredSection__column p {
          font-size: 16px; } }
    .borderColoredSection__column a {
      color: #222;
      display: inline-block;
      margin: 40px 0 0;
      text-decoration: none;
      font-size: 16px;
      background-color: white;
      padding: 15px 40px;
      border-radius: 5px;
      transition: 0.2s; }
      @media (max-width: 768px) {
        .borderColoredSection__column a {
          margin: 20px 0 0; } }
      .borderColoredSection__column a:hover {
        background-color: #dedede; }

.textImgSection {
  margin: 100px 0;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .textImgSection {
      margin: 40px 0; } }
  .textImgSection .topHeading {
    margin: 0 0 70px 0;
    text-align: center; }
    @media (max-width: 768px) {
      .textImgSection .topHeading {
        margin: 0 0 30px 0; } }
  .textImgSection.coloredBackground {
    padding: 100px 0; }
    @media (max-width: 768px) {
      .textImgSection.coloredBackground {
        padding: 50px 0; } }
  .textImgSection__ImgContainer {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .textImgSection__ImgContainer {
        width: 100%; } }
  .textImgSection__imgBlock {
    border-radius: 10px;
    width: 85%;
    margin: 0 15% 0 0; }
    @media (max-width: 768px) {
      .textImgSection__imgBlock {
        width: 100%;
        margin: 0; } }
    .textImgSection__imgBlock.reversed {
      margin: 0 0 0 15%;
      float: right; }
  .textImgSection__textBlock {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 50%; }
    @media (max-width: 768px) {
      .textImgSection__textBlock {
        width: 100%;
        margin: 0; } }
    .textImgSection__textBlock.reversed {
      float: left; }
    .textImgSection__textBlock h3 {
      font-size: 36px; }
      @media (max-width: 768px) {
        .textImgSection__textBlock h3 {
          font-size: 28px;
          margin-top: 25px; } }
    .textImgSection__textBlock p {
      font-size: 18px; }
    .textImgSection__textBlock a {
      display: inline-block;
      position: relative;
      text-decoration: none;
      margin: 40px 0 0;
      font-family: sofia-pro-soft, sans-serif; }
      @media (max-width: 768px) {
        .textImgSection__textBlock a {
          margin: 10px 0 0; } }
      .textImgSection__textBlock a:hover {
        text-decoration: underline; }
        .textImgSection__textBlock a:hover:after {
          content: url("/Content/Images/arrow.svg");
          transform: translateX(12px); }
      .textImgSection__textBlock a:after {
        transition: 0.2s;
        position: absolute;
        top: 3px;
        content: url("/Content/Images/arrow.svg");
        margin-left: 15px;
        transform: translateX(0); }

.serviceSection {
  text-align: center;
  margin: 100px 0; }
  .serviceSection__filterButtons {
    margin: 40px 0 80px; }
  .serviceSection__filter {
    font-size: 18px;
    color: #888;
    margin: 0 10px;
    border: none;
    background: none;
    font-family: sofia-pro-soft, sans-serif; }
    .serviceSection__filter:hover {
      color: #3E7931; }
    .serviceSection__filter.mixitup-control-active {
      color: #3E7931;
      border-bottom: 2px solid #3E7931; }
    .serviceSection__filter:focus {
      border-bottom: 2px solid #3E7931;
      outline: none; }
  .serviceSection__blockContainer {
    font-size: 0; }
  .serviceSection__block {
    width: 22%;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: left;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 0 1.5% 40px;
    position: relative;
    padding-bottom: 190px; }
    @media (max-width: 959px) {
      .serviceSection__block {
        width: 47%;
        margin: 20px 1.5%; } }
    @media (max-width: 768px) {
      .serviceSection__block {
        width: 100%;
        margin: 20px 0; } }
    .serviceSection__block.recommended {
      background-color: #3E7931;
      color: white;
      transform: scale(1.07); }
      @media (max-width: 959px) {
        .serviceSection__block.recommended {
          transform: scale(1); } }
      .serviceSection__block.recommended .preamble {
        color: white; }
      .serviceSection__block.recommended .chooseButton {
        background-color: #2b5522;
        color: white; }
        .serviceSection__block.recommended .chooseButton:hover {
          background-color: #22431b; }
    .serviceSection__block h3 {
      font-size: 36px; }
    .serviceSection__block p.preamble {
      font-family: sofia-pro-soft, sans-serif;
      color: #9a9a9a;
      width: 90%;
      font-size: 16px; }
  .serviceSection .line {
    position: relative;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: -20px;
    width: calc(100% + 40px); }
  .serviceSection__uspContainer {
    margin: 40px 0; }
    .serviceSection__uspContainer .usp {
      position: relative;
      font-family: sofia-pro-soft, sans-serif;
      margin-left: 35px; }
      .serviceSection__uspContainer .usp:before {
        content: "";
        position: absolute;
        left: -35px;
        width: 17px;
        height: 17px;
        top: 7px;
        background-position: center;
        background-size: contain;
        background-image: url("/Content/Images/check-circle.svg"); }
  .serviceSection .price {
    font-size: 18px;
    position: absolute;
    bottom: 100px; }
    .serviceSection .price p {
      font-family: sofia-pro-soft, sans-serif; }
    .serviceSection .price .grayText {
      color: #999; }
    .serviceSection .price span.priceText {
      font-size: 30px;
      margin-right: 10px;
      vertical-align: sub; }
  .serviceSection .chooseButton {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 30px;
    bottom: -20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #3E7931;
    color: white;
    display: block;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    font-size: 17px;
    font-family: sofia-pro-soft, sans-serif;
    transition: 0.3s; }
    .serviceSection .chooseButton:hover {
      background-color: #2b5522; }

.textSection {
  padding: 100px 0;
  overflow: hidden;
  font-size: 0; }
  @media (max-width: 768px) {
    .textSection {
      padding: 40px 0; } }
  .textSection.centered {
    text-align: center; }
  .textSection.serviceArchiveIntroSection {
    padding: 0;
    margin: 210px 0 60px 0; }
    @media (max-width: 768px) {
      .textSection.serviceArchiveIntroSection {
        margin: 100px 0 40px; } }
    .textSection.serviceArchiveIntroSection .filters {
      margin-top: 60px; }
      .textSection.serviceArchiveIntroSection .filters button {
        font-family: sofia-pro-soft, sans-serif;
        border: none;
        background: none;
        margin: 0 20px 0 0;
        font-size: 33px; }
        .textSection.serviceArchiveIntroSection .filters button:hover {
          color: #3E7931;
          border-bottom: 2px solid #3E7931; }
        .textSection.serviceArchiveIntroSection .filters button:focus {
          outline: none;
          border-bottom: 2px solid #2b5522; }
        .textSection.serviceArchiveIntroSection .filters button.mixitup-control-active {
          color: #3E7931;
          border-bottom: 2px solid #3E7931; }
  .textSection h2 {
    margin: 0; }
  .textSection .column {
    font-size: 17px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px; }
    @media (max-width: 768px) {
      .textSection .column {
        width: 100%;
        padding-right: 0; } }
    .textSection .column.fullWidth {
      padding: 0;
      width: 100%; }
    .textSection .column h3 {
      margin-top: 20px; }

.faqSection {
  margin: 100px 0;
  overflow: hidden;
  font-size: 0; }
  .faqSection__questionAndAnswer {
    font-size: 18px;
    margin: 0 3% 20px 0;
    width: 47%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .faqSection__questionAndAnswer {
        width: 100%;
        margin: 0; } }
    .faqSection__questionAndAnswer.serviceFaq {
      margin: 20px 1% 20px 1%;
      width: 100%; }
      .faqSection__questionAndAnswer.serviceFaq .question {
        font-weight: 600; }
  .faqSection__question {
    font-family: sofia-pro-soft, sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    position: relative; }
    .faqSection__question .toggle {
      position: absolute;
      right: 0;
      top: 2px;
      cursor: pointer;
      padding: 10px; }
      .faqSection__question .toggle.rotate {
        transform: rotate(180deg); }
  .faqSection__answer {
    display: none; }
    .faqSection__answer.open {
      display: block; }

.serviceArchiveServiceSection {
  margin: 60px 0; }
  .serviceArchiveServiceSection__container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 80px;
    border-radius: 10px;
    font-size: 0; }
    @media (max-width: 959px) {
      .serviceArchiveServiceSection__container {
        padding: 30px 40px; } }
    @media (max-width: 768px) {
      .serviceArchiveServiceSection__container {
        padding: 30px; } }
  .serviceArchiveServiceSection__block {
    width: 47%;
    border-radius: 8px;
    text-align: left;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 20px 1.5%;
    background-color: white;
    position: relative;
    padding-bottom: 60px; }
    @media (max-width: 959px) {
      .serviceArchiveServiceSection__block {
        width: 47%;
        margin: 30px 1.5%; } }
    @media (max-width: 768px) {
      .serviceArchiveServiceSection__block {
        width: 100%;
        margin: 30px 0; } }
    .serviceArchiveServiceSection__block.recommended {
      background-color: #3E7931;
      color: white; }
      .serviceArchiveServiceSection__block.recommended .preamble {
        color: white; }
      .serviceArchiveServiceSection__block.recommended .chooseButton {
        background-color: #2b5522;
        color: white; }
        .serviceArchiveServiceSection__block.recommended .chooseButton:hover {
          background-color: #22431b; }
    .serviceArchiveServiceSection__block h3 {
      font-size: 36px; }
    .serviceArchiveServiceSection__block p.preamble {
      font-family: sofia-pro-soft, sans-serif;
      color: #777;
      width: 70%;
      font-size: 16px; }
    .serviceArchiveServiceSection__block .grayText {
      color: #989898; }
  .serviceArchiveServiceSection .line {
    position: relative;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: -30px;
    width: calc(100% + 60px); }
  .serviceArchiveServiceSection__uspContainer {
    font-family: sofia-pro-soft, sans-serif;
    margin: 40px 0; }
    .serviceArchiveServiceSection__uspContainer .usp {
      position: relative;
      margin-left: 35px; }
      .serviceArchiveServiceSection__uspContainer .usp:before {
        content: "";
        position: absolute;
        left: -35px;
        width: 17px;
        height: 17px;
        top: 3px;
        background-position: center;
        background-size: contain;
        background-image: url("/Content/Images/check-circle.svg"); }
  .serviceArchiveServiceSection .uspText {
    margin: 0 0 30px 0;
    display: block;
    font-size: 15px;
    color: #777; }
  .serviceArchiveServiceSection p {
    font-family: sofia-pro-soft, sans-serif; }
  .serviceArchiveServiceSection .price {
    font-size: 18px;
    margin: 30px 0 40px 0; }
    .serviceArchiveServiceSection .price p {
      font-family: sofia-pro-soft, sans-serif; }
    .serviceArchiveServiceSection .price .grayText {
      color: #999; }
    .serviceArchiveServiceSection .price span.priceText {
      font-size: 32px;
      margin-right: 10px;
      vertical-align: sub; }
  .serviceArchiveServiceSection .chooseButton {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 30px;
    bottom: -30px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #3E7931;
    color: white;
    display: block;
    text-align: center;
    padding: 25px 0;
    text-decoration: none;
    font-size: 17px;
    font-family: sofia-pro-soft, sans-serif;
    transition: 0.3s; }
    .serviceArchiveServiceSection .chooseButton:hover {
      background-color: #2b5522; }

.servicePageSection {
  padding: 170px 0 60px 0;
  font-size: 0;
  background-color: #f1f1f1; }
  @media (max-width: 768px) {
    .servicePageSection {
      padding: 70px 0 50px 0; } }
  .servicePageSection__contentColumn {
    font-size: 18px;
    width: 50%;
    margin-right: 10%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .servicePageSection__contentColumn {
        width: 100%; } }
  .servicePageSection__formColumn {
    font-size: 18px;
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .servicePageSection__formColumn {
        width: 100%; } }
  .servicePageSection__formBlock {
    border-radius: 10px;
    background-color: white;
    padding: 20px; }
  .servicePageSection h2 {
    font-size: 20px;
    margin: 15px 0 0;
    color: #6d6d6d; }
  .servicePageSection h3 {
    font-size: 32px; }
  .servicePageSection h4 {
    font-size: 22px;
    color: #6d6d6d;
    font-family: sofia-pro-soft, sans-serif;
    margin: 40px 0 0; }
  .servicePageSection .price p {
    font-family: sofia-pro-soft, sans-serif;
    font-size: 20px;
    color: #222222;
    margin: 0 0 40px 0;
    font-weight: 700; }
  .servicePageSection .price span {
    font-size: 32px; }
  .servicePageSection .toggleableContent {
    margin: 40px 0;
    font-family: sofia-pro-soft, sans-serif; }
  .servicePageSection .openContent {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    position: relative; }
  .servicePageSection .toggle {
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    padding: 10px; }
    .servicePageSection .toggle.rotate {
      transform: rotate(180deg); }
  .servicePageSection .content {
    display: none; }
    .servicePageSection .content.open {
      display: block; }
  .servicePageSection .umbraco-forms-form {
    font-family: sofia-pro-soft, sans-serif; }
    .servicePageSection .umbraco-forms-form label {
      font-size: 15px;
      margin: 0 0 5px; }
    .servicePageSection .umbraco-forms-form input[type=text] {
      border-radius: 5px;
      width: 100%;
      height: 55px;
      padding: 10px;
      font-size: 14px;
      border: none;
      background-color: #e8e8e8;
      margin: 0 0 30px; }
      .servicePageSection .umbraco-forms-form input[type=text]:focus {
        box-shadow: 0 0 3px #3E7931;
        outline: none; }
    .servicePageSection .umbraco-forms-form textarea {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      font-size: 14px;
      height: 150px;
      margin: 0 0 30px;
      border: none;
      background-color: #e8e8e8; }
      .servicePageSection .umbraco-forms-form textarea:focus {
        box-shadow: 0 0 3px #3E7931;
        outline: none; }
    .servicePageSection .umbraco-forms-form input[type=submit] {
      width: 100%;
      background-color: #3E7931;
      color: white;
      padding: 20px;
      border: none;
      border-radius: 5px;
      font-family: sofia-pro-soft, sans-serif;
      transition: 0.2s; }
      .servicePageSection .umbraco-forms-form input[type=submit]:hover {
        background-color: #35672a; }

.contactFormSection {
  background-color: #3E7931;
  padding: 100px 0;
  overflow: hidden;
  text-align: center; }
  .contactFormSection h2 {
    color: white; }
  .contactFormSection h3 {
    font-size: 20px;
    color: white;
    margin: 20px 0 0; }
  .contactFormSection .umbraco-forms-form {
    margin: 20px 0 0; }
    .contactFormSection .umbraco-forms-form label {
      font-family: sofia-pro-soft, sans-serif;
      color: white;
      margin: 0 0 5px 0; }
    .contactFormSection .umbraco-forms-form input[type=text] {
      width: 100%;
      max-width: 450px;
      height: 50px;
      padding: 10px;
      border: none;
      border-radius: 5px;
      margin: 0 0 20px 0;
      font-family: sofia-pro-soft, sans-serif; }
      .contactFormSection .umbraco-forms-form input[type=text]:focus {
        box-shadow: 0 0 3px #3E7931;
        outline: none; }
    .contactFormSection .umbraco-forms-form textarea {
      max-width: 450px;
      height: 150px;
      padding: 10px;
      border: none;
      border-radius: 5px;
      margin: 0 0 20px 0;
      width: 100%;
      font-family: sofia-pro-soft, sans-serif; }
      .contactFormSection .umbraco-forms-form textarea:focus {
        box-shadow: 0 0 3px #3E7931;
        outline: none; }
    .contactFormSection .umbraco-forms-form .dataconsent {
      width: 100%;
      margin: 10px auto 20px;
      max-width: 450px;
      text-align: center; }
    .contactFormSection .umbraco-forms-form input[type=submit] {
      padding: 20px;
      background-color: #35672a;
      width: 450px;
      border-radius: 5px;
      color: white;
      font-family: sofia-pro-soft, sans-serif;
      border: none;
      transition: 0.2s; }
      .contactFormSection .umbraco-forms-form input[type=submit]:focus {
        box-shadow: 0 0 3px #3E7931;
        outline: none; }
      .contactFormSection .umbraco-forms-form input[type=submit]:hover {
        background-color: #2b5522; }

.imageSection {
  margin: 100px 0; }
  @media (max-width: 768px) {
    .imageSection {
      margin: 40px 0; } }
  .imageSection img {
    width: 100%; }

.referenceSection {
  margin: 60px 0;
  overflow: hidden;
  font-size: 0;
  text-align: center; }
  .referenceSection .referenceBlock {
    background-color: #f3f3f3;
    padding: 40px 50px;
    text-align: center;
    width: 30%;
    margin: 0 1.5% 20px;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px; }
    @media (max-width: 959px) {
      .referenceSection .referenceBlock {
        width: 47%;
        margin: 10px 1.5%; } }
    @media (max-width: 768px) {
      .referenceSection .referenceBlock {
        width: 100%;
        margin: 10px 0; } }
    .referenceSection .referenceBlock__image {
      border-radius: 50px;
      margin: 0 auto;
      display: block;
      width: 100px;
      height: 100px; }
    .referenceSection .referenceBlock__heading {
      font-family: sofia-pro-soft, sans-serif;
      font-size: 18px;
      margin: 0 0 20px;
      padding: 10px 0 20px;
      border-bottom: 1px solid #ddd; }
    .referenceSection .referenceBlock__preamble {
      font-size: 18px; }
    .referenceSection .referenceBlock__readMore {
      display: inline-block;
      position: relative;
      text-decoration: none;
      margin: 40px 0 0;
      font-family: sofia-pro-soft, sans-serif;
      left: -20px; }
      @media (max-width: 768px) {
        .referenceSection .referenceBlock__readMore {
          margin: 10px 0 0; } }
      .referenceSection .referenceBlock__readMore:hover {
        text-decoration: underline; }
        .referenceSection .referenceBlock__readMore:hover:after {
          content: url("/Content/Images/arrow.svg");
          transform: translateX(12px); }
      .referenceSection .referenceBlock__readMore:after {
        transition: 0.2s;
        position: absolute;
        top: 3px;
        content: url("/Content/Images/arrow.svg");
        margin-left: 15px;
        transform: translateX(0); }

.recaptcha2 .umbraco-forms-label {
  display: none; }

.g-recaptcha > div {
  margin: 20px auto; }

.field-validation-error {
  color: white;
  display: block;
  width: 100%;
  font-family: sofia-pro-soft, sans-serif; }

.umbraco-forms-submitmessage {
  color: white;
  display: block;
  width: 100%;
  margin: 20px 0;
  font-size: 28px;
  font-family: sofia-pro-soft, sans-serif; }

.footer {
  background-color: #232823;
  padding: 70px 0;
  color: #ddd;
  font-size: 18px;
  font-size: 0;
  font-family: sofia-pro-soft, sans-serif; }
  .footer .logo {
    max-width: 340px; }
    @media (max-width: 768px) {
      .footer .logo {
        max-width: 230px; } }
    .footer .logo img {
      width: 100%; }
  .footer .column {
    font-size: 18px;
    display: inline-block;
    vertical-align: top; }
    .footer .column.columnLeft {
      width: 70%; }
      @media (max-width: 768px) {
        .footer .column.columnLeft {
          width: 100%; } }
    .footer .column.columnRight {
      width: 30%; }
      @media (max-width: 768px) {
        .footer .column.columnRight {
          width: 100%;
          margin-top: 20px; } }
  .footer .information {
    margin: 30px 0 0; }
  .footer p {
    margin: 8px 0 0;
    font-family: sofia-pro-soft, sans-serif; }
  .footer a {
    text-decoration: none;
    color: #ddd;
    font-family: sofia-pro-soft, sans-serif; }
    .footer a:hover {
      text-decoration: underline; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }

