@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

::selection {
  background: #263473;
  color: white;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
@media (max-width: 767px) {
  .site-inner {
    padding-top: 71px;
  }
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@supports (display: grid) {
  .content-sidebar .entry-header {
    background-color: #263473;
  }
  @media (min-width: 769px) {
    .content-sidebar .entry-header {
      grid-column-start: 1;
      grid-column-end: 13;
    }
  }
  .content-sidebar .entry-header .entry-header-container {
    margin: 0 auto;
    padding: 0 24px;
  }
  .content-sidebar .side-main-article-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 1400px) {
    .content-sidebar .side-main-article-container {
      width: 80%;
    }
  }
  @media (min-width: 769px) {
    .content-sidebar .side-main-article-container {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 32px;
    }
  }
  .content-sidebar .site-main-article-content {
    z-index: 2;
  }
  @media (min-width: 769px) {
    .content-sidebar .site-main-article-content {
      grid-column-start: 1;
      grid-column-end: 9;
    }
  }
  @media (min-width: 769px) {
    .content-sidebar .site-main-article-content.site-main-article-content__full-width {
      grid-column-start: 1;
      grid-column-end: 13;
    }
  }
  .content-sidebar .sidebar-primary {
    z-index: 1;
  }
  @media (min-width: 769px) {
    .content-sidebar .sidebar-primary {
      grid-column-start: 9;
      grid-column-end: 13;
    }
  }
}

.not-found {
  padding: 150px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .not-found {
    width: 80%;
  }
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
}

/**
 * Make sure links are accessible
 * @link https://webaim.org/resources/linkcontrastchecker/
 */
a {
  color: black;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #263473;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 17px;
}
p.has-normal-font-size {
  font-size: 15px;
}
p.small, p.has-small-font-size {
  font-size: 13px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #000;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1D1F20;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #263473;
  text-decoration: none;
}

h1 {
  font-size: 44px;
  font-style: normal;
  line-height: 70px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 34px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 45px;
  }
}

h3 {
  font-size: 27px;
  font-style: normal;
  line-height: 40px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 24px;
  font-style: normal;
}
@media (min-width: 768px) {
  h4 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 22px;
  font-style: normal;
}
@media (min-width: 768px) {
  h5 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
  font-style: normal;
}
@media (min-width: 768px) {
  h6 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}

label {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

input {
  border-radius: 4px;
  background: #FFF;
  border: none;
}

.block .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0;
  margin: 0;
  width: 100%;
}
.block .wpforms-container-full .wpforms-form button.wpforms-submit {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #263473;
  padding: 13px 24px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  min-width: 148px;
  border-radius: 4px;
  cursor: pointer;
}
.block .wpforms-container-full .wpforms-form button.wpforms-submit:hover {
  background-color: #1a244e;
  border-color: #263473;
  background: transparent;
}

