/* ******************************************************************************
*********************************************************************************
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.
 */

html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  overflow-x: auto;
  overflow-y: scroll;
}

/**
 * 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.
 */


/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


/**
 * 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;
  max-width:100%;
}

/* 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: hidden;
}

/**
 * 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: 80px 20px;
}
.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: "Avenir-LT-W01_85-Heavy1475544";
  src: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2) format("woff2"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff) format("woff"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf) format("truetype"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg) format("svg"); 
  font-display: block; 
}

@font-face { 
  font-family: "Avenir-LT-W01_35-Light1475496"; 
  src: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2) format("woff2"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff) format("woff"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf) format("truetype"), 
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg) format("svg"); 
  font-display: block; 
}

@font-face {
  font-display: block;
  font-family:"Adobe-Caslon-W01-SmBd";
  src:url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/becfadb1-eaca-4817-afbd-fe4d61e1f661.woff2) format("woff2"),
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/6530bac7-21ac-4e52-a014-dce6a8d937ab.woff) format("woff"),
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/b34e8a45-c92d-4402-89bc-43cc51c6b4e0.ttf) format("truetype"),
    url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/fonts/0804bb4a-399c-4547-9fa8-0acf6268d8f6.svg);
}

body {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4em;
}

p {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
}

[style*="font-weight: bold"],
strong {
  font-family: "Avenir-LT-W01_85-Heavy1475544",Helvetica,sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #004712;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */

/* 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: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}
h3.form-title{
  padding:10px;
}
.hs-button {
  margin: 12px 0px 10px 0;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(102, 145, 113);
  transition: all .4s ease-in-out;
  background: transparent;
  border-radius: 0;
  color: rgb(102, 145, 113);
  font: normal normal normal 14px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 12px;
  cursor: pointer;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #8f3f2b !important;
}
input#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input:not([type=checkbox]):not([type=radio]) {
  color: #33475b;
  font-family: Helvetica,Arial,sans-serif;
  color: rgb(0, 71, 18);
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: rgba(245, 255, 254, 0)  ;
  border-color: rgb(191, 209, 195)  ;
  border:0;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 3px 3px 3px 5px;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  min-height: 37px;
  width: 100%;
}

.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;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-search-field__input,
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea:-moz-placeholder {
  color: #659171 !important;
}

textarea::-webkit-input-placeholder {
  color: #659171!important;
}
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: #8f3f2b;
  background: rgba(139, 0, 0, 0.2);
}
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: #8f3f2b;
}

.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 {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.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: avenir-lt-w01_35-light1475496,sans-serif;
}


form.hs-form input.hs-button{
white-space: normal;
}

@media (min-width: 481px) {
  .form-columns-2 {
    display: flex;
    align-items: end;
  }
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin:0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: 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;
}
/* Custom Anchor */
.custom-anchor {
  position: absolute;
  margin-top: -120px;
}


/* Home Banner */
.section--banner-home {
  padding: 50px 0;
  min-height: 587px;
}

.section--banner-inner {
  min-height: 1px;
}

.section--banner-home h1 {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

@media (max-width: 767px) {
  .section--banner-home {
    min-height: 400px;
  }
}

/* Section Inner */
.section--inner {
  position: relative;
}

.section--inner:before {
  content: '';
  height: 9px;
  width: 192px;
  position: absolute;
  top: 0;
  background-color: #004712;
}

.pseudo-hide:before {
  display: none !important;
}

/* Custom section header */
.custom-section-header {
  border-top: 5px solid rgba(0, 71, 18, 0.8);
}

.csh-element {
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
  margin-top: 30px;
  text-transform: uppercase;
}



/* Services Group */
.service-group__title {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

/* Feature Resource */
.feature-block {
  max-width: 550px;
  padding: 0 20px;
}

.feature-resource {
  font-size: 25px;
  transition: .4s;
}

.feature-resource:hover {
  background-color: #7ea388;
}


/* Gallery */
.gallery-link__item {
  height: 280px;
  margin-bottom: 20px;
  font-size: 24px;
  overflow: hidden;
}

.card-image img,
.gallery-link__item img {
  transform: scale(1);
  transition: .75s;
}

.card:hover .card-image img,
.gallery-link__item:hover img {
  transform: scale(1.3);
}


/* Testimonial Slider */


.testimonial-wrap:before {
  content: '';
  background-image: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/Mitchell_Construction_Group_January_2021/images/quote-1.png);
  width: 60px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 40px;
}

.u-bg--primary .testimonial-wrap:before {
  background-image: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/Mitchell_Construction_Group_January_2021/images/quote-dark-1.png);
}

.testimonial-wrap-inner {
  padding: 0 60px;
}

.testimonial-item {}

@media (max-width: 767px) {
  .testimonial-wrap-inner {
    padding: 0 30px;
  }
}

.slick--custom-arrow .slick-arrow,
.slick--inline .slick-arrow {
  background: url(data:image/png;base64,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) no-repeat;
  opacity: .5;
  transition: var(--trans, opacity .4s ease 0s);
  z-index: 10;
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 45px;
  cursor: pointer;
  left: -5px;
  background-position: 0 50%;
  border: 0;
  padding: 0;
  font-size: 0;
}

.slick--custom-arrow .slick-arrow:hover,
.slick--inline .slick-arrow:hover {
  opacity: 1;
}

.slick--custom-arrow .slick-arrow.slick-next,
.slick--inline .slick-arrow.slick-next {
  left: auto;
  right: -5px;
  background-position: 100% 50%;
}


/* Card */
.card h2,
.card h3 {
  color: #2F2E2E;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  margin: 0;
}

.card-lower {
  border: 1px solid #2F2E2E;
  border-top: 0px;
}

.card .faux-link {
  text-decoration: none;
}

.card:hover .faux-link {
  color: #7ea388;
}

.card-image {
  height: 190px;
}

/* CTA Section */
.section--cta h2,
.section--cta h3,
.section--cta h4,
.section--cta h5 {
  text-transform: uppercase;
}



@media (min-width: 768px) {
  .section--cta h2 {
    font-size: 43px;
  }
}


/* Team Feed */
.container-fluid .section--team {
  margin-left: -15px;
  margin-right: -15px;
}

.card--team {
  font-size: 14px;
}

.card--team h2,
.card--team h3 {
  font-size: 24px;
}

a.card--team .card--headshot img {
  transform: scale(1);
  transition: .4s;
}

a.card--team:hover .card--headshot img {
  transform: scale(1.2)
}

.card--headshot {
  height: 223px;
}

.card--team__details {
  padding: 10px 30px;
  background-color: #F2F2F2;
}

.modal--close {
  text-decoration: none !important;
}

.modal--team {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 90%;
  transform: translate(-50%, -50%);
}

.modal--team,
.modal--team p,
.crr-people-section .modal--team p {
  font-size: 15px;
  line-height: 1.35;
}

#gq3-reviews-widget {
  height: 403px;
  overflow-y: auto;
}

a.service-group img,
a.service-group h3 {
  opacity: 1;
  transition: .4s ease;
}

a.service-group:hover img,
a.service-group:hover h3 * {
  opacity: .8;
}

.service-body {
  position: relative;
  overflow: hidden;
}

.service-body__icon {
  position: absolute;
  left: 60%;
  top: 0;
  z-index: 1;
  width: 50%;
}

.service-body__icon img {
  height: auto;
}

/*** Video Slider ***/

.video-static-col {
  overflow: hidden;
}

.video-row:not(.video-slick) {
  margin-left: -40px;
  margin-right: -40px;
}

.video-item {
  width: calc(33.33% - 80px);
  margin: 0 40px;
  float: left;
  text-align: left;
  color: #707070;
}

@media (max-width: 1024px) {
  .video-row:not(.video-slick) .video-item {
    width: calc(50% - 80px);
  }
}

@media (max-width: 600px) {
  .video-row:not(.video-slick) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .video-row:not(.video-slick) .video-item {
    width: calc(100% - 20px);
    margin: 0 10px 30px;
  }
}

.video-item h3 {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  text-transform: uppercase;
}

.video-item__description {
  margin-top: 15px;
}

.video-thumb-launch {
  position: relative;
  padding-bottom: 56.15%;
  display: block;
}

.video-thumb-launch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.icon--play-hs {
  font-size: 3em;
  line-height: 1.5em;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 16%;
  height: 1rem;
  padding-bottom: 16%;
  margin-top: -8%;
  margin-left: -8%;
  border: 0 none;
  cursor: pointer;
  opacity: .8;
  border-radius: 50%;
  background-color: rgb(66, 91, 118);
}

