/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 48px 15px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FontAwesome";
  src: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/fontawesome-webfont.ttf) format("truetype"),
    url("https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/Patrick_June2020/fonts/fontawesome-webfont.eot") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: Museo-300;
  src: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-300.woff) format("woff"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-300.woff2) format("woff2"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-300.ttf) format("truetype"),
    url('https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/Patrick_June2020/fonts/Museo-300.eot') format("embedded-opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Museo-500;
  src: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-500.woff) format("woff"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-500.woff2) format("woff2"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-500.ttf) format("truetype"),
    url('https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/Patrick_June2020/fonts/Museo-500.eot') format("embedded-opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Museo-700;
  src: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-700.ttf.woff) format("woff"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-700.ttf.woff2) format("woff"),
    url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/fonts/Museo-700.ttf.ttf) format("truetype"),
    url('https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/Patrick_June2020/fonts/Museo-700.ttf.eot') format("embedded-opentype");
  font-style: normal;
  font-weight: 700;
}


html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {  
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fefefe;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404040;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
p {
  font-style: normal;  
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
a, p a {
  color: #0a2e25;
  text-decoration: underline;
  font-weight: bold;
}
a:hover, p a:hover {
  text-decoration: none;
}
a:focus, p a:focus {
  color: #b0b0b0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h2, h3, h4, h5, h6 {
  font-family: Museo-500, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1rem;
  color: #0C3D33;
  border-bottom: 3px solid #cccccc;
  padding-bottom: .2rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Museo-500, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h6 {
  font-size: .9rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ul, ol, dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}
ul, ol {
  margin-left: 2rem;
}
li {
  font-size: inherit;
}
ul li {
  margin-left: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* Horizontal Rules */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-button {
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  font: inherit;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  border: 3px solid #1a574a;
  color: #1a574a;
  padding: 0.65em 1em;
  white-space: normal;
  font-size: 1em;
  margin-top: 16px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-form label,
.hs-form-field > label {
  color: #33475b;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: inherit;
  display: inline-block;
  line-height: 1.3;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-error-msgs label {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px!important;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
    padding-bottom: 6px;
    padding-top: 8px;
    margin-top: 5px;
}

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}
.hs-input,
input#hs-pwd-widget-password {
  box-sizing: border-box;
  font: inherit;
  line-height: normal;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  color: #0a0a0a;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  height: 2.4375rem;
  display: block;
  width: 100%;
  max-width: 767px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
input#hs-pwd-widget-password {
  height: 2.4375rem !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.systems-page .form-container ul.no-list.hs-error-msgs, .systems-page .form-container ul.no-list.hs-error-msgs li {
  margin: 0;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {
  margin-top: 16px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
  padding: 0;
}
.hs-error-msgs label {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0;
  padding-top: 16px;
}
.hs-input.invalid.error {
  border-color: rgba(121,0,0,1.0) !important;
}
.systems-page .form-input-error {
  border-color: rgba(121,0,0,1.0) !important;
}
.hs-error-msgs label {
  color: rgba(121,0,0,1.0) !important;
}
.systems-page .form-input-validation-message-error label {
  color: rgba(121,0,0,1.0) !important;  
}

.form h3 {
  line-height: 1.25;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hs-menu-item a {
  display: block;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

.keen-outer-wrapper{padding: 0 20px;}


.keen-navigation-wrapper .dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.keen-navigation-wrapper .dot {
  border: none;
  width: 16px;
  height: 16px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #c5c5c5;
}

.keen-navigation-wrapper .dot:focus {
  outline: none;
}

.keen-navigation-wrapper .dot--active {
  background: ;
}

.keen-navigation-wrapper .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.keen-navigation-wrapper .arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--right {
  left: auto;
  right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.keen-navigation-wrapper .arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
a:focus, p a:focus {
  color: #b0b0b0;
  text-decoration: none;
}
.hs-form-field > label span:empty + span {
  display: none;
}
.site_pages .dnd-section > .row-fluid {
  max-width: 100%;
}
.site_pages .dnd-section {
  padding: 0;
}
.site_pages .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.site_pages.body-container-wrapper {
  max-width: 67rem;
  margin: 0 auto;
}
.site_pages .left-content-wrap {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 16px;
}
.site_pages .side-bar {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.site_pages .lower-section {
  width: 100%;
  float: left;
}

.site_pages .side-bar .dnd-section {
  margin-bottom: 2rem;
  margin-top: 1.25rem;
}
em {
  font-style: italic;
  line-height: inherit;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}
.site_pages .left-content-wrap a.hs-button {
  background-color: #0c3d33;
  border: 2px solid #0c3d33;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
  color: #FFFFFF !important;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: inherit;
  margin-top: -7px;
  line-height: 1.2;
  margin-bottom: 9px;
}
.site_pages .left-content-wrap a.hs-button:hover {
  opacity: 0.9;
}

/*****************Contact Page*************/

.body-container-wrapper form {
  padding-top: 3px;
}
.body-container-wrapper form fieldset {
  max-width: 100%;
  padding-right: 16px;
}
.hs-richtext.hs-main-font-element {
  margin: 0;
}
.body-container-wrapper .hs-form label {
  display: block;
}
.body-container-wrapper form fieldset.form-columns-2 {
  padding-right: 0;
}
.body-container-wrapper form fieldset.form-columns-2 .hs-form-field {
  padding-right: 16px;
}
.body-container-wrapper form fieldset.form-columns-2 .hs-form-field > label {
  margin-bottom: 0;
}
.body-container-wrapper form fieldset .hs-form-field .input {
  margin-right: 0;
}
.hs-richtext.hs-main-font-element > label {
  margin: 0 0 -4px;
}
.body-container-wrapper form fieldset.form-columns-0 {
  margin-top: 1em;
}
form select.hs-input {
  height: 2.4375rem;
  margin: 0 0 1rem;
  background-color: #f6f6f6;
  color: #0a2e25;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/images/download.svg);
  background-size: 9px 6px;
  background-origin: content-box;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  background-position: right 0 center;
}
form textarea {
  min-height: 160px;
}
.hs-richtext.hs-main-font-element h2 {
  margin-top: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  padding: 0 0px 8px 0;
  line-height: 1;
  color: #0C3D33;
  font-family: Museo-500, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}
form .hs-input[type=checkbox], 
form .hs-input[type=radio] {
  margin-left: 1px !IMPORTANT;
  margin-top: 6px !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1em !important;
  box-shadow: none !important;
  border-radius: 0px;
}
form .hs-input[type=checkbox] + span, 
form .hs-input[type=radio] + span {
  line-height: 1.5;
  font-size: .875em;
}
form .inputs-list > li {
  margin-left: 0;
}
form .hs-input[type=checkbox]:checked + span {
  font-weight: 700;
}
.body-container-wrapper form fieldset.form-columns-0:first-child {
  margin-top: 0;
}

/***********Testimonials Page*****************/

.testimonials-layout blockquote {
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  border-bottom: 1px solid #cccccc;
  line-height: 1.2;
  padding: 2rem 0 3rem 0;
  font-size: .9rem;
  position: relative;
  border-left: 0px;
  margin-left: 0;
  margin-bottom: 0;
}
.testimonials-layout blockquote:last-child {
  border-bottom: 0;
}
.testimonials-layout blockquote p {
  font-style: italic;
  padding: 1rem 1rem 0 1rem;
  margin: 0;
  color: #404040;
  position: relative;
  display: inline-block;
}
.testimonials-layout blockquote p:after {
  content: close-quote;
  position: absolute;
  bottom: -10px;
  right: -6px;
  font-size: 2rem;
  color: #1a574a;
  font-style: normal;
  line-height: 1.2;
}
.testimonials-layout blockquote p:before {
  content: open-quote;
  position: absolute;
  left: 0;
  font-size: 2rem;
  color: #1a574a;
  font-style: normal;
  line-height: 1.1;
  top: 1px;
}
.testimonials-layout blockquote span.theauth {
  margin-top: .5rem;
  right: 0;
  position: absolute;
  text-decoration: none;
  bottom: -19px;
  font-style: normal;
}

/**************Portfolio Page*********/

.portfolio-layout {
  padding: 1em;
  padding-top: 0;
}
.portfolio-layout .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.portfolio-layout .dnd-section > .row-fluid {
  max-width: 100%;
}

/***************Home Page**************/

.home-layout .dnd-section {
  padding: 0;
}
.home-layout .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.home-layout .featured .dnd-section {
  padding: 2rem;
}
.home-layout .cilent-post-wrap .dnd-section {
  padding-top: 48px;
  padding-left: 3rem;
  padding-right: 3rem;
}
.home-layout .container-fluid .dnd-section > .row-fluid {
  max-width: 75rem;
}
.two-col-equal-wrap .span6 {
  width: 100% !important;
  float: none;
  margin: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #fefefe;
}
.two-col-equal-wrap .span6:last-child {
  padding: 3% 0 3% 0;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  margin-bottom: 16px !important;
  max-height: inherit !important;
}
.hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
}
.two-col-equal-wrap .widget-type-rich_text p,
.two-col-equal-wrap .widget-type-rich_text li {
  color: #fefefe;
}
.two-col-equal-wrap .widget-type-rich_text h3 {
  font-size: 2rem;
}
.two-col-equal-wrap .widget-type-rich_text h1,
.two-col-equal-wrap .widget-type-rich_text h2,
.two-col-equal-wrap .widget-type-rich_text h3,
.two-col-equal-wrap .widget-type-rich_text h4,
.two-col-equal-wrap .widget-type-rich_text h5,
.two-col-equal-wrap .widget-type-rich_text h6 {
  color: #fff;
  border: 0;
  text-align: center;
}
.home-layout a.cta_button {
  color: #fefefe;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: transparent;
  border: 2px solid #fefefe;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
}
.home-layout a.cta_button:hover {
  background-color: #555555;
}

.home-layout .container-fluid.recent-projects-wrap .dnd-section > .row-fluid {
  max-width: 100%;
}
.home-layout .featured.testimonials-wrap .dnd-section {
  color: #0a2e25;
  text-align: center;
  border-top: 9px solid #cccccc;
  border-bottom: 9px solid #cccccc;
  margin: 1rem 0 2rem 0;
}
.testimonials-wrap h5 {
  border-bottom: none;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.testimonials-wrap div.widget-type-rich_text {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.home-layout .container-fluid.testimonials-wrap .dnd-section > .row-fluid {
  max-width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.home-layout .testimonials-wrap blockquote {
  border: none;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404040;
  line-height: 1.2;
  padding: 2rem 0 3rem 0;
  font-size: .9rem;
  position: relative;
  margin-bottom: 0;
}
.home-layout .testimonials-wrap blockquote p {
  padding: 1rem 1rem 0 1rem;
  margin: 0;
  font-style: italic;
  color: #404040;
  position: relative;
}
.home-layout .testimonials-wrap blockquote p:before {
  content: open-quote;
  position: absolute;
  left: 0;
  font-size: 2rem;
  color: #1a574a;
  font-style: normal;
  top: -7px;
}
.home-layout .testimonials-wrap blockquote p:after {
  content: close-quote;
  position: absolute;
  bottom: -16px;
  right: -6px;
  font-size: 2rem;
  color: #1a574a;
  font-style: normal;
}
.home-layout .testimonials-wrap p#author {
  font-family: Museo-700, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #555555;
  font-size: .95rem;
}
.home-layout .featured.two-col-equal-wrap .dnd-section,
.home-layout .featured.cilent-bio-wrap .dnd-section {
  -webkit-box-shadow: inset 0 18px 24px -8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 18px 24px -8px rgba(0, 0, 0, 0.4);
}
.cilent-bio-wrap .widget-type-rich_text p,
.cilent-bio-wrap .widget-type-rich_text li {
  color: #fefefe;
}
.cilent-bio-wrap .widget-type-rich_text h1,
.cilent-bio-wrap .widget-type-rich_text h2,
.cilent-bio-wrap .widget-type-rich_text h3,
.cilent-bio-wrap .widget-type-rich_text h4,
.cilent-bio-wrap .widget-type-rich_text h5,
.cilent-bio-wrap .widget-type-rich_text h6 {
  color: #fff;
  border: 0;
}
.cilent-bio-wrap .span4,
.home-layout .cilent-post-wrap .dnd-section .widget-type-cell.span4 {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
}
.cilent-bio-wrap .span8,
.home-layout .cilent-post-wrap .dnd-section .widget-type-cell.span8 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
  width: 100%;
}
.cilent-bio-wrap .span4 div.widget-type-linked_image {
  margin-bottom: 1em;
}
.cilent-bio-wrap .span8 ul {
  list-style: none;
}

.cilent-post-wrap h3 {
  border-width: 2px;
  margin-bottom: 0;
}
.hs-associations-grp {
  width: 100%;
  margin-top: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.hs-associations-wrap .hs-image-item {
  width: 20%;
  float: left;
  margin: .3rem;
}
.hs-associations-wrap .hs-image-item:last-child {
  width: 100% !important;
  float: none;
  margin: 0;
}
.cilent-post-wrap .widget-type-post_listing .widget-module ul,
.cilent-post-wrap .widget-type-rss_listing .hs-rss-module {
  padding-top: 1rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cilent-post-wrap .widget-type-post_listing .widget-module ul li,
.cilent-post-wrap .widget-type-rss_listing .hs-rss-module .hs-rss-item  {
  margin: .3rem 0;
  padding: 0 2rem 0 0;
  min-height: 4rem;
  line-height: 1;
  width: 100%;
  float: none;
}
.cilent-post-wrap .widget-type-post_listing .widget-module ul:after,
.cilent-post-wrap .widget-type-post_listing .widget-module ul:before,
.cilent-post-wrap .widget-type-rss_listing .hs-rss-module:after,
.cilent-post-wrap .widget-type-rss_listing .hs-rss-module:before {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 64.063rem) {
  .home-layout a.cta_button {
    font-size: 1rem;
    padding: 0.85em .4em;
  }
}

@media screen and (max-width: 64.063rem) and (min-width: 40.063em) {
  .home-layout .hs-portfolio-card-item a {
    height: 11rem;
    padding: 4rem 0 0 0;
    text-align: center;
    font-size: .8rem;
  }
}
@media screen and (min-width: 40em) {
  .two-col-equal-wrap .span6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .two-col-equal-wrap .span6:last-child {
    padding: 3% 0 3% 3rem;
  }
  .cilent-post-wrap .widget-type-post_listing .widget-module ul li,
  .cilent-post-wrap .widget-type-rss_listing .hs-rss-module .hs-rss-item {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .two-col-equal-wrap .span6 {
    width: 50% !important;
    float: left;
    margin: 0;
  }
  .two-col-equal-wrap .span6:last-child {
    padding: 3% 0 3% 3rem;
  }
}


@media screen and (min-width: 768px) {
  .site_pages .left-content-wrap {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .site_pages .side-bar {
    width: 30%;
    float: right;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .testimonials-layout blockquote {
    margin-left: 1rem;
  }
  .testimonials-layout.site_pages .left-content-wrap {
    width: calc(66.66667% + 1em);
  }
  .home-layout .container-fluid.testimonials-wrap .dnd-section > .row-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .cilent-bio-wrap .span4,
  .home-layout .cilent-post-wrap .dnd-section .widget-type-cell.span4 {
    width: 33.33333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0;
  }
  .cilent-bio-wrap .span8,
  .home-layout .cilent-post-wrap .dnd-section .widget-type-cell.span8 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0;
    width: 66.66667%;
  }
  .hs-associations-grp {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 1023px) {
  .home-layout .container-fluid.two-col-equal-wrap .dnd-section > .row-fluid {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-layout blockquote p:after {
    right: 0;
  }
}

@media screen and (max-width: 40em) {
  .two-col-equal-wrap .span6 {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials-wrap div.widget-type-rich_text {
    width: 100%;
  }
  .hs-associations-wrap .hs-image-item {
    width: 22%;
  }
  .hs-associations-wrap {
    margin-bottom: 5rem;
  }
  .content-with-image-column-wrap img.alignleft {
    float: none;
    padding-right: 0;
}
}

@media screen and (max-width: 640px) {
  .body-container-wrapper form fieldset.form-columns-2 .hs-form-field {
    padding-right: 0;
  }
  .body-container-wrapper form fieldset {
    padding-right: 0;
  }
  .body-container-wrapper form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  .body-container-wrapper form {
    padding-top: 0;
    margin-top: 19px;
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-richtext.hs-main-font-element > label {
    margin: 0;
  }
  .hs-form-field .input > input.hs-input {
    width: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  img.alignleft {
    float: none;
    display: block;
  }
  .hs-associations-wrap .hs-image-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .home-layout .cilent-post-wrap .dnd-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.side-bar-services .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.side-bar-services .hs-menu-wrapper ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding: 0 5px;
}

/*** CTA Module ***/
.section-has-overlap {
  position: relative;
}

.section-overlap {
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.section-cta__image {
  border-radius: 50%;
  border: 1px solid #0c3d33;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.section-cta__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68%;
}

.section-cta__copy h2,
.section-cta__copy h3,
.section-cta__copy h4,
.section-cta__copy h5 {
  border: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.top-header-wrapper {
  background: linear-gradient(to bottom, #404040 0%, #404040 100%);
  padding: 5px 5px 21px;
  line-height: 1em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  width: 100%;
} 
.top-header-wrapper a {
  color: #fff;
}
.top-header-wrapper a:hover {
  color: #d1dddb;
}
.bottom-header-wrapper {
  padding: .1rem 0 0 0;
  background-color: #0a2e25;
  color: #cccccc;
  border-bottom: 8px solid #cccccc;
}
.custom-header-wrapper .custom-logo {
  top: 3.5rem;
  left: 4%;
  width: 370px;
  max-width: 370px;
  position: relative;
  float: left;
  min-height: 80px;
}
.custom-logo img {
  width: 331.2px !important;
}
.header-right-col {
  width: 65%;
  max-width: calc(100% - 370px);
  margin-right: 3%;
  float: right;
}
.bottom-header-wrapper .hdr-contact {
  float: right;
  margin-right: .8rem;
}
.bottom-header-wrapper .hdr-contact .hs_cos_wrapper_type_rich_text > span {
  margin: 0 3rem 0 0;
  font-family: Museo-700, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #fefefe;
}
.bottom-header-wrapper .hdr-contact a {
  color: #fff;
}
.bottom-header-wrapper .hdr-contact a:hover {
  color: #d1dddb;
  color: #fff;
}
.bottom-header-wrapper .hdr-contact .cst-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border-radius: 0;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: transparent;
  border: 2px solid #fefefe;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #cccccc;
  font-size: 1rem;
  padding: .55rem 1rem;
  margin-top: .5rem;
  color: #fefefe;
}
.bottom-header-wrapper .hdr-contact .cst-button:hover {
  background-color: #555555;
}
.bottom-header-wrapper .hdr-contact .cst-button:active, 
.bottom-header-wrapper .hdr-contact .cst-button:visited {
  color: #fefefe;
  background-color: #cccccc;
}
.custom-menu-primary {
  float: right;
  background-color: transparent;
  clear: both;
}
.lp-header .bottom-header-wrapper {
  padding-bottom: 3.5rem;
}

@media screen and (max-width: 64.063rem) and (min-width: 40.063em) {
  .custom-header-wrapper .custom-logo {
    top: 1.6rem;
    min-height: 48px;
  }
  .custom-logo img {
    width: 187.2px !important;
  }
  .header-right-col {
    float: none;
    width: 95%;
    max-width: 95%;
  }
  .bottom-header-wrapper .hdr-contact {
    margin-right: 1rem;
  }
  .bottom-header-wrapper .hdr-contact .hs_cos_wrapper_type_rich_text>span {
    margin: 0 1rem 0 0;
    font-size: 1rem;
  }
  .bottom-header-wrapper .hdr-contact .cst-button {
    font-size: .85rem;
  }
  .lp-header .bottom-header-wrapper {
    padding-bottom: 1.6rem;
  }



}


@media (max-width: 767px) {

  .bottom-header-wrapper .header-inner-wrapper {
    display: none;
  }
  .header-mobile-wrapper {
    background-color: #0a2e25;
    color: #fefefe;
    padding: 0.5rem;
  }
  .title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
  }
  .title-bar .title-bar-title a {
    color: #fefefe;
  }
  .title-bar .menu-icon {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
    outline: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    cursor: pointer;
  }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  }
  .custom-menu-primary {
    float: none;
    width: 100%;
    display: none;
  }
  .bottom-header-wrapper {
    display: none;
  }
  .mobile-open .custom-menu-primary.mobile-menu,
  .mobile-open .bottom-header-wrapper{
    display: block;
  }
  .lp-header .bottom-header-wrapper .header-inner-wrapper {
    display: block;
  }
  .lp-header .custom-logo img {
    width: 187.2px !important;
  }
  .lp-header .bottom-header-wrapper {
    padding-bottom: 1.6rem;
  }
  .lp-header .bottom-header-wrapper .custom-logo {
    top: 1.6rem;
    min-height: 48px;
  }

}

@media (min-width: 768px) {

  .header-mobile-wrapper,
  .custom-menu-primary.mobile-menu {
    display: none;
  }
  .top-header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

}


/*** Header Search ***/
.bottom-header-wrapper .hdr-contact {
  position: relative;
}

.search-launch {
  position: absolute; 
  top: 20px;
  left: -40px;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0,0,0,.75);
  z-index: 10000;
}

a.search-modal__close {
  width: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.search-modal__inner {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}

.search-modal-header {
  font-size: 45px;
  color: #fff;
}

.search-modal .hs-search-field__input {
  padding: 12px;
  font-size: 24px;
  border: none;
}

.search-modal button {
  width: 55px;
  background-color: #0c3d33;
  color: #ccc;
  border: none;
}

.search-modal .hs-search-field__bar button svg {
  height: 19px;
  fill: #fff;
}

.search-modal .hs-search-field__suggestions-container {

}

.search-modal .hs-search-field__suggestions-container ul {

}

.search-modal .hs-search-field__suggestions-container ul li {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem;
  border: none;
  background-color: #0a2e25;
  color: #cccccc;
  font-size: 1.1rem;
  border-top: 8px solid #cccccc;
}
.custom-footer-wrapper .footer-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 3.875rem 0;
}
.bottom-footer-wrapper .copyright-content {
  padding: 0 15px;
  font-size: .6rem;
  float: right;
  width: auto;
  margin-top: 3rem;
}
.bottom-footer-wrapper .copyright-content p {
  font-style: normal;
  float: right;
  width: auto;
}
.custom-footer-wrapper a {
  color: #fefefe;
}
.top-footer-wrapper {
  position: relative;
}
.top-footer-wrapper .footer-col {
  width: 100%;
  padding: 0 15px;
  float: left;
}
.top-footer-wrapper .footer-textwidget {
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.top-footer-wrapper #social-icons {
  display: inline-block;
  float: right;
  margin-bottom: 0.5rem;
}
.top-footer-wrapper .widget {
  width: 100%;
  clear: left;
  float: left;
  padding: 0;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: auto;
  float: right;
  list-style: none;
}
.top-footer-wrapper #social-icons .textwidget {
  position: relative;
  padding-right: 49px;
}
.top-footer-wrapper #social-icons li.widget .social {
  font-family: FontAwesome;
  font-size: 1.7rem;
  border: 1px solid #cccccc;
  color: #cccccc;
  padding: .2rem .2rem 0 .2rem;
  font-weight: normal;
  width: 43px;
  display: inline-block;
  height: 45px;
  text-align: center;
  text-decoration: none;
}
.top-footer-wrapper #social-icons li.widget .q-logo {
  background: transparent url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/images/q-logo1.svg) no-repeat scroll left top;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0 !important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 46px;
}
.top-footer-wrapper #social-icons li.widget .q-logo:hover {
  border: 1px solid #D1DDDB;
  background-color: #D1DDDB;
  background: transparent url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/images/q-logo1-hover.svg) no-repeat scroll left top;
}
.top-footer-wrapper #social-icons li.widget .social:hover {
  border: 1px solid #D1DDDB;
  background-color: #D1DDDB;
  color: #fefefe;
  text-decoration: none;
}
.top-footer-wrapper #social-icons li.widget .social:active {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #fefefe;
  text-decoration: none;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.footer-menu ul:before,
.footer-menu ul:after {
  content: '';
  display: table;
}
.footer-menu ul:after {
  clear: both;
}
.footer-menu ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.footer-menu ul>li:last-child {
  float: right;
}
.footer-menu ul > li a {
  float: right;
  text-transform: uppercase;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .92rem;
  color: #cccccc;
  float: none !important;
  display: block;
}
.footer-menu ul > li a:hover {
  color: #D1DDDB;
  text-decoration: underline;
}
.footer-home {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 0;
  background: transparent url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/images/logo.svg) no-repeat scroll left top;
  -webkit-background-size: 90% 90%;
  background-size: 90%;
  width: 23rem;
  height: 5rem;
}

@media screen and (max-width: 64.063rem)  {
  .bottom-footer-wrapper .copyright-content {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 1rem;
  }
  .bottom-footer-wrapper .copyright-content p {
    float: none;
  }
  .top-footer-wrapper .footer-col {
    text-align: center;
  }
  .top-footer-wrapper #social-icons {
    float: none;
  }
  .top-footer-wrapper #social-icons li.widget {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 1.8rem 0 1rem 0;
  }
  .top-footer-wrapper #social-icons .textwidget {
    display: block;
    margin: 0px auto;
    width: 343px;
    padding-right: 29px;
  }
  .top-footer-wrapper #social-icons li.widget .social {
    width: 33px;
    height: 35px;
    font-size: 1.1rem;
  }

  .top-footer-wrapper #social-icons li.widget .social.twitter-x svg {
    width: 23px!important;
  }

  .top-footer-wrapper #social-icons li.widget .q-logo {
    width: 35px;
  }
  .footer-menu {
    margin-top: 2rem;
  }
  .footer-menu ul {
    position: relative;
    bottom: 1rem;
    right: auto;
    text-align: center;
    display: inline-block;
  }
  .footer-home {
    float: none;
    text-align: center;
  }

  .top-footer-wrapper .footer-col-1 {
    position: relative;
    z-index: 1;
  }
  .footer-home {
    margin-bottom: -7px;
    margin-top: 19px;
  }




}

@media (max-width: 479px) {
  
  .footer-home {
    max-width: 100%;
  }
  
}

@media (max-width: 400px) {
  .top-footer-wrapper #social-icons .textwidget {
    width: auto;
    padding-right: 49px;
  }
}

@media (min-width: 40em) {

  .footer-menu ul > li {
    width: 33.33333%;
  }

}

@media (min-width: 64em) {

  .top-footer-wrapper .footer-col-1 {
    width: 25%;
  }
  .top-footer-wrapper .footer-col-2 {
    width: 75%;
  }

}


@media screen and (min-width: 64.063rem) {

  .top-footer-wrapper #social-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1rem;
  }
  .top-footer-wrapper .footer-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 1rem;
  }

}

@media (max-width: 1190px) and (min-width: 1025px) {

  .top-footer-wrapper .footer-menu {
    padding-left: 25%;
    width: 100%;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.banner-wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 19rem;
  margin-bottom: 5rem;
}
.banner-wrapper .banner-content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  width: 75%;
}
.banner-wrapper .banner-content h1 {
  display: inline-block;
  border-bottom: none;
  padding: .8rem 4rem .8rem 1rem;
  background-color: #0C3D33;
  color: #cccccc;
  min-width: 25rem;
  font-size: 2.3rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
  font-family: Museo-500, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
}

.body-container-wrapper.blog {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}
.blog .blog-content {
  width: 100%;
  float: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.blog .blog-sidebar {
  width: 100%;
  float: none;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.blog .blog-sidebar .sidebar-row {
  margin-top: 2rem;
}
.blog .testimonial-with-button h5 {
  font-size: 1.15rem;
}
.blog .featured-image-wrapper {
  margin-bottom: 1em;
}
.post-description h2,
.post-description h3,
.post-description h4,
.post-description h5,
.post-description h6,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6{
  border-bottom: none;
  color: #0C3D33;
}
.post-description h2 a {
  color: #1a574a;
  font-weight: 700;
}
.blog .read-more a {
  font-family: Museo-500, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: .9rem;
  text-decoration: underline;
}
.blog .read-more {
  margin-bottom: 1em;
}
.blog .post-item {
  border-bottom: 4px solid #cccccc;
  margin-bottom: 5rem;
}
.blog .meta-tag {
  margin-bottom: 1.25rem;
}
.blog img.featured-image {
  border: 1px solid #cccccc;
}
.blog-pagination {
  display: block !important;
  text-align: left;
  margin-left: 0;
  margin-bottom: 1rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  display: none !important;
}
.blog-pagination a.blog-pagination__link {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  margin-left: 1rem;
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
  line-height: 1.6;
}
.blog-pagination a.blog-pagination__link.blog-pagination__link--active {
  background: #555555 !important;
  color: #fefefe !important;
  line-height: 1.2;
}
.blog-pagination a.blog-pagination__link:hover {
  background: #e6e6e6;
  color: #D1DDDB;
}

.body-container-wrapper .blog-sidebar form {
  padding-top: 0;
  background-color: #0a2e25;
  color: #cccccc;
  padding: 1.3rem;
  width: 100% !important;
}
.body-container-wrapper .blog-sidebar form h3 {
  letter-spacing: normal!important;
  margin: 10px 0 6px 0;
  font-weight: 700;
  font-size: 1.25em;
  border: none;
  color: #cccccc;
}
.body-container-wrapper .blog-sidebar form .hs-form-field > label {
  color: #cccccc;
}
.body-container-wrapper .blog-sidebar form input.hs-button {
  border: 2px solid #fefefe;
  font-family: Raleway, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .92rem;
  padding: .8rem;
  color: #fefefe !important;
  background: transparent;
  outline: 0;
}
.body-container-wrapper .blog-sidebar form .actions {
  padding: 16px 0 10px 0;
  margin-bottom: 16px;
}
.body-container-wrapper .blog-sidebar form input.hs-button:hover {
  background-color: #555555;
}
.blog-sidebar .hs-error-msgs label {
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  margin-top: 5px;
}
div#author-meta {
  margin: 3rem 0;
  border-top: 3px solid #cccccc;
  padding-bottom: 3rem;
  border-bottom: 3px solid #cccccc;
}
div#author-meta h3 {
  margin-top: 2rem;
  border-bottom: 0;
}
div#cats-tags {
  border: 3px solid #cccccc;
  padding: 1rem;
}
div#cats-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#cats-tags:before,
div#cats-tags:after {
  content: "";
  display: table;
  clear: both;
}
div#cats-tags > ul {
  width: 50%;
  float: left;
}
div#cats-tags h6 {
  border-bottom: 0;
  margin-bottom: 0;
}
div#cats-tags ul li {
  margin-left: 0;
}
div#cats-tags > ul ul li a {
  color: #0a2e25;
  text-decoration: underline;
  font-size: .9rem;
}
.crunchify-social a {
  font-family: FontAwesome;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  border: 1px solid #fefefe;
  color: #fefefe;
  background-color: #1a574a;
  padding: .1rem .2rem 0 .2rem;
  text-decoration: none;
  text-align: center;
  width: 46px;
}

