*, *: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,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

/**
 * 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;
}
/* The following addresses having a fixed navigation header and maintaining a scrollable body section */
/* NOTE: the nav-height is overridden in the _header.css for the pupstanding-nav which is taller */
/* html,
body {
  height: 100%;
  overflow: hidden;
} */

:root {
  --nav-height: 144px;
}

@media screen and (min-width: 768px) {
  :root {
    --nav-height: 181px;
  }
}

.scrollable-body {
  height: calc(100vh - var(--nav-height));
  overflow: auto;
}

.hs-inline-edit .scrollable-body {
  height: 100%;
}

/* End the fixed navigation considerations */


.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
  background-color: #fff;
}

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

/* Original Block */

@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: 28px; */
    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: 28px; */
    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 ;
  }
}

/* Block edited by Chuck Taylor */

.container-fluid img {
  max-width: 100%;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

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


























html {
  font-size: 20px;
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #343a40;
  font-family: Avenir, Helvetica, sans-serif;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0095C3;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Anchors with link icon */
a.anchor:before {
  display: inline-block;
  content: '';
  color: #0095C3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230095C3' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M472.021,39.991c-53.325-53.311-139.774-53.311-193.084,0l-76.184,76.154c6.031-0.656,12.125-0.938,18.25-0.938 c19.28,0,38.028,3.063,55.777,8.968l43.17-43.155c14.827-14.843,34.545-22.999,55.513-22.999c20.97,0,40.688,8.156,55.515,22.999 c14.828,14.812,22.981,34.499,22.981,55.498c0,20.968-8.153,40.686-22.981,55.498l-84.465,84.466 C331.687,291.326,311.968,299.48,291,299.48c-21,0-40.686-8.154-55.528-22.998c-7.219-7.188-12.843-15.563-16.718-24.688 c-9.625,0.531-18.624,4.531-25.499,11.405l-22.499,22.529c6.156,11.405,14.062,22.155,23.687,31.813 c53.31,53.313,139.774,53.313,193.099,0l84.48-84.497C525.316,179.736,525.316,93.302,472.021,39.991z'%3E%3C/path%3E%3Cpath d='M291.905,396.76c-19.312,0-38.248-3.125-56.402-9.281l-43.467,43.469c-14.812,14.844-34.529,22.999-55.497,22.999 c-20.968,0-40.654-8.155-55.498-22.999c-14.843-14.813-22.999-34.529-22.999-55.498s8.156-40.688,22.999-55.529l84.465-84.465 c14.843-14.812,34.53-22.968,55.498-22.968c20.999,0,40.686,8.156,55.512,22.968c7.22,7.218,12.857,15.593,16.75,24.717 c9.656-0.5,18.671-4.531,25.546-11.405l22.468-22.499c-6.156-11.438-14.078-22.187-23.718-31.843 c-53.31-53.311-139.774-53.311-193.084,0l-84.465,84.497c-53.341,53.313-53.341,139.744,0,193.086 c53.31,53.313,139.744,53.313,193.053,0l76.058-76.059c-5.671,0.529-11.405,0.813-17.187,0.813L291.905,396.76L291.905,396.76z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  height: 0.8rem;
  width: 0.8rem;
  margin-right: 0.5rem;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Avenir, Helvetica, serif;
  margin: 0 0 1.4rem;
}

h1, .h1,
h3, .h3,
h5, .h5 {
  color: #0095C3;
}

h2, .h2,
h4, .h4,
h6, .h6 {
  color: #343a40;
}

h1, .h1 {
  font-size: 2.1rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 1.6rem;
  font-weight: normal;
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: normal;
}

h4, .h4 {
  font-size: 1.175rem;
  font-weight: 700;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: 700;
}

h6, .h6 {
  font-size: 0.9rem;
  font-weight: 700;
}

/* Lists */


ul.no-list {
  list-style: none;
}
button,
.button,
.hs-button {
  background-color: #6c757d;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 0.6rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  opacity: 0.65;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button {
  background-color: #545b62;
  color: #fff;
  text-decoration: none;
  outline: none;
}

button:active,
.button:active {
  background-color: #545b62;
  color: #fff;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

@media screen and (max-width: 850px) {
  .hs_cos_wrapper_type_rich_text img {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
form {
  color: #212529;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}
.form-control:focus {
  color: #495057;
  background-color: #FFF;
  border-color: #80BDFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25)
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-label {
  margin-bottom: 0;
}


.form-text {
  display: block;
  margin-top: .25rem;
}


.hs-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .hs-form {
    padding: 2rem;
  }
}

.hs-form label {
  margin-bottom: 0;
}


.field label span:first-child {
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 100;
}

.hs-form .field,
.hs-form .hs-richtext {
  margin-bottom: 1rem;
}

.hs-form fieldset.form-columns-0,
.hs-form fieldset.form-columns-1,
.hs-form fieldset.form-columns-2 {
  max-width: 100%;
}

.hs-form .form-columns-2 .field {
  width: 100% !important;
}

.form-columns-2 .field:first-child {
  padding: 0;
}

.form-columns-2 .field:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .hs-form .form-columns-2 .field {
    width: 50% !important;
  }

  .form-columns-2 .field:first-child {
    padding-right: 0.5rem;
  }

  .form-columns-2 .field:last-child {
    padding-left: 0.5rem;
  }
}

.hs-form .input {
  margin-right: 0 !important;
}

.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=number],
.hs-form select,
.hs-form textarea {
  padding: 0.5rem 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  width: 100% !important;
  color: #555;
  font-weight: 100;
}

.hs-form ul.inputs-list {
  list-style: none;
  padding-left: 1rem;
}


.hs-form-booleancheckbox span,
.hs-form-checkbox span,
.hs-form-radio span {
  margin-left: 1rem;
  color: #555;
  font-weight: 100;
}

.hs-form textarea {
  resize: vertical;
  height: 5rem;
}


.hs-form select {
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2rem) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.2rem;
  background-repeat: no-repeat;
}

.hs-form .hs-button {
  background-color: #0095C3;
}

.hs-form .hs-button:hover,
.hs-form .hs-button:focus {
  background-color: #007599;
}


.hs-form ul.hs-error-msgs {
  padding-left: 0;
  margin: 0.25rem 0;
}

.hs-form .hs-error-msg {
  color: #C82258;
  font-size: 0.8rem;
}

.hs-form .hs-form-required {
  color: #C82258;
  margin: 0 0.2rem;
}
.pupstanding-nav {
  --nav-height: 214px;
}

@media screen and (min-width: 768px) {
  .pupstanding-nav {
    --nav-height: 201px;
  }
}

#siteHeader {
  height: var(--nav-height);
  width: 100%;
  padding: 0;
}

.pupstanding-logo {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
}

.header__container {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.navigation-primary {
  width: 100%;
}

.navigation-primary ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.navigation-primary li {
  padding: 0.5rem 1rem;
  border-right: 1px solid #808080;
}

.navigation-primary li:last-of-type {
  padding-right: 0;
  border: none;
}

.navigation-primary a {
  font-size: 0.8rem;
  color: #77B800;
}

@media (max-width: 1050px) {

  .navigation-primary li {
    padding: 0.2rem 0.5rem;
    border-right: 1px solid #808080;
  }

}

@media (max-width: 850px) {
  .header__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-primary ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
  }
}

.header-link {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  gap: 5px;
}

.header-link svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 525px) {
  .newsletter-link {
    display: none;
  }
}



  #hs_cos_wrapper_header_search form {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }

  #hs_cos_wrapper_header_search input {
    background: #e5e5e5;
    border: none;
    border-radius: 50px 0 0 50px;
    color: #343a40;
    width: 100%;
    max-width: 250px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
  }

  #hs_cos_wrapper_header_search input:focus {
    outline: none;
  }

  #hs_cos_wrapper_header_search button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0095c3;
    color: #FFF;
    border-radius: 0 50px 50px 0;
    width: 50px;
    padding: 0;
  }

  #hs_cos_wrapper_header_search button:hover,
  #hs_cos_wrapper_header_search button:focus {
    background-color: #007599;
  }

  #hs_cos_wrapper_header_search svg {
    height: 24px;
    fill: #FFF;
  }

  
  
  #hs_cos_wrapper_header_search .hs-search-field--open .hs-search-field__suggestions {
  font-size: 0.9rem;
  margin-top: 0.25rem;
  position: absolute;
  z-index: 15;
  right: 0px;
  width: 300px;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  overflow: hidden;
  }
  
  @media screen and (min-width: 550px) {
  #hs_cos_wrapper_header_search .hs-search-field--open .hs-search-field__suggestions {
  width: 350px;
  }
  }
  
  @media screen and (min-width: 768px) {
  #hs_cos_wrapper_header_search .hs-search-field--open .hs-search-field__suggestions {
  width: 500px;
  }
  }

  #hs_cos_wrapper_header_search #results-for {
    padding: 0.5rem;
    background-color: #007599;
    color: #F2F0EE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  
  #hs_cos_wrapper_header_search button.close-search-results {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-right: 1rem;
    background: #FFF;
    color: #0095c3;
    font-weight: bold;
  }

  #hs_cos_wrapper_header_search .hs-search-field__suggestions a {
    width: 100%;
    padding: 0.25rem 0.5rem;
  }

  #hs_cos_wrapper_header_search .hs-search-field__suggestions a:hover,
  #hs_cos_wrapper_header_search .hs-search-field__suggestions a:focus {
    outline: 0;
    background-color: #0095c3;
    color: #F2F0EE;
    text-decoration: none;
  }

  #hs_cos_wrapper_header_search .hs-search-field__suggestions li:nth-child(even) {
    background: #eee;
  }


  
  .vet-portal-title {
    color: #0095c3;
    font-weight: 900;
  }

  .main-navbar-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    background-color: #77b800;
    color: #FFF;
    position: relative;
    z-index: 10;
  }

  /* #mobileMenuButton button {
    background-color: #77b800;
    display: flex;
    align-items: center;
    border-radius: 0;
  }

  #mobileMenuButton button:hover,
  #mobileMenuButton button:focus {
    background-color: #5d7f00;
  } */

  .menu-icon {
    background-color: #77b800;
    height: 50px;
    color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 0;
  }

  .menu-icon:hover,
  .menu-icon:focus {
    background-color: #5d7f00;
  }

  
  .vet-portal-nav .menu-icon {
    background-color: #0095c3;
    display: flex;
    align-items: center;
    border-radius: 0;
  }
  .vet-portal-nav .menu-icon:hover,
  .vet-portal-nav .menu-icon:focus {
    background-color: #0086a5;
  }



  .menu-icon svg {
   width: 32px;
  }

  #mobileMenuCloseBg.menu-open {
    background-color: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .main-navigation a.home-link {
    display: none;
  }

  
  .main-navigation {
    display: none;
  }

  .main-navigation a {
    color: #FFF;
    font-weight: bold;
    min-height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-navigation a:hover,
  .main-navigation a:focus{
    text-decoration: none;
    background-color: #0086a5;
  }
  
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main-navigation.menu-open {
    display: block;
    position: absolute;
    top: 50px;
    max-width: 350px;
    background-color: #0095c3;
    border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75);
    padding: 0.75rem 0;
  }

  #hs_menu_wrapper_main_menu .hs-menu-depth-1 {
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  #hs_menu_wrapper_main_menu .hs-menu-depth-1 > a {
    border-bottom: 1px solid #69BDD6;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #hs_menu_wrapper_main_menu .hs-menu-depth-2 {
    text-transform: initial;
  }

  #hs_menu_wrapper_main_menu .hs-menu-depth-2 a {
    width: 100%;
    padding: 0 2rem;
    font-weight: 300;
  }

  #hs_menu_wrapper_main_menu .hs-item-has-children > a::after {
    display: inline-block;
    width: 0.8rem;
    margin-left: 0.5rem;
    flex-shrink: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M2.83,10.66,10,17.88a2.79,2.79,0,0,0,3.93,0l7.21-7.22a2.79,2.79,0,0,0-2-4.76H4.78A2.78,2.78,0,0,0,2.83,10.66Z'/%3E%3C/svg%3E");
  }

  
  .lang-switch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    margin: 0 1rem 0 auto;
    padding: 0.5rem;
    height: 50px;
  }

  .lang-switch a {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: inline-block;
  }

  .lang-switch ul {
    list-style: none;
    margin: 0;
    padding: 0.5rem;
  }

  .lang-switch:focus,
  .lang-switch:hover {
    background-color: #5d7f00;
  }

  .lang-switch .has-drop-down::after {
    display: inline-block;
    width: 0.8rem;
    margin-left: 0.5rem;
    flex-shrink: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M2.83,10.66,10,17.88a2.79,2.79,0,0,0,3.93,0l7.21-7.22a2.79,2.79,0,0,0-2-4.76H4.78A2.78,2.78,0,0,0,2.83,10.66Z'/%3E%3C/svg%3E");
  }

  .lang-options {
    display: none;
    position: absolute;
    background-color: #0095c3;
    padding: 0.25rem 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 75%);
    top: 50px;
    left: 0px;
    height: 50px;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
  }

  .lang-options:hover {
    background-color: #0086a5;
  }

  .lang-switch:hover .lang-options,
  .lang-switch:focus .lang-options {
    display: flex;
  }

  .lang-options li {
    width: 100%;
  }

  .lang-switch.lang-switch--desktop {
    display: none;
  }

  .vet-link-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #69BDD6;
  }

  .vet-link-desktop {
    display: none;
  }

  
  @media screen and (min-width: 768px) {

  .main-navbar-container.vet-portal-nav {
    font-size: 0.8rem;
  }

  .main-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .main-navigation.menu-open {
    position: initial;
    display: -ms-flexbox;
    display: flex;
    background-color: initial;
    max-width: initial;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  #mobileMenuCloseBg,
  .menu-icon,
  .vet-portal-nav .menu-icon {
   display: none;
  }
  .main-navigation a.home-link {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
  }
  .home-link svg
  {
    width: 32px;
  }
  .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
  /* MARK */
  .main-navigation a {
    height: 50px;
  }

  .main-navigation a:hover,
  .main-navigation a:focus {
    background-color: transparent;
  }
  #hs_menu_wrapper_main_menu .hs-menu-depth-1 {
    padding-top:0.05rem;
  }
  #hs_menu_wrapper_main_menu .hs-menu-depth-1 > a {
    border-bottom: none;
  }

  .vet-portal-nav #hs_menu_wrapper_main_menu .hs-menu-depth-1 > a {
    font-size: 0.6rem;
  }

  .vet-portal-nav #hs_menu_wrapper_main_menu .hs-item-has-children > a::after {
    width: 0.6rem
  }

  .main-navigation .home-link:hover,
  .main-navigation .home-link:focus,
  #hs_menu_wrapper_main_menu .hs-menu-depth-1:hover,
  #hs_menu_wrapper_main_menu .hs-menu-depth-1:focus {
    background-color: #5d7f00;
  }

  
  .vet-portal-nav .home-link:hover,
  .vet-portal-nav .home-link:focus,
  .vet-portal-nav #hs_menu_wrapper_main_menu .hs-menu-depth-1:hover,
  .vet-portal-nav #hs_menu_wrapper_main_menu .hs-menu-depth-1:focus {
    background-color: #0086a5;
  }

  
  #hs_menu_wrapper_main_menu .hs-menu-depth-2 {
    border-bottom: 1px solid #69BDD6;
  }

  #hs_menu_wrapper_main_menu .hs-menu-depth-2 a {
    width: 100%;
    padding: 8px 1rem;
    font-weight: 300;
    font-size: 0.8rem;
    height: auto;
  }

  /* .vet-portal-nav #hs_menu_wrapper_main_menu .hs-menu-depth-2 a {
    font-size: 0.8rem;
    padding: 8px 1rem;
    height: auto;
  } */

  #hs_menu_wrapper_main_menu .hs-menu-depth-2:hover {
    background-color: #0086a5;
  }
  #hs_menu_wrapper_main_menu .hs-item-has-children {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #hs_menu_wrapper_main_menu .hs-item-has-children > .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    background-color: #0095c3;
    min-width: 280px;
    padding: 0.25rem 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75);
    top: 50px;
    left: 0px;
  }
  #hs_menu_wrapper_main_menu .hs-item-has-children:hover > .hs-menu-children-wrapper,
  #hs_menu_wrapper_main_menu .hs-item-has-children:focus > .hs-menu-children-wrapper {
    display: block;
  }

  
  .lang-switch.lang-switch--desktop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    margin: 0 1rem 0 auto;
    padding: 0.5rem;
    height: 50px;
  }

  .lang-switch.lang-switch--desktop a {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: inline-block;
  }

  .lang-switch.lang-switch--desktop ul {
    list-style: none;
    margin: 0;
    padding: 0.5rem;
  }

  .lang-switch.lang-switch--desktop:focus,
  .lang-switch.lang-switch--desktop:hover {
    background-color: #5d7f00;
  }

  .lang-switch--desktop .lang-options {
    display: none;
    position: absolute;
    background-color: #0095c3;
    padding: 0.25rem 0;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 75%);
    top: 50px;
    left: 0px;
    height: 50px;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
  }

  .lang-switch--desktop .lang-options:hover {
    background-color: #0086a5;
  }

  .lang-switch--desktop .lang-options a {
    height: initial;
    min-height: initial;
  }

  .lang-switch.lang-switch--desktop:hover .lang-options,
  .lang-switch.lang-switch--desktop:focus .lang-options {
    display: flex;
  }

  
  .main-navigation .vet-link-mobile, .lang-switch--mobile {
    display: none;
  }

  .vet-link-desktop {
    z-index: 1;
    background-color: #FFF;
    color: #77b800;
    display: block;
    font-size: 0.9rem;
    padding: 0.3rem 0.6rem;
    border: 2px solid #77b800;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-right: 1rem;
    transition: all 0.3s ease-in-out;
  }
  .vet-link-desktop:hover,
  .vet-link-desktop:focus {
    text-decoration: none;
    color: #5d7f00;
    border-color: #5d7f00;
  }
  }
