/* Theme base styles */

/* Generic */

*, *: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;
}

/* Objects */

/* 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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
  letter-spacing: 1px;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}
.header .container-fluid{
padding:0px;
}
/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  
}
@media(max-width:767px){
h1 {
    font-size: 30px;
}
  h2 {
    font-size: 25px;
}
}
/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}
.container-fluid{
padding:0px !important;

}

@media(min-width:767px) {
.sticky-sidebar .widget-type-cell{
    position: sticky;
    top: 0;
}

}
ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-BoldItalic.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Bold.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-ExtraBold.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.woff2') format('woff2'),
        url('Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-LightItalic.woff2') format('woff2'),
        url('Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Medium.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-SemiBold.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.woff2') format('woff2'),
        url('Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ThinItalic.woff2') format('woff2'),
        url('Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

 

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-BlackItalic.woff2') format('woff2'),
        url('Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Bold.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraLight.woff2') format('woff2'),
        url('Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-MediumItalic.woff2') format('woff2'),
        url('Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Medium.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-SemiBold.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Regular.woff2') format('woff2'),
        url('https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.content-group {
   font-family: Montserrat-Bold, sans-serif !important;
    font-weight: 500;
    font-style: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

.hs-button-modify--full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Tooltip styles for copy to clipboard */

.hs-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  display: none;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #494a52;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  transform: translateX(-50%);
}
.hs-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #494a52;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  transform: translateX(-50%);
}
.hs-tooltip__failure,
.hs-tooltip__success {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.hs-visible {
  display: block;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
form .hs-error-msg, form .hs-error-msgs{
font-size:12px;
}
form .inputs-list > li {
  display: block;
  margin: 0;
}

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top:0;
  padding:0;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator {
    padding: 0 5px;
}

/* Targets all HubSpot form fields when they are focused */
.hs-form input[type="text"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form input[type="url"]:focus,
.hs-form input[type="number"]:focus,
.hs-form input[type="password"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
  border-color: #15a6a6; /* Change border color on focus */
  outline: none; /* Remove default outline */
}

/* Optional: Add a smooth transition for the effect */
.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form input[type="url"],
.hs-form input[type="number"],
.hs-form input[type="password"],
.hs-form textarea,
.hs-form select {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}

.top_header {
  background-color: #15a6a6;
  padding: 15px 0;
}
.top_header_inner * {
  color: #fff !important;
  text-decoration: none;
}
.top_header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_header_inner .top_left {
  padding-right: 30px;
}
.top_header_inner .contact_details ul,
.top_header_inner .top_right ul{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  gap: 20px;
}
.top_header_inner ul li {
  margin: 0;
}
.top_header_inner ul li a img {
  max-width: 15px;
  margin-right:10px;
}
.top_header_inner ul li a {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.tag_line {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.top_header_inner {
  align-items: center;
}
.contact_details {
  margin-top: 20px;
}
.contact_details ul li:nth-child(2) a{
  font-weight:600;
}
.simple_menu ul {
  justify-content: flex-end;
}
/*.top_header_inner .simple_menu ul li:nth-child(2) a {
  font-style: italic;
}*/
.bottom_header .content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bottom_header .logo {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.bottom_header {
  padding: 30px 0 0;
}
.bottom_header .header__button-col {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bottom_header a.header__button.button {
  background-color: #15a6a6;
  border: 1px solid #15a6a6;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 21px;
}
.bottom_header a.header__button.button:hover,
.bottom_header a.header__button.button:active {
  background-color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
.primary__menu ul>li>a:active {
color:#139393 !important;
}
.primary__menu ul>li>a {
  color: #1e1e1e !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  padding:40px 10px 40px 0;
  transition: .2s ease-in-out;
}
.primary__menu ul>li.has_megamenu>a {
  padding: 40px 25px 40px 0;
}
.primary__menu ul>li:hover > a {
  color: #15A6A6 !important;
}
.primary__menu ul li.has_megamenu>a:before {
  position: absolute;
  content: '';
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/dropdown_caret.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 0;
  background-position: center;
}
.primary__menu ul li.has_megamenu:hover>a:before {
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/blue_dropdown.png);
}
.primary__menu ul li {
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
}
.primary__menu ul li.has_megamenu{
  margin: 0 20px 0 0;
}
.primary__menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.bottom_header .content-list {
  position: relative;
}
.mega_menu_outer {
  position: absolute;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 100px 0px #22222226;
  z-index:3;
  width: 100%;
  left: 0;
  right: 0;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  top: 100%;
  min-height: 612px;
  display: flex;
  flex-wrap: wrap;
}
.primary__menu ul li.has_megamenu:hover .mega_menu_outer {
  opacity: 1;
  visibility: visible;
}
.mega_menu_bottom_block {
  display: flex;
  flex-wrap: wrap;
}
.mega_menu_bottom_block .mega_menu_bottom_inner:last-child {
  padding-right: 0;
}
.mega_menu_bottom_block .mega_menu_bottom_inner {
  width: 25%;
  padding-right:20px;
}
.mega_menu_top_block {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7B7B7B80;
}
.mega_menu_top_right a {
  border: 2px solid #15A6A6;
  padding: 10px 15px !important;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #15A6A6;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.mega_menu_top_right {
  width: 50%;
  text-align: right;
}
.mega_menu_top_left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.mega_menu_inner .icon {
  background-color: transparent;
  padding: 0;
  width: 10%;
  max-width: 30px;
}
.mega_menu_inner .content {
  width: 90%;
  padding-left: 15px;
}
.mega_menu_top_left h6 {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mega_menu_top_left p {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 350px;
  line-height: 1.6;
}
.mega_menu_bottom_inner_col {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mega_menu_bottom_inner_col h6, .mega_menu_bottom_inner_col h6 a {
  font-size: 14px;
  font-weight: 700;
  color: #1E1E1E !important;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}
.mega_menu_bottom_inner_col h6 {
  margin-bottom: 10px;
}
.mega_menu_bottom_inner_col p {
  color: #1E1E1E !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.mega_menu_bottom_inner_col {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 110px;
}
.mega_menu_bottom_inner_col:last-child {
  margin-bottom: 0;
}
.mega_menu_bottom_inner_col h6:hover a {
  color: #15A6A6 !important;
}
.mega_menu_top_right a:hover {
  background-color: #15a6a6;
  color: #fff;
}
.mega_menu_top_right a {
  transition: .2s ease-in-out;
}
.bottom_header .logo img {
  max-width: 220px !important;
}
.primary__menu ul>li:hover>a {
  color: #15a6a6 !important;
}
.contact_details ul li a,
.top_header_inner ul li a{
  transition: .2s ease-in-out;
}
.contact_details ul li:hover a,
.top_header_inner ul li:hover a{
  color: #1e1e1e !important;
}
.contact_details ul li:hover a img,
.top_header_inner ul li:hover a img{
  filter: brightness(0%);
}
.top_header_inner .top_left img {
  transition: .2s ease-in-out;
  cursor: pointer;
}
.top_header_inner .top_left img:hover {
  opacity: 0.8;
}
.drop-down .options li a>span {
  color: #1E1E1E !important;
}
.drop-down .options li a:hover > span {
  color: #fff !important;
}


ul.hs-language-switcher__menu li.hs-language-switcher__item a {
  color: #1e1e1e !important;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px 6px 50px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
ul.hs-language-switcher__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  display: none;
}
.hs-language-switcher__button span {
  color: #1E1E1E !important;
  text-align: center;
  display: block !important;
}
.hs-language-switcher__button span svg {
  display: none;
}
.hs-language-switcher__button {
  background-color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 5px;
  color: #1e1e1e !important;
  font-weight: 700 !important;
  padding: 15px 15px 15px 50px;
  text-align: center;
  text-transform: uppercase !important;
  width: 100%;
}
.hs-language-switcher .hs-language-switcher__inner-wrapper {
  max-width: 190px;
  position: relative;
}
.hs-language-switcher__inner-wrapper.open_lang_drpdwn .hs-language-switcher__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

ul.hs-language-switcher__menu li.hs-language-switcher__item a:before, button.hs-language-switcher__button:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
  left: 17px;
  top: 8px;
}
a[lang="en-gb"]:before {
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/GB-NIR%20-%20Northern%20Ireland.png);
}
a[lang="en"]:before {
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/English_language.svg.png);
}
a[lang="en-au"]:before {
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/AU%20-%20Australia.png);
}
button.hs-language-switcher__button{
  position: relative;
}
button.hs-language-switcher__button[aria-label="English"]:before{
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/English_language.svg.png); 
}
button.hs-language-switcher__button[aria-label="English - United Kingdom"]:before{
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/GB-NIR%20-%20Northern%20Ireland.png); 
}
button.hs-language-switcher__button[aria-label="English - Australia"]:before{
  background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/AU%20-%20Australia.png);  
}
button.hs-language-switcher__button:before {
  top: 15px;
}

/*********************** Tabber Css ************************/

.mega_menu_outer.tabber__outer {
  padding: 0;
}
.mega_menu_outer.tabber__outer .mega_menu_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mega_menu_outer.tabber__outer .left__tabs {
  width: 30%;
  background-color: #15A6A6;
}
.mega_menu_outer.tabber__outer .tabb__content {
  width: 70%;
  padding: 50px 50px 50px 20px;
  overflow: hidden;
}
.mega_menu_outer.tabber__outer .left__tabs ul {
  display: block;
  margin: 0;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding:20px;
  text-transform: uppercase;
  margin-right: 0;
  line-height: 1.5;
  cursor: pointer;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current {
  background-color: #fff;
  color: #15A6A6;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current {
  background-color: #fff;
  color: #15A6A6;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab:hover {
  background-color: rgb(255 255 255 / 25%);
  color: #fff;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current svg circle {
  fill: #15A6A6;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current svg path {
  fill: #15A6A6;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab svg {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current:hover path {
  fill: #fff;
}
.mega_menu_outer.tabber__outer .left__tabs ul li.tab.current:hover circle {
  fill: #fff;
}
.tabb_top_text h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1.5;
}
.tabb_top_text .desc, .tabb_top_text .desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.tabb_top_text {
  padding:30px 20px 60px;
}
.tabb_top_text h5 img {
  vertical-align: middle;
  margin-right: 5px;
  max-width: 30px !important;
}
.tabb__content .tab-content{
  display: none;
}
.tabb__content .tab-content.current{
  display: block;
}
.box_layout .featured_image {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30% 0;
  border-radius: 5px;
}
/* .box_layout {
width: calc(33% - 11px);
margin-right: 20px;
}
.box_layout:nth-child(3n) {
margin-right: 0;
} */
.box_layout .content {
  text-align: center;
  padding-left: 0;
  width: 100%;
  margin-top: 20px;
}
.box_layout .content h6, .box_layout .content h6 a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #1E1E1E;
  transition: .2s ease-in-out;
}
.box_layout .content h6{
  margin-bottom:15px; 
}
.box_layout .desc, .box_layout .desc p {
  font-size: 14px;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.7;
}

/********************* Location Dropdown Css **************************/

.mega_menu_top_block.location_block .mega_menu_top_left {
  width:65%;
  padding-right: 20px;
}
.mega_menu_top_block.location_block .mega_menu_top_right {
  width: 35%;
}
.mega_menu_top_block.location_block .mega_menu_top_left p {
  max-width: 100%;
}

.drop-down{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.drop-down .selected a {
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop-down.open__dropdown .selected a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.drop-down.open__dropdown .selected a img {
  transform: rotate(180deg);
}
.drop-down .selected a span{
  color: #7b7b7b !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.drop-down .option{
  position:relative; 
}

.drop-down .options ul{
  background-color: #DCF2F2;
  border: 1px solid #DCF2F2;
  border-radius: 5px;
  border-top: 0;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.drop-down .selected span.value, .drop-down .options span.value{
  display: none;
}

.drop-down .options li a {
  border: 0;
  text-align: left;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 5px 0 !important;
  background-color: transparent !important;
  display: block;
  text-transform: capitalize;
}
.drop-down .options li {
  margin: 0;
  padding: 7px 20px;
  transition: .2s ease-in-out;
}
.drop-down .options li:hover {
  background-color: #15A6A6;
}
.drop-down .options li:hover a {
  color: #fff !important;
} 
.location_dropdown {
  position: relative;
}
.mega_menu_top_right>p {
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #7B7B7B;
}



/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*  Numbers */
/* .mega_menu_bottom_block .owl-dots {
counter-reset: dots;
}
.mega_menu_bottom_block .owl-dot:before {
counter-increment:dots;
content: counter(dots);
} */

.mega_menu_bottom_block .owl-nav button {
  align-items: center;
  background: #15a6a6 !important;
  border-radius: 100% !important;
  bottom: 0;
  display: flex !important;
  height: 40px;
  justify-content: center;
  position: absolute;
  width: 40px;
}
.mega_menu_bottom_block .owl-nav button span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.mega_menu_bottom_block .owl-nav button.disabled {
  background: #bdbdbd !important;
}
.mega_menu_bottom_block .owl-nav .owl-prev {
  left:0;
}
.mega_menu_bottom_block .owl-nav .owl-next {
  right:0;
}
.mega_menu_bottom_block .owl-stage-outer {
  padding-bottom: 50px;
}
.mega_menu_bottom_block .owl-nav, .mega_menu_bottom_block .owl-dots {
  text-align: center;
}

.mega_menu_bottom_block .owl-dots {
  counter-reset: dots;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom:8px;
  z-index: 1;
  width: 30%;
}
.mega_menu_bottom_block  .owl-dots .owl-dot button {
  background-color:transparent;
  border: 0;
  color: #cacaca;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 12px;
  padding: 0;
}
.mega_menu_bottom_block .owl-dot.active button {
  color: #15A6A6 !important;
}
.mega_menu_bottom_block .owl-nav {
  height:45px;
  margin: 0 auto;
  max-width: 290px;
  position: relative;
  min-width: 250px;
  z-index: 1;
}
.mega_menu_bottom_block .owl-nav button {
  margin: 0 !important;
}
.mega_menu_bottom_block .owl-theme .owl-nav {
  margin-top: 0;
}

.mega_menu_bottom_block .owl-stage-outer {
  overflow: visible;
}
.primary__menu {
  width: 80%;
}
.bottom_header .header__button-col {
  width: 20%;
  justify-content: right;
}
.mega_menu_outer.tabber__outer .owl-dots {
  counter-reset: dots;
}
.mega_menu_outer.tabber__outer .owl-dots button:before {
  background-color: #fff;
  border: 0;
  color: #cacaca;
  content: counter(dots);
  counter-increment: dots;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 12px;
  padding: 0;
}
.mega_menu_outer.tabber__outer button.owl-dot.active:before {
  color: #15a6a6 !important;
}
.mega_menu_outer .owl-dots span {
  display: none !important;
}

.mega_menu_top_left h6 a {
    color: #1e1e1e !important;
    text-decoration: none;
}
.box_layout .content h6 a:hover, .mega_menu_top_left h6 a:hover {
    color: #15a6a6 !important;
}

@media (max-width:1250px){
  .primary__menu ul>li>a {
    font-size: 14px;
  }
  .bottom_header a.header__button.button {
    font-size: 14px;
  }
}

@media (max-width:1140px){
  .primary__menu ul li.has_megamenu {
    margin: 0 10px 0 0;
  }
  .primary__menu ul>li.has_megamenu>a {
    padding: 40px 20px 40px 0;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    font-size: 16px;
  }
}
@media (max-width:1100px){
  .tag_line {
    font-size: 16px;
  }
}


@media (max-width:1025px){
  .top_header_inner .top_left {
    display: none;
  }
  nav.hs-language-switcher {
    display: none;
  }
  .top_header_inner {
    display: block;
  }
  .tag_line {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
  }  
  .bottom_header .header__button-col {
    display: none;
  }
  .primary__menu {
    width: 100%;
    display: none;
  }
  .menu__burger, .mobile_buttons{
    display:block !important; 
  }
  .primary__menu ul {
    display: block;
  }
  .logo__outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .close_menu {
    display: none;
  }
  .bottom_header {
    padding: 20px 0;
  }
  .bottom_header .logo img {
    max-width: 180px !important;
  }
  .menu__burger.open__menu .close_menu {
    display: block;
  }
  .menu__burger.open__menu .open_menu {
    display: none;
  }
  .mobile_buttons {
    background-color: #15A6A6;
    padding: 20px;
  }
  .mobile_buttons .contact_details {
    margin: 0;
  }
  .mobile_buttons ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .mobile_buttons ul li {
    margin: 0;
  }
  .mobile_buttons ul li a img {
    max-width: 15px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .mobile_buttons ul li a {
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 14px;
    text-decoration: none;
    line-height: 1.3;
    display: inline-block;
  }
  body.buger_menu_open .mobile_buttons {
    background-color: transparent;
  }
  body.buger_menu_open .mobile_buttons a {
    background-color: #15A6A6;
  }
  .primary__menu ul>li.has_megamenu>a,.primary__menu ul>li>a {
    padding: 12px 0;
    display: block;
  }
  .primary__menu ul li.has_megamenu>a:before {
    transform: rotate(-90deg);
  }
  .primary__menu ul li {
    margin: 0 !important;
  }
  .primary__menu ul>li>a {
    font-size: 16px;
  }
  .primary__menu {
    padding: 50px 0;
  }
  .primary__menu ul>li:hover>a {
    font-style:italic;
  }
  .primary__menu ul li.has_megamenu:hover>a:before {
    background-image: url(https://info.tapestodigital.com/hubfs/theme_2024/images/home/dropdown_caret.png);
  }
  .primary__menu.mobile__menu .mega_menu_outer {
    visibility: visible !important;
    opacity: 1 !important;
    position: static;
    display: none;
  }
  .primary__menu.mobile__menu{
    display:block;
  }
  .primary__menu.desktop__menu{
    display:none;
  }
  .back_to_menu img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .back_to_menu {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #1E1E1E !important;
  }  
  .logo__outer.add_bck_btn {
    justify-content: center;
  }
  .logo__outer.add_bck_btn .back_to_menu {
    max-width: 85px;
  }
  .logo__outer.add_bck_btn .logo {
    padding: 0 20px;
    width: calc(100% - 91px);
    text-align: center;
  }
  .logo__outer.add_bck_btn .menu__burger {
    text-align: right;
    max-width: 50px;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul {
    display: block !important;
  }
  .primary__menu.mobile__menu .mega_menu_outer {
    min-height: unset;
  } 
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    font-size: 14px;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    padding: 15px 20px;
  } 
  .tabb_top_text h5 {
    font-size: 16px;
  }
  .mega_menu_top_right a {
    font-size: 14px !important;
  }
  .tabb_top_text {
    padding: 30px 20px 40px;
  }
  .hidden {
    display: none !important;
  }

}

@media (max-width:992px){
  .mega_menu_bottom_block .mega_menu_bottom_inner {
    width: 33%;
  }
  .mega_menu_outer.tabber__outer .tabb__content {
    padding: 50px 20px 50px 20px;
  }
  .tabb_top_text h5 {
    font-size: 14px;
  }
  .mega_menu_outer.tabber__outer .left__tabs {
    width: 35%;
  }
  .mega_menu_outer.tabber__outer .tabb__content {
    width: 65%;
  } 
  .mega_menu_bottom_block .owl-dots .owl-dot button {
    font-size: 18px;  
  }
  .mega_menu_inner .content {
    padding-left: 7px;
    padding-right: 10px;
  }  
}


@media (max-width:767px){
  .mega_menu_outer {
    box-shadow: none;
    padding: 0;
  }
  .mega_menu_top_left {
    width: 100%;
    margin-bottom: 30px;
  } 
  .mega_menu_top_right {
    width: 100%;
    text-align: left;
  }
  .mega_menu_top_left p {
    max-width: 100%;
  }
  .mega_menu_top_block {
    border-bottom: 0;
  } 
  .mega_menu_bottom_block .mega_menu_bottom_inner {
    width: 50%;
  } 
  .tabb_top_text {
    display: none;
  } 
  .mega_menu_top_left {
    width: 100%;
    margin-bottom: 30px;
  } 
  .mega_menu_top_right {
    text-align: left;
    width: 100%;
  }
  .mega_menu_top_block {
    border-bottom: 0;
  }
  .mega_menu_top_left p {
    max-width: 100%;
  } 
  .mega_menu_outer.tabber__outer .left__tabs {
    width: 100%;
  }
  .mega_menu_outer.tabber__outer .tabb__content {
    width: 100%;
  }
  .mega_menu_bottom_block.owl-carousel.owl-theme {
    display: block;
  }
  .box_layout .featured_image {
    display: none;
  }
  .box_layout .content {
    text-align: left;
  } 
  .box_layout .content h6, .box_layout .content h6 a {
    text-transform: uppercase;
  } 
  .mega_menu_outer.tabber__outer .tabb__content {
    padding: 40px 0 0;
  } 
  .mega_menu_inner .content {
    padding-right: 0;
  }
  .box_layout .content h6 {
    margin-bottom: 6px;
  }
  .box_layout.item {
    margin-bottom: 30px;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab svg {
    display: none;
  } 
  .mega_menu_outer.tabber__outer .left__tabs ul {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
  } 
  .mega_menu_outer.tabber__outer .left__tabs {
    background-color: transparent;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    box-shadow: 4px -4px 4px -1px #15A6A68C inset;
    background-color: #15A6A68C;
  } 
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab.current,.mega_menu_outer.tabber__outer .left__tabs ul li.tab:hover {
    box-shadow: none !important;
    color: #15a6a6;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    text-align: center;
  }
  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    font-size: 16px;
    font-weight:500;
  }  
  .mega_menu_bottom_inner_col:last-child {
    margin-bottom: 30px;
  }
  .mega_menu_bottom_inner_col {
    min-height: unset;
  } 
  .location_slideup ul.tabs.location_tabbs_dropdown {
    background-color: #DCF2F2;
    border: 1px solid #DCF2F2;
    border-radius: 5px;
    border-top: 0;
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block !important;
  }  

  .mega_menu_inner.mobile_location_block>.left__tabs>ul.tabs {
    display: none !important;
  } 
  .slideup_ul {
    border: 1px solid #BDBDBD;
    min-height: 44px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7b7b7b !important;
    position: relative;

  }
  .slideup_ul:before {
    background-image: url(https://info.tapestodigital.com/hubfs/theme_2024/images/home/dropdown_caret.png);
    background-repeat: no-repeat;
    background-position: 98%;
    position: absolute;
    width: 13px;
    height: 9px;
    right: 14px;
    content:'';
  }
  .location_slideup.open_location_drpdwn .slideup_ul:before{
    transform: rotate(180deg); 
  }
  .location_slideup ul.tabs.location_tabbs_dropdown li.tab {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.08;
    text-transform: capitalize;
  }
  ul.tabs.location_tabbs_dropdown li.tab {
    box-shadow: none !important;
    background-color: transparent !important;
    color:#1E1E1E !important;
    text-align: left !important;
    padding: 10px 0 !important;

  }
  .mobile_location_block .location_dropdown>p {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .mega_menu_top_block.location_block .mega_menu_top_left {
    padding-right: 0;
    width: 100%;
    order: 2;
    margin-top: 85px;
  }
  .mega_menu_top_block.location_block .mega_menu_top_right {
    width: 100%;
    order: 1;
  }
  .mega_menu_top_block.location_block {
    padding-bottom: 0;
  }
  .mobile_location_block .box_layout .content h6, .mobile_location_block .box_layout .content h6 a {
    color: #15A6A6;
  }
  .mobile_location_block .box_layout .content h6 {
    background-image: url(https://43847527.fs1.hubspotusercontent-na1.net/hubfs/43847527/theme_2024/images/home/location__icon.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
  }  


  .mega_menu_outer.tabber__outer .left__tabs ul li.tab {
    margin: 0 !important;
    padding: 7px 20px !important;
    transition: .2s ease-in-out;
  }

  /*   .mega_menu_outer.tabber__outer .left__tabs ul li.tab.current, .mega_menu_outer.tabber__outer .left__tabs ul li.tab:hover{
  background-color: #15A6A6 !important;
  color: #fff !important;
} */
  .mega_menu_top_right>p {
    color: #1e1e1e;
  }
  .primary__menu ul>li.has_megamenu>a, .primary__menu ul>li>a {
    display: block;
    padding: 8px 0;
  }
}

@media (max-width:600px){
  .mega_menu_bottom_block .mega_menu_bottom_inner {
    width: 100%;
    padding-right: 0;
  }
  .mega_menu_bottom_inner_col {
    min-height: unset;
    margin-bottom: 40px;
  }
  .mega_menu_bottom_inner_col:last-child {
    margin-bottom: 40px;
  }
  .mobile_buttons ul {
    display: block;
    text-align: center;
  } 
  /*   .mobile_buttons ul li a {
  width: 100%;
} */
  .mobile_buttons .contact_details ul li:first-child {
    margin-bottom: 15px;
  }
  .primary__menu.mobile__menu {
    padding: 50px 0 0;
  }  
}

@media (max-width:480px){
  .mega_menu_top_right a {
    width: 100%;
  }
  .bottom_header .logo img {
    max-width: 102px !important;
  }
  .mobile_buttons ul li a {
    font-size: 12px;
  }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */