/* ******************************************************************************
*********************************************************************************
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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 50px 0px;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  width: 100%;
}
.dnd-section[class*="full-width"]>.row-fluid {
    width: 100% !important;
}
.dnd-section > .row-fluid {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  width:90%;
}


.banner-area .dnd-section > .row-fluid{
  padding: 0;
  width:100%;
}

.page-center{
  width:90%;
}

@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: ETmodules;
  src: url(//cdn2.hubspot.net/hubfs/2973703/Wjohnsonassociates_May2020/Fonts/modules.eot);
  src: url(//cdn2.hubspot.net/hubfs/2973703/Wjohnsonassociates_May2020/Fonts/modules.eot?#iefix) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/fonts/modules.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/fonts/modules.woff) format("woff");
  font-weight: 400;
  font-style: normal
}


html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 2;
  letter-spacing: -.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-family: Lato, sans-serif;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text p:last-of-type {
  padding-bottom: 0;
}

/* Anchor Links */
a {
  color: #1f4c3e;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: 1em;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

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: 10px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* 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: 0;
}

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

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}


.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, .body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, .body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription, .hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, .body-container-wrapper .submitted-message, .body-container-wrapper #hs_cos_wrapper_password_prompt, .body-container .submitted-message{
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 31px 40px 38px;
  margin: 10px 0 0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f4c3e;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 2.1px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #1f4c3e;
  padding: 8px 78px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  width: auto;
  text-decoration: none !important;
}

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

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


.hs-form label {
  font-weight: bold;
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 2;
  letter-spacing: -0.3px;
  padding-left: 20px;
  margin-bottom: 8px;
  margin-top: -7px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
[type="checkbox"], [type="radio"] {
  
    width: auto !important;
}
.hs-input,
form input{
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  border-radius: 27px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #9b9992;
  padding: 10px 20px;
}

.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: rgb(31, 76, 62);
  text-align: center;
}

.hs-input::-webkit-input-placeholder {
  color: rgb(31, 76, 62);
  text-align: center;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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:1px solid #790000;
}
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:1px solid #790000;
}

.actions {
  padding: 30px 0 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;
}

.hs-form-field {
  margin-bottom: 15px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: #790000;
  margin-left: 4px;
}
textarea.hs-input {
  min-height: 160px;
}
.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #3c3c3c;
}
.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;
}
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .hs-error-msgs label {
  display: block;
  padding: 8px 5px;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  background-color: rgba(255,223,224,.25);
  color: #790000 !Important;
  font-weight: 700;
  letter-spacing: normal;
  font-size: 11.32px;
  line-height: inherit;
  margin-top: 10px;
  text-align: left;
  text-transform: none;
}
form .hs_error_rollup .hs-error-msgs label {
  display: block;
  color: #790000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: transparent;
  text-transform: none;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, sans-serif;
}
@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100% !important;
    max-width:100% !important;
  }
  form{
    max-width:100% !important;
  }
}

@media (max-width: 576px) {
  .hs-form label {
    margin-bottom: 3px;
  }
  .hs-form-field {
    width: 100% !important;
  }
  .hs-form-field .input {
    margin: 0 !important;
  }
  .hs-button, .button--primary {
        line-height: 1;
    width: 100%;
    margin: 0 0 16px;
        padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  textarea.hs-input {
    min-height: 120px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >ul {
    display: none;
}

@media (min-width: 981px){
	.custom-menu-primary .hs-menu-wrapper > ul {
    color: #1f4c3e;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.92;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children >ul {
    display: none;
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    width: 125px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    padding: 0 23px;
}



.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #ac9b69;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	text-decoration:none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover >ul {
    display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.menu-who-we-serve>ul {
    width: 400px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.menu-who-we-serve>ul >li{
	  display: inline-block;
    width: 48%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul >li {
  
    line-height: 2.67;
    letter-spacing: .3px;
    text-align: center;
    text-transform: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover >a:before {content: "";display: block;content: '';position: absolute;top: 100%;width: 100%;height: 35px;}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover >a:after {
    display: block;
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 2;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 35px 35px 35px;
    height: 0;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul >li >a:hover {
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.menu-how-we-serve-you > ul{
	width: 205px;
}
	
}

@media (max-width: 980px){
	.custom-menu-primary.mobile {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: calc(100% - 40px);
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.mobile-open .custom-menu-primary.mobile {
    display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper >ul >li > a {
    display: block;
    padding: 15px 20px;
    color: #1f4c3e;
    font-size: 24px;
    font-weight: 700;
    font-family: "Frank Ruhl Libre", serif;
    line-height: 1.2;
    letter-spacing: -.5px;
}
	
	.custom-menu-primary.mobile .hs-menu-wrapper>ul>li {
    position: relative;
}

.child-trigger {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arrow-down.svg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 58px;
}
	.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    padding: 0 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul >li >a {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: -.5px;
}
	
	
}
/* ******************************************************************************
*********************************************************************************
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;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



.contact-banner .banner_area {
  padding-top: 185px;
  padding-bottom: 200px;
}
.contact-banner .banner-content p {
  font-family: "Frank Ruhl Libre", serif;
}
.contact-banner .banner-heading {
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  font-weight: bold;
}
.contact-row1 .dnd-section>.row-fluid {
  margin-top: -125px;
}
.contact-row1 {
  position: relative;
  z-index: 9;
}

.contact-row1 .span6:first-child {
  padding-right: 42px;
}
.custom-address-card-wrapper {
  margin-top: 10px;
}
.cm-map-holder {
  padding-top: 40px;
}
.cm-map-inner {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  width: 100%;
  border-radius: 15px;
}
.cm-map-inner iframe {
  width: 100% !important;
  display: block;
}
.home-banner .banner_area {
  padding-top: 200px;
  padding-bottom: 160px;
  max-height: none;
}
.banner_area:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc.svg);
}

.home-banner .banner-heading {
  max-width: 672px;
}
.custom-home-row1 h1 {
  padding-bottom: 60px;
  font-size: 4.5rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.5rem;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}

.custom-home-row1 p {
  margin-bottom: 75px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #696762!important;
  font-size: 16px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 75px;
}
.home-banner .banner-heading p {
  padding-bottom: 0;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  color: #1f4c3e;
  font-family: "Frank Ruhl Libre", serif;
}
.home-banner .banner-heading{
  padding-bottom: 18px;
}

.home-banner .banner-sub-text p {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.3px;
  color: #1f4c3e;
  font-size: 16px;
  font-family: Lato, sans-serif;
}
.home-banner .banner-sub-text {
  padding-bottom: 58px;
}
.banner_area[class*="banner-events"] {}

.banner_area[class*="bannerevents"] {
  min-height: 630px;
  padding-top: 120px;
  max-height: none;
  padding-bottom: 0;
}
.banner_area[class*="bannerevents"] .banner-sub-text p a {
  color: #1f4c3e !important;
  text-decoration: none !important;
}
.banner_area[class*="bannerevents"] .banner-heading {
  padding-bottom: 21px;
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #1f4c3e;
  font-family: "Frank Ruhl Libre",serif;
  max-width: 100%;
}

.banner_area[class*="bannerevents"] .banner-heading p {
  font-family: "Frank Ruhl Libre",serif;
}

.banner_area[class*="bannerevents"]  .banner-sub-text {
  max-width: 500px;
  padding-bottom: 56px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #1f4c3e;
  font-family: Lato,sans-serif;
}

.banner_area[class*="bannerevents"] .banner-sub-text p {
  font-family: Lato,sans-serif;
}
.custom_btn, a.cta_button.custom_btn,
.body-container-wrapper .hs_cos_wrapper_type_module>.hs-button{
  line-height: 1.7em;
  position: relative;
  min-width: 280px;
  transition: all 300ms ease 0ms;
  display: inline-block;
  padding: 16px 30px;
  color: #1f4c3e;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato,sans-serif;
  line-height: 1.7em;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-decoration:none !important;
}

.custom_btn:hover , a.cta_button.custom_btn:hover,
.body-container-wrapper .hs_cos_wrapper_type_module>.hs-button:hover{
  padding: 16px 30px;
  color: #ac9b69 !important;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
}

.custom-image-tabber ul a {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arrow.svg);

}

.custom-home-row2 .hs_cos_wrapper_type_rich_text {
  color: #696762;
  font-size: 16px;
  text-align: right;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.custom-home-row3 .dnd-section {
  background-position: 0% 60px!important;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: 47% !important;
  background-repeat: no-repeat;
  margin-left: -20px;
}

.custom-home-row3 .dnd-section h2 {
  max-width: 485px;
  padding-top: 20px;
  padding-bottom: 28px;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: #1f4c3e;
}

.custom-home-row3 .dnd-section h5 {
  max-width: 497px;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: rgba(172,155,105,0.75);
  padding: 0;
}

.custom-home-row3 .dnd-section p {
  max-width: 511px;
  padding-bottom:29px !important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #696762;
  margin-bottom: 0;
}

.body-container-wrapper .custom-home-row3 .hs_cos_wrapper_type_module>.hs-button {
  min-width: 375px;
  margin: 0;
}

.btn{
  display: inline-block;
  padding: 16px 30px;
  color: #1f4c3e;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  line-height: 1.7em;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  text-decoration:none !important;
}
.btn.is-gold {
  color: #fff;
  background-color: #ac9b69;
}

.btn.is-gold:hover {
  background-color: #1f4c3e;
}
.contact-banner .banner-heading {
  max-width: 560px;
}

.custom-home-row4 h1 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
  padding: 0;
}
.custom-home-row4 .row-fluid .span6.dnd-column:first-child {
  margin-left: 0;
}

.custom-home-row4 .row-fluid .span6.dnd-column {
  width: 47.25%;
  margin-left: 5.5%;
}


.custom-home-row3.custom-home-row5 .dnd-section {
  padding-top: 25px;
  padding-left: 65px;
  padding-bottom: 0;
  background-position: top left !important;
  margin-left: 0;
  margin-bottom: 136px;
}

.custom-home-row3.custom-home-row5 .dnd-section ul {
  padding: 30px 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  letter-spacing: -0.3px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #696762;
  margin: 0 0 29px;
  max-width: 520px;
}

.custom-home-row3.custom-home-row5 .dnd-section ul li {
  padding-bottom: 10px;
}
.custom-home-row3.custom-home-row5 .dnd-section h2 {
  max-width: 100%;
  padding: 0 0 40px;
  line-height: 1.27;
  padding-left: 0px;
}
.banner-section.our-invest-banner {}

.banner-section.our-invest-banner .banner-heading {
  padding-bottom: 29px;
  max-width: 482px;
  font-family: FrankRuhlLibre;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  color: #1f4c3e;
}

.banner-section.our-invest-banner .banner-sub-text {
  padding-bottom: 158px;
  max-width: 449px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #1f4c3e;
}

.banner-section.our-invest-banner .banner-sub-text p {
  font-family: Lato;
}

.our-invest-banner .banner_area {
  padding-top: 145px;
  padding-bottom: 80px;
}
.custom-our-invest-row1 h6 {
  padding-bottom: 10px;
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: #3c3c3c;
  max-width: 838px;
  margin: auto;
}

.custom-our-invest-row1 p {
  padding-left: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  color: #3c3c3c;
  max-width: 838px;
  margin: auto;
}
.custom-our-invest-row2 .dnd-section>.row-fluid {
  padding-right: 235px;
  padding-left: 535px;
  margin-top: -50px;
  width: 94%;
  max-width: 94%;
}
.custom-our-invest-row2 .dnd-section {
  background-size: 450px!important;
  padding-bottom:172px
}
.custom-our-invest-row2 .dnd-section>.row-fluid p {
  padding-top: 100px!important;
  padding-bottom: 33px!important;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
}

.custom-our-invest-row2 .dnd-section ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 10px 0 0;
  max-width: 580px;
}

.custom-our-invest-row2 .dnd-section h4 {
  padding-bottom: 10px;
  margin-top: 35px;
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #1f4c3e;
}
.custom-our-invest-row2 .dnd-section ul li {
  padding-bottom: 10px;
}

.custom-our-invest-row3 .dnd-section {
  background-size: 100% !important;
  padding:115px 0 0;
}
.custom-our-invest-row3 {
  text-align: center;
}
.custom-who-we-serve-row4 .dnd-section .dnd-module {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #ffffff;
  /* width: 90% !important; */
  float: none;
  padding-top: 49px!important;
  padding-right: 55px!important;
  padding-bottom: 43px!important;
  padding-left: 55px!important;
}
.custom-our-invest-row3 h5 {
  padding-bottom: 20px!important;
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgba(172,155,105,0.75);
  max-width: 838px;
  margin: auto;
}
.custom-our-invest-row3 p {
  padding-bottom: 128px!important;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  max-width: 838px;
  margin: auto;
}
.custom-our-invest-row3 h4 {
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  font-weight: 700;
}

.custom-our-invest-row4 h4 {
  padding-bottom: 13px!important;
  font-family: FrankRuhlLibre;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: -0.7px;
  color: #1f4c3e;
}
.custom-our-invest-row4 .dnd-section>div>div>.dnd-row {
  padding-bottom: 95px;
}
.custom-member-popup .member-popup-phone {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/phone_sc.svg);
}

.custom-member-popup .member-popup-email {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/email_img.svg);
}

.custom-member-popup .member-popup-linkedin {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/linkedin_img.svg);
}
.custom-who-we-serve-row2 .hs_cos_wrapper_type_header h4 {
  padding-top: 10px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.2px;
  text-align: center;
  color: #9b9992;
  padding-bottom: 0;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.wja-photo-gallery .slick-next,
.wja-photo-gallery .slick-prev {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/slide-arrow-left.svg);

}
.wja-library .item-image a {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/play.svg);
}
.wja-photo-gallery .slick-next {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/slide-arrow-right.svg);
}
.custom-member-popup .member-popup-close {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/close.svg);

}
.custom-our-invest-row4 {
  padding-bottom: 55px;
}

.custom-flip-card .flip-button:hover {
  color: #ac9b69 !important;
}
.custom-our-invest-row4 p {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.3px;
  max-width: 580px;
}
.custom-our-invest-row5 .span3.dnd-column {
  width: 25%;
  margin: 0;
}
.custom-our-invest-row4 .dnd-section>div>div>.dnd-row img {
  vertical-align: middle;
}
.custom-our-invest-row5 .dnd-section {
  padding: 85px 0 0;
  background-size: 100% !important;
}
.custom-our-invest-row5 .dnd-section .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 74px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  max-width: 838px;
  margin: auto;
}
.custom-our-invest-row5 .dnd-section h1 {
  padding-bottom: 42px!important;
  font-family: FrankRuhlLibre;
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}
.google-map iframe {
  width: 100%;
  float: left;
}
.google-map {
  padding: 0;
  padding-top: 0;
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  width: 100%;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 5.82%;
  float: left;
}
.contact-body-container form .hs-form-field .input {
  margin: 0 !important;
}

.contact-body-container form .hs-form-field {
  padding-right: 20px;
}

.contact-body-container form .hs-form-field:last-child {
  padding-right: 0;
}

.contact-body-container .dnd-section {
  padding-bottom: 90px;
}
.contact-banner .banner_area.with-subheading {
  padding-top: 145px;
  padding-bottom: 140px;
}

.contact-banner .banner_area.with-subheading .banner-sub-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  /* font-family: Lato; */
  line-height: 2;
  letter-spacing: -0.3px;
  color: #1f4c3e;
  max-width: 35%;
  /* font-family: Lato; */
  padding: 0;
}

.custom-who-we-serve-row3 .dnd-section .custom-blog-recent h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1f4c3e;
  padding-bottom: 80px;
}
.custom-who-we-serve-row4 .dnd-section {
  padding-top: 208px;
  padding-bottom: 310px;
  margin-bottom: -112px;
}

.custom-who-we-serve-row4 .dnd-section .dnd-module p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9992;
}
.custom-who-we-serve-row4 .dnd-section .dnd-module h2 {
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1f4c3e;
}

.custom-who-we-serve-row3 .dnd-section {
  padding-top: 204px;
  padding-bottom: 90px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top 80px center !important;
}
.contact-banner .banner_area.with-subheading .banner-sub-text p {
  font-family: Lato;
}

.who-we-serve-banner .banner_area  .banner-heading {
  max-width: 560px;
  padding-bottom: 46px;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: #1f4c3e;
}

.who-we-serve-banner .banner_area .banner-content {
  padding: 30px 310px 30px 0;
}

.who-we-serve-banner .banner_area .banner-heading p {
  font-family: "Frank Ruhl Libre", serif;
}

.who-we-serve-banner .banner_area:before {
  display: none;
}

.who-we-serve-banner .banner_area {
  max-height: none;
}

.custom-tabs .tab-nav.is-active a {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arrow.svg);
}
.custom-who-we-serve-row1 .dnd-section{
  padding-top: 50px;
  padding-bottom: 0px;
}

.custom-who-we-serve-row3 .dnd-section {
  padding-top: 204px;
  padding-bottom: 90px;
}
.why-us-banner .banner-heading {
  max-width: 721px;
  padding: 0;
}
.why-us-banner .banner_area {
  max-height: none;
}
.why-us-banner .banner-sub-text {
  max-width: 493px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #1f4c3e;
  padding: 29px 0 43px;
}

.why-us-banner .banner-sub-text p {
  font-family: Lato;
  margin-bottom: 32px;
  padding-bottom: 1em;
}

.custom-why-us-row1 .dnd-section {
  padding: 0 0 60px;
  text-align: center;
}

.custom-why-us-row1 .dnd-section h2 {
  padding-bottom: 55px;
  font-family: FrankRuhlLibre;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}

.custom-why-us-row1 .dnd-section p {
  font-family: "Frank Ruhl Libre",serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: rgba(172,155,105,0.75);
  letter-spacing: -.5px;
  max-width: 860px;
  margin: auto;
}
.custom-why-us-row2 .dnd-section {
  background: #1D483C;
  color: white;
  padding: 90px 0 20px;
  margin-bottom: 60px;
}

.custom-why-us-row2 .dnd-section .span8.dnd-column {
  width: 66%;
  margin-top: 55px;
  justify-content: initial !important;
}

.custom-why-us-row2 .dnd-section >.row-fluid {
  max-width: 1050px;
  width: 100%;
}
.custom-why-us-row2 .dnd-section .span8.dnd-column>div> .row-fluid {
  justify-content: space-between !important;
}
.custom-why-us-row2 .dnd-section .span12 .hs_cos_wrapper_type_rich_text img {
  margin-top: 30px;
  max-width: 100%;
}
.custom-why-us-row2 .dnd-section .span8.dnd-column .span4 {
  width: 28%;
  margin: 0;
}

.custom-why-us-row2 .dnd-section h6 small {
  font-size: 100%;
}

.custom-why-us-row2 .dnd-section h6 {
  padding-top: 81px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  line-height: 2;
  font-size: 14px;
  padding-bottom: 0;
}

.custom-why-us-row2 .dnd-section .span8.dnd-column+.span4 {
  padding-right: 0%;
  padding-left: 6%;
  width: 34%;
  margin: 0;
}
.custom-why-us-row2 .dnd-section .span8.dnd-column+.span4 h2 {
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Baskerville', serif;
  font-weight: 600;
  padding-top: 30px;
}

.custom-why-us-row2 .dnd-section .span8.dnd-column+.span4 p {
  line-height: 1.6;
  font-size: 15px;
  padding: 0;
}

.container-fluid.custom-why-us-row2 .dnd-section h5 {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 13px;
  margin-top: 25px;
  padding: 0;
  font-family: Lato, sans-serif;
}
.custom-why-us-row2 .dnd-section .span8.dnd-column>div>.row-fluid:before, .custom-why-us-row2 .dnd-section .span8.dnd-column>div>.row-fluid:after {
  display: none;
}
.container-fluid.custom-why-us-row2 .dnd-section hr{
  max-width: 40px;
  height: 5px;
  background: #a1b900;
  border: none;
  margin-bottom: 0;
}
.custom-why-us-row2 .dnd-section * {
  color: #fff;
}

.custom-why-us-row3 .dnd-section {
  padding: 0 0 70px;
}

.custom-why-us-row3 .dnd-section h2 {
  padding-top: 10px;
  padding-bottom: 61px;
  font-family: FrankRuhlLibre;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}
.custom-why-us-row3 .dnd-section .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  object-position: left;
  height: 100% !important;
}
.custom-why-us-row3 .dnd-section .span4 .hs_cos_wrapper_type_rich_text img {
  margin-bottom: 20px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
}

.custom-why-us-row3 .dnd-section .span4 h4 {
  font-size: 22px;
  margin: 0;
  padding-bottom: 15px;
  font-family: "Frank Ruhl Libre", serif;
}
.custom-why-us-row3 .dnd-section .span4:nth-child(2) {
  display: block !important;
  position: relative;
  padding: 0;
}

.custom-why-us-row3 .dnd-section .span4 {
  width: 33%;
  margin: 0 10px;
  border: 1px solid lightgrey;
  text-align: center;
  padding: 20px 30px;
}


.custom-why-us-row4 .dnd-section h2 {
  font-family: FrankRuhlLibre;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: white !important;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 30px !important;
  line-height: 1.2 !important;
  padding: 0;
}
.body-container-wrapper .custom-why-us-row4 .widget-type-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.body-container-wrapper .custom-why-us-row4 .span6 {
  width: 50%;
  margin: 0;
}
.custom-why-us-row4 form {
  width: 90%;
  background-image:url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/yellow-border.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding-right: 28%;
  background-size: 13.5%;
  margin-bottom: 60px;
}

.custom-why-us-row4 .dnd-section {
  background-size: 108% !important;
  margin-bottom: 60px;
  padding: 0;
}

.custom-why-us-row4 form select,
.custom-why-us-row4 form input {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%; 
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arrow-down-green.png);
  /* linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); */
  background-repeat: no-repeat, repeat;
  background-position: right -0.3em top 50%, 0 0;
  margin-bottom: 1.2rem;
  font-weight: 400;
  /* padding-left: 24%; */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  /* background-size: .65em auto, 100%; */
  font-family: "Lato", sans-serif !important;
  color: rgb(31, 76, 62) !important;
}



.custom-why-us-row4 form select {
  text-align-last: center;
  padding-right: 41px; 
  font-family: "Lato", sans-serif !important;
  color: rgb(31, 76, 62) !important;
}

.custom-why-us-row4 form input {
  background-image: none;

}

.custom-why-us-row4 form .actions input {
  background: #a1b900;
  width: 50%;
  margin: 0 auto;
  border: 1px solid #a1b900;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.7em 1.4em;
}


.custom-why-us-row4 form span {
  display: none;

}
.custom-why-us-row4 form label.hs-error-msg {
  color: white !important;
  border: none !important;
  font-weight: 400;
  font-family: Lato, sans-serif;
  font-size: 14px;
}



.body-container-wrapper .custom-why-us-row4 .span6 .span6 {
  width: 53%;
  /* margin-right: 40px; */
  font-size: 15px;
  line-height: 1.5;
  margin-top: 35px;
}


.body-container-wrapper .custom-why-us-row4 .span6 .span6+.span6 {
  width: auto;
  margin: 0;
}

.body-container-wrapper .custom-why-us-row4 .span6 .span6+.span6 img {
  width: 220px;
  max-width: none !important;
}
.custom-why-us-row4 .actions {
  padding: 0;
}
.body-container-wrapper .custom-why-us-row4 .span6 .span6 p {
  color: #fff;
}

.body-container-wrapper .custom-why-us-row4 .span6>div> .row-fluid {
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.body-container-wrapper .custom-why-us-row4 .span6>div> .row-fluid:before,.body-container-wrapper .custom-why-us-row4 .span6>div> .row-fluid:after {
  display: none;
}
.custom-why-us-row4 .hs-form label {
  margin: 0;
  /* display: inline; */
  padding: 0;
  line-height: 0;
}
.custom-why-us-row4 form label.hs-error-msg {
  color: white;
}
.custom-why-us-row4 .dnd-section .dnd-row:nth-child(2) {
  max-width: 1100px;
  margin: 0 auto;
}
.custom-why-us-row4 .hs-form-field {
  margin-bottom: 0;
}

.custom-why-us-row4 .actions {
  padding: 0;
}

.container-fluid.custom-why-us-row5 {}

.container-fluid.custom-why-us-row5 .dnd-section {
  padding: 0;
  text-align: center;
}

.custom-why-us-row5 .dnd-section h2 {
  padding-bottom: 50px;
  font-family: FrankRuhlLibre;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}

.custom-why-us-row5 .dnd-section h4 {
  padding-bottom: 17px;
  font-family: "Frank Ruhl Libre",serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: rgba(172,155,105,0.75);
  letter-spacing: -.5px;
  max-width: 860px;
  margin: auto;
}

.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) {
  display: flex;
  max-width: 960px;
  align-items: flex-start;
  margin: 60px auto 0;
}

.custom-why-us-row5 .dnd-section .dnd-row .span3 {
  width: 25%;
  margin: 0 40px;
}

.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div {
  display: flex;
  align-items: flex-start;
}

.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div>div:before,
.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div>div:after {
  display: none;
}
.custom-why-us-row4 input.hs-input.error {
  border-color: #aaa;
}
.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row {
  margin: 0;
  display: block;
}
.custom-why-us-row5 .dnd-section h6 a {
  text-decoration: none;
}
.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row p {
  color: #66806c;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 11px;
}
.custom-why-us-row5 .dnd-section h6 {
  font-size: 14px;
  text-align: center;
  max-width: 800px;
  width: 90%;
  margin: 0 auto 50px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  line-height: 2;
  letter-spacing: -.3px;
  padding-top: 55px;
}
.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row img {
  height: 100px;
  max-height: none !important;
}

.custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row p a {
  color: #66806c;
  text-decoration: none;
}


.wja-process-arc {
  padding-bottom: 255px
}

@media (max-width:576px) {
  .wja-process-arc {
    display: none
  }
}

.wja-process-arc .arc-box {
  position: relative;
  z-index: 100;
  height: 850px;
  background-color: #fff
}

@media (max-width:576px) {
  .wja-process-arc .arc-box {
    height: auto
  }
}

.wja-process-arc .arc-box .arc-slides {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

@media (max-width:576px) {
  .wja-process-arc .arc-box .arc-slides {
    position: relative;
    height: 300px
  }
}

.wja-process-arc .arc-box .arc-slide {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  color: #1f4c3e;
  font-size: 72px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}

.wja-process-arc .arc-box .arc-slide:not(.is-active) {
  display: none
}

@media (max-width:576px) {
  .wja-process-arc .arc-box .arc-slide {
    padding-top: 120px
  }
}

.wja-process-arc .arc-box .container {
  text-align: center
}

.wja-process-arc .arc-box .arc-navs {
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  margin-bottom: -1px;
  background-size: 100% 396px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/process-arc.png );
}

@media (max-width:576px) {
  .wja-process-arc .arc-box .arc-navs {
    display: none
  }
}

.wja-process-arc .arc-box .arc-navs.is-nav-40 {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/process-arc-40.png );
}

.wja-process-arc .arc-box .arc-navs.is-nav-50 {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/process-arc-50.png );
}

.wja-process-arc .arc-box .arc-navs.is-nav-60 {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/process-arc-60.png );
}

.wja-process-arc .arc-box .arc-navs.is-nav-70 {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/process-arc-70.png );
}

.wja-process-arc .arc-box .arc-navs .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%
}
.wja-process-arc ul {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  margin: 0;
}
.wja-process-arc .arc-box .arc-navs .inner>div {
  position: relative;
  width: 100%;
  padding: 0;
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;

}

.wja-life-arc .arc-navs .btn.is-green:hover {
  color: #fff !important;
}
.btn.is-green, .et_pb_button.is-green, .et_pb_module .et_pb_button.is-green {
  color: #fff;
  background-color: #1f4c3e;
}

.btn.is-green:hover, .et_pb_button.is-green:hover, .et_pb_module .et_pb_button.is-green:hover {
  background-color: #ac9b69;
}
.wja-process-arc .arc-box .arc-navs a {
  display: block;
  padding-bottom: 85px;
  color: #d5cdb4;
  font-size: 72px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  text-decoration:none !important;
}
.body-container.body-container__landing {
  padding:0 0 50px;
}
.wja-process-arc .arc-box .arc-navs a.nav-50,
.wja-process-arc .arc-box .arc-navs a.nav-60 {
  padding-bottom: 120px
}

.wja-process-arc .arc-box .arc-navs a:hover {
  color: #ac9b69;
  opacity: .79
}

.wja-process-arc .arc-contents {
  position: relative;
  z-index: 110
}

.wja-process-arc .arc-content:not(.is-active) {
  display: none
}

.wja-process-arc-mobile {
  display: none
}

@media (max-width:576px) {
  .wja-process-arc-mobile {
    display: block;
    overflow: hidden;
  }
}

.wja-process-arc-mobile>.arc-slides {
  position: relative
}

.wja-process-arc-mobile>.arc-slides::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: calc(100% + 40px);
  height: 50px;
  margin-bottom: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc-gold.svg);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.wja-process-arc-mobile>.arc-slides .arc-slide {
  position: relative;
  z-index: 10;
  padding: 135px 0 100px 0;
  color: #1f4c3e;
  font-size: 48px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.17;
  letter-spacing: -.5px;
  text-align: center
}

.wja-process-arc-mobile>.arc-slides .arc-slide span {
  display: block;
  text-align: center
}

.wja-process-arc-mobile>.arc-slides .arc-slide:not(.is-active) {
  display: none
}

.wja-process-arc-mobile .arc-navs {
  background-color: #ece5dc
}

.wja-process-arc-mobile .arc-navs>div:last-child a {
  border-bottom: 0
}

.wja-process-arc-mobile .arc-nav {
  border-bottom: 2px solid #d5cdb4
}

.wja-process-arc-mobile .arc-nav.is-active .arc-content {
  display: block
}

.wja-process-arc-mobile .arc-nav>a {
  display: block;
  padding: 30px 20px;
  color: #d5cdb4;
  font-size: 72px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.06;
  letter-spacing: -1.4px;
  text-align: center;
  text-decoration: none !important;
}

.wja-process-arc-mobile .arc-nav>a:hover {
  color: #ac9b69;
  opacity: .79
}

.wja-process-arc-mobile .arc-nav>a.is-active {
  color: #1f4c3e
}

.wja-process-arc-mobile .arc-content {
  display: none;
  padding: 40px 0;
  background-color: #fff;
  border-top: 5px solid #d5cdb4
}

.wja-fee-calculator {
  padding: 5px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  background-color: #fff
}

@media (max-width:980px) {
  .wja-fee-calculator {
    padding: 25px
  }
}

.wja-fee-calculator .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 115px
}

.wja-fee-calculator .inner>div {
  position: relative;
  width: 100%;
  padding: 0 8px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.calc-result {
  margin-top: 30px;
}

.calc-button-wrapper {
  margin-top: 0!important;
  max-width: 165px !important;
  padding: 0 !important;
  margin-left: auto;
  /* margin-right: 60px; */
}
.calc-button {
  max-width: 160px;
  min-width: initial;
  margin-left: auto;
  display: inline-block;
  padding: 16px 30px;
  color: #fff;
  background-color: #1f4c3e;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato,sans-serif;
  line-height: 1.7em;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  cursor: pointer;
  transition: all 300ms ease 0ms;
}
.calc-button:hover {
  background-color: #ac9b69;
}
.custom-our-process-row5 .dnd-section .custom_btn.custom_btn_green:hover {
  background-color: #ac9b69;
  color: #fff !important;
}
.custom-our-process-row5 .dnd-section .custom_btn.custom_btn_green {
  min-width: 625px;
  color: #fff;
  background-color: #1f4c3e;
}
.custom-our-process-row5 .dnd-section {
  padding-bottom: 130px;
  padding-top: 89px;
}

@media (max-width:980px) {
  .wja-fee-calculator .inner>div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .calc-button-wrapper {
    margin-left: 0;
  } 
  .calc-button {
    margin-top: 10px;
  } 
}

.wja-fee-calculator .calc-title h4 {
  margin: 0;
  padding: 0 15px 0 0;
  color: #1f4c3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.5px
}

@media (max-width:980px) {
  .wja-fee-calculator .calc-title h4 {
    padding-bottom: 40px
  }
}

.wja-fee-calculator .calc-input span {
  display: block;
  position: absolute;
  bottom: calc(100% - 5px);
  left: 20px;
  color: #3c3c3c;
  font-size: 10px;
  font-weight: 400;
  line-height: 4;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.wja-fee-calculator .calc-input input {
  display: block;
  width: 290px;
  height: 50px;
  padding: 5px 15px;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.86;
  letter-spacing: 2.1px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width:980px) {
  .wja-fee-calculator .calc-input input {
    width: 100%
  }
}

.wja-fee-calculator .calc-result .calc-operator {
  display: inline-block;
  margin-right: 15px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -.3px;
  text-align: center
}

.wja-fee-calculator .calc-result strong {
  display: inline-block;
  margin-right: 15px;
  color: #1f4c3e;
  font-size: 36px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.17;
  letter-spacing: -.7px
}

.wja-fee-calculator .calc-result .calc-term {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.86;
  letter-spacing: 2.1px;
  text-transform: uppercase
}

.wja-life-arc .life-arc-title {
  display: block;
  max-width: 682px;
  margin: -100px auto 0 auto;
  padding-bottom: 62px;
  color: rgba(172, 155, 105, .75);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.5px;
  text-align: center
}

@media (max-width:576px) {
  .wja-life-arc .life-arc-title {
    margin-top: 0
  }
}

.wja-life-arc .arc-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:576px) {
  .wja-life-arc .arc-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    display: block
  }
}

.wja-life-arc .arc-column {
  position: relative;
  width: 100%;
  padding: 0 25px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width:750px) {
  .wja-life-arc .arc-column {
    position: relative;
    width: 100%;
    padding: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.wja-life-arc .arc-navs {
  display: block;
  position: relative;
  width: 375px;
  height: 375px;
  margin: 0 auto;
  border: 12px solid rgba(172, 155, 105, .75);
  border-radius: 100%
}

@media (max-width:1024px) {
  .wja-life-arc .arc-navs {
    width: 250px;
    height: 250px
  }
}

.wja-life-arc .arc-navs>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(172, 155, 105, .75);
  font-size: 48px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1;
  letter-spacing: -.9px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
  .wja-life-arc .arc-navs>span {
    font-size: 20px
  }
}

.wja-life-arc .arc-navs a {
  display: block;
  position: absolute;
  padding: 7px 15px 6px 15px;
  color: #1f4c3e;
  font-size: 24px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.75;
  letter-spacing: -.5px;
  text-align: center;
  text-transform: none;
  white-space: nowrap
}
.wja-life-arc .arc-navs a:hover {
  color: #ac9b69;
}
@media (max-width:1024px) {
  .wja-life-arc .arc-navs a {
    padding: 8px;
    font-size: 14px;
    min-width: 150px !important
  }
}

.wja-life-arc .arc-navs a:hover {
  padding: 7px 15px 6px 15px
}

.wja-life-arc .arc-navs a.is-green {
  color: #fff
}

.wja-life-arc .arc-navs a.arc-invest {
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 177px
}

.wja-life-arc .arc-navs a.arc-retirement {
  top: 40px;
  right: calc(100% - 80px);
  min-width: 199px
}

.wja-life-arc .arc-navs a.arc-enc {
  top: 40px;
  left: calc(100% - 80px);
  min-width: 217px
}

.wja-life-arc .arc-navs a.arc-benefit {
  bottom: 20px;
  right: calc(50% + 30px);
  min-width: 275px
}

.wja-life-arc .arc-navs a.arc-inl {
  bottom: 20px;
  left: calc(50% + 30px);
  min-width: 269px
}
.custom-why-us-row4 form .hs_error_rollup .hs-error-msgs label {
  border: none;
  text-align: left;
  color: #fff !important;
  font-weight: normal;
}
.wja-life-arc .arc-slides {
  padding: 25px 50px;
  min-height: 375px
}
.custom-why-us-row4 form .hs-error-msgs label {
  margin: 10px 0;
}
.container-fluid.custom-our-process-row1 {}

.custom-our-process-row1 .dnd-section {
  padding-top: 135px;
  padding-bottom: 172px;
  position: relative;
}

.custom-our-process-row1 .dnd-section>div>.dnd-column {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #ffffff;
  max-width: 851px;
  margin: auto;
  border-radius: 15px;
  padding: 38px 70px;
  float: none;
  text-align: center;
}

.custom-our-process-row1 .dnd-section>div>.dnd-column h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1f4c3e;
  padding: 0;
}

.custom-our-process-row1 .dnd-section>div>.dnd-column p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
}
.custom-our-process-row1 .dnd-section .custom_btn:hover {
  background-color: #1f4c3e;
  color: #ac9b69 !important;
}

.custom-our-process-row1 .dnd-section .custom_btn {
  color: #fff;
  background-color: #ac9b69;
  min-width: 411px;
  bottom: -65px;
}
.custom-our-process-row1 .dnd-section:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 112px;
  margin-bottom: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc.svg);
}
.custom-plan-title-wrapper {
  text-align: center;
}

.custom-plan-title-wrapper h2 {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.2px;
  text-align: center;
  padding: 0;
  color: #1f4c3e;
}

.custom-plan-title-wrapper p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  padding: 0;
}

.custom-plan-content .page-center {
  max-width: 100%;
  width: 100%;
}

.custom-plan-content {
  padding-top: 94px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-plan-content .column {
  float: left;
  position: relative;
  z-index: 2;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #ffffff;
  max-width: 600px;
  width: 90%;
}
.custom-plan-content .column p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  padding: 30px 70px;
}
.custom-plan-content .column h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  background-color: #1f4c3e;
  padding: 16px 70px;
}
.custom-plan-content .column.right {
  float: right;
}
.custom-plan-content .spacer:last-of-type {
  display: none;
}
.custom-plan-content .column.right {
  border-radius: 15px 0 0 15px;
}

.custom-plan-content .column .img-row {
  height: 250px;
  text-align: left;
  margin-left: 0;
  overflow: hidden;
}
.custom-our-process-row3 .dnd-section {
  padding-top: 80px;
  padding-bottom: 0px;
  margin-top: 109px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}


.custom-plan-content .spacer {
  height: 134px;
  display: block;
  width: 100%;
  clear: both;
}

.custom-our-process-row3 .dnd-section h2 {
  padding-bottom: 35px!important;
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -1.4px;
  text-align: center;
  color: #1f4c3e;
}

.custom-our-process-row3 .dnd-section h4 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgba(172,155,105,0.75);
  max-width: 680px;
  margin: auto;
  padding-bottom: 0px;
}
.who-we-serve-banner .banner_area[class*=your-benefits] .banner-heading {
  max-width: 560px !important;
}
.custom-our-process-row4 .dnd-module .hs_cos_wrapper_type_rich_text {
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #fff;
  margin-top: 0;
  padding-bottom: 10px;
  display: block;
}

.custom-our-process-row4 .hs_cos_wrapper_type_text {
  padding-bottom: 65px!important;
  margin-top: 15px!important;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.2px;
  color: #9b9992;
  color: #3c3c3c;
  display: block;
}


.custom-our-process-row3 .dnd-section h4 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgba(172,155,105,0.75);
  max-width: 680px;
  margin: auto;
  padding-bottom: 32px;
}
.custom-our-process-row4 .dnd-section {
  padding-top: 0px;
  padding-bottom:0px;
}


.custom-our-process-row4 table,body.et-pb-preview #main-content .container table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left
}

.custom-our-process-row4 thead th,.custom-our-process-row4 tr th,body.et-pb-preview #main-content .container thead th,body.et-pb-preview #main-content .container tr th {
  padding: 9px 24px;
  color: #555;
  font-weight: 700
}

.custom-our-process-row4 tr td,body.et-pb-preview #main-content .container tr td {
  padding: 6px 24px;
  border: none;
  border-top: 1px solid #eee
}