.icon--play-hs svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  margin-top: 75px;
}
.crr-introi-section .page-center {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.crr-introi-section .page-center .crr-left-section {
  width: 100%;
  max-width: 160px;
  border-top: 5px solid rgba(0, 71, 18, 0.8);
  padding-top: 30px;
}

.crr-introi-section .page-center .crr-rght-section {
  width: 100%;
  max-width: calc(100% - 200px);
  border-top: 5px solid rgb(127, 163, 136);
  padding-top: 30px;
}

.crr-introi-section .page-center .crr-left-section h2 {
  font: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(0, 71, 18);
}

.crr-introi-section .page-center .crr-left-section p {
  font-size: 16px;
  line-height: 2em;
}

.crr-introi-section .page-center .crr-rght-section p {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.cnt-page .crr-introi-section .page-center .crr-left-section p {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}
.cnt-page .crr-right-section form {
  padding: 10px 10px;
  position: relative;
}

.cnt-page .crr-right-section form fieldset {
  max-width: 100% !important;
}

.cnt-page .crr-right-section form .field > label {
  display: none;
}

.cnt-page .crr-right-section form .hs-input {
  min-height: 40px;
}

.cnt-page .crr-right-section form .hs-input:hover {
  border: 0;
}

.cnt-page .crr-right-section form .hs-form-field {
  margin-bottom: 29px;
}

.cnt-page .crr-right-section form .hs-form-field .input {
  max-width: 320px;
  margin-right: 0 !important;
}

.cnt-page .crr-right-section form .hs-form-field + .hs-form-field .input {
  margin-left: auto;
}

.cnt-page .crr-right-section form .hs-input::placeholder {
  color: rgb(51, 108, 65);
}
.cnt-page .crr-right-section form .hs-form-field.hs_email {
  margin-bottom: 30px;
}

.cnt-page .crr-right-section form .hs-form-field.hs_address {
  position: absolute;
  right: 10px;
  width: 100%;
  top: 79px;
  max-width: 320px;
}

.cnt-page .crr-right-section form .hs-form-field.hs_address .hs-input {
  min-height: 110px;
}

.cnt-page .crr-right-section form .hs-form-field.hs_phone {
  margin-bottom: 36px;
}

.cnt-page .crr-right-section form .hs-form-field.hs_message .input {
  max-width: 100%;
}

.cnt-page .crr-right-section form .hs-form-field.hs_message {
  margin-bottom: 35px;
}

.cnt-page .crr-right-section form .hs-form-field.hs_message .input .hs-input {
  padding-top: 10.5px;
  padding-right: 10px;
  padding-left: 5px;
  padding-bottom: 3px;
  min-height: 120px;
  display: block;
}

.cnt-page .crr-right-section form .hs-form-field.hs_message .input .hs-input:hover {
  background: transparent;
  border-bottom: 1px solid rgb(0, 71, 18);
}

.cnt-page .crr-right-section form .hs-form-field.hs_recaptcha {
  max-width: 320px;
  float: left;
}

.cnt-page .crr-right-section form .hs_submit {
  float: right;
  padding-right: 39px;
}

.cnt-page .crr-right-section form .hs_submit .hs-button {
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 44.7px 9px 44.7px;
}
.cnt-page .crr-right-section form .hs-form-field+.hs-form-field ul.no-list.hs-error-msgs {
  padding-left: 10px;
}

.cnt-page .crr-right-section form .hs_error_rollup {
  position: absolute;
  bottom: 0;
}

.cnt-page .crr-right-section form:after {
  content: '';
  display: table;
  width: 100%;
}
.cnt-page .crr-main-section h6 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.cnt-page .crr-main-section h6 a {
  color: #fff;
}
.cl-page .crr-intro-section h5 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
}

.cl-page .crr-introi-section .page-center .crr-left-section p {
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
}
.cl-page .widget-type-section_header {
  border-top: 5px solid #004712cc;
}

.cl-page .widget-type-section_header h1 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
}

.cl-page  .crr-main-section h5 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
}
.nw-page .banner .banner-title-container h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
}
.nw-page .banner .banner-title-container h3 {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.nw-page .crr-introi-section .page-center .crr-left-section {
  padding-top: 51px;
}

.nw-page .crr-introi-section .page-center .crr-rght-section {
  padding-top: 16px;
}

.nw-page .crr-introi-section .page-center .crr-rght-section h2 {
  font: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 32px;
  margin-bottom: 16px;
}

.nw-page .crr-introi-section .page-center .crr-rght-section p {
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.03em;
}

.nw-page .crr-introi-section .page-center .crr-left-section p {
  font-size: 14px;
  line-height: 2.5em;
  text-align: center;
  letter-spacing: 0.03em;
}

.nw-page .crr-introi-section .page-center .crr-left-section p a {
  color: inherit;
}
.nw-page .button-module {
  justify-content: center !important;
}
.nw-page.cnt-page .crr-right-section form .hs_submit {
  padding-right: 90px;
  margin-top: 9px;
}
.sem-page h5 {
  line-height: normal;
  letter-spacing: normal;
}
.cnt-page .crr-right-section form select {
  line-height: 19.6px;
  height: 40px;
  font-size: 14px;
  color: rgb(127, 163, 136);
  border: 1px solid rgb(191, 209, 195);
  padding: 0;
  padding-left: 12px;
  padding-right: 45px;
  margin-top: 1px;
}

.ap-page.cnt-page .crr-right-section form .hs_submit {
  padding-right: 40px;
  margin-top: 0;
}

.ap-page.cnt-page .crr-right-section form .hs_submit .hs-button {
  margin-top: 10px;
  padding: 9px 30.7px;
}
.cnt-page .crr-right-section form .input {
  position: relative;
}

._2qifS {
  padding-left: 20px;
  padding-right: 20px;
  height: inherit;
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
}

._2qifS ._1blmf {
  width: 12px;
}

._2qifS ._1blmf svg._2SdRi {
  height: 100%;
  fill: rgb(127, 163, 136);
}
svg.date {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  right: 20px;
  position: absolute;
  top: 50%;
  fill: rgb(127, 163, 136);
}
.cnt-page .crr-right-section form .hs-form-field.hs-fieldtype-date .hs-input:hover {
  background-color: rgba(191, 209, 195, 0.5);
}
.ab-banner {
  background-image: url('https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/promise.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.ab-banner-title-container {
  padding: 0 40px;
  margin-bottom: 290px;
}

div#hs_cos_wrapper_section_title {
  max-width: 160px;
  position: relative;
  display: flex;
}

div#hs_cos_wrapper_section_title:before {
  height: 5px;
  width: 100%;
  content: '';
  display: block;
  background: rgba(0, 71, 18, 0.8);
  position: absolute;
  top: 0;
}

div#hs_cos_wrapper_section_title #hs_cos_wrapper_section_title_ {
  display: block;
  background: rgba(0, 71, 18, 0.8);
  margin-top: 40px;
  width: 100%;
  text-align: center;
  padding: 69px 10px;
  font-size: 18px;
  color: #fff;
  line-height: normal;
}

.ab-banner:before, .ab-banner:after {
  display: table;
  content: '';
  width: 100%;
}
.promise-content h6 {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
}
.promise-content .span3 {
  border-top: 5px solid rgba(0,71,18,0.8);
  padding-top: 45px;
}

.promise-content h3 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
}

.promise-content .span9 {
  padding-top: 50px;
}

.promise-content .span9 .span4 {
  border-top: 5px solid rgba(0,71,18,0.8);
  border-bottom: 5px solid rgba(0,71,18,0.8);
  padding: 15px 0;
  margin-top: 24px;
  max-width: 221px;
  margin-left: 19px;
  margin-bottom: 24px;
}
.crr-people-section .section-header {
  border-top: 5px solid rgba(0,71,18,0.8);
}

.crr-people-section .section-header h1 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 18px;
  margin-top: 30px;
}
.crr-people-section p {
  line-height: 1.5em;
  font-size: 14px;
}

.crr-people-section h6 {
  font: normal normal normal 12px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-size: 12px;
}

.crr-people-section h5 {
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  font-family: Avenir-LT-W01_35-Light1475496;
}
.promise-content .span9 .span4:first-child {
  margin-left: 0;
}
.crr-Rewards-section .section-header {
  border-top: 5px solid rgba(0,71,18,0.8);
  padding-top: 49px;
}