.wpforms-container .wpforms-form .wpforms-list-2-columns ul li {
  width: auto !important;
}
.wpforms-container .wpforms-form textarea {
  min-height: 250px;
  border-radius: 4px;
  border: 1px solid var(--Dark-Gray, #A1A5A5);
  background: #FFF;
}
.wpforms-container .wpforms-form .wpforms-required-label {
  color: inherit !important;
  font-weight: 400;
}
.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
.wpforms-container .wpforms-form input {
  border-radius: 4px !important;
  border: 1px solid var(--Dark-Gray, #A1A5A5);
  background: #FFF;
}
.wpforms-container .wpforms-form button[type=submit].wpforms-submit {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #263473;
  padding: 13px 24px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  min-width: 58px;
  border-radius: 4px;
  cursor: pointer;
}
.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover {
  background-color: #1a244e;
  border-color: #263473;
  background: white;
}
.wpforms-container .wpforms-form button[type=submit].wpforms-submit:focus {
  outline: 2px solid blue;
}
.wpforms-container .wpforms-form button#wpforms-submit-4730 {
  min-width: 168px;
  border-radius: 4px;
}
.wpforms-container .wpforms-form input:focus,
.wpforms-container .wpforms-form textarea:focus {
  outline: 2px solid blue;
}

.wp-block-table table {
  border-color: #A1A5A5;
}
.wp-block-table table thead {
  border-bottom: 1px solid #A1A5A5;
}
.wp-block-table table th {
  background: var(--Purple, #625089);
  color: #fff;
  border-color: white;
}
.wp-block-table table figure {
  border-color: #A1A5A5;
}
.wp-block-table table th {
  border: 1px solid #A1A5A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 128.571% */
  padding: 18px 20px;
  text-align: left;
}
.wp-block-table table td {
  border: 1px solid #A1A5A5;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  padding: 10px 20px;
}

.anww-external-link-icon {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

/* Button
--------------------------------------------- */
.btn,
.wp-block-button__link {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #e4862b;
  padding: 13px 24px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  min-width: 148px;
  cursor: pointer;
  border-radius: 4px;
}
.btn.br-ten,
.wp-block-button__link.br-ten {
  border-radius: 10px;
}
.btn.white-focus:focus,
.wp-block-button__link.white-focus:focus {
  outline: 2px solid white;
}
.btn.btn-dark-bg:hover,
.wp-block-button__link.btn-dark-bg:hover {
  border-color: #263473;
  color: white;
  background-color: transparent;
}
.btn.btn-dark-bg:focus,
.wp-block-button__link.btn-dark-bg:focus {
  outline: 2px solid white;
}
.btn:hover,
.wp-block-button__link:hover {
  border-color: #263473;
  background: white;
}
.btn svg,
.wp-block-button__link svg {
  margin-left: 8px;
}
.btn.has-primary-background-color:hover, .btn.has-primary-background-color:focus,
.wp-block-button__link.has-primary-background-color:hover,
.wp-block-button__link.has-primary-background-color:focus {
  background-color: #1a244e;
}
.btn.has-secondary-background-color:hover, .btn.has-secondary-background-color:focus,
.wp-block-button__link.has-secondary-background-color:hover,
.wp-block-button__link.has-secondary-background-color:focus {
  background-color: #cf7e2c;
}
.btn.btn-outline,
.wp-block-button__link.btn-outline {
  background-color: transparent;
  border: 2px solid transparent;
  border-color: #263473;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid transparent;
  padding: 9px 22px;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #e4862b;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background: transparent;
  border-color: #e4862b;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color {
  background: transparent;
  border-color: #263473;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-background-color {
  background: transparent;
  border-color: #e4862b;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-background {
  background: transparent;
  border: none;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: #263473;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) svg {
  fill: #263473;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color):hover {
  color: #1a244e;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color):hover svg {
  fill: #1a244e;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color svg {
  fill: #263473;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover {
  color: #1a244e;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover svg {
  fill: #1a244e;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color svg {
  fill: #e4862b;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color:hover {
  color: #cf7e2c;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color:hover svg {
  fill: #cf7e2c;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  text-align: left;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #EEEEEE;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
}
img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .wp-block-image.alignwide figcaption,
.wp-block-video.alignwide figcaption,
.wp-block-table.alignwide figcaption {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.wp-block-image.alignfull figcaption,
.wp-block-video.alignfull figcaption,
.wp-block-table.alignfull figcaption {
  padding-left: 16px;
  padding-right: 16px;
}

.wp-block-gallery ul {
  flex-grow: 1;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-primary-color {
  color: #263473;
}
.has-primary-color:hover {
  color: #263473;
}

.has-primary-bg-color {
  color: white;
}

.has-primary-background-color {
  background-color: #263473;
  color: #FFFFFF;
}
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color p {
  color: #FFFFFF;
}

.has-primary-bg-background-color {
  background-color: white;
}

.has-primary-fill {
  fill: #263473;
}

.has-secondary-color {
  color: #e4862b;
}
.has-secondary-color:hover {
  color: #e4862b;
}

.has-secondary-bg-color {
  color: white;
}

.has-secondary-background-color {
  background-color: #e4862b;
  color: #FFFFFF;
}
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color p {
  color: #FFFFFF;
}

.has-secondary-bg-background-color {
  background-color: white;
}

.has-secondary-fill {
  fill: #e4862b;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

.has-white-background-color {
  background-color: #fff;
}

/* Group
--------------------------------------------- */
.wp-block-group.alignfull, .wp-block-group.alignwide {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-group.has-background {
  padding: 40px 16px;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 736px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.full-width-content .wp-block-group .wp-block-group__inner-container {
  max-width: 1168px;
}
.wp-block-group.aligncenter .wp-block-group__inner-container {
  max-width: 736px;
}
.wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: 1168px;
}
.wp-block-group.alignfull .alignwide {
  margin-left: -216px;
  margin-right: -216px;
}

button:focus-within, button:focus,
.button:focus-within, .button:focus,
a:focus-within, a:focus,
a:focus-within, a:focus,
input:focus {
  outline: 2px solid blue;
  outline-offset: 2px;
  text-decoration: none;
}
button:focus-within .is-style-white, button:focus .is-style-white,
.button:focus-within .is-style-white, .button:focus .is-style-white,
a:focus-within .is-style-white, a:focus .is-style-white,
a:focus-within .is-style-white, a:focus .is-style-white,
input:focus .is-style-white {
  outline: 2px solid #fff;
}

/* WordPress SEO
--------------------------------------------- */
/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2;
  font-size: 22px;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  div.wpforms-container .wpforms-title {
    font-size: 20px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: black;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

/* Style Guide Colors
--------------------------------------------- */
.style-guide-colors,
.block-icons {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
}

.style-guide-color,
.block-icons p {
  color: #1D1F20;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.style-guide-color .swatch,
.block-icons p .swatch {
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 6px;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #EEEEEE;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
  outline: none;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #263473;
}

/*
* WooCommerce blocks
*/
.wc-block-grid__products {
  padding-left: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product {
  padding: 24px;
  border-right: 3px solid #E0E0E0;
  border-bottom: 3px solid #E0E0E0;
  border-left: 0;
  border-top: 0;
}
.wc-block-grid__products .wc-block-grid__product:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product {
    border-right: 0;
  }
}
.wc-block-grid__products .wc-block-grid__product-link:hover {
  color: #000;
}
.wc-block-grid__products .wc-block-grid__product-title {
  font-size: 20px;
}
.wc-block-grid__products .woocommerce-Price-amount {
  font-size: 20px;
}
.wc-block-grid__products .wc-block-grid__product-image {
  position: relative;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.wc-block-grid__products .wc-block-grid__product-image:hover {
  border-color: #EEEEEE;
}
.wc-block-grid__products .wc-block-grid__product-image:hover:before {
  opacity: 1;
}
.wc-block-grid__products .wc-block-grid__product-image:hover:after {
  opacity: 1;
}
.wc-block-grid__products .wc-block-grid__product-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.wc-block-grid__products .wc-block-grid__product-image:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23df862b' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
  background-size: 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.top-header {
  background-color: black;
  height: 30px;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 32px;
}
.top-header ul {
  display: flex;
}
.top-header ul li {
  position: relative;
  list-style: none;
  margin-right: 10px;
}
.top-header ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.top-header ul li a svg {
  margin-right: 5px;
  fill: #fff;
  width: 16px;
}
.top-header ul li:hover .sub-menu {
  display: block;
}
.top-header ul li .sub-menu {
  display: none;
  position: absolute;
  background: #000;
  padding: 12px;
  text-align: right;
  top: 29px;
  right: 0;
  z-index: 100;
  width: 220px;
  padding-right: 2em;
  padding-left: 2em;
}
.top-header ul li .sub-menu li {
  margin-right: 0;
}
.top-header ul li .sub-menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}
.site-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid #EEEEEE;
  height: 80px;
  top: 30px;
}
.site-header .site-branding {
  flex: 1;
}
.site-header .site-branding img {
  max-width: 230px;
}
.site-header .header-right {
  flex: 4;
}
@media (min-width: 992px) {
  .site-header .header-right {
    position: relative;
  }
}
.site-header .header-right .header-search-form {
  width: 100%;
}
.site-header .header-right .search-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
}
.site-header .header-right .search-form-container {
  width: 100%;
  display: flex;
}
.site-header .header-right .search-form-container .aws-container {
  flex-grow: 1;
}
.site-header .header-right .search-form-container .aws-search-btn.aws-form-btn,
.site-header .header-right .search-form-container .search-close {
  background: transparent;
  border: none;
  cursor: pointer;
}
.site-header .header-right .search-form-container .aws-search-clear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M212.3 224.3H12c-6.6 0-12-5.4-12-12V12C0 5.4 5.4 0 12 0h48c6.6 0 12 5.4 12 12v78.1C117.8 39.3 184.3 7.5 258.2 8c136.9 1 246.4 111.6 246.2 248.5C504 393.3 393.1 504 256.3 504c-64.1 0-122.5-24.3-166.5-64.2-5.1-4.6-5.3-12.6-.5-17.4l34-34c4.5-4.5 11.7-4.7 16.4-.5C170.8 415.3 211.6 432 256.3 432c97.3 0 176-78.7 176-176 0-97.3-78.7-176-176-176-58.5 0-110.3 28.5-142.3 72.3h98.3c6.6 0 12 5.4 12 12v48c0 6.6-5.4 12-12 12z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .header-right .search-form-container .aws-search-clear span {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.site-header .header-right .custom-search-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.site-header .header-right .custom-search-form input[type=search] {
  border: none;
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  font-size: 16px;
}
.site-header .header-right .custom-search-form input[type=search]:focus {
  outline: none;
}
.site-header .header-right .custom-search-form .search-form-container[aria-hidden=true] {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 30px;
    transition: transform 0.3s;
    z-index: 10;
  }
  @media (max-width: 1023px) {
    body .site-header {
      position: relative;
    }
  }
}
@media (max-width: 782px) {
  body .site-header {
    top: 0;
  }
}
@supports (position: sticky) {
  body .top-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
/* Site Header @include media(">mobile_menu") {
---------------------------------------------------------------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: end;
  gap: 1.5rem;
}
.main-navigation .menu-toggle {
  display: none;
}
.main-navigation #primary-menu ul:not(.sub-menu) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 22px;
  height: 80px;
}
.main-navigation #primary-menu ul:not(.sub-menu) li {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.main-navigation #primary-menu ul:not(.sub-menu) li.menu-item-has-children:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  margin-left: 5px;
  display: inline-block;
  width: 10px;
}
@media (max-width: 768px) {
  .main-navigation #primary-menu ul:not(.sub-menu) li.menu-item-has-children:after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.main-navigation #primary-menu ul:not(.sub-menu) li:hover .sub-menu {
  display: block;
}
.main-navigation #primary-menu ul:not(.sub-menu) li a {
  text-decoration: none;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  border-top: 3px solid #e4862b;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 99;
}
@media (max-width: 768px) {
  .main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu {
    background: none;
  }
}
.main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li {
  display: block;
}
.main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li a {
  padding: 0.5rem 1rem;
  display: block;
  color: #333;
  text-decoration: none;
}
.main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li a:hover {
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .main-navigation {
    flex-direction: row-reverse;
    gap: 5px;
  }
  .main-navigation:not(.toggled) #primary-menu ul:not(.sub-menu) {
    display: none;
  }
  .main-navigation .menu-toggle {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-top: 3px solid #e4862b;
    height: auto;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li a {
    padding: 1rem;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li a:hover {
    background-color: #f5f5f5;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li.focus .sub-menu {
    display: block;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    border: none;
    margin-left: 20px;
    box-shadow: none;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li {
    display: block;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li a {
    padding: 0.5rem 1rem;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .main-navigation #primary-menu ul:not(.sub-menu) li .sub-menu li a:hover {
    background-color: #f5f5f5;
  }
}

@media (min-width: 1025px) {
  .main-navigation #primary-menu ul:not(.sub-menu),
.site-header {
    height: auto;
  }
  .site-header {
    padding: 20px;
  }
}
/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  margin-top: 90px;
}
.archive-description .archive-title {
  color: var(--Purple, #625089);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
.archive-description .search-form {
  margin: 0 auto;
}

/* Archive Post Listing
--------------------------------------------- */
@media (min-width: 769px) and (max-width: 991px) {
  .archive-post-listing > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .archive-post-listing > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive-post-listing {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .archive-post-listing > article {
      margin-left: 0;
      width: 100%;
    }
    .archive-post-listing header, .archive-post-listing nav, .archive-post-listing aside, .archive-post-listing footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive-post-listing > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive-post-listing > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive-post-listing {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .archive-post-listing > article {
      margin-left: 0;
      width: 100%;
    }
    .archive-post-listing header, .archive-post-listing nav, .archive-post-listing aside, .archive-post-listing footer {
      grid-column: 1/-1;
    }
  }
}
.archive-post-listing .block-area,
.archive-post-listing .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul {
  margin: 0;
  display: flex;
  gap: 16px;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 35px;
}
.pagination ul li a:hover {
  text-decoration: underline;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
  font-weight: normal;
}
.pagination ul li.active > a {
  border-bottom: 2px solid #263473;
}

.archive .woocommerce-breadcrumb {
  font-size: 14px;
  color: #767676;
}
.archive .woocommerce-breadcrumb a {
  color: #e4862b;
  font-weight: bold;
}
.archive .thumb_wrap {
  position: relative;
}
.archive .thumb_wrap img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.archive .thumb_wrap:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23df862b' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
  background-size: 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.archive .thumb_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.archive .thumb_wrap:hover {
  border: 1px solid #EEEEEE;
}
.archive .thumb_wrap:hover:before {
  opacity: 1;
}
.archive .thumb_wrap:hover:after {
  opacity: 1;
}
.archive .orderby {
  border-radius: 3px;
  border: 0;
  color: #666 !important;
  font-size: 12px;
  padding: 4px 8px;
  font-weight: 500;
}
.archive p.woocommerce-result-count {
  font-weight: 500;
  font-size: 14px;
  color: #999;
}
.archive .content-area {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .archive .content-area {
    width: 80%;
  }
}
.archive.tax-product_cat .content-area {
  width: 100%;
  margin-bottom: 70px;
}
.archive.tax-product_cat .site-content {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 50px auto 0 auto;
  gap: 40px;
}
@media (max-width: 1400px) {
  .archive.tax-product_cat .site-content {
    width: 80%;
  }
}
.archive.tax-product_cat .site-content .content-area {
  flex: 3;
}
.archive.tax-product_cat .site-content .widget-area {
  flex: 1;
}
@media (max-width: 1024px) {
  .archive.tax-product_cat .site-content {
    flex-direction: column-reverse;
  }
  .archive.tax-product_cat .site-content .content-area {
    width: 100%;
  }
  .archive.tax-product_cat .site-content .widget-area {
    width: 100%;
  }
}
.archive .products .product .woocommerce-loop-product__title {
  text-align: center;
}
.archive .products .product .price {
  color: #000 !important;
  text-align: center;
}
.archive .woocommerce-category-hero-section {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.archive .woocommerce-category-hero-section .woocommerce-category-hero-content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .archive .woocommerce-category-hero-section .woocommerce-category-hero-content {
    position: absolute;
    top: 70px;
    padding-left: 20px;
  }
}
.archive .woocommerce-category-hero-section .woocommerce-products-header__title {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .archive .woocommerce-category-hero-section .woocommerce-products-header__title {
    font-size: 28px;
    font-weight: 600;
  }
}
.archive .woocommerce-category-hero-section .term-description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.archive .site-main-article-content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
}
.archive .site-main-article-content .archive-post-listing {
  grid-template-columns: repeat(3, 1fr);
}
.archive .site-main-article-content .archive-post-listing img {
  border-radius: 10px;
  width: 100%;
}
.archive .site-main-article-content .archive-post-listing .post-summary__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.archive .site-main-article-content .archive-post-listing .post-summary__title a {
  font-weight: inherit;
  text-decoration: none;
}
.archive .site-main-article-content .archive-post-listing .post-summary__content {
  padding: 43px 35px;
  border: 1px solid #A1A5A5;
  border-radius: 10px;
  min-height: 207px;
}
.archive .post-summary.post-summary--primary .author_info {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
}
.archive .post-summary.post-summary--primary .author_info img {
  border-radius: 50%;
}
.archive .entry-category {
  color: var(--WCAG-Green, #547C2D);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 30px 0 10px;
}
.archive .archive-pagination.pagination {
  margin: 80px 0 150px;
}

section.archive_template_recommended_post {
  padding: 89px 24px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  section.archive_template_recommended_post {
    max-width: 80%;
  }
}
section.archive_template_recommended_post .archive_template_recommended_post_header_title {
  color: #625089;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop {
  gap: 60px 20px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  section.archive_template_recommended_post .archive_template_recommended_post_loop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item .date {
  color: var(--WCAG-Green, #547C2D);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item {
  text-decoration: none;
}
section.archive_template_recommended_post img {
  width: 100%;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item figure {
  max-width: 100%;
  position: relative;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item figure .categories {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: #82BC46;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 0 10px 0 10px;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item figure img {
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 0 26px;
  max-width: 100%;
  aspect-ratio: auto;
}
section.archive_template_recommended_post .archive_template_recommended_post_loop_item .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
section.archive_template_recommended_post .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.archive_template_recommended_post .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

section.archive_cta {
  background: #625089;
}
section.archive_cta .archive_cta_container {
  display: grid;
}
@media (min-width: 769px) {
  section.archive_cta .archive_cta_container {
    grid-template-columns: 0.7fr 1fr;
  }
}
section.archive_cta .archive_cta_container .wpforms-field-label {
  color: #FFF;
}
section.archive_cta .archive_cta_container .wpforms-form input {
  border-radius: 4px;
  background: #FFF;
}
section.archive_cta .archive_cta_container .wpforms-container .wpforms-form button[type=submit].wpforms-submit {
  border-radius: 4px;
}
section.archive_cta .archive_cta_container .wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover {
  color: #fff;
  background: transparent;
}
section.archive_cta .archive_cta_container_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.archive_cta .archive_cta_container_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
}
@media (min-width: 769px) {
  section.archive_cta .archive_cta_container_copy {
    padding: 80px;
  }
}
section.archive_cta .archive_cta_container_figure {
  position: relative;
  display: flex;
}
section.archive_cta .archive_cta_container_copy .title {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}
section.archive_cta .archive_cta_container_copy .copy {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin: 0 0 20px;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input:not([type=checkbox]):not([type=radio]):not([type=image]),
select,
textarea {
  background: #EEEEEE;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

input[type=checkbox] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}

.search .site-content,
.blog .site-content {
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .search .site-content,
.blog .site-content {
    width: 80%;
  }
}

.single-product p.price {
  font-size: 1.5em !important;
}
.single-product .yith-wcwl-add-button a.add_to_wishlist {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.single-product .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .single-product .yith-wcwl-add-to-wishlist .add_to_wishlist img {
  width: 18px;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 14px;
  font-weight: 500;
}
.single-product .site-main {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .single-product .site-main {
    width: 80%;
  }
}
.single-product .woocommerce-breadcrumb, .single-product .woocommerce-breadcrumb a {
  font-size: 14px;
  color: #767676;
  font-weight: 500;
}
.single-product .product {
  margin-top: 20px;
}
.single-product .product .product_title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
.single-product .product_meta {
  border: solid #dadada;
  border-width: 1px 0 0;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
}
.single-product .product_meta a {
  color: #e4862b;
}
.single-product .product_meta .sku_wrapper:after {
  content: " / ";
}
.single-product h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.single-product h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.single-product .woocommerce-tabs {
  border: 1px solid #d9d9d9;
}
.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li {
  background-color: #f4f4f4 !important;
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  font-size: 600;
  padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
  padding: 4px 30px !important;
  line-height: 22px;
  outline: none;
}
.single-product .woocommerce-tabs ul.tabs li::before, .single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product .woocommerce-tabs ul.tabs li.active {
  background-color: #fff !important;
  border-right: 1px solid #d9d9d9 !important;
  border-left: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}
.single-product .woocommerce-tabs .panel {
  padding: 24px 40px !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
.single-product .woocommerce-tabs .panel p {
  font-size: 14px;
  font-weight: 500;
}
.single-product .woocommerce-tabs .panel h1 {
  font-size: 30px;
}
.single-product .woocommerce-tabs .panel h2 {
  font-size: 26px;
}
.single-product .woocommerce-tabs .panel h3 {
  font-size: 23px;
}
.single-product .woocommerce-tabs .panel h4, .single-product .woocommerce-tabs .panel h5, .single-product .woocommerce-tabs .panel h6 {
  font-size: 20px;
}
.single-product .woocommerce-tabs .panel h1, .single-product .woocommerce-tabs .panel h2, .single-product .woocommerce-tabs .panel h3, .single-product .woocommerce-tabs .panel h4, .single-product .woocommerce-tabs .panel h5, .single-product .woocommerce-tabs .panel h6 {
  margin-bottom: 5px;
}
.single-product .woocommerce-tabs ul.tabs {
  background-color: #f4f4f4;
}
.single-product .product-footer-col {
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.single-product .product-footer-col .add_to_cart_button {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-product .product-footer-col {
    grid-template-columns: 1fr;
  }
  .single-product .product-footer-col .woocommerce-tabs ul.tabs {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
  .single-product .product-footer-col .woocommerce-tabs ul.tabs li {
    width: 100%;
    padding: 10px !important;
    margin: 0 !important;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
  }
}

.entry-content > *,
.block-area > * {
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.entry-content > *.alignwide, .entry-content > *.alignfull,
.block-area > *.alignwide,
.block-area > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > * .alignleft,
.entry-content > * .alignright,
.block-area > * .alignleft,
.block-area > * .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide {
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content > *.alignwide.wp-block-group, .entry-content > *.alignwide.has-background,
.block-area > *.alignwide.wp-block-group,
.block-area > *.alignwide.has-background {
    max-width: 1200px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .content .entry-content > *.alignwide,
.content .block-area > *.alignwide {
    margin-left: -216px;
    margin-right: -216px;
  }
  .content .entry-content > *.alignwide.wp-block-group, .content .entry-content > *.alignwide.has-background,
.content .block-area > *.alignwide.wp-block-group,
.content .block-area > *.alignwide.has-background {
    margin-left: -232px;
    margin-right: -232px;
  }
}
.content-sidebar .entry-content > *.alignwide, .content-sidebar .entry-content > *.alignfull, .sidebar-content .entry-content > *.alignwide, .sidebar-content .entry-content > *.alignfull,
.content-sidebar .block-area > *.alignwide,
.content-sidebar .block-area > *.alignfull,
.sidebar-content .block-area > *.alignwide,
.sidebar-content .block-area > *.alignfull {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 24px);
  margin-bottom: calc(2 * 24px);
}

.entry-content > .alignfull:last-child {
  margin-bottom: -40px;
}

/* Entry Meta
--------------------------------------------- */
/* Single Post
--------------------------------------------- */
/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(86%) sepia(41%) saturate(3750%) hue-rotate(351deg) brightness(107%) contrast(104%);
}

.entry-comments .comments-title {
  color: #625089;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.entry-comments .comment-block {
  width: 100%;
}
.entry-comments .comment img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.entry-comments .img-thumbnail {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  list-style: none;
}
.entry-comments article {
  padding: 16px 0;
  position: relative;
}
.entry-comments .comment:nth-last-child(1) {
  border: none;
}
.entry-comments .author-info {
  display: flex;
  flex-direction: column;
}
.entry-comments .comment-text {
  margin: 20px 0 45px;
}
.entry-comments .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.entry-comments .comment-author b {
  font-weight: inherit;
}
.entry-comments .comment-author a {
  color: #737373;
  text-decoration: none;
}
.entry-comments .comment-author a:hover {
  color: #263473;
}
.entry-comments .comment-author .says {
  display: none;
}
.entry-comments .comment-metadata {
  display: flex;
  gap: 20px;
}
.entry-comments .comment-meta {
  vertical-align: middle;
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.entry-comments .comment-meta a {
  text-decoration: none;
}
.entry-comments .comment-meta a:hover {
  color: #263473;
}
.entry-comments .comment-content {
  margin: 30px 0 0;
  color: black;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.entry-comments .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment.depth-1 {
  margin-top: 45px;
  border-top: 1px solid #D9D9D9;
  padding-top: 45px;
}
.entry-comments .comment.has-children {
  border: none;
}
.entry-comments .children {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 1px solid #D9D9D9;
  list-style: none;
}
@media (min-width: 769px) {
  .entry-comments .children {
    padding-left: 40px;
    margin: 30px 0;
    margin-left: 40px;
  }
}

.nav-links {
  font-size: 16px;
  margin-bottom: 30px;
}
.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0 90px;
  }
}
.comment-respond #reply-title {
  color: #625089;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
}
.comment-respond .form-submit {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.comment-respond .comment-form-author {
  max-width: 50%;
  padding-right: 10px;
}
.comment-respond .comment-form-email {
  max-width: 50%;
  padding-left: 10px;
}
.comment-respond #commentform > p {
  width: 100%;
}

/* Single Institutianal Contact
--------------------------------------------- */
.contact-hero {
  background: #625089;
}
@media (min-width: 769px) {
  .contact-hero.hero-author .contact-hero-container {
    grid-template-columns: 360px 1fr;
  }
}
.contact-hero-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 106px 24px 70px;
  max-width: 1168px;
  margin: 0 auto;
  gap: 60px 116px;
}
@media (min-width: 769px) {
  .contact-hero-container {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-hero-container__content .entry-title {
  color: white;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .contact-hero-container__content .entry-title {
    font-size: 45px;
    line-height: 55px;
  }
}
.contact-hero-container__content .info_link {
  display: flex;
  margin: 20px 0 0;
}
.contact-hero-container__content .info {
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}
.contact-hero .contact-hero-container__image {
  position: relative;
  min-height: 154px;
  max-width: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .contact-hero .contact-hero-container__image {
    order: 2;
    min-height: 50vw;
  }
}
.contact-hero .contact-hero-container__image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}
/* slp-contact-info
--------------------------------------------- */
.slp-contact-info {
  max-width: 1168px;
  margin: 0px auto 0;
  padding: 0 24px 160px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 116px;
}
@media (min-width: 769px) {
  .slp-contact-info {
    grid-template-columns: 1fr 1fr;
  }
}
.slp-contact-info.author-info {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .slp-contact-info.author-info {
    grid-template-columns: 360px 1fr;
  }
}
@media (min-width: 769px) {
  .slp-contact-info.author-info .slp-contact-info-details {
    padding: 170px 0 0;
  }
}
.slp-contact-info a.detail_link {
  color: var(--WCAG-Green, #547C2D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.slp-contact-info .detail_link_content {
  margin: 10px 0 10px;
}
.slp-contact-info .press-company {
  margin-left: 5px;
}
.slp-contact-info .detail_end_link .link {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.slp-contact-info .detail_end_link .link:hover {
  text-decoration: underline;
  color: var(--WCAG-Green, #547C2D);
}
.slp-contact-info .detail_link:hover {
  color: black;
  text-decoration: none;
}
.slp-contact-info ul.author_socials {
  display: flex;
  margin: 0 0 60px;
  list-style: none;
  gap: 20px;
}
.slp-contact-info ul.author_socials a {
  display: flex;
  width: 40px;
  height: 40px;
  background: var(--Green, #82BC46);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.slp-contact-info ul.author_socials a svg {
  width: 100%;
  height: 100%;
}
.slp-contact-info-details {
  padding: 150px 0 0;
  margin-bottom: 20px;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 769px) {
  .slp-contact-info-details {
    padding: 270px 0 0;
  }
}
.slp-contact-info-details p {
  margin: 0;
}
.slp-contact-info-details .detail {
  margin-bottom: 30px;
}
.slp-contact-info-details .title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 5px;
}
.slp-contact-info-loop {
  padding: 72px 0 0;
}
.slp-contact-info-loop h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 125% */
}

.author_recommended_posts {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 100px;
}
.author_recommended_posts .category {
  color: var(--WCAG-Green, #547C2D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  margin: 0 0 10px;
}
.author_recommended_posts .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}
.author_recommended_posts .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.author_recommended_posts span.author_recommended_posts_content_post-data img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.author_recommended_posts .author_recommended_posts_content_post-inf__link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.author_recommended_posts a.author_recommended_posts_content_post {
  text-decoration: none;
}
.author_recommended_posts h2.author_recommended_posts_title {
  color: var(--Purple, #625089);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
}
.author_recommended_posts .author_recommended_posts_loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px) {
  .author_recommended_posts .author_recommended_posts_loop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.author_recommended_posts a.author_recommended_posts_content_post {
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.author_recommended_posts .author_recommended_posts_content {
  border: 1px solid #A1A5A5;
  border-radius: 10px;
  padding: 30px 35px;
}

.author_latest_from {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
}
.author_latest_from a.post_link img {
  display: flex;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}
.author_latest_from h2.post_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  margin: 0;
  min-height: 90px;
}
.author_latest_from a.post_link {
  text-decoration: none;
}
.author_latest_from .featured-image {
  margin: 0 0 30px;
  min-height: 240px;
}
.author_latest_from h2.author_latest_from_title {
  color: var(--Purple, #625089);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.author_latest_from .loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 20px;
}
@media (min-width: 769px) {
  .author_latest_from .loop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.author_latest_from .loop .post {
  border-bottom: 1px solid #eee;
}
.author_latest_from .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 0 120px;
  padding: 0;
  text-align: unset;
  gap: 15px;
}
.author_latest_from .pagination a {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  border-bottom: 2px solid #fff;
}
.author_latest_from span.page-numbers.current {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border-bottom: 2px solid #82BC46;
}
.author_latest_from a.next.page-numbers {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  line-height: 70px; /* 466.667% */
  margin-left: 10px;
}
.author_latest_from a.prev.page-numbers {
  color: #000;
  text-align: center;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 466.667% */
  margin-right: 10px;
}

/*  Inner Page Hero
--------------------------------------------- */
.inner-hero {
  background-color: #263473;
  padding: 60px 0;
  position: relative;
  grid-column-start: 1;
  grid-column-end: 13;
}
@media (min-width: 769px) {
  .inner-hero {
    padding: 86px 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.inner-hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #263473 0%, #263473 35%, rgba(98, 80, 137, 0) 100%);
  z-index: 1;
}
.inner-hero.inner-hero-center-text {
  text-align: center;
}
.inner-hero.inner-hero-center-text .inner-hero-container {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-hero.inner-hero-center-text .inner-hero-container .subtitle {
  max-width: 100%;
}
@media (min-width: 769px) {
  .inner-hero.inner-hero-small {
    padding: 20px 0 40px;
  }
}
@media (min-width: 769px) {
  .inner-hero.inner-hero-medium {
    padding: 50px 0 100px;
  }
}
@media (min-width: 769px) {
  .inner-hero.inner-hero-large {
    padding: 100px 0 150px;
  }
}
.inner-hero #breadcrumbs_top {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.inner-hero #breadcrumbs_top a {
  color: inherit;
  font-size: inherit;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.inner-hero .sub_heading {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 15px;
}
.inner-hero .hero_image {
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner-hero .hero_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  max-width: 70%;
}
.inner-hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1024px) {
  .inner-hero-container {
    width: 80%;
  }
}
.inner-hero-container > * {
  position: relative;
  z-index: 12;
}
.inner-hero-container .title {
  color: white;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 18px;
  font-size: 35px;
  line-height: 40px;
  min-width: 100%;
}
@media (min-width: 769px) {
  .inner-hero-container .title {
    line-height: 70px;
    font-size: 70px;
    min-width: unset;
  }
}
.inner-hero-container .subtitle {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 550px;
  display: flex;
}
.inner-hero-container .link {
  display: flex;
  margin: 20px 0 0;
}
.inner-hero .entry-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.inner-hero .entry-author .avatar {
  border-radius: 50%;
}
.inner-hero .entry-author .entry-info {
  display: grid;
  align-items: center;
}
.inner-hero .entry-author span.entry-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: white;
}
.inner-hero .entry-author span.entry-info a {
  color: inherit;
}

/* site-main-article-content
--------------------------------------------- */
.site-main-article-content .site-main-article__author-data {
  margin-bottom: 64px;
  display: flex;
  gap: 20px 60px;
}
@media (max-width: 767px) {
  .site-main-article-content .site-main-article__author-data {
    flex-direction: column;
  }
}
.site-main-article-content .entry-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.site-main-article-content .entry-author .avatar {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.site-main-article-content .entry-author .entry-info {
  display: grid;
  align-items: center;
}
.site-main-article-content .entry-author span.entry-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.site-main-article-content .entry-author span.entry-info a {
  color: inherit;
}
.site-main-article-content .hero_featured_image {
  position: relative;
  display: flex;
  min-height: 100px;
  max-width: 750px;
  max-height: 400px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.site-main-article-content .hero_featured_image img {
  width: 100%;
  z-index: 10;
  border-radius: 10px;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.site-main-article-content .hero_featured_image .hero_featured_image_data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 500% */
  padding: 25px 20px;
  z-index: 15;
}
.site-main-article-content .hero_featured_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.62%, rgba(0, 0, 0, 0.8) 91.5%);
  background-blend-mode: multiply;
  z-index: 10;
}
.site-main-article-content .reviewed_author {
  display: flex;
  gap: 20px;
  align-items: center;
}
.site-main-article-content .reviewed_author img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.site-main-article-content .author_info {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

/* site-main-article__author-data-editorial_statement
--------------------------------------------- */
.site-main-article__author-data-editorial_statement {
  background: var(--Light-Gray, #F7F7F7);
  padding: 30px 40px;
  margin: 0 0 64px;
}
.site-main-article__author-data-editorial_statement-container__title h2 {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 10px;
}
.site-main-article__author-data-editorial_statement-container__copy {
  color: black;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.site-main-article__author-data-editorial_statement-container__copy p {
  margin: 0;
}
.site-main-article__author-data-editorial_statement-container__copy a {
  color: var(--WCAG-Green, #547C2D);
}
.site-main-article__author-data-editorial_statement-container__copy .btn-style-link {
  padding: 0;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  text-decoration: underline;
  color: var(--WCAG-Green, #547C2D);
  cursor: pointer;
}
.site-main-article__author-data-editorial_statement-container__copy .btn-style-link:hover {
  text-decoration: none;
}

/* header_editorial_statement
--------------------------------------------- */
.header_editorial_statement {
  position: relative;
  margin-bottom: 93px;
  grid-column-start: 1;
  grid-column-end: 13;
  background: var(--Light-Gray, #F7F7F7);
}
.header_editorial_statement-container {
  max-width: 930px;
  margin: 0 auto;
  padding: 30px 24px;
  display: grid;
  position: relative;
  align-items: center;
  gap: 20px 130px;
}
@media (min-width: 769px) {
  .header_editorial_statement-container {
    grid-template-columns: auto auto;
  }
}
.header_editorial_statement-container__title {
  position: relative;
  max-width: 171px;
}
.header_editorial_statement-container__title h2 {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.header_editorial_statement-container__copy {
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header_editorial_statement-container__copy p {
  margin: 0;
}
.header_editorial_statement-container__copy a {
  color: var(--WCAG-Green, #547C2D);
}
.header_editorial_statement-container__copy .btn-style-link {
  padding: 0;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: inherit;
  text-decoration: underline;
  color: var(--WCAG-Green, #547C2D);
  cursor: pointer;
}
.header_editorial_statement-container__copy .btn-style-link:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .header_editorial_statement-container__title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 65px);
    width: 1px;
    height: 52px;
    transform: translate(0%, -50%);
    background: #D9D9D9;
  }
}

/* Refinance Lender Section
--------------------------------------------- */
section.refinance_lender_section {
  margin: 0 0 117px 0;
}
section.refinance_lender_section .lender_info table {
  width: 100%;
}
section.refinance_lender_section .lender_info tr {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  margin: 27px 0;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 27px;
}
@media (min-width: 769px) {
  section.refinance_lender_section .lender_info tr {
    grid-template-columns: 1fr 1.2fr 1fr;
  }
}
section.refinance_lender_section .header {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  section.refinance_lender_section .header {
    display: none !important;
  }
}
section.refinance_lender_section tr th {
  font-size: 14px;
}
section.refinance_lender_section tr .td_content {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  max-width: 320px;
  margin: 0 auto;
}
section.refinance_lender_section tr .td_title {
  color: #625089;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 114.286% */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
}
section.refinance_lender_section tr .td_title sup {
  top: 0;
  font-size: 0.3em;
}
section.refinance_lender_section tr .td_text {
  color: black;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
section.refinance_lender_section .td_content img {
  max-width: 170px;
}
section.refinance_lender_section button.btn-text {
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-decoration-line: underline;
  -webkit-appearance: none;
  background: transparent;
  border: none;
}
section.refinance_lender_section tr.hidden-tr {
  opacity: 0;
  visibility: hidden;
  display: none;
}
section.refinance_lender_section td td {
  width: 50%;
}
section.refinance_lender_section .lender_info tbody {
  display: grid;
  width: 100%;
}
section.refinance_lender_section header .title {
  color: #625089;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 46px;
  text-align: center;
}

/* Single Post Question
--------------------------------------------- */
.single_post_questionnaire {
  border-radius: 10px;
  background: var(--Purple, #625089);
  box-shadow: 0px 17px 27px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 24px;
  margin: 0 0 110px;
}
@media (min-width: 769px) {
  .single_post_questionnaire {
    padding: 80px 95px;
  }
}
@media (max-width: 767px) {
  .single_post_questionnaire {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 60px;
  }
}
.single_post_questionnaire__title h2 {
  color: white;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.single_post_questionnaire__text {
  color: var(--White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}
.single_post_questionnaire__icon {
  display: flex;
  margin-bottom: 30px;
}

/* Article Footer
--------------------------------------------- */
.article_footer_data {
  background: var(--Light-Gray, #F7F7F7);
  padding: 55px 30px;
  margin-bottom: 71px;
}
.article_footer_data_author_entry-author_titles {
  display: flex;
  gap: 20px;
  align-items: center;
}
.article_footer_data_author_reviewed_author.editedby {
  margin: 60px 0 0;
}
.article_footer_data_author_entry-author_titles img.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.article_footer_data .author_name {
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 388.889% */
}
.article_footer_data .author_socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.article_footer_data .author_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
.article_footer_data_author_entry-data {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.article_footer_data_author_entry-info {
  margin: 20px 0 20px;
  display: flex;
  flex-direction: column;
}
.article_footer_data_author_entry-inf__link {
  margin: 20px 0 0;
}
.article_footer_data_author_entry-inf__link a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  text-decoration: unset;
  display: flex;
  gap: 20px;
  align-items: center;
}
.article_footer_data_author_reviewed_author {
  border-top: 1px solid #D9D9D9;
  padding-top: 55px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.article_footer_data_author_reviewed_author span.name {
  text-decoration: underline;
}
.article_footer_data_author_reviewed_author img.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.article_footer_data_author_author_info {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.article_footer_data_author_socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.article_footer_data_author_socials li {
  list-style: none;
}

/* Sidebar
--------------------------------------------- */
.sidebar_container {
  position: relative;
  margin-top: -60px;
  margin-bottom: 40px;
  z-index: 1;
  grid-column-start: 10;
  grid-column-end: 13;
}
@media (max-width: 767px) {
  .sidebar_container {
    display: none;
  }
}
.sidebar_container .sidebar_social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar_container .sidebar_social .shared-counts-wrap {
  display: flex;
  gap: 18px;
}
.sidebar_container .sidebar_social > span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}
.sidebar_container .sidebar_social svg {
  fill: black;
}
.sidebar_container .sidebar_social .shared-counts-icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: #82BC46;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 5px;
}
.sidebar_container .sidebar_social .shared-counts-label {
  display: none;
}
.sidebar_container .toc_content_load_point_sidebar__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.sidebar_container .toc_content_load_point_sidebar {
  margin: 60px 0 0;
  position: sticky;
  top: 60px;
}
.sidebar_container .toc_content_load_point ul {
  margin: 27px 0 42px;
  padding: 0;
  list-style: none;
}
.sidebar_container .toc_content_load_point li.active > a {
  font-weight: bold;
}
.sidebar_container .toc_content_load_point a {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}
.sidebar_container .toc_content_load_point a:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -12px;
  width: 2px;
  height: 17px;
  background: var(--WCAG-Green, #547C2D);
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

.single_related_posts {
  padding: 80px 0 100px;
  border-top: 1px solid #D9D9D9;
  margin: 80px 0 0;
}
.single_related_posts_container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
}
.single_related_posts_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}
.single_related_posts_header .title {
  color: #625089;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .single_related_posts_header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.single_related_posts_loop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 769px) {
  .single_related_posts_loop {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.single_related_posts_loop_item {
  text-decoration: none;
}
.single_related_posts_loop_item:hover .single_related_posts_loop_item_title {
  text-decoration: underline;
}
.single_related_posts_loop_item_image {
  margin: 0 0 32px;
}
.single_related_posts_loop_item_image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.single_related_posts_loop_item_info {
  display: grid;
  grid-template-columns: 38px auto;
  gap: 10px;
}
.single_related_posts_loop_item_info_profile_image img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.single_related_posts_loop_item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
}
.single_related_posts_loop_item_title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.archive_featured_post {
  position: relative;
  z-index: 10;
}
.archive_featured_post_container {
  max-width: 1168px;
  margin: -80px auto 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 15px 27px rgba(161, 165, 165, 0.25);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.archive_featured_post_container_text {
  padding: 110px 90px;
}
.archive_featured_post_container_text_date {
  color: var(--WCAG-Green, #547C2D);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
}
.archive_featured_post_container_text_title {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.archive_featured_post_container_text_author .title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}

article.type-post {
  margin-bottom: 117px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #e4862b;
  font-weight: 500;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  color: #e4862b !important;
  border: 2px solid #e4862b;
  background-color: transparent !important;
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em 0.3em 1em !important;
}

.woocommerce .button[disabled] {
  color: rgb(56, 56, 56) !important;
  border: 2px solid rgb(56, 56, 56) !important;
}
.woocommerce .button:not([disabled]):after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%232ea3f2' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  margin-left: 10px;
  display: inline-block;
  opacity: 0;
  width: 0px;
  transition: all 0.2s;
}
.woocommerce .button:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #2ea3f2 !important;
  border: 2px solid transparent;
}
.woocommerce .button:not([disabled]):hover:after {
  opacity: 1;
  display: inline-block;
  width: 10px;
}
.woocommerce .button:not([disabled]).checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.woocommerce .button:not([disabled]).checkout-button:hover {
  color: #fff !important;
  background-color: #e4862b !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-color: #eee;
}

.woocommerce-account h2 {
  color: #383838;
  font-size: 26px;
  font-weight: 700;
}
.woocommerce-account label {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-account p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
}
.woocommerce-account a {
  color: #e4862b;
}
.woocommerce-account .woocommerce-form {
  height: 350px;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-form {
    height: auto;
  }
}

.woocommerce-cart .button {
  border-width: 2px;
}
.woocommerce-cart table .product-name a {
  color: #e5862c;
}

.woocommerce a.remove {
  color: red !important;
}

.woocommerce a.remove:hover {
  background-color: red !important;
}

.add_to_wishlist {
  color: #e4862b;
}
.add_to_wishlist svg {
  fill: #e4862b;
  stroke: none;
}
.add_to_wishlist:hover {
  color: #e4862b;
}
.add_to_wishlist:hover svg {
  fill: #e4862b;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  align-items: flex-start;
}

.yith-wcwl-icon {
  display: flex;
  align-items: center;
}

.woocommerce {
  /* Rounded sliders */
  /* Logo files tab */
}
.woocommerce table td, .woocommerce table th {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2 {
  color: #383838;
}
.woocommerce.search .site-content {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 50px auto 0 auto;
  gap: 40px;
}
@media (max-width: 1400px) {
  .woocommerce.search .site-content {
    width: 80%;
  }
}
.woocommerce.search .site-content .content-area {
  flex: 3;
}
.woocommerce.search .site-content .widget-area {
  flex: 1;
}
@media (max-width: 1024px) {
  .woocommerce.search .site-content {
    flex-direction: column;
  }
  .woocommerce.search .site-content .content-area {
    width: 100%;
  }
  .woocommerce.search .site-content .widget-area {
    width: 100%;
  }
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 30px;
}
.woocommerce ul.products li.product .onsale {
  background-color: #2e3347;
  color: white;
  padding: 5px 10px;
  line-height: 1;
  min-height: auto;
  margin: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 10px;
  margin: 0;
  right: auto;
  top: 10px;
  padding: 6px 18px;
  line-height: 26px;
}
.woocommerce .woocommerce-products-header__title {
  font-size: 24px;
  font-weight: 500;
}
.woocommerce .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
.woocommerce .add_to_cart_button {
  font-size: 14px !important;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-ordering {
    float: none;
  }
}
.woocommerce .woocommerce-ordering select {
  height: 30px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #F5F5F5;
  border: none;
}
.woocommerce .woocommerce-ordering select option:hover,
.woocommerce .woocommerce-ordering select option:checked,
.woocommerce .woocommerce-ordering select option:focus {
  background-color: #EEEEEE;
}
.woocommerce .wpf_slider.ui-slider .ui-widget-header {
  background: #e4862b;
}
.woocommerce .wpf_slider.ui-slider .ui-slider-handle {
  top: -0.6em;
}
.woocommerce .wpf_item .wpf_item_name {
  border: none;
}
.woocommerce .wpf_item input[type=text] {
  background: #fff;
  border: 1px solid #EEEEEE;
}
.woocommerce .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transform: scale(0.7);
}
.woocommerce .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woocommerce .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woocommerce input:checked + .slider {
  background-color: #e4862b;
}
.woocommerce input:focus + .slider {
  box-shadow: 0 0 1px #e4862b;
}
.woocommerce input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.woocommerce .slider.round {
  border-radius: 34px;
}
.woocommerce .slider.round:before {
  border-radius: 50%;
}
.woocommerce .wpf_slider.ui-slider {
  height: 5px !important;
}
.woocommerce .wpf_slider.ui-slider .ui-slider-handle {
  height: 1.5em !important;
  width: 1.5em !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  padding: 18px 0;
  border-bottom: 1px solid #cbcbcb;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link > a {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 5% 0 0;
    width: 27% !important;
    margin-right: 5%;
    border-right: 1px solid #cbcbcb;
  }
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
}
.woocommerce .dashboard-endpoints {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.woocommerce .dashboard-endpoints .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
}
.woocommerce .dashboard-endpoints .card:hover {
  background-color: #f9f9f9;
}
.woocommerce .dashboard-endpoints .card i {
  font-size: 2em;
  margin-bottom: 10px;
}
.woocommerce .dashboard-endpoints .card label {
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-account .address_book header {
  border-bottom: none;
  margin-bottom: 1em;
  margin-top: 2em;
}
.woocommerce .logo-action-btns {
  display: flex;
  gap: 10px;
}
.woocommerce .primary-logo-btn.disabled {
  background: #ccc;
  cursor: not-allowed;
}
.woocommerce .primary-logo-btn,
.woocommerce .upload-logo-btn,
.woocommerce .download-logo-btn,
.woocommerce .trash-logo-btn {
  background: #E4862B;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}
.woocommerce .trash-logo-btn {
  background: #FF0000;
}
.woocommerce .upload-logo-form {
  margin-top: 30px;
}
.woocommerce .file-upload {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}
.woocommerce .file-upload .file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.woocommerce .file-upload .file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.woocommerce .file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.woocommerce .file-upload .file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.woocommerce .file-upload .file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.woocommerce .file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.woocommerce .file-upload.active .file-select .file-select-button {
  background: #3fa46a;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.woocommerce .file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce .file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.woocommerce .file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.woocommerce .file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.woocommerce .file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.woocommerce .logo-files {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce .logo-files li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.woocommerce .logo-files li:nth-child(odd) {
  background: #F5F5F5;
}
.woocommerce .gform_button {
  font-size: 20px;
  font-weight: 500 !important;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background: transparent;
  position: relative;
  border: 2px solid #e4862b;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #e4862b;
  cursor: pointer;
}

.cart-collaterals h2 {
  font-weight: bold;
  font-size: 26px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce ul#shipping_method li input {
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}

.delivery-timeframe {
  margin-left: 20px;
  margin-bottom: 20px;
}

.woocommerce fieldset {
  margin-bottom: 20px;
}

.gform_button.button {
  color: rgb(229, 134, 44) !important;
  border: 3px solid rgb(229, 134, 44) !important;
  padding: 6px 20px !important;
  font-size: 20px !important;
}

.gsection_title {
  font-size: 22px;
}

.widget_filter_by_brand .widget-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.wp-block-woocommerce-filter-wrapper .wp-block-heading {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper,
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input-wrapper:before {
  color: #e4862b;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  border: 1px solid #d3d3d3;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  border: 1px solid black;
  background: #fff;
}
.wp-block-woocommerce-filter-wrapper .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  background-color: #fff;
  max-width: 100px;
}

.wp-block-search__input {
  background-color: #fff !important;
  padding: 0.7em 0.5em !important;
  font-size: 14px !important;
  border: 1px solid #bbb !important;
}

.wp-block-search__label {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.8em !important;
  display: block;
}

.archive .widget-area .widget {
  margin-bottom: 20px;
}

.pwb-filter-products ul {
  list-style: none;
}
.pwb-filter-products ul input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-appearance: none;
  transition: 0.05s border-color ease-in-out;
  font-size: 16px;
  outline: none;
  border-radius: 8px;
}
.pwb-filter-products ul input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml,%3Csvg class='wc-block-components-checkbox__mark' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
}
.pwb-filter-products ul li {
  margin-bottom: 0;
}

.filter-by-category__checkbox input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-appearance: none;
  transition: 0.05s border-color ease-in-out;
  font-size: 16px;
  outline: none;
  border-radius: 8px;
}
.filter-by-category__checkbox input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml,%3Csvg class='wc-block-components-checkbox__mark' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
}

.archive .wc-block-components-checkbox {
  margin-top: 0;
}
.archive .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-appearance: none;
  transition: 0.05s border-color ease-in-out;
  font-size: 16px;
  outline: none;
  border-radius: 8px;
}
.archive .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml,%3Csvg class='wc-block-components-checkbox__mark' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
}
.archive .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}

.filter-by-category__reset,
.pwb-remove-filter,
.widget .wc-block-active-filters__clear-all,
.widget .wc-block-components-filter-reset-button,
.filter-by-category__submit,
.pwb-apply-filter {
  background-color: #e4862b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  text-transform: capitalize;
  margin-top: 5px;
  text-decoration: none;
}
.filter-by-category__reset:hover,
.pwb-remove-filter:hover,
.widget .wc-block-active-filters__clear-all:hover,
.widget .wc-block-components-filter-reset-button:hover,
.filter-by-category__submit:hover,
.pwb-apply-filter:hover {
  color: #fff;
  background-color: #c36d19;
}

.filter-by-category__checkboxes ul {
  list-style: none;
}

.load-more {
  background: transparent;
  color: #e5862c;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: 30.75%;
    margin-right: 2.5%;
  }
}
.woocommerce-info {
  border-color: #e5862c;
}

.woocommerce-info::before {
  color: #e5862c;
}

.woocommerce nav.woocommerce-pagination ul li {
  font-size: 14px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #e5862c;
}

.site-content {
  min-height: 100vh;
}

.term-logo-shop .term-description,
.term-logo-shop .woocommerce-products-header__title.page-title {
  display: none !important;
}

.variations th {
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .woocommerce .quantity .qty {
    padding: 5px;
    width: 32px;
  }
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td.actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.woocommerce .woocommerce-customer-details address {
  min-height: 200px;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-customer-details address {
    min-height: auto;
  }
}

.woocommerce-order-received h2 {
  font-size: 24px;
  font-weight: 700;
}

.wpcss-products {
  border-collapse: collapse;
  width: 100%;
}
.wpcss-products .product-thumbnail img {
  width: 64px;
}
.wpcss-products tr th {
  text-align: left;
}
.wpcss-products tr th,
.wpcss-products tr td {
  font-size: 14px;
  padding: 0.857em 0.587em;
  border: 1px solid #eee;
  font-weight: 500;
}
.wpcss-products tr th a,
.wpcss-products tr td a {
  color: #e5862c;
}
.wpcss-products .wpcss-add-all,
.wpcss-products .wpcss-add-selected {
  color: #e5862c;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background: transparent;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.woocommerce ul.products {
  display: grid;
  overflow-wrap: anywhere;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  border-bottom: 3px solid #ccc;
  padding: 24px;
  border-right: 3px solid #ccc;
}
.woocommerce ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.woocommerce ul.products.columns-1 li.product:nth-of-type(1n) {
  border-right: none;
}
.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce ul.products.columns-2 li.product:nth-of-type(2n) {
  border-right: none;
}
.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce ul.products.columns-3 li.product:nth-of-type(3n) {
  border-right: none;
}
.woocommerce ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce ul.products.columns-4 li.product:nth-of-type(4n) {
  border-right: none;
}
.woocommerce ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.woocommerce ul.products.columns-5 li.product:nth-of-type(5n) {
  border-right: none;
}
.woocommerce ul.products.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.woocommerce ul.products.columns-6 li.product:nth-of-type(6n) {
  border-right: none;
}
@media (max-width: 991px) {
  .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    border-right: 3px solid #ccc !important;
  }
  .woocommerce ul.products.columns-3 li.product:nth-of-type(2n), .woocommerce ul.products.columns-4 li.product:nth-of-type(2n), .woocommerce ul.products.columns-5 li.product:nth-of-type(2n) {
    border-right: none !important;
  }
}

@media (max-width: 992px) {
  .wpcss-products .wpcss-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .wpcss-products .wpcss-actions button {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (max-width: 992px) {
  .wpcss-cart th.product-thumbnail,
.wpcss-cart td.product-thumbnail {
    display: none;
  }
}
.woocommerce-orders-table__cell-order-actions .order-actions-container .order-again {
  margin-top: 10px;
}

.products-filters {
  display: flex;
  width: 1400px;
  gap: 10px;
  margin: 50px auto 0 auto;
}
@media (max-width: 1400px) {
  .products-filters {
    width: 80%;
    flex-direction: column;
  }
  .products-filters .product-filter {
    width: 100%;
  }
}
.products-filters .product-filter {
  position: relative;
}
.products-filters .product-filter .filter-toggle {
  background-color: #fff;
  border: 1px solid #888c8c;
  border-radius: 8px;
  display: flex;
  padding: 10px 15px;
  gap: 10px;
  align-items: center;
  outline-color: #263473;
  cursor: pointer;
}
.products-filters .product-filter .filter-toggle:hover {
  border-color: #e4862b;
  background-color: #f5d3b3;
}
.products-filters .product-filter .filter-toggle.selected {
  border-color: #693a0d;
  background-color: #f5d3b3;
}
.products-filters .product-filter .filter-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.products-filters .product-filter .product-filter-dropdown {
  position: absolute;
  margin-top: 10px;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
  max-width: 500px;
  min-width: 400px;
  padding: 8px 16px 12px;
}
.products-filters .product-filter .product-filter-dropdown .arrow {
  position: absolute;
  top: -15px;
  left: 50px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  z-index: 1;
}
.products-filters .product-filter .product-filter-dropdown .filter-title {
  font-size: 18px;
  font-weight: bold;
}
.products-filters .product-filter .product-filter-dropdown .filter-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: none;
  outline-color: #263473;
}
.products-filters .product-filter .product-filter-dropdown .filter-option {
  background-color: #fff;
  border: 1px solid #888c8c;
  border-radius: 8px;
  display: flex;
  padding: 10px 15px;
  gap: 10px;
  align-items: center;
  outline-color: #263473;
  cursor: pointer;
}
.products-filters .product-filter .product-filter-dropdown .filter-option:hover {
  border-color: #e4862b;
  background-color: #f5d3b3;
}
.products-filters .product-filter .product-filter-dropdown .filter-option.selected {
  border-color: #693a0d;
  background-color: #f5d3b3;
}
.products-filters .product-filter .product-filter-dropdown .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.products-filters .product-filter .product-filter-dropdown .filter-options li {
  list-style: none;
}
.products-filters .product-filter .product-filter-dropdown .filter-submit {
  background-color: #e4862b;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 10px;
  outline-color: #263473;
  cursor: pointer;
}
.products-filters .product-filter .product-filter-dropdown .filter-submit.loading {
  background-color: #ccc;
  color: #555;
  cursor: not-allowed;
}
.products-filters .product-filter .product-filter-dropdown .filter-submit.loading:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid #e4862b;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.products-filters .product-filter .product-filter-dropdown .filter-clear {
  display: block;
  background: none;
  color: #e4862b;
  border: none;
  margin-top: 10px;
  outline-color: #263473;
  cursor: pointer;
}
.products-filters .product-filter .product-filter-dropdown .see-more {
  display: flex;
  align-items: center;
  background: none;
  color: #e4862b;
  border: none;
  margin-top: 10px;
  outline-color: #263473;
  cursor: pointer;
}
.products-filters .product-filter .product-filter-dropdown .see-more svg {
  fill: #e4862b;
}
.products-filters .product-filter .product-filter-dropdown .see-more.active svg {
  transform: rotate(180deg);
}

#ajax_delete_subaccount.loading {
  background-color: #ccc;
  cursor: not-allowed;
}
#ajax_delete_subaccount.loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid #e4862b;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sfwc_my_account_tab {
  padding-bottom: 0 !important;
}

#reply-title {
  color: black !important;
  font-size: 20px !important;
}

.mailpoet_form_close_icon {
  padding: 0 !important;
  width: auto !important;
}

.woocommerce-Reviews-title,
#review_form #reply-title {
  font-size: 16px !important;
  line-height: 20px !important;
  display: block;
  margin-bottom: 20px !important;
}

.vendor-order-details {
  margin: 50px 0;
}
.vendor-order-details .order-actions {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.vendor-order-details .vendor-order-details__section:not(:last-child) {
  margin-bottom: 50px;
}
.vendor-order-details .vendor-order-details__section h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.vendor-order-details .shop_table {
  text-align: left;
}
.vendor-order-details .shop_table th {
  font-weight: 500;
}
.vendor-order-details .shop_table td {
  font-weight: 400;
}
.vendor-order-details .om-messenger__attach-file {
  color: #e4862b !important;
  border: 2px solid #e4862b;
  background-color: transparent !important;
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em 0.3em 1em !important;
}
.vendor-order-details a.view-order-item {
  border-bottom: 1px solid #ccc;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  padding: 50px 32px;
  background-color: black;
  color: white;
}
.site-footer .footer-social {
  gap: 30px;
}
.site-footer .site-copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .site-copyrights .site-info {
  flex: 1;
}
.site-footer .site-copyrights .footer-menu {
  flex: 3;
}
.site-footer .site-copyrights .copyright-widget {
  flex: 1;
}
.site-footer .site-copyrights .copy {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 27px;
}
.site-footer .site-copyrights ul.menu {
  display: flex;
  gap: 10px;
}
.site-footer .site-copyrights ul.menu li {
  list-style: none;
}
.site-footer .site-copyrights ul.menu li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  .site-footer .site-copyrights {
    flex-direction: column;
    gap: 20px;
  }
  .site-footer .site-copyrights .copy {
    margin-bottom: 0;
  }
}
.site-footer a {
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
}
.site-footer .wrap {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 25px;
}
.site-footer .widget-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}
@media (min-width: 769px) {
  .site-footer .widget-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    padding-bottom: 17px;
  }
  .site-footer .widget-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #82BC46;
    width: 19px;
    height: 2px;
  }
}

.footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .footer-widgets {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer-widgets .footer-widget-area .widget:first-child > .wp-block-heading {
  margin-top: 0;
}

/* Style for the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 52, 115, 0.9);
  z-index: 100;
  padding: 0 24px;
  overflow: auto;
}

.modal-content {
  background-color: #ffffff;
  margin: 87px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 15px 27px 0px rgba(161, 165, 165, 0.25);
  max-width: 1120px;
  width: 100%;
  position: relative;
  padding: 70px 10px;
  overflow: auto;
}
@media (min-width: 769px) {
  .modal-content {
    padding: 70px;
  }
}
.modal-content iframe {
  max-width: 100%;
  width: 100%;
}
.modal-content .modal_copy {
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .modal-content .modal_copy {
    padding: 50px 24px;
  }
}
.modal-content .modal_copy_title {
  color: black;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  margin: 0 0 20px;
}

.close-btn {
  cursor: pointer;
  max-width: 32px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  border: none;
}
.close-btn:hover {
  cursor: pointer;
}

.close-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 768px) {
  [data-toggle] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding: 0 24px;
    overflow: auto;
  }
}
.grid-middle-line {
  position: relative;
}
.grid-middle-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  transform: translate(0%, -50%) rotate(90deg);
  display: flex;
  background: #A1A5A5;
  width: 1px;
  height: 100%;
}
@media (min-width: 769px) {
  .grid-middle-line::after {
    height: 244px;
    transform: translate(0%, -50%);
  }
}

@media (max-width: 767px) {
  .hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.text-decoration-none a {
  text-decoration: none;
}

.link-green a {
  color: #263473;
  font-weight: inherit;
}

.link-wcag-green a {
  color: #e4862b;
  font-weight: inherit;
}

.headline-lines {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .headline-lines {
    margin-bottom: 40px;
  }
}
.headline-lines:after {
  content: close-quote;
  position: absolute;
  top: 50%;
  left: -60px;
  width: 40px;
  background: white;
  height: 2px;
  transform: translate(0%, 60%);
}
.headline-lines:before {
  content: close-quote;
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  background: white;
  height: 2px;
  transform: translate(0%, 50%);
}

.list-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 40px;
}
@media (min-width: 769px) {
  .list-2col {
    grid-template-columns: 1fr 1fr;
  }
}

.color-reverse-content-block ul {
  list-style: none;
}
.color-reverse-content-block li {
  position: relative;
}
.color-reverse-content-block li::before {
  content: "•";
  color: #82BC46;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}
.color-reverse-content-block .link-green a:hover {
  color: white;
}

blockquote.wp-block-quote {
  max-width: 740px;
  margin: 0px auto 10px !important;
  padding: 100px 24px 50px;
  display: grid;
  gap: 27px;
  background: var(--Purple, #625089);
  position: relative;
  margin: 0;
}
blockquote.wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50px);
  background-image: url(../icons/utility/quote-circle.svg);
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 50%;
  background-repeat: no-repeat;
}
blockquote.wp-block-quote p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  display: block;
  max-width: 740px;
}
blockquote.wp-block-quote cite {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  display: block;
}

.blockquote-iframe {
  margin: -90px 0 120px;
  background: #625089;
  padding: 0 24px;
}
.blockquote-iframe iframe {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #fff;
  border-radius: 10px;
  min-height: 35vw;
  position: relative;
  box-shadow: 0px 15px 27px rgba(161, 165, 165, 0.25);
}
.blockquote-iframe figure {
  position: relative;
  bottom: -90px;
}

.facetwp_title_columns {
  gap: 27px;
}

.facetwp_title_columns .facet-reset {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px; /* 100% */
  background: transparent;
  border: none;
  cursor: pointer;
}

.facetwp_title_columns .facetwp-type-dropdown {
  margin: 0;
}

.facetwp_title_columns .facetwp-type-dropdown .facetwp-dropdown {
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  cursor: pointer;
  width: auto;
}

.facet_blogpost_loop {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}

.fwpl-item.facet_blogpost_loop_category {
  position: absolute;
  top: 0;
  right: 0;
  background: #82BC46;
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 500% */
  padding: 5px 10px;
  border-radius: 0 0px 0px 10px;
}

.fwpl-item.facet_blogpost_loop_category a {
  text-decoration: none;
}

.fwpl-item.facet_blogpost_loop_image img {
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.fwpl-item.facet_blogpost_loop_image {
  margin: 0 0 26px;
}

.fwpl-item.facet_blogpost_loop_date {
  color: var(--WCAG-Green, #547C2D);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 500% */
}

.fwpl-item.facet_blogpost_loop_title a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none; /* 133.333% */
  line-height: 24px;
}

.fwpl-item.facet_blogpost_loop_title {
  margin: 0 0 30px;
  min-height: 60px;
}

.fwpl-item.facet_blogpost_loop_author {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 500% */
}

.fwpl-item.facet_blogpost_loop_author {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 500% */
}

.fwpl-layout.el-hkhimk {
  gap: 60px 20px;
}

.facetwp-pager {
  display: flex;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
}

a.facetwp-page {
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 0;
  min-width: 25px;
  margin: 0 5px;
}
a.facetwp-page.prev, a.facetwp-page.next {
  font-weight: 400;
}

a.facetwp-page.prev {
  margin-right: 30px;
}

a.facetwp-page.next {
  margin-left: 30px;
}

.facetwp-page.active {
  font-weight: bold;
  cursor: default;
  border-bottom: 2px solid #82BC46;
}

.remove-top-padding {
  padding-top: 0;
}

.remove-bottom-padding {
  padding-bottom: 0;
}

.left-border {
  position: relative;
}
.left-border:after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 1px;
  height: 100%;
  background: #A1A5A5;
}
@media (max-width: 767px) {
  .left-border:after {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
