/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

main.body-container-wrapper .dnd-section>.row-fluid {
     padding-left:20px;
     padding-right:20px;
}

@media(max-width:1139px){
  main.body-container-wrapper .dnd-section>.row-fluid {
     max-width: 1025px !important;
}
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
 
  .span4.widget-span.widget-type-custom_widget.dnd_areamigration-module-8-vertical-alignment.dnd-module {
    margin-top: 18px;
    margin-bottom: 18px;
}
  
main.body-container-wrapper .dnd-section>.row-fluid {
     max-width: 768px !important;
}
 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
    font-family: 'download';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/download.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/download.eot') format("embedded-opentype"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/download.woff2') format("woff2"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/download.woff') format("woff"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/download.ttf') format("truetype");
}


@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/fa-brands-400.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/fa-brands-400.eot') format("embedded-opentype"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-brands-400.woff2') format("woff2"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-brands-400.woff') format("woff"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-brands-400.ttf') format("truetype");
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/fa-solid-900.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/fa-solid-900.eot') format("embedded-opentype"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-solid-900.woff2') format("woff2"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-solid-900.woff') format("woff"),
         url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/fa-solid-900.ttf') format("truetype");
}


/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Circular-Std-Bold.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Circular-Std-Bold.eot') format('embedded-opentype'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Bold.woff2') format('woff2'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Bold.woff') format('woff'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Circular';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Circular-Std-Medium.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Circular-Std-Medium.eot') format('embedded-opentype'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Medium.woff2') format('woff2'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Medium.woff') format('woff'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Circular-Std-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Futura-Medium.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Futura-Medium.eot') format('embedded-opentype'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Medium.woff2') format('woff2'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Medium.woff') format('woff'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Futura-Bold.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/Futura-Bold.eot') format('embedded-opentype'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Bold.woff2') format('woff2'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Bold.woff') format('woff'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/Futura-Bold.ttf') format('truetype');
}

@font-face {
    font-family: eicons;
    font-display: auto;
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/eicons.eot');
    src: url('https://info.gracepapers.com.au/hubfs/GracePapers_December2020/fonts/eicons.eot') format('embedded-opentype'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/eicons.woff2') format('woff2'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/eicons.woff') format('woff'), 
      url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/fonts/eicons.ttf') format('truetype');
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

html {
  font-size: 24px;
}

body {
  font-family: Futura;
  font-size: 14px;
  color: #606060;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Futura;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Futura;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-family: Futura;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Futura;
}

.hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    border-style: solid;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    outline: none;
}

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

  color: #fff;
}

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


.hs-form label {
    display: block;
    float: none;
    width: auto;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: 0rem;
  color: #f2545b !important;
}