.footer {
  min-height: 100px;
  background-color: #F2F0EE;
  padding: 2rem 0;
}

.footer-with-ad {
  padding: 2rem 0 60px;
}

@media (min-width: 748px) {
  .footer-with-ad {
    padding: 2rem 0 120px;
  }
}

.footer_heading {
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: underline;
  margin: 0;
}

.footer_nav_section {
  width: 100%;
  margin-bottom: 1rem;
}

.footer_nav_section ul,
.footer_legal_links ul {
  list-style: none;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.footer_nav_section li {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.footer_nav_section a,
.footer_legal_links a {
  color: inherit;
}

/* Rule added to address minimum click area on small screens */
.footer_nav_section a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
/* End */

.footer_nav_section p {
  font-size: 14px;
  line-height: 1.2;
}

.footer_social a {
  padding: 0 0.25rem;
  margin: 0 0.5rem;
}

.footer_social a:hover,
.footer_social a:focus {
  text-decoration: none;
}
.footer_icon {
  height: 24px;
}

.footer_divider_line {
  height: 1px;
  width: 90%;
  margin: 0 auto;
  opacity: 0.5;
}

.footer_legal_links ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_legal_links li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer_disclaimer p {
  text-align: center;
  font-size: 14px;
  color: inherit;
  margin-bottom: 0.5rem;
}

.footer_disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.footer_copyright {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer_nav_section {
    width: auto;
    max-width: 25%;
    padding-right: 1rem;
    margin-bottom: 0;
  }

  .footer_nav_section:last-child {
    padding-right: 0;
  }

  .footer_disclaimer p,
  .footer_copyright {
    text-align: left;
  }

}
/* SVG Slash Section Divider */
.slash-divider {
  width: 100%;
}

.slash-divider svg {
  width: 100%;
  height: 80px;
  display: block;
}

@media (max-width: 768px) {
  .slash-divider svg {
    height: 40px;
  }
}

@media print {
  .slash-divider {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .hs-embed-wrapper {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


blockquote {
  margin: 2rem auto;
  max-width: 75%;
  border-left: 4px solid #eb692c;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  blockquote { 
    max-width: 70%;
  }
}


figcaption {
font-size: 0.8rem;
color: #6c757d;
}

.figure-left {
  float: left;
  margin-right: 1rem;
}

.figure-right {
  float: right;
  margin-left: 1rem;
}

.figure-left,
.figure-right,
.figure-center {
  margin-bottom: 1rem;
}

@media screen and (max-width: 800px) {
.figure-left,
.figure-right {
  float: none;
  margin: 1rem auto;
  }
}

/* Card */
.card {
  border-radius: 6px;
  box-shadow: 2px 2px 2px 1px #CCCCCC;
  border: 1px solid #CCCCCC;
  padding: 1rem;
}

@media print {
  .card {
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}


.call-left,
.call-right,
.call-center {
  background-color: #F0F0F0;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
  margin: 0 auto 1rem;
  float: none;
  text-align: center;
  font-size: 0.8rem;
}

.call-left, .call-right {
  max-width: 400px;
}

.call-center {
  max-width: 800px;
}

/* Rule added to address minimum click area on small screens */
.call-left a,
.call-right a,
.call-center a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.call-left span a,
.call-right span a,
.call-center span a {
  display: inline;
  min-height: auto;
}
/* End */

.call-check ol,
.call-check ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.call-check li {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #BBB;
  min-height: 48px; /* Rule added to address minimum click area on small screens */
}

.call-check li a {
  display: inline;
  min-height: auto;
}

/* Removed this rule while addressing min click area on small screens */
.call-check li:first-child {
  padding-top: 0;
  min-height: auto;
}

.call-check li:last-child {
  padding-bottom: 0;
  border: none;
}

.call-check li:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  margin-right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2377B800'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .call-left {
    float: left;
    margin: 0 1rem 1rem 0;
  }

  .call-right {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}

.call-left p,
.call-right p,
.call-center p, {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.call-left li,
.call-right li,
.call-center li, {
  font-size: 1.1rem;
}



.product-card {
  max-width: 800px;
  margin: 0.25rem auto;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #eee;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 1rem;
  align-items: start;
}

.product-title {
  font-weight: 700;
  margin-bottom: 0;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.product-image-box {
  height: 200px;
  width: 200px;
  text-align: center;
  grid-row: auto;
}

.product-image-box img {
  border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
  .product-card {
    justify-items: start;
    grid-template-columns: 200px 1fr;
    grid-template-rows: min-content 1fr;
  }

  .product-image-box {
    grid-row: 1 / span 2;
  }
}

/* Buttons */
.affiliate-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.affiliate-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.affiliate-button {
  height: 40px;
  padding: 6px 12px;
  width: 150px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}

.affiliate-button svg {
  max-height: 100%;
  max-width: 100%;
}

.chewy-button {
  background-color: #128ced;
}

.amazon-button {
  background-color: #000;
}

.walmart-button {
  background-color: #007dc6;
}

.etsy-button {
  background-color: #f45800;
}

@media screen and (min-width: 768px) {
  .affiliate-links-container {
    align-items: flex-start;
  }

  .affiliate-links {
    justify-content: flex-start;
  }
}




.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #77b800;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#hs_cos_wrapper_large_search form {
display: -ms-flexbox;
display: flex;
height: 60px;
}

#hs_cos_wrapper_large_search input {
background: #e5e5e5;
border: none;
border-radius: 50px 0 0 50px;
color: #343a40;
width: 100%;
padding-left: 1.6rem;
padding-right: 1.6rem;
font-size: 1.5rem;
}

#hs_cos_wrapper_large_search input:focus {
outline: none;
}

#hs_cos_wrapper_large_search button {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background: #0095c3;
color: #FFF;
border-radius: 0 50px 50px 0;
width: 60px;
padding: 0;
}

#hs_cos_wrapper_large_search button:hover,
#hs_cos_wrapper_large_search button:focus {
background-color: #007599;
}

#hs_cos_wrapper_large_search svg {
height: 28px;
fill: #FFF;
}



#hs_cos_wrapper_large_search .hs-search-field--open .hs-search-field__suggestions {
font-size: 0.9rem;
margin-top: 0.25rem;
position: absolute;
z-index: 15;
right: 0px;
width: 300px;
background: white;
border-radius: 0.5rem;
border: 1px solid #ccc;
overflow: hidden;
}

@media screen and (min-width: 550px) {
#hs_cos_wrapper_large_search .hs-search-field--open .hs-search-field__suggestions {
width: 350px;
}
}

@media screen and (min-width: 768px) {
#hs_cos_wrapper_large_search .hs-search-field--open .hs-search-field__suggestions {
width: 500px;
}
}

#hs_cos_wrapper_large_search #results-for {
padding: 0.5rem;
background-color: #007599;
color: #F2F0EE;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}


#hs_cos_wrapper_large_search button.close-search-results {
width: 30px;
height: 30px;
border-radius: 20px;
margin-right: 1rem;
background: #FFF;
color: #0095c3;
font-weight: bold;
}

#hs_cos_wrapper_large_search .hs-search-field__suggestions a {
width: 100%;
padding: 0.25rem 0.5rem;
}

#hs_cos_wrapper_large_search .hs-search-field__suggestions a:hover,
#hs_cos_wrapper_large_search .hs-search-field__suggestions a:focus {
outline: 0;
background-color: #0095c3;
color: #F2F0EE;
text-decoration: none;
}

