/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-main: #2D2926;
  --color-second: #57A077;
  --color-third: #2C503C;
  --color-fourth: #98C6AC;
  --color-fifth: #EEEEE9;
  --color-sixth: #D6D2C4;
  --color-seventh: #B7A99A;
  --color-eighth:  #454647;
  --color-cta: #CEE433;
  --color-white: #FFFFFF; 
  --color-black: #000000; 
  --color-input: #E0E0E0;
  --color-placeholder: #b4b4b4;
  --font-body: "stratum-1-web",sans-serif;
  --font-secondary: "itc-slimbach", sans-serif;
  --width-content: 1260px;
  --width-wide: 1440px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  color: #494a52;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  background: var(--color-white);
}
.guts {
  /* padding-top: 7rem; */
}
.wrapper.page {
  overflow: hidden;
}
/* Layout
-------------------------------------------- */

.container {
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}



@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
}

@media (max-width: 991px) {
  section {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
  color: var(--white);
}

/* Background Colors */

.bg-white {
  background-color: var(--white);
}
.bg-super-light {
  background-color: var(--color-super-light);
}

/* Accents */
.accent-bump::after {
  content: "";
  position: absolute;
  display: block;
  width: 121px;
  height: 26px;
  background: transparent url() no-repeat center center / 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .accent-bump::after {
    width: 242px;
    height: 52px;
  }
}
.accent-bump.ltcolor_top_left::after {
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.ltcolor_top_center::after {
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.ltcolor_top_right::after {
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.ltcolor_bottom_left::after {
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.ltcolor_bottom_center::after {
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.ltcolor_bottom_right::after {
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
.accent-bump.white_top_left::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.white_top_center::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.white_top_right::after {
  filter: brightness(0) invert(1);
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.white_bottom_left::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.white_bottom_center::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.white_bottom_right::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}

@media (max-width: 767px){
  .container {
    width: 100%;
  }
}
/* Typography
-------------------------------------------- */

body {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: var(--color-main);
  background-color: var(--color-white);

}

a {
  color: var(--color-second);
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: var(--color-second);
  text-decoration: underline;
}

p {
  display: block;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  color: var(--color-main);
  font-family: var(--font-secondary);
  margin-bottom: 0px;
  margin-bottom: 15px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 82px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.097;
}

h2, .h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

h3, .h3 {
  font-family: var(--font-body);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4, .h4 {
  font-family: var(--font-body);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 1.3px;
  /*   text-transform: uppercase; */
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}


@media (min-width: 800px){


}

@media (max-width: 991px){
  h1, .h1 {
    font-size: 70px;
  }

  .h2, h2 {
    font-size: 50px;
  }

  h3, .h3 {
    font-size: 36px;
  }

  h4, .h4 {
    font-size: 24px;
  }

}

@media (max-width: 767px){

  h1, .h1 {
    font-size: 60px;
  }

  .h2, h2 {
    font-size: 45px;
  }

  h3, .h3 {
    font-size: 32px;
  }

  h4, .h4 {
    font-size: 22px;
  }

  h5, .h5 {
    font-size: 20px;
  }



}

@media (max-width: 479px){
  .h1, h1 {
    font-size: 50px;
  }
  
  .h2, h2 {
    font-size: 40px;
  }
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

.center-aligned ul {
  list-style-position: inside;
  padding-left: 0;
}

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid var(--color-second);
}

/* Horizontal Rules */

hr {
  background-color: var(--color-second);
  height: 1px;
  border: none;
}

/* Buttons
-------------------------------------------- */

.btn {
  position: relative;
}

.btn:after {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(https://23161265.fs1.hubspotusercontent-na1.net/hubfs/23161265/PMC_August2023/Images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 13px;
}

.btn, .hs-button {
  display: inline-block;
  text-align: center;
  /*   min-width: 213px; */
  border-radius: 0;
  background: var(--color-cta);
  border: 1px solid var(--color-cta);
  color: var(--color-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  padding: 10px 25px;
  white-space: normal;
  transition: all .5s ease;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover, .hs-button:hover,
.btn:focus, .hs-button:focus{
  background: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-white);
  text-decoration: none;
}


/* .btn {
display: inline-block;
padding: 8px 36px;
text-align: center;
background: var(--color-second);
color: var(--color-white);
border: none;
position: relative;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
line-height: 1.33333333;
z-index: 1;
border-radius: 50px;
}

.btn:hover,
.btn:focus{
text-decoration: none;
background: var(--color-fourth);
color: var(--color-white);
}

a.cta_button.btn-cta.btn {
min-width: 10rem;
} */

/* .cta_button:hover {
text-decoration: none;
background: var(--color-second) !important;
color: var(--color-inv) !important;
} */
/* .hs-button {
display: inline-block;
padding: 8px 36px;
text-align: center;
background: var(--color-second);
color: var(--color-white);
border: none;
position: relative;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
line-height: 1.33333333;
z-index: 1;
border-radius: 50px;
}
.hs-button:hover {
text-decoration: none;
background: var(--color-fourth);
color: var(--color-white);
}
*/

.primary-btn {
  background: var(--color-cta);
  border-color: var(--color-cta);
  color: var(--color-main);
}

.primary-btn:hover {
  background: var(--color-white);
  color: var(--color-main);
  border-color: var(--color-white);
}

.secondary-btn {
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  color: var(--color-main);
}

.secondary-btn:hover,
.secondary-btn:focus {
  background: var(--color-white);
  color: var(--color-main);
  border-color: var(--color-main);
}

.tritary-button{
  background: var(--color-main);
  border-color: var(--color-main);
  color: var(--color-white);
}

.tritary-button:hover,.tritary-button:focus{
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-main);
}

.tritary-button:after {
  background-image: url(https://23161265.fs1.hubspotusercontent-na1.net/hubfs/23161265/PMC_August2023/Images/white_arrow_right.svg);
  margin-left: 18px;
}

.tritary-button:hover:after,.tritary-button:focus:after {
  background-image: url(https://23161265.fs1.hubspotusercontent-na1.net/hubfs/23161265/PMC_August2023/Images/arrow-right.svg);
}


@media (max-width: 767px){
  .btn, .hs-button {
    padding: 10px 18px;
    font-size: 18px;
  }

  .btn:after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }

  .tritary-button:after {
    margin-left: 10px;
  }
}

button {
  cursor: pointer;
}

/* HubSpot Overrides */

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}
.bi-file-earmark-pdf-fill {
  width: 1em;
  height: 1em;
}


.dark-green-theme {
  background-color: var(--color-third);
  color: var(--color-white);
}

.light-green-theme {
  background-color: var(--color-fourth);
  color: var(--color-main);
}

.white-theme {
  background-color: var(--color-white);
  color: var(--color-main);
}

.black-theme {
  background-color: var(--color-main);
  color: var(--color-white);
}

.off-white-theme {
  background-color: var(--color-fifth);
  color: var(--color-main);
}

.green-theme {
  background-color: var(--color-second);
  color: var(--color-main);
}

.green-theme h1,
.green-theme h2,
.green-theme h3,
.green-theme h4,
.green-theme h5,
.green-theme h6{
  color: var(--color-main);
}

.dark-green-theme h1,
.dark-green-theme h2,
.dark-green-theme h3,
.dark-green-theme h4,
.dark-green-theme h5,
.dark-green-theme h6,
.black-theme h1,
.black-theme h2,
.black-theme h3,
.black-theme h4,
.black-theme h5,
.black-theme h6{
  color: var(--color-white);
}
/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 16px 15px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(132,189,0,0);
  box-shadow: inset 0 0 0 1px rgba(132,189,0,0);
  border-radius: 0;
  border: 1px solid #e2e2e2;
  background: 0 0;
  font-size: 18px;
  color: var(--color-third);
  -webkit-transition: border-color .3s linear,color .3s linear,-webkit-box-shadow .3s linear;
  transition: border-color .3s linear,color .3s linear,-webkit-box-shadow .3s linear;
  transition: border-color .3s linear,color .3s linear,box-shadow .3s linear;
  transition: border-color .3s linear,color .3s linear,box-shadow .3s linear,-webkit-box-shadow .3s linear;
  font-family: var(--font-body);
  line-height: 1.375;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

select {
  height: 56px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: var(--color-second);
  color: var(--color-third);
  -webkit-box-shadow: inset 0 0 0 1px var(--color-second);
  box-shadow: inset 0 0 0 1px var(--color-second);
}

.hs-form-field {
  display: block;
  margin-bottom: 25px;
}

.hs-form-field>label {
  display: block;
  margin-bottom: 12px;
}

textarea {
  min-height: 10rem;
  height: auto;
}

.hs-button {
  cursor: pointer
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  top: -2px;
  width: auto !important;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  margin: 0;
  padding: 10px 0 0 0!important;
  list-style: none;
  color: #e53935;
}


/* Captcha */

.hs_recaptcha {
  margin-bottom: 2rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="radio"].hs-input,
.hs-form fieldset.form-columns-1 .hs-form-field input[type="checkbox"].hs-input,
.hs-form fieldset.form-columns-2 .hs-form-field input[type="checkbox"].hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field input[type="checkbox"].hs-input{
  width: auto !important;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}


@media (max-width: 767px) {
  select {
    height: auto;
  }
  .hs-form-field {
    margin-bottom: 10px;
  }
}
/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */

.site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  color: var(--color-main);
  background: var(--color-white);
  transition: padding .3s linear;
  padding: 20px 0;
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding.light-logo {
  display: none;
}

.site-branding a {
  display: block;
  transition: all .3s linear;
  width: 175px;
}

.site-branding a svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-black);
}

.main-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.main-nav__item > a {
  color: var(--color-main);
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.main-nav__item > a:hover {
  color: var(--color-second);
}

.main-nav__list .main-nav__dropdown li a {
  font-size: 18px;
  font-weight: 500;
  padding: 8px; /* was 8px 16px*/
  display: block;
  transition: all .3s linear;
  color: var(--color-main);
  text-decoration: none;
  text-transform: none !important; /* was uppercase */
}

.main-nav__list .main-nav__dropdown li a:hover {
  background: var(--color-main);
  color: var(--color-white);
}

.main-nav__dropdown-subitem a {
   font-size: 16px !important;
  color: #000 !important;
  font-weight: normal !important;
  padding: 0px !important;
  text-transform: none !important;
}

.user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 35px;
}

.user-menu a {
  align-items: center;
  justify-content: center;
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  border-width: 2px;
  padding: 10px 24px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-main);
}

.user-menu a:hover {
  border-color: var(--color-fourth);
  border-width: 2px;
}

.user-menu a:after {
  content: "";
  background-image: url('https://23161265.fs1.hubspotusercontent-na1.net/hubfs/23161265/PMC_August2023/Images/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 20px;
}

.site_header_left {
  display: flex;
}

.site_header_right {
  display: flex;
  justify-content: flex-end;
}

/* New styles for the dropdown menu */
.main-nav__dropdown {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-nav__dropdown-group-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main-nav__dropdown-item-group {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow-y: 
}

.main-nav__dropdown-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav__dropdown-subitem {
  margin-bottom: 10px;
  flex: 1 1 33%;
  max-width: 33%; /* Ensure it does not exceed 33% of the container */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-sizing: border-box;
}



.main-nav__dropdown-link, .main-nav__dropdown-sublink {
  color: var(--color-main);
  text-decoration: none;
  display: block;
}

.main-nav__dropdown-link:hover, .main-nav__dropdown-sublink:hover {
  background: var(--color-main);
  color: var(--color-white);
  padding: 5px;
}

.main-nav__dropdown-item-group--has-children .main-nav__dropdown-submenu {
  margin-top: 10px;
  flex: 1 1 33%;
  max-width: 33%; /* Ensure it does not exceed 33% of the container */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/*  LP Header */

.has-banner .lp_header .site-branding.dark-logo {
  display: block;
}

.has-banner .lp_header .site-branding.light-logo {
  display: none;
}

.lp_header .js-nav-trigger {
  display: none;
}

.has-banner .site-header {
  background: transparent;
  border-bottom: none;
  color: var(--color-white);
  width: 100%;
  padding: 34px 0;
}

.has-banner .site-branding.dark-logo {
  display: none;
}

.has-banner .site-branding.light-logo {
  display: block;
}

.has-banner .main-nav__item>a {
  color: var(--color-white);
}

.has-banner .main-nav__item>a:hover {
  color: var(--color-second);
}

.has-banner .dropdown-toggle svg, 
.has-banner .dropdown-toggle svg path {
  fill: var(--color-white);
}

.has-banner .user-menu a:hover {
  border-color: var(--color-white);
}

.has-banner.scrolled .site-header {
  background: var(--color-white);
  border-bottom: none;
  color: var(--color-main);
  width: 100%;
  padding: 20px 0;
}

.has-banner.scrolled .site-branding.dark-logo {
  display: block;
}

.has-banner.scrolled .site-branding.light-logo {
  display: none;
}

.has-banner.scrolled .main-nav__item>a {
  color: var(--color-main);
}

.has-banner.scrolled .main-nav__item>a:hover {
  color: var(--color-second);
}

.has-banner.scrolled .dropdown-toggle svg, 
.has-banner.scrolled .dropdown-toggle svg path {
  fill: var(--color-main);
}

.has-banner.scrolled .user-menu a:hover {
  border-color: var(--color-fourth);
}

.has-banner.scrolled .site-branding a {
  width: 150px;
}

@media (min-width: 992px) {
  .site-header {
    background: var(--color-white);
    color: var(--color-third);
    border-bottom: 1px solid var(--color-sixth);
  }


  .burger,
  .mobile-navigation{
    display: none;
  }

  .main-nav__dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    width: 70vw !important;
    background: var(--color-white);
    min-width: 260px;
    border: 1px solid #e2e2e2;
    left: 0px !important;
    padding: 0 ;
  }
  
  /* ADDS FOR MEGA MENU */
  
  
@media (min-width: 992px) {
  #submmenu2.main-nav__dropdown {
    width: 100% !important;
  }
}
  
  ul.main-nav__dropdown-submenu{
    margin-left:10px;
    padding-left:0px !important;
    margin-top:-10px;
  }
  
  ul.main-nav__dropdown-subitem{
    list-style: circle;
    font-size:16px !important;/* was 18px */
    font-weight:normal;
    padding:0px 15px !important;/* was 0px 30px */
    line-height: 16px !important; /* was 18px */
    margin: 8px 0;
    max-width: 100%;
  }
  
  
  .main-nav__dropdown-sublink:hover{
    padding:0px;
    background:#FFF !important;
    color:#000 !important;
  }
  
  .main-nav__dropdown-item-group {
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px !important; /* was 20 px */
  box-sizing: border-box;
  width: 25%; /* was 25%  */
  float: left;
  height: 210px !important; /* was 260px */
}
  
  #submmenu2 .main-nav__dropdown-item-group {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  box-sizing: border-box;
  overflow-y: width:;
  width: 100%;
  float: none;
  height: auto !important;
}
  
  .main-nav__dropdown-item--has-children a{
   color:#98c6ac !important;
  }
  
  .main-nav__dropdown-subitem a{
  color:#000 !important;
  font-weight:normal !important;
  padding:0px 0px !important;
  text-transform: none !important;
}
  
  .main-nav__dropdown-subitem a:hover{
   color:#98c6ac !important;
  } 
  
 
  
  @media (max-width: 1370px) {
  .main-nav__dropdown {
    padding:0;
    margin:0;
    list-style:none;
    display: none;
    position: absolute;
    top: 100%;
    width: 80vw !important;
    background: var(--color-white);
    min-width: 260px;
    border: 1px solid #e2e2e2;
    left: -90px !important;
    padding:0;
  }
}
  
   @media (max-width: 1024px) {
  .main-nav__dropdown {
    padding:0;
    margin:0;
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    width: 90vw !important;
    background: var(--color-white);
    min-width: 260px;
    border: 1px solid #e2e2e2;
    left: 0 !important;
    padding:0;
  }
    
   .main-nav__dropdown-item-group {
  height: 280px !important; /* was 190px */
}
    
}

  
    /* END ADDS FOR MEGA MENU */

  .main-nav__item.main-nav__item--has-children {
    position: relative;
    padding-right: 10px;
  }

  .main-nav__item.main-nav__item--has-children:hover .main-nav__dropdown {
    display: block;
  }

  .main-nav__item.main-nav__item--has-children.is-open .main-nav__dropdown {
    display: block;
  }

  .dropdown-toggle {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    border: none;
    padding: 0;
    background: transparent;
  }

  .dropdown-toggle svg {
    fill: #181818;
    display: block;
    height: 8px;
    margin: 0px auto 0;
    width: 12px;
  }

}

@media (max-width: 1300px) {

  .user-menu {
    padding-left: 20px;
  }

  .main-nav__item>a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {

  .site-header__inner {
    justify-content: center;
    flex-direction: column;
  }

  .site-branding {
    margin-bottom: 10px;
  }

  .main-nav__item>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .user-menu.mobile-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-branding {
    margin-bottom: 0;
  }

  .site-branding a {
    width: 140px;
  }

  .site-header {
    padding: 15px 0;
  }

  .site_header_main_menu {
    display: none;
  }

  .site-header__inner {
    justify-content: space-between;
    flex-direction: row;
    position: relative;
  }

  #hamburger {
    background-color: var(--color-second);
    border: none;
    border-radius: 50%;
    flex: 0 1 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
    width: 2.5rem;
  }


  .mobile-nav__toggle span {
    background: var(--color-white);
    border-radius: 2px;
    display: block;
    height: 3px;
    left: 0.5rem;
    position: absolute;
    top: calc(50% - 1px);
    width: 1.5rem;
    transition: all .5s;
  }

  .mobile-nav__toggle span:first-of-type {
    top: 13px;
  }

  .mobile-nav__toggle span:nth-of-type(2) {
    left: 0.75rem;
    transform: rotate(0);
    transition: all .5s;
    width: 1.25rem;
  }

  .mobile-nav__toggle span:nth-of-type(3) {
    top: 25px;
  }

  .mobile-nav__toggle:hover span:nth-of-type(2) {
    left: 0.5rem;
    width: 1.5rem;
  }

  .menu-is-open .mobile-nav__toggle {
    background: var(--color-second);
  }

  .menu-is-open  .mobile-nav__toggle span {
    background: var(--color-white);
  }

  .menu-is-open .mobile-nav__toggle span:nth-of-type(2) {
    left: 0.5rem;
    transform: rotate(150deg);
    width: 1.5rem;
  }

  .site_header_right .user-menu {
    display: none;
  }


  .mobile-navigation {
    background: var(--color-white);
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.15);
    display: none;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 100%;
    margin-top: 15px;
  }

  .menu-is-open .mobile-navigation {
    display: block;
  }

  .mobile-nav__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
  }

  .mobile-nav__nav ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid var(--color-main);
    font-size: 20px;
    font-weight: 500;
    color: var(--color-main);
    text-decoration: none;
  }

  .mobile-nav__nav ul li a:hover {
    color: var(--color-second);
  }

  .mobile-nav__nav .site-navigation__inner > ul > li:first-child > a {
    border-top: 1px solid var(--color-main);
  }

  .mobile-nav__nav ul ul li a {
    display: block;
  }

  .mobile-nav__nav ul ul li a {
    padding-left: 30px;
  }

  .site_header_right .user-menu.mobile-header-btn {
    display: block;
    padding: 25px 20px;
    text-align: center;
  }

  .user-menu a {
    display: inline-block;
    width: auto;
  }

  .mobile-nav__dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    padding: 0;
    width: 60px;
    height: 66px;
  }

  .mobile-nav__nav li.mobile-nav__item.mobile-nav__item--has-children {
    position: relative;
  }

  .mobile-nav__dropdown-toggle svg {
    height: 10px;
    width: 13px;
    fill: var(--color-main);
  }

  .mobile-nav__dropdown-toggle svg path {
    fill: var(--color-main);
  }

  .mobile-nav__dropdown {
    display: none;
  }

  .mobile-nav__dropdown.submenu-open {
    display: block;
  }

  .menu-is-open .burger-inner>* {
    color: var(--color-white);
  }

  .has-banner .site-header {
    padding: 28px 0;
  }
}

  .main-nav__dropdown-subitem a{
  color:#000 !important;
  font-weight:normal !important;
  padding:0px 0px !important;
  text-transform: none !important;
}
  
  .main-nav__dropdown-subitem a main-nav__dropdown-sublink{
  color:#000 !important;
  font-weight:normal !important;
  padding:0px 0px !important;
  text-transform: none !important;
}
/* Footer
-------------------------------------------- */
footer.footer {
  background: var(--color-main);
  padding: 60px 0;
}

.footer_top_col {
  border-bottom: 1px solid #EEEEE9;
  padding-bottom: 20px;
  padding-top: 10px;
}

.footer__col--nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer__col--nav ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}

.footer__col--nav ul li:last-child {
  margin-right: 0;
}

.footer__col--nav ul li a {
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__col--nav ul li a:hover {
color: var(--color-second);
}


.footer_middle_col {
  padding: 65px 0 75px;
  display: flex;
  border-bottom: 1px solid #EEEEE9;
}

.footer-logo {
  width: 100%;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
}

.footer-middle-right-content {
   color: var(--color-white);
  text-align: right;
  padding-bottom: 10px;
}

.footer-social-icon ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: end;
}

.footer-social-icon ul li {
  margin-right: 12px;
}

.footer-social-icon ul li:last-child {
  margin-right: 0;
}

.footer_bottom_col {
  padding: 50px 0 0 0;
}

.footer-copyright p {
   color: var(--color-white);
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.12;
  text-align: center;
}

@media (max-width: 767px){
  .footer_middle_col {
    flex-direction: column;
    padding: 50px 0 45px;
  }

  .footer-logo {
    padding-bottom: 30px;
  }

  .footer-middle-right-content {
    text-align: left;
  }

  .footer-social-icon ul {
    justify-content: flex-start;
  }

  .footer_bottom_col {
    padding: 30px 0 0;
  }

  .footer_top_col {
    padding-bottom: 0;
  }

  footer.footer {
    padding: 40px 0;
  }
}
.blog-listing-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.blog-listing-item {
  padding: 0 25px;
  width: 33.33%;
  position: static !important;
}

.blog-listing-link {
  background: var(--color-third);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none!important;
  transition: all .3s ease;
}

.blog-listing-media img {
  height: 236px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-listing-content {
  background: var(--color-third);
  padding: 45px 50px 50px;
  color: var(--color-white);
}

.blog-listing-content .h4 {
  color: var(--color-white);
  margin-bottom: 25px;
}

.blog-listing-lmore {
  margin-top: 16px;
  display: inline-block;
}

.blog-listing-link:hover .blog-listing-lmore, 
.blog-listing-link:hover .blog-listing-lmore .blog-arrow svg path {
  color: var(--color-fourth);
  fill: var(--color-fourth);
}

.blog-listing-item {
  margin-bottom: 50px;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-arrow {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
}

@media (max-width: 991px){
  .blog-listing-item {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .blog-listing-items {
    margin: 0 -20px;
  }

.blog-listing-item {
    margin-bottom: 30px;
  }

  .blog-pagination {
    margin-top: 30px;
  }
}


@media (max-width: 767px){
  .blog-listing-item {
    margin-bottom: 30px;
    width: 100%;
  }

  .blog-listing-top .blog-listing-item:last-child {
    margin-bottom: 0;
  }

.blog-listing-item:last-child {
    margin-bottom: 0;
  }

  .blog-listing-content {
    padding: 40px;
  }

  .blog-listing-media img {
    height: auto;
  }
}

@media (max-width: 479px){
  .blog-listing-content {
    padding: 40px 30px;
  }
}




.blog-section {
  max-width: 100%;
  padding: 50px 50px;
  position: relative;
  z-index: 1;
  margin: -60px auto 0;
  background: var(--color-white);
  width: calc(100% - 150px);
}

.post-title {
  padding-bottom: 30px;
}

.blog-news-post-wrapper {
  position: relative;
  padding-left: 120px;
}

.news-post-share {
  float: left;
  height: 100%;
  left: 0;
  position: absolute;
  top: 30px;
}

.news-post-share .post-share-inner {
  position: sticky;
  top: 100px;
}

.news-post-share ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.news-post-share li {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 8px;
  color: var(--color-black);
  font-size: 24px;
  vertical-align: middle;

}

.news-post-share li .fa {
  font-size: 24px;
  vertical-align: middle;
}

.news-post-share li a {
  color: var(--color-black);
}

.news-post-share li a:hover svg {
  fill: var(--color-second);
}

.news-post-header {
  position: relative;
  padding-bottom: 7px;
}

.author-post-details {
  overflow: hidden;
}

span.author-avatar {
  width: 65px;
  height: 65px;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-left: 15px;
  float: left;
  border: 3px solid var(--color-second);
  position: relative;
}

.author-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.authorname-details {
  padding-top: 18px;
  display: block;
  margin-left: 20px;
  float: left;
  font-size: 14px;
  font-family: var(--font-secondary);
}

.news-post-body {
  padding: 50px 15px 50px;
  position: relative;
  font-family: var(--font-secondary);
  font-size: 18px;
  line-height: 1.66;
}

.news-post-body p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.66;
}

.news-post-body ul,
.news-post-body ol{
  font-size: 18px;
  line-height: 1.66;
}

.news-post-body *{
  font-family: var(--font-secondary);
}

.news-post-body p:first-child::first-letter {
  font-size: 60px;
  color:var(--color-second);
  font-weight: bold;
  padding-right: 10px;
  line-height: 100%;
  float: left;
}

.blog-comments {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-post-author {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-post-author-img img {
  border-radius: 50%;
  border: 3px solid var(--color-second);
  /*   object-fit: cover;
  object-position: center; */
  width: 100px;
  height: 100px;
}

.blog-post-author-desc {
  width: calc(100% - 100px);
  padding-left: 30px;
}

.blog-post-author-wrapper {
  border: 2px solid var(--color-black);
  padding: 20px;
}

.blog-post-authorname a {
  text-decoration: none;
  color: var(--color-main);
}

.blog-post-authorname a:hover {
  color: var(--color-second);
}

.blog-pagination {
  text-align: center;
  display: block !important;
}

/* =========== Blog Post ================ */

.blog-post_content.post_col_wrap {
  display: flex;
}

.post_col_wrap .blog-post_col {
  padding: 0 60px 0 0;
  width: 70%;
}

.blog-post__body, .blog-post__body ol, .blog-post__body p, .blog-post__body ul {
  color: var(--color-eighth);
}

.blog-post__meta {
  margin-bottom: 20px;
  color: var(--color-second);
  text-transform: uppercase;
}

.blog-post__meta .meta_title {
  color: var(--color-second);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16666667;
  margin-right: 5px;
}

.blog-post_col .blog-post__meta a, 
.blog-post_col .blog-post__tag-link {
  color: var(--color-second);
  text-decoration: none;
}

.blog-post_col .blog-post__meta a{
  font-weight: 700;
}

.blog-post_col .blog-post__meta a:hover, 
.blog-post_col .blog-post__tag-link:hover {
  color: var(--color-main);
}

.post_col_wrap .blog-sidebar_col {
  padding: 0 0 0 40px;
  width: 30%;
}

.blog-sidebar-widget {
  margin-bottom: 52px;
}

.blog-sidebar-widget h3 {
  color: var(--color-third);
  margin: 0 0 30px;
  text-transform: capitalize;
}

.blog-sidebar-widget .rec_post_item {
  margin-bottom: 30px;
}

.blog-sidebar-widget .rec-post-title {
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}

.blog-sidebar-widget .rec-post-title a, 
.blog-sidebar-widget .widget-module ul li a {
  color: var(--color-eighth);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.blog-sidebar-widget .rec-post-title a:hover, 
.blog-sidebar-widget .widget-module ul li a:hover {
  color: var(--color-second)
}

.blog-sidebar-widget .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar-widget .widget-module ul li {
  margin-bottom: 15px;
}

.blog-sidebar-widget .widget-module ul li .filter-link-count {
  display: none;
}


@media (max-width: 991px){
  .post_col_wrap .blog-post_col {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .post_col_wrap .blog-sidebar_col {
    padding: 0;
    width: 100%;
  }

  .blog-post_content.post_col_wrap {
    flex-direction: column;
  }

  .blog-sidebar-widget .rec_post_item {
    margin-bottom: 15px;
  }

  .blog-sidebar-widget.sidebar-topics {
    margin-bottom: 0;
  }
}

@media (max-width: 767px){
  .blog-sidebar-widget.social-share-wrapper {
    margin-bottom: 30px;
  }
}
