*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
  width: 100%;
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding: 10px;
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding: 0px;
}

span.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
@font-face {
  font-family: eicons;
  src: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/ProcurementAustralia_January2022/fonts/eicons.eot) format("embedded-opentype"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/eicons.woff2") format("woff2"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/eicons.woff") format("woff"),
        url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/eicons.ttf") format("truetype"),
          url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/eicons.svg") format("svg");
            font-weight: 400;
            font-style: normal
            }

@font-face {
  font-family: "element-pack"; 
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/element-pack.woff2") format("woff2"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/element-pack.ttf") format("truetype"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/element-pack.woff") format("woff"); 
        font-style: normal;
        font-weight: normal;
        font-display: block;
        }


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-brands-400.woff2") format("woff2"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-brands-400.ttf") format("truetype"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-brands-400.woff2") format("woff2"), 
        url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-brands-400.woff") format("woff"); 
          font-style: normal;
          font-weight: 400;
          font-display: block;
          }

@font-face {
 font-family: "Font Awesome 5 Free";
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-regular-400.woff2") format("woff2"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-regular-400.ttf") format("truetype"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-regular-400.woff2") format("woff2"), 
        url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-regular-400.woff") format("woff"); 
          font-style: normal;
          font-weight: 400;
          font-display: block;
          }

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-solid-900.woff2") format("woff2"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-solid-900.ttf") format("truetype"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-solid-900.woff2") format("woff2"), 
        url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fa-solid-900.woff") format("woff"); 
          font-style: normal;
          font-weight: 900;
          font-display: block;
          }

@font-face {
  font-family: "GT Walsheim Medium";
  src: url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-medium-webfont.woff2") format("woff2"),
    url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-medium-webfont.ttf") format("truetype"),
      url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-medium-webfont.woff2") format("woff2"), 
        url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-medium-webfont.woff") format("woff"); 
          font-style: normal;
          font-weight: 900;
          font-display: block;
          }

@font-face {
  font-family: "GT Walsheim Thin";
  src: url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-thin-webfont.woff2") format("woff2"),
    url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-thin-webfont.ttf") format("truetype"),
      url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-thin-webfont.woff2") format("woff2"), 
        url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-thin-webfont.woff") format("woff"); 
          font-style: normal;
          font-weight: 900;
          font-display: block;
          }

@font-face { 
  font-family: 'GT Walsheim Thin';
  src: url('../../fonts/gt-walsheim-condensed-thin-webfont.eot') format('eot'), 
    url('../../fonts/gt-walsheim-condensed-thin-webfont.woff') format('woff'), 
    url('../../fonts/gt-walsheim-condensed-thin-webfont.ttf') format('truetype');
}


@font-face {
  font-family: 'Axiforma';
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-Black1.ttf") format("truetype");
    }

@font-face { 
  font-family: "Axiforma Bold"; 
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-ExtraBold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 700;
    font-display: auto; 
    }

@font-face { 
  font-family: "GT Walshiem Medium"; 
  src: url("//www.paltd.com.au/hubfs/raw_assets/public/ProcurementAustralia_January2022/fonts/gt-walsheim-condensed-medium-webfont.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 700;
    font-display: auto; 
    }

@font-face {
  font-family: 'Axiforma';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-Bold1.ttf") format("truetype");
    }

@font-face {
  font-family: 'Axiforma';
  font-style: normal;
  font-weight: 200;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-Light1.ttf") format("truetype");
    }

@font-face {
  font-family: 'Axiforma Light';
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400; 
    font-display: auto;
    }

@font-face {
  font-family: 'Axiforma';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Axiforma-Book1.ttf") format("truetype");
    }


@font-face { 
  font-family: "chaparral-pro"; 
  src: url("https://use.typekit.net/af/9da37c/00000000000000003b9aee4e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/9da37c/00000000000000003b9aee4e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/9da37c/00000000000000003b9aee4e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal; 
  font-weight: 400;
  font-display: auto; 
}

@font-face {
  font-family: "chaparral-pro"; 
  src: url("https://use.typekit.net/af/20a4c3/00000000000000003b9aee52/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/20a4c3/00000000000000003b9aee52/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/20a4c3/00000000000000003b9aee52/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal; 
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: 'Archer';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Archer-Book.ttf") format("truetype");
    }

@font-face {
  font-family: 'Archer';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/Archer-Bold.ttf") format("truetype");
    }

@font-face { 
  font-family: "FontAwesome";
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fontawesome-webfont.woff2") format("woff2"),
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fontawesome-webfont.woff") format("woff"), 
        url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/fontawesome-webfont.ttf") format("truetype"); 
          font-style: normal;
          font-weight: normal; 
          }

@font-face { 
  font-family: essb;
  src: url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/essb.eot") format("embedded-opentype"),
    url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/essb.woff") format("woff"), 
      url("//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/fonts/essb.ttf") format("truetype"); 
        font-style: normal; 
        font-weight: 400; 
        font-display: block; 
        }

@font-face {
  font-family: "Cormorant Garamond";
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v10/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}



body {
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}



/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 
h7 {
  margin: 0 0 20px;
  line-height: 1.5; 
}

h4,
h1{
  line-height: 1; 
}

h2{
  line-height: 1.4em; 
}



img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

:focus{
  outline: none;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 7px solid;
  margin: 0 0 1.4rem;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0;
  font-style: normal;
  padding-left: 20px;
  font-style: italic;
  border-color: #e6e9ec;
  border-left: 7px #e6e9ec;
  border-style: solid;
  padding-left: 20px;
  margin-bottom: 20px;
}

blockquote p{
  margin-bottom: 0px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  font-size: 1.1em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  border-style: solid;
  text-align: center;
  white-space: normal;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  cursor: pointer;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

h3.form-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 36px;
}


form .hs-richtext.hs-main-font-element h6 {
  overflow: hidden;
  position: relative;
  padding-right: 10;
  margin-right:10;
}
form .hs-richtext.hs-main-font-element h6::before,
form .hs-richtext.hs-main-font-element h6::after {
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

form .hs-richtext.hs-main-font-element h6::before {
  right: 10.5em;
  margin-left: -18%;
}

form .hs-richtext.hs-main-font-element h6::after {
  left: 1.5em;
  margin-right: -50%;
}

form .hs-richtext.hs-main-font-element h6::after {
  width: 100%;
}

/* Labels */


form label {
  font-weight: bold;
  line-height: 1.3em;
  padding-top: 20.3em;
  display: inline-block;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Help text - legends */

form legend {
  padding: 10 1em;
  margin: 15 1em 0.5em;
  display: table;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-shadow: none;
  border-radius: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all 5.3s;
  font-size: 1.5em;
  float: left;
  width: 100%;
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 2em;
  color: #000;
  border: 1.3px solid #aeb0b6;
  border-top: 1px solid #aeb0b6;
  border-left: 1px solid #aeb0b6;
  font-family: Helvetica, Arial, sans-serif;
  border-right: none;
  padding: 1.2em 2.3em;
  min-height: 1.9em;
}

form select {
  -moz-appearance: none;
  text-indent: 10.01px;
  text-overflow: "";
  padding: 10.2em 22px 10.2em 0.3em;
  background: #fff url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/arrow-down-bk.png) center right no-repeat;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  border: 10px solid;
}



form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 2;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 1.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 10 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  float: left;
  color: #bf0000;
  padding-left: 5px;
  display: block;
}

.hs-input.invalid.error{
  border: 1px solid #8C0005 !important;
}

form .inputs-list>li label,
.hs-error-msgs label{
  color : ;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

form .hs-fieldtype-booleancheckbox  .hs-form-booleancheckbox span {
  font-weight: bold;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-size: 1.1em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
  border-style: solid;
  text-align: center;
  white-space: normal;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  cursor: pointer;
  margin-top: 20px;
}

form fieldset.form-columns-1 .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
}

form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
form fieldset.form-columns-2 .hs_lastname .input {
  margin-right: 0 !important;
}

form .hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-left: 0 !important;
}

form textarea{
  height: 8.4em;
  resize: none;
  border: 1px solid #aeb0b6;
}

/* Captcha */

.grecaptcha-badge {
  margin: 10 auto;
}


form input::-webkit-input-placeholder {
  color: ;  
  opacity: 1;
}
/* Webkit Browsers */
form input:-moz-placeholder {
  color: ;
} 
/* Firefox 18- */
form input::-moz-placeholder {
  color: ;
}
/* Firefox 19+ */
form input:-ms-input-placeholder {
  color: ;
  opacity: 1;
}
/* IE10 */
form .hs-input::-webkit-input-placeholder {
  color: ;  
  opacity: 1;
}
/* Webkit Browsers */
form .hs-input:-moz-placeholder {
  color: ;
}
/* Firefox 18- */
form .hs-input::-moz-placeholder {
  color: ;
}
/* Firefox 19+ */
form .hs-input:-ms-input-placeholder {
  color: ;
  opacity: 1;
} /* IE10 */








.hs-richtext.hs-main-font-element h6::before {
  border: 1px solid #aeb0b6;
  content: '';
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  position: relative;
  left: 13px;
}

.hs-richtext.hs-main-font-element h6 {
  margin: 10 10em 10.5em;
  padding: 0 1em;
  display: block;
  max-width: 100%;
  color: rgb(51, 51, 51);
  margin-left: 0;
  white-space: normal;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}

.hs-richtext.hs-main-font-element h6::after {
  content: '';
  width: 45%;
  display: inline-block;
  border: 1px solid #aeb0b6;
  vertical-align: middle;
  position: relative;
  right: -13px;
}

form input[type=checkbox] {
  width: 2em;
  position: absolute;
  height: 2em;
  opacity: 0;
  line-height: 1.2em;
  font-size: 1em;
  float: left;
  border-radius: 1px;
}

form .hs-form-checkbox span::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  margin-left: -2.5em;
  line-height: 0.2em;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 2px solid #aeb0b6;
}


form input[type=checkbox]:checked+span::before {
  content: "\2713 ";
  text-align: center;
  color: #000;
  border-radius: 2px;
}

form .hs-fieldtype-booleancheckbox input+span::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  background-color: #fff;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  font-family: Arial,sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
}


form .hs-fieldtype-booleancheckbox span::before {
  box-shadow: 3px 3px 10px 0px #ccc;
  font-weight: 400;
}


form {
  font-size: 13px;
}

form label {
  vertical-align: middle;
  padding-top: 2px;
}
form input[type=checkbox] + span, form input[type=radio] + span {
  font-weight: normal;
}
.hs-error-msgs label {
  margin-top: 12px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  position: relative;
  height: auto;
  font-weight:400;
}

.hs-error-msgs label:before {
  width: 16px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
  content: '';
  color: #bf0000;
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: 0;
  border-bottom: 0;
  display: inline-block;
  height: 8px;
  -webkit-transform: rotate(
    45deg
  );
  -moz-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  width: 8px;
  margin-top: -4px;
  z-index: 0;
}

ul.no-list.hs-error-msgs {
  position: static;
  z-index: 99;
  color: #bf0000;
  margin-bottom: 10px;
}

.hs-form-field {
  position: relative;
}

form .inputs-list>li {
  margin: 0;
}
.hs-fieldtype-checkbox.field.hs-form-field ul.inputs-list.multi-container ,
.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
  padding-left: 10px;
}


@media only screen and (max-width: 480px){
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select{
    height: 1.5em;
    font-size: 18px;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.main-header-inner, .alert-content-wrapper .alert-content {
  margin-left: auto;
  margin-right: auto;
}

.alert-content-wrapper {
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: static;
  display: block;
  background: #800000;
  font-family: "GTWalsheimCondesnedMedium", Roboto;
  font-weight: normal;
  font-size: 14px;
  margin: 0 auto;
}

.header-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alert-content-wrapper .alert-content {
  font-weight: 700;
  padding: 10px 20px;
  color: #ffffff;
}

.alert-content-wrapper .alert-content a {
  color: #62c7ee;
}

.header-top-spacer-wrapper .spacer-inner {
  height: 30px;
}

.header-top-spacer-inner {
  position: relative;
  width: 100%;
}

.header-top-spacer {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.header-top-spacer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1457px;
  margin: 0 auto;
}

.main-header-wrapper {
  background-color: #F3F0E7;
}

.header-bottom-spacer-wrapper .spacer-inner {
  height: 10px;
}

.header-bottom-spacer-inner {
  position: relative;
  width: 100%;
}

.header-bottom-spacer {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.header-bottom-spacer-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-header {
  position: relative;
}

.main-header-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.main-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.header-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header-logo-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.logo-wrapper {
  position: relative;
  text-align: center;
  max-width: 100%;
  width: auto;
}

.logo-wrapper .logo {
  margin: -26px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.logo-wrapper .logo a {
  display: inline-block;
}

.logo-wrapper .logo img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}

.header-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header-menu-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.nav-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.header-menu .nav-wrapper .hs-menu-wrapper {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  flex-wrap: initial;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-left: 10px;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  transition: .1s ease-in-out;
  transition-property: color,background-color;
  position: relative;
  padding: 8px 8px 8px 8px;
  min-height: 41px;
  color: #000000;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f0ede2;
  border-radius: 20px 20px 20px 20px;
  font-family: "GTWalsheimCondesnedMedium", Axiforma;
  font-size: 18px;
  font-weight: 400;
  word-break: normal;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  position: relative;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font: normal normal normal 9px/1 element-pack;
  position: relative;
  line-height: inherit;
  content: "\e910";
  top: 1px;
  margin-left: 12px;
  background: none !important;
  color: #1AA1DB;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul .submenu-wrap {
  display: block;
  position: absolute;
  z-index: 1020;
  width: 200px;
  padding: 15px;
  color: #666;
  background-color: #f0ede2;
  opacity: 0;
  visibility: hidden;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li:hover .submenu-wrap {
  visibility: visible;
  opacity: 1;
}

.header-menu .nav-wrapper .submenu-wrap>ul {
  display: block;
}

.header-menu .nav-wrapper .submenu-wrap>ul>li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.header-menu .nav-wrapper .submenu-wrap>ul>li>a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  padding: 5px 0;
  color: #000000;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-family: "GTWalsheimCondesnedMedium", Axiforma;
  font-weight: 400;
}

.header-menu .nav-wrapper .hs-menu-wrapper>ul>li>a:hover {
  color: #1AA1DB;
  border-color: #1aa1db;
}

.header-menu .nav-wrapper .submenu-wrap>ul>li>a:hover {
  color: #1AA1DB;
  border-color: #1aa1db;
  font-family: "GTWalsheimCondesnedMedium", Axiforma;
  font-weight: 400;
}

.mobile_spacer {
  display: none;
}

@media (min-width: 768px) {
  .header-logo-wrapper {
    width: 23%;
  }

  .header-menu-wrapper {
    width: 76.666%;
  }

  .mob-nav-wrapper {
    display: none;
  }
  .header-menu .nav-wrapper .hs-menu-wrapper>ul>li:hover .submenu-wrap {
    display: block;
  }

  .header-menu .nav-wrapper .hs-menu-wrapper>ul .submenu-wrap {
    display: none;
  }
}

@media (max-width: 1395px) {
  .header-logo-wrapper {
    width: 30%;
  }

  .header-menu-wrapper {
    width: 70%;
  }

  .header-menu .nav-wrapper .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

  .header-menu .nav-wrapper .hs-menu-wrapper>ul>li {
    margin-left: 0;
  }

  .header-menu .nav-wrapper .hs-menu-wrapper>ul>li>a {
    padding: 5px;
    font-size: 17px;
    word-break: normal;
  }
}

@media (max-width: 1240px) {
  .logo-wrapper .logo {
    margin: -10px 0px 0px 0px;
  }
}

@media (max-width: 960px) {
  .logo-wrapper .logo {
    margin: 0px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .nav_reached_div {
    display:none;
  }

  .home_layout_wrap  .header-menu .nav-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    color: inherit;
    color: rgba(0,0,0,1);
  }
}

@media (max-width: 767px) {

  .nav_reached_div {
    width: 100%;
  }
  .header-menu-inner .nav-wrapper {
    display: none;
  }
  .main-header {
  }

  .main-header-inner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-header-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-logo-wrapper {
    width: 100%;
  }

  .header-menu-wrapper {
    width: 100%;
  }

  .logo-wrapper .logo {
    margin: -26px 0px 0px 0px;
  }

  .mob-nav-wrapper {
    position: relative;
    width: 100%;
  }

  .mob-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mob-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    margin: 0 auto;
    color: #000000;
  }

  [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;
  }

  .eicon-menu-bar:before {
    content: '\e816';
  }

  .mob-nav .hs-menu-wrapper {
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    font-size: 13px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    background-color: #FFFFFF;
  }

  .menu-open .mob-nav .hs-menu-wrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .mob-nav .hs-menu-wrapper>ul {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative;
    z-index: 2;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mob-nav .hs-menu-wrapper>ul>li {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
  }

  .mob-nav .hs-menu-wrapper>ul>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    color: #000000;
    font-size: 18px;
    font-family: "GTWalsheimCondesnedMedium", Axiforma;
    font-weight: 400;
  }

  .mob-nav .hs-menu-wrapper .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob-nav .hs-menu-wrapper .sub-arrow .e-plus-icon:before {
    content: "+";
  }

  .mob-nav .hs-menu-wrapper .submenu-wrap {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #FFFFFF;
    width: auto;
    display: none;
  }

  .menu-open .eicon-menu-bar:before {
    content: "\e87f";
  }

  .mob-nav .hs-menu-wrapper .submenu-wrap ul {
    display: block;
  }

  .mob-nav .hs-menu-wrapper .submenu-wrap ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
  }

  .mob-nav .hs-menu-wrapper .submenu-wrap ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    text-shadow: none;
    border-left: 8px solid transparent;
    font-size: .85em;
    color: #000000;
    font-family: "GTWalsheimCondesnedMedium", Axiforma;
    font-weight: 400;
  }

  .mob-nav .hs-menu-wrapper ul li a:hover {
    color: #FFFFFF;
    background-color: #1AA1DB;
  }

  .mob-nav .hs-menu-wrapper>ul>li.child-open>a {
    color: #FFFFFF;
    background-color: #1AA1DB;
  }

  .mob-trigger:hover {
    color: #FFFFFF;
  }

  .header-logo-inner {
    justify-content: center;
  }
  .fixed .mob-nav-wrapper {
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 0 10px;
  }


  .mchild-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 100%;
    cursor: pointer;
  }

  .mobile_spacer {
    width: 100%;
    display: none;
    transition: 0.2s ease;
  }

  .fixed .mobile_spacer {
    display: block;
  }

  /*------------*/



  .home_layout_wrap .mob-trigger {
    margin-top: 30px;
    color: #fff;
  }

  .home_layout_wrap .mob-nav .hs-menu-wrapper>ul {
    font-size: 13px;
    font-family: "GTWalsheimCondesnedMedium", Axiforma;
  }

  .home_layout_wrap .mob-nav .hs-menu-wrapper>ul>li>a {
    font-family: "GTWalsheimCondesnedMedium", Axiforma;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 13px;
    color: #494c4f;
  }

  .home_layout_wrap .main-header-wrapper .main-header .mob-nav .hs-menu-wrapper > ul li.child-open > a,
  .home_layout_wrap .main-header-wrapper .main-header .mob-nav .hs-menu-wrapper>ul li.active>a,
  .home_layout_wrap .main-header-wrapper .main-header .mob-nav .hs-menu-wrapper>ul li:hover>a {
    background-color: #55595c;
    color: #fff;
  }

  .home_layout_wrap .mob-nav .hs-menu-wrapper>ul ul>li>a {
    font-size: .85em;
    font-family: "GTWalsheimCondesnedMedium", Axiforma;
    font-weight: 500;
    color: #494c4f;
  }

  .home_layout_wrap .mob-nav .hs-menu-wrapper>ul li.hs-item-has-children > a .sub-arrow i:before {
    content: "\f0d7";
  }

  .home_layout_wrap .mobile_spacer {
    display: none;
  }

  .home_layout_wrap .mob-nav-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
  }

}




/* NFP Header Css */


header.nfp-header {
  font-family: 'Axiforma Light';
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-size: 0.8rem;
  display: block;
  border-top: 5px solid #c60c46;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}

.cntr {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.theme-main-menu {
  background: #000;
  border-bottom: 4px solid #fdb913;
}

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

.nfp-row > .container-fluid {
  width: 100%;
}

.nfp-search-wrap {
  padding: 0px 5px !important;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  background: #000;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  padding: 10px;
  display: block;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #fdb913;
}

.nfp-search-wrap form input.hs-search-field__input:focus {
  border: 1px solid #fff;
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(198 12 70 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(198 12 70 / 25%);
}

.nfp-header ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 9999;
}

.nfp-logo-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.float-left {
  float: left !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.nfp-header .brand + .hl {
  border-left: 1px solid #999;
  height: 60px;
}

.nfp-header .brand img {
  vertical-align: middle;
  border-style: none;
  height: 60px;
  width: auto !important;
}

.nfp-current-date {
  background-color: #c60c46 !important;
  display: inline-block !important;
  float: right !important;
  margin-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  color: #fff !important;
}

.nfp-current-date strong {
  font-family: "Axiforma Bold";
}

.float-right {
  float: right !important;
}

.nfp-search-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nfp-search-wrap form button {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 0;
  background-color: #fff;
  color: #c60c46;
  border: none;
  border-right: 1px solid #f8f9fa;
  box-shadow: none;
}

.nfp-search-wrap form button>.hs_cos_wrapper {
  display: none;
}

.nfp-search-wrap form input.hs-search-field__input {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  outline-offset: -2px;
  -webkit-appearance: none;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 0;
  font-size: 13px;
  border: 1px solid #fff;
}

.nfp-search-wrap form button .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nfp-search-wrap form button .fa-search:before {
  content: "\f002";
}

.nfp-search-wrap form input.hs-search-field__input::placeholder {
  color: #6c757d;
  opacity: 1;
  font-style: italic;
}

.theme-main-menu nav.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.theme-main-menu .navbar-toggler {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.theme-main-menu nav.navbar>.hs_cos_wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.theme-main-menu nav.navbar>.hs_cos_wrapper>.hs_cos_wrapper_type_menu {
  width: 100%;
  display: block;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li {
  border-right: 1px solid #fff;
  text-align: center;
  width: 16.666%;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>a {
  text-decoration: none;
  background-color: transparent;
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-family: 'Axiforma Light';
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li:last-child {
  border-right: none;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li.active>a,
.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li:active>a {
  color: #fdb913;
  font-family: "Axiforma Bold";
  padding-left: 0;
  padding-right: 0;
}

.theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>a:hover {
  color: #fdb913;
}


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


@media (min-width: 992px) {
  .theme-main-menu nav.navbar>.hs_cos_wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .theme-main-menu nav.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    flex-flow: initial;
  }

  .theme-main-menu .navbar-toggler {
    display: block;
    box-shadow: none;
  }

  .theme-main-menu .navbar-toggler:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }

  .theme-main-menu nav.navbar>.hs_cos_wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    margin-top: 20px;
  }

  .theme-main-menu .navbar-toggler .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .theme-main-menu .navbar-toggler .fa:before {
    content: "\f0c9";
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li {
    text-align: left;
    border-right: none;
    width: 100%;
    padding: 5px 0;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li.active>a {
    color: #fdb913;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
  }

  .child-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
  }

  .child-trigger:before,.child-trigger:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
  }

  .child-trigger:before {
    height: 1px;
    width: 10px;
    left: 11.5px;
    top: 15.5px;
  }

  .child-trigger:after {
    width: 1px;
    height: 10px;
    top: 11px;
    left: 16px;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul {
    position: static;
    visibility: visible;
    opacity: 1;
    display:none;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 0.5rem 1rem;
  }



}

@media (max-width: 767px) {
  .nfp-search-wrap {
    padding: 0px 5px !important;
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: 2;
    order: inherit;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nfp-logo-wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .nfp-search-wrap .clearfix {
    width: auto;
  }

  .nfp-search-wrap form input.hs-search-field__input {
    min-width: 50vw;
    margin-left: 10px;
  }


  .mob-nav .hs-menu-wrapper > ul li.hs-item-has-children {
    position: relative;
  }

  .mob-nav .hs-menu-wrapper > ul li.hs-item-has-children:hover > a {
    color: #fff;
    background-color: #1aa1db;
  }


}

@media (max-width: 600px) {
  .nfp-search-wrap {
    display: block;
  }

  .nfp-current-date {
    display: block !important;
    text-align: center;
    float: none !important;
    margin: auto;
    width: 320px;
  }

  .nfp-search-wrap .clearfix .float-right {
    float: none !important;
    margin: auto;
    width: 320px;
  }

  .nfp-search-wrap form input.hs-search-field__input {
    min-width: 0;
    width: 270px !important;
  }

  .nfp-logo-wrap {
    width: 465px;
    margin: auto;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .nfp-logo-wrap .brands.float-left {
    display: inline-block;
    float: none !important;
    margin: 20px 0 0 0;
  }

  .nfp-logo-wrap .brands.float-left .m-3 {
    margin: 10px !important;
  }

  .nfp-header .brand img {
    width: 150px !important;
    height: 100% !important;
    vertical-align: middle;
    display: inline;
  }

  .theme-main-menu .cntr {
    padding-left: 5px;
    padding-right: 5px;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>a {
    padding: 5px !important;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .theme-main-menu nav.navbar .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 5px;
  }
}

@media (max-width: 350px) {
  .nfp-search-wrap form input.hs-search-field__input {
    width: 240px !important;
  }

  .nfp-search-wrap .clearfix .float-right {
    width: 100%;
  }

  .nfp-current-date {
    width: 100%;
  }
}
footer.footer-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #E2DEC6;
}

footer.footer-wrapper .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: transparent;
}

footer.footer-wrapper .footer .footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

footer.footer-wrapper .footer .footer-inner>div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

footer.footer-wrapper .footer .footer-inner>div>div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

footer.footer-wrapper .footer .footer-inner>div>div>div {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.ft_spacer_wrap {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.ft_spacer_wrap .ft_spacer .spacer {
  height: 22px;
}

footer.footer-wrapper .footer .footer-inner>div>div>div>div:last-child {
  margin-bottom: 0 !important;
}

.ft_col_1_cntnt_wrap {
  position: relative;
  width: 100%;
  margin-top: -15px;
  margin-bottom: -55px;
}

.ft_col_1_cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 500px;
}

.ft_col_1_cntnt_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_logo_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.contact_with_us_wrap {
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ft_logo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ft_logo_img {
  position: relative;
  text-align: center;
  width: 100%;
}

.ft_logo_img img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  vertical-align: middle;
  display: inline-block;
  width: 85% !important;
  max-width: 100%;
}

.contact_with_us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact_with_us_inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.contact_with_us_title_wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.ft_social_icon_wrap {
  position: relative;
  width: 100%;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 27px;
  --grid-column-gap: 12px;
  --grid-row-gap: 0px;
}

.contact_with_us_title {
  margin: 0px 0px -8px 0px;
}

.contact_with_us_title_inner {
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.ft_social_icon {
  line-height: 1;
  font-size: 0;
  text-align: left;
  margin: -12px 0px 0px 0px;
}

.procurement_australia_title_wrap {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.procurement_australia_title {
  padding: 0px 0px 0px 54px;
}

.procurement_australia_title_inner {
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}

footer.footer-wrapper .footer .footer-inner .ft_col_2 {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #5e5e5e;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.add_details_wrap {
  position: relative;
  font-weight: 400;
  width: 100%;
  text-align: left;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 13px;
}

.add_details {
  padding: 0px 0px 0px 54px;
}

.add_details h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  color: #000;
}

.add_details h6 a {
  color: #000000;
}

.add_details h6 a:hover {
  color: #000;
}

.ft_col_3_inner .ft_spacer_wrap .ft_spacer .spacer {
  height: 10px;
}

.ft_sitemap {
  position: relative;
  max-width: 100%;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 13px;
  font-weight: normal;
  width: auto;
}

.ft_sitemap_inner {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 40px;
}

.sitemap_title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: inherit;
  font-size: 1rem;
}

.ft_sitemap_inner>.hs_cos_wrapper {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.ft_sitemap_inner .hs-menu-wrapper>ul {
  display: block;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 13px;
  font-weight: normal;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li>a {
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 13px;
  font-weight: bolder;
}

.ft_sitemap_inner .hs-menu-wrapper>ul ul {
  display: block;
}

.ft_sitemap_inner .hs-menu-wrapper>ul ul li a {
  color: #000000;
}

.ft_supplier_links {
  position: relative;
  max-width: 100%;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
  width: auto;
  font-weight: 400;
}

.ft_supplier_links .ft_supplier {
  padding: 50px 0px 0px 35px;
}

.ft_supplier .hs-menu-wrapper ul {
  display: block;
}

.ft_supplier .hs-menu-wrapper>ul>li {
  margin-top: 0;
  margin-bottom: 0.9rem;
  display: block;
}

.ft_supplier .hs-menu-wrapper>ul>li:first-child>ul>li>a {
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
  font-weight: bolder;
}

.ft_supplier .hs-menu-wrapper>ul>li:last-child>ul>li>a {
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li {
  display: block;
}

.ft_img_wrapper {
  position: relative;
  max-width: 100%;
  column-gap: 0px;
  font-family: "Archer", Axiforma;
  font-size: 13px;
  width: auto;
}

.ft_img_wrapper .ft_img {
  padding: 50px 0px 0px 35px;
}

.ft_img_wrapper .ft_img>.hs_cos_wrapper {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.ft_img_wrapper .ft_img img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li {
  display: block;
  float: left;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li:not(:first-child) {
  padding: 6px 0px 0px 35px;
}

.ft_col_3_inner {
  flex-wrap: nowrap;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
  font-weight: bolder;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li:nth-child(2)>ul>li ul li a {
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul {
  margin-top: 0.9rem;
  line-height: 1.5;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 12px;
}

.ft_sitemap_inner .hs-menu-wrapper>ul:before,.ft_sitemap_inner .hs-menu-wrapper>ul:after {
  content: "";
  clear: both;
  display: block;
}

.ft_sitemap_inner .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-child {
  margin-bottom: -2px;
}
.ft_sitemap_inner .hs-menu-wrapper>ul>li>a[href*="javascript:;"] {
  cursor: text;
}

@media (min-width: 768px) {
  footer.footer-wrapper .footer .ft_col_1_wrapper {
    width: 34.009%;
  }

  footer.footer-wrapper .footer .ft_col_2_wrapper {
    width: 18.969%;
  }

  footer.footer-wrapper .footer .ft_col_3_wrapper {
    width: 46.354%;
  }

  .ft_logo_wrap {
    width: 50%;
  }

  .contact_with_us_wrap {
    width: 50%;
  }
}




@media (max-width: 960px) {
  .ft_col_1_cntnt_inner {
    flex-wrap: wrap;
  }

  .ft_col_1_cntnt_inner .ft_logo_wrap {
    width: 100%;
  }

  .ft_col_1_cntnt_inner .contact_with_us_wrap {
    width: 100%;
  }

  .ft_sitemap_inner .hs-menu-wrapper>ul>li {
    float: none;
    padding-left: 0 !important;
  }

  .ft_sitemap {
    width: 100%;
  }

  footer.footer-wrapper .footer .footer-inner>div {
    width: 33% !important;
  }
}

@media (max-width: 767px) {
  footer.footer-wrapper .footer .footer-inner {
    display: block;
  }

  footer.footer-wrapper .footer .footer-inner>div {
    display: block;
    width: 100% !important;
    text-align: center;
  }

  .ft_social_icon {
    text-align: center;
  }

  .add_details_wrap {
    text-align: center;
  }

  .ft_img_wrapper {}

  footer.footer-wrapper .footer .footer-inner>div>div>div {
    display: block;
  }

  footer.footer-wrapper .footer .footer-inner .ft_col_2 {
    border: 0;
  }

  .add_details {
    padding: 0;
  }

  .procurement_australia_title {
    padding: 0;
  }

  .ft_sitemap_inner {
    padding: 0;
  }

  .ft_img_wrapper .ft_img {
    padding-left: 0;
    padding-top: 25px;
  }

  .ft_col_3_inner>.ft_spacer_wrap {
    display: none;
  }

  .ft_col_2_inner>.ft_spacer_wrap {
    display: none;
  }

  .ft_col_1_inner .ft_spacer_wrap:last-child {
    display: none;
  }
}












/* NfP  footer */




.nfp_footer {
  background-color: lightgrey;
  padding-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: #5e5e5e;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-family: "axiforma";
  font-size: 0.8rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
}

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

.nfp_footer .cntr .nfp_ft_row {
  margin-right: 0px;
}

.nfp_ft_col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.nfp_ft_row .nfp_ft_col:nth-child(1) {
  padding-right: 0px;
  margin-right: 1%;
  border-right: none;
}

.nfp_ft_row .nfp_ft_col:nth-child(2) {
  flex: 0 0 49%;
  max-width: 49%;
}

.nfp_sitemap_title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "chaparral-pro", serif;
  color: #5e5e5e;
  margin-left: -10px;
  font-size: 18px;
}


.nfp_sitemap_row .hs-menu-wrapper >ul>li {
  padding: 0px 5px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 3%;
  display: block;
  float: left;
}
.nfp_footer .cntr .nfp_ft_row .hs-menu-wrapper>ul {
  width: 100%;
}
.nfp_footer .cntr .nfp_ft_row .hs_cos_wrapper {
  width: 100%;
}
.nfp_sitemap_row .hs-menu-wrapper >ul >li >a {
  line-height: 1.2;
  font-family: "chaparral-pro", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #5e5e5e;
  display: block;
}

.nfp_footer .cntr .nfp_ft_row >.hs_cos_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.nfp_footer .cntr .nfp_ft_row >.hs_cos_wrapper .hs-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  display: block !important;
  flex-direction: unset !important;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul>li {
  margin-bottom: 5px;
  font-family: 'Axiforma Light';
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul>li>a {
  color: #5e5e5e;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  display: block !important;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li:nth-child(2) >ul {
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li:nth-child(2) >ul>li:not(:first-child) {
  margin-bottom: 1.5rem;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li:nth-child(2) >ul>li>a {
  margin-bottom: 5px;
  display: block;
  color: #5e5e5e;
  font-family: "Axiforma Bold";
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul>li {
  margin-bottom: 5px;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul>li>a {
  color: #5e5e5e;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul>li:first-child {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "chaparral-pro", serif;
  line-height: 1.2;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul>li:first-child>a {
  font-family: "chaparral-pro", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #5e5e5e !important;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li:nth-child(2) >ul>li:nth-child(2)>a {
  margin-bottom: 1.5rem;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul>li>a:hover {
  color: #c60c46;
}

.nfp_sitemap_row .hs-menu-wrapper >ul >li >ul ul>li>a:hover {
  color: #c60c46;
}
.nfp_ft_col1 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  border-right: 1px solid black;
  padding-right: 0px;
  padding-left: 0px;
  flex: 0 0 61%;
  max-width: 61%;
  margin-right: 2%;
  min-height: 350px;
}

.nfp_ft_col2 {
  padding: 0px 5px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 3%;
}

.nfp_ft_col2_title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "chaparral-pro", serif;
  line-height: 1.2;
}

.nfp_add_details p {
  color: #5e5e5e;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Axiforma Light';
}
.nfp_ft_btns>div:last-child {
  margin-bottom: 1rem;
}
.nfp_ft_btns>div {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.nfp_ft_btns>div a {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  background-color: transparent;
  color: #f0782c;
  text-align: center;
  border: 2px solid #f0782c;
  padding: 10px;
  font-size: 1.25rem;
  border-radius: 13px;
  font-family: "chaparral-pro", serif;
  display: block;
}

.nfp_sitemap_row .hs-menu-wrapper>ul>li:nth-child(2)>a {
  margin: 0;
}
.nfp_ft_col1_row1 {
}

.nfp_ft_col1>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: 1rem;
  margin-right: 0px;
}

.nfp_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.nfp_connect_with_us_title>div {
  line-height: 1.2;
  font-family: "chaparral-pro", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.nfp_social_links >a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #54595f;
  color: #fff !important;
  border-radius: 3px;
}

.nfp_social_links >a .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa-instagram:before {
  content: "\f16d";
}

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

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



/* media query */

@media (max-width:1024px){
  .nfp_ft_row .nfp_ft_col:nth-child(1) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .nfp_ft_row .nfp_ft_col:nth-child(2) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}


@media (max-width:767px){
  .nfp_sitemap_row .hs-menu-wrapper>ul>li {
    max-width: 100%;
    flex: none;
  }

  .nfp_ft_col2 {
    max-width: 100%;
    flex: none;
  }
}

@media (max-width:600px){
  .nfp_sitemap_row .hs-menu-wrapper>ul>li {
    margin-bottom: 15px;
  }

  .nfp_ft_col2 {
    margin-bottom: 15px;
  }

  .nfp_ft_col1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0%;
    border-right: none;
  }

}
@media(max-width: 1199px) and (min-width:962px ) {
  .add_details {
    padding: 0;
  }

  .procurement_australia_title {
    padding: 0;
  }
}

<body> <script type="text/javascript">
_linkedin_partner_id = "643292";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=643292&fmt=gif" />
</noscript>
</body>
/* Menu and simple menu */

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


.procureright_page .main-section form .hs-form-field>label{
  width: 150px;
  display: inline-block;
}
.procureright_page .main-section form .hs-form-required {
  float: right;
  color: #bf0000;
  padding-left: 5px;
  display: block;
}
.procureright_page .main-section form .hs-form-field .input {
  display: inline-block;
  width: calc(100% - 150px );
  padding-left: 11px;
}
.procureright_page .main-section form .hs-form-field .hs-input{
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 0.2em 0.3em;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  min-height: 1.9em;
}

.procureright_page .main-section .hs-form-field {
  position: relative;
  display:flex;
  flex-wrap:wrap;
}
.procureright_page .main-section  ul.no-list.hs-error-msgs {
  position: static;
  z-index: 99;
  color: #bf0000;
  margin-bottom: 10px;
  margin-left: 162px;
}
.procureright_page .main-section .hs-button{
  color: #fff;
  border: 1px solid #a3bee2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #779dd5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#779dd5), to(#5186cb));
  background-image: -webkit-linear-gradient(top, #779dd5, #5186cb);
  background-image: -moz-linear-gradient(top, #779dd5, #5186cb);
  background-image: linear-gradient(to bottom, #779dd5, #5186cb);
  padding: 0.4em 1em;
  font-size: 1em;
  text-transform: none;
  line-height: 1.5!important;
}
.procureright_page .main-section .hs-button:hover {
  border: 1px solid #45638c;
}
.procureright_page .main-section .actions {
  margin-left: 110px;
}
.procureright_page .main-section iframe,
.procureright_page .main-section .oembed_container {
  max-height: 100%!important;
  max-width: 100%!important;
}

.procureright_page .main-section form .hs_additional_comments label{
font-weight:400;
}
@media (max-width:767px){
  .procureright_page .main-section form .hs-form-field>label {
    width: 100%;
    display: inline-block;
  }
  .procureright_page .main-section form .hs-form-field .input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .procureright_page .main-section .actions {
    margin-left: 0;
  }
  .procureright_page .main-section form .hs-form-required {
    float: left;
}
  .procureright_page .main-section ul.no-list.hs-error-msgs {
    margin-left: 0;
}
}
.pswp--open .pswp__caption {
  bottom: 0;
  z-index: 5;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: hsla(0,0%,93.3%,0.9);
}

.pswp--open .pswp__caption .pswp__caption__center {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  max-width: unset;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  color: hsla(0,0%,93.3%,0.9);
}

.pswp__button.pswp__button--arrow--left,
.pswp__button.pswp__button--arrow--right{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  position: absolute;
  font-size: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
  float: none;
  color:hsla(0,0%,93.3%,0.9);
  background: none;
}

.pswp__button.pswp__button--arrow--left::before{
  content: '\e87e';
}

.pswp__button.pswp__button--arrow--left::before,
.pswp__button.pswp__button--arrow--right::before{
  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;
  transition: transform .3s;
  position: relative;
  background: none;
  height: auto;
  width: auto;
  left: 0;
  top: 0;
}

.pswp__button.pswp__button--arrow--right::before{
  content: '\e87d';
}

.pswp__button.pswp__button--arrow--left:hover::before,
.pswp__button.pswp__button--arrow--right:hover::before {
  transform: scale(1.2);
}

.pswp__ui .pswp__top-bar{
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  color: hsla(0,0%,93.3%,0.9);
  font-size: 20px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  padding: 15px 20px;
  padding-left: 1em;
  padding-right: 2.6em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
}

.pswp__button.pswp__button--share {
  background: transparent !important;
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
  font-size: inherit;
  font-weight: 400;
  color: hsla(0,0%,93.3%,0.9);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: eicons;
  width: auto;
  float: none;
  height: auto;
  border-radius: 0;
}

.pswp__button--share::before {
  content: '\e96c';
}

.pswp__button--share:hover {
  color: #fff;
}

.pswp--open .pswp__button.pswp__button--close {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  color: hsla(0,0%,93.3%,0.9);
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  background: transparent !important;
  z-index: 2;
  width: auto;
  font-size: 20px;
      z-index: 89;
  height: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: absolute;
  margin-top: 0;
    margin-top: -4px;
}

.pswp--open .pswp__button.pswp__button--close::before {
  content: '\e87f';
  transition: transform .3s;
  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;
}

.pswp--open .pswp__button.pswp__button--close:hover {
  transform: rotate(90deg);
  color: #fff;
}

.pswp__button.pswp__button--fs,
.pswp__button.pswp__button--zoom {
  cursor: pointer;
  padding: 0.25em;
  margin: 0 0.35em;
  font-size: inherit;
  color: hsla(0,0%,93.3%,0.9);
  height: auto;
  width: auto;
  font-weight: 400;
  font-style: normal;
  float: none;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: eicons;
  background: none;
  background-position: 0;
}

.pswp__button.pswp__button--zoom::before {
  content: '\e92e';
}

.pswp__button.pswp__button--fs::before {
  content: '\e95c';
}

.pswp__top-bar .pswp__counter {
  font-size: .75em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgb(238 238 238 / 90%);
  margin-right: auto;
  bottom: 5px;
  line-height: 1.5;
  left: 0;
  height: auto;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  position: unset;
  width: auto;
  padding: 0;
}

.pswp__share-modal .pswp__share-tooltip a {
  -webkit-transition: opacity .5s .1s;
  -o-transition: opacity .5s .1s;
  transition: opacity .5s .1s;
  font-size: 12px;
  line-height: 2.5;
  display: block;
  color: #2c2c2c !important;
  padding: 0;
  border-radius: 0 !important;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  background: none !important;
}

.pswp__share-modal .pswp__share-tooltip {
  min-width: 200px;
  display: block;
  right: 39px;
  position: absolute;
  top: 60px;
  padding: 14px 20px;
  border-radius: 3px;
  padding: 14px 20px;
  transform-origin: 90% 10%;
  -webkit-transition: all .25s .1s;
  -o-transition: all .25s .1s;
  transition: all .25s .1s;
  -webkit-box-shadow: 0 4px 15px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 15px rgb(0 0 0 / 30%);
}

.pswp__share-modal .pswp__share-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 10px;
  border: 9px solid transparent;
  border-bottom-color: #fff;
  -webkit-transform: translateY(-100%) scaleX(.7);
  -ms-transform: translateY(-100%) scaleX(.7);
  transform: translateY(-100%) scaleX(.7);
}

.pswp__share-modal .pswp__share-tooltip a.pswp__share--facebook::before {
  content: '\e959';
  position: unset;
  top: 0;
  border: 0;
  right: 0;
}

.pswp__share-modal .pswp__share-tooltip a::before {
  font-size: 1.25em;
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 26px;
}

a.pswp__share--twitter::before {
  content: '\e95a';
}

a.pswp__share--pinterest::before {
  content: '\e95b';
}

a.pswp__share--download::before {
  content: '\e96b';
}

.pswp__share-tooltip a:not(:first-child)::before {
  margin-right: 11px;
}

a.pswp__share--pinterest::before {
  color: #bd081c;
}

a.pswp__share--download::before {
  color: #a4afb7;
}

a.pswp__share--twitter::before {
  color: #1da1f2;
}

a.pswp__share--facebook::before {
  color: #3b5998;
}

.pswp--open .pswp__caption {
  background: unset !important;
}

.pswp__ui .pswp__top-bar {
  background: unset !important;
}

.pswp .pswp__bg {
  opacity: 1 !important;
  background-color: rgba(0,0,0,.8);
}
.pswp__ui--idle .pswp__caption {
  opacity: 0;
  pointer-events: none;
}

.pswp__scroll-wrap {
    cursor: grab;
}

.pswp--supports-fs .pswp__button:hover {
    color: #fff;
}

.pswp__top-bar .pswp__counter {
    opacity: 1;
}

.pswp--supports-fs .pswp__button {
    display: block;
    opacity: 1;
}

@media (max-width: 378px){
  .pswp__preloader {
    display: none;
  }
  .pswp__button.pswp__button--arrow--left, .pswp__button.pswp__button--arrow--right {
    width: 20%;
  }
  .pswp__button.pswp__button--arrow--right {
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .pswp__button.pswp__button--arrow--left::before, .pswp__button.pswp__button--arrow--right::before {
    padding: 10px;
    background-color: rgba(0,0,0,.5);
  }
  .pswp__button.pswp__button--arrow--left {
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pswp--supports-fs .pswp__button {
    -webkit-tap-highlight-color: red;
    -webkit-tap-highlight-color: transparent;
}
.animated {
     -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.cm_animation_delay1 {
    animation-delay: 600ms;
}

.cm_animation_delay2 {
    animation-delay: 800ms;
}

.cm_animation_delay3 {
    animation-delay: 1000ms;
}

.cm_animation_delay4 {
    animation-delay: 1200ms;
}

.cm_animation_delay5 {
    animation-delay: 1400ms;
}

.cm_animation_delay6 {
    animation-delay: 1600ms;
}

.cm_animation_delay7 {
    animation-delay: 1800ms;
}

@keyframes bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,to {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,to {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float,elementor-animation-bob;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink,elementor-animation-hang;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px,8px)
    }

    33.3% {
        transform: translate(-6px,-6px)
    }

    49.95% {
        transform: translate(4px,4px)
    }

    66.6% {
        transform: translate(-2px,-2px)
    }

    83.25% {
        transform: translate(1px,1px)
    }

    100% {
        transform: translate(0,0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px,-8px)
    }

    33.3% {
        transform: translate(-6px,6px)
    }

    49.95% {
        transform: translate(4px,-4px)
    }

    66.6% {
        transform: translate(-2px,2px)
    }

    83.25% {
        transform: translate(1px,-1px)
    }

    100% {
        transform: translate(0,0)
    }
}

.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 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;
}

.eicon-play:before {
  content: '\e89d';
}

[class*="force-full-width-section"].dnd-section,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 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;
}

.fa, .fas {
  font-weight: 900;
}

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

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

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

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



.btn_icon i,.btn_icon svg, .bdt-ep-button-icon i, .bdt-ep-button-icon svg {
  height: 1em;
  width: 1em;
}

.body-wrapper.page {
  overflow: hidden;
}

main ul,main ol {
  margin-bottom: 20px;
}

.banner_wrapper {
  line-height: 1.5;
}

.hs_cos_wrapper_type_rich_text .hs-cta-wrapper {
  display: block;
}
.hs-cta-wrapper img.hs-cta-img{
  transition: opacity 400ms;
  transition-delay: 0ms;
}

.hs_cos_wrapper_type_cta .hs-cta-wrapper:hover img.hs-cta-img,
.hs-cta-wrapper:hover img.hs-cta-img {
  opacity: 0.67;
}



.hs_cos_wrapper_type_linked_image img.hs-image-widget {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hs_cos_wrapper_type_linked_image img.hs-image-widget.loaded {
  opacity: 1;
}
/*  */
.slick-slider button {
  box-shadow: none;
  border: 0;
  padding: 0;
  font-size: 0;
  background: transparent;
  outline:none;
}

.slick-slider .slick-arrow {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0,0%,93.3%,.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: calc(50% - 30px / 2);
  font-size: 0;
}

.slick-slider .slick-arrow.slick-prev {
  left: 10px;
}

.slick-slider .slick-arrow.slick-next {
  right: 10px;
}

.slick-slider .slick-arrow:after {
  content: '';
  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;
  font-size: 25px;
}

.slick-slider .slick-arrow.slick-prev:after {
  content: '\e87e';
}

.slick-slider .slick-arrow.slick-next:after {
  content: '\e87d';
}

.slick-slider ul.slick-dots {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  color: #fff;
  cursor: default;
  bottom: 5px;
  left: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.slick-slider ul.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
}

.slick-slider ul.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border: 0;
  background: #000;
  opacity: .2;
  font-size: 0;
  line-height: 0;
}

.slick-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-initialized.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.image_gallery button.slick-prev.slick-arrow {
  left: 0;
}

.image_gallery button.slick-next.slick-arrow {
  right: 0;
}


.fa-search-plus:before {
  content: "\f00e";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.tada_effect{
  animation-name: tada_effect;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@keyframes tada_effect {
  from,to {
    transform: scale3d(1,1,1)
  }

  10%,20% {
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }

  30%,50%,70%,90% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }

  40%,60%,80% {
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
}


.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  z-index: 1;
}

.hs-search-field.hs-search-field--open input.hs-search-field__input {
  float: none;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for,
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions a {
  padding: 5px;
}

/*-------------*/
.slick-lightbox {
  z-index: 99999999 !important;
  background: black !important;
}

.slick-lightbox .slick-slider .slick-arrow {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
  transform: translateY(-50%) translateY(-45px);
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.3);
  font-size: 0;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .3s ease 1s;
  border-radius: 0;
}

.slick-lightbox .slick-slider:hover .slick-arrow {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
}

.slick-lightbox .slick-slider button.slick-prev.slick-arrow {
  left: 0;
}

.slick-lightbox .slick-slider button.slick-next.slick-arrow {
  right: 0;
}

.slick-lightbox .slick-slider .slick-arrow:after {
  font-size: 0;
}

.slick-lightbox-slick-item:before {
  display: none  !important;
}

.slick-lightbox-slick-item-inner {
  max-width: 100% !important;
  max-height: unset !important;
  position: relative;
  z-index: 2;
}

.slick-lightbox-slick-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-lightbox-slick-img {
  max-width: 100% !important;
}
.slick-lightbox button.slick-lightbox-close {
  fill: currentcolor;
  overflow: visible;
  font: inherit;
  line-height: 0;
  background: transparent;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  height: auto;
  top: 10px;
  right: 10px;
  font-size: 0;
  line-height: 0;
  transform: translateY(calc(-100% - 10px ));
  transition-delay: 1s;
  transition: transform 0.3s ease 1s, background 0s ease 0s;
}

.slick-lightbox button.slick-lightbox-close:hover{
  background: #c36;
}

.slick-lightbox:hover button.slick-lightbox-close {
  transform: translateY(0);
  transition: transform 0.3s ease 0.5s, background 0s ease 0s;
}

.slick-lightbox-slick-item-inner {
  max-width: 100% !important;
  max-height: unset !important;
}

.slick-lightbox-slick button.slick-prev:after{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/left_arrow.svg) !important;
}

.slick-lightbox-slick button.slick-prev:hover:after{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/left_arrow_hover.svg) !important;
}

.slick-lightbox-slick button.slick-next:after{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/right_arrow.svg) !important;
}
.slick-lightbox-slick button.slick-next:hover:after{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/right_arrow_hover.svg) !important;
}

.slick-lightbox button.slick-lightbox-close:before{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/close_icon.svg) !important;
  font-size: 0;
  line-height: 0;
}
.slick-lightbox button.slick-lightbox-close:hover:before{
  content: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/close_icon_hover.svg) !important;
  font-size: 0;
  line-height: 0;
}

.slick-lightbox .slick-lightbox-slick-img {
  display: block;
  width: auto;
  max-width: 100vw !important;
  max-height: 100vh !important;
}

.slick-lightbox-slick-item-inner:before {
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  height: auto;
  margin: 0;
  height: 58px;
  width: 100%;
  z-index: 8;
  transform: translateY(calc(-100% - 10px ));
  transition-delay: 1s;
  transition: transform 0.3s ease 1s, background 0s ease 0s;
}

.slick-lightbox:hover .slick-lightbox-slick-item-inner:before {
  transform: translateY(0);
  transition: transform 0.3s ease 0.5s, background 0s ease 0s;
}

.slick-lightbox-slick-item-inner {
  position: static;
}

.slick-lightbox-slick-item {
  position: relative;
  z-index: 5;
}

/*  */
.fa-print:before {
  content: "\f02f";
}

.community_housing ,
.equipment_layout {
  font-family: 'Axiforma';
  color: #54595F;
}

.community_housing .hs_cos_wrapper_type_rich_text h2 ,
.equipment_layout .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
  color: #54595f;
  font-family: 'Axiforma';
}

.community_housing .hs_cos_wrapper_type_rich_text ul,
.equipment_layout .hs_cos_wrapper_type_rich_text ul{
  margin:0 ;
}

.community_housing .hs_cos_wrapper_type_rich_text a ,
.equipment_layout .hs_cos_wrapper_type_rich_text a {
  color: #6EC1E4;
}

.cm_web_page .hs_cos_wrapper_type_rich_text ul li > h5 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.community_housing .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-sub-title,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-sub-title, 
.community_housing .ppe_cat_wrap.hvr_effc .bdt-fancy-tabs-content .bdt-fancy-tab-title,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-fancy-tabs-content .bdt-fancy-tab-title,
.community_housing .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-text ,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-text {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.community_housing .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-sub-title ,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-sub-title {
  font-size: 16px;
}

.community_housing .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-text ,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper .bdt-fancy-tab-text {
  color: #4e4a67;
  line-height: 1.5em;
  font-size: 1rem;
}

.community_housing .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper a.btn ,
.equipment_layout .ppe_cat_wrap.hvr_effc .bdt-tab-content-wrapper a.btn {
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.community_housing .hs_cos_wrapper_type_rich_text h3 {
  color: #000000;
  font-family: Axiforma;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.community_housing .hs_cos_wrapper_type_rich_text h4 {
  color: #54595f;
  font-family: "Archer", Axiforma;
  font-weight: normal;
  font-size: 2rem;
}

.community_housing .hs_cos_wrapper_type_rich_text h4 {
  color: #54595f;
  font-family: "Archer", Axiforma;
  font-weight: normal;
  font-size: 2rem;
}

.community_housing .partners_silder button.slick-arrow:before {
  color: #828282;
}

.community_housing .partners_silder .bgslider .slick-prev.slick-arrow::before {
  content: "\e91a";
  font-size: 20px;
}

.community_housing .partners_silder .bgslider .slick-next.slick-arrow::before {
  content: "\e928";
  font-size: 20px;
}

.community_housing  .cm-featured-section .cm-advanced-button a.cm-bdt-button {
  color: #ffffff;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 26px 26px 26px 26px;
  font-family: "Axiforma", Axiforma;
  font-size: 14px;
  font-weight: bold;
}

/*-------haeder ------*/

.logo.hm_logo {
  display: none;
}

.home_layout_wrap .main-header .logo.gl_logo {
  display: none;
}

.home_layout_wrap .main-header .logo.hm_logo {
  display: block;
}


.home_container .solutions-wrapper .top_title {
  padding-bottom: 20px;
}

.home_container .solutions-wrapper .top_title h2 {
  color: #828385;
  font-size: 45px;
  font-weight: bold;
}

.home_container .full-width-slider-wrapper .cm-slide-heading {
  font-family: "Axiforma", Axiforma;
}

.home_container .full-width-slider-wrapper .full-width-slider-inner.slick-slider {
  margin-bottom: 0;
}

.home_container .full-width-slider-wrapper ul.slick-dots li.slick-active button {
  background-color: #1AA1DB;
}

/*  */
.home_layout_wrap .main-header .header-logo-wrapper {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
} 

.home_layout_wrap .main-header .logo.hm_logo {
  margin: 0;
  padding: 5px 10px 0px 0px;
}

.home_layout_wrap .main-header .logo.hm_logo img {
  width: 90% !important;
  max-width: 100%;
}

.home_layout_wrap .main-header .header-menu-wrapper .nav-wrapper {
  margin-top: 30px;
}

.home_layout_wrap .header-top-spacer .spacer-inner {
  height: 10px;
}


.home_layout_wrap .header-bottom-spacer-wrapper .spacer-inner {
  height: 4px;
}


.home_layout_wrap footer.footer-wrapper .footer .ft_col_3_wrapper .ft_sitemap ul > li.hs-menu-item.hs-menu-depth-1:nth-child(2) li.hs-menu-depth-2 > a {
  font-size: 13px;
}

.home_layout_wrap footer.footer-wrapper .footer .ft_col_3_wrapper .ft_sitemap ul > li.hs-menu-item.hs-menu-depth-1:nth-child(2) li.hs-menu-depth-2:not(last-cild) {
  margin-bottom: 0;
}

.home_layout_wrap footer.footer-wrapper .footer .ft_col_3_wrapper .ft_sitemap ul > li.hs-menu-item.hs-menu-depth-1:nth-child(2) li.hs-menu-depth-3 a {
  font-size: 13px;
}

/*----------*/

a.bnr_btn {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  outline: 0;
  position: relative;
  transition: all .3s ease-out;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  border-radius: 26px 26px 26px 26px;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto Condensed",Axiforma;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

a.bnr_btn .inner_row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

a.bnr_btn .btn_icon {
  position: relative;
  display: inline-flex;
  z-index: 0;
  margin-left: 6px;
  order: 2;
  height: 100%;
  line-height: 0;
}

a.bnr_btn .text {
  position: relative;
  display: inline-block;
  z-index: 0;
  order: 1;
}


a.bnr_btn .btn_icon {
  font-size: 16px;
  line-height: 0;
}

a.bnr_btn .btn_icon i:before {
  font-size: 16px;
}

a.bnr_btn .btn_icon i {
  font-size: 0;
  width: 16px;
  height: 16px;
}


a.bnr_btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s ease-out;
  background: #666;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

a.bnr_btn:hover:after {
  width: 100%;
}

a.bnr_btn:hover {
  color: #fff;
}

a.bnr_btn.hvr_brdr:hover {
  border-width: 3px 3px 3px 3px;
}

.home_container .home_top_area .full-width-slider-wrapper .cm-slide-heading {
  font-family: "Roboto Condensed", Axiforma;
}


.home_container .home_top_area  .solutions-wrapper .top_title h2 {
  color: #000000;
  font-family: "Cormorant", Axiforma;
  font-size: 46px;
  font-weight: 500;
}

.home_container .home_top_area .solutions-wrapper .sub-title {
  font-family: "Roboto Condensed", Axiforma;
}

.home_container .home_top_area .solutions-wrapper .sub-title p {
  font-size: 14pt;
}

.home_container  .solutions-wrapper.has-bg-style h2.sol__title {
  font-family: "Roboto Condensed", Axiforma;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}


.home_top_area .hm_banner .btn_row_wrap .btn_container {
  padding: 10px;
}

.home_top_area .hm_banner .btn_row_wrap .btn_container .btn_item {
  width: auto;
}

.home_top_area .hm_banner .btn_item.bt1 {
  padding-right: 50px;
}

.home_top_area .hm_banner .btn_item.bt2 {
  padding-right: 35px;
}

.home_top_area .hm_banner .btn_item.bt3 {
  padding-right: 36px;
}

.home_top_area .hm_banner .btn_item a.bnr_btn {
  font-size: 14px;
  font-family: "Axiforma", Axiforma;
  padding: 10px 20px;
}

.home_top_area .hm_banner .btn_row_wrap .container {
  max-width: 1404px;
}

.home_top_area .hm_banner .btn_item a.bnr_btn i::before {
  font-size: 14px;
}

.home_top_area .hm_banner .spacer2.widgap {
  height: 182px;
}

.home_container .home_bottom_area .solutions-wrapper.has-bg-style h2.sol__title {
  font-family: "Axiforma", Axiforma;
  font-size: 16px;
  color: #828385;
  font-weight: 600;
}

.home_container .full-width-slider-wrapper .cm-slide-inner {
  padding: 50px;
}

/*--------------*/

/* -------------- */
.suppliers_layout .cnt-bg-wrap {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 69% auto;
}

.suppliers_layout .cnt-bg-wrap .cnt-bg-inner {
  width: 100%;
  max-width: 1000px;
  color: #54595FDE;
  font-family: "Cormorant", Axiforma;
  font-size: 16px;
  padding-top: 220px;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 37px;
      color: #333;
}

.suppliers_layout .cnt-bg-wrap .cnt-bg-area {
  padding: 0px 300px 0px 0px;
  background-color: transparent;
  background-image: linear-gradient( 90deg , #FFFFFF 0%, rgba(255, 255, 255, 0.52) 100%);
}

.solutions-dnd-wrap.dnd-section {
  overflow: hidden;
}

.button-module a.cta_button.hs-button:hover {
  background-color: #7a7a7a;
}

.adv_tabber .top .tablinks_wrap.tabSmall .tablinks {
  display: table-cell;
}

.cm_pepla_cult_page .span3 .image_gallery .img img {
  max-width: 267px;
}

.community_housing .hs_cos_wrapper_type_form form .actions {
  text-align: left;
}

.main_suppliers_section .page-header.section-header h3 {
    color: #000000;
    font-family: "Cormorant", Axiforma;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

img.hs-cta-img.access_tender_cta {
    max-width: 186px;
}
/*-----------*/

@media(max-width:1400px){
  .home_top_area .hm_banner .btn_container .btn_item{
    margin-left: 0;
  } 
}


@media(min-width:768px){

  .home_layout_wrap .main-header .header-logo-wrapper {
    width: 25%;
  } 
  .home_layout_wrap .main-header .header-menu-wrapper {
    width: 74.666%;
  }

  .home_bottom_area .cm-featured-section.cm_content_img_left a.cm-bdt-button {
    left: 43px;
    top: -1px;
  }

  .home_top_area .cm-featured-section.cm_content_img_left a.cm-bdt-button {
    left: 93px;
  }

  .home_top_area .cm-featured-section.cm_content_img_right a.cm-bdt-button {
    left: auto;
    top: 1px;
    right: 111px;
  }

  .dnd-section .row-fluid-wrapper.equal_height_box .span6.dnd-module {
    display: flex;
    flex-wrap: wrap;
  }

  .dnd-section .row-fluid-wrapper.equal_height_box .span6.dnd-module > .hs_cos_wrapper_type_module {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .dnd-section .row-fluid-wrapper.equal_height_box .cm-adv-accordion-wrp {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .cm-adv-accordion-wrp .inner_bbox.border_add {
    height: 100%;
  }

}

@media(max-width:767px){
  a.bnr_btn {
    font-size: 14px;
  } 

  .home_container .full-width-slider-wrapper .cm-slide-description {
    font-size: 16px !important;
  }

  .home_bottom_area .full-width-slider-wrapper .cm-slide-heading {
    font-size: 22px !important;
  }

  .suppliers_layout .cnt-bg-wrap .cnt-bg-inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .suppliers_layout .cnt-bg-wrap {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .suppliers_layout .cnt-bg-wrap .cnt-bg-area {
    padding: 10px;
  }

  .home_container .full-width-slider-wrapper .full-width-slider-inner.slick-slider {
    padding-bottom: 15px;
  }

  .home_top_area .cm-featured-section.cm_content_img_left .cm-spacer-inner {
    height: 400px;
  }
}


@media(max-width:479px){
  .home_container .full-width-slider-wrapper .cm-slide-inner {
    padding: 30px;
  } 

  .cm_pepla_cult_page .full-width-slider-wrapper .cm-slide-contents {
    max-width: 80%;
  }
}


/*------ jatin ----*/
.advertise_page .row-fluid>.span12.dnd-column .cntr {
  padding: 0;
}

.advertise_page blockquote {
  margin: 0.5rem auto;
  height: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 0;
}

.advertise_page blockquote img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  display: inline;
}

.cm_web_page blockquote:before {
  content: "“";
  color: #e6e9ec;
  font-family: Times New Roman,Times,serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
  font-size: calc(1px * 100);
}

.advertise_page .dnd-section .hs_cos_wrapper_type_rich_text {
  background-color: white !important;
  border: 1px solid #d3d3d3;
  padding: 15px;
  padding-top: 5px;
  display: block;
}

.advertise_page h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  font-size: 2rem;
  font-family: "chaparral-pro", serif;
  padding-top: 5px;
  padding-bottom: 7px;
}

.advertise_page p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #212529;
}

.advertise_page .nfc-listing-main-sec .nfc-listing-main {
  padding-bottom: 0;
}

.advertise_page a {
  color: #c60c46;
  text-decoration: none;
  background-color: transparent;
}

.advertise_page a:hover {
  color: #7e082d;
}
/*----- jatin ends-----*/

/*----- mukesh-----*/

.body-container-wrapper hr {
  height: 0;
}

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

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-down:before {
  content: "\f063";
}

/*  */


.about-page .adv_img_wrapper img {
  margin-bottom: 20px;
}

.about-page a.cta_button:hover img {
  opacity: 0.67;
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.about-page .hs_cos_wrapper_type_rich_text p {
  line-height: 1.5;
  font-size: 1rem;
}


/*  */
.full-width-page .hs_cos_wrapper_type_header h1 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  font-size: 2.5rem;
}

.full-width-page p, .full-width-page {
  color: #7A7A7A;
  font-family: "Axiforma";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}

.full-width-page ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: inherit;
}

.full-width-page h2, 
.full-width-page h5, 
.full-width-page h4 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 2rem;
}

.full-width-page h5 {
  font-size: 1.25rem;
}

.full-width-page h4 {
  font-size: 1.5rem;
}

/*  */


.advanced_form.bgAdded .form_outer select {
  background: #fff url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/arrow-down-bk.png) center right no-repeat;
}

.hs-private.hs-private.hs-private button {
  box-shadow: none;
}

.briefing-banner-section .btn_item.it2 a.btn {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.briefing-page h2 {
  padding: 0;
  line-height: 1;
  color: #54595F;
  font-family: "Archer", Axiforma;
  font-size: 30px;
  font-weight: normal;
}

.briefing-page p {
  color: #7A7A7A;
  font-family: "Axiforma";
  font-weight: 400;
}

.briefing-page h3 {
  padding: 0;
  line-height: 1;
  color: #54595F;
  font-family: "Archer", Axiforma;
  font-size: 25px;
  font-weight: normal;
}


.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-up:before {
  content: "\f0d8";
}


.briefing-page .hs-form-field {
  width: 100%;
  float: left;
  padding-top: 1.2em;
}

.briefing-page form input[type=text],
.briefing-page form input[type=email],
.briefing-page form input[type=password],
.briefing-page form input[type=tel],
.briefing-page form input[type=number],
.briefing-page form input[type=file],
.briefing-page form select,
.briefing-page form textarea {
  font-size: 1em;
  float: left;
  line-height: 1.5em;
  padding: 0.2em 0.3em;
  min-height: 1.9em;
}

.briefing-page .hs-form {
  font-size: 13px;
  color: rgb(51, 51, 51);
}

.briefing-page .hs-form input.hs-button {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  border-radius: 20px;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 8px 24px;
  box-shadow: none;
}

.briefing-page .hs-form .actions {
  margin-left: 10px;
  width: 100%;
  float: left;
}

.cm_priv_brief_page .hs-form .hs-error-msgs label , 
.briefing-page .hs-form .hs-error-msgs label {
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 100%;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  display: inline-block;
}

.cm_priv_brief_page .hs-form ul.hs-error-msgs, 
.briefing-page .hs-form ul.hs-error-msgs {
  width: 100%;
  float: left;
}

.cm_priv_brief_page .hs-form ul.hs-error-msgs > li, 
.briefing-page .hs-form ul.hs-error-msgs > li {
  margin: 0;
}

.cm_priv_brief_page .hs-form .hs_error_rollup .hs-error-msgs , 
.briefing-page .hs-form .hs_error_rollup .hs-error-msgs {
  padding-bottom: 15px;
}

div[data-type="iframe-video"] .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

/*  */

.cm_priv_brief_page .middle-section .dnd-section>.row-fluid {
  border-style: solid;
}

.cm_priv_brief_page .middle-section {
  padding: 0 10px 10px;
}

.cm_priv_brief_page .middle-section img.hs-image-widget {
  width: 100%;
  object-fit: contain;
}

.cm_priv_brief_page .middle-section h2 {
  padding: 0;
  line-height: 1;
  color: #000000;
  font-family: "Roboto Condensed", Axiforma;
  font-size: 25px;
  font-weight: normal;
}

.cm_priv_brief_page .middle-section p {
  color: #7A7A7A;
}

.cm_priv_brief_page .cm-adv-accordion-wrp.cm-acc-theme-blue .cm-tab-title .cm-accordion-tab-title {
  font-family: "Roboto Condensed", Axiforma;
  font-weight: 600;
}

.cm_priv_brief_page .cm-adv-accordion-wrp.cm-acc-theme-blue ul {
  color: #7A7A7A;
  margin: 0;
}

.cm_priv_brief_page .middle-section .dnd-section>.row-fluid > .dnd-column {
  border-style: solid;
  border-width: 0px 2px 0px 2px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.cm_priv_brief_page .middle-section .dnd-section>.row-fluid > .dnd-column:last-child {
  border-width: 0px 0px 0px 2px;
}

.cm_priv_brief_page form input:not(.hs-button),
.cm_priv_brief_page form textarea {
  padding: 0.2em 0.3em;
  font-size: 1em;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
}

.cm_priv_brief_page form.hs-form {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(51, 51, 51);
}

.cm_priv_brief_page .hs-form-field {
  float: left;
  position: relative;
  min-height: 2em;
  width: 100%;
  margin-top: 1.2em;
}

.cm_priv_brief_page form label {
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.cm_priv_brief_page form input[type=submit],
.cm_priv_brief_page form .hs-button {
  border-style: solid;
  box-shadow: none;
  font-family: inherit;
  line-height: 1.5;
  margin-left: 10px;
}

.cm_priv_brief_page .bottom-section p {
  font-family: "Axiforma", sans-serif;
}

/*  */

.cm_pepla_cult_page .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #6EC1E4;
  margin-bottom: 0px;
  font-family: "Archer", Axiforma;
  line-height: 1.2;
}

.cm_pepla_cult_page p {
  color: #7A7A7A;
}

.cm_pepla_cult_page h2 {
  padding: 0;
  margin: 0;
  color: #54595F;
  font-family: Axiforma, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

.fa-check:before {
  content: "\f00c";
}

.cm_pepla_cult_page .content-wrapper {
  max-width: 1460px;
}

.fa-dot-circle:before {
  content: "\f192";
}

.animated {
  -webkit-animation-duration: 1.25s !important;
  animation-duration: 1.25s !important;
}

/*  */


.cm_food_services_page h1, 
.cm_food_services_page h2, 
.cm_food_services_page h3, 
.cm_food_services_page h5 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.cm_food_services_page h1 {
  font-size: 2.5rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.cm_food_services_page {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.cm_food_services_page p, 
.cm_food_services_page ul {
  font-family: "Axiforma", sans-serif;
  font-weight: 400;
  color: #7A7A7A;
}

.cm_food_services_page ul {
  margin: 0;
}

.cm_food_services_page h2 {
  font-size: 2rem;
  font-family: Axiforma, sans-serif;
  color: #7A7A7A;
}

.cm_food_services_page .hs_cos_wrapper_type_header h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: #6EC1E4;
}

.cm_food_services_page ul h5 {
  font-family: Axiforma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.cm_food_services_page .bottom-section h2 {
  line-height: 1;
  color: #dfc15e;
  font-family: "Ovo", Axiforma;
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.cm_food_services_page .bottom-section h2 + hr {
  margin: 0;
  margin-top: 11px;
  margin-bottom: 25px;
  width: 14%;
  border-top: #eaeaea solid 3px;
  background: transparent;
  display: inline-block;
}

.bottom-section .hs_cos_wrapper_type_rich_text h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  color: #dfc15e;
  font-family: "Ovo", Axiforma;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bottom-section .hs_cos_wrapper_type_rich_text h3 + hr {
  margin: 0;
  margin-top: 7px;
  margin-bottom: 21px;
  width: 14%;
  border-top: #eaeaea solid 3px;
  background: transparent;
  display: inline-block;
}

.bottom-section .hs_cos_wrapper_type_rich_text p {
  color: #a3a3a3;
}

.slick-slider .slick-arrow,
.image_gallery .slick-slider .slick-arrow {
  font-family: eicons;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}

.image_gallery .slick-slider ul.slick-dots li button {
  display: none;
}

.image_gallery .slick-slider ul.slick-dots li {
  background: #dfc15e;
  opacity: .2;
  cursor: pointer;
}

.image_gallery .slick-slider ul.slick-dots li.slick-active {
  opacity: 1;
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-fax:before {
  content: "\f1ac";
}

.google-map {
  line-height: 0;
}

/*  */

.cm_procurement_page p {
  font-family: "Zilla Slab", Axiforma;
  font-size: 17px;
}

.cm_procurement_page .button-module a.button span.cm-button-text {
  font-family: "Zilla Slab", Axiforma !important;
}

.cm_procurement_page .button-module a.button i.fa-arrow-right:before {
  content: "\f105" !important;
}

.cm_procurement_page .button-module a.button i.fa-arrow-right {
  height: auto;
  width: auto;
}

.cm_procurement_page .button-module .button-item > a.button {
  font-family: "Zilla Slab", Axiforma !important;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  padding-bottom:16px !important;
}

.cm_procurement_page .button-module .button-item > a.button:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}

.cm_procurement_page .bottom-section h3 {
  font-size: 1.75rem;
  padding: 0;
  line-height: 1;
  color: #000000;
  font-family: "Zilla Slab", Axiforma;
  font-weight: 600;
}

.cm_procurement_page .bottom-section .hs_cos_wrapper_type_rich_text p {
  color: #000000;
  font-family: "Zilla Slab", Axiforma;
  font-size: 16px;
  text-align: left;
}

.cm_procurement_page .bottom-section .hs_cos_wrapper_type_rich_text > div {
  columns: 3;
  column-gap: 19px;
  color: #000000;
  font-family: "Zilla Slab", Axiforma;
  font-size: 16px;
}

/* Footer */

footer.footer-wrapper.procurement-footer {
  background-color: #002f62;
  padding: 0 10px;
}

footer.footer-wrapper.procurement-footer .footer > .footer-inner{
  margin-right: auto;
  margin-left: auto;
  max-width: 1485px;
}

footer.footer-wrapper.procurement-footer .footer-col-first-inn {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ft-col-tp-spacer {
  padding: 0 !important;
  margin-bottom: 20px;
}

.ft-col-tp-spacer .ft-col-tp-sp-inn {
  height: 50px;
}

.footer-address-col {
  color: #ffffff;
  font-family: "Zilla Slab", Axiforma;
  font-size: 13px;
  width: auto !important;
  align-self: center;
  display: block !important;
  padding: 0 !important;
}

.footer-image-col {
  text-align: center;
  width: 165px !important;
  max-width: 165px;
  align-self: flex-start;
  display: block !important;
  padding: 0 !important;
}

footer.footer-wrapper.procurement-footer .footer-inner > div {
  width: 25%;
  display: block;
}

.footer-image-col .footer-image-col-inn {
  margin: 0px 0px 0px -12px;
  padding: 16px 0px 0px 15px;
}

.footer-image-col .footer-image-col-inn img.hs-image-widget {
  vertical-align: middle;
  display: inline-block;
  width: 150px !important;
}

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

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

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

.fa-instagram:before {
  content: "\f16d";
}

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

.footer-col-sec-col {
  text-align: center;
  width: 50% !important;
  align-self: center;
  display: block !important;
  float: left;
}

.footer-col-sec-row {
  padding-top: 25px;
  display: block !important;
}


.footer-col-sec-col.four-social {
  text-align: left;
}

.button-module a.cta_button.hs-button {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: all .3s ease-out;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  color: #42B0DE;
  border-style: solid;
  border-width: 1.5px 1.5px 1.5px 1.5px;
  border-radius: 64px 64px 64px 64px;
  padding: 15px 38px 15px 38px;
  font-family: "Axiforma", Axiforma;
  font-size: 17px;
  font-weight: normal;
}

.button-module a.cta_button.hs-button:before {
  border-radius: 64px 64px 64px 64px;
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s ease-out;
  background: #666;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #7A7A7A;
}

.button-module a.cta_button.hs-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  height: 1em;
  width: 1em;
  margin-left: 9px;
}

.button-module a.cta_button.hs-button:hover:before {
  width: 100%;
}

.button-module a.cta_button:hover {
  color: #ffffff;
  border-color: #7A7A7A;
}

@media (min-width:768px) {

  .peo-cult-banner .banner_wrapper .left_col {
    width: 27.36%;
  }

  .peo-cult-banner .banner_wrapper .right_col {
    width: 50%;
    margin-left: 22.64%;
  }

  .peo-cult-banner .banner_wrapper .right_col .right_inner {
    padding: 0px 64px 0px 98px;
  }

  .peo-cult-banner .banner_wrapper .content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 400px;
    max-width: 1461px;
  }

  .peo-cult-banner .banner_wrapper .flex-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


}

@media (max-width:1300px) {



}

@media (max-width:767px) {



  /*    */

  .cm_food_services_page .bottom-section .hs_cos_wrapper_type_rich_text h2 {
    text-align: center;
    font-size: 32px;
    display: inline-block;
    width: 100%;
  }

  .cm_food_services_page .bottom-section h2+hr {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 31px;
  }

  .bottom-section .hs_cos_wrapper_type_rich_text p {
    text-align: center;
  }

  /*    */
  .cm_procurement_page .bottom-section .hs_cos_wrapper_type_rich_text>div {
    columns: 1;
    text-align: left;
  }

  .footer-address-col, .footer-image-col {
    width: 100% !important;
  }

  .footer-col-sec-col {
    width: 100% !important;
    float: none;
  }

  .footer-col-sec-col.four-social {
    text-align: center;
  }

  footer.footer-wrapper.procurement-footer .footer-col-first-inn {
    display: block !important;
  }

  .footer-image-col {
    max-width: 100%;
  }

  .cm-paltd-social-icons {
    padding-top: 25px;
    padding-bottom: 1px;
  }

  .ft-col-tp-spacer {
    display: none !important;
  }

  .footer-col-sec-row {
    padding-top: 0;
  }

  .footer-col-first .ft-col-tp-spacer {
    display: block !important;
  }


}

@media only screen and (max-width: 480px){
  .briefing-page .hs-form {
    padding: 10px;
  }

  .cm_priv_brief_page form.hs-form {
    padding: 10px;
    max-width: 100%;
  }

  .cm_priv_brief_page .hs-form-field {
    margin-top: 0;
  }

  .cm_priv_brief_page form label {
    width: 100%;
  }

  .cm_priv_brief_page form input:not(.hs-button), 
  .cm_priv_brief_page form textarea {
    clear: left;
    font-size: 18px;
    height: 1.5em;
  }


}

@media (max-width:378px) {


  .cm_priv_brief_page .cm-adv-accordion-wrp.cm-acc-theme-blue .cm-tab-title {
    padding: 12px;
  }


}

/*------ mukesh end--------*/
/*------- sagar ------*/
.body-container--home .dnd-section .embed_container {
  max-height: 100% !important;
  max-width: 100% !important;
  vertical-align: middle;
}

.body-container--home .dnd-section .embed_container .iframe_wrapper {
  padding-top: 0;
  width: 100%;
}

.body-container--home .dnd-section .embed_container .iframe_wrapper iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  height: 100%;
  border: none;
}

.body-container--home .dnd-section .hs_cos_wrapper_type_form form .hs_submit {
  text-align: center;
}

.body-container--home .dnd-section .hs_cos_wrapper_type_form form .hs-form-field {
  width: 100%;
  float: left;
}

.body-container--home .dnd-section .advanced_form .form_outer form .hs-form-field {
  width: 100%;
  float: left;
}

.full-width-page .dnd-section form .hs-form-field {
  width: 100%;
  float: left;
}

.body-container--home .lightbox_gallery_wrap .gallery_outer {
  margin: 0;
}

.body-container--home form .hs_enquiry textarea {
  height: 9.4em;
}

form .hs-area_of_interest__c.hs-fieldtype-checkbox span::before {
  box-shadow: 3px 3px 10px 0px #ccc;
}

form .hs_do_you_prefer_to_travel_to_the_event_on_our_organised_bus_tour_or_to_drive_there_on_your_own_ textarea {
  height: 5.8em;
}



.sf-ad-page .hs_cos_wrapper_type_header h1 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  font-size: 2.5rem;
}

.sf-ad-page .dnd-section .widget-type-rich_text p {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.sf-ad-page .dnd-section .widget-type-rich_text blockquote {
  padding: 0;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  font-style: normal;
  border: 0;
}

.sf-ad-page .dnd-section .widget-type-rich_text h4 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

img.hs-cta-img.img_cta_300 {
  max-width: 300px;
  width: 100%;
}
.hs_cos_wrapper_type_module >hr {
  background-color: initial;
}
.sf-ad-page .dnd-section .widget-type-rich_text h6 {
  color: #333;
}
.sf-ad-page .dnd-section .widget-type-rich_text p img {
  vertical-align: unset;
}


.pswp__scroll-wrap>.pswp__container {
  transition: transform .35s ease-in-out 0s;
}
.hs-cta-img.img_cta_271 {
  width: 100%;
  max-width: 271px;
}
.sf-ad-page .dnd-section .widget-type-rich_text h6 {
  font-size: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.sf-ad-page .widget-type-rich_text h2 {
  font-size: 2rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: hsl(0deg 0% 20%);
}

.sf-ad-page .widget-type-rich_text h1 {
  font-size: 2.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: hsl(0deg 0% 20%);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}




.covid_test_kit_page .ppa-benefits-wrapper .ppa-benefits-image img {
  width: 100%;
}

.covid_test_kit_page .ppa-benefits-wrapper .ppa-benefits-image {
  padding: 0;
}

.covid_test_kit_page .ppa-benefits-wrapper .ppa-benefits-items {
  padding: 10px !important;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-image img {
  width: 100%;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-image {
  padding: 0;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items {
  padding: 10px !important;
}

.swabme_solution_page  .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-2 {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-4 {
  border-top: 0;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-1 {
  border-bottom: 1px solid;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-3 {
  border-top: 0;
}

.swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-0 {
  border-bottom: 1px solid;
}

@media (min-width: 576px){
  .sf-ad-page .dnd-section>.row-fluid {
    max-width: 500px;
  }
}

@media (min-width: 768px){
  .sf-ad-page .dnd-section>.row-fluid {
    max-width: 600px;
  }
  .swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-3 {
    width: 53.055%;
  }
}

@media (min-width: 992px){
  .sf-ad-page .dnd-section>.row-fluid {
    max-width: 800px;
  }
}

@media (min-width: 1200px){
  .sf-ad-page .dnd-section>.row-fluid {
    max-width: 960px;
  }
}

/*------sagar ends-----*/
/*------payal ------*/

.enquiry-form_layout form {
  font-size: 13px;
}

.enquiry-form_layout form label {
  vertical-align: middle;
  padding-top: 2px;
}
.enquiry-form_layout .hs_cos_wrapper_type_rich_text h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.iframe_wrapper {
  padding-top: 0 !important;
}
.oembed_container {
  vertical-align: middle;
}
.pricing_page .hs_cos_wrapper_type_rich_text h2 {
  color: #54595F;
  font-family: "Archer", Axiforma;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
.pricing_page {
  color: #7A7A7A;
  font-family: Axiforma;
}
.pricing_page .cm-adv-accordion-wrp .cm-accordion-content {
  font-family: "Axiforma";
}
.widget-type-cta {
  width: 100%;
}
blockquote[data="no_arrow"]:before {
  display: none;
}
.widget-type-cta:hover .cta_button img {
  opacity: 0.67; 
}

.cm_web_page {
  overflow-x: hidden;
}

/*----- payal ends ----*/
/*----rahulj------*/
.fa-headphones:before {
  content: "\f58f";
}

.image_gallery .slick-slide img {
  display: block;
  margin: 0 auto;
}


.gateway-terms .advanced_form .col_wrap .widget_wrap .rich_text p {
  line-height: 1.5;
}

.gateway-terms .advanced_form .col_wrap .widget_wrap .rich_text p span {
  display: inherit;
}

.gateway-terms .advanced_form .col_wrap .widget_wrap .rich_text {
  margin-bottom: 19px;
}

.gateway-terms .advanced_form.bgAdded .form_outer form .hs-form-booleancheckbox > label {
  line-height: 1;
  font-size: 16px;
  font-family: arial,helvetica,sans-serif;
  padding-right: 20px;
  position: relative;
  width: 100%;
  padding-left: 11px;
}

.gateway-terms .advanced_form.bgAdded .form_outer form .hs-form-booleancheckbox > label strong {
  font-weight: 700;
}

.gateway-terms .advanced_form.bgAdded .form_outer form {
  padding: 0 !important;
}

.gateway-terms .hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
  padding-left: 0;
}

.gateway-terms form input[type=checkbox] {
  margin-right: 0;
  width: 9px;
}

.gateway-terms form .hs-fieldtype-booleancheckbox span::before {
  position: absolute;
  right: 5px;
  top: 6px;
}

.gateway-terms .advanced_form.bgAdded .form_outer .hs-form-field {
  margin-bottom: 23px;
}

.gateway-terms form input[type=checkbox]:checked+span::before {
  z-index: 9;
  font-weight: normal;
}

.gateway-terms form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-form-required {
  position: absolute;
  top: 4px;
  font-size: 13px;
  padding-left: 0;
  left: 15px;
}

.gateway-terms form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox .hs-form-required:before {
  display: none;
}

.gateway-terms .advanced_form.bgAdded .form_outer .hs_submit.hs-submit {
  padding: 10px;
  padding-top: 0;
}

.gateway-terms .advanced_form.bgAdded .form_outer .hs_submit.hs-submit input.hs-button {
  margin-top: 0;
  padding: 8px 24px;
}

.gateway-terms .advanced_form.bgAdded .hs-error-msgs label {
  margin-left: 21px;
}

/*-----rahulj ends------*/
/*-------- neha ------*/
.community_housing h1 ,
.equipment_layout h1 {
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #54595F;
  font-family: Axiforma;
  font-weight: 300;
}
.fa-check-circle:before {
  content: "\f058";
}


.aspire-page .image_gallery button.slick-prev.slick-arrow {
  left: 25px;
  position: absolute;
  padding: 5px 10px;
}

.aspire-page .slick-slider .slick-arrow:after {
  font-size: 36px;
  font-family: 'element-pack' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aspire-page .slick-slider .slick-arrow.slick-prev:after {
  content: "\e943";
}

.aspire-page .image_gallery .slick-slider .slick-next.slick-arrow {
  right: 25px;
  padding: 5px 10px;
}

.aspire-page .image_gallery .slick-slider .slick-next.slick-arrow:after {
  content: "\e944";
}
/*------ neha ends------*/
/*------ rahulkr-----*/



.member-section-one .span4 {
  width: 34.679%;
}

.member-section-one .span8 {
  width: 64.653%;
}
.member-section-one .widget-type-header h2{
  color: #818285;
  font-family: "Archer", Axiforma;
  font-size: 30px;
  line-height: 1;
}
.member-section-one .list_row {
  padding: 50px 50px 50px 50px;
}
.member-section-one .list_row li:not(:last-child) {
  padding-bottom: calc(14px/2);
}
.member-section-one .content_list_icon_wrap .list-icon-box {
  margin-right: 0 !important;
  background-color: rgba(129, 130, 133, 0.02);
  border-radius: 50%;
}
.member-section-one .list-icon-inner {
  font-size: 70px;
  padding: 15px 15px 15px 15px;
  border-radius: 50%;
}
.member-section-one .content_list_icon_wrap li.list-item.no_bg_type .list-content-box {
  margin-left: 30px;
}
.member-section-one .content_list_icon_wrap li.list-item.no_bg_type .list-content-box p:last-child {
  margin-bottom: 0;
}
.member-section-one .content_list_icon_wrap li.list-item.no_bg_type .list-content-box p {
  color: #54595F;
  font-family: "Axiforma", Axiforma;
  font-size: 16px;
  font-weight: normal;
}
.member-section-one .list_row li:not(:first-child) {
  padding-top: calc(14px/2);
}
.member-section-one .content_list_icon_wrap .list-icon img {
  display:block;
}
.member-section-one .widget-type-linked_image a:hover img {
  opacity: 0.37;
}
.member-section-one .widget-type-linked_image a img {
  transition: opacity 400ms;
  transition-delay: 0ms;
}
.page-center {
  margin-left: auto;
  margin-right: auto;
}
.member-section-one .content_list_icon_wrap .list-title {
  margin-bottom: 0;
  margin-top: -2px;
  line-height: 1.5em;
}
.archive-section-one .dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.archive-section-one .dnd-section[class*="-force-full-width"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.archive-section-one .hs-search-field {
  background-image: url(//20712983.fs1.hubspotusercontent-na1.net/hubfs/20712983/raw_assets/public/ProcurementAustralia_January2022/images/banner-news-search.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 13.7%;
}

.archive-section-one .hs-search-field form .hs-search-field__input {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Axiforma Light";
}

.archive_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  left: auto;
  top: 50%;
}

.hs-inline-edit .dnd-section img.hs-mce-draggable {
  max-width: 300px;
  width: 100%;
}

.archive-section-one .hs-search-field__bar form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
  width: 50%;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -19px;
}

.archive-section-one .hs-search-field form button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #c60c46;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.archive-section-one .hs-search-field form button span {
  display: none;
}

.archive-section-one .hs-search-field form button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.archive-section-one .hs-search-field form .hs-search-field__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f55c8c;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(198 12 70 / 25%);
  box-shadow: 0 0 0 0.2rem rgb(198 12 70 / 25%);
}
.archive-section-one ul.hs-search-field__suggestions {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 50%;
  margin-top: 20px;
  background: #fff;
  z-index: 10;
}
.archive-section-one ul.hs-search-field__suggestions li {
  padding: 0 10px;
}
.archive-section-one ul.hs-search-field__suggestions li:first-child {
  padding-top: 10px;
}
.archive-section-one ul.hs-search-field__suggestions li > a {
  padding: 5px;
}
.archive-section-one .hs-search-field form .hs-search-field__input::-webkit-input-placeholder,
.archive-section-one .hs-search-field form .hs-search-field__input::placeholder{
  font-style: italic;
  color: #6c757d;
}
@media(max-width:767px){
  .member-section-one .content_list_icon_wrap li.list-item.no_bg_type .list-content-box {
    margin-left: 10px;
  }
  .member-section-one .span8,
  .member-section-one .span4 {
    width: 100%;
  }
  .member-section-one .list_row {
    padding: 0;
  }
  .swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-3 {
    border-bottom: 1px solid;
  }

  .swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-4 {
    border-right: 1px solid;
  }
}

@media(max-width:479px){
  .archive-section-one .hs-search-field__bar form,
  .archive-section-one ul.hs-search-field__suggestions {
    width: 94%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .archive-section-one .hs-search-field {
    padding-bottom: 17.7%;
  }
  .swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-1 {
    border-top: 0;
  }
  .swabme_solution_page .ppa-benefits-wrapper .ppa-benefits-items.ppa-item-4 {
    border-right: 0;
  }
}
/*-----rahulkr ends------*/




.dnd-section .widget-type-form .hs-form {
  max-width: 600px;
  width: 100%;
}



.sf-ad-page .widget-type-rich_text .hs-responsive-embed-wrapper {
  max-width: 800px !important;
  margin: 0 !important;
  max-height: 450px !important;
}

.sf-ad-page .dnd-section .widget-type-rich_text i {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

@media (max-width: 480px) {
  .archive_page .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    right: 10px;
  }
}