.hs-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-search-field__bar, .hs_cos_wrapper_type_form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-email_simple_subscription, .widget-type-email_subscriptions, .widget-type-password_prompt, .systems-page .form-container{
    border-radius: 3px 3px 3px 3px;
    /*box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border: #eee 1px solid;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 2;
    display: block;
    padding: 40px 40px 40px 40px;
    max-width:700px
}

.hs-form>.field .input a {
    margin-top: 18px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 18px 0px;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


@media(max-width:767px){
  .hs-search-field__bar, .hs_cos_wrapper_type_form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-email_simple_subscription, .widget-type-email_subscriptions, .widget-type-password_prompt, .systems-page .form-container{
    max-width:100%;
  }
}

@media (max-width:360px){
  .hs-search-field__bar, .hs_cos_wrapper_type_form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-email_simple_subscription, .widget-type-email_subscriptions, .widget-type-password_prompt, .systems-page .form-container {
    padding: 40px 20px 40px 20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.header-elementor-column.logo {
    margin: 29px 0px;
}

@media(max-width:1139px){
  .header-elementor-column.logo {
    margin: 17px 0px;
}
}


@media(max-width:767px){
  .header-elementor-column.logo {
    margin: 0px 0px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
header {
      --blue: #2563eb;
      --blue-dark: #1d4ed8;
      --blue-light: #eff6ff;
      --text: #111827;
      --text-secondary: #6b7280;
      --border: #e5e7eb;
      --white: #ffffff;
      --font-display: 'Sora', sans-serif;
      --font-body: "Mulish", Sans-serif;
      --nav-h: 51px;
    }

    /* ── Header shell ── */
    .header, header {
      position: sticky;
      top: 0;
      z-index: 200;
      height: var(--nav-h);
      background-color: #CCE0FC;
      transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }

    header:hover {
     background: var(--white);
    }

    .header-inner {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 32px;
      height: 100%;
      display: flex;
      align-items: center;
      gap: 0;
    }

    /* ── Brand ── */
    .brand {
      font-family: var(--font-display);
      font-size: 17px;
      font-weight: 700;
      color: var(--text);
      text-decoration: none;
      letter-spacing: -0.3px;
      margin-right: 40px;
      white-space: nowrap;
    }

    .header-brand img {
        width: 133px !important;
        margin-top: 8px;
    }

    /* ── Nav ── */
    nav {
      display: flex;
      align-items: center;
      gap: 2px;
      flex: 1;
      justify-content: flex-end;
    }

    /* HubSpot injects a wrapper div around the primary_nav module — make it flex */
    #hs_cos_wrapper_primary_nav {
      display: flex;
      align-items: center;
      gap: 2px;
      flex: 1;
      justify-content: flex-end;
    }

    /* ── Nav item wrapper (handles dropdown) ── */
    .nav-item {
      position: relative;
    }

    /* Trigger link */
    .nav-link {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 8px 12px;
      font-size: 14px;
      font-weight: 400;
      color: var(--text-secondary);
      text-decoration: none;
      border-radius: 6px;
      cursor: pointer;
      transition: color 0.15s, background 0.15s;
      white-space: nowrap;
      background: none;
      border: none;
      font-family: var(--font-body);
    }

    .nav-link:hover,
    .nav-item:hover > .nav-link {
      color: var(--blue);
      background: var(--blue-light);
    }

    /* Active/open state */
    .nav-item:hover > .nav-link {
      color: var(--blue);
    }

    /* Chevron icon */
    .nav-link .chevron {
      width: 14px;
      height: 14px;
      opacity: 0.6;
      transition: transform 0.2s;
      flex-shrink: 0;
    }

    .nav-item:hover > .nav-link .chevron {
      transform: rotate(180deg);
      opacity: 1;
    }

    /* ── Dropdown panel ── */
    .dropdown {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      min-width: 365px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.06);
      padding: 8px 0;
      /* Hidden by default */
      opacity: 0;
      visibility: hidden;
      transform: translateY(-6px);
      transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
      pointer-events: none;
    }

    /* Show on parent hover */
    .nav-item:hover > .dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    /* Small bridge so cursor can move from link into dropdown */
    .nav-item::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 10px;
    }

    .dropdown a {
      display: block;
      padding: 9px 18px;
      font-size: 14px;
      font-weight: 400;
      color: var(--text);
      text-decoration: none;
      transition: background 0.12s, color 0.12s;
      line-height: 1.4;
    }

    .dropdown a:hover {
      background: var(--blue-light);
      color: var(--blue);
    }

    /* Bold/highlight item (like "Leadership Programs") */
    .dropdown a.highlight {
      font-weight: 600;
      color: var(--text);
    }

    .dropdown a.highlight:hover {
      color: var(--blue);
    }

    /* Thin divider inside dropdown */
    .dropdown-divider {
      height: 1px;
      background: var(--border);
      margin: 6px 0;
    }

    /* ── Header right actions ── */
    .header-actions {
      display: flex;
      align-items: center;
      margin-left: auto;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      padding: 8px 18px;
      border-radius: 6px;
      font-size: 13.5px;
      font-weight: 600;
      font-family: var(--font-body);
      cursor: pointer;
      text-decoration: none;
      transition: opacity 0.15s, background 0.15s;
      white-space: nowrap;
    }

    .btn-outline {
      border: 1.5px solid transparent;
      background:  #2477F2;
      color: var(--white);
      margin: 0px 25px 0px 25px;
      font-size: 14px;
      font-weight: 400;
      padding: 4px 21px 4px 21px;
      border-radius: 10px 10px 10px 10px;
    }
    .btn-outline:hover {
        color: var(--white);
    }  

    .btn-solid {
      background: var(--blue);
      border: 1.5px solid var(--blue);
      color: var(--white);
    }

    .btn-solid:hover {
      color: var(--white);
      border-color: var(--blue-dark);
    }

    .btn-dark {
      background: #1e293b;
      border: 1.5px solid #1e293b;
      color: var(--white);
    }



    /* ── Mobile hamburger ── */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      margin-left: auto;
    }

    .hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--text);
      border-radius: 2px;
      transition: transform 0.2s, opacity 0.2s;
    }
    .header-actions-item {
      background-color: #2377F296;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .header-actions-wrap {
        background: #2377f2de;
    }

    .header-action-link {
      font-family: "Mulish", Sans-serif;
      font-size: 14px;
      font-weight: 300;
      text-shadow: 0px 0px 0px rgba(2.0000000000000293, 1.0000000000000147, 1.0000000000000147, 0);
      color: var(--white);
      background-color: #02010100;
      border-style: none;
      border-radius: 0px 0px 0px 0px;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
      line-height: calc(51px - 16px);
    }

    .header-actions-item.gp-login {
      background-image: url(https://gracepapers.com.au/wp-content/uploads/2024/08/GPLogoWhite.png);
    }

    .header-actions-item.gen-login {
      background-image: url(https://gracepapers.com.au/wp-content/uploads/2024/08/WHITE.png);
    }

    /* ── Mobile nav ── */
    .mobile-nav {
      display: flex;
      flex-direction: column;
      background: #CCE0FC;
      border-top: 1px solid var(--border);
      padding: 0 20px;
      gap: 4px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                  padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-nav.open {
      max-height: 100vh;
      padding: 12px 20px 20px;
    }

    .mobile-nav-section {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-secondary);
      padding: 14px 0 6px;
    }

    .mobile-nav a {
      font-size: 15px;
      color: var(--text);
      text-decoration: none;
      padding: 8px 0;
      border-bottom: 1px solid var(--border);
      transition: color 0.12s;
    }

    .mobile-nav a:last-of-type { border-bottom: none; }
    .mobile-nav a:hover { color: var(--blue); }

    .mobile-nav-group {
      border: 1px solid var(--border);
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 8px;
    }

    .mobile-nav-group .mobile-nav-section {
      padding: 10px 16px;
      background: var(--blue-light);
      border-bottom: 1px solid var(--border);
    }

    .mobile-nav-group-links div {
      display: flex;
      flex-direction: column;
      margin-left: 16px;
    }

    .mobile-nav-group-links a {
      padding: 9px 40px;
      display: flex;
      border-bottom: 1px solid var(--border);
    }

    .mobile-nav-group-links a:last-child {
      border-bottom: none;
    }

    .mobile-nav-top-link {
      display: block;
      padding: 12px 16px !important;
      font-size: 15px;
      font-weight: 600 !important;
      border-bottom: none !important;
    }

    .mobile-nav-actions {
      display: flex;
      gap: 16px;
      padding-top: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      nav, .header-actions { display: none; }
      .hamburger { display: flex; }
      header { position: relative; }
    }

    @media (max-width: 480px) {
      .header-inner { padding: 0 16px; }
    }
footer {
      --blue: #2563eb;
      --white: #ffffff;
      --white-70: rgba(255,255,255,0.70);
      --white-50: rgba(255,255,255,0.50);
      --white-20: rgba(255,255,255,0.18);
      --white-10: rgba(255,255,255,0.10);
      --font-body: "Mulish", Sans-serif;
    }

    /* ── Footer ── */
    footer {
      background: var(--blue);
      color: var(--white);
      padding: 64px 0 48px;
      position: relative;
      overflow: hidden;
      font-family: var(--font-body);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
 
    /* Subtle noise texture overlay */
    footer::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      opacity: 0.4;
      pointer-events: none;
    }
 
    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 48px;
      position: relative;
      z-index: 1;
    }
 
    /* ── Brand ── */
    .footer-brand {
      margin-bottom: 48px;
    }

    .footer-brand img {
      width: 230px !important;
      height: auto !important;
    }
 
    .footer-brand h2 {
      
      font-size: clamp(28px, 4vw, 38px);
      font-weight: 700;
      letter-spacing: -0.5px;
      color: var(--white);
      line-height: 1;
    }       
 
    /* ── Main grid ── */
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 56px;
    }
 
    /* Col 1 — Services */
    .footer-col-label {
      font-size: 15px;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 16px;
    }
 
    .footer-links, .footer-links ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 0;
      margin-top: 0;
     
    }
 
    .footer-links a {
      text-decoration: none;
      font-size: 14px;
      color: var(--white);
      transition: color 0.15s;
      line-height: 1.4;
      font-weight: 400;
      font-size: 14px;
      font-family: var(--font-body);
    }
 
    .footer-links a:hover {
      color: var(--white);
    }
 
    /* Col 2 — Legal nav (bigger links) */
    .footer-nav-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 0px;
      margin-top: 0;
    }
 
    .footer-nav-links a {
      text-decoration: none;
      
      font-size: 17px;
      font-weight: 600;
      color: var(--white);
      transition: color 0.15s;
      letter-spacing: -0.2px;
    }
 
    .footer-nav-links a:hover {
      color: var(--white);
    }
 
    /* Col 3 — Contact */
    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding-top: 4px;
    }
 
    .btn-touch {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 24px;
      border: 2px solid var(--white);
      border-radius: 6px;
      background: transparent;
      color: var(--white);
      
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.01em;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.18s, color 0.18s;
      width: fit-content;
    }
 
    .btn-touch:hover {
      background: var(--white);
      color: var(--blue);
    }
 
    .footer-email {
      font-size: 14px;
      color: var(--white);
      text-decoration: none;
      transition: color 0.15s;
    }
 
    .footer-email:hover {
      color: var(--white);
    }
 
    /* Social icons */
    .footer-social {
      display: flex;
      gap: 8px;
    }
 
    .social-icon {
      padding: 4px 8px;
      border-radius: 6px;
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: var(--blue);
      transition: background 0.15s;
    }
 
    .social-icon:hover {
      outline: 1.5px solid rgba(255,255,255,0.4);
    }
 
    .social-icon svg {
      width: 16px;
      height: 16px;
      fill: var(--blue);
    }
 
    /* ── Acknowledgement ── */
    .footer-acknowledgement {
      display: flex;
      flex-direction: column;
      gap: 14px;
      max-width: 560px;
    }
 
    .footer-acknowledgement p {
      font-size: 13px;
      line-height: 1.7;
      color: var(--white);
    }
 
    /* ── Responsive ── */
 
    /* Tablet */
    @media (max-width: 900px) {
      .footer-inner {
        padding: 0 32px;
      }
 
      .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
      }
 
      /* Contact goes full width on second row */
      .footer-col-contact {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        display: flex;
        align-items: flex-start;
      }
    }
 
    /* Mobile */
    @media (max-width: 600px) {
      footer {
        padding: 48px 0 40px;
      }
 
      .footer-inner {
        padding: 0 20px;
      }
 
      .footer-brand {
        margin-bottom: 36px;
      }
 
      .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }
 
      .footer-col-contact {
        flex-direction: column;
        gap: 16px;
      }
 
      .footer-nav-links a {
        font-size: 15px;
      }
 
      .footer-acknowledgement {
        max-width: 100%;
      }
    }