#hs_cos_wrapper_large_search .hs-search-field__suggestions li:nth-child(even) {
background: #eee;
}

@media (min-width: 768px) {
#hs_cos_wrapper_large_search form {
  height: 100px;
}

#hs_cos_wrapper_large_search input {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2rem;
}

#hs_cos_wrapper_large_search button {
  width: 100px;
}

#hs_cos_wrapper_large_search svg {
  height: 36px;
}
}
/* Hide elements on screen - only visible during print */
@media screen {
  .only-print {
    display: none !important;
  }
}

@media print {
  /* Flag for disabling element from the printed version */
  .no-print {
    display: none !important;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img,
  svg {
    break-inside: avoid;
  }

  /* Typography */
  html {
    font-size: 14px;
  }

  body {
    color: #000000;
  }

  /* Drag-and-drop padding */
  .row-fluid-wrapper.dnd-section {
    padding: 0 !important;
  }

  /* IMAGE RESIZING */

  .max-print-height-100,
  .max-print-height-150,
  .max-print-height-200,
  .max-print-height-250,
  .max-print-height-300,
  .max-print-height-350,
  .max-print-height-400,
  .max-print-height-450,
  .max-print-height-500 {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  .max-print-height-100 {
    max-height: 100px !important;
  }

  .max-print-height-150 {
    max-height: 150px !important;
  }

  .max-print-height-200 {
    max-height: 200px !important;
  }

  .max-print-height-250 {
    max-height: 250px !important;
  }

  .max-print-height-300 {
    max-height: 300px !important;
  }

  .max-print-height-350 {
    max-height: 350px !important;
  }

  .max-print-height-400 {
    max-height: 400px !important;
  }

  .max-print-height-450 {
    max-height: 450px !important;
  }

  .max-print-height-500 {
    max-height: 500px !important;
  }
}

@page {
  margin: 2cm;
}
/* Utility classes */







/* All sides */

.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}

/* Top */
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

/* Right */
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mr-4 {
  margin-right: 1.5rem;
}
.mr-5 {
  margin-right: 3rem;
}

/* Bottom */
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}