.custom-our-process-row4 .dnd-section table:nth-of-type(1) tr th, .custom-our-process-row4 .dnd-section table:nth-of-type(2) tr th {
  background: #1f4c3e;
  font-family: FrankRuhlLibre;
  border: none;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tr:first-child td{
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.25;
  letter-spacing: -0.3px;
  color: #ffffff;
  background-color: rgba(172, 155, 105, 0.75) !important;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(1) td, .custom-our-process-row4 .dnd-section table:nth-of-type(2) td {
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #1f4c3e;
  width: 50%;
  padding: 15px 30px;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(1) tr td:nth-child(odd) {
  background: #f4f1ea;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(1) tr td:nth-child(even) {
  background: rgba(244, 241, 234, 0.5);
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2),
.wja-page-our-process .et_pb_section_5 .et_pb_code_1{
  margin-bottom: 0 !important;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(2) td:nth-child(1){
  background-color: #F4F1EA;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(2) td:nth-child(2){
  background-color: #F9F8F4;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(3) td:nth-child(1){
  background-color: #F9F8F4;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(3) td:nth-child(2){
  background-color: #ffffff;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(4) td:nth-child(1){
  background-color: #F4F1EA;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(4) td:nth-child(2){
  background-color: #F9F8F4;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(5) td:nth-child(1){
  background-color: #F9F8F4;
}
.custom-our-process-row4 .dnd-section table:nth-of-type(2) tbody tr:nth-child(5) td:nth-child(2){
  background-color: #ffffff;
}
.custom-our-process-row4 table {
  border-spacing: 0;
  border-collapse: collapse;
}
.custom-our-process-row4 .dnd-section h1 {
  margin-bottom: 10px!important;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
  color: #ffffff;
  background: #ac9b69;
  padding: 16px 0 14px;
}

#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}
.banner_area.bannerlibrary {
  padding-top: 156px;
  padding-bottom: 360px;
}

.banner_area.bannerlibrary .banner-content p {
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  font-family: "Frank Ruhl Libre", serif;
}

.banner_area.bannercareers {
  padding-top: 156px;
  padding-bottom: 237px;
}
.banner_area.bannercareers .banner-content p {
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  font-family: "Frank Ruhl Libre", serif;
}
.banner_area.bannercareers:before {
  display: none;
}
.career-row1 h2 {
  text-align: center;
  line-height: 1.25;
  letter-spacing: -0.9px;
  padding-bottom: 69px;
}
.career-row1 .hs_cos_wrapper_type_rich_text p {
  max-width: 80%;
  margin-bottom: 50px;
}
.career-row2 {
  text-align: center;
  position: relative;
}
.who-we-serve-banner .banner_area[class*="your-bp-benefits"] .banner-content {
  padding-top: 0;
  padding-right: 600px;
}
.career-row2 .hs_cos_wrapper_type_rich_text {
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #ffffff;
  max-width: 851px;
  padding: 31px 0 51px;
  position: relative;
  display: block;
  margin: 0 auto -16px;
}

.career-body-container h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: rgba(172,155,105,0.75);
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.career-row2 p {
  max-width: 711px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9992;
  margin: 0 auto;
}
.body-container-wrapper .career-row2 .hs_cos_wrapper_type_module>.hs-button {
  margin-top: -30px;
  color: #fff;
  background-color: #ac9b69;
  min-width: 411px;
}
.body-container-wrapper .career-row2 .hs_cos_wrapper_type_module>.hs-button:hover {
  background-color: #1f4c3e;
}
.career-row2:after {
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc.svg);
}
.career-row3-top h2 {
  padding-bottom: 48px;
  font-family: FrankRuhlLibre;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1f4c3e;
}
.career-row3 .span12 .span12 > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
  padding-bottom: 50px;
  max-width: 996px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.career-row3 .span12 .span12 > div > div > div {
  width: 31.3333% !important;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  background-color: #ffffff;
  padding: 29px 25px;
  margin-right: 3%;
  margin-left: 0 !important;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  color: #9b9992;
}



.career-row3 .span12 .span12>div>div>div:nth-child(3) {
  margin-right: 0;
}
.career-row3 {
  padding-bottom: 62px;
}
.career-body-container h1 {
  line-height: 0.83;
  letter-spacing: -1.4px;
}

.career-body-container .custom-our-invest-row3 h4 {
  font-family: FrankRuhlLibre;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  font-weight: 700;
  max-width: 100%;
  color: #1f4c3e;
  text-align: left;
  line-height: 1.17;
  letter-spacing: -0.7px;
  padding-bottom: 13px;
  margin-left: 0 !important;
}
.career-row4 h1 {
  padding-bottom: 59px;
}
.career-row4 .span12 .span12 .row-fluid-wrapper + .row-fluid-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.career-row4 ul {
  padding: 0 0 23px 24px;
  line-height: 26px;
  list-style-type: disc;
  text-align: left;
  max-width: 75%;
  margin: 0;
}

.career-row4 ul li {
  padding-bottom: 10px;
}
.career-body-container .custom-our-invest-row3 p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  letter-spacing: -.3px;
  padding-bottom: 0px !important;
  max-width: 85%;
  margin-left: 0;
}
.career-row4 {
  padding-bottom: 66px;
}

.career-row5 {
  text-align: center;
}
.career-row5 h1 {
  padding-bottom: 94px;
}
.career-row5 .dnd-section {
  background-size: 100% !important;
}
.career-row5 a.hs-button {
  margin-top: 129px;
  color: #fff !important;
  background-color: #1f4c3e !important;
  min-width: 318px !important;
}
.body-container-wrapper .career-row5 .hs_cos_wrapper_type_module>.hs-button:hover {
  color: #fff !important;
}
.career-row5 a.hs-button:hover {
  color: #fff !important;
  background-color: #ac9b69 !important;
}
.career-row5 {
  padding-bottom: 105px;
}
.career-row3 .dnd-section>.row-fluid {
  max-width: 996px !important;
  width: 90% !important;
}
.career-body-container a:hover {
  text-decoration: none;
}
.body-container-wrapper .career-row2 .button-module-link-text {
  position: relative;
  min-width: 280px;
  transition: all 300ms ease 0ms;
  display: inline-block;
  padding: 16px 30px;
  color: #1f4c3e;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato,sans-serif;
  line-height: 1.7em;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  margin-top: -30px;
  color: #fff;
  background-color: #ac9b69;
  min-width: 411px;
}
.body-container-wrapper .career-row2 .button-module-item {
  flex-wrap: wrap;
  margin: 0;
}
.body-container-wrapper .career-row2 .button-module {
  display: block;
  max-width: 100%;
}
.body-container-wrapper .career-row2 .button-module-link:hover .button-module-link-text {
  background-color: #1f4c3e; 
  color: #ac9b69;
}


.about-banner-area .banner-sub-text {
  padding-bottom: 249px;
}
.about-banner-area .banner-heading {
  padding-bottom: 0;
}
.hs-team-one-section .hs_cos_wrapper_type_rich_text h1 {
  letter-spacing: -1.4px;
  line-height: 1.06;
  font-family: FrankRuhlLibre;
  padding: 0 0 79px;

}
ul.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 2em 0 6em 0;
  line-height: 26px;
}
#timeline ul.timeline-list li {
  position: relative;
  width: 6px;
  padding-top: 20px;
  margin: 0 auto;
  background: #eaecee;
  list-style: none;
}
.timeline-container {
  display: flex;
}
#timeline ul.timeline-list li div {
  position: relative;
  bottom: 0;
  width: 500px;
  /* padding: 1rem; */
  background: white;
  transition: all 0.5s ease-in-out;
}
#timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
  left: -550px;
}
#timeline div.timeline-container:before {
  content: '';
  position: absolute;
  bottom: 47%;
  width: 0;
  height: 0;
  border-style: solid;
}
#timeline ul.timeline-list li:nth-child(odd) div.timeline-container:before {
  /* left: -15px; */
  /* border-width: 8px 16px 8px 0; */
  /* border-color: transparent #a99b6f transparent transparent; */
  border-width: 20px 0px 20px 20px;
  border-color: transparent transparent transparent #a99b6f;
  right: -20px;
  /* border: 1px solid black; */
}
.timeline-container.left .timeline-text {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border: 2px solid #eaecee;
  border-right: none;
  padding: 5%;
  padding-bottom: 3%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.timeline-text {
  border: 2px solid #eaecee;
  border-left: none;
  padding: 5%;
  padding-bottom: 3%;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.timeline-container h3 {
  font-weight: bold;
  color: #766e63;
  font-size: 22px;
}
.timeline-text p {
  font-size: 16px;
}
.timeline-icon {
  width: 500px;
  background: #a99b6f;
  text-align: center;
  position: relative;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.timeline-container.left .timeline-icon {
  width: 500px;
}
.timeline-container.left .timeline-icon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.timeline-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#timeline ul.timeline-list li:after {
  content: '';
  position: absolute;
  left: 50%;
  /* bottom: 0; */
  top: 45%;
  width: 35px;
  height: 35px;
  background: inherit;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: background 0.5s ease-in-out;
}
#timeline ul.timeline-list li:nth-child(1):after {
  border: 5px solid #a99b6f;
  background: #eaecee;
}
#timeline ul.timeline-list li:nth-child(even) div.timeline-container {
  left: 55px;
  /* transform: translate(200px, 0); */
}
#timeline ul.timeline-list li div.timeline-container.bright-green:before {
  border-color: transparent #a1b900 transparent transparent !important;
}
#timeline ul.timeline-list li:nth-child(even) div.timeline-container:before {
  right: -15px;
  /* border-width: 8px 0px 8px 16px; */
  /* border-color: transparent transparent transparent #a99b6f; */
  border-width: 20px 20px 20px 0;
  border-color: transparent #a99b6f transparent transparent;
  left: -20px;
}
.timeline-icon.bright-green {
  background: #a1b900;
}
.timeline-container.right {
  flex-direction: row-reverse;
}
#timeline ul.timeline-list li:nth-child(2):after {
  border: 5px solid #a1b900;
  background: #eaecee;
}
.timeline-icon.dark-green {
  background: #294b3f;
}
#timeline ul.timeline-list li div.timeline-container.dark-green:before {
  border-color: transparent transparent transparent #294b3f;
}
#timeline ul.timeline-list li:nth-child(3):after {
  border: 5px solid #294b3f;
  background: #eaecee;
}
#timeline ul.timeline-list li:nth-child(4):after {
  border: 5px solid #a1b900;
  background: #eaecee;
}
p.testimonial-bottom-content {
  margin: 0 auto 60px;
  font-size: 14px;
  text-align: center;
  max-width: 800px;
  padding: 0;
  font-style: italic;
}
.hs-team-two .span4 {
  margin: 0;
}
.hs-team-two .span4 img {
  width: auto !important;
  max-width: 100%;
  vertical-align: middle;
}
.hs-team-two .span4 {
  width: 33.333%;
}
.hs-team-three .hs_cos_wrapper_type_rich_text {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.hs-team-three .hs_cos_wrapper_type_rich_text h3 {
  padding-bottom: 38px;
  line-height: 1.25;
  letter-spacing: -0.9px;
  font-family: FrankRuhlLibre;
}

.hs-team-three .hs_cos_wrapper_type_rich_text p {
  font-size: 18px;
  margin-bottom: 50px;
}

.hs-team-three .hs_cos_wrapper_type_rich_text h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.hs-team-three .hs_cos_wrapper_type_rich_text h4:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -20px;
  left: -20px;
  border-left: 4px solid #a1b900;
  border-top: 4px solid #a1b900;
}

.hs-team-three .hs_cos_wrapper_type_rich_text h4:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  border-bottom: 4px solid #a1b900;
  border-right: 4px solid #a1b900;
}

.hs-team-four .hs_cos_wrapper_type_rich_text h3 {
  padding-top: 184px;
  padding-bottom: 38px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.9px;
  font-family: FrankRuhlLibre;
  text-align: center;
  font-size: 48px;
}

.hs-team-four .button-module a {
  display: inline-block;
  background-color: #a1b900;
  padding: 16px 48px;
  font-size: 14px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  transition: all 300ms ease 0ms;
  color: #fff;
  line-height: 23px;
}

.hs-team-four .button-module a:hover {
  color: #1f4c3e;
  text-decoration:none;
}

.hs-team-four .button-module {
  text-align: center;
  display: block;
  margin: 0;
  margin-bottom: 173px;
}

.hs-team-four .button-module .button-module-item {
  margin: 0;
}
.timeline-text p:last-of-type {
  padding-bottom: 0;
}

.our-team-banner-area .banner_area {
  padding-top: 317px;
  padding-bottom: 360px;
}
.our-team-banner-area .banner_area:before {
  content: none;
}

.who-we-serve-banner .banner_area[class*=bannerwant-to-make] {}

.who-we-serve-banner .banner_area[class*=bannerwant-to-make] .banner-heading {
  max-width: 592px;
  padding-top: 0;
}

.who-we-serve-banner .banner_area[class*=bannerwant-to-make] .banner-content {
  padding-top: 0;
}
.hs-team-top-section .hs_cos_wrapper_type_rich_text h1 {
  letter-spacing: -1.4px;
  line-height: 1.06;
}
.hs-team-one .dnd-section>.row-fluid .dnd-column {
  margin: -112px -25px;
}
.hs-team-one .dnd-section>.row-fluid .dnd-column .span4 {
  position: relative;
  padding: 103px 25px 92px;
  max-width: 33.3%;
  margin: 0;
  width: 100%;
}
.custom-team-member-wrapper.custom-team-member-card .inner-row {
  margin: -117px -25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-team-one .team-col {
  position: relative;
  width: 100%;
  padding: 103px 25px;
  max-width: 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
}
.hs-team-one .custom-member-card {
  position: relative;
  height: 100%;
}
.custom-member-inner{
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  cursor: pointer;
  position: relative;
  height: 100%;
}
.hs-team-one span.arc {
  display: block;
  content: '';
  position: absolute;
  bottom: calc(100% - 56px);
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 112px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.hs-team-one .custom-member-card .inner {
  position: relative;
  z-index: 10;
  padding: 0 32px 35px 32px;
  background: #fff;
}
.hs-team-one .custom-member-card .inner .member-image {
  position: relative;
  top: -140px;
  width: 200px;
  height: 200px;
  margin-bottom: -110px;
}
.hs-team-one .custom-member-card .member-position {
  line-height: 1.71;
}


@media(max-width:1130px){
  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
    left: -440px;
  }
  ul.timeline-list {
    padding-left: 0;
    padding-right: 0;
  }
  div#timeline {
    overflow: hidden;
  }

  .timeline-container.left .timeline-icon {
    width: 670px;
  }

  #timeline ul.timeline-list li div {
    width: 350px;
  }
  .timeline-text img {
    width: auto;
    max-width: 100%;
  }
}
@media(max-width:1000px){
  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
    left: -390px;
  }
}
@media(max-width:990px){
  .about-banner-area .banner-sub-text{
    padding-bottom:30px; 
  }
  .hs-team-four .span6 {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .hs-team-four .dnd-section>.row-fluid {
    display: block !important;
  }

  .hs-team-four .hs_cos_wrapper_type_rich_text h3 {
    padding-top: 75px;
  }
  .hs-team-one-section .hs_cos_wrapper_type_rich_text h1{
    padding-bottom:0px;
  }
  .hs-team-four .button-module {
    margin-bottom: 70px;
  }
}
@media(max-width:925px){
  #timeline ul.timeline-list li:nth-child(even) div.timeline-container {
    left: 38px;
  }
  #timeline ul.timeline-list li div {
    width: 300px;
  }

  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
    left: -330px;
  }
}


@media (min-width: 1439px){
  .career-row2:after {
    height: 130px;
  }
}
.career-row2:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 112px;
  margin-bottom: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 1439px) {
  .career-row2:after {
    height: 130px;
  }
}
@media (min-width: 1919px) {
  .career-row2:after {
    height: 170px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .career-row1 .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 50px;
    padding-left: 63px;
    padding-right: 33px;
    padding-bottom: 75px !important;
    padding-top: 50px !important;
  }

}

@media (min-width: 1439px) {
  .custom-our-process-row1 .dnd-section:before {
    height: 130px;
  }
}
@media (min-width: 1919px) {
  .custom-our-process-row1 .dnd-section:before  {
    height: 170px;
  }

}


@media (max-width:576px) {
  .wja-life-arc .arc-slides {
    min-height: 0
  }
}

.wja-life-arc .arc-slide:not(.is-active) {
  display: none
}


@media only screen and (min-width: 981px){
  .home-banner .banner-sub-text {
    max-width: 30%;
  }
  .home-banner .banner-heading{
    max-width: 60%;
  }
}
@media (min-width: 1439px){
  .banner_area:after {
    height: 130px;
  }
}