.fa-linkedin:before {
    content: "\f08c";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-index-main img {
    max-width: 100%;
}



@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Futura;
}
.blog-index__post-content a {
  color: #606060;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-family: Futura;
}

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

.list-top-wrapper {
    padding: 040px 0px 040px 0px;
}

.list-top-flex {
    display: flex;
    white-space: normal;
    flex-wrap: wrap;
}

.list-top-left-spacer {
    width: 50%;
}

.list-top-column {
    width: 50%;
}

.list-top-column .list-top-column-wrap {
    padding: 20px;
}

.list-top-text-editor p {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 300;
    line-height: 24px;
}

.list-main-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
}

.list-main-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-main-wrapper .list-main-flex-inner-wrapper {
    padding: 10px;
    padding-top:0px;
}

.list-main-flex-inner-wrapper ul.topic>li {
    list-style: none;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.list-main-flex-inner-wrapper ul.topic {
    text-align: center;
    padding:10px;
}

.list-main-flex-inner-wrapper ul.topic>li>a {
    outline: 0;
    text-decoration: none;
    border-radius: 999px;
    margin: 15px 5px 20px;
    padding: 7px 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #F9F9F9;
    font-family: Circular, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d;
}

.list-main-flex-inner-wrapper ul.topic>li.active > a {
    background-color: #a4c8f9;
    color: #000000;
}

.list-main-flex-inner-wrapper .blog-indexs .blog-categories {
    margin-bottom: 24px;
    margin-top:40px;
}

.blog-topics-row {
    margin-top: 40px;
    margin-bottom: 24px;
}

.blog-topics-row .blog-categories {
    margin: 0;
}

.blog-topics-row__label-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-topics-row__label {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a09ea2;
    margin-bottom: 4px;
}

.blog-topics-row__count {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    color: #a09ea2;
}

.blog-topics-row {
    margin-top: 40px;
    margin-bottom: 24px;
}

.blog-topics-row .blog-categories {
    margin: 0;
}

.blog-topics-row__label {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a09ea2;
    margin-bottom: 4px;
}

.list-main-flex-inner-wrapper .blog-index-main {
    js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc( -24px/2 );
    margin-right: calc( -24px/2 );
}

.list-main-flex-inner-wrapper .blog-index-main .post_item {
    width: 33.33%;
    margin-bottom: 32px;
    padding-right: calc( 24px/2 );
    padding-left: calc( 24px/2 );
}

.list-main-flex-inner-wrapper .blog-index-main .post_item img {
    height: 240px;
    object-fit: cover;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.post_item-blog-thumb-effect-wrapper {
    position: relative;
    overflow: hidden;
}

.post_item_blog_content_wrapper {
    padding: 24px;
}

.list-main-flex-inner-wrapper .blog-index-main .post_item .post_item-blog-post-container {
    box-shadow: 0 2px 12px rgba(66, 61, 70, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post_item_blog_entry_container p {
    margin-bottom: 16px;
    font-family: "Circular", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
}

.post_item_blog_entry_container p a {
    color: #606060;
}

.post_item_blog_entry_title {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.post_item_blog_entry_title a {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #423d46;
    display: block;
    margin-bottom: 4px;
}

.post_item_blog_entry_date {
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    color: #a09ea2;
    margin-bottom: 8px;
}

.post_item_blog_entry_excerpt {
    margin: 0 0 12px 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #68646b;
}

.post_item_blog_entry_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 4px;
}

.post-tag-pill-sm {
    display: inline-block;
    background-color: #a4c8f9;
    color: #000000;
    font-family: "Mulish", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding: 3px 9px;
    border-radius: 999px;
}

.post_item_read_more {
    display: inline-block;
    margin-top: 4px;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #2377f2;
    text-decoration: none;
}

.post_item_read_more:hover {
    color: #8057a4;
    text-decoration: underline;
}

.post-item-blog-entry-meta {
    line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
    color: #adadad;
}

.post-item-blog-meta-data {
    display: block;
    margin-bottom: 8px;
}

.post-item-blog-meta-data>span {
    color: #606060;
}

.post-item-blog-meta-data i {
    margin-right: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fa-align-left:before {
    content: "\f036";
    color: #606060;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.post-item-blog-post-categories a {
    background-color: #a4c8f9 !important;
    color: #000000 !important;
    font-family: 'Futura';
    text-transform: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 2px 2px;
}

.post_item_blog_content_wrapper-inner p.list-content-sec {
    margin-bottom: 24px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 24px;
    color: #606060;
    font-family: 'Futura';
}

.list-main-flex-inner-wrapper .blog-index-main .post_item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}

.blog-pagination a {
    font-family: "Futura", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: .75em;
    margin: 0 .4em .4em 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-pagination a:hover {
    background-color: #f9f9f9;
    color: #3d3d3d;
}

.blog-pagination a.active {
    color: #02b56c !important;
}

.list-top-form-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-top-form-flex .list-top-left-form-image {
    width: 50%;
}

.list-top-form-flex .list-top-form-column {
    width: 50%;
}

.list-top-left-form-image img {
    max-width: 100%;
    height:auto;
    display: inline-block;
    vertical-align: middle;
    height: auto;
}

.list-top-text-form-editor .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border:0;
}

.list-top-text-form-editor .hs-button {
    background: #02b56c !important;
    border-color: #02b56c !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    outline:none;
}

.list-top-left-form-image-inner {
    padding: 20px;
}

.list-top-text-form-editor {
    padding: 20px;
}

.list-bottom-form-wrapper {
        padding: 080px 0px 080px 0px;
}

.list-top-text-form-editor h1 {
    text-transform: none;
    line-height: 1.5em;
    font-size: 40px;
    margin-bottom: 0px;
    color: #3d3d3d;
    margin-bottom:0px;
}

.list-top-text-form-editor p {
    margin-bottom: 0px;
    padding-bottom:24px;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
}

.down-blog-heading {
    margin-bottom: 20px;
}

.list-top-text-form-editor label {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

.list-top-text-form-editor label.hs-error-msg {
    padding-left: 5px;
    margin-bottom: 5px;
}

.hs_error_rollup {
    padding-left: 5px;
    margin-bottom: 5px;
}

.list-top-column-form-wrap .hs-input {
    width: 90%;
    display: inline-block;
}


.list-top-column-form-wrap .hs-lastname .hs-input {
    width: 100%;
}

.list-top-text-form-editor .actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
}

.list-top-text-form-editor form {
    margin-bottom: 20px;
}

.blog-form-divider-main {
    margin-bottom: 20px;
}

.blog-form-divider-main .blog-form-divider-separator {
    border-top: 1px solid #000;
    display: block;
}

.blog-form-divider-main .blog-form-divider {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-btnlist-main ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.form-btnlist-main ul>li:not(:last-child) {
    padding-bottom: calc(24px/2);
}

.form-btnlist-main ul>li:not(:first-child) {
    margin-top: calc(24px/2);
}

.form-btnlist-main ul>li>a {
    font-family: "Futura", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color:#3d3d3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "download";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.form-btnlist-main ul>li>a i {
    font-size: 24px;
    width: 1.25em;
    color:#02b56c;
}

.icon-download:before {
    content: '\e801';
}

.form-btnlist-main ul>li>a span.elementor-icon-list-text {
    padding-left: 24px;
}


.list-top-left-form-image-inner img {
        -webkit-filter: drop-shadow(5px 5px 30px rgba(0,0,0,0.20));
    filter: drop-shadow(5px 5px 30px rgba(0,0,0,0.20));
}

.list-top-form-flex .list-top-left-form-image {
    background-image: url('https://info.gracepapers.com.au/hubfs/raw_assets/public/GracePapersDefaultTheme-Blue/images/double-circle-bg-green.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.list-top-left-form-image-inner img {
    width: auto;
    max-width: 542px;
}

.post_item-blog-thumb-effect-wrapper {
    cursor: pointer;
}

.post-main-wrapper img {
    max-width: 100%;
}

.post-main-top-wrapper {
    padding: 5% 10% 0% 10%;
}

.post-main-top-inner {
    padding: 0% 10% 0% 0%;
}

.post-main-top-wrapper h1 {
    margin-bottom: 0;
    font-family: "Lora", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    color:#423d46;
    margin-top:-1px;
}

.post-date-inline {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #68646b;
    margin-top: 8px;
}

.elementor-screen-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.post-main-feature-img-wrapper {
    padding: 0% 10% 0% 10%;
    margin-top: 100px;
    margin-bottom: 200px;
}

.post-main-content-wrapper {
    padding: 0% 16% 0% 16%;
    position: relative;
}

.post-main-content-inner-sec .post-main-row {
    display: flex;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
}

.post-main-content-inner-sec .post-main-row .post-content-wrap {
    width: 80%;
}

.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body {
    padding: 0;
}

.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body p {
    color: #423d46;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 24px;
}

.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h1,
.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h2,
.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h3,
.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h4,
.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h5,
.post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body h6 {
    font-family: "Lora", serif;
    font-weight: 700;
    color: #423d46;
    line-height: 1.3em;
}

.post-pagination {
    margin-top: 80px;
    margin-bottom: 80px;
}

.post-content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.post-pagination i {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    font-size:15px;
}

.fa-chevron-left:before {
    content: "\f053";
}

.custom_blog_inner_previous {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.custom_blog_inner_previous .elementor-post-navigation__link {
    width: calc(50% - .5px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.custom_blog_inner_previous .elementor-post-navigation__next {
    text-align: right;
}

.custom_blog_inner_previous .post-navigation__next--label {
    font-family: "Circular",Sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #3d3d3d;
    display: block;
}

.custom_blog_inner_previous .post-navigation__next--title {
    font-family: "Futura",Sans-serif;
    font-size: 14px;
    color: #02b56c;
    display: block;
    line-height: 24px;
}

.fa-chevron-right:before {
    content: "\f054";
}

.custom_blog_inner_previous .elementor-post-navigation__next {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.custom_blog_inner_previous .elementor-post-navigation__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}

.custom_blog_inner_previous .post-navigation__prev--label {
    font-family: "Circular", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color:#3d3d3d;
    display:block;
}

.custom_blog_inner_previous .post-navigation__prev--title {
    font-family: "Futura", Sans-serif;
    font-size: 14px;
    color:#02b56c;
    display: block;
    line-height: 24px;
}

.post-pagination i.fa.fa-chevron-left {
    padding-right: 25px;
    color: #3d3d3d;
}

.post-pagination i.fa.fa-chevron-right {
    padding-left: 25px;
    color: #3d3d3d;
}

.post-pagination .custom_blog_next-previous {
    padding: 30px 0px 30px 0px;
}

.related-post-title-wrapper {
    padding: 0% 16% 0% 16%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.related-post-title-wrapper .related-post-title-row {
    min-height: 200px;
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    border-left: 1px solid #000;
}

.related-post-title-wrapper .related-post-title-row .related-post-main-title {
    width: 100%;
    padding-left: 40px;
}

.related-post-title-wrapper .related-post-title-row .related-post-main-title h2 {
    font-family: "Circular", Sans-serif;
    font-size: 35px;
    font-weight: 200;
    text-transform: capitalize;
    line-height:1.5em;
    color:#3d3d3d;
    margin-bottom:0px;
}

.related-post {
    padding: 0% 16% 2% 16%;
}

.related-post-flex-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 50px;
    grid-column-gap: 50px;
}

.related-post-item-post__card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(66, 61, 70, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-post-item-post__card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
    width: 100%;
}

.related-post__text h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-family: "Lora", serif;
    color: #423d46;
}

.related-post__text h3 a{
  color: #423d46;
}

.related-post__text {
    padding: 0px 16px;
    padding-top: 20px;
}

.related-post-item-post__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(66, 61, 70, 0.14);
}

.list-main-flex-inner-wrapper .blog-index-main .post_item .post_item-blog-post-container {
    border-radius: 12px;
    overflow: hidden;
}

.list-main-flex-inner-wrapper .blog-index-main .post_item .post_item-blog-post-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(66, 61, 70, 0.14);
}

.list-main-flex-inner-wrapper .blog-index-main .post_item img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.list-top-form-flex .list-top-left-form-image {
    display: flex;
    align-items: center;
    align-content: center;
}

.post-main-feature-img img {
    margin-top: 56px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.insights-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ececec;
    padding: 72px 0 56px;
}

.insights-hero .content-wrapper {
    padding: 0 40px;
}

.insights-hero--has-image {
    position: relative;
}

.insights-hero--has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
}

.insights-hero--has-image .content-wrapper {
    position: relative;
    z-index: 1;
}

.insights-hero__eyebrow {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a09ea2;
    margin: 0 0 20px 0;
}

.insights-hero h1 {
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.15;
    color: #2377f2;
    margin: 0 0 20px 0;
    max-width: 700px;
}

.insights-hero__subtext p {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    color: #68646b;
    margin: 0;
    max-width: 620px;
}

.featured-post-section {
    padding: 0 0 56px;
}

.featured-post-section .content-wrapper {
    padding: 0 40px;
}

.featured-post-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(66, 61, 70, 0.07);
}

.featured-post-card__image {
    background: #e8f1fd;
    min-height: 380px;
}

.featured-post-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-post-card__content {
    padding: 48px 52px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.featured-post-card__meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.featured-post-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    background: #e8f1fd;
    color: #2377f2;
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.featured-post-card__topic {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    color: #a09ea2;
}

.featured-post-card__title {
    margin: 0;
}

.featured-post-card__title a {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #423d46;
    text-decoration: none;
}

.featured-post-card__title a:hover {
    text-decoration: underline;
}

.featured-post-card__excerpt {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #68646b;
    margin: 0;
    max-width: 52ch;
}

.featured-post-card__author {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
}

.featured-post-card__author-avatar {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
}

.featured-post-card__author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.featured-post-card__author-name {
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #423d46;
}

.featured-post-card__author-bio {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    color: #a09ea2;
}

.featured-post-card__cta {
    display: inline-block;
    margin-top: 8px;
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 999px;
    background: #2377f2;
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.featured-post-card__cta:hover {
    background: #1a5fc4;
}

.newsletter-cta {
    background: #2377f2;
}

.newsletter-cta__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: start;
    padding: 72px 40px;
}

.newsletter-cta__eyebrow {
    font-family: "Mulish", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 12px;
}

.newsletter-cta__text h2 {
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.newsletter-cta__text p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255,255,255,0.85);
    margin: 0;
    max-width: 48ch;
}

.newsletter-cta__form {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 6px 18px rgba(66, 61, 70, 0.09);
}

@media(max-width:1400px){
  .blog-banner .banner-column.one img {
    max-width: 531px;
}

.banner-column.one {
    padding-left: 20px !important;
}

}

@media(max-width:1139px){
  .post-main-content-inner-sec .post-main-row .post-content-wrap .blog-post__body p {
    font-size: 16px;
}
  
.post-content-wrapper {
    max-width: 1025px;
}
  
.post-pagination {
    padding: 0% 5% 0% 5%;
}
  
.related-post-title-wrapper {
    padding: 0 10% 0% 10%;
    margin-top: 50px;
    margin-bottom: 50px;
}
  
.related-post {
    padding: 0 10% 0% 10%;
}
  
.related-post-flex-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
  
.post-main-feature-img-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
  
  .post-main-top-wrapper h1 {
    margin-top: 0px;
}

.post-main-top-inner {
    padding: 0 0% 0% 0%;
}
  
.list-main-flex-inner-wrapper .blog-index-main .post_item {
    width: 50%;
}
  
.list-main-flex-inner-wrapper .blog-index-main .post_item img {
    width: 100%;
}
  
.content-wrapper {
    max-width: 1025px !important;
    padding: 0px 0px;
}
  
.post-main-feature-img img {
    margin-top: 0px;
}
 
.featured-post-card {
    grid-template-columns: 1fr;
}

.featured-post-card__image {
    min-height: 240px;
}

.featured-post-card__content {
    padding: 32px;
}

.newsletter-cta__inner {
    grid-template-columns: 1fr;
    padding: 48px 24px;
}
  
}


@media(max-width:1046px){
  .list-main-flex-inner-wrapper .blog-index-main {
    margin-left:0px;
    margin-right:0px;
}
  
}

@media(max-width:767px){
  .post-main-top-wrapper {
    padding: 0% 5% 0% 5%;
    margin-top: 50px;
}
  
.post-main-content-wrapper {
    padding: 0 5% 0% 5%;
}
  
.related-post {
    padding: 0 5% 0% 5%;
}


.list-main-flex-inner-wrapper .blog-index-main .post_item {
    width: 100%;
}
  
.list-top-form-flex .list-top-left-form-image {
    width: 100%;
}
  
.list-top-form-flex .list-top-form-column {
    width: 100%;
}
  
.list-top-form-flex {
    display: block;
}
  
.list-bottom-form-simple {
    flex-direction: column;
}
  
.post-main-feature-img img {
    height: auto;
}

.insights-hero {
    padding: 48px 0 40px;
}

.insights-hero .content-wrapper,
.featured-post-section .content-wrapper {
    padding: 0 20px;
}

.insights-hero h1 {
    font-size: 32px;
}
  
}


@media(max-width:430px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Futura;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

input.email-edit.hs-input {
    width: 100% !important;
}

input#hs-login-widget-remember {
    display: inline-block;
}

.systems-page .hs-form-field {
    margin-bottom: 18px;
}

.form-floating-alert-wrapper .form-floating-alert-error {
    border-color: #c87872 !important;
    color: #f2545b !important;
}

.form-floating-alert-wrapper .form-floating-alert-error .form-floating-alert-close-button {
    color: #f2545b !important;
}

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

input#hs-pwd-widget-password {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 0 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 18px;
    outline: none;
}

input#hs-pwd-widget-password:focus {
    border-color: rgba(82,168,236,0.8);
}

@media(max-width:767px){
  .systems-page .success {
  min-width: 100%;
}
}

@media(max-width:340px){
  .systems-page .hs-button {
    padding-left: 12px;
    padding-right: 12px;
}
}

:focus {
  outline: none;
}