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

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

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

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

.no-list {
  padding-left: 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;
}
/* Primary button */

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

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

/* 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 .inputs-list > li {
  display: block;
  margin: 0.7rem 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.35rem;
  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;
}
/* 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 */

html {
  scroll-behavior: smooth;
}

/* 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;
}
/* END Navigation skipper */


/* Site Wide */

.notification-bar{
  display: none !important;
}

.w-container,
.content-wrapper, 
.header__wrapper{
/*   width: 1200px;
  width: 86%; */
/*   max-width: 86%; */ 
  width: 86%;
  max-width: 86%; /* overide default container */
  margin: 0 auto;
}

.dnd-section > .row-fluid{
  width: 100% !important;
  max-width: 100% !important
}

.header-bottom .dnd-section > .row-fluid{
  width: 86% !important;
  max-width: 86% !important;
}
body .dnd-section{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body #main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section > .row-fluid {
  max-width: 100% !important;
  width: 100% !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
  font-family: "apotek", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

body h1{
/*   font-size: 55px;
  line-height: 60px; */
  font-size: 80px;
  line-height: 80px;
  
  font-size: 60px;
  line-height: 60px;
}
body h2{
/*   font-size: 55px;
  line-height: 60px; */
  font-size: 45px;
  line-height: 50px;
}

body h3,
body h4,
body h5,
body h6{
  color: #333;
}

body h3{
/*   font-size: 32px;
  line-height: 42px; */
/*   font-size: 45px;
  line-height: 45px; */
  font-size: 32px;
  line-height: 37px;
}

body p{
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}

body ul,
body ol{}

body .content li{
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
body .content li:last-child{
  margin-bottom: 0;
}

body .content ul{
  list-style: none;
  padding: 0;
}
body .content ul li{
  padding-left: 35px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
body .content ul li:before{
  content: '';
  display: inline-block;
  background: url(https://44184681.fs1.hubspotusercontent-na1.net/hubfs/44184681/Site%20Assets/check-mark-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 1px;
  left: 0;
}


button, .button:not(.header-top-button):not(.tab-button):not(.header__button), .hs-button{
  font-family: "apotek-cond", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 21px !important;
  text-transform: uppercase !important;
}

.button.outline{
  background: #fff;
  border-color: #024423;
  color: #024423;
}
.button.outline:hover{
  background: #024423;
  border-color: #024423;
  color: #fff;
}

.button.download{
  background: #fff;
  border-color: #024423;
  color: #024423;
  background-image: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/download-icon.png);
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border-color: #024423;
  color: #024423;
  padding-left: 57px;
 }
.button.download:hover{
  background: #024423;
  border-color: #024423;
  color: #fff;
  
  background-image: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/download-icon-hover.png) !important;
  background-position: left 25px center;
  background-repeat: no-repeat;
  background-size: 18px;
 }


.content p > a,
.content li > a{
  color: #333;
  text-decoration: underline;
  font-weight: 400;
}

a.link-arrow,
.content p > strong > a{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 24px;
  color: #00355e;
  text-decoration: underline;
  
  padding-right: 17px;
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/triangle-right-dark-green.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right center;
  
}
/* a.link-arrow:after{
  content: '';
  display: inline-block;
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/triangle-right-dark-green.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  margin-left: 7px;
} */
.content p > a:hover{
  color: #8BC641;
}

a.link-arrow:hover,
a.link-arrow:active,
a.link-arrow:focus,
.content p > strong > a:hover,
.content p > strong > a:active,
.content p > strong > a:focus{
  color: #8BC641;
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/triangle-right-light-green.png);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right center;
  
      font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding-right: 17px;
    text-decoration: underline;
}
/* a.link-arrow:hover:after{
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/triangle-right-light-green.png);
  background-size: cover;
  background-repeat: no-repeat;
} */



@media (max-width: 1400px) {
  body h1,
  body h2{
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 1024px) {
  body h1,
  body h2{
    font-size: 35px;
    line-height: 40px;
  }
  body h3{
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  body h2{
    font-size: 28px;
    line-height: 33px;
  }
  body h3{
    font-size: 22px;
    line-height: 32px;
  }
  body p,
  body .content li{
    font-size: 16px;
    line-height: 20px;
  }
  
  body button, 
  body .button, 
  body .hs-button{
/*     font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px; */
  }
}


/* END Site Wide */


/* Site Header */
.header__wrapper{
  width: 100%;
  max-width: 100% !important;
}

.mobile-tab-trigger{
  display: none;
  
  width: 100%;
  text-align: center;
}
.mobile-tab-trigger p{
  margin-bottom: 0;
  position: relative;
}
.mobile-tab-trigger p span{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #024423;
  text-decoration: underline;
/*   font-size: 13px;
  line-height: 15px; */
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.mobile-tab-trigger p img{
  width: 8px;
  height: auto;
  margin-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-tab-trigger span.active + img{
  transform: rotate(180deg);
  top: 8px;
}

.mm-navbar__title,
.mm-navbar__title>span{
  font-size: 21px;
}
@media (max-width: 450px) {
  .mm-navbar__title,
  .mm-navbar__title>span{
    font-size: 4vw;
  }
}

/* Fix mobile menu appearing for a sec when scrolling back to top of page on mobile */
/* Removed becuase it effected the mobile menu closing */
/* .mm-menu{
  opacity: 0;
}
.mm-menu--opened{
  opacity: 1;
} */


.header-top{
  background: #8BC641;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.site-tabs{
  display: inline-block;
}

/* Updated for CADProtect Tab */
@media (min-width: 1241px) {
  .site-tabs{
    display: inline-block !important;
    overflow: visible !important;
  }
}

.site-tabs a{
  position: relative;
  text-decoration: none;
  background: #a2d167;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.site-tabs a.current{
  background: #fff;
  color: #8BC641;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-tabs a.current:after{
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 15px;
  bottom: -14px;
  left: 0;
}
.button.header-top-button.button.button--secondary{
  float: right;
  font-size: 16px;
  background-color: #004724;
  border-color: #004724;
  color: #fff;
}
.button.header-top-button.button.button--secondary:hover{
  background: #fff;
  color: #004724;
  border-color: #004724;
}


body .header__bottom{
    padding: 30px 0;
    padding: 20px 0;
}

.header__logo img{
  width: 150px;
  width: 200px;
  margin-top: 5px;
}

.header__bottom{
  background-color: transparent !important;
}

body .header__menu-link{
  position: relative;
}
body .header__menu-link:hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #8bc641;
  position: absolute;
  bottom: -2px;
}


@media (min-width: 1085px){
  body .header__menu-submenu{
    width: 270px;
    padding: 30px 25px;
    left: 15px;
    border-radius: 5px;
    top: 32px;
  }
  body .header__menu-submenu:before {
      content: '';
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      top: -10px;
      left: 0;
  }
  body .header__menu-submenu .header__menu-item{
    margin-bottom: 10px;
  }
  body .header__menu-submenu .header__menu-item:last-child{
    margin-bottom: 0;
  }
  body .header__menu-submenu .header__menu-link{
    font-size: 15px;
    padding: 0;
  }

  body .header__menu-child-toggle,
  body .header__menu-child-toggle:hover{
    background: url(https://44184681.fs1.hubspotusercontent-na1.net/hubfs/44184681/Site%20Assets/Triangle-green.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    width: 12px;
    background-position: center center;
    margin-left: 6px
  }
}

@media (max-width: 1084px){
  body .header__menu-submenu{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background-color: transparent;
    border: none !important;
  }
  
  body .header__menu-link,
  body .header__menu-submenu .header__menu-link{
    padding: 14px 20px;
    border: none;
  }
  body .header__menu-item--depth-1{
    border-top: none;
  }
  .mm-listitem:after{
    left: 0 !important;
  }
}

body .header__menu-child-toggle svg{
  display: none;
}
  

.header__menu--mobile{
  display: none !important;
}

span.show-for-sr{
  display: none;
}

@media (min-width: 767px){
  body .header__container--left .header__logo-col {
    flex: initial;
  }
}

@media (max-width: 1350px){
  body .header__menu-item--depth-1{
    padding: 0 12px;
  }
  body .header__menu-link{
    font-size: 1.18vw;
  }
  .header__menu-wrapper > .header__menu-link{
  }
  .header__menu-link .header__menu-link{
    
  }
}

@media (min-width: 1202px) and (max-width: 1300px){
  .site-tabs a{
    font-size: 14px;
  }
  .button.header-top-button{
    font-size: 14px !important;
  }
}
@media (min-width: 1156px) and (max-width: 1201px){
  .site-tabs a{
    font-size: 13px;
  }
  .button.header-top-button{
    font-size: 13px !important;
  }
}
@media (min-width: 1085px) and (max-width: 1155px){
  .site-tabs a{
    font-size: 12px;
    margin-right: 8px;
  }
  .button.header-top-button{
    font-size: 12px !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1180px){
  .header__logo img{
    width: 150px;
  }
  body .header__menu-item--depth-1 {
    padding: 0 10px;
  }
  body .header__menu-link{
    font-size: 14px;
  }
}

@media (max-width: 1084px){
  
  header.header{
    position: relative;
  }
  .header-top .w-container{
/*     position: relative; */
  }
  
  .mobile-tab-trigger{
    display: block;
    padding: 8px 0;
  }
  .site-tabs{
    
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 5px;
    width: calc(100% + 20px);
    
    display: none;
  }
  .site-tabs.mobile-active{
    display: flex;
  }
  .site-tabs a,
  .site-tabs a.current{
    display: inline-block;
    margin-bottom: 10px;
    width: calc(50% - 14px);
    border-radius: 5px;
  }
  .site-tabs a.current:after{
    display: none;
  }
  
  body .header__bottom {
    padding: 35px 0 30px 0;
    padding: 35px 0 25px 0;
  }
  
  body .header__menu-item--depth-1{
    padding: 0;
  }
  
  /* Hide desktop menu */
  .header__menu-col .header__menu--desktop,
  .header__menu-toggle--close{
    display: none !important;
  }
  
  body .header__menu-child-toggle{
    background-image: none;
  }
  
  body .header__menu-container--mobile,
  body .header__menu-toggle{
    display: block;
  }
  body .header__menu-container--mobile{
    position: relative;
/*     position: relative;
    top: 15px; */
  }
  
  body .header__container--left .header__wrapper--bottom{
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
  body .header__container--left .header__menu-col{
    margin-left: 0;
    margin-right: 25px;
  }
  
  body .header__container--left .header__menu-col,
  body .header__container--left .header__logo-col{
    flex: unset;
  }
  
  body .header__logo img{
    margin-top: 0;
    margin-top: 5px;
  }
  
  
  body .header-top-button{
    position: relative;
/*     top: 90px;
    top: 52px; */
    z-index: 1000;
    position: absolute;
    right: 7%;
    bottom: 23px;
    bottom: 34px;
  }
  
  
  body .header__button-col{
    display: none;
  }
}

@media (max-width: 767px){  
  .header-top .row-fluid [class*=span],
  .header-bottom .row-fluid [class*=span]{
    float: left;
  }
  .header-top .row-fluid .span12,
  .header-bottom .row-fluid .span12{
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }
  
  .mobile-tab-trigger p span{
    font-size: 12px;
    line-height: 15px;
  }
  
  .site-tabs a{
    font-size: 13px;
    padding: 15px 15px;
  }
  
  body .button.header-top-button{
    font-size: 14px;
/*     top: 84px;
    top: 55px; */
    padding-top: 13px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 23px;
    bottom: 26px;
    bottom: 33px;
  }
}

/* Updated .button.header-top-button to .button.header-top-button.button.button--secondary for CADProtect tab updates*/
@media (max-width: 650px){
  body .header__logo img{
/*      margin-top: -20px;
    width: 50vw;
    margin-bottom: 9vw; */
  }
  body .button.header-top-button.button.button--secondary{
/*     font-size: 10px; */
/*     top: 78px;
    top: 61px; */
/*     padding: 10px 15px;
    bottom: 30px;
    bottom: 40px; */
    
/*     float: left;
        left: 50%;
    right: auto;
    transform: translateX(-50%); */
/*     right: auto;
    float: left;
    font-size: 13px !important;
    
    bottom: 5.5vw; */
/*     float: left;
        left: 50%;
    right: auto;
    transform: translateX(-50%); */
/*     left: 80px;
    left: 20vw; */
  }
}

@media (max-width: 550px){
  body .header__logo img{
/*     width: 90%;
   margin-top: -25px;
    margin-bottom: 25px; */
    
  }
  body .header__container--left .header__menu-col{
    margin-right: 20px;
  }
  
  body .header__menu-container--mobile{
    top: 0;
  }
  body .header__menu-toggle svg{
    width: 6vw;
    height: 6vw;
    top: 0.6vw;
    top: 1.8vw;
    position: relative;
  }
  
  body .button.header-top-button.button.button--secondary{
/*     bottom: 5.5vw;
    left: 80px;
    left: 20vw; */
  }
}



/* Mobile Header -- re-do to keep side-by-side */
@media (max-width: 1280px){
  .header__logo img{
    width: 150px;
  }
}

@media (max-width: 1084px){
body .header__logo img{
    margin-top: 3px;
    margin-top: 0;
    margin-top: 5px;
  }
  
}

@media (max-width: 767px){  
	body .button.header-top-button.button.button--secondary{
    font-size: 14px;
/*     top: 84px;
    top: 55px; */
    padding-top: 13px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 23px;
/*     bottom: 26px; */
  }
}


@media (max-width: 650px){
  body .button.header-top-button.button.button--secondary{
    font-size: 10px;
/*     top: 78px;
    top: 61px; */
    padding: 10px 15px;
    bottom: 30px;
    bottom: 40px;
  }
}


@media (max-width: 550px){
  body .header__menu-container--mobile{
    top: 10px;
    top: 2vw;
    top: 0;
  }
  body .header__logo img{
    width: 40%; 
    width: 29vw;
    width: 25vw;
    margin-top: 1vw;
    margin-top: 2vw;
  }
  body .header__container--left .header__menu-col{
    margin-right: 20px;
  }
  body .header__menu-toggle svg{
    width: 6vw;
    height: 6vw;
    top: 0.6vw;
    position: relative;
  }
  
  body .button.header-top-button.button.button--secondary{
    bottom: 6vw;
    bottom: 8vw;
    bottom: 6.5vw;
    font-size: 10px !important;
    
    bottom: 8.5vw;
    font-size: 2.59vw!important;
  }
}
@media (max-width: 350px){
  body .button.header-top-button.button.button--secondary{
    bottom: 9.5vw;
  }
}

/* END Site Header */

/* Mobile Header */

/* END Mobile Header */


/* Banner - banner global styles -- other styles in module */
/* END Banner */

/* Home Banner */
/* END Home Banner */

/* Interior Banner */
/* END Interior Banner */




/* Site Footer */
.footer{}
.footer .w-container{
  display: flex;
  align-items: center;
}
.footer img{
  width: 100%;
  height: auto;
}

.footer-top{
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 60px 0;
}
.main-logo{
  width: 30%;
}
.brand-logos{
  width: 70%;
  display: flex;
  align-items: center;
  padding-left: 2%;
  right: -2%;
  position: relative;
  justify-content: space-evenly;
}
.logo-item{
  width: 20%;
  padding: 0 2%;
/*   padding: 0 10px; */
}
.logo-item:nth-child(4){
  width: 13%;
}

.footer-bottom{
  display: flex;
  padding: 40px 0;
}

.footer-left{
  width: 30%;
  display: flex;
  align-items: center;
}
.social-label{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #00355E;
  font-size: 17px;
  line-height: 17px;
  padding-right: 10px;
}
.social-icons{
  display: flex;
  line-height: 17px;
}
.social-icons a{
/*   width: 25%;
  width: 45px;
  height: auto; */
  margin: 0 5px;
}
.social-icons a img{
  width: 100%;
  height: auto;
  width: 40px;
}
.social-icons a img:hover{
  opacity: 0.8;
}


.footer-right{
  width: 70%;
  display: flex;
}
.copyright{
  font-size: 15px;
  line-height: 15px;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
}
.copyright:after {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    background: #C8C8C8;
    float: right;
    position: absolute;
    right: -15px;
    top: -6px;
}
.footer-nav-list{
  margin-left: 0;
  line-height: 15px;
}
.footer-nav-list a{
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin: 0 5px;
  font-weight: 400;
}
.footer-nav-list a:hover{
  color: #8BC641 !important;
  font-weight: 400;
}


@media (max-width: 1400px){
  .footer-right{
    flex-direction: column-reverse;
  }
  .copyright{
    padding-right: 0;
  }
  .copyright:after{
    display: none;
  }
  .footer-nav-list{
    margin-left: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 1180px){
  .footer-left{
    flex-wrap: wrap;
  }
  .social-label{
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }
  
}

@media (max-width: 1200px){
  .footer .w-container{
    display: block;
    text-align: center;
  }
  .footer-top{
    padding: 40px 0; 
  }
  .main-logo{
    width: 100%;
    margin-bottom: 20px;
  }
  .main-logo img{
    width: 400px;
    max-width: 80%;
  }
  .brand-logos{
    width: 100%;
    padding-left: 0;
    right: 0;
  }
  .footer-left{
    margin-bottom: 40px;
  }
  .footer-left,
  .footer-right{
    width: 100%;
    align-content: center;
  }
  .social-icons,
  .footer-nav-list{
    margin-left: auto;
    margin-right: auto;
  }
  .copyright{
    margin: 0;
    margin-top: 40px;
  }
  .footer-nav-list a{
    margin-bottom: 10px;
  }
  .footer-nav-list a:last-child{
    margin-bottom: 0;
  }
}

@media (max-width: 767px){
  .brand-logos{
    flex-wrap: wrap;
    padding-left: 0;
    align-items: center;
  }
  .logo-item{
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 3%;
  }
  .logo-item:nth-child(4){
    width: 27%;
  }
}
/* END Site Footer */



/* Image Grid */
.hs-image__grid__list{
  margin: 0 auto;
  max-width: 86%;
  width: 86%;
}
button.hs-image__grid__list__item__button{
  width: 100% !important;
}


.oembed_container.oembed_container--full-size{
  margin: 0 auto;
  max-width: 86%;
  width: 86%;
  display: block;
  padding: 0 20px;
}

.hs_cos_wrapper_type_section_header{
  margin: 0 auto;
  max-width: 86%;
  width: 86%;
  display: block;
}


/* Mobile Menu/Navigation */
body .mm-panels,
body .mm-panel{
  background: #fff;
}
body .mm-navbar{
  background: #fff;
}
body .mm-navbar__title{
  color: #8BC641 !important;
  font-family: Montserrat, sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 21px;
  text-align: left;
    display: inline-block;
    padding-top: 14px;
  
  
}

.mm-menu .header__menu-link{
  font-size: 17px;
}
.mm-navbars--bottom{
  background: #8BC641;
  padding-top: 40px;
  padding-bottom: 40px;
  border: none !important;
}
.mm-navbars--bottom .mm-navbar:first-child{
/*   background: #fff; */
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 368px;
  width: 100%;
  top: auto;
  bottom: 255px;
}
.mm-navbars--bottom .mm-navbar:first-child .button{
  color: #fff;
  font-size: 16px;
}
.mm-navbars--bottom .mm-navbar:last-child{
  padding-left: 20px;
  padding-right: 20px;
}
.mm-navbars--bottom .mobile-button{
  
}
.mm-navbars--bottom .mm-navbar{
  background: transparent;
  display: block;
}
.mm-navbars--bottom .mm-navbar:last-child a{
  display: block;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #024423 !important;
  margin-bottom: 30px;
  font-size: 15px;
}
.mm-navbars--bottom .mm-navbar:last-child a:after{
  content: '';
  display: inline-block;
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/open-in-new-tab-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  margin-left: 8px;
  top: 1px;
  position: relative;
}

/* body .mm-listitem{
  border-color: transparent;
}
body .mm-navbar{
  border-color: transparent;
} */


/* Form Styles */
.hbspt-form{}
.hbspt-form form{
  padding: 0;
  background: transparent;
}
.hs-form-field{}
.hs-form-field > label{
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.hs-form-field > label .hs-form-required{
  color: #fff;
}
.hs-form-field .input{}
.hs-form-field input,
.hs-form-field textarea{
  border-radius: 8px !important;
}
.hs-form-field select{
  -webkit-appearance: none;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 8px;
  background-image: url(https://44184681.fs1.hubspotusercontent-na1.net/hubfs/44184681/Site%20Assets/Triangle-green.png);
  background-position: right 20px center;
  background-size: 13px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.hbspt-form .form-columns-2{}
.hbspt-form .form-columns-2 .hs-form-field:first-child{
  padding-right: 30px;
}
.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding-left: 30px;
}

.hbspt-form .form-columns-3{}
.hbspt-form .form-columns-3 .hs-form-field{
  width: 33.33% !important;
}
.hbspt-form .form-columns-3 .hs-form-field:first-child{
  padding-right: 20px;
}
.hbspt-form .form-columns-3 .hs-form-field:nth-child(2){
  padding-left: 10px;
  padding-right: 10px;
}
.hbspt-form .form-columns-3 .hs-form-field:last-child{
  padding-left: 20px;
}


.hbspt-form form .inputs-list>li{
  
}
.hbspt-form form .inputs-list>li label{
  padding: 0;
  margin: 0;
}


.hs-submit{
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.hbspt-form .form-columns-1 .hs-fieldtype-checkbox{
  margin-top: 20px;
  margin-bottom: 40px;
}

.hbspt-form .hs-form-checkbox input,
.hs-form-booleancheckbox input{
  display: none;
}
.hbspt-form .hs-form-checkbox span,
.hs-form-booleancheckbox span{
  position: relative;
  padding-left: 30px; /* Add space for the custom checkbox */
  cursor: pointer;
}
.hbspt-form .hs-form-checkbox span::before,
.hs-form-booleancheckbox span::before{
  content: ""; /* Add an empty content before the label */
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.hbspt-form .hs-form-checkbox input:checked + span::before,
.hs-form-booleancheckbox input:checked + span::before{
  background-color: #8BC641;
}
.hbspt-form .hs-form-checkbox input + span::after,
.hs-form-booleancheckbox input + span::after{
  content: ''; 
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/checkmark-white.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 13px;
  height: 11px;
  position: absolute;
  left: 4px;
  top: 4px;
  
  display: none;
}
.hbspt-form .hs-form-checkbox input:checked + span::after,
.hs-form-booleancheckbox input:checked + span::after{
  display: inline-block;
}

form input[type='text'], form input[type='email'], form input[type='password'], form input[type='tel'], form input[type='number'], form input[type='search'], form select, form textarea{
  padding: 14px 15px 11px 15px !important;
}

.hs-richtext.hs-main-font-element h2,
.hs-richtext.hs-main-font-element h3,
.hs-richtext.hs-main-font-element h4,
.hs-richtext.hs-main-font-element h5,
.hs-richtext.hs-main-font-element h6,{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #024423;
  margin-top: 25px;
}


@media (max-width: 767px){
  body .form-intro{
    margin-bottom: 50px;
  }
  .hbspt-form .form-columns-2{}
  .hbspt-form .form-columns-2 .hs-form-field{
    width: 100% !important;
  }
  .hbspt-form .form-columns-2 .hs-form-field:first-child{
    padding-right: 0;
  }
  .hbspt-form .form-columns-2 .hs-form-field:last-child{
    padding-left: 0;
  }

  .hbspt-form .form-columns-3{}
  .hbspt-form .form-columns-3 .hs-form-field{
    width: 100% !important;
  }
  .hbspt-form .form-columns-3 .hs-form-field:first-child{
    padding-right: 0;
  }
  .hbspt-form .form-columns-3 .hs-form-field:nth-child(2){
    padding-left: 0;
    padding-right: 0;
  }
  .hbspt-form .form-columns-3 .hs-form-field:last-child{
    padding-left: 0;
  }
}



/* Blog Banner */
.site-banner.interior{
  background: #000;
  padding-top: 14vw;
  padding-bottom: 50px;
  border-bottom-right-radius: 80px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  
  padding-top: 23vw;
  padding-bottom: 70px;
}
.site-banner.interior:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://44184734.fs1.hubspotusercontent-na1.net/hubfs/44184734/Site%20Assets/banner-gradient-internal.png);
  background-size: cover;
  background-position: bottom left;
  z-index: 1;
}

.site-banner.interior .banner-content{
  width: 100%;
  max-width: 100%;
  z-index: 2;
  position: relative;
}

.site-banner.interior .banner-content h1{
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 0;
}
.site-banner.interior .banner-content p{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.site-banner.interior .banner-content p.banner-disclaimer{
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.site-banner.interior .banner-content .banner-bottom-icon{
  width: 30px;
  margin-top: 30px;
}


@media (max-width: 1400px) {
  .site-banner.interior{
    padding-bottom: 50px;
  }
  .site-banner.interior .banner-content h1{
    font-size: 45px;
    line-height: 50px;
  }
  .site-banner.interior .banner-content p{}
}

@media (max-width: 1024px) {
  .site-banner.interior .banner-content h1{
    font-size: 35px;
    line-height: 40px;
  }
  .site-banner.interior .banner-content p{
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .site-banner.interior{
    padding-top: 27vw;
    padding-bottom: 35px;
  }
}



/* Blog Listing */
.blog-container-ms .dnd-section > .row-fluid{
  max-width: 100%;
  width: 100%;
}
.blog-listing.blog-listing--2-col{
    justify-content: initial;
    margin-left: -40px;
    width: calc(100% + 80px);
}
body .blog-listing--2-col .blog-listing__post{
  width: 50%;
  margin-bottom: 60px;
  padding: 0 40px;
}
body .blog-listing--card .blog-listing__post-image-wrapper{
  height: auto;
  display: block;
}
.blog-listing__post-image{
  width: 100%;
  border-radius: 10px;
  margin-bottom: 22px;
}

body .blog-listing__post-content{
  position: relative;
  padding-top: 40px;
}

.blog-listing__post .blog-listing__post-tags,
.blog-listing__post .blog-listing__post-author{
  display: none;
}

body .blog-listing__header{
  margin-bottom: 18px;
  margin-bottom: 20px;
}
body .blog-listing__post-title,
body .blog-listing__post-title-link{
  font-size: 28px;
  line-height: 36px;
  color: #004724;
  margin-bottom: 0;
  font-weight: 800;
}
body .blog-listing__post-title-link{
  text-decoration: underline;
}
body .blog-listing__post-title-link:hover{
  color: #004724;
  text-decoration: underline;
  font-weight: 800;
}

body .blog-listing__post-timestamp{
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #929292;
  font-size: 16px;
  line-height: 16px;
/*   margin-bottom: 16px; */
  
  position: absolute;
  top: 30px;
}

body .blog-listing__post-summary p{
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-listing.blog-listing--2-col{
    margin-left: 0;
    width: 100%;
  }
  body .blog-listing--2-col .blog-listing__post{
    width: 100%;
    padding: 0;
  }
  
  body .blog-listing__post-title,
  body .blog-listing__post-title-link{
    font-size: 22px;
    line-height: 32px;
  }
  
  body .blog-listing__post-summary p{
    font-size: 16px;
    line-height: 20px;
  }
}



/* Blog Top */
.blog-container-ms .row-number-1{
  background: #eee;
  border-radius: 15px;
  margin: 40px 0;
  padding: 15px 50px;
}
.blog-container-ms form{
  background-color: transparent;
  border: none;
  padding: 0;
}

/* Blog Tag Dropdown */
.widget-type-post_filter{
/*   width: 97%; */
}
.widget-type-post_filter #hs_cos_wrapper_widget_1751459051997_ ul,
.widget-type-post_filter #hs_cos_wrapper_widget_1751459051997_ ul{
  display: none;
}
.widget-type-post_filter span{
  display: flex;
  align-items: center;
}
.widget-type-post_filter .block{
  
}
.widget-type-post_filter select{
  -webkit-appearance: none;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 20px 40px 15px 20px;
  width: calc(100% - 96px);
  
  background-image: url(https://44184681.fs1.hubspotusercontent-na1.net/hubfs/44184681/Site%20Assets/Triangle-green.png);
  background-position: right 20px center;
  background-size: 13px;
  background-repeat: no-repeat;
}
.widget-type-post_filter h3{
  color: #024423;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 0;
  margin-right: 15px;
}



/* Blog Search */
.blog-container-ms .row-number-1 .span6{
  margin: 0;
  width: 50%;
}
.blog-container-ms .row-number-1 .span6:first-child{
  padding-right: 40px;
  position: relative;
}
.blog-container-ms .row-number-1 .span6:first-child:after{
  content: '- OR -';
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #4c4c4c;
  position: absolute;
  right: -22px;
  bottom: 17px;
}
.blog-container-ms .row-number-1 .span6:last-child{
  padding-left: 40px;
}

.blog-container-ms .hs-search-field__input{
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 17px 20px 13px!important;
}
#hs_cos_wrapper_widget_1751459138803 .hs-search-field__button{
  margin-left: 20px;
}

.blog-container-ms .hs-search-field__input::placeholder{
  color: #333333;
}

/* Blog Search Results page */
.search-results .hs-search-results{
  margin-bottom: 60px;
}

.search-results .hs-search-results__description{
  display: none;
}
.hs-search-results__featured-image-wrapper{
  display: none;
}

.search-results .hs-search-field__form{
  background: #eee;
    border-radius: 15px;
    margin: 40px 0;
    padding: 15px 50px;
}

.search-results .hs-search-field__input{
  -webkit-appearance: none;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 17px 20px 13px!important;
}
.search-results .hs-search-field__button{
  margin-left: 20px;
}


.search-results .hs-search-results__message{
  margin-bottom: 40px;
}

.search-results .hs-search-results__title{
  color: #024423;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  text-decoration: underline;
}
.search-results .hs-search-results__title:hover{
  color: #8bc641;
}


@media (max-width: 991px) {
  .blog-container-ms .row-number-1{
    padding: 20px 50px;
    padding: 22px 50px 30px 50px;
  }
  .blog-container-ms .row-number-1 > .row-fluid{
    display: block !important;
    text-align: center;
  }
  .blog-container-ms .row-number-1 .span6{
    width: 100%;
    padding: 0 !important;
  }
  .blog-container-ms .row-number-1 .span6:first-child{
    margin-bottom: 40px;
  }
  .blog-container-ms .row-number-1 .span6:first-child:after{
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    right: auto;
  }
  .widget-type-post_filter span{
    display: block;
  }
  .widget-type-post_filter select{
    width: 100%;
  }
  .widget-type-post_filter h3{
    margin-bottom: 15px;
    margin-right: 0;
  }
}


/* Blog Details Template */
body .blog-post-section{
  padding: 0;
}
.back-link{
  border-top: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.back-link a{
  font-family: Montserrat, sans-serif !important;
  font-style: normal;
  font-weight: 800 !important;
  color: #024423;
  font-size: 14px;
  line-height: 14px;
}
.back-link a img{
  transform: rotate(90deg);
  width: 10px;
  margin-right: 10px;
  top: -1px;
  position: relative;
}

.blog-top,
.blog-content,
.blog-post__tags{
  margin: 0 auto;
  max-width: 100%;
  width: 840px;
}
.blog-top{
  margin-bottom: 50px;
}
.blog-date{
  font-weight: bold;
}
.blog-featured-image{
  margin-bottom: 60px;
}
.blog-featured-image img{
/*   width: 100% !important; */
  border-radius: 10px;
  
/*   width: 400px; */
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
}

.tag-label{
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.blog-post__tag-link{
  color: #024423;
  font-size: 17px;
}

.blog-post__body img{
  border-radius: 10px;
}

.blog-post__body .w-container{
  max-width: 100%;
  width: 100%;
}
.blog-post__body .testimonial-section{
  padding: 50px 0 70px 0;
}

.hs-blog-post .blog-post{
  margin-bottom: 60px;
}

/* Related Blog Posts */
.blog-post-section.related-posts{
  background-color: #f0f0f0;
  border-top-left-radius: 80px;
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: 60px;
}
.blog-listing__heading{
  margin-bottom: 80px;
}
#hs_cos_wrapper_related_posts .blog-listing__post-image{
  border-radius: 10px;
}


@media (max-width: 767px){
  .blog-post-section.related-posts{
    padding: 60px 0;
  }
  .blog-listing__heading {
      margin-bottom: 40px;
  }
}



/* Blog Share Icons */
.blog-post__body{
  position: relative;
}

.blog-post__body .social-icons{
  display: block;
  position: absolute;
  top: 25px;
  right: -125px;
  right: -20%;
  text-align: center;
}
.blog-post__body .social-icons label{
  font-size: 19px;
  line-height: 19px;
  color: #081B37;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}
.blog-post__body .social-icons a{
  margin: 0;
}
.blog-post__body .social-item{
  width: 35px;
  height: 35px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.blog-post__body .social-item img{
  float: left;
}
.blog-post__body .social-item img:hover{
  opacity: 0.8;
}

@media (max-width: 1400px) {
  .blog-post__body .social-icons{
    right: -15%;
  }
}
@media (max-width: 1300px) {
  .blog-post__body .social-icons{
    right: -11%;
  }
}
@media (max-width: 1180px) {
  .blog-post__body{
    padding-right: 80px;
  }
  .blog-post__body .social-icons{
    right: 0;
  }
}
@media (max-width: 991px) {
  .blog-post__body{
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .blog-post__body{
    padding-right: 80px;
    padding-right: 0;
  }
  .blog-post__body .social-icons{
    top: 15px;
    top: 0;
    position: relative;
    margin-top: 15px;
    width: 100%;
  }
  .blog-post__body .social-item{
    display: inline-block;
    margin: 0 5px;
  }
  .blog-post__body .social-item{
    width: 35px;
    height: 35px;
  }
}



/* Default Hubspot Image Gallery Module */
@media (max-width: 767px) {
  body .hs-image__grid__lightbox__button--close{
    top: -60px;
    right: 0px;
  }
}

/* Default Image Slider Module */
.slider__container{}
.slider__container .splide__controls{
/*   margin-top: -40px; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.slider__container .splide__pagination__page{
  background: #fff !important;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  opacity: 1 !important;
}
.slider__container .splide__pagination__page.is-active{
  background: #8bc641 !important;
  transform: none !important;
}
.slider__container .splide__pagination__page:hover,
.slider__container .splide__pagination__page:active,
.slider__container .splide__pagination__page:focus{
  border: none !important;
  background: #8bc641 !important;
}


/* Default Header module */
/* .hs_cos_wrapper_type_header{
  margin: 0 auto;
  max-width: 86%;
  width: 86%;
  display: block;
} */


/* Homepage specific */
body .hs-content-id-145002514564 #hs_cos_wrapper_widget_1699897084304{
  background-color: #f0f0f0;
}

@media (min-width: 992px) {
  #hs_cos_wrapper_widget_1701121573226 .image-2{
      border: 1px solid #979797;
      border-right: 0;
  }
}

#hs_cos_wrapper_widget_1701121573226 .image-content-row{
  background: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}


#hs_cos_wrapper_widget_1701121720288{
  background-color: #f0f0f0;
}


#hs_cos_wrapper_widget_1701123414142 .image-content-row .image{
  position: relative;
}
#hs_cos_wrapper_widget_1701123414142 .image-content-row .image:before{
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  content: 'Look for the badge';
  display: block;
  color: #00355e;
  font-size: 21px;
  line-height: 21px;
  
  position: absolute;
  top: 622px;
  
  font-size: 1.3125vw;
  line-height: 1.3125vw;
  top: 38.875vw;
}
#hs_cos_wrapper_widget_1701123414142 .image-content-row .image:after{
  content: '';
  display: block;
  background: url(https://19632116.fs1.hubspotusercontent-na1.net/hubfs/19632116/Site%20Assets/arrow-angle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  
  width: 56px;
  height: 40px;
  
  position: absolute;
  top: 600px;
  left: 220px;
  
  width: 3.5vw;
  height: 2.5vw;
  top: 37.5vw;
  left: 13.75vw;
}

@media (max-width: 991px) {
  #hs_cos_wrapper_widget_1701123414142 .image-content-row .image:before,
  #hs_cos_wrapper_widget_1701123414142 .image-content-row .image:after{
    display: none;
  }
}


/*   New CADProtect site tab */

@media (max-width: 1650px){
  .site-tabs a{
    font-size: 14px;
  }
  .button.header-top-button.button.button--secondary{
    font-size: 14px;
  }
}
@media (max-width: 1500px){
  .site-tabs a{
    font-size: 12px;
  }
  .button.header-top-button.button.button--secondary{
    font-size: 12px;
  }
}
@media (max-width: 1380px){
  .site-tabs a{
    margin-right: 8px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 11px;
  }
  .button.header-top-button.button.button--secondary{
    font-size: 11px !important;
  }
}
@media (max-width: 1240px){
  .site-tabs a{
    font-size: 16px;
  }
  .button.header-top-button.button.button--secondary{
    font-size: 14px !important;
    
    position: relative;
    margin: 0 auto;
    display: block;
    float: none;
    width: 225px;
    margin-top: 10px;
    margin-bottom: 8px;
    padding: 13px 20px;
  }
  
  /* Hiding/displaying mobile tab layout */
  header.header{
    position: relative;
  }
  
  .mobile-tab-trigger{
    display: block;
    padding: 8px 0;
  }
  .site-tabs{
    
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 5px;
    width: calc(100% + 20px);
    
    display: none;
  }
  .site-tabs.mobile-active{
    display: flex;
  }
  .site-tabs a,
  .site-tabs a.current{
    display: inline-block;
    margin-bottom: 10px;
    width: calc(50% - 14px);
    border-radius: 5px;
  }
  .site-tabs a.current:after{
    display: none;
  }
  
  body .header__bottom {
    padding: 35px 0 30px 0;
    padding: 35px 0 25px 0;
  }
  
  body .header__menu-item--depth-1{
/*     padding: 0; */
  }
  
  .site-tabs a:last-child {
/*       margin-left: auto;
      margin-right: auto;
      display: block !important; */
  }
}

@media (max-width: 1084px){
  .button.header-top-button.button.button--secondary{
    position: absolute;
    right: 7%;
    z-index: 1000;
    bottom: 34px;
    
    padding-top: 13px;
    padding-right: 35px;
    padding-bottom: 13px;
    padding-left: 35px;
    font-size: 16px !important;
    width: auto;
    
    bottom: 15px;
  }
}

@media (max-width: 767px){
  .site-tabs a {
      font-size: 13px;
      padding: 15px;
  }
}

@media (max-width: 640px){
  body .button.header-top-button.button.button--secondary{
    bottom: 33px;
    bottom: 15px;
  }
}
@media (max-width: 550px){
  body .button.header-top-button.button.button--secondary{
    bottom: 6.5vw;
    bottom: 4vw;
  }
}

@media (max-width: 500px){
  .mobile-tab-trigger p {
      padding: 0 10px;
      width: 250px;
      margin: 0 auto;
  }
  .mobile-tab-trigger p img{
/*     right: 0; */
   margin-left: 15px;
  }
  
}

/* END New CADProtect site tab */


/* Hide social share on AIR Blog */
.hs-blog-id-46478949636 .blog-post__body .social-icons{
  display: none !important;
}


/* Default header and rich text module containers */
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_rich_text {
    display: block;
    margin: 0 auto;
    max-width: 86%;
    width: 86%;
}


/* AGwagon updates */
#HOMETWOCOLBOXES{
  margin-top: 0;
}
#HOMETWOCOLBOXES.post-listing-section .post-list .post-item{
	border: 1px solid #b5b5b5;
	width: calc(50% - 35px);
  border-radius: 15px;
  overflow: hidden;
}
#HOMETWOCOLBOXES.post-listing-section .post-list .post-item:first-child{
	margin-right: 35px;
}
#HOMETWOCOLBOXES.post-listing-section .post-list .post-item:last-child{
	margin-left: 35px;
}
#HOMETWOCOLBOXES.post-listing-section .post-list .post-item img{
	margin-left: -40px;
    width: calc(100% + 80px);
    max-width: none !important;
    border-radius: 0;
}

@media (max-width: 767px){
  #HOMETWOCOLBOXES.post-listing-section .post-list .post-item,
  #HOMETWOCOLBOXES.post-listing-section .post-list .post-item:first-child,
  #HOMETWOCOLBOXES.post-listing-section .post-list .post-item:last-child{
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  #HOMETWOCOLBOXES.post-listing-section .post-list .post-item:first-child{
    margin-bottom: 40px;
  }
}

#FAQANDHOWTOBUY{
  background: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
}

#FAQANDHOWTOBUY .accordion{
  background: #fff;
}

body div a.header__button.button{
  font-size: 18px !important;
  padding: 8px 30px; 
  font-family: "apotek-cond", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-transform: uppercase;
}

.splide__slide--image{
  border-radius: 15px;
}


/* Coming Soon page */
.hs-content-id-178105316976{
  padding-top: 100px;
}
.hs-content-id-178105316976 .full-width-section .content img{
  width: 225px !important;
  max-width: 100% !important;
  border-radius: 0;
}

.hs-content-id-178105316976 header,
.hs-content-id-178105316976 footer{
  display: none;
}
/* 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 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 */