@media (max-width: 1200px) {
  .custom-why-us-row5 .dnd-section h6 {
    padding-bottom: 0;
  }
  .who-we-serve-banner .banner_area[class*="your-bp-benefits"] .banner-content {
    padding-bottom: 0;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row img {
    height: auto;
    max-height: none !important;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .hs_cos_wrapper_type_linked_image {
    display: block;
    min-height: 109px;
  }
}
@media (max-width: 1200px) and (min-width: 769px){
  .custom-why-us-row4 .dnd-section {
    background-size: 226% !important;
    padding-bottom: 40px;
  }
  .custom-why-us-row4 form select, 
  .custom-why-us-row4 form input {
    font-size: 14px;
  }
  .custom-why-us-row4 form{
    padding-right: 14%;
  }
}

@media (max-width: 1080px){
  .custom-why-us-row2 .dnd-section>.row-fluid {
    max-width: 1050px;
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) and (min-width: 576px){
  .custom-our-process-row1 .dnd-section:before {
    margin-bottom: -4px;
    height: 50px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px){

}

@media only screen and (max-width: 980px){
  .our-team-banner-area .banner_area {
    padding-top: 0;
  }
  .hs-team-one .team-col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .who-we-serve-banner .banner_area[class*="your-bp-benefits"] .banner-content {
    padding-top: 0;
    padding-right: 215px;
  }
  .who-we-serve-banner .banner_area[class*=bannerwant-to-make] .banner-content {
    padding-top: 0;
    padding-right: 275px;
    padding-bottom: 0;
  }
  .career-row2 .dnd-section {
    padding-bottom: 50px !important;
  }
  .career-row2 .dnd-section .row-fluid {
    position: relative;
    z-index: 9;
  }
  .career-row3 .span12 .span12>div>div {
    width: 100%;
    justify-content: center;
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .career-row3 .span12 .span12>div>div>div {
    width: 100% !important;
    margin: 0 0 30px;
  }
  .career-row3 {
    padding-bottom: 50px;
  }

  .career-row4 .span4 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .career-row4 .span8 {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .career-row4 .row-fluid {
    display: block !important;
  }
  .career-row4 h1 {
    padding-bottom: 0;
  }

  .career-row4 ul {
    padding: 0 0 23px 29px;
    max-width: 100%;
  }
  .career-row4 .span12 .span12 .row-fluid-wrapper+.row-fluid-wrapper {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0 !important;
  }
  .career-body-container .custom-our-invest-row3 h4 {
    max-width: 100% !important;
  }
  .career-row5 {
    padding-bottom: 35px;
  }
  .award-grp .award-cnt img{
    width: 100% !important;
  }
  .home-banner .banner_area {
    padding-top: 100px;
  }
  .banner_area[class*="bannerevents"] .page-center {
    min-height: 630px;
    padding-top: 120px !important;
  }
  .banner_area[class*="bannerevents"] {
    padding: 156px 0 173px 0;
  }
  .why-us-banner .banner-heading {
    max-width: 70%;
  }
  .custom-tabs .inner {
    display: block;
  }
  .why-us-banner .banner-sub-text {
    max-width: 60%;
  }
  .custom-team-member-inner.clearfix .custom-member-card {
    margin-bottom: 30px;
  }
  .custom-who-we-serve-row3 .dnd-section .custom-blog-recent {
    padding: 0;
  }
  .custom-team-member-inner.clearfix .inner-row-1 .custom-member-card {}

  .custom-team-member-inner.clearfix .inner-row-1 .team-col:last-child .custom-member-card {
    margin-bottom: 0;
  }
  .custom-team-member-inner.clearfix .inner-row-1 .custom-member-card {
    margin-bottom: 30px;
  }
  .team-col.column-4 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .custom-tabs .tab-nav {
    position: relative;
    width: 100%;
  }
  .tab-contents {
    padding-left: 0;
  }
  p.who-we-serve-disclaimer {
    padding-bottom: 0;
  }
  .custom-tabs .tab-content {
    padding: 60px;
  }
  .home-banner .banner-heading {
    padding-bottom: 18px;
    max-width: 65%;
  }
  .rec-posts-group {
    display: flex;
    flex-wrap: wrap;
    margin: -.5rem -0;
  }
  .contact-banner .banner_area.with-subheading .banner-sub-text {
    max-width: 40%;
  }
  .our-invest-banner .banner_area {
    padding-top: 90px;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .custom-home-row3 .dnd-section .span6.dnd-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-blog-recent h2 {
    padding-bottom: 75px;
  }
  .custom-home-row3 .dnd-section .span6.dnd-column * {
    min-height: 0;
  }
  .custom-blog-recent {
    padding-top: 50px;
  }
  .custom-home-row6 .dnd-section>.row-fluid {
    max-width: 100%;
    width: 100%;
  }
  .banner-section.our-invest-banner .banner-sub-text {
    padding-bottom: 30px;
  }
  .custom-our-invest-row1 p {
    margin-bottom: -80px!important;
    margin-left: 0px!important;
  }
  .custom-our-invest-row2 .dnd-section>.row-fluid p {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  .custom-our-invest-row2 .dnd-section>.row-fluid p {
    padding-top: 135px !important;
    padding-bottom: 40px !important;
  }
  .custom-home-row3.custom-home-row5 .dnd-section {
    padding-top: 0;
    padding-left: 65px;
    padding-bottom: 0;
    background-position: top left !important;
    margin-left: 0;
    margin-bottom: 0;
  }
  .custom-home-row4 .row-fluid .span6.dnd-column:first-child {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .custom-home-row4 .row-fluid .span6.dnd-column {
    width: 100%;
    margin-left: 0;
  }
  .custom-our-invest-row4 .dnd-section .row-fluid {
    display: block !important;
  }
  .custom-our-invest-row4 .dnd-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .custom-our-invest-row5 .span3.dnd-column {
    width: 50%;
    margin: 0;
    float: left;
  }
  .custom-our-invest-row5 .dnd-section .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 0;
  }
  .custom-our-invest-row4 .dnd-section>div>div>.dnd-row {
    padding-bottom: 30px;
  }
  .custom-our-invest-row4 {
    padding-bottom: 50px;
  }
  .custom-our-invest-row4 .dnd-section>div>div>.dnd-row img {
    vertical-align: middle;
    margin-bottom: 30px;
  }
  .custom-our-invest-row4 .dnd-section>div>div>.dnd-row:first-child img {
    margin-bottom: 55px;
  }
  .custom-our-invest-row3 p {
    padding-bottom: 15px !important;
  }
  .custom-our-invest-row4 .dnd-section>div>div>.dnd-row img {
    vertical-align: middle;
    margin-bottom: 55px;
  }
  .custom-our-invest-row2 .dnd-section {
    background-size: 450px !important;
    padding-bottom: 172px;
    background-image: none !important;
    padding: 0;
  }
  .custom-our-invest-row3 h5 {
    padding-bottom: 30px !important;
  }
  .custom-our-invest-row2 .dnd-section>.row-fluid {
    width: 80%;
    max-width: 80%;
    padding: 0;
    background-image: none !important;
  }
  .custom-home-row3 .dnd-section .span6.dnd-column {
    width: 100% !important;
    margin: 0 !important;
    min-height: 1px;
  }
  .custom-home-row3 .dnd-section >.row-fluid {
    display: block !important;
  }
  .custom-home-row3 .dnd-section {
    background-image: none !important;
    background-image: none !important;
    padding-top: 0;
    margin-bottom: 0;
  }
  .contact-row1 .span6 {
    width: 100% !important;
    float: none !important;
    margin: 0 !IMPORTANT;
    padding-right: 0 !important;
  }
  .contact-row1 .dnd-section>.row-fluid {
    display: block !important;
  }
  .home-banner .banner-sub-text {
    padding-bottom: 58px;
    max-width: 50%;
  }
  .contact-row1 form {
    max-width: 100% !important;
  }
  .contact-row1 fieldset {
    max-width: 100% !important;
  }
  .contact-row1 .span6:first-child {
    margin-bottom: 30px !important;
  }
  .custom-address-card-wrapper {
    margin-top: 0;
  }
  .custom-address-card-column {
    width: 47.25%;
    margin-right: 5.5%;
  }
  .custom-address-card-right.custom-address-card-column {
    width: 47.25%;
    margin: 0 !important;
  }
}


@media (max-width: 767px){
  .about-banner-area .banner-heading {
    max-width: 100%;
  }
  .who-we-serve-banner .banner_area[class*=bannerwant-to-make] .banner-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .custom-home-row3 .dnd-section .span6.dnd-column * {
    display: block !important;
  }
  .timeline-container.left .timeline-icon {
    width: 500px;
  }
  .custom-why-us-row4 form label.hs-error-msg {
    color: red !important;
  }
  .who-we-serve-banner .banner_area[class*="your-bp-benefits"] .banner-content {
    padding-top: 0;
    padding-right: 0;
  }
  .about-banner-area .banner-sub-text {
    max-width: 100%;
  }
  .custom-why-us-row4 form .hs_error_rollup .hs-error-msgs label {
    border: none;
    text-align: left;
    color: red !important;
    font-weight: normal;
  }
  .hs-team-one-section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 60px;
    margin-top: 30px;
  }

  .hs-team-two .span4 {
    width: 100%;
  }
  #timeline ul.timeline-list li div {
    width: 250px;
  }

  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
    left: -290px;
  }
  .custom-home-row1 h1 {
    font-size: 3.6rem ;
    line-height: 3.6rem;
  }
  .contact-body-container form .hs-form-field {
    padding-right: 0;
  }
  .home-banner .banner-heading {
    max-width: 100%;
  }
  .home-banner .banner-sub-text {
    padding-bottom: 58px;
    max-width: 80%;
  }
  .custom-why-us-row2 .dnd-section .row-fluid {
    flex-wrap: wrap;
    padding: 0;
  }
  .why-us-banner .banner-sub-text {
    max-width: 60%;
  }
  .career-row1 h2 {
    padding: 0 25px 69px;
    font-size: 45px;
  }
  .career-row1 .hs_cos_wrapper_type_rich_text p {
    max-width: 90%;
    padding-bottom: 185px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .career-row2 .dnd-section {
    padding-bottom: 250px !important;
  }
  .career-row2 .hs_cos_wrapper_type_rich_text {
    padding: 31px 25px 51px;
  }
  .career-row2:after {
    height: 50px;
    margin-bottom: -4px;
  }
  .career-row4 ul {
    padding: 0 0 23px 24px;
  }
  .custom-why-us-row2 .dnd-section .span8.dnd-column {
    width: 82%;
    margin: 20px auto;
    flex-direction: column;
    order: 2;
    margin-top: 0;
  }

  .custom-why-us-row2 .dnd-section .span8.dnd-column+.span4 {
    margin: 20px auto;
    width: 96%;
    order: 1;
    padding-top: 5%;
  }
  .custom-why-us-row4 .dnd-section {
    background-image: none !important;
  }
  .custom-why-us-row2 .dnd-section .row-fluid {
    flex-wrap: wrap;
    padding: 0;
  }
  .custom-why-us-row2 .dnd-section h6 {
    padding: 81px 15px 0;
  }
  .banner_area[class*="bannerevents"] .page-center {
    min-height: 1px;
    padding-top: 0 !important;
  }
  .custom-why-us-row3 .dnd-section .span4 {
    width: 90%;
    margin: 0 auto;
  }
  .custom-why-us-row3 .dnd-section .span4:nth-child(2) {
    border: none;
    margin: 20px auto;
    background-position: center;
    height: 280px;
  }
  .custom-why-us-row2 .dnd-section>.row-fluid>div>div>div {
    display: flex;
  }
  .custom-why-us-row2 .dnd-section .row-fluid {
    display: flex;
  }
  .custom-why-us-row2 .dnd-section {
    padding: 10px 0;
  }

  .custom-why-us-row2 .dnd-section .span8.dnd-column .span4 {
    width: 60%;
    margin: 20px auto;
    text-align: center;
  }
  .custom-why-us-row2 .dnd-section .span8.dnd-column .span4 * {
    display: block !important;
  }
  .custom-why-us-row2 .dnd-section .span8.dnd-column .span4 img {
    margin: 20px auto;
    width: 250px;
  }

  .custom-why-us-row2 .dnd-section .span12 .hs_cos_wrapper_type_rich_text img {
    margin: 20px auto;
  }
  .body-container-wrapper .custom-home-row3 .hs_cos_wrapper_type_module>.hs-button {
    min-width: 100%;
    margin: 0;
    width: 100%;
  }
  .hs-form-field {
    width: 100% !important;
  }
  .contact-banner .banner_area.with-subheading .banner-sub-text {
    max-width: 100%;
  }
  .who-we-serve-banner .banner_area .banner-content {
    padding: 30px 0px 30px 0;
  }
  .custom-tabs .inner{
    display: block;
  }
  .custom-tabs .tab-nav{
    width: 100%;
  }
  .custom-tabs .tab-content{
    padding: 15px;
  }
  .custom-tabs .tab-nav a{
    padding: 10px 25px;
  }
  .custom-who-we-serve-row2 .widget-type-header {
    margin-bottom: 60px;
  }
  .custom-why-us-row2 .dnd-section h6 {
    padding: 81px 15px 0;
  }

  .custom-why-us-row3 .dnd-section .span4 {
    width: 90%;
  }

  .custom-why-us-row3 .dnd-section .span4:nth-child(2) {
    border: none;
    margin: 20px auto;
    background-position: center;
    height: 280px;
  }

  .custom-why-us-row4 .dnd-section {
    background-image: none !important;
  }

  .custom-why-us-row4 .dnd-section .dnd-row:nth-child(2)>div {
    display: flex;
    flex-wrap: wrap;
  }

  .body-container-wrapper .custom-why-us-row4 .span6 {
    width: 100%;
    order: 2;
  }

  .body-container-wrapper .custom-why-us-row4 .span6+.span6 {
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    order: 1;
  }

  .custom-why-us-row4 .dnd-section h2 {
    color: #1D483C !important;
    margin-top: 0;
  }

  .body-container-wrapper .custom-why-us-row4 .span6 .span6 {
    width: 100%;
    color: #3c3c3c;
    line-height: 2;
  }

  .body-container-wrapper .custom-why-us-row4 .span6 .span6 p {
    color: #3c3c3c;
    line-height: 2;
  }

  .body-container-wrapper .custom-why-us-row4 .span6 .span6+.span6 {
    margin: 30px auto 40px auto;
  }
  .custom-why-us-row4 form select, .custom-why-us-row4 form input  {
    font-size: 14px;
    letter-spacing: 0;
  }

  .custom-why-us-row4 form label.hs-error-msg {
    color: #3c3c3c;
  }
  .custom-why-us-row4 form {
    background: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .custom-why-us-row5 .dnd-section .dnd-row .span3 {
    width: 50%;
    margin: 0 auto;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) {
    margin: 0;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div {
    display: block;
  }
  .custom-why-us-row4 form {
    background: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media (max-width: 720px){
  .custom-our-process-row5 .dnd-section .custom_btn.custom_btn_green {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .custom-our-process-row5 .dnd-section div {
    display: block !important;
  }
}

@media(max-width:670px){
  .hs-team-one-section .dnd-section>.row-fluid {
    max-width: 100%;
    width: 100%;
  }

  #timeline ul.timeline-list li {
    margin-left: 20px;
  }

  #timeline ul.timeline-list li div {
    width: calc(100vw - 90px);
  }

  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container {
    left: 40px;
  }

  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container:before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #a99b6f transparent transparent;
  }

  #timeline div.timeline-container:before {
    bottom: 46.5%;
  }

  #timeline ul.timeline-list li:nth-child(odd) div.timeline-container .timeline-text {
    order: 2;
  }

  .timeline-container.left .timeline-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    border-right: 2px solid #eaecee;
  }

  .timeline-container.left .timeline-icon {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  #timeline ul.timeline-list li:after {
    top: 50%;
  }

  p.testimonial-bottom-content {
    padding: 0 20px;
  }

}

@media(max-width:630px) and (min-width:577px){
  .hs-team-one .custom-member-card .inner .member-image {

    width: 170px;
    height: 170px;
  }
}

@media (max-width: 576px){
  .career-row1 .hs_cos_wrapper_type_rich_text p {
    max-width: 81%;
    padding-bottom: 100px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
  .contact-banner .banner_area.with-subheading .banner-heading {
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    padding: 26px 20px 0px 20px;
  }
  .contact-banner .banner_area.with-subheading .banner-heading:before {
    display: none;
  }
  .contact-banner .banner_area.with-subheading .banner-sub-text {
    position: relative;
    max-width: none;
    padding: 10px 20px 20px 20px;
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    background-color: #fff;
  }
  .contact-banner .banner_area.with-subheading {
    padding-top: 85px !important;
    padding-bottom: 240px !important;
    background-size: 150%;
    background-position: top 240px center !important;
  }
  .who-we-serve-banner .banner_area[class*=your-benefits] .hs-cta-wrapper {
    padding-top: 120px;
  }
  .banner-section.about-banner-area .banner_area {
    background-size: 150%;
    background-position: top 240px center !important;
  }
  .hs-team-one .team-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-section.our-team-banner-area .banner_area:after {
    background-size: cover;
  }
  .our-team-banner-area .banner_area {
    padding-bottom: 110px;
    background-size: cover;
    min-height: 300px;
    background-position: bottom center;
  }
  .custom-team-member-wrapper.custom-team-member-card .inner-row {
    margin: -117px -10px;
  }
  .banner_area.bannercareers .banner-heading {
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 21px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .banner_area.bannercareers {
    background-size: cover !important;
  }

  .banner_area.bannerlibrary .banner-heading {
    background: transparent !important;
    padding-top: 0;
    padding-bottom: 21px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .banner_area.bannerlibrary {
    background-size: cover !important;
  }

  .body-container-wrapper .career-row2 .button-module-link-text {
    min-width: auto;
    max-width: 411px;
    width: 100%;
  }
  .body-container-wrapper .career-row5 .hs_cos_wrapper_type_module>.hs-button {
    min-width: auto !important;
    max-width: 100% !important;
    width: 318px !important;
    display: block;
  }
  .career-row1 {
    overflow: hidden;
  }
  .home-banner .banner-heading p {
    color: #1f4c3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
  }
  .banner_area[class*="bannerevents"] .page-center {
    min-height: 1px;
    padding-top: 0 !important;
    width: 90%;
  }

  .banner_area[class*="bannerevents"] .banner-sub-text::before {
    display: none;
  }
  .banner_area[class*="bannerevents"] .banner-sub-text {
    max-width: 500px;
    padding-bottom: 56px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: -0.3px;
    color: #1f4c3e;
    font-family: Lato,sans-serif;
    padding: 0 0 56px;
    background: transparent;
  }
  .banner_area[class*="bannerevents"] .banner-heading {
    padding-bottom: 21px;
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: -1.4px;
    color: #1f4c3e;
    font-family: "Frank Ruhl Libre",serif;
    background: transparent;
    padding: 0 0 21px;
  }
  .banner_area[class*="bannerevents"] {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
  }
  .custom-our-process-row1 .dnd-section:before {
    background-size: cover;
    height: 50px;
  }
  .who-we-serve-banner .banner_area {
    max-height: none;
    padding-top: 85px;
    padding-bottom: 86px;
  }
  .who-we-serve-banner .banner_area .hs-cta-wrapper {
    padding-top: 91px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div {
    display: block;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2)>div * {
    min-height: 0;
  }
  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row p {
    margin-bottom: 30px;
  }

  .custom-why-us-row5 .dnd-section .dnd-row:nth-child(2) .dnd-row p br {
    display: none;
  }
  .who-we-serve-banner .banner_area .hs-cta-wrapper a.cta_button.custom_btn {
    max-width: 280px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
    line-height: 1.33 !important;
    letter-spacing: 1.8px;
    min-width: auto;
  }
  .custom-who-we-serve-row4 .dnd-section .dnd-module h2 {
    font-size: 42px;
  }
  .who-we-serve-banner .banner_area .banner-heading:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(98%, #fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #fff 98%);
  }
  .who-we-serve-banner .banner_area {
    max-height: none;
    padding-top: 85px;
    padding-bottom: 86px;
    background-size: 100%;
    background-position: bottom center !important;
  }
  .who-we-serve-banner .banner_area .banner-heading {
    position: relative;
    padding: 26px 20px 20px 20px;
    color: #1f4c3e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.11;
    letter-spacing: -.7px;
    background-color: #fff;
  }
  .our-invest-banner .banner_area {
    padding-top: 85px !important;
    padding-bottom: 143px !important;
    background-size: 150%;
    background-position: top 240px center !important;
  }
  .career-row2 .dnd-section {
    padding-bottom: 70px !important;
  }
  .banner-section.our-invest-banner .banner-sub-text:before,
  .banner-sub-text:before{
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(98%, #fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #fff 98%);
  }
  .banner-section.our-invest-banner .banner-sub-text {
    position: relative;
    max-width: none;
    padding: 10px 20px 30px 20px;
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    background-color: #fff;
  }
  .banner-section.our-invest-banner .banner-heading {
    position: relative;
    padding: 26px 20px 29px 20px;
    color: #1f4c3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    background-color: #fff;
  }
  .home-banner .banner-sub-text p {
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
  }
  .home-banner .hs_cos_wrapper_type_cta {
    padding-top: 91px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  .home-banner .hs_cos_wrapper_type_cta .custom_btn {
    display: block;
    max-width: 200px;
    min-width: 0;
    width: 100%;
    padding: 13px 30px !important;
    font-size: 12px;
    line-height: 1.33 !important;
    letter-spacing: 1.8px;
  }
  .home-banner .banner-sub-text:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(98%, #fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #fff 98%);
  }
  .home-banner .banner-sub-text {
    padding-bottom: 58px;
    max-width: 100%;
    position: relative;
    max-width: none;
    padding: 10px 20px 20px 20px;
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    background-color: #fff;
  }
  .home-banner .banner_area {
    padding-top: 85px !important;
    padding-bottom: 143px !important;
    background-size: 150%;
    background-position: top 240px center !important;
  }
  .home-banner .banner-heading {
    position: relative;
    padding: 26px 20px 0 20px;
  }
  .custom-address-card-column {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;

  }
  .custom-address-card-inner {
    display: block !important;
  }
  .custom-address-card-column {
    padding-bottom: 15px;
  }

  .body-container-wrapper .custom_error_message form, 
  .body-container-wrapper .widget-type-form, .body-container-wrapper .widget-type-blog_subscribe, 
  .body-container-wrapper .widget-type-google_search, .body-container-wrapper .widget-type-password_prompt.custom_error_message, 
  .body-container-wrapper .widget-type-email_simple_subscription, .hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
  .body-container-wrapper .hs-search-field__bar, .body-container-wrapper .submitted-message, 
  .body-container-wrapper #hs_cos_wrapper_password_prompt, .body-container .submitted-message {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-banner .banner-heading {
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    padding: 26px 20px 20px 20px;
    font-size: 24px;

  }

  .contact-banner .banner_area {
    padding-top: 75px !important;
    padding-bottom: 240px !important;
    background-size: 100%;
    background-position: bottom center !important;
  }
  .contact-banner .banner-heading:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(98%, #fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #fff 98%);
  }
  .custom-home-row3.custom-home-row5 .dnd-section {
    padding-top: 0;
    padding-left: 20px;
  }
  .why-us-banner .banner_area {
    max-height: none;
    padding-bottom: 130px !important;
    background-size: 100%;
    background-position: bottom center !important;
  }
  .custom-home-row3 .dnd-section {
    margin-left: 0;
  }
  .why-us-banner .banner-heading p {
    font-size: 36px;
  }
  .why-us-banner .banner-sub-text {
    max-width: 60%;
    position: relative;
    max-width: none;
    padding: 10px 20px 20px 20px;
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    background-color: #fff;
    padding-top: 29px!important;
    padding-bottom: 43px!important;
  }
  .why-us-banner .banner-heading {
    position: relative;
    max-width: none;
    padding: 26px 20px 0 20px;
    color: #1f4c3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    background-color: #fff;
  }
  .custom-our-process-row1 .dnd-section>div>.dnd-column h2 {
    padding-bottom: 10px;
    font-size: 34px;
  }
  .custom-our-process-row1 .dnd-section>div>.dnd-column {
    padding: 40px;
  }
  .custom-our-process-row1 .dnd-section>div>.dnd-column div {
    display: block !important;
  }
  .custom-our-process-row1 .dnd-section .custom_btn {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .custom-our-process-row4 .dnd-section table:nth-of-type(1) td, .custom-our-process-row4 .dnd-section table:nth-of-type(2) td {
    padding: 15px;
    vertical-align: middle;
  }
  .who-we-serve-banner .banner_area[class*=bannerwant-to-make] .banner-heading {
    padding-top: 26px;
  }
}


@media (max-width: 479px){
  .custom-our-invest-row5 .span3.dnd-column {
    width: 100%;
    margin: 0;
    float: none;
  }
  .career-body-container h1 {
    font-size: 60px;
  }
  .banner_area[class*="bannerevents"] .banner-heading {
    padding-bottom: 21px;
    font-size: 65px;
  }
  .custom-address-card-column {
    padding-bottom: 15px;
    margin: 0 0 30px 0 !important;
  }
}
@media(max-width:410px){
  .wja-life-arc .arc-slides {
    padding: 25px 20px;
  }
  .wja-life-arc .arc-navs a {
    padding: 8px;
    font-size: 11px;
    min-width: 109px !important;
  }
}
@media(max-width:395px){
  .hs-team-top-section .hs_cos_wrapper_type_rich_text h1 {
    font-size: 58px;
  }
  .wja-life-arc .arc-slides {
    padding: 25px 20px;
  }
}
@media (max-width: 375px){
  .who-we-serve-banner .banner_area {
    background-size: 120%;
  }
}




/* Footer Test CSS  */


@media(max-width:767px) {
  .contact_test_wrapper .contact-row1 .dnd-section>.row-fluid {
    margin-top: 0;
  }

  .contact_test_wrapper .contact-row1 .dnd-section>.row-fluid .widget-type-form {
    box-shadow: none;
  }

  .contact_test_wrapper form .hs-form-field {
    margin-bottom: 30px;
  }

  .contact_test_wrapper .custom-address-card-inner {
    box-shadow: none;
    padding-bottom: 0;
  }

  .contact_test_wrapper .custom-address-content {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 3px solid #a7a3a3;
  }

  .contact_test_wrapper .custom-address-content > div {
    width: 100%;
    text-align: center !important;
    padding: 0 15px;
  }

  .contact_test_wrapper .custom-address-content > div img {
    margin: 0 auto;
    width: 78px;
    height: auto;
    max-width: 78px;
    margin-bottom: 25px;
  }

  .contact_test_wrapper .custom-address-card-inner {
    padding: 15px;
  }

  .contact_test_wrapper .google-map {
    box-shadow: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.main-header {
  position: absolute;
  top: 0;
  z-index: 1020;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  line-height: 23px;
}

.main-header .masthead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding: 20px;
}

.custom-menu-primary {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  padding: 20px;
}

.main-header .site-portal {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  padding: 20px;
  max-width: 100%;
  position: relative;
}

.main-header .site-portal a {
  padding: 8px 20px 7px 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #1f4c3e;
  letter-spacing: 1.6px;
  font-family: Lato, sans-serif;
  line-height: 1.7em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
  border: 0;
  border-radius: 50px;
}

.main-header .site-portal a {
  display: inline-block;
}


.header-logo img {
  max-width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
  text-decoration:none;
}
.main-header .site-portal a:hover{
  text-decoration:none;
}

@media (min-width: 981px){
  .custom-menu-primary.mobile {
    display: none;
  }
  .custom-lp-header-spacer1 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
    padding: 20px;
    height: 35px;
    box-sizing: content-box;
    width: 607px;
  }

  .custom-lp-header-spacer2 {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    padding: 20px;
    max-width: 100%;
    position: relative;
    height: 35px;
    box-sizing: content-box;
    width: 150px;
  }
}

@media (max-width: 980px){
  .custom-lp-header-spacer2 {
    display: none;
  }
  .custom-lp-header-spacer1{
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 20px;
    position: relative;
    width: 55px;
    height: 45px;
    display: block;
    box-sizing: content-box;
  }
  .custom-menu-primary.destop {
    display: none;
  }
  .site-portal {
    display: none;
  }
  .custom-lp-header-spacer {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 20px;
    position: relative;
    width: 55px;
    height: 45px;
    display: block;
    box-sizing: content-box;
  }
  .menu-trigger-wrapper {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 20px;
    position: relative;
  }

  .main-header .masthead {
    position: relative;
    z-index: 200;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
  }

  .header-logo {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .menu-toggle {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    padding: 7px 10px;
    overflow: hidden;
    cursor: pointer;
  }

  .menu-toggle .burg {
    position: relative;
    top: 15px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .menu-toggle .burg::after,  .menu-toggle .burg::before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #ac9b69;
    top: -10px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .menu-toggle .burg span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 0;
    opacity: 1;
    background-color: #ac9b69;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .menu-toggle .burg::after {
    top: 10px;
  }

  .mobile-open .menu-toggle .burg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-open .menu-toggle .burg::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  .mobile-open .menu-toggle .burg::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  .mobile-open .menu-toggle .burg span {
    left: 45px;
    opacity: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }


}
@media (max-width: 576px){
.hs-landing-page .banner_area.with-subheading.bannerbanner-heading {
  padding-top: 80px;
}

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

.main-footer {
  position: relative; 
  padding-top: 83px;
  background-color: transparent;
  clear: both;

}

.main-footer .inner {
  position: relative;
  padding-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}


.main-footer .inner .page-center {
  width: 90%;
  position: relative;
  z-index: 2;
  overflow: hidden; 

}

.footer-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 00px -49px -20px -49px;
}

.footer-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -40px;
  font-size: 10px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -.2px;
  text-align: justify;
}

.footer-bottom>div {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.footer-bottom>div p {
  margin: 0;
}

.footer-bottom>div p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

.footer-bottom>div p {
  padding-bottom: 1em;
}
.footer-content>div {
  position: relative;
  width: 100%;
  padding: 20px 49px;
}

.footer-content>div.foo-info {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.footer-content>div.foo-widgets {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.footer-content .fidgets {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -27px;
}

.footer-content .fidget {
  position: relative;
  width: 100%;
  padding: 27px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.footer-content .widget-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

.footer-content .widget-title {
  padding: 0;
  color: #ac9b69;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -.1px;
  font-family: "Frank Ruhl Libre",serif;
  margin: 0;
}

.footer-content .fidget.fidget-5 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-content .custom-fidget {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content .custom-fidget>div {
  min-width: 175px;
}

.footer-content .widget-container a {
  color: #fff;
}

.footer-content .custom-fidget>div {
  position: relative;
  width: 100%;
  padding: 20px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.footer-content .widget-title {
  padding: 0;
  color: #ac9b69;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -.1px;
  font-family: "Frank Ruhl Libre", serif;
}

.footer-content .widget-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-content .widget-container a:hover {
  text-decoration: none;
}

.footer-content .foo-social {
  grid-template-columns: 28px 28px 28px;
  grid-gap: 40px;
  padding-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
}

.footer-content>div.foo-info {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 20px 49px;
}

.footer-content .foo-social div {
  margin-right: 40px;
  flex: 0 1 auto;
}

.footer-content .foo-address {
  padding-top: 25px;
}

.footer-content .foo-contact {
  padding-top: 30px;
}

.footer-content .foo-social div a img {
  max-height: 30px;
  max-width: 100%;
}

.footer-content .foo-social div {
  margin-right: 40px;
  flex: 0 1 auto;
}

.footer-content .foo-social div:nth-child(2) a img {
  max-height: 21px;
}

.footer-content .foo-social div:nth-child(3) a img {
  max-height: 24px;
}

.footer-content .foo-contact a {
  text-decoration: none !important;
}

.main-footer .inner:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 100%;
  z-index: 1;
  width: 100%;
  height: 112px;
  margin-bottom: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc-green.svg);
}


.main-footer .footer-mobile {
  display: none;
}


.main-footer .footer-content .foo-info-mobile {
  display: none;
  position: relative;
  padding-bottom: 40px;
}
.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}
.et_pb_scroll_top.et-pb-icon {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.et_pb_scroll_top:before {
  content: "2";
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}

@media (min-width: 1439px){
  .main-footer .inner::before {
    height: 130px;
  }
}

.custom-footer-menu {
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  padding: 27px;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;

  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -.1px;
  font-family: "Frank Ruhl Libre", serif;
  text-decoration: none !important;
  cursor: text;
}


.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  text-decoration: none;
}

@media (min-width: 1919px){
  .main-footer .inner::before {
    height: 170px;
  }
}



@media (max-width: 980px){
  .main-footer .footer-mobile {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 98px;
    padding: 78px 0 22px 0;
  }

  .main-footer .footer-bottom>div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-footer .footer-bottom>div:last-child {
    background-size: 84px;
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-image: url("//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/texas.svg");
      }

  .main-footer .footer-bottom>div:last-child p {
    padding-right: 150px;
  }

  .main-footer .footer-mobile .footer-mobile-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-footer .footer-mobile a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }

  .main-footer .footer-content>div.foo-info {
    max-width: 300px;
  }

  .main-footer .footer-content .fidget {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .main-footer .footer-content .fidget.fidget-5 {
    display: none;
  }

  .foo-branding img {
    max-width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

}


@media (max-width: 767px){
  .main-footer .footer-bottom, #main-footer .footer-content {
    margin: 0;
  }
  .main-footer {
    padding-top: 103px;
  }
  .main-footer .footer-content {
    display: block;
    text-align: center;
    overflow: hidden;
  }

  .main-footer .footer-mobile {
    display: block;
    text-align: center;
    padding-top: 50px;
  }

  .main-footer .footer-bottom>div:last-child p {
    padding-right: 0;
  }

  .main-footer .footer-bottom>div:last-child {
    background-image: none;
  }

  .main-footer .footer-bottom, .main-footer .footer-content {
    margin: 0;
  }

  .main-footer .footer-mobile .footer-mobile-logos {
    display: none;
  }

  .main-footer .footer-mobile a {
    display: inline-block;
    margin: 0 20px;
  }

  .main-footer .footer-content .foo-info-mobile {
    display: block;
  }

  .main-footer .footer-content .foo-info-mobile::after, .main-footer .footer-content .foo-info-mobile::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 98px);
    height: 1px;
    background-color: #ac9b69;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* top: auto; */
    /* bottom: 0; */
  }

  .main-footer .footer-content .foo-info-mobile .foo-address, .main-footer .footer-content .foo-info-mobile .foo-contact, .main-footer .footer-content .foo-info-mobile .foo-social {
    display: block;
    text-align: center;
  }

  .main-footer .footer-content .foo-info-mobile .foo-social>div {
    display: inline-block;
    margin: 0 20px;
  }

  .main-footer .footer-content .foo-info-mobile::after {
    top: auto;
    bottom: 0;
  }

  .main-footer .footer-content .fidgets {
    display: block;
    text-align: center;
    overflow: hidden;
  }

  .main-footer .footer-content .fidget {
    max-width: none;
  }

  .main-footer .footer-content .foo-contact {
    display: none;
  }

  .main-footer .footer-content .foo-address {
    display: none;
  }

  .main-footer .footer-content>div.foo-info {
    max-width: none;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    display: block;
    text-align: center;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    max-width: 100%;
  }
  .footer-content .foo-social div:last-child {
    margin-right: 0;
  }
  .footer-content .foo-social {
    justify-content: center;
  }
}


/* Footer Test */

@media(max-width:767px) {
  .footer_test .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .footer_test .custom-footer-menu .hs-menu-wrapper>ul {
    display: flex;
    text-align: left;
  }

  .footer_test .main-footer .footer-mobile a {
    margin-left: 0;
  }

  .footer_test .main-footer .footer-mobile {
    text-align: left;
    padding: 78px 20px 22px;
  }

  .footer_test .main-footer .footer-mobile > div {
    display: flex;
    justify-content: space-between;
  }

  .footer_test .foo-test-social-desk {
    display: none;
  }

  .footer_test .foo-address-wrapper h4 {
    color: rgba(172,155,105,1.0);
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -.1px;
    font-family: "Frank Ruhl Libre", serif;
    text-decoration: none !important;
    cursor: text;
  }

  .footer_test .foo-address-wrapper > div {
    width: 50%;
    padding: 0 10px;
    text-align: center;
  }

  .footer_test .foo-address-wrapper {
    display: flex;
    margin-bottom: 15px;
  }

  .footer_test .footer-content>div.foo-widgets {
    padding: 20px;
  }

  .footer_test .main-footer .footer-content .foo-info-mobile {
    padding: 20px 0px 40px;
  }

  .footer_test .main-footer .footer-content .foo-info-mobile::after,
  .footer_test .main-footer .footer-content .foo-info-mobile::before {
    width: 95%;
  }

  .footer_test .main-footer .footer-bottom>div {
    padding: 20px;
  }

  .footer_test .hs-menu-children-wrapper li {
    padding: 0px 0 15px;
    display: block;
  }

  .footer_test .footer-content .widget-title, .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
  }

  .footer_test .footer-bottom p {
    font-size: 13px;
  }

  .footer_test .main-footer .footer-mobile a {
    font-size: 13px;
    text-align: center;
    
    margin: 0 15px;

  }

  .footer_test .main-footer .footer-mobile a:last-child {
    margin-right: 0;
  }
  
  .footer-bottom p {
    font-size:13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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-header {
  background-color: #F8FAFC;
  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;
}

.blog-sidebar {
  padding: 3.3rem 0;
}


.banner_area {
  padding-top: 145px;
  padding-bottom: 140px;
  max-height: 642px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.banner_area .page-center {
  position: relative;
  z-index: 3;
  width: 90%;
}

.banner-heading {
  max-width: 560px;
  font-family: FrankRuhlLibre;
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #1f4c3e;
  padding-bottom: 21px;
}

.banner-sub-text {
  padding-bottom: 249px;
  max-width: 513px;
  padding-bottom: 46px;
  font-family: FrankRuhlLibre;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #1f4c3e;
}

.banner_area:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  width: 75%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1%, #fff 98%);
  opacity: .9;
}

.banner-content p {
  margin: 0;
  padding: 0;
  font-family: FrankRuhlLibre;
}

.banner_area:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 112px;
  margin-bottom: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;

}

.contact-banner .banner_area {
  padding-top: 185px;
  padding-bottom: 200px;
}
.contact-banner .banner-content p {
  font-family: "Frank Ruhl Libre", serif;
}
.contact-banner .banner-heading {
  font-size: 60px;
  line-height: 1.13;
  letter-spacing: -1.2px;
  font-weight: bold;
}


@media (min-width: 1439px){
  .banner_area:after {
    height: 130px;
  }
}

@media (min-width: 1919px){
  .banner_area:after {
    height: 170px;
  }
}

@media (max-width: 767.98px) and (min-width: 576px){
  .banner_area:after {
    height: 50px;
    margin-bottom: -4px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px){
  .banner-sub-text {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 980px){
  .banner-heading {
    max-width: 40%;
  }

  .banner-sub-text {
    max-width: 45%;
    padding-bottom: 30px;
  }

}
@media (max-width: 576px){
  .banner-heading {
    max-width: 100%;
    position: relative;
    padding: 26px 20px 0 20px;
    color: #1f4c3e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    background-color: #fff;
  }

  .banner_area {
    padding-top: 85px;
    padding-bottom: 220px;
    background-size: 150%;
    background-position: top 240px center;
  }

  .banner-sub-text {
    position: relative;
    max-width: none;
    padding: 10px 20px 20px 20px;
    color: #1f4c3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    background-color: #fff;
  }
  .contact-banner .banner-heading {
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    padding: 26px 20px 20px 20px;
    font-size: 24px;
  }
  .banner_area .page-center {
    width: 100%;
  }

  .banner_area:after {
    height: 50px;
  }

  .contact-banner .banner-heading {
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.5px;
    padding: 26px 20px 20px 20px;

  }
  .contact-banner .banner_area {
    padding-top: 75px;
    padding-bottom: 240px;
    background-size: 100%;
    background-position: bottom center;
  }
  .contact-banner .banner-heading:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(255, 255, 255, 0)), color-stop(98%, #fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #fff 98%);
  }

}





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

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

.blog-pagination.hs-with-sidebar {
  margin-left: 0;
  padding-bottom: 50px;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;

}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #3c3c3c;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  vertical-align: middle;
}
.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: #3c3c3c;
  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: #3c3c3c;
}
.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: #3c3c3c;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #3c3c3c;
  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;
}


.blog-section {
  padding-bottom: 20px
}

.about-author-sec {
  padding-top: 50px;
  border-top: 1px solid;
  padding-bottom: 50px;
  border-bottom: 1px solid
}

.about-author-sec p {
  margin-bottom: 5px
}

.hs-post-banner {
  position: relative;
  height: 586px;
  background-color: #1f4c3e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.hs-post-banner::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 112px;
  margin-bottom: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/arc.svg);
}

.hs-blog-post .content-wrapper>div>div {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-gap: 52px;
  position: relative;
  z-index: 10;
  padding-top: 20px
}

.hs-blog-post .body-container-wrapper {
  margin-top: 0;
  padding-bottom: 0
}
.blog.blog-post-wrapper .body-container-wrapper {
  margin: 0;
}
.hs-blog-post .content-wrapper .blog-content {
  position: relative;
  z-index: 10;
  padding: 30px 40px !important;
  margin-top: -310px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff
}
.about-author-sec .span2 img {
  width: 94px;
  border-radius: 50%;
}

.about-author-sec h3{
  color: #333;
}
.post-title {
  margin: 0;
  padding: 0;
  color: #1f4c3e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.9px
}

a.author-link {
  margin: 0;
  padding-bottom: 15px;
  font-family: "Frank Ruhl Libre",serif;
  color: inherit;
  font-weight: 500;
  line-height: 1em;
  font-size: 22px;
  text-decoration: none !important;
}

p.p1 {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px;
  color: #9b9992;
}
.post-meta {
  padding-bottom: 30px;
  color: #9b9992;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -.2px
}

.section.post-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -.3px;
  color: #000
}

.post-share::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -52px;
  width: calc(100% + 52px);
  height: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px
}

.post-share img {
  display: block
}

.post-share ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px
}

.blog .blog-sidebar .widget-span.custom-post-share {
  position: relative;
  padding: 20px 100px 20px 0;
  margin-bottom: 48px;
  box-shadow: none;
  border-radius: 0;
  background: transparent
}

.post-share span {
  color: #1f4c3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.86;
  letter-spacing: 2.1px;
  text-align: center
}

.blog .body-container-wrapper {

  position: relative;
  z-index: 222;
  padding-bottom: 30px
}

.blog .body-container-wrapper .page-center {
  padding: 0
}

.blog .content-wrapper>div>div:after,.blog .content-wrapper>div>div:before {
  content: none
}

.blog .content-wrapper>div>div {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-gap: 52px
}

.blog .content-wrapper>div>div {
  display: flex;
  /* grid-template-columns: 1fr 340px; */
  /* grid-gap: 52px; */
  justify-content: space-between;
}
.blog .content-wrapper>div>div>div.blog-content {

  width: 728px;
  margin-right: 52px;
}

.blog .content-wrapper>div>div>div {
  width: auto;
  margin: 0;
  float: none;
  width: 340px;
}

.post-header h2 a {
  color: inherit;
  text-decoration: none !important
}

span.filter-link-count {
  display: none
}

#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%
}

.blog-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -25px
}

.blog-item {
  position: relative;
  width: 100%;
  padding: 20px 25px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%
}

.blog-item:first-child {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%
}

.blog-item .inner {
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff
}

.blog-item:first-child .inner {
  position: relative;
  padding: 20px 40px 10px 40px
}

.blog-item:first-child .item-featured {
  padding-bottom: 6px;
  color: #9b9992;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.86;
  letter-spacing: 2.1px;
  text-transform: uppercase
}

.blog-item .item-title {
  margin: 0;
  padding-bottom: 12px;
  color: #1f4c3e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.1px
}

.blog-item:first-child .item-title {
  margin: 0;
  padding-bottom: 12px;
  color: #1f4c3e;
  font-size: 36px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre",serif;
  line-height: 1.17;
  letter-spacing: -.7px
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit
}

.blog-item:first-child .item-content {
  position: relative;
  max-height: 310px;
  overflow: hidden;
  color: #9b9992;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -.3px
}

.blog-item:first-child .item-author {
  z-index: 5;
  padding: 25px 0 55px 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(10%,#fff),to(white));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 10%,#fff 100%)
}

.blog-item:first-child .item-author .author-inner {
  display: grid;
  grid-template-columns: 180px 1fr 200px;
  grid-gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  width: 100%;
}

.blog-item:first-child .item-author .author-image span {
  display: block;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2)
}

.author-info h1,.author-info h2,.author-info h3,.author-info h4,.author-info h5,.author-info h6 {
  color: #201f1f !important;
  text-shadow: none !important
}
.blog-item .item-title a {
  text-decoration: none !important;
}
.blog-item:first-child .item-author .author-info h4 {
  margin: 0;
  padding: 0;
  color: #1f4c3e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -.5px
}
.body-container-wrapper .hs-search-field__bar {
  margin-bottom: 30px;
  margin-top: 0;
}
.blog-item:first-child .item-author .author-info span {
  color: #9b9992;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.86;
  letter-spacing: 2.1px;
  text-transform: uppercase
}

.blog-item:first-child .item-author .author-button a {
  display: block;
  width: 100%
}

.blog-item .item-image {
  height: 178px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.blog-item .item-info {
  padding: 17px 20px
}

.blog-item .item-meta {
  position: relative;
  padding-left: 80px;
  min-height: 60px
}

.blog-item .meta-author {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  border-radius: 100%
}

.blog-item .meta-byline,.blog-item .meta-date {
  color: #9b9992;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -.2px
}

.blog-item .meta-byline {
  padding-top: 10px
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 210px;
  height: auto;
  width: auto;
  display: block !important;
  float: right;
  margin: 20px 0 20px 20px
}

a.more-link {
  display: block;
  margin: 15px 0
}

.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: auto
}

.body-container .hs-blog-social-share li {
  background: 0;
  padding: 0
}

#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0
}

#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px
}

#comments-listing.no-comments {
  border: 0
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0
}

.comment-reply-to {
  margin-bottom: 15px
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left
}

.comment-from {
  font-weight: bold
}

.comment-body {
  padding: 10px 0
}

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height: 26.4px
}