.crunchify-social a:hover {
  background-color: #267e6b;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}


.blog .blog-sidebar .sidebar-row.archives-row h3,
.blog .blog-sidebar .sidebar-row.tags-row h3 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: .5rem;
  border-bottom: 0;
  margin-top: 0;
  border: 0;
}
.blog .blog-sidebar .sidebar-row.archives-row {
  border-color: #cccccc;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  padding: 2rem 1rem 0 1rem;
  margin-bottom: 0;
}
.blog .blog-sidebar .sidebar-row.tags-row {
  margin-top: 0;
  padding: 0 1rem 1.5rem 1rem;
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 3px 3px 3px;
}
.blog .blog-sidebar .sidebar-row.archives-row select,
.blog .blog-sidebar .sidebar-row.tags-row select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  background-color: #f6f6f6;
  color: #0a2e25;
  border: none;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://7567517.fs1.hubspotusercontent-na1.net/hubfs/7567517/raw_assets/public/Patrick_June2020/images/download.svg);
  background-size: 9px 6px;
  background-origin: content-box;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  background-position: right -1rem center;
  padding: 0.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
.blog .blog-sidebar .sidebar-row.tags-row h3 {
  border-top: 3px solid #ccc;
  padding-top: 1rem;
}
.comment-date {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .blog .blog-content {
    width: 66.66667%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; 
  }
  .blog .blog-sidebar {
    width: 30%;
    float: right;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (max-width: 64.063rem) and (min-width: 40.063em) {
  .banner-area .banner-content {
    width: 100%;
  }
  .banner-wrapper .banner-content h1 {
    margin-left: 1rem;
    min-width: auto;
    max-width: calc(100% - 1rem);
  }

}

@media screen and (max-width: 40em) {

  .banner-area .banner-content {
    width: 100%;
  }
  .banner-wrapper .banner-content h1 {
    margin-left: .8rem;
    min-width: auto;
    max-width: calc(100% - 0.8rem);
  }

}





.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
/* .blog-comments {
max-width: 680px;
margin: 0 auto;
} */
.blog-comments form {
  max-width: 100%;
  width: 100% !important;
}
/* .blog-comments .hs-submit {
text-align: center;
}
.blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.systems-page h4,.systems-page h2 {
    border: none;
}
.hs-error-msgs label:not(:empty) {
    display: inherit;
    max-width: 767px;
}

.content-wrapper.error-404 {
  max-width: 1200px !important;
}
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.error-page {
  padding:0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding:0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form#email-prefs-form h3 {
  border: none;
}
.systems-page .form-container .hs-form-field>label,
.systems-page .form-container .hs-input[type=checkbox] {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: auto;
  font-size: 1rem;
  max-width: 767px;
  width: 100%;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page.error-505 {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .systems-page .page-header h2 {
    font-size: 26px;
  }
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

}