/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; 
}


@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "iconfont-capstone-partners";
  src: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/fonts/iconfont-capstone-partners.woff2) format("woff2"),
    url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/fonts/iconfont-capstone-partners.woff) format("woff"),
    url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/fonts/iconfont-capstone-partners.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

::selection {
  background: rgba(0,183,79,.1);
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "DM Sans",sans-serif;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height:1.6; 
}

@media (max-width: 767px){
  body {
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
  }
}

p {
  margin: 0 0 3.2rem;  
}

/* Anchor Links */
a {
  color: #0270E0;
  transition: color .2s;
  text-decoration: underline;
}

a:hover, a:focus { 
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {  
  margin-top: 0; 
  margin-bottom: .5rem; 
  font-weight: 500;
  line-height: 1.2;
  color: #101820;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.06666667;
  margin: 0 0 2.5rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.14285714;
  margin: 0 0 3.2rem;
}

h3 {
  font-size: 1.25rem;
  margin: 0 0 1.6rem; 
  line-height: 1.23076923;
}

h4 { 
  font-size: 1.175rem;
  line-height: 1.2;    
  margin: 0 0 1.6rem;
}

h5 {
  font-size: 1rem;
  margin: 0 0 .8rem; 
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.14285714;
  margin: 0 0 .8rem;
  letter-spacing: .01em;
}

@media(max-width:767px){
  h1{
    margin: 0 0 1.5rem;
    line-height: 1.17647059;
  }

  h2{ 
    margin: 0 0 1.6rem; 
    line-height: 1.33333333;
  }

  h3 {
    margin: 0 0 .8rem; 
    line-height: 1.33333333;
  }

  h4{
    margin: 0 0 .8rem; 
    line-height: 1.5;
  }

  h5{ 
    line-height: 1.14285714;
  }

  h6{
    margin: 0 0 .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;
}


.body-container-wrapper ol:not([class]) li:not([class]) {
  display: block;
  padding: 0 0 0 3rem;
  position: relative;
  margin: 0 0 1.6rem;
}

.body-container-wrapper ul:not([class]) {
  padding: 0;
  margin: 0 0 3.2rem;
  list-style: none;
}

.body-container-wrapper ul:not([class]) li:not([class]):before {
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 1.4rem;
  left: .7rem;
  border: .1rem solid #101820;
  border-radius: 50%;
  background: #101820;
}

.body-container-wrapper ol:not([class]) {
  counter-reset: item;
  display: block;
  padding: 0;
  margin: 0 0 3.2rem;
}

.body-container-wrapper ul:not([class]) li:not([class]) {
  padding: 0 0 0 3rem;
  position: relative;
  margin: 0 0 1.6rem;
}

.body-container-wrapper ol:not([class]) li:not([class])::before {
  content: counters(item,".") ". ";
  counter-increment: item;
  position: absolute;
  left: .2rem;
  font-size: 2rem;
}


@media(max-width:767px){
  .body-container-wrapper ol:not([class]) li:not([class])::before {
    left: 0;
    font-size: 1.6rem;
  }

  .body-container-wrapper ul:not([class]) li:not([class]):before {
    width: .4rem;
    height: .4rem;
    top: 1rem;
    left: -.1rem;
  }

  .body-container-wrapper ul:not([class]) li:not([class]){ 
    padding: 0 0 0 1.5rem;
    margin: 0 0 2.4rem;
  }

  .body-container-wrapper ol:not([class]) li:not([class]) {
    padding: 0 0 0 2.3rem;
    margin: 0 0 2.4rem;
  }
}



blockquote {
  padding: 0 3.5rem 0 6.4rem;
  margin: 4.9rem 0;
  font-style: italic;
  text-align: left;
  font-size: 3.4rem;
  line-height: 1.17647059;
  font-weight: 400;
}

blockquote p:after,
blockquote p::before{
  content: '"';
  display: inline;
  font-family: "DM Sans",sans-serif;
  font-style: italic;
}

blockquote p:after{
  content: '"';
}

blockquote p::before{
  margin: 0 .3rem 0 0;
}

blockquote cite::before {
  content: '';
  width: .3rem;
  position: absolute;
  top: .2rem;
  bottom: .3rem;
  left: -4.5rem;
  background-color: #00b74f;
}

@media(max-width:767px){  
  blockquote {
    padding: 0 0 0 .9rem;
    margin: 5.2rem 0;
    font-size: 2rem;
    line-height: 1.2;
  } 
}


/* 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: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
} 

[class^="icon-"] {
  font-family: "iconfont-capstone-partners";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow-downward::before {
  content: "\EA01"
}

.icon-arrow-left::before {
  content: "\EA02"
}

.icon-arrow-right-alt::before {
  content: "\EA03"
}

.icon-arrow-right::before {
  content: "\EA04"
}

.icon-arrow-upward::before {
  content: "\EA05"
}

.icon-calendar::before {
  content: "\EA06"
}

.icon-cancel::before {
  content: "\EA07"
}

.icon-capital-advisory::before {
  content: "\EA08"
}

.icon-cart::before {
  content: "\EA09"
}

.icon-check-box-checked::before {
  content: "\EA0A"
}

.icon-check-box-unchecked::before {
  content: "\EA0B"
}

.icon-check-circle::before {
  content: "\EA0C"
}

.icon-check::before {
  content: "\EA0D"
}

.icon-chev-collapse::before {
  content: "\EA0E"
}

.icon-chev-expand::before {
  content: "\EA0F"
}

.icon-chev-left::before {
  content: "\EA10"
}

.icon-chev-right::before {
  content: "\EA11"
}

.icon-clear::before {
  content: "\EA12"
}

.icon-close::before {
  content: "\EA13"
}

.icon-corporate-restructuring::before {
  content: "\EA14"
}

.icon-cursor::before {
  content: "\EA15"
}

.icon-download::before {
  content: "\EA16"
}

.icon-drop-down::before {
  content: "\EA17"
}

.icon-drop-up::before {
  content: "\EA18"
}

.icon-email::before {
  content: "\EA19"
}

.icon-error::before {
  content: "\EA1A"
}

.icon-esop-advisory::before {
  content: "\EA1B"
}

.icon-filter-list::before {
  content: "\EA1C"
}

.icon-financial-advisory::before {
  content: "\EA1D"
}

.icon-image::before {
  content: "\EA1E"
}

.icon-industry-reports::before {
  content: "\EA1F"
}

.icon-launch-external::before {
  content: "\EA20"
}

.icon-link::before {
  content: "\EA21"
}

.icon-location::before {
  content: "\EA22"
}

.icon-market-commentary::before {
  content: "\EA23"
}

.icon-menu::before {
  content: "\EA24"
}

.icon-mergers-acquisitions::before {
  content: "\EA25"
}

.icon-news-articles::before {
  content: "\EA26"
}

.icon-pdf::before {
  content: "\EA27"
}

.icon-phone::before {
  content: "\EA28"
}

.icon-play::before {
  content: "\EA29"
}

.icon-plus::before {
  content: "\EA2A"
}

.icon-press::before {
  content: "\EA2B"
}

.icon-quote::before {
  content: "\EA2C"
}

.icon-radio-button-checked::before {
  content: "\EA2D"
}

.icon-radio-button-unchecked::before {
  content: "\EA2E"
}

.icon-search::before {
  content: "\EA2F"
}

.icon-social-facebook::before {
  content: "\EA30"
}

.icon-social-instagram::before {
  content: "\EA31"
}

.icon-social-linkedin::before {
  content: "\EA32"
}

.icon-social-twitter::before {
  content: "\EA33"
}

.icon-social-youtube::before {
  content: "\EA34"
}

.icon-upload::before {
  content: "\EA35"
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

.hs-button { 
  cursor: pointer;
  display: inline-block;  
  text-decoration: none !important;
  margin:20px 0;
  white-space:normal;  
  font-family: "DM Sans",sans-serif;
  white-space: pre-wrap;
  padding: 1.4rem 2.8rem;
  border: .2rem solid #00d15a;
  border-radius: 2.7rem;  
  cursor: pointer;
  transition: background .2s linear;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.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 .field > label,
.hs-form-field > label { 
  color: #33475b;
  display: inline-block; 
  margin: 0 0 .4rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
}

.hs-form-required {
  margin-left: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #000;
}

.hs-input,
input#hs-pwd-widget-password {
  font-family: "DM Sans",sans-serif;
  padding: 1.1rem 4rem 1.1rem 1.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #000;
  border: .1rem solid #63666a;
  transition: all .2s linear;
  width: 100%; 
}


.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border: .1rem solid #000;
  outline: .2rem solid #7aacfe;
  outline-offset: 0;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size: 1.6rem !important;
  padding: 1.1rem 4rem 1.1rem 1.1rem !important;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus { 
  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-color: #63666a;
}
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: #63666a;
}

.actions {
  padding: 0;
}

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

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


input#hs-login-widget-remember {
  float: left;
  margin-top: 5px;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msgs.no-list {
  position: relative;
}

.field>ul>li {
  list-style: none;
}

ul.no-list.hs-error-msgs,
.hs_error_rollup ul.no-list.hs-error-msgs{
  margin-bottom: 1rem;
}

.hs-error-msg ,
.hs_error_rollup .hs-error-msgs label {
  margin: .8rem 0 0 1.2rem!important;
  font-size: 1.2rem!important;
  font-weight: 400!important;
  line-height: 1.6rem!important;
  color: #000 !important;
  display: inline-block !important;
}

.hs-error-msgs.no-list::after,
.hs_error_rollup .hs-error-msgs.no-list::after{
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -3.4rem;
  right: 1.4rem;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/error.svg);
  background-repeat: no-repeat;
}

.hs_error_rollup .hs-error-msgs.no-list::after{
  display:none;
}

input#hs-pwd-widget-password {
  height: auto !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
 
.hs-menu-wrapper ul { 
  margin:0;
  padding:0;
  list-style: none;
}
.custom-footer-menu a {
color: #fff;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

.cstm_body_wrap {
  position: relative;
width: 90.48vw;
  margin: 0 auto;
}
.windows .cstm_body_wrap {
    width: 90.4%;
}
@media(max-width:767px){
  .cstm_body_wrap {
    width: auto;
    margin: 0 1rem;
  }
  .windows .cstm_body_wrap {
     width: auto;
}
}

.body-container-wrapper{
  position:relative;
  z-index:1;
}


.banner  .triangular-illustrations figure.left::before {
  left: 0;
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/banner_left.svg);
}

.banner .triangular-illustrations figure.right::before {
  right: 0;
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/banner_right.svg);
}



@media(max-width:781px) and (min-width:770px){
  body{
    overflow-x:hidden;
  } 
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.head_inr {
  position: fixed;
  z-index: 99;
  top: 0; 
  box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
  display: block;
  left: 0;
  right: 0;
}

.head_inr .page_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.header {
  min-height: 64px;
}

.cstm_logo {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.cstm_logo a {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: -5px;
  text-decoration: none;
  transition: color .2s;
}

.cstm_logo a svg {
  display: block;
  width: 100%;
  max-width: 169px;
}

.menu_wrap {
  position: static;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .menu_wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

.mwnu_wrp_in {
  display: flex;
  justify-content: center;
  padding-left: 45px;
}

.hd_search_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-height: 1px;
  position: relative;
  padding: 0;
  line-height: 0;
  margin-left: auto;
}

.main-header__search-btn {
  padding: .5rem;
  background: transparent;
  cursor: pointer;
  border: none;
  font-family: "DM Sans",sans-serif;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
}

.hd_secondry_menu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  display: none;
  padding-right: 3px;
  line-height: 0;
}

@media (min-width: 1200px) {
  .hd_secondry_menu {
    display: block;
    margin-left: auto;
  }
}

.hd_secondry_menu a {
  font-weight: 700;
  text-align: center;
  color: #101820;
  border-radius: 4rem;
  background: #00b74f;
  cursor: pointer;
  transition: all .2s linear;
  display: inline-block;
  min-width: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: 1.14285714;
  text-decoration: none;
}

.hd_secondry_menu a:hover {
  color: #008539;
  background-color: transparent;
}

.hd_btns {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
}

@media (min-width: 1200px) {
  .hd_btns {
    display: block;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

.menu_trigger {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  line-height: 0;
}

@media (min-width: 1200px) {
  .menu_trigger {
    display: none;
  }
}
 
.search-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
}


.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-menu-primary {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.custom-menu-primary > div > ul > li {
  margin: 0 8px;
  display: inline-block;
}

.custom-menu-primary > div > ul > li > a {
  display: inline-block;
  padding: 2rem 0;
  font-weight: 700; 
  text-decoration: none;
  position: relative;
}

@media (min-width: 1200px) {
  .custom-menu-primary > div > ul > li > a {
    padding-right: 2.25rem;
  }
}

.custom-menu-primary > div > ul > li.has-submenu > a:after {
  content: '';
  width: .9rem;
  height: .6rem;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(0);
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/more_menu.svg);
  background-repeat: no-repeat;
  transition: transform .3s;
}

.custom-menu-primary > div > ul > li > a:before {
  content: '';
  width: calc(100% - 4px);
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 2px;
  border-radius: 3px 3px 0 0; 
  opacity: 0;
  transition: opacity .3s;
}

@media (max-width: 1599px) {
  .mwnu_wrp_in {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {


  .head_inr {
    padding: 1rem 9px;
  }

  .cstm_logo a svg {
    max-width: 153px;
  }

  .btn-hamburger {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    margin: 0 -7px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font-family: "DM Sans",sans-serif;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
  }

  .btn-hamburger span {
    pointer-events: none;
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 5px;
    transform: rotate( 0deg );
    background: #000;
    opacity: 1;
    transition: .45s ease-in-out;
  }

  .btn-hamburger span:nth-child(1) {
    top: 8px;
    transform-origin: left center;
  }

  .btn-hamburger span:nth-child(2) {
    top: 14px;
    transform-origin: left center;
  }

  .btn-hamburger span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
  }

  .main-header__search-btn {
    transform: translate(10px,0);
  }

}


.search-modal__inner {
  position: relative;
  color: #fff;
  background-color: #041e42;
  box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
  overflow: hidden;
}

.search-modal.open {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  width: 2rem;
  height: 2rem;
  position: relative;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  cursor: pointer;
  border: none;
}

.search-modal__close {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 32px;
  background-color: transparent;
}

.btn-close:before, .btn-close:after {
  content: '';
  width: .2rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  background-color: #101820;
}

.btn-close:before {
  transform: translate(-50%,-50%) rotate( 45deg );
}

.search-modal__close:before, .search-modal__close:after {
  height: 1.8rem;
  background-color: #fff;
}

.btn-close:after {
  transform: translate(-50%,-50%) rotate( -45deg );
}

.triangular-illustrations {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .search-modal .page_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.search-modal__content {
  padding: 17.6rem 0 17.6rem;
}

.search-modal__form {
  position: relative;
  max-width: 100%;
}

.search-modal__input {
  width: 100%;
  padding: 0 5.3rem 1.4rem 0;
  margin: 0;
  color: #fff;
  text-overflow: ellipsis;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  font-size: 4.2rem;
  line-height: 1.14285714;
  font-weight: 400;
}

.search-modal__input::-webkit-input-placeholder {
  color: #c8c9c7;
}

.search-modal__submit {
  position: absolute;
  top: -1rem;
  right: -.9rem;
  padding: 1rem;
  background: transparent;
  cursor: pointer;
  border: none;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
}

.search-modal__submit .icon-search {
  font-size: 4.7rem;
  color: #fff;
}

.search-modal__input:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}


.search_open,
.menu_show{
  overflow:hidden;
}

body.search_open:before ,
body.menu_show:before{
  content: '';
  display: block;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  height: 100vh;
}


figure {
  margin: 0;
}

.d-none {
  display: none!important;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block!important;
  }
}

.triangular-illustrations figure {
  pointer-events: none;
  width: 22.2%;
  height: 24.88vw;
  max-width: 37.3rem;
  position: absolute;
  z-index: 0;
  top: 0;
}

@media (min-width: 1681px) {
  .triangular-illustrations figure {
    height: 41.8rem;
  }
}

.triangular-illustrations figure.left {
  left: 0;
}

.search-modal .triangular-illustrations figure {
  display: block;
  width: 23%;
  height: auto;
  max-width: 385px;
  bottom: 67px;
}

.triangular-illustrations figure::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
}

.triangular-illustrations figure.left::before {
  left: 0;
}

.search-modal .triangular-illustrations .left:before {
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/search-triangles-left.svg);
  background-position: right;
}

.triangular-illustrations figure.right {
  right: 0;
}

.triangular-illustrations figure.right::before {
  right: 0;
}

.search-modal .triangular-illustrations .right:before {
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/search-triangles-right.svg);
}

.search-modal .triangular-illustrations .top {
  top: -2px;
  right: -79px;
  transform: rotate( 180deg );
  opacity: 1;
}

.search-modal .triangular-illustrations .bottom {
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.search-modal .triangular-illustrations .top, .search-modal .triangular-illustrations .bottom {
  display: none;
}


@media(max-width:1199px){
  .search-modal { 
    width: 320px;
    bottom: auto;
    left: auto;
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    transition: transform .3s;
    height: calc(100% - 60px);
    top: 60px;
  }

  .search-modal.open {
    transform: translateX(0);
  }

  .search-modal__inner {
    height: 100%;
  }

  .search-modal .triangular-illustrations figure {
    width: 279px;
    height: 105px;
  }

  .search-modal .triangular-illustrations .top, .search-modal .triangular-illustrations .bottom {
    display: block;
  }

  .search-modal .triangular-illustrations .top:before {
    left: 0;
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/search-triangles-bottom.svg);
  }

  .search-modal .triangular-illustrations .bottom:before {
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/search-triangles-bottom.svg);
  } 

  .search-modal__content {
    padding: 8.7rem 10px 2rem;
  }

  .search-modal__input {
    padding: 0 25px .8rem 0;
    font-size: 2.4rem;
    line-height: 1.33333333;
    font-weight: 500;
  }

  .search-modal__submit {
    top: -.7rem;
    right: -.9rem;
  }

  .search-modal__submit .icon-search {
    font-size: 2.6rem;
  }
  .triangular-illustrations figure.bottom::before {
    left: 0;
  }
  header.header {
    min-height: 59px;
  }

  .search-modal {
    height: calc(100% - 59px);
  }

}

@media(max-width:991px){
  .search-modal {
    width: 100%;
  }
} 

@media(max-width:767px){
  .col-12 {
    padding: 0 20px;
  }
}


input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
}  

@media(min-width:1200px){
  .lp_header .head_inr {
    padding: 10px 0 11px;
  }
}


.submenu_wrap {
  width: 100%;
  max-height: calc(100 * 4.92px - 64px);
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin: 0;
  border-top: 1px solid #ebebeb;
  background: #fff;  
  overflow-y: auto;
  z-index: 999;
  display:none;
}

.submmenu_innr {
  padding-top: 4.6rem;
  padding-bottom: 4.9rem;
}

.submenu_wrap .page_row {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.menu_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu_col > ul {
  font-size: 1.4rem;
  line-height: 1.71428571;
  font-weight: 400;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4,1fr);
}

.menu_col > ul >  li { 
  padding: 17px 67px 15px 0;
  display: inline-block;
  position: relative; 
}

.menu_col  ul  li {
  transition: all .3s; 
  transform: translate3d(0,5px,0);
  opacity: 0;
  visibility: hidden; 
}

.menu_col > ul > li > a {
  transform: translateY(0);
  transition: all .2s;
  font-weight: 500;
  color: #001126;
  display: block;
}

.menu_col > ul > li:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 20px;
  bottom: -3px;
  left: -20px;
  border: 1px solid;
  border-radius: 4px; 
  opacity: 0;
  transition: opacity .2s;
}

.menu_col > ul > li:hover:before,
.menu_col > ul > li:focus:before {
  opacity: 1;
}

.menu_col ul li a{
  text-decoration:none;
}

.menu_col ul li.opener {
  transform: translate3d(0,0,0);
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.custom-menu-primary>div>ul>li.has-submenu.menu_open>a:before {
  opacity: 1;
}

.custom-menu-primary>div>ul>li.has-submenu.menu_open>a:after {
  transform: translateY(-50%) rotate( 180deg );
}

.menu_col>ul ul li a {
  margin-top: .8rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  display: block;
  transition: all .2s;
}

.menu_col>ul>li:hover a {
  transform: translateY(-2px);
}

.menu_col>ul>li  a {
  transform: translateY(0);
}

.services .menu_col>ul>li:before {
  display: none;
}

.services .menu_col>ul ul li a {
  transform: none;
}

.services .submmenu_innr {
  padding-top: 4.2rem;
  padding-bottom: 6rem;
}

.services .submenu_wrap .page_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services .menu_col {
  width: auto;
  padding: 0;
}

.services .menu_col>ul {
  display: flex;
  justify-content: center;
  grid-gap: unset;
  grid-template-columns: unset;
}

.services .menu_col>ul>li {
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .services .menu_col>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.services .menu_col>ul>li {
  padding-top: 2.1rem;
}

.services .menu_col .level-3 li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.services .menu_col .level-3 li:first-child > a {
  font-size: 1.4rem;
  line-height: 1.71428571;
  font-weight: 500;
}

.services .menu_col>ul ul li a {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.42857143;
}

.services .menu_col>ul ul li a:hover {
  text-decoration: underline;
  color: #008539;
}


.mm-menu-icon {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: 1.1rem;
}

.mm-menu-icon span {
  display: inline-block;
  margin: -.9rem 0 -.9rem -4px;
  font-size: 3.5rem;
}

.who_we_serve .submmenu_innr {
  padding-top: 6.3rem;
  padding-bottom: 4.9rem;
}

.who_we_serve .submenu_wrap:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5fa;
  width: calc((100vw - 1320px) / 2 + (.4 * 1320px) - 32px);
}

@media (min-width: 1200px) {
  .who_we_serve .submenu_wrap .page_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.who_we_serve .menu_col {
  padding: 0;
}

.who_we_serve .menu_col>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  grid-gap: unset;
  grid-template-columns: unset;
  justify-content: center;
}

.who_we_serve .menu_col>ul>li {
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 99;
}

@media (min-width: 1200px) {
  .who_we_serve .menu_col>ul>li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.333333%;
  }
}

.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 {
  font-size: 1.4rem;
  line-height: 1.71428571;
  font-weight: 400;
  margin-right: -16px;
  column-count: 3;
}

.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 a {
  font-weight: 500;
  color: #000;
  transition: all .2s;
  font-size: 1.4rem;
  line-height: 1.71428571;
  display: block;
}

.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 a:hover {
  color: #008539;
  text-decoration: underline;
}

.who_we_serve .menu_col>ul>li:before {
  display: none;
}

.who_we_serve .menu_col>ul>li:hover a {
  transform: none;
}

.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 li {
  padding-right: 20px;
  margin-bottom: 1.6rem;
  break-inside: avoid;
  page-break-inside: avoid;
}

.who_we_serve .menu_col>ul>li:nth-child(2) .level-3 > li:not(:last-child) {
  margin-bottom: .4rem;
}

.who_we_serve .menu_col>ul>li:nth-child(2) .level-3 > li {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 17px 67px 15px 0;
}

.who_we_serve .menu_col>ul>li:nth-child(2) .level-3 > li:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -1px;
  right: 20px;
  bottom: -3px;
  left: -20px;
  border: 1px solid #00b74f;
  border-radius: 4px;
  background-color: #f5f5fa;
  opacity: 0;
  transition: opacity .2s;
  top: 1px;
  right: 19px;
  bottom: -5px;
  left: -19px;
  background-color: #fff;
}

.who_we_serve .menu_col>ul>li:nth-child(2) .level-3 > li:hover:before {
  opacity: 1;
}

.who_we_serve .menu_col>ul>li:nth-child(2) .level-3 > li > a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #001126;
  margin: 0;
}

.who_we_serve .menu_col>ul>li > a {
  margin: 0;
  margin-bottom: 2.4rem;
  color: #63666a;
  letter-spacing: .12rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 500;
  display: block;
  cursor:text;
}

.who_we_serve .menu_col>ul>li > a:hover,
.who_we_serve .menu_col>ul>li > a:focus{
  color: #63666a !important;
}

.who_we_serve .menu_col>ul>li:nth-child(2) > a {
  margin-bottom: .7rem;
}

.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 > li:nth-child(1) > a {
  margin: 0;
}
.who_we_serve .menu_col>ul>li:nth-child(1) .level-3 a {
  margin: 0;
}
.mob_menu{
  display:none !important;
} 
.mob_btns.hd_btns {
  display: none;
}


@media(max-width:1199px){
  .desk_menu{
    display:none !important;
  }
  .mob_menu{
    display:block !important;
  }
  .mob_opn .btn-hamburger span:nth-child(1) {
    top: 7px;
    left: 8px;
    transform: rotate( 45deg );
  }

  .mob_opn .btn-hamburger span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .mob_opn .btn-hamburger span:nth-child(3) {
    top: 21px;
    left: 8px;
    transform: rotate( -45deg );
  }

  .menu_wrap {
    display: block;
    width: 320px;
    height: 100vh;
    max-height: calc(100 * 9.37px);
    padding: 59.0781px 0 60px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform .3s;
  }

  .mob_opn .menu_wrap {
    transform: translateX(0);
  }

  .mob_opn {
    overflow: hidden;
  }

  .mob_opn:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
  }

  .custom-menu-primary > div > ul >li {
    display: block;
    margin: 0;
  }

  .mob_menu {
    margin: 0;
    width: 100%;
  }

  .custom-menu-primary > div > ul {
    padding: 0 30px;
    font-size: 1.8rem;
    line-height: 1.33333333;
    font-weight: 500;
  }

  .custom-menu-primary > div > ul >li > a {
    display: block;
    padding: 1.6rem 0 1.4rem;
    font-weight: 500;
    color: #001126;
    border-bottom: 1px solid #e5e1e6;
  }

  .custom-menu-primary > div > ul >li > a:before {
    display: none;
  }

  .custom-menu-primary > div > ul >li > a:after {
    width: 1.8rem !important;
    height: 1.8rem !important;
    right: 0 !important;
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/chev-right.svg) !important;
  }

  .custom-menu-primary>div>ul>li:last-child>a {
    border: none;
    padding: 1.5rem 10px 1.5rem 0;
    margin-top: .9rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .mob_btns.hd_btns {
    display: block;
  }

  .mwnu_wrp_in {
    display: block;
    height: 100%;
    padding-bottom: 20px;
    overflow: auto;
    padding-left: 0;
  } 

  .mob_btns.hd_btns {
    width: 320px;
    padding: .8rem 9px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f5f5fa;
  }

 

  .submenu_wrap {
    display: block;
    background: transparent;
    z-index: 999;
    left: 0;
    margin: 0;
    width: 100%;
    border: none;
    background-color: #fff;
    visibility: visible;
    overflow: hidden;
    transition: transform .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    padding: 0;
    padding-top: 59.0781px;
    position: fixed;
    top: 0;
    transform: translateX(100%);
  }

  .mob_submenu_opn > .submenu_wrap {
    transform: translateX(0);
  }

  .menu_col>ul {
    display: block;
  }

  .menu_col ul li {
    transform: translate3d(0,0,0);
    opacity: 1;
    visibility: visible;
  }

  .submmenu_innr {
    padding: 1.1rem 10px 3.4rem;
    padding-top: 2.4rem;
    padding-bottom: 3.4rem;
  }


  .menu_col>ul>li {
    margin-bottom: 2.1rem;
    padding: 0;
  }

  .menu_col>ul>li:last-child {
    margin-bottom: 0;
  }

  .menu_col>ul>li:before {
    right: -15px;
    left: -15px;
  }

  .dl-link {
    position: relative;
    text-align: left;
    color: #fff;
    padding: 1.6rem 15px 1.5rem 54px;
    background: #041c36;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .02rem;
    display: block;
    font-family: "DM Sans",sans-serif;
    color: #fff;
  }

  .dl-link:before {
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(0);
    margin-top: -.1rem;
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/chev-left-white.svg);
    background-repeat: no-repeat;
  }

  .menu_col>ul>li + li {
    margin-top: 3px;
  }

  .services .menu_col>ul {
    display: block;
  }

  .services .submmenu_innr {
    padding: 1.1rem 10px 3.4rem;
    overflow-y: auto;
  } 

  .services .menu_col>ul>li {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .who_we_serve .menu_col>ul {
    display: block;
  }

  .who_we_serve .submenu_wrap:after {
    display: none;
  }

  .who_we_serve .submmenu_innr {
    padding: 0;
    background-color: #f5f5fa;
    overflow-y: auto;
  }

  .who_we_serve .submmenu_innr .level-2 > li:first-child {
    background: #fff;
    margin-bottom: 0;
  }

  .who_we_serve .menu_col>ul>li:nth-child(1) .level-3 {
    margin-right: 0;
    column-count: 1;
  }

  .who_we_serve .menu_col>ul>li>a {
    margin-bottom: 1.6rem;
  }

  .who_we_serve .submmenu_innr .level-2 > li {
    padding: 3.2rem 31px 1.6rem;
  }

  .who_we_serve .menu_col>ul>li+li {
    margin: 0;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2)>a {
    margin-bottom: 2.4rem;
  }

  .who_we_serve .submmenu_innr .level-2 > li:nth-child(2) {
    padding: 3.2rem 31px 2.8rem;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2) .level-3>li {
    padding: 0;
    margin-bottom: 0;
    margin-top: 3px;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2) .level-3>li:not(:last-child) {
    margin-bottom: 2.1rem;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2) .level-3>li:first-child {
    margin-top: 0;
  }

  .who_we_serve .menu_col>ul>li:nth-child(2) .level-3>li:before {
    right: 0;
  } 

}


@media(max-width:991px){
  .menu_wrap {
    width: 100%;
  }

  .mob_btns.hd_btns {
    width: 100%;
  }

  .submenu_wrap .page-center {
    max-width: 100%;
  }


}

@media(max-width:767px){
  .menu_col {
    padding: 0 20px;
  }

  .services .menu_col>ul>li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .who_we_serve .submenu_wrap {
    height: 100%;
  }

  .who_we_serve .submmenu_innr {
    height: 100%;
  }

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

.ftr_btm {
  margin: 0 0 5rem;
}

.page_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cstm_cols {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

.copyright p {
  font-size: 1.2rem;
  line-height: 1.33333333;
  margin: 0;
}

@media (min-width: 992px) {
  .btm_ftr_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

.btm_ftr_menu ul {
  margin: 0 0 0 -1.3rem;
  font-size: 0;
  line-height: 0;
}

.btm_ftr_menu ul li {
  display: inline-block;
  margin: 0 1.7rem 0 0;
}

.btm_ftr_menu ul li:last-child {
  margin: 0;
}

.btm_ftr_menu ul li a {
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
  text-decoration: none;
}

.ft_social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-left: auto;
}

.ftr_top {
  margin: 0 0 8.6rem;
}

.ft_left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ft_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.ft_right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ft_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (min-width: 1200px) {
  .ft_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
  }
}

.ft_logo a {
  display: inline-block;
  margin: -.8rem 0 3.2rem -.5rem;
  text-decoration: none;
  transition: color .2s;
}

.ft_logo a svg {
  overflow: hidden;
}

.ft_top_menu {
  padding: 0 7rem 0 0;
  display: block;
}

.ft_top_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.ft_top_menu ul li {
  flex: 0 0 50%;
  max-width: 50%;
  display: inline-block;
}

.ft_top_menu ul li a {
  text-decoration: none;
  font-size: 1.3 rem;
  line-height: 1.5;
  font-weight: 400;
}

.ft_right .form-title {
  margin: 0 0 2.4rem; 
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 500;
  font-family: "DM Sans",sans-serif;
}

.ft_right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ft_form_txt p {
  margin: 0;
  max-width: 49.6rem;
  margin: 1.8rem 0 0!important; 
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 400;
}

.footer {
  padding: 8rem 0 0;
}

.ft_right form .hs-form-field > label {
  display: none;
}

.ft_right form .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex: 0 0 calc(100% - 13.4rem);
  max-width: calc(100% - 13.4rem) ;
}

.ft_right form .form-columns-2>div {
  width: auto !important;
  float: none !important;
  margin: 0!important;
}

.ft_right form .hs_firstname {
  flex: 0 0 36%;
  max-width: 36%;
}

.ft_right form .hs_email {
  flex: 0 0 61.6%;
  max-width: 61.6%;
}

.ft_right form .form-columns-2 .input {
  margin-right: 0 !important;
}

.ft_right form .hs-button {
  margin: 0;
}

.ft_right form .hs_submit {
  flex: 0 0 11.8rem;
  width: auto;
  max-width: 11.8rem;
  margin: 0;
}

.ft_right form .hs_submit .actions {
  display: inline-block;
  position: relative;
}

.ft_right form .hs-button {
  padding: 1.2rem 3rem;
  text-align: center;
  border: none;
  background-color: #00b74f;
}

.ft_right form .hs-button:hover,
.ft_right form .hs-button:focus {
  background: #00d15a;
}

.ft_right form .hs-input {
  border: none;
  border-radius: .2rem;
}

.ft_right form .hs-input::-webkit-input-placeholder {
  color: #969696;
}

.ft_right form .hs-error-msg, 
.ft_right form .hs_error_rollup .hs-error-msgs label {
  margin: .8rem 0 0 0 !important;
  color: #ffffff !important; 
}

.ft_right form ul.no-list.hs-error-msgs, 
.ft_right form .hs_error_rollup ul.no-list.hs-error-msgs {
  margin-bottom: 0;
}

.ft_right form .hs_error_rollup {
  order: 1;
}

.ft_right form .hs_error_rollup .hs-error-msgs label {
  display: block !important;
}

@media (max-width: 1599px) {
  .ft_logo a {
    margin: 0 0 3.2rem 0;
  } 
}

@media (max-width: 1199px) {
  .ft_top_menu {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .copyright p {
    margin: 0 0 1.6rem;
  }

  .btm_ftr_menu ul {
    margin: 0 0 1rem;
  }

  .ft_social {
    width: 100%;
  }

  .btm_ftr_menu ul li {
    margin: 0 1.7rem 1.7rem 0;
  } 

  .ft_right form .form-columns-2 {
    flex: 0 0 100%;
    max-width: 100%!important;
  }

  .ft_right form .form-columns-2>div {
    margin: 0 0 1rem!important;
  }

  .ft_right form .hs_firstname {
    flex: 0 0 100%;
    max-width: 100%!important;
  }

  .ft_right form .hs_email {
    flex: 0 0 100%;
    max-width: 100%!important;
  }

  .ft_right form .hs_submit {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin: 1.5rem 0 0!important;
  }

  .ft_right form .hs_error_rollup .hs-error-msgs label {
    margin: 1.5rem 0 0!important;
  }

  .ft_right form   ul.no-list.hs-error-msgs, 
  .ft_right form  .hs_error_rollup ul.no-list.hs-error-msgs {
    margin-bottom: 1rem;
    margin: 0!important;
    font-size: 0;
    line-height: 0;
  }
}


@media(max-width:767px){
  .ftr_btm {
    margin: 0 0 3.6rem 1rem;
  }

  .ftr_top {
    margin: 0 1rem 3.2rem;
  }

  .ft_right form .hs_submit {
    flex: 0 0 100%;
    max-width: 100%;
    margin: .7rem 0 0!important;
  }

  .ft_right form .hs_submit .actions {
    width: 100%;
  }

  .ft_right form .hs-button {
    width: 100%;
    margin-bottom: 1px;
  }

  .ft_form_txt p {
    margin: 1.5rem 0 0!important;
  }

  .ft_right .form-title {
    margin: 2.4rem 0 1.7rem;
  }

  .ft_top_menu ul li {
    margin: 0 0 .8rem;
  }

  .ft_logo a {
    transform: scale(.8);
    margin: 0 0 1.8rem -2rem;
  }

  .page_row {
    margin: 0 -20px;
  }

  .ft_left,
  .ft_right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cstm_cols {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    padding: 3.8rem 0 0;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .ft_right form .hs-input {
    width: 100% !important;
  }
}
@media(max-width:340px){

  .btm_ftr_menu ul {
    margin-bottom: 2.7rem;
  }

}
.custom-footer-menu a {
color: #fff;
}
/* ******************************************************************************
*********************************************************************************
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 { 
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}
.blog__comments .grecaptcha-badge {
    margin: 0;
}
.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


.list_bnr_fig {
  height: 100%;
  padding-top: unset;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.list_banner {
  min-height: 58.1rem;
  padding: 9.5rem 0 31.9rem;
  position: relative;
  color: #fff;
}

.list_bnr_fig:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient( 180deg ,rgba(4,28,54,0) 0%,#041c36 74.44%);
}

.list_bnr_fig img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.hs-blog-listing .cstm_body_wrap,
.hs-blog-post .cstm_body_wrap{
  width: 100%;
}

.hs-blog-listing .cstm_body_wrap .body-container-wrapper,
.hs-blog-post .cstm_body_wrap .body-container-wrapper{
  width: 90.4%;
  margin: 0 auto;
  margin-top: -23rem;
}

.list_bnr_cols {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bnr_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .bnr_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 992px) {
  .bnr_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bnr_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.list_banner h1 {
  margin: 0;
  color: inherit;
}

.list_banner p {
  margin: .7rem 0 0;
}

.list_bnr_fig:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #041e42;
  opacity: .4;
}

.post_wrap {
  padding: 6.5rem 0 6.1rem;
  background-color: #f5f5fa;
}

.post_col {
  width: 100%;
  padding: 0 15px;
}

.post_itm {
  position: relative;
  border-top: .1rem solid #c8c9c7;
  transition: border .2s linear;
  border-top: .1rem solid #323232;
}

.post_itm_inr {
  margin: 1.6rem 0 0;
}

.post_top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.6rem;
}

.post_type {
  margin: 0 1.7rem 0 0;
}

.post_itm [class^="icon-"] {
  margin: 0 .8rem 0 0;
}

.post_cat_wrp {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  flex-wrap:wrap;
}

.post_cat {
  letter-spacing: .03em;
}

.post_divider {
  width: .1rem;
  margin: 0 1.7rem 0 0;
  background-color: #63666a;
}

.post_itm time {
  font-size: 1.6rem;
  color: #63666a;
  line-height: 1.5;
}

.icon-quarterly-firm-updates:before {
  content: "\EA23";
}

.post_itm [class^="icon-"]:not(:first-of-type):before {
  margin-left: 10px;
}

.post_title {
  transition: color .2s linear;
  margin: 0 0 .8rem;
  color: #001126;
  letter-spacing: 0;
  font-size: 4.2rem;
  line-height: 1.14285714;
}

.post_title a {
  color: #101820;
  text-decoration: none;
  transition: color .2s;
}

.post_title a:hover {
  color: #008539;
  text-decoration: none;
}

.post_sumry {
  margin: 0 0 1.6rem;
} 

.post_tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.33333333;
}

.post_tags li {
  margin: 0 .5rem .5rem 0;
  display: inline-block;
}

.post_tags li:last-child {
  margin: 0 0 .5rem 0;
}

.post_tags li span {
  display: inline-block;
  padding: .2rem .8rem;
  color: #63666a;
  border: .1rem solid #63666a;
  border-radius: .4rem;
}

.list_wrap_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.list_wrap_flxi {
  display: flex;
  flex-direction: column;
  margin: 64px 0 48px;
}

.list_wrap_flxi_in {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .list_wrap_flxi_in {
    flex-wrap: wrap;
  }
}

.list_wrap_flxi_in {
  display: block;
  margin-bottom: calc(16px * 2);
}

.blog_filtr {
  margin-left: -15px;
  margin-bottom: 122px;
  position:relative;
}

.blog_filtr_in {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .blog_filtr_in {
    flex-direction: row;
  }
}

.custom-all-topics {
  width: 100%;
  height: auto;
}

.customtopics {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #b3b3b3;
  background: #fff;
  transition: all .3s ease-in-out; 
  z-index: 99;
  max-width: 300px;
  margin: 0 15px; 
}

.all_topic {
  background-color: transparent;
  font-family: "DM Sans",sans-serif;
  padding-right: 30px!important;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  width: 100%;   
  height: 46px; 
  padding: 12px;
  overflow: hidden;
  border: none;
  text-align: left; 
  display: flex;
  align-items: center;
  margin: 0;
}

.all_topic span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.all_topic:after {
  width: 12px;
  height: 8px;
  right: 17px;
  margin-top: -3px;
  background: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/chevron-expand--green.svg) no-repeat!important;
  transition: all .3s ease-in-out;
  position: absolute;
  content: "";
  display: block;
}
.topic_list_opn .all_topic:after { 
  transform: rotate(180deg); 
}

.customtopicslist {
  margin: 0;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  list-style: none;
  padding: 0;
  background-color: #fff;
  display: none;
}


.customtopicslist li {
  height: unset;
  min-height: 40px;
  padding: 0;
  border: none;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0;
}

.customtopicslist li a {
  padding: 4px 12px;
  word-break: break-word;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  background: transparent;
  border: none;
  transition: background .3s ease-in-out;
  display: block;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-decoration: none;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.customtopicslist li a:hover {
  background: #f5f5f5;
}

.blog_lstng .post_itm {
  display: inline-block;
  margin: 0 0 6.4rem;
  break-inside: avoid;
  page-break-inside: avoid;
  float: left;
}

.blog_lstng {
  display: grid;
  grid-gap: 0;
  margin-bottom: 32px;
  position: relative;
  transition: opacity .3s;
}

@media only screen and (min-width: 992px)
{
  .blog_lstng {
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0;
  }
}


.blog_lst {
  flex: 1;
  padding: 0;
  display: block;
}

.blog_lstng .post_itm {
  border-top: .1rem solid #c8c9c7;
}

.blog_lstng .post_cat_wrp > a {
  display: flex;
  align-items: center;
  color: #001126;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration:none;
}

.blog_lstng  .post_title {
  margin: 0 0 .8rem;
  letter-spacing: 0;
  font-size: 2.6rem;
  line-height: 1.23076923;
  font-weight: 500;
}

.pst_ab_linnk{
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  text-decoration:none;
} 

.blog_lstng .post_sumry {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}


.blog_pagin ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 -20px 1.4rem;
  list-style: none;
}

.blog_pagin ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  color: #000;
  font-family: "DM Sans",sans-serif;
}

.blog_pagin ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f5f5f5;
  opacity: 0;
  transition: opacity .2s;
}

.blog_pagin ul li a:hover:before {
  opacity: 1;
}

.blog_pagin ul li.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.blog_pagin ul li a.active:before {
  background-color: #00b74f;
  opacity: 11;
}

@media(max-width:1399px){
  .post_wrap {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .list_wrap_flxi {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

@media(max-width:1299px){
  .blog_lstng { 
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:991px){
  .customtopics {
    max-width: 100%;
    margin-right: 0;
  }

  .blog_filtr {
    margin-bottom: 95px;
  }

  .blog_lstng {
    grid-template-columns: repeat(1,1fr);
  }
  .list_wrap_flxi {
    margin: 48px 0 16px;
  }
}


@media(max-width:767px){

  .list_banner {
    padding: 4.9rem 0 5.7rem;
    min-height: unset;
  }

  .list_bnr_fig {
    height: 25rem;
  }

  .hs-blog-listing .cstm_body_wrap .body-container-wrapper,
  .hs-blog-post .cstm_body_wrap .body-container-wrapper{
    margin-top: 0;
  }
  .hs-blog-listing .cstm_body_wrap,
  .hs-blog-post .cstm_body_wrap{ 
    margin: 0 auto;
  } 

  .hs-blog-listing .cstm_body_wrap .body-container-wrapper,
  .hs-blog-post .cstm_body_wrap .body-container-wrapper{
    width: auto;
    margin: 0 1rem;
  }

  .list_banner .page-center {
    padding: 0 30px;
  }

  .list_bnr_cols {
    padding: 0 20px;
  }

  .post_wrap {
    padding-left: 0;
    padding-right: 0;
    padding: 3.9rem 0 2.8rem;
  }

  .post_itm.feat_post {
    border-top: .1rem solid #c8c9c7;
  }

  .post_itm_inr {
    padding: 0 .6rem;
    margin: .8rem 0 0;
  }

  .blog_lstng .post_type {
    margin: 0 0 1rem;
  }

  .post_cat_wrp {
    margin: 0 0 .4rem;
  }

  .post_divider {
    display: none;
  }

  .post_top > * {
    width: 100%;
  }

  .post_itm time {
    font-size: 1.4rem;
    line-height: 1.14285714;
  }

  .post_title {
    font-size: 1.8rem;
    line-height: 1.33333333;
  }

  .post_top {
    margin: 0;
  }

  .post_sumry {
    margin: 0 0 .7rem;
  }

  .list_wrap_col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list_wrap_flxi {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_lstng .post_itm:first-child {
    border-top: none;
  }

  .blog_lstng .post_itm {
    padding: 0 0 2.3rem;
    margin: 0 0 1.3rem;
    border-bottom: .1rem solid #323232;
    border-top: 0;
  }

  .blog_lstng .post_itm_inr {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .blog_lstng {
    margin-bottom: 0;
  }
.blog_lstng .post_itm:last-child {
    border-bottom: 0;
}
  .blog_lstng .post_top {
    margin: 0 0 .9rem;
  }

  .blog_lstng .post_title {
    font-size: 1.8rem;
    line-height: 1.33333333;
  }

  .blog_lstng .post_sumry {
    margin: 0 0 .9rem;
    font-size: 1.4rem;
    line-height: 1.71428571;
  }

  .blog_lstng .post_cat_wrp>a {
    font-size: 1.4rem;
    line-height: 1.14285714;
  }

}

.hs-blog-post .cstm_body_wrap .body-container-wrapper{
  margin-top:0;
}


.bck_link {
  display: inline-flex;
  align-items: center;
  margin-left: -.3rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.back_link {
  margin: 2.9rem 0 2.1rem;
}

.bck_link span {
  margin-right: 8px;
  font-size: 2.9rem;
}

.bck_link:hover,.bck_link:focus {
  color: #00b74f;
  text-decoration: none;
}

.post_bnr {
  width: 90.4%;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .post_bnr .page_row {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

.post_bnr_col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .post_bnr_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

.post_bnr_top {
  display: flex;
  justify-content: center;
  margin: 0 0 2.4rem;
  font-size: 0;
  line-height: 0;
}

.bnr_top_tags {
  margin: 0 1.6rem 0 0;
}

.bnr_toptags {
  padding: 0;
  list-style: none;
  margin: 0;
}

.bnr_toptags a {
  border: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.bnr_toptags a:hover,.bnr_toptags a:focus {
  color: #008539;
}

.bnr_toptags li {
  display: inline-block;
}

.post_bnr_divider {
  background-color: #c8c8c8;
  width: .1rem;
  margin: 0 1.6rem 0 0;
}

.post_brn_date {
  color: #c8c9c7;
  font-size: 1.6rem;
  line-height: 1.5;
}

.post_bnr {
  margin: 5.9rem auto 0;
  text-align: center;
  color: #fff;
}

.post_bnr h1 {
  margin: 0 0 2.4rem;
  word-break: break-word;
  font-size: 4.2rem;
  line-height: 1.14285714;
  font-weight: 500;
  color: #fff;
}

.bnr_tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.33333333;
}

.bnr_tags li {
  margin: 0 .4rem .6rem;
  display: inline-block;
}

.bnr_tags li a {
  border-radius: 4px;
  transition: border .2s linear;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  padding: .1rem 1.6rem;
  border: .1rem solid #c8c9c7;
}

.bnr_tags li a span {
  color: #c8c9c7;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.42857143;
  font-weight: 400;
}

.bnr_btm_tags {
  margin: 0 0 7.4rem;
}

.bnr_tags li a:hover {
  color: #63666a;
  border: 1px solid #00b74f;
}


.single_post {
  padding: 8rem 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.post_indx {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post_sidbr {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .post_indx {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .post_sidbr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .post_sidbr {
    margin-left: auto!important;
  }
}

@media (min-width: 992px) {
  .post_indx {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .post_sidbr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.insight-subscribe {
  padding: 4.8rem 10%;
  text-align: center;
  color: #fff;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #1b3a66;
}

.insight-subscribe__title {
  margin: 0 0 1.5rem;
  letter-spacing: .1em;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 500;
}

.insight-subscribe__description {
  margin: 0 0 1.7rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.insight-subscribe .c-btn-wrapper {
  display: block;
  margin: .7rem 0 4.9rem;
  line-height: 1.6rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.insight-subscribe .c-btn-wrapper a {
  text-decoration: none;
  display: inline-block;
  min-width: 15.6rem;
  padding: 1.6rem 1.5rem 1.6rem;
  text-align: center;
  color: #101820;
  border-radius: 4rem;
  background: #00b74f;
  cursor: pointer;
  transition: all .2s linear;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
}

.insight-subscribe .c-btn-wrapper a:hover,
.insight-subscribe .c-btn-wrapper a:focus {
  color: #101820;
  text-decoration: none;
  background: #00d15a;
}

.post_feat {
  margin: 0 0 3.2rem;
  font-size: 4.2rem;
  line-height: 1.14285714;
}

.post_feat img {
  float: left;
  margin: 0 30px 30px 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 30px 0;
}

@media(max-width:479px){ 
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  } 
}

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


.post_ft {
  margin: 0 0 3.2rem;
  font-size: 4.2rem;
  line-height: 1.14285714;
}

.post_ft img {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 300px;
  vertical-align: middle;

}

.pst_title {
  margin: 0 0 3.2rem;
  font-size: 4.2rem;
  line-height: 1.14285714;
}
.post-share {
  padding: 4.8rem 0 2.8rem;
  text-align: center;
  background-color: #f5f5fa;
}

.post-share__label {
  margin: 0 0 2.4rem;
  color: #001126;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.33333333;
  font-weight: 500;
}

.post-share .a2a_kit a {
  padding: 0 8px;
  margin: 0 0 2rem;
  font-size: 0;
  line-height: 0;
  float: left;
}

@media (max-width: 1599px) {
  .post-share .a2a_kit a {
    padding:0 4px
  }
}

@media (max-width: 767px) {
  .post-share .a2a_kit a {
    padding:0 8px
  }
}

.post-share .a2a_svg {
  border-radius: 50%!important;
  background-color: #041c36!important
}

.post-share .a2a_svg svg {
  transform: scale(.6)
}

.addtoany_list {
  justify-content: center;
  display: flex !important;
  flex-wrap: wrap;
}

.block-cta {
  padding: 10.8rem 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1b3a66;
  overflow: hidden;
}




.block-cta .page_row {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .block-cta .page_row {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}

.block-cta__text-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.block-cta__button-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 2.4rem 0 0;
}

@media (min-width: 992px) {
  .block-cta__text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .block-cta__button-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.block-cta .triangular-illustrations figure {
  width: 26.97%;
  height: 100%;
  max-width: 41rem;
}

.block-cta .triangular-illustrations figure.left, 
.block-cta .triangular-illustrations figure.right {
  opacity: .7;
}

.block-cta .triangular-illustrations figure.top {
  width: 64%;
  height: 24.68vw;
  max-width: unset;
}

.block-cta .triangular-illustrations figure.bottom {
  width: 87.18%;
  height: 32.81vw;
  max-width: unset;
}

.block-cta .triangular-illustrations figure.left::before,
.block-cta .triangular-illustrations figure.left::after,
.block-cta .triangular-illustrations figure.right::before,
.block-cta .triangular-illustrations figure.right::after {
  background-position: right;
}

.block-cta .triangular-illustrations figure.left::before {
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-cta-left.svg);
}

.block-cta .triangular-illustrations figure.right::before {
  transform: rotate( 180deg );
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-cta-left.svg);
}

.block-cta__button-wrapper a {
  padding: 1.6rem 1.5rem 1.6rem;
  text-align: center;
  color: #101820;
  border-radius: 4rem;
  background: #00b74f;
  cursor: pointer;
  transition: all .2s linear;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  min-width: 15.6rem;
  text-decoration: none;
}

.block-cta__button-wrapper a:hover,
.block-cta__button-wrapper a:focus {
  color: #101820;
  text-decoration: none;
  background: #00d15a;
}

.block-cta__text-wrapper h2 {
  font-size: 4.2rem;
  line-height: 1.14285714;
  margin: 0 0 1.6rem;
  color: currentColor;
}

.block-cta__text-wrapper p {
  margin: 0;
}

.rltd_wrapp {
  padding: 10.5rem 0 12.2rem;
  padding-top: 10.8rem;
  padding-bottom: 8rem;
  position: relative;
  color: #fff;
  background-color: #041e42;
}

.rltd_wrapp a {
  text-decoration: none;
}

.rltd_top .page_row {
  align-items: center;
}

.rltd_wrapp:before,.rltd_wrapp:after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -20rem;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
}

.rltd_wrapp:before {
  width: 26.97%;
  height: 47.41vw;
  max-width: 41rem;
  left: -4.76vw;
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-vertical-left.svg);
}

@media (min-width: 1681px) {
  .rltd_wrapp:before {
    height: 796px;
  }
}

.rltd_wrapp:before {
  top: -34.3rem;
}

.rltd_wrapp:after {
  width: 18.49%;
  height: 33.69vw;
  max-width: 28.1rem;
  right: -4.76vw;
  background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-vertical-right.svg);
}

@media (min-width: 1681px) {
  .rltd_wrapp:after {
    height: 566px;
  }
}

.rltd_wrapp:after {
  top: -21.3rem;
}

.rltd_lft {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.rltd_right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .rltd_lft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
.mac .hs-blog-listing .cstm_body_wrap .body-container-wrapper, 
.mac .hs-blog-post .cstm_body_wrap .body-container-wrapper{
  width:90.48vw;
  }
  .rltd_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto!important;
  }
}

.rltd_right_btn {
  text-align: left;
  display: block;
  margin: .7rem 0 4.9rem;
  line-height: 1.6rem;
  margin: 0 -1rem 0 0;
}

.rltd_right_btn a {
  cursor: pointer;
  transition: all .2s linear;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 4rem;
  display: inline-flex;
  min-width: unset;
  padding: .4rem 1.6rem .4rem 3.4rem;
  position: relative;
  background: transparent;
  transition: background-color .2s linear;
  color: currentColor;
}

.rltd_right_btn a span[class^="icon-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  z-index: 1;
  top: .4rem;
  left: 0;
  font-size: 1.4rem;
  transition: transform .2s linear;
  top: 50%;
  transform: translateY(-50%);
  color: #041c36;
}

.rltd_right_btn a span:last-child {
  position: relative;
  z-index: 1;
}

.rltd_right_btn a:after {
  content: '';
  min-width: 2.4rem;
  position: absolute;
  top: .4rem;
  bottom: .4rem;
  left: 0rem;
  border-radius: 2.4rem;
  background-color: #00b74f;
  transition: all .2s linear;
}

.rltd_right_btn a:hover:after {
  min-width: 100%;
  top: 0;
  bottom: 0;
  background-color: #00d15a;
}

.rltd_right_btn a:hover span[class^="icon-"] {
  transform: translate(.8rem,-50%);
}

.rltd_right_btn a:hover span:last-child {
  color: #101820;
}

.section-top-short__title {
  font-size: 4.2rem;
  line-height: 1.14285714;
  color: currentColor;
}

.bnr_toptags li:not(last-child) {
  margin-left: 10px;
}

.rltd_btm {
  margin: 4.6rem 0 0;
  margin-top: 5.6rem;
}

.rltd_post {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .rltd_post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .rltd_post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.rltd_post {
  margin: 0 0 3.2rem;
  color: currentColor;
}
.rltd_in {
  margin: 2.5rem 0 0;
  border-top: .1rem solid #c8c9c7;
}


.rltd_post .post_itm_inr {
  margin: 2.5rem 0 0;
}

.rltd_post {
  border: none;
}

.section-top-short__title {
  margin: 0 0 .3rem;
}

.rltd_wrapp .post_cat_wrp a {
  color: currentColor;
  font-size: 1.6rem;
  line-height: 1.5;
}

.rltd_wrapp .post_cat_wrp a:hover {
  color: #00b74f;
}

.rltd_post.post_itm time {
  color: #c8c9c7;
}

.rltd_post .post_divider {
  background-color: #c8c8c8;
}

.rltd_wrapp .post_itm [class^="icon-"] {
  margin: 0 5px 0 6px;
}

.rltd_wrapp .post_cat_wrp {
  line-height: 32px;
}

.rltd_wrapp .post_top {
  margin: 0 0 1.3rem;
}

.rltd_wrapp .post_cat_wrp a span {
  display: inline-block;
  vertical-align: middle;
}

.rltd_wrapp .post_title {
  margin-bottom: 2rem;
  letter-spacing: .01em;
  transition: color .2s linear;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.23076923;
}

.rltd_wrapp .post_title a {
  color: #fff;
}

.rltd_wrapp .post_title a:hover {
  color: #008539;
  text-decoration: none;
}

.rltd_wrapp .post_tags li:hover span {
  color: #00b74f;
  border: 1px solid #00b74f;
}

.rltd_wrapp .post_tags li span {
  color: #c8c9c7;
  border: .1rem solid #c8c9c7;
}

.rltd_wrapp .post_itm .post_cat_wrp > a:first-child [class^="icon-"] {
  margin: 0;
}

.bnr_toptags li:first-child {
  margin: 0;
}

.post_itm  .post_cat_wrp>a:first-child [class^="icon-"] {
  margin: 0;
}

.feat_post .post_cat_wrp span:first-of-type {
  margin: 0;
}
.post_itm [class^="icon-"].icon-quarterly-firm-updates:before {
  content: "\EA23";
}
.post_wrap .post_itm  .icon-quarterly-firm-updates:before{
  margin-right:10px; 
}

.post_itm [class^="icon-"]:before {
  content: "\EA1F";

}
.blog_lstng .post_tags {
  position: relative;
  z-index: 9;
}

.blog_lstng .post_tags li:hover span {
  border: .1rem solid #00b74f;
}

.blog_lstng .post_tags li span {
  cursor: pointer;
}

@media(max-width:1399px){
  .bck_link {
    margin-left: 3vw;
  }

  .post_bnr {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .single_post {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .rltd_wrapp {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

@media(max-width:991px){
  .post_ft img {
    float: none;
    max-width: 100%;
  }

  .post_ft {
    margin: 0;
  }
}


@media(max-width:1199px){
  .rltd_wrapp .post_tags li {
    margin: 0 1px .6rem;
  }  
} 


@media(max-width:767px){
  .single_post {
        padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .post_wrap span.post_cat {
    letter-spacing: -.04em;
  }
  .blog_lst span.post_cat {
    font-size: 1.4rem;
    line-height: 1.14285714;
    font-weight: 700;
  }
  button.all_topic {
    font-weight: 700;
  }
  .post_bnr {
    padding-right: 0;
    padding-left: 0;
    margin: 3.5rem 0 0;
    width: auto;
  }

  .bck_link {
    margin: 0 0 0 .8rem;
    margin-left: -.3rem;
  }

  .back_link {
    margin: 1.3rem 0 .7rem;
  }

  .post_bnr_col {
    padding: 0 20px;
  }

  .bnr_top_tags {
    width: 100%;
    margin: 0 0 1rem;
  }

  .post_bnr_divider {
    display: none;
  }

  .post_bnr_top {
    flex-wrap: wrap;
    display: block;
    margin: 0 0 1rem;
  }

  .bnr_toptags a {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.14285714;
  }

  .post_brn_date {
    font-size: 1.4rem;
    line-height: 1.42857143;
  }

  .post_bnr h1 {
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    line-height: 1.33333333;
    font-weight: 500;
  }

  .bnr_btm_tags {
    margin: 0 0 5.2rem;
  }

  .bnr_tags li {
    margin: 0 .4rem 1.2rem;
  }

  .post_indx,.post_sidbr {
    padding: 0 20px;
  }

  .post_ft img {
    margin: 0 0 20px 0;
  }

  .pst_title h2 {
    margin: 0 0 1.6rem;
    font-size: 2.4rem;
    line-height: 1.33333333;
  }

  .post_sidbr {
    padding: 0;
    margin: 4.9rem 0 0;
  }

  .block-cta {
    padding: 8.3rem 0 8.7rem;
  }

  .block-cta__text-wrapper {
    padding: 0 20px;
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .block-cta__button-wrapper {
    padding: 0 20px;
    padding: 0 1rem;
    margin: 0;
  }

  .block-cta__button-wrapper a {
    padding: 1.6rem 1.5rem 1.5rem;
  }

  .block-cta__text-wrapper h2 {
    font-size: 2.4rem;
    line-height: 1.33333333;
  }

  .block-cta__text-wrapper p {
    margin: 0;
  }

  .block-cta .triangular-illustrations figure.left, .block-cta .triangular-illustrations figure.right {
    display: none;
  }

  .block-cta .triangular-illustrations figure.top::before {
    left: 0;
  }

  .block-cta .triangular-illustrations figure.bottom::before {
    left: 0;
  }

  .block-cta .triangular-illustrations figure.bottom::before {
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-cta-bottom.svg);
    background-position: right;
  }

  .block-cta .triangular-illustrations figure.top::before {
    background-image: url(https://6741984.fs1.hubspotusercontent-na1.net/hubfs/6741984/raw_assets/public/Capstone_Partners_April2021/images/triangles-cta-top.svg);
    background-position: left;
  }

  .rltd_wrapp {
    padding-left: 0;
    padding-right: 0;
  }

  .block-cta .triangular-illustrations figure.bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .block-cta .triangular-illustrations figure.bottom {
    width: 87.18%;
    height: 32.81vw;
    max-width: unset;
  }

  .block-cta .triangular-illustrations figure.top {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .block-cta .triangular-illustrations figure.top {
    width: 64%;
    height: 24.68vw;
    max-width: unset;
  }

  .block-cta .triangular-illustrations figure.top,
  .block-cta .triangular-illustrations figure.bottom {
    pointer-events: none;
    display: block;
    opacity: .3;
  }
  .rltd_wrapp:before,
  .rltd_wrapp:after {
    display: none;
  }

  .section-top-short__title {
    font-size: 2.4rem;
    line-height: 1.33333333;
  }

  .rltd_lft ,.rltd_right {
    padding: 0 20px;
  }

  .rltd_btm {
    margin: 2.8rem 0 0;
    margin-top: 5.6rem;
  }

  .rltd_in {
    margin: 0;
    border-top: .1rem solid #c8c9c7;
  }

  .rltd_post {
    padding: 0 20px;
  }

  .rltd_post .post_itm_inr {
    margin: .8rem 0 0;
    padding: 0;
  }

  .rltd_wrapp .post_cat_wrp a {
    font-size: 1.4rem;
    line-height: 1.14285714;
    font-weight: 700;
  }

  .rltd_wrapp  .post_type {
    margin: 0 0 .8rem;
  }

  .rltd_wrapp .post_title {
    font-size: 1.8rem;
    line-height: 1.33333333;
  }

  .rltd_wrapp .post_top {
    margin: 0;
  }
  .post_indx > h2:empty {
    display: none;
  }

  .post-share {
    padding: 4.8rem 0 1.3rem;
  }


}

.post_itm .icon-industry-reports:before {
  content: "\EA1F";
}

.post_itm  .icon-press::before {
  content: "\EA2B";
}

.authr_page .hs-blog-listing .cstm_body_wrap .body-container-wrapper {
  margin-top: 0;
}
/* ******************************************************************************
*********************************************************************************
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: #d0dbe6;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page .hs-error-msgs.no-list::after,
.systems-page .hs_error_rollup .hs-error-msgs.no-list::after {
  display: none;
}

.systems-page .hs-error-msg,
.systems-page  .hs_error_rollup .hs-error-msgs label {
  margin-left: 0 !important;
}