.blog-nav {
  padding-top: 55px;
  text-align: center
}

.blog-nav a {
  min-width: 480px
}

div.post-listing-simple {
  display: block
}
.blog-sidebar .hs-input:-moz-placeholder {
  color: inherit;
  text-align: left;
}
.blog-sidebar .actions {
  padding: 0;
}
.blog-sidebar .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
  text-align: left;
}

.blog .blog-sidebar .widget-span {
  padding: 25px 25px 30px 25px;
  margin-bottom: 50px;
  border-radius: 15px;
  margin-left: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff
}

.blog .blog-sidebar h3 {
  margin: -25px -25px 25px -25px;
  padding: 11px 10px 8px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.5px;
  text-align: center;
  background-color: #1f4c3e;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.blog .blog-sidebar ul li {
  display: block;
  color: rgba(155,153,146,.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 2.86;
  letter-spacing: 2.1px;
  text-align: center;
  text-transform: uppercase
}

.blog .blog-sidebar ul li a {
  color: rgba(155,153,146,.6);
  text-decoration: none !important;
}
.blog .blog-sidebar ul li a:hover {
  color: #9b9992
}

.body-container .blog-sidebar .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0
}

.blog-sidebar .hs-form-field>label {
  display: none
}

.blog-sidebar .hs-input {
  border: 2px solid #c1b48f;
  border-radius: 27px;
  font-family: Lato !important;
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: -0.3px !important;
  color: #9b9992;
  padding: 10px 20px !important;
  margin-top: 12px
}

.blog-sidebar .field {
  margin-top: 16px;
  margin-bottom: 0
}

.blog-sidebar .hs-input:focus {
  border-color: #1f4c3e !important;
  color: #1f4c3e !important
}

.blog-sidebar .actions input {
  border-radius: 50px !important;
  margin-top: 34px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25) !important;
  margin-bottom: 26px;
}

.blog .blog-sidebar .blog-search.span12.widget-span {
  display: block;
  margin-bottom: 30px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}

.hs-blog-listing .hs-author-profile {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden
}

.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0
}
.blog .blog-sidebar.span3 {
  padding: 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both
}

.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px
}
.content-wrapper.container-fluid.page-center.blog-page-center {
  padding: 0;
  position: relative;
  z-index: 4;
}
.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%
}
.hs-blog-listing .hs-banner-area .banner-heading {
  max-width: 560px;
  padding-bottom: 21px;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: #1f4c3e;
  font-family: "Frank Ruhl Libre",serif;
}
.content-wrapper.container-fluid.page-center.blog-page-center .blog-index.span9 {
  padding: 0;
}
.hs-blog-listing .hs-banner-area .banner-heading p{

  color: #1f4c3e;
  font-family: "Frank Ruhl Libre",serif;
}
.hs-author-profile .hs-author-bio {
  overflow: hidden
}
h3.hs-author-listing-header {
    margin: 0;
    padding-bottom: 15px;
    font-family: "Frank Ruhl Libre",serif;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-size: 22px;
}
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
      padding-bottom: 15px;
    font-family: "Frank Ruhl Libre",serif;
    color: #333;
    font-weight: 500;
    line-height: 1em;
  font-size: 26px;
}