.crr-Rewards-section .section-header h1 {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.crr-Rewards-section .button-module {
  justify-content: center !important;
}

.crr-Rewards-section form {
  position: relative;
  max-width: 640px;
}

.crr-Rewards-section form fieldset {
  max-width: 100% !important;
}

.crr-Rewards-section form .field > label {
  display: none;
}

.crr-Rewards-section form .hs-input {
  min-height: 30px;
}

.crr-Rewards-section form .hs-input::placeholder {
  color: rgb(51, 108, 65);
}

.crr-Rewards-section form .field {
  margin-bottom: 12px;
}

.crr-Rewards-section form .field .hs-input:hover {
  background: transparent;
  border-color: rgba(191,209,195,1.0);
}

.crr-Rewards-section form .form-columns-2 .field {
  max-width: 305px;
}

.crr-Rewards-section form .form-columns-2 .field + .field {
  display: block;
  margin-left: auto;
  float: none;
}

.crr-Rewards-section form .field .input {
  margin-right: 0 !important;
}
.crr-testi-section .section-header {
  border-top: 5px solid rgba(0,71,18,0.8);
  padding-top: 45px;
}
.crr-testi-section .section-header h1 {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

iframe {
  max-width: 100%;
  border: 0;
}

.crr-Rewards-section form .actions {
  text-align: center;
}

.crr-Rewards-section form .actions .hs-button {
  line-height: 22.4px;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
  font-size: 16px;
  color: rgb(127, 163, 136);
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
}
video {
  max-width: 100%;
}
.crr-Video-section .ad-image-container {
  max-width: 340px;
  margin-left: 70px;
}

.crr-Video-section p {
  max-width: 331px;
  margin-left: 50px;
}
.crr-Video-section .ad-image-container a {
  height: 175px;
  overflow: hidden;
}
.crr-Awards-section .section-header {
  border-top: 5px solid rgba(0,71,18,0.8);
  padding-top: 35px;
}
.crr-Awards-section .section-header h1 {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.p-open{
  overflow:hidden;
}
.cnt-page .crr-right-section form select, .cnt-page .crr-right-section form .hs-dateinput input {
  cursor: pointer;
}
.cnt-page .fn-date-picker .pika-table thead th {
  background-color: transparent;
  color: #333;
  border: 1px solid #000;
  text-decoration: none;
}
.cnt-page .fn-date-picker .pika-table thead th abbr {
  text-decoration: none;
}
.fn-date-picker td .pika-button:hover {
  color: #000 !important;
}
.cnt-page.ap-page .crr-right-section form .hs-form-field+.hs-form-field ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.ap-page.cnt-page .crr-right-section form .hs_submit .hs-button:hover {
  background-color: rgba(127, 163, 136,1);
  border-color: rgba(127, 163, 136,1);
}
.main-pop-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(127, 163, 136, 0.75);
  top: 0;
}
.main-pop-container .pop-content {
  max-width: 680px;
  margin: 0 auto;
  background: rgb(252, 254, 253);
  position: relative;
  padding: 0 40px;
}

.main-pop-container .pop-content .close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  font-size: 0;
  top: 17px;
  cursor: pointer;
}
.main-pop-container .pop-content .close-button ._3fr2u{
  width: 100%;
  height: 100%;
}
.main-pop-container {
  overflow: hidden;
  overflow-y: auto;
}

.main-pop-container .pop-content .pop-title-container {
  text-align: center;
  font-family: georgia,palatino,book antiqua,palatino linotype,serif;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(0, 71, 18);
  margin-top: 32px;
}

.main-pop-container .pop-content:before, .main-pop-container .pop-content:after {
  display: table;
  content: '';
}
.pop-border {
  height: 5px;
  background: rgb(127, 163, 136);
  margin-top: 33px;
  margin-bottom: 15px;
}

.main-pop-container .pop-content h5 {
  font-weight: bold;
  color: #336C42;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

.main-pop-container .pop-content h6 {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}

.main-pop-container .pop-content p {
  font-size: 12px;
  line-height: 1.2em;
}

.main-pop-container .pop-content ul {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: .5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  font-size: 12px;
}

.main-pop-container .pop-content ul li {
  line-height: 1.1em;
}

.main-pop-container .pop-content ul li p {
  font-size: 12px;
  line-height: 1.1em;
}

.main-pop-container .pop-content p a {
  color: #009ABF;
}
.pop-border.bottom {
  margin-top: 24px;
  margin-bottom: 23px;
}

.main-pop-container .pop-bottom-container {
  text-align: center;
}

.main-pop-container .pop-bottom-container p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  color: #004712;
  letter-spacing: 0.03em;
}

.main-pop-container .pop-bottom-container h5 {
  color: #004712;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 18px;
}
.main-pop-container .pop-content .close-button.bottom {
  position: static;
  width: auto;
  height: auto;
  text-align: center;
  margin-bottom: 35px;
}

.main-pop-container .pop-content .close-button.bottom .close-button-inner {
  font-size: 12px;
  line-height: normal;
  border: 3px solid rgb(102, 145, 113);
  display: inline-block;
  padding: 10px 48.9px;
  transition: all .4s ease;
  cursor: pointer;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
  color: rgb(102, 145, 113);
}

.main-pop-container .pop-content .close-button.bottom .close-button-inner:hover {
  background: rgb(127, 163, 136);
  color: #fff;
  border-color: rgb(127, 163, 136);
}
.nw-page .button-module a:hover {
  background: rgb(127, 163, 136);
  color: #fff;
  border-color: rgb(127, 163, 136);
}
.custom-image-gallery-wrapper .gallery-subtitle h5 {
  margin-bottom: 0;
}

.custom-image-gallery-wrapper .gallery-subtitle h5:first-of-type {
  margin-top: 29px;
}
@media (max-width:991px){
  .cnt-page .crr-right-section form .hs-form-field+.hs-form-field {
    padding-left: 10px;
  }

  .cnt-page .crr-right-section form .hs-form-field {
    width: 50%;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_address {
    width: calc(50% - 20px);
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_message {
    width: 100%;
  }

  .cnt-page .crr-right-section form .hs_submit {
    padding-right: 0;
  }
  .nw-page.cnt-page .crr-right-section form .hs_submit {
    padding-right: 0;
  }
  .ap-page.cnt-page .crr-right-section form .hs_submit {
    padding-right: 0;
  }
  .crr-Rewards-section form .form-columns-2 .field+.field {
    padding-left: 15px;
  }
}
@media (max-width:767px){
  .body-wrapper {
    margin-top: 65.13px;
  }
  .crr-introi-section .page-center {
    padding: 0 10px;
  }

  .crr-page .banner .banner-title-container h4 {
    margin-top: 55px !important;
    margin-bottom: 56px !important;
  }

  .crr-introi-section .page-center .crr-left-section {
    max-width: 130px;
    padding-top: 10px;
    margin-top: -2px;
  }

  .crr-introi-section .page-center .crr-rght-section {
    max-width: 100%;
    margin-top: 15px;
    padding-top: 20px;
  }

  .crr-introi-section .page-center .crr-left-section h2 {
    font-size: 21px;
    white-space: nowrap;
  }

  .crr-introi-section .page-center .crr-left-section p {
    font-size: 13px;
  }

  .crr-introi-section .page-center .crr-rght-section p {
    font-size: 14px;
  }

  .cnt-page .crr-introi-section .page-center .crr-left-section {
    max-width: 100%;
    padding-top: 25px;
  }

  .cnt-page .crr-introi-section .page-center .crr-left-section p {
    font-size: 13px;
  }

  .cnt-page .crr-introi-section .page-center .crr-rght-section {
    border: 0;
  }

  .cnt-page .crr-right-section form {
    padding: 8px 0;
  }

  .cnt-page .crr-right-section form .hs-input {
    font-size: 13px;
    min-height: 36px !important;
    width: 100% !important;
  }

  .cnt-page .crr-right-section form .hs-form-field {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .cnt-page .crr-right-section form .hs-form-field+.hs-form-field .input {
    max-width: 100% !important;
    margin-left: 0;
  }
  .cnt-page .crr-right-section form .hs-form-field .input {
    max-width: 100%;
  }
  .cnt-page .crr-right-section form .hs-form-field+.hs-form-field {
    padding: 0;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_address {
    position: static;
    width: 100%;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_address .hs-input {
    font-size: 15px;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_message .input .hs-input {
    font-size: 12.8571px;
    min-height: 120px !important;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_message {
    margin-bottom: 35px !important;
  }

  .cnt-page .crr-right-section form .hs-form-field.hs_recaptcha {
    float: none;
    margin-bottom: 35px !important;
  }

  .cnt-page .crr-right-section form .hs_submit {
    float: none;
    text-align: center;
  }

  .cnt-page .crr-right-section form .hs_submit .hs-button {
    margin: 0;
    font-size: 14px;
    padding: 8.5px 51px;
  }
  .cl-page .banner .banner-title-container h2 {
    margin-top: 55px !important;
    margin-bottom: 56px !important;
  }

  .cl-page .crr-introi-section .page-center .crr-left-section {
    max-width: 100%;
  }

  .cl-page .crr-introi-section .page-center .crr-rght-section {
    margin-top: 10px;
  }

  .cl-page .row-fluid .span3 {
    max-width: 130px;
  }

  .cl-page .crr-main-section p {
    font-size: 13px;
  }

  .cl-page .crr-main-section h5 {
    white-space: nowrap;
  }
  .nw-page .banner .banner-title-container h3 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
    font-size: 13px;
  }

  .nw-page .crr-introi-section .page-center .crr-rght-section h2 {
    font-size: 25px;
    color: rgb(0, 71, 18);
  }
  .nw-page .crr-introi-section .page-center .crr-rght-section p {
    font-size: 12px;
  }

  .nw-page .crr-introi-section .page-center .crr-rght-section p span {
    font-size: 12px !important;
  }

  .nw-page.cnt-page .crr-right-section form .hs_submit {
    padding-right: 0;
  }
  .nw-page .crr-introi-section .page-center .crr-left-section p {
    font-size: 14px;
  }
  .sem-page .crr-intro-section h5,
  .sem-page .crr-intro-section h5 span {
    font-size: 13px !important;
  }
  .ap-page.cnt-page .crr-introi-section .page-center .crr-rght-section {
    padding-top: 0;
    margin-top: 0;
  }

  .ap-page.cnt-page .crr-introi-section .page-center .crr-left-section {
    padding-top: 18px;
  }

  .ap-page.cnt-page .crr-right-section form .hs-input {
    font-size: 15px;
    width: 100% !important;
  }

  .ap-page.cnt-page .crr-right-section form .hs-input {
    height: 36px;
  }

  .cnt-page.ap-page .crr-right-section form .hs-form-field.hs_message .input .hs-input {
    font-size: 15px;
    min-height: 38px !important;
  }

  .ap-page.cnt-page .crr-right-section form .hs_submit .hs-button {
    padding: 8.5px 35.7px;
    margin-bottom: -1px;
    margin-top: 0;
  }

  .sem-page .crr-introi-section .page-center .crr-left-section h2 {
    font-size: 23px;
    margin-bottom: 26px;
    white-space: normal;
  }

  .ab-banner-title-container{
    padding-left:10px;
    padding-right:10px;
  }

  .promise-content .span9 .span4 {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .ab-page .banner .banner-title-container h3 {
    font-size: 15px;
    margin-top: 55px !important;
    margin-bottom: 56px !important;
  }
  div#hs_cos_wrapper_section_title {
    max-width: 130px;
  }

  div#hs_cos_wrapper_section_title #hs_cos_wrapper_section_title_ {
    margin-top: 10px;
    font-size: 15px;
    padding: 55px 10px;
  }

  .ab-banner {
    background-image: none;
  }

  .ab-banner .page-center {
    background-image: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/promise.jpg);
  }

  .ab-banner .page-center:after {
    display: table;
    content: '';
  }

  .ab-banner-title-container {
    margin-bottom: 108px;
  }

  .promise-content .span3 {
    padding-top: 16px;
  }

  .promise-content h6, .promise-content h6 span {
    font-size: 16px !important;
  }

  .promise-content h3 {
    font-size: 14px;
  }

  .promise-content .span9 p,
  .promise-content .span9 p span {
    font-size: 14px !important;
  }

  .promise-content .span9 .span4 {
    padding-top: 5px;
    padding-bottom: 4px;
    margin: 0;
  }
  .ab-page .section-header h1 {
    font-size: 15px;
  }

  .crr-people-section .section-header h1 {
    margin-top: 10px;
  }

  .crr-people-section p {
    font-size: 15px;
  }

  .crr-people-section p {
    font-size: 13px;
  }

  .crr-people-section h5 {
    font-size: 13px;
  }
  .crr-Rewards-section .section-header {
    padding-top: 15px;
  }

  .crr-Rewards-section .section-header h1 {
    font-size: 16px;
  }

  .ad-image-container a img {
    width: 100%;
  }

  .ab-page .button-module a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .crr-Rewards-section p {
    font-size: 13px;
  }

  .crr-Rewards-section form .form-columns-2 .field {
    max-width: 100%;
  }

  .crr-Rewards-section form .form-columns-2 .field+.field {
    padding: 0;
  }
  .crr-Rewards-section form .hs-input {
    min-height: 39px;
  }
  .crr-Rewards-section form .hs-input {
    min-height: 39px;
  }

  .crr-testi-section .section-header {
    padding-top: 10px;
  }

  .crr-testi-section .section-header h1 {
    font-size: 16px;
  }

  .crr-testi-section p {
    font-size: 13px;
  }
  .crr-Video-section .ad-image-container {
    max-width: 100%;
    margin-left: 0;
  }

  .crr-Video-section .ad-image-container a {
    height: auto;
  }
  .crr-Video-section p {
    max-width: 100%;
    margin-left: 0;
  }

  .crr-Video-section p, .crr-Video-section p span {
    font-size: 16px !important;
  }
  .ab-page .section-header h1 {
    font-size: 16px;
  }

  .crr-Awards-section .section-header {
    padding-top: 10px;
  }

  .crr-Awards-section p {
    font-size: 13px;
  }
  .cnt-page.ap-page .crr-right-section form .hs_error_rollup {
    position: static;
    padding-bottom: 10px;
  }

  .cnt-page.ap-page .crr-right-section form .hs-form-field+.hs-form-field ul.no-list.hs-error-msgs {
    padding-left: 0;
  }
  .main-pop-container {
    padding: 0 10px;
  }

  .main-pop-container .pop-content .pop-title-container {
    font-size: 21px;
    margin-top: 53px;
  }

  .main-pop-container .pop-content {
    padding: 0 20px;
  }

  .main-pop-container .pop-content .close-button {
    width: 18px;
    height: 18px;
    top: 15px;
    right: 20px;
  }

  .pop-border {
    margin-top: 40px;
    margin-bottom: 23px;
  }

  .main-pop-container .pop-content h5 {
    font-size: 15px;
  }

  .main-pop-container .pop-bottom-container p {
  }

  .main-pop-container .pop-bottom-container h5 {
    font-size: 16px;
    margin-bottom: 33px;
  }

  .pop-border.bottom {
    margin-bottom: 19px;
  }

  .main-pop-container .pop-content .close-button.bottom .close-button-inner {
    font-size: 13px;
    padding: 9.5px 56.1px;
  }
  .cnt-page .crr-main-section h6 {
    padding-left: 0;
    font-size: 15px;
  }
  .cnt-page .crr-right-section form .hs-form-field+.hs-form-field ul.no-list.hs-error-msgs {
    padding-left: 0;
  }
  .cnt-page .crr-right-section form .hs_error_rollup {
    position: static;
  }
  .crr-people-section h6 {
    font-size: 11px;
  }
}












body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.btn {
  margin: 20px 0;
}

.btn-danger {
  font-size: 16px;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.popup-image-gallery .modal-dialog {
  width: 100%;
}

.popup-image-gallery .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.popup-slider-for {
  position: relative;
  min-height: 300px;
  z-index: 2;
}

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

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

.popup-slider-for:after {
  content: "\e030";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: -1;
  color: #fff;
  opacity: .75;
}

.popup-slider-for,
.main-image {
  text-align: center;
  margin-bottom: 0;
}

.popup-slider-for .slick-slide img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.popup-slider-nav .thumbnail-image {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}

.popup-slider-nav .thumbnail-image,
.popup-slider-nav .thumbnail-image img {
  display: block;
  width: 140px;
  height: 100px;
}

.popup-slider-nav .thumbnail-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.popup-slider-nav .thumbnail-image:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-slider-nav .slick-current:after,
.popup-slider-nav .slick-current:hover:after,
.popup-slider-nav .slick-center:after,
.popup-slider-nav .slick-center:hover:after {
  background-color: transparent;
}

.pagingInfo {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.popup-slider-for .slick-next,
.popup-slider-for .slick-prev {
  width: auto;
  height: auto;
  z-index: 1;
}

.popup-slider-for .slick-prev {
  left: 0;
}

.popup-slider-for .slick-prev:before,
.popup-slider-for .slick-next:before,
.popup-slider-for:after {
  font: normal normal 30px/1 'Glyphicons Halflings';
}

.popup-slider-for .slick-prev:before {
  content: "\e257";
}

.popup-slider-for .slick-next:before {
  content: "\e258";
}

.popup-slider-for .slick-next {
  right: 0;
}

.popup-image-gallery .close-icon {
  top: 0;
}

.slick-slide {
  outline: 0;
}

.close-btn {
  background-color: transparent;
  color: #fff;
  position: absolute;
  right: 30px;
  z-index: 3;
  font-size: 24px;
  margin: 0;
  opacity: .75;
}

.close-btn:hover,
.close-btn:focus {
  color: #fff;
  opacity: 10;
}

.popup-image-gallery .modal-dialog {
  margin: 0;
}

/*  Popup Slider */

.slick-lightbox:after,.slick-lightbox:before {
  content: "";
  display: table;
}

.slick-lightbox:after {
  clear: both;
}

.slick-lightbox {
  background-color: rgba(0,0,0,.9) !important;
}

.slick-lightbox button.slick-prev.slick-arrow, .slick-lightbox button.slick-next.slick-arrow {
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  width: 33%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: .9;
  transition: opacity .5s ease 0s;
  background: transparent;
  z-index: 10;
}

.slick-lightbox button.slick-next.slick-arrow {
  right: 17px;
}

.slick-lightbox button.slick-prev.slick-arrow {
  left: 0;
}

.slick-lightbox-inner button.slick-lightbox-close {
  display: inline-block;
  right: 40px;
  top: 34px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 500;
}
.slick-lightbox-close:before {
  font-size: 40px !important;
}
.slick-lightbox-inner span.slick-lightbox-slick-caption {
  letter-spacing: .2px;
  font: 12px Helvetica Neue,HelveticaNeueW01-55Roma,HelveticaNeueW02-55Roma,HelveticaNeueW10-55Roma,Helvetica,Arial,sans-serif;
  text-align: center;
  font-size: 16px;
  margin: 20px auto;
  color: #fff;
  font-weight: 100;
  font-family: Helvetica;
  display: block;
}
.custom-advanced-search ul.hs-search-field__suggestions:empty {
  display: none;
}
.slick-lightbox-inner .slick-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 35px 0 50px;
  transition: opacity .5s ease 0s;
}

.slick-lightbox-inner .slick-slide img.slick-lightbox-slick-img {
}


.custom-image-gallery-wrapper .gallery-top-title h4 {
  font-size: 18px;
  color: #004712;
  line-height: normal;
  letter-spacing: normal;
  margin: 0px 0px 16px 0;
  font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
}
.slick-lightbox button.slick-prev.slick-arrow:before {
  content: '';
  display: block;
  width: 18px;
  height: 31px;
  background: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/left.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 51px;
}

.slick-lightbox button.slick-next.slick-arrow:before {
  content: '';
  display: block;
  width: 18px;
  height: 31px;
  background: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 70px;
}

.slick-lightbox button.slick-arrow {
  display: flex !important;
  align-items: center;
  font-size: 0;
}
.slick-lightbox button.slick-next.slick-arrow {
  justify-content: flex-end;
}
.listing-tags .nav__main__dropdown:hover .nav__main__droplist {
  opacity: 1;
  visibility: visible;
}

.listing-tags .nav__main__droplist .nav__main_item {
  display: block;
  margin-left: 0;
  height: auto;
  padding: 15px 30px;
  border-top: 1px solid rgba(47, 46, 46, 0.1);
}

.listing-tags .nav__main__droplist .nav__main_item:hover {
  color: rgb(97, 110, 137);
}

.listing-tags .nav__main__droplist .nav__main_item:first-child {
  border: 0;
}
.slick-lightbox-inner {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.slick-lightbox-inner span.slick-lightbox-slick-caption span {
  color: #fff;
  font-weight: 100;
  font-family: Helvetica;
  white-space: pre-line;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .3px;
  max-width: 100%;
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .popup-image-gallery .modal-body {
    padding: 0;
  }
  .popup-image-gallery .modal-dialog {
    margin-top: 20px;
  }
  .popup-image-gallery .close-icon {
    top: -20px;
  }
  .popup-slider-for .slick-prev {
    left: 12px;
  }
  .popup-slider-for .slick-next {
    right: 12px;
  }
  .cnt-page .crr-right-section form textarea.hs-input::placeholder {
    font-size: 15px !important;
  }
}
/* resource filters */
.resource-cats {
  padding-bottom: 40px;
}

.resource-cats span {
  display: block;
  margin: 0 2px;
  padding: 0 12px;
  border-right: 1px solid #7EA388;
  color: #7EA388;
  font-size: 18px;
  transition: .4s ease;
  line-height: 1;
  cursor: pointer;
}

.resource-cats span:last-child {
  border: none;
}

.resource-cats span:hover {
  color: #004712;
}

.resource-cats span.mixitup-control-active,
.resource-cats span.default-active {
  color: #004712;
  font-family: Avenir-LT-W01_85-Heavy1475544;
}

/* resource cards */
.card--resource {
  margin-bottom: 40px;
  border: 1px solid #707070;
}

.card--resource a {
  text-decoration: none!important;
}

.card__img {
  
}

a.card__imglink {
  padding-bottom: 56.25%;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

a.card__imglink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__cat {
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.card__details {
  
}


.card__title {
  font-size: 24px;
  font-family: Avenir-LT-W01_35-Light1475496;
  padding: 10px 10px 20px;
  margin: 0;
}

.card__title a {
  color: #004712!important;
  font-family: Avenir-LT-W01_35-Light1475496!important;
}

.card__title a:hover {
  color: #7ea388!important;
}

.card__cta {
  color: #fff;
  padding: 5px 10px;
  font-family: Avenir-LT-W01_35-Light1475496;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: transparent;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 160px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* ========================= Custom Header =========================== */

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px 0px;
  z-index: 999;
}

html.hs-inline-edit header.header {
  position: static!important;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}

.header-logo {
  margin: 14px 0;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.header-menu-wrapper {
  width: calc(100% - 160px);
  margin-top: 21px;
  margin-bottom: 19px;
  padding-left: 38px;
}

.header-menu-wrapper .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.header-menu-wrapper .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  float: left;
  border-left: 1px solid rgb(127, 163, 136);
  text-align: center;
}

.header-menu-wrapper .hs-menu-wrapper > ul > li:first-child {
  border: 0;
}

.header-menu-wrapper .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 0 40px;
  transition: all .4s ease 0s;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: rgb(127, 163, 136);
}

.header-menu-wrapper .hs-menu-wrapper > ul > li:last-child > a {
  padding: 0 50px;
}

.header-menu-wrapper .hs-menu-wrapper > ul > li > a:hover {
  color: rgb(0, 71, 18);
  background-color: #fff;
}

.header-menu-wrapper .hs-menu-wrapper > ul > li.active > a,
.header-menu-wrapper .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgb(0, 71, 18);
  background-color: #fff;
}

.header-menu-wrapper .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  transition: all .4s ease 0s;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  min-width: 191px;
  opacity: 0;
  visibility: hidden;
  margin-top: 7px;
  right: 50%;
  transform: translateX(50%);
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li {
  position: relative;
  border-top: 1px solid rgb(127, 163, 136);
}

.header-menu-wrapper .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  right: auto;
  transform: none;
  margin: 0;
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li:first-child {
  border: 0;
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 .5em;
  line-height: 27px;
  color: rgb(127, 163, 136);
  font-size: 12px;
  text-transform: uppercase;
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li a:hover {
  color: rgb(0, 71, 18);
  background-color: transparent;
}

.header-menu-wrapper .hs-menu-wrapper > ul ul li.active > a,
.header-menu-wrapper .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgb(0, 71, 18);
  background-color: transparent;
}

.header-menu-wrapper .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper a {
  text-align: left;
  text-transform: none;
  padding: .5rem 1em;
  line-height: 1.25;
}

.header-menu-wrapper .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-border {
  background-color: rgb(127, 163, 136);
  height: 5px;
}
div#hs_cos_wrapper_header_logo:after {
  width: 100%;
  height: 5px;
  background-color: rgba(0, 71, 18, 0.8);
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 14px);
}
div#hs_cos_wrapper_header_logo:before {
  width: 150%;
  height: 5px;
  background-color: #fff;
  content: '';
  position: absolute;
  left: -40px;
  top: calc(100% + 14px);
}

@media (min-width:768px){

  .header-menu-wrapper .hs-menu-wrapper>ul > li.hs-item-has-children:hover:after {
    display: block;
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    top: 100%;
  }

}

@media (max-width: 1090px) {
  .header-menu-wrapper .hs-menu-wrapper>ul ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    right: 100%;
    left: auto;
  } 
}

@media (max-width:1024px){
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    padding: 0 27px;
  }

  .header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0 27px;
  }

  div#hs_cos_wrapper_header_logo:before {
    width: 135%;
    left: -27px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-menu-wrapper .hs-menu-wrapper>ul {
    justify-content: space-between;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li:not(:first-child) {
    margin-left: 10px!important;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li {
    width: 20%;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    display: block;
    width: 100%;
    font-size: 15px!important;
  }
}

@media (min-width: 768px) {
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    transition: color .4s ease 0s;
  }
}



@media (max-width:767px){
  .header-inner {
    padding: 0;
    justify-content: space-between;
  }

  .header .page-center {
    padding: 0 10px;
  }

  .header-logo {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 11px;
  }

  .mobile-trigger {
    margin: 10px 0;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 99;
  }

  .mobile-trigger-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgb(127, 163, 136);
  }

  .mobile-trigger-inner .onc0L {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
  }

  .mobile-trigger-inner .onc0L ._3HSgv {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
    background: #fff;
  }

  .mobile-trigger-inner .onc0L ._3HSgv:nth-child(2) {
    top: 0;
    margin: auto;
    bottom: 0;
  }

  .mobile-trigger-inner .onc0L ._3HSgv:nth-child(3) {
    bottom: 0;
  }

  div#hs_cos_wrapper_header_logo:before {
    top: calc(100% + 11px);
    width: 129%;
  }

  div#hs_cos_wrapper_header_logo:after {
    top: calc(100% + 11px);
  }
  .header-menu-wrapper-mobile {
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 0;
    position: fixed;
    z-index: -1;
    left: 100%;
    background: rgb(127, 163, 136);
    transition: all .25s ease-in-out;
    overflow: hidden;
    overflow-y: auto;
  }

  .mobile-open .header-menu-wrapper-mobile {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 2;
  }

  .mobile-open .mobile-trigger-inner {
    background: transparent;
  }

  .mobile-open .mobile-trigger-inner .onc0L ._3HSgv {
    background: rgb(0, 71, 18);
  }

  .mobile-open .mobile-trigger-inner .onc0L ._3HSgv:nth-child(1) {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }

  .mobile-open .mobile-trigger-inner .onc0L ._3HSgv:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger-inner .onc0L ._3HSgv:nth-child(3) {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }
  .header-menu-wrapper-mobile .hs-menu-wrapper {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 6px;
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul {
    position: relative;
    display: block;
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul > li {
    display: block;
    position: relative;
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul > li > a {
    color: rgb(0, 71, 18);
    font-size: 20px;
    line-height: 49px;
    display: block;
  }

  .child-trigger {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 12px;
    height: 49px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .child-trigger ._2Bi6K {
    margin: 0 20px;
    min-width: 12px;
    width: 1em;
    pointer-events: none;
  }

  .child-trigger ._2Bi6K svg {
    pointer-events: none;
    fill: rgb(0, 71, 18);
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul ul {
    display: none;
  }
  .header-menu-wrapper-mobile .hs-menu-wrapper>ul li.active-branch > ul {
    display: block;
  }
  .header-menu-wrapper-mobile .hs-menu-wrapper > ul ul li {
    display: block;
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul ul li a {
    padding: 0 10px;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 49px;
    text-transform: uppercase;
  }
  .active-branch > .child-trigger ._2Bi6K {
    transform: rotate(180deg);
  }
  .child-open .child-trigger ._2Bi6K {
    transform: rotate(180deg);
  }

  .header-menu-wrapper-mobile .hs-menu-wrapper > ul ul li.active > a,
  .header-menu-wrapper-mobile .hs-menu-wrapper > ul ul li.active-branch > a {
    color: rgb(0, 71, 18);
  }
  body.mobile-open {
    overflow: hidden;
  }
}
.footer {
  background-color: rgb(127, 163, 136);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .logo--em {
    position: relative;
  }

  .logo--em:before {
    background-color: #ffffff7d;
    content: "";
    height: 80%;
    left: -1.5rem;
    position: absolute;
    top: 2%;
    width: 1px;
  }

}

.footer-copyright {
  margin-top: 23px;
  margin-bottom: 22px;
}

.footer-copyright p {
  line-height: 1.3em;
  font-size: 12px;
  color: #fff;
}

.footer .page-center {
  padding-left: 40px;
}

.cm-bck-t-top {
  display:none;
}
@media (max-width:767px){
  .footer .page-center {
    padding: 0 15px;
    text-align: center;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-copyright {
    margin-top: 5px;
    margin-bottom: 9px;
  }

  .footer-copyright p {
    line-height: 1.3em;
    font-size: 11px;
  }

  .cm-bck-t-top {
    position: fixed;
    bottom: 87px;
    width: 44px;
    height: 44px;
    --icon-opacity: 1;
    margin-right: 0px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .5s,opacity .5s ease 0s;
    display: inherit;
  }

  .cm-bck-t-top.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

}
/* ******************************************************************************
*********************************************************************************
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;
}
.blog-section .content-wrapper {
  padding: 0 20px !important;
}
.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: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-post img {
  max-width: 100%;
}
.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: avenir-lt-w01_85-heavy1475544,sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.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: avenir-lt-w01_85-heavy1475544,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;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* Wix Blog Style */
.blog-section .content-wrapper {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.listing-wrap .content-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.listing-form-wrap {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  background: #f4f8fa;
  padding-top: 1px;
  margin-top: 15px;
}
.listing-form {
  padding-bottom: 20px;
}
.listing-form-body {
  padding: 40px;
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  box-shadow: 0 4px 8px 0 rgb(53 105 128 / 30%), 0 6px 20px 0 rgb(165 200 213 / 41%);
}
.listing-tags-search {
  margin: 0 -20px;
}
.hidden-desktop {
  display: none !important;
}
.listing-tags-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.listing-tags {
  display: flex;
  width: 100%;
  height: 80px;
}
.nav {
  width: 70%;
  margin: 0;
}
.listing-tags {
  position: relative;
  z-index: 50;
  width: 80%;
}
.nav__main {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
}
a.nav__main_item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  cursor: pointer;
  height: 80px;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  width: auto;
  background: transparent;
  border: 0;
  color: #2F2E2E;
}
a.nav__main_item, 
.rec-col-1 a.blog-link-hover-color,
ul.post-tags a {
  color: rgb(47, 46, 46);
}
.listing-tags a.nav__main_item,
.listing-tags .nav__main__dropdown label {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}
.listing-tags a.nav__main_item:hover {
  color: rgb(97, 110, 137);
}
a.nav__main_item+a.nav__main_item {
  margin-left: 40px;
}
.nav__main__dropdown {
  height: 80px;
  vertical-align: middle;
  position: relative;
}
.nav__main__dropdown {
  display: none;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  padding: 5px;
}
#navBtn {
  display: none;
}
.nav__main__dropdown label {
  border: 0;
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  cursor: pointer;
  height: 80px;
  font: normal normal normal 14px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
  width: auto;
  background: transparent;
  padding-top: 0;
  border: 0;
  padding-bottom: 0;
  color: #061b3f;
  position: relative;
  top: -4px;
}
.listing-tags a.nav__main_item, 
.listing-tags .nav__main__dropdown label {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.listing-tags label svg {
  position: relative;
  top: 4px;
  margin-left: 3px;
  width: 1em;
}
.nav__main__droplist {
  position: absolute;
  width: 200px;
  top: 100%;
  font-size: 16px;
  right: 0;
}
.nav__main__droplist {
  background: #fff;
  padding-top: 22px;
  box-shadow: 0 10px 11px 0 rgb(0 0 0 / 5%);
  top: calc(100% - 22px);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
  right: auto;
  left: 24px;
}
.listing-tags .nav__main__droplist {
  width: auto;
}
.listing-search-wrap {
  position: relative;
  z-index: 80;
}
.hs-search-field {
  position: relative;
}
.custom-advanced-search .hs-search-field__bar {
  position: relative;
}
.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
  height: 16px;
}
span.search-toggle {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: #000;
}
.custom-advanced-search .hs-search-field__input {
  transition: all .5s ease;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  line-height: normal;
  color: rgba(245,154,40,1);
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: 0;
  font: normal normal normal 22px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
  line-height: normal;
}
.custom-advanced-search .hs-search-field__input {
  color: #000;
}
.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  opacity: .4;
}
.custom-advanced-search .close-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.custom-advanced-search form:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all .5s ease;
  background-color: rgb(47, 46, 46);
  bottom: 0;
  position: relative;
  margin-top: 6px;
}
.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: #000;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  max-width: 500px;
  border-color: #ccc !important;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 99;
}
.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination {
  clear: both;
}
.post-listing .post-item {
  padding: 20px;
  width: 100%;
}
.post-listing .post-item .post-item-inner {
  background-color: rgba(255,255,255,1);
  font-family: raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  line-height: normal;
  color: #31302c;
  display: flex;
}
.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 36.2%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 48.5%;
}
.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-post-body-sec {
  display: flex;
  flex-direction: column;
  padding: 24px 36px;
  line-height: normal;
  width: 51.5%;
}
.byline {
  font-size: 12px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-item .byline {
  padding-bottom: 13px;
}
.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.post-item .post-auth-name {
  line-height: 0.9;
}
.hs-blog-post .body-imag img {
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  display: block !important;
}
.hs-blog-post .post-body:after,
.hs-blog-post .post-body:before,
div.table:after,
div.table:before{
  display: block;
  content: "";
  clear: both;
}
.table {
  display: flex;
  flex-wrap: wrap;
}
.table > div {
  width: 50%;
}
.table > div p {
  color: inherit !important;
}

.byline .byline-author-sec {
  padding-left: 0;
  margin-top: 10px;
  font: normal normal normal 12px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  color: rgb(47, 46, 46);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.post-body.clearfix {
  padding-top: 12px;
}
.post-auth-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  display: block;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}
.post-auth-name {
  display: flex;
}
.byline-date {
  color: rgb(47, 46, 46);
}
.byline-date {
  padding-left: 10px;
}
p.post-auth-name {
  margin: 0;
}
.post-item .byline-date p {
  font: normal normal normal 12px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-family: inherit;
  color: rgb(47, 46, 46);
  height: 19px;
  display: flex;
  align-items: center;
}
.post-item .byline-date p:hover {
  color: rgb(97, 110, 137);
}
.post-item .byline-date .date,
.post-item .byline-date span.sep-dot,
.post-item .byline-date span.reading-minutes {
  opacity: .8;
}
span.sep-dot {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
span.sep-dot:after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  background-color: #000;
  margin: 0 8px;
}
.post-listing span.sep-dot::after {
  margin: 0 5px;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.share-icon-wrapper {
  position: relative;
}
.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
  top: -3px;
}
.share-btn svg {
  fill: #000;
}
.custom-share-pop1 {
  display: none;
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 25px 17px;
  cursor: pointer;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  fill: rgba(49,48,44,1);
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: rgb(0, 71, 18);
  line-height: normal;
}
.blog-icon-fill {
  fill: rgba(50,65,88,1);
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.custom-share-pop1 .custom-share-pop1-action-btn svg.blog-icon-fill {
  fill: rgb(0, 71, 18);
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: #fff !important;
  fill-rule: evenodd;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all .4s;
  opacity: 0;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #fff;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  max-width: 296px;
  background-color: rgb(242, 242, 242);
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  font: normal normal bold 28px/1.4em wfont_02251b_513ce338e4bd4adf9c708e42691e8ce9,wf_513ce338e4bd4adf9c708e426,orig_garamond;
  padding: 60px;
  color: rgb(0, 71, 18);
  font-size: 28px;
  line-height: normal;
  padding: 36px 30px;
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a svg {
  fill: #fff;
  vertical-align: -6px;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.shre-link-box-pop {
  display: none;
}
.custom-social-share-pop .share-pop-title {
  font: normal normal normal 28px/35px avenir-lt-w01_35-light1475496,sans-serif;
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 71, 18);
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 40px;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #31302c;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: -3px;
  top: -1px;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #000;
  height: 40px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp {
  font-weight: bold;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  padding: 0 12px;
  text-align: center;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  color: rgb(97, 110, 137);
  border-color: rgb(97, 110, 137);
  font-weight: normal;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(97, 110, 137);
  color: rgba(255,255,255,1);
  border: 0;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 26px;
  z-index: 900;
  right: 29px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  background-color: rgb(242, 242, 242);
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all .4s;
}
.search-open .custom-advanced-search form {
  width: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
  outline: none !important;
}
.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search form:after {
  opacity: .5;
}
.search-open span.search-toggle {
  position: absolute;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.cm-blog-title {
  position: relative;
  width: 100%;
  background: rgba(0, 71, 18, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 69px 0px 69px 0;
  max-width: 160px;
}
.cm-blog-header .row-fluid {
  position: static;
  display: flex;
  height: auto;
  width: 100%;
}
.cm-blog-title h1,
.cm-blog-title h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: normal;
}
.cm-blog-subtitle {
  background: rgb(127, 163, 136);
  width: 100%;
  margin-left: 40px;
  letter-spacing: 0.02999999906335558em;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  padding: 30px;
  max-width: calc(100% - 240px);
}
.cm-blog-header .page-center {
  padding: 40px 0 0 40px;
}
.hs-blog-listing, .hs-blog-post {
  background-color: transparent !important;
}
.custom-advanced-search .hs-search-field__input {
  color: rgb(47, 46, 46);
  height: auto;
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  min-height: auto;
}
.post-header h2 {
  font: normal normal normal 28px/35px avenir-lt-w01_35-light1475496,sans-serif;
  color: rgb(47, 46, 46);
}
.post-header h2:hover {
  color: rgb(97, 110, 137);
}
.cm-blog-inner-content {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
}
.post-item-footer {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  margin-top: 5px;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 19px;
  font-size: 12px;
  line-height: normal;
  margin-top: auto;
}
.post-item-footer a {
  opacity: .8;
  color: #000;
  font-weight: normal;
}
.post-listing .post-item + .post-item {
  padding-top: 12px;
}
.no-img > .blog-post-body-sec {
  width: 100%;
}


/* Post Page */
.blog-post-content-wrap {
  max-width: 980px;
  margin: 0 auto;
  float: none;
  padding: 0 20px 20px;
}
.post-tags-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.custom-post-blog-section {
  padding: 60px;
  border: 1px solid rgba(255,255,255,0.75);
  line-height: normal;
  font-weight: 400;
  margin-top: 20px;
  border-color: #ddd;
  border-color: #CCCCCC;
  color: #2F2E2E;
  font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.blog-post-wrapper.cell-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
.hs-blog-post .byline {
  padding: 0;
}
.cm-post-author {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cm-post-author span.avtar-img {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background-position: center;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}
.hs-blog-post .byline .byline-author-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.post-author-bio {
  display: flex;
}
.hs-blog-post .byline .author-name {
  padding-left: 12px;
  color: rgba(49,48,44,1);
}
.hs-blog-post .byline-date, .hs-blog-post .byline .author-name a {
  color: #000;
}
span.author-icon {
  display: flex;
  cursor: pointer;
}
.author-icon svg {
  vertical-align: middle;
  margin-top: -1px;
  fill: rgba(49,48,44,1);
      height: 19px;
    width: 19px;
}
span.dot-sep {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
span.dot-sep:after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  background-color: #000;
  margin: 0 8px;
  display: inline-block;
}
.hs-blog-post .byline-date {
  opacity: .8;
}
.post-byline-wrap .byline-date {
  padding: 0;
}
.hs-blog-post .post-header {
  margin-bottom: 70px;
  margin-top: 24px;
  padding-top: 0;
}

.hs-blog-post .post-header h1,
.hs-blog-post .post-header h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin: 25px 0 0;
  font: normal normal bold 40px/50px raleway,sans-serif;
  line-height: normal;
  color: rgba(50,65,88,1);
}

.hs-blog-post .post-header h1 strong,
.hs-blog-post .post-header h2 strong {
  line-height: normal;
  font: normal normal bold 28px/1.4em wfont_02251b_513ce338e4bd4adf9c708e42691e8ce9,wf_513ce338e4bd4adf9c708e426,orig_garamond;
}
.post-feat-img {
  position: relative;
  text-align: center;

  margin-bottom: 15px;
}
.post-feat-img a.img-pop {
  display: block;
}
.post-feat-img img {
  max-width: 100%;
}

a.share_pinterest {
  border-radius: 2px;
  text-indent: 20px;
  width: auto;
  padding: 0 4px 0 0;
  text-align: center;
  text-decoration: none;
  font: 11px/20px "Helvetica Neue",Helvetica,sans-serif;
  font-weight: bold;
  color: #fff !important;
  background: #111 url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/pinterst.svg) 3px 50% no-repeat;
  background-size: 14px 14px;
  -webkit-font-smoothing: antialiased;
  background-color: #111;
  box-shadow: none;
  color: #fff !important;
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  z-index: 5;
}
.hs-blog-post .post-body {
  color: #000;
}
.blog-post-page, .hs-blog-post .post-body {
  font: normal normal normal 18px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
  line-height: 1.5;
}
.hs-blog-post .post-body p {
  margin: 0 0 24px;
  font-family: inherit;
  word-break: break-word;
  font-size: 18px;
  color: rgb(47, 46, 46);
}
.hs-blog-post .post-body blockquote {
  margin-top: 15px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 15px;
  border-color: rgba(62,92,148,1);
  margin-right: none !important;
  margin-left: none !important;
  padding: none !important;
  border-left-width: 2px;
  font-size: 24px;
  border-left-style: solid;
}
a.share_facebook:hover svg {
  fill: #4464a3;
}

a.share_twitter:hover svg {
  fill: #55acee;
}

a.share_googleplus:hover svg {
  fill: #0077b5;
}

li.copyLinkItem:hover svg {
  fill: #616E89;
}
.post-follow-us-wrapper {
  border-top: 1px solid rgba(49,48,44,0.2);
  border-bottom: 1px solid rgba(49,48,44,0.2);
  margin-top: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  visibility: visible;
  opacity: 1;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title {
  display: flex;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  transform: translateY(0);
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-col-inner {
  padding: 60px;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop {
  max-width: 452px;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop  .shre-link-box-pop {
  display: block;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title svg.blog-icon-fill {
  fill: #2F2E2E;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title span {
  margin-left: 12px;
  font-size: 16px;
  color: #2F2E2E;
  font-weight: normal;
}
.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-topics ul.post-tags {
  display: flex;
}
.post-topics ul.post-tags {
  flex-wrap: wrap;
}
ul.post-tags li.tag-sep {
  margin: 0 8px;
}
.custom-bolg-bottom-share-grp {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(49,48,44,1);
}
.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}
.custom-blog-post-share-icon-wrap svg {
  fill: #000;
}
.custom-blog-post-share-icon-wrap ul li+li {
  margin-left: 30px;
}

.rec-posts-wrapper {
  padding-top: 23px;
}
.rec-col-1 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.rec-col-1 h3 {
  font: inherit;
  color: #000;
}
.rec-col-1 a.blog-link-hover-color {
  font-size: 14px;
}
.rec-inner-wrapper {
  display: flex;
  margin: 0 -17px;
}
.rec-post-item {
  width: 100%;
  flex: 1 1 100%;
}
.rec-post-item-inner {
  margin: 0 17px;
  height: 100%;
  max-width: 100%;
  border: 1px solid;
  border-color: #ddd;
  background: #fff;
}
.rec-feat-img {
  width: 100%;
}
.hs-featured-image-link {
  border: 0;
}
.post-itm-bg {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.rec-post-body {
  height: auto;
  padding: 24px;
}
.rec-post-body h4 {
  font: normal normal bold 28px/1.4em wfont_02251b_513ce338e4bd4adf9c708e42691e8ce9,wf_513ce338e4bd4adf9c708e426,orig_garamond;
  font-size: 18px;
}
.rec-post-body h4 a {
  color: #000;
}
.rec-post-footer {
  font-size: 12px;
  color: inherit;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.20);
  margin: auto 0 0;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 0;
  visibility: hidden;
}
.hs-blog-post .custom-social-share-popup-wrapper .custom-social-share-pop {
  background: #fff;
}

.hs-blog-post .custom-advanced-search .hs-search-field__input {
  top: -5px;
  color: #2F2E2E;
}
.hs-blog-post .custom-advanced-search form:after {
  margin-top: -2px;
}
.hs-blog-post .search-open span.search-toggle {
  top: -1px;
}
.hs-blog-post .post-header h1 strong,
.hs-blog-post .post-header h2 strong {
  color: #2F2E2E;
  font: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
}
.hs-blog-post .post-header {
  margin-top: 32px;
  margin-bottom: 20px;
}
.hs-blog-post .byline-right-col {
  margin: 0 -10px 0 0;
}
.hs-blog-post .share-icon-wrapper {
  top: 3px;
}
.hs-blog-post .pop-one-open .custom-share-pop1 {
  background: #fff;
}
.hs-blog-post .custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  color: #2F2E2E;
}
.hs-blog-post .custom-share-pop1 .custom-share-pop1-action-btn svg.blog-icon-fill {
  fill: #2F2E2E;
}
.blog-post-page, .hs-blog-post .post-body {
  font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.5;
}
.rec-post-wrap.rec-post-desk {
  padding: 20px 0;
}
.rec-post-item-inner {
  border-color: #CCCCCC;
}
.rec-post-body h4 a {
  font: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  text-decoration: ;
  line-height: normal;
  font-size: 18px;
  color: #2F2E2E;
}
.rec-post-body h4 a:hover {
  color: #616E89;
}
.rec-post-content {
  margin-bottom: 15px;
}

.body-imag span.zoomIcon svg {
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 11
}

.body-imag:hover span.zoomIcon svg {
  opacity: 1
}

.body-imag a {
  display: block;
  width: 100%;
  max-width: 740px
}

.body-imag span.zoomIcon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 12px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  right: 12px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.body-imag:hover span.zoomIcon {
  opacity: 1
}

.body-imag {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px
}
.fancybox-button {
  z-index: 99999;
  position: relative;
}
body .fancybox-bg {
  background: #fff;
}
body .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.post-body p {
  line-height: 1.5;
}
.cm-blog-inner-content a:hover * {
  color: #616e89;
}


.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 100px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
  cursor: pointer;
  font-size: 40px;
  opacity: .9 !important
}

.fancybox-button--arrow_left:before {
  background: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/fancy-left-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: rotate(-180deg)
}

.fancybox-button--arrow_right:before {

  background: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/fancy-right-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center
}

.fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-button--arrow_right {
  right: 0
}

.fancybox-button--arrow_left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fancybox-button--arrow_right::after,.fancybox-button--arrow_left::after {
  left: 0
}

.fancybox-navigation .fancybox-button svg {
  display: none
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
  top: 50% !important
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  box-sizing: content-box;
  z-index: 1001;
  padding: 10px;
  position: fixed;
  right: 28px;
  top: 17px;
  background: transparent;
  width: 27px;
  height: 27px;
  color: #000 !important;
  border: hidden;
  cursor: pointer
}

button.fancybox-button.fancybox-button--fsenter,button.fancybox-button.fancybox-button--fsexit {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: url(https://8793672.fs1.hubspotusercontent-na1.net/hubfs/8793672/raw_assets/public/Mitchell_Construction_Group_January_2021/images/fullscreen.svg);
  position: fixed;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px
}

button.fancybox-button.fancybox-button--fsenter svg,button.fancybox-button.fancybox-button--fsexit svg {
  display: none
}
.post-topics ul.post-tags a:hover {
  color: #616E89;
}
.custom-social-share-pop .share-pop-title {
  color: #2F2E2E;
}
.rec-post-mob .slick-dots li button {
  display: none;
}

.rec-post-mob .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2F2E2E;
  opacity: .2;
}

.rec-post-mob .slick-dots li.slick-active {
  background-color: #616E89;
  opacity: 1;
}

.rec-post-mob .slick-dotted.slick-slider {
  padding-bottom: 30px;
}

.rec-post-mob .slick-dots {
  bottom: 0;
}
.blog-post-content-wrap .byline-date {
  color: rgb(47, 46, 46);
}
.rec-col-1 a.blog-link-hover-color:hover {
  color: #616E89;
}
.share-btn:hover svg {
  fill: rgb(97, 110, 137);
}
.post-item-footer a:hover {
  color: rgb(97, 110, 137);
}
.rec-post-footer a {
  display: inline-flex;
  font: inherit;
  overflow: hidden;
  color: rgb(47, 46, 46);
}

.rec-post-footer a span._3SpES {
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
}

.rec-post-footer a span._3SpES svg.blog-icon-fill.blog-link-hover-fill {
  fill: #2F2E2E;
}

.rec-post-footer a span._3SpES span.MlM6L {
  margin-left: 6px;
}

.rec-post-footer a span._3SpES svg.blog-icon-fill.blog-link-hover-fill:hover {
  fill: #616E89;
}


@media (min-width: 768px){
  .rec-post-slider-wrap {
    overflow: hidden;
  }

  .listing-tags-search.hidden-desktop {
    display: none !important;
  }
  .hs-blog-listing .custom-advanced-search form {
    margin-right: 0;
    right: 16px;
  }
  .hs-blog-listing .custom-advanced-search ul.hs-search-field__suggestions {
    top: 109%;
    margin-top: 11px;
  }
  .pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 452px;
  }
  .pop-two-open .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 60px;
  }
  .hs-blog-listing .custom-advanced-search form {
    margin-right: 0;
    right: 16px;
  }
  .post-chat-box {
    display: none;
  }
  .rec-post-mob {
    display: none;
  }
}


@media (max-width: 767px) {
  .hs-blog-post .byline .author-name {
    padding-left: 0;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .listing-tags-search-wrap {
    height: auto;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    background-color: rgb(97, 110, 137);
  }
  .listing-tags-search-wrap span.m-blog-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
  }
  .custom-advanced-search {
    height: 50px;
    display: flex;
    flex-direction: column;
    transition: .5s ease;
    width: 48px;
    transition: .5s ease;
    float: right;
    margin-left: auto;
  }
  .custom-advanced-search>div {
    width: 100%;
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
  }
  .custom-advanced-search .hs-search-field,
  .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    width: 100%;
    height: 100%;
  }
  .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    margin-right: -17px;
    display: flex;
    flex-direction: column;
  }
  .custom-advanced-search .hs-search-field__bar:after {
    background: transparent;
  }
  .custom-advanced-search form {
    height: 50px;
    width: auto;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
  }
  span.search-toggle {
    position: absolute;
    width: 20px;
    height: 100%;
    right: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: rgba(255,255,255,1);
    cursor: pointer;
    top: 0;
    left: auto;
  }
  .custom-advanced-search .hs-search-field__input {
    margin-left: 20px;
    width: calc( 100% - 20px);
    color: #fff;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    padding-left: 32px;
    padding-top: 3px;
  }
  span.close-arrow-trigger {
    position: absolute;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    left: -4px;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  .search-open span.close-arrow-trigger {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 50;
    color: #fff;
    left: -4px;
    top: 0;
  }
  span.close-arrow-trigger svg {
    fill: #fff;
  }
  .search-open .custom-advanced-search .hs-search-field__input {
    padding-right: 20px;
    display: inline-block;
  }
  .search-open span.search-toggle {
    position: absolute;
    top: 0;
    left: 22px;
  }
  .search-open .custom-advanced-search form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .search-open .custom-advanced-search {
    width: 100%;
    transition: .5s ease;
  }
  .search-open span.m-blog-title {
    display: none;
  }
  .cm-blog-header .page-center {
    padding: 10px;
    padding-bottom: 11px;
  }
  .cm-blog-title h1,
  .cm-blog-title h3 {
    font-size: 15px;
  }
  .cm-blog-title {
    padding: 55.5px 0;
    max-width: 43%;
  }
  .cm-blog-subtitle {
    max-width: 100%;
    width: 57%;
    margin-left: 10px;
    font-size: 11px;
    padding: 10px;
  }
  .custom-advanced-search form:after {
    background-color: #fff;
    margin: 0;
    width: calc(100% - 23px);
    position: absolute;
    bottom: 7px;
    right: 0;
  }
  span.close-arrow-trigger span.close-arrow {
    display: block;
    height: 18px;
  }
  .m-listing-tags ul.l_tinynav1 {
    display: none;
  }
  .m-listing-tags #tinynav1 {
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    padding-left: 18px;
    padding-right: 18px;
    color: rgb(0, 71, 18);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
  }
  .m-listing-tags {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    font-size: 14px;
    background-color: rgb(242, 242, 242);
  }
  .m-listing-tags span.down-arow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 37px;
  }
  .post-listing .post-item {
    padding: 0;
  }
  .post-listing .post-item .post-item-inner {
    display: block;
  }
  .hs-featured-image-wrapper {
    width: 100%;
    background: none !important;
    padding: 0;
  }
  .hs-featured-image-wrapper img {
    position: static;
    display: block;
  }
  .hs-featured-image-wrapper > a {
    display: block;
  }
  .blog-post-body-sec {
    padding: 30px 18px 25px;
    width: 100%;
  }
  .cm-blog-inner-content {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    padding-bottom: 18px;
  }
  .share-btn {
    top: -2px;
    margin: 0;
    position: relative;
    right: -9px;
  }
  .pop-one-open .custom-share-pop1 {
    right: 20px;
    top: 27px;
  }
  .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 100%;
  }
  .pop-sharebox span {
    margin-right: 24px;
  }
  .custom-social-share-pop .share-pop-title {
    margin-bottom: 24px;
  }
  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 28px 16px;
  }
  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    width: 50%;
  }
  .hs-blog-post .custom-advanced-search .hs-search-field__input {
    color: #fff;
  }

  .hs-blog-post .m-listing-tags {
    background: #fff;
  }

  .hs-blog-post .m-listing-tags #tinynav1 {
    color: #2F2E2E;
  }

  .hs-blog-post .blog-icon-fill {
    fill: #2F2E2E;
  }

  .custom-post-blog-section {
    border: 0;
    padding: 16px 0 0;
  }

  .blog-post-content-wrap {
    padding: 0 18px;
  }

  .hs-blog-post .byline-right-col {
    margin: 0;
  }

  .hs-blog-post .post-header h1,
  .hs-blog-post .post-header h2 {
    margin: 0;
  }

  .hs-blog-post .post-header {
    margin-top: 10px;
  }

  .blog-post-page, .hs-blog-post .post-body {
    font-size: 16px;
    line-height: 1.5;
  }

  .post-follow-us-wrapper {
    display: block;
    border-top: 0;
    height: auto;
    padding-bottom: 20px;
  }

  .post-follow-us-wrapper .post-topics {
    padding-bottom: 10px;
  }

  .post-chat-box {
    padding-top: 15px;
  }

  .rec-post-wrap.rec-post-desk {
    display: none;
  }

  .rec-post-wrap.rec-post-mob {
    padding-top: 20px;
  }
  .rec-post-item-inner {
    margin: 0 5px;
  }
  .hs-blog-post {
    overflow-x: hidden;
  }
  .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-col-inner {
    padding: 28px 16px;
  }
  .hs-blog-post .post-body p {
    font-size: 16px;
  }
  .hs-blog-post .byline .byline-author-sec {
    font-size: 12px;
  }

  .hs-blog-post .byline .byline-author-sec {
    flex-wrap: wrap;
    padding-left: 10px;
  }
  span.dot-sep:after {
    margin: 0 2px;
  }
  .hs-blog-post .byline .byline-author-sec .post-author-bio + span {
    display: none;
  }
  .hs-blog-post .byline .byline-author-sec .post-author-bio {
    display: flex;
    width: 100%;
  }
  .hs-blog-post .blog-post-content-wrap .byline-date {
    width: 100%;
  }
}
.hs-blog-listing .post-body p {
  opacity: .8; 
}
.hs-blog-post .byline-date span.dot-sep:after {
  margin: 0 4.5px;
}
.hs-blog-post .post-header h1,
.hs-blog-post .post-header h2 {
  margin-top: 0;
}
.hs-blog-post .post-header {
  margin-top: 28px;
  margin-bottom: 26px;
}
.hs-blog-post .post-follow-us-wrapper {
  margin-top: 35px;
  padding-top: 1px;
  height: 62px;
}
.section.post-body h2 {
  font: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: 1.5;
}
.body-imag + center {
  font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  display: block;
  text-align: center;
  padding: 3px 0 18px;
  background: none;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 767px) {
  .hs-blog-post .m-listing-tags #tinynav1 {
    padding: 0 20px;
  }
  .custom-post-blog-section {
    padding-top: 20px;
  }
  .hs-blog-post .post-header {
    margin-top: 10px;
  }
  .hs-blog-post .post-header h1 strong,
  .hs-blog-post .post-header h2 strong {
    font-size: 26px;
  }
  .table > div {
    width: 100%;
    padding: 0 !important;
  }
  .table > div > div {
    width: calc(50% - 10px);
    max-width: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 15px;
  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: avenir-lt-w01_85-heavy1475544,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.content-wrapper {
  padding: 0 0 !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
.systems-page {
  padding: 3rem 10px;
}
.systems-page ul.no-list {
  padding: 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: avenir-lt-w01_85-heavy1475544,sans-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;
}


/* Seminar Page  */


.sem-page .crr-rght-section h2 {
  margin: 0 0 20px;
  line-height: normal;
  letter-spacing: normal;
  min-height: 50px;
  height: auto;
  color: rgb(0, 71, 18);
  font-weight: 400;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}

.sem-page .crr-main-section .row-fluid .span3+.span9 {
  margin-top: 42px !important;
  margin-bottom: 62px !important;
}
ul.hs-search-results__listing li {
  font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  background: #fff;
  padding: 28px 18px 25px;
  border: 1px solid;
  cursor: default;
  margin-bottom: 20px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  color: rgb(0, 71, 18);
  background-color: rgb(242, 242, 242);
  border-color: rgba(204, 204, 204, 0);
}

.hs-search-results {
  padding: 0 10px;
}

.hs-search-results__title {
  overflow-wrap: break-word;
  font-weight: inherit;
  word-break: break-word;
  color: rgb(0, 71, 18);
  font-size: 28px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  text-decoration: none;
}

.hs-search-results__title:hover {
  color: rgb(97, 110, 137);
}

.hs-search-results__description {
  opacity: .8;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  font-size: 16px;
}

@media (max-width:767px) {

  .sem-page .banner .banner-title-container h2 {
    margin: 53px 0px 53px 0;
  }

  .sem-page .crr-rght-section h2 {
    font-size: 27px !important;
  }

  .sem-page.cnt-page .crr-main-section h6 {
    padding-left: 20px;
  }

  .sem-page .crr-main-section .row-fluid .span3+.span9 {
    margin-top: 0 !important;
    margin-bottom: 43px !important;
  }

  .sem-page.cnt-page .crr-main-section h6 {
    font-size: 15px !important;
  }
  .hs-search-results__title {
    font-size: 26px;
  }
  
  .hs-landing-page .dnd-section>.row-fluid .dnd-column {
    padding-bottom: 15px;
  }
  
}