/* Left */
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 1rem;
}
.ml-4 {
  margin-left: 1.5rem;
}
.ml-5 {
  margin-left: 3rem;
}

/* X-Axis */
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

/* Y-Axis */
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Auto Margins */
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}






/* All sides */
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}

/* Top */
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}

/* Right */
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-4 {
  padding-right: 1.5rem;
}
.pr-5 {
  padding-right: 3rem;
}

/* Bottom */
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}

/* Left */
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 1.5rem;
}
.pl-5 {
  padding-left: 3rem;
}

/* X-Axis */
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* Y-Axis */
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}


.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

/* TYPOGRAPHY - COLOR */
.text-white {
  color: #fff !important;
}

.text-blue {
  color: #0095C3 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #007599 !important;
}

.text-purple {
  color: #83389B !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #5e2970 !important;
}

.text-green {
  color: #77B800 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #5d8f00 !important;
}

.text-red {
  color: #C82258 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #a61c4a !important;
}

.text-orange {
  color: #FF7000 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #d65d00 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-light {
  color: #F2F0EE !important;
}

a.text-light:hover, a.text-light:focus {
  color: #ded9d4 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #343a40 !important;
}

.text-muted {
  color: #6c757d !important;
}

/* BACKGROUND - COLOR */
.bg-blue {
  background-color: #0095C3 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #007599 !important;
}

.bg-purple {
  background-color: #83389B !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #5e2970 !important;
}

.bg-green {
  background-color: #77B800 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #5d8f00 !important;
}

.bg-red {
  background-color: #C82258 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a61c4a !important;
}

.bg-orange {
  background-color: #FF7000 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #d65d00 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #F2F0EE !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ded9d4 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

/* SIZING */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-25 {
  max-width: 25% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* ROUNDED CORNERS */
.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

/* OVERFLOW */
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* SHADOWS */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/* TEXT ALIGN */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
/***** BLOG LISTINGS *****/
.blog-listing-item {
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-listing-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  background-size: cover;
  background-position: 50%;
  border-radius: 0.5rem;
  float: left;
  margin: 0 auto 1rem;
  flex-shrink: 0;
}

@media (min-width: 575px) {
  .blog-listing-item {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .blog-listing-image {
    margin: 0 1rem 1rem 0;
    max-width: 200px;
    height: 125px;
  }
}

@media (min-width: 768px) {
  .blog-listing-image {
    max-width: 300px;
    height: 200px;
  }
}

/* Pagination */
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  opacity: 0.5;
  cursor: default;
}

/***** MAIN BLOG TEMPLATE *****/

.hr-gray-2,
.hr-grey-2 {
  width: 100%;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #eee;
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  background-color: white;
}

.blog-title {
  margin-bottom: 0.25rem;
}

.blog-meta p {
  line-height: 1.1;
  margin-bottom: 0;
  font-size: 0.8rem;
}

.blog-disclaimer p {
  font-size: 0.8rem;
  line-height: 1.1;
  color: #999;
}

/* Social Sharing Buttons */
.hs-blog-social-share-list {
  list-style-type: none;
  padding-left: 0;
}

.hs-blog-social-share-item {
  line-height: 1;
  margin-right: 10px;
}

.hs-blog-social-share-item-facebook {
  margin-left: -5px;
}

/* BLOG RICHTEXT */

@media (max-width: 850px) {
  #hs_cos_wrapper_post_body img {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* COMMENTS */

/* Main comments frame */
#hs_cos_wrapper_blog_page_comments {
  margin: 1.4rem 0;
}

/* Comments form */
#hs_cos_wrapper_blog_page_comments form {
  color: #343a40;
  background-color: #eee;
  padding: 1rem 2rem 2rem 2rem;
  border-radius: 0.25rem;
}

/* Inputs */
#hs_cos_wrapper_blog_page_comments input,
#hs_cos_wrapper_blog_page_comments textarea {
  width: 100%;
  padding: 0.5rem 0.8rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  color: #343a40;
}