.hs-author-social-link.hs-social-linkedin.author-bio {
  font-weight: bold
}

.hs-author-social-link.hs-social-linkedin.author-bio:hover {
  color: #ac9b69 !important
}

.hs-blog-listing .hs-banner-area {
  padding-top: 156px;
  padding-bottom: 360px;
  text-align: left;
}

.hs-blog-listing .banner-title {
  max-width: 560px;
  padding-bottom: 21px;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: -1.2px;
  color: #1f4c3e;
  font-family: "Frank Ruhl Libre",serif
}

.blog-item:first-child .item-content::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff)
}

.single-post .single-post-bottom {
  padding: 110px 0 155px
}

.single-post .single-post-bottom .post-related {
  position: relative
}

.single-post .single-post-bottom .post-related .slick-next,.single-post .single-post-bottom .post-related .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
    background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/slide-arrow-left.svg);
  cursor: pointer;
  z-index: 99
}

.single-post .single-post-bottom .post-related .slick-next {
  left: auto;
  right: 0;
 background-image: url(//cdn2.hubspot.net/hubfs/2973703/raw_assets/public/Wjohnsonassociates_May2020/images/slide-arrow-right.svg))
}

.single-post .single-post-bottom .post-related .related-slides {
  margin: 0 -25px;
  position: static
}

.single-post .single-post-bottom .post-related .related-title {
  margin: 0;
  padding-bottom: 11px;
  color: #1f4c3e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: -.9px;
  text-align: center
}

.single-post .single-post-bottom .post-related .related-item {
  padding: 25px
}

.single-post .single-post-bottom .post-related .custom-post-item {
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff
}

.single-post .single-post-bottom .post-related .post-image {
  height: 178px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px
}

.single-post .single-post-bottom .post-related .post-info {
  padding: 17px 20px
}

.single-post .single-post-bottom .post-related .post-title {
  margin: 0;
  padding-bottom: 12px;
  color: #1f4c3e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.1px
}

.single-post .single-post-bottom .post-related .post-meta {
  position: relative;
  padding-left: 80px;
  min-height: 60px
}

.single-post .single-post-bottom .post-related .post-meta:not(.has-image) {
  padding-left: 0
}

.single-post .single-post-bottom .post-related .meta-author {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  border-radius: 100%
}

.single-post .single-post-bottom .post-related .meta-byline,.single-post .single-post-bottom .post-related .meta-date {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: -.2px
}
.blog {
  padding-bottom: 100px;
}
.single-post .single-post-bottom .post-related .meta-byline {
  padding-top: 10px
}

.hs-blog-listing .hs-author-profile {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  background-color: #fff;
  padding: 20px
}

div.post-listing-simple h2.post-listing-simple {
  padding-left: 25px;
  padding-right: 25px
}

@media(min-width: 1439px) {

  .hs-post-banner::after {
    height: 130px
  }
}

@media (min-width: 1919px){
  .hs-post-banner::after {
    height: 170px;
  }

}

@media(max-width: 1115px) and (min-width:981px) {
  .blog .content-wrapper>div>div>div {
    width: auto;
    margin-right: 0;
    float: none;
    width: 29.5%;
  }
  .blog.blog-post-wrapper .content-wrapper>div>div>div.blog-content {
    width: 597px;
    margin-right: 52px;
  }

  .blog.blog-post-wrapper {
  }

  .blog.blog-post-wrapper .content-wrapper>div>div>div {
    width: auto;
    margin-right: 0;
    float: none;
    width: 343px;
  }

  .blog .content-wrapper>div>div>div.blog-content {

    width: 65%;
    margin-right: 52px;
  }
  .blog #header .site-portal,.blog #header .custom-menu-primary {
    padding-top: 20px
  }
}

@media(max-width: 992px) {
 

  .blog .content-wrapper>div>div>div.blog-sidebar {
    padding-top: 40px
  }

  .no-post-banner.blog .content-wrapper>div>div>div.blog-sidebar {
    padding-top: 40px
  }
}
@media(max-width: 980px) {
   .hs-blog-post .content-wrapper>div>div {
    display:block
  }
  .firefox.hs-blog-listing.blog .content-wrapper>div>div {
    top:-180px
  }
  .blog .content-wrapper>div>div>div.blog-content {
    padding-right: 0;
    width: 100%;
    margin-right: 0;
  }
  .blog .content-wrapper>div>div {
    display: block
  }
  .blog-search form,
  .blog .blog-sidebar .widget-span form{
    max-width: 100%;
  }
  .blog .body-container-wrapper {
    position: relative;
    z-index: 222;
    padding-bottom: 0;
  }
  .blog .content-wrapper>div>div>div {
    width: auto;
    margin: 0;
    float: none;
    width: 100%;
  }
  .blog-sidebar {
    padding-top: 40px
  }
}
@media screen and (max-width: 767px) {
  .post-item .page-center {
    flex-wrap: wrap;
  }
  .blog {
    padding-bottom: 0;
  }
  .blog .body-container-wrapper {
    margin-top: -180px;
  }
  .about-author-sec .span2 img {
    width: 100%;
  }
  .hs-post-banner::after {
    height:50px;
    margin-bottom: -4px
  }
  .blog-post-wrapper .post-body img {
    display: block;
    float: none !important;
    margin: 15px auto !important;
    width: auto !important
  }
  .blog-item:first-child .item-author .author-inner {
    grid-template-columns: auto
  }

  .blog-nav a {
    min-width: auto;
    width: 100%;
    display: block
  }
  .post-item .page-center .span4, .post-item .page-center .span8 {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 10px 0;
  }
  .blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Lato,sans-serif;
    margin-bottom: 0;
  }
}


@media(max-width: 576px) {
  .hs-post-banner::after {
    background-size:cover;
    margin-bottom: 0
  }
  .hs-blog-listing .hs-banner-area .banner-heading {
    background: transparent;
    padding: 0;
  }

  .IE .IE .foo-social>div>span {
    justify-content: center
  }

  .blog-item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
  }
  .hs-blog-listing .hs-banner-area {
    background-size: cover;
    background-position: center
  }

  .hs-blog-listing .banner-title {
    background: transparent;
    padding: 0
  }

  .hs-blog-listing .hs-banner-area .page-center {
    width: 90%
  }

  .hs-blog-listing .hs-banner-area {
    padding-bottom: 378px
  }

  .blog #header .logo {
    padding-bottom: 18px
  }

  .blog-sidebar .actions input {
    width: 100%;
    display: block
  }

  .blog .body-container-wrapper {
    padding-bottom: 70px
  }
}

@media(max-width: 479px) {
  .grecaptcha-badge {
    width:auto !important;
    overflow: auto;
    max-width: 256px;
    overflow-x: hidden
  }
}
/* ******************************************************************************
*********************************************************************************
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 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.custom-error-page {
  padding: 170px 0 100px;
}

.custom-error-page h1 {
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
}

.custom-error-row {
  padding-bottom: 70px;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.systems-page input {
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.custom-error-page h1 {
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
}
.systems-page {
  padding: 8rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4f7d24;
  padding: .1rem .75rem;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  color: #3c3c3c;
  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: #3c3c3c;
}
@media screen and (max-width: 980px) {
  .custom-error-row {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
.systems-page input.hs-button.primary.large {
    white-space: normal;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
  
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
a.learn_how:hover {
    background: rgb(255,255,255);
    color: rgb(0 0 0) !important;
}
.see_your_self::after {
    background-image: unset;
}

.planning .custom-plan-content {
    margin-top: 94px;
    padding-top:0px;
}

.dnd_area_contact-row-0-margin {
    position: relative;
    z-index: 999;
}
@media (max-width: 767px) {
    body .dnd_area_contact-row-0-margin {
        margin-top: 0px !important;
    }
}