/* Comments TextArea */
#hs_cos_wrapper_blog_page_comments textarea {
  resize: vertical;
  height: 200px;
}

/* Field labels */
#hs_cos_wrapper_blog_page_comments label {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* The <ul> that contains the error message. */
#hs_cos_wrapper_blog_page_comments .hs-error-msgs {
  margin: 0;
  padding-left: 0;
  font-size: 0.8rem;
  color: #dc3545;
}

/* Error message if a field is not complete. This is a <label>. */
#hs_cos_wrapper_blog_page_comments .hs-error-msg {
  margin: 0;
}

/* Google recaptcha badge */
#hs_cos_wrapper_blog_page_comments .hs_recaptcha {
  margin: 1rem 0;
}

/* Buttons */
#hs_cos_wrapper_blog_page_comments .hs-button {
  background: #6eb4cd;
  color: #f2f0ee;
  transition: all 0.3s ease-out;
}

#hs_cos_wrapper_blog_page_comments .hs-button:hover,
#hs_cos_wrapper_blog_page_comments .hs-button:focus {
  background: #2c95b5;
  cursor: pointer;
}

#hs_cos_wrapper_blog_page_comments .comment-reply-to {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  line-height: 1;
}

/* COMMENTS */
#hs_cos_wrapper_blog_page_comments h4 {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #343a40;
}

#hs_cos_wrapper_blog_page_comments .comment-date {
  color: #999;
}

/* #hs_cos_wrapper_blog_page_comments .comment.depth-0 {
  padding-top: 1rem;
  margin-top: 2rem;
} */

#hs_cos_wrapper_blog_page_comments .comment {
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 2px solid #eee;
  padding-left: 0;
}

#hs_cos_wrapper_blog_page_comments .comment.depth-1,
#hs_cos_wrapper_blog_page_comments .comment.depth-2,
#hs_cos_wrapper_blog_page_comments .comment.depth-3,
#hs_cos_wrapper_blog_page_comments .comment.depth-4,
#hs_cos_wrapper_blog_page_comments .comment.depth-5,
#hs_cos_wrapper_blog_page_comments .comment.depth-6,
#hs_cos_wrapper_blog_page_comments .comment.depth-7 {
  margin-left: 2rem;
}

#hs_cos_wrapper_blog_page_comments .comment.depth-1 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-2 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-3 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-4 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-5 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-6 .comment-from:before,
#hs_cos_wrapper_blog_page_comments .comment.depth-7 .comment-from:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91.67 93.59' fill='currentColor'%3E%3Cpath d='M9.23,1.56A4.7,4.7,0,0,1,14,5.61l0,.64v25A32.82,32.82,0,0,0,45.52,64l1.36,0H79.17l0,0L65.57,50.31a4.61,4.61,0,0,1,0-6.52l.1-.1a4.61,4.61,0,0,1,6.51,0C78.32,49.85,91.35,63,95.75,67.38a2.12,2.12,0,0,1,0,3L72.21,93.81a4.63,4.63,0,0,1-6.52,0l-.09-.1a4.6,4.6,0,0,1,0-6.52L79.31,73.48l0,0H46.88A42.2,42.2,0,0,1,4.71,32.73l0-1.48V6.49A4.86,4.86,0,0,1,9.23,1.56Z' transform='translate(-4.69 -1.56)' /%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

/* JUST ANSWER CHAT BLOCK */
.justAnswerChatBlock {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.justAnswerTextContainer {
  background: #e3f9ff;
  padding: 1rem;
  border-left: 3px solid #0095c3;
  color: #027396;
  display: flex;
  align-items: center;
}

.justAnswerTextContainer a {
  color: #027396;
  font-weight: bold;
  display: inline-flex;
  align-self: center;
}