








*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}





/* Responsive Grid */

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

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

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

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -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: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -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%;
    -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;
}

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

/* 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 ;
  }
}
/* Containers / Grid / DnD Areas */

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

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

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

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

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




/* Typography */

html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}

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

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

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  color: #eb4e54;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

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

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1 {
  color: #252425;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 3.25rem;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-weight: normal;
  line-height: 1.12;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

h2 {
  color: #252425;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  text-decoration: none;
}

h3 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.1875;
  text-decoration: none;
  text-transform: uppercase;
}

h4 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

h5 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

h6 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  border-left: 7px solid #eb4e54;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

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

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */

button,
.button {
  align-items: center;
  background-color: #eb4e54;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0;
  padding: 12px 36px;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #dc3f45;
}

button:active,
.button:active {
  background-color: #f3565c;
}

/* Secondary Buttons */
.button.button--secondary {
  background-color: transparent;
  border: 1px solid #eb4e54;
  border-radius: 4px;
  color: #eb4e54;
  fill: #eb4e54;
  font-family: 'Libre Baskerville', sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #dc3f45;
  color: #dc3f45;
  fill: #dc3f45;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #dc3f45;
  fill: #dc3f45;
  font-size: 1rem;
  font-style: normal;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after {
  background-color: #dc3f45;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

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

.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #dc3f45;
}

/* No Button */

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

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 12px 36px;
}

/* Button Icons */

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

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

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

.cta-form {
  display: block;
  width: 100%;
}

form {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 32px 40px;
}

.hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

form fieldset:not(.form-columns-1) > .hs-form-field {
  margin: 0 0 1.25rem;
}

/* Form Title */
.form-title {
  background-color: #eb4e54;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  -webkit-font-smoothing: auto;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

/* Labels */
.hs-form-field > label {
  background-color: #fff;
  border-radius: 4px;
  color: #252425;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  left: 0.969rem;
  padding: 4px 6.5px;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  top: 0;
  transform: translateY(-50%);
  transition: all 0.03s ease-in;
  white-space: nowrap;
  z-index: 2;
}

form div.hs-fieldtype-radio > label,
form div.hs-fieldtype-checkbox > label {
  padding: 0;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #252425;
  position: static;
}

/* Help Text - Legends */

.hs-form-field legend {
  color: #252425;
  display: none !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  padding: 15px;
  text-decoration: none;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

::placeholder {
  color: #d0d0d0;
}

select {
  color: #252425;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  display: block;
  padding-left: 1.4375rem;
  position: relative;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #000;
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #eb4e54;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-radius: 4px;
  border-right: 6px solid transparent;
  border-top: 6px solid #eb4e54;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  background-color: #eb4e54 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #cd3036 !important;
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: #fff;
}

.hs-datepicker .is-today button.pika-button {
  color: #cd3036;
}

.hs_datepicker:before {
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

.hs_datepicker:not(.in-focus):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23d0d0d0' d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 15px;
  width: 18px;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
  position: relative;
}

.hs-fieldtype-file:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23d0d0d0' d='M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.hs-fieldtype-file:before {
  background-color: #fff;
  bottom: 5px;
  content: '';
  left: 5px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 5px;
}

/* Headings & Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #cc0201;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

/* Submit */

form input[type='submit'] {
  background-color: #eb4e54;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0.625rem 0;
  max-width: 500px;
  padding: 12px 36px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

form input[type='submit']:hover,
form input[type='submit']:focus {
  background-color: #dc3f45;
}

form input[type='submit']:active {
  background-color: #f3565c;
}
/* Tables */

table {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  color: #252425;
  margin-bottom: 1rem;
}

th,
td {
  border: 1px solid #d0d0d0;
  padding: 10px;
  vertical-align: top;
}

thead th,
thead td {
  background-color: #fff;
  border: 2px solid #d0d0d0;
  color: #252425;
  text-align: left;
}

thead th {
  border-bottom: 2px solid #d0d0d0;
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #d0d0d0;
}



/* Header */

.header {
  background-color: #252425;
  border-bottom: 4px solid #eb4e54;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 18px 0;
}

.header__right-column {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* Site Logo */
.header__site-logo {
  height: auto;
  line-height: 1;
  max-width: 160px;
  width: 100%;
}

.header__site-logo img {
  max-width: 100%;
}

.header__site-logo .logo-company-name {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}

/* Site Navigation */

.header__navigation > .header__navigation_primary-nav,
.header__navigation > .header__navigation__secondary-logo {
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

.header__navigation {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.header__navigation:before {
  background-color: rgba(235, 78, 84, 0.95);
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: height 0.15s ease-in;
  width: 100%;
}

.header__navigation.open {
  left: 0;
  position: absolute;
  right: 0;
  top: 125px;
  z-index: 99;
}

.header__navigation.open > .header__navigation_primary-nav,
.header__navigation.open > .header__navigation__secondary-logo {
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  transition-delay: 0.2s;
  visibility: visible;
  width: auto;
}

.header__navigation.open:before {
  height: 100%;
  transition: height 0.35s ease-in;
}

.header__navigation .header__navigation__secondary-logo img {
  margin-bottom: 30px;
  position: relative;
}

.header__navigation--toggle,
.header__close--toggle {
  cursor: pointer;
  fill: #fff;
  height: 25px;
}

.header__close--toggle {
  height: 33px;
}

.header__navigation--toggle.hide {
  display: none;
}

.header__close--toggle {
  display: none;
  margin-right: 0;
  position: relative;
  z-index: 99;
}

.header__close--toggle.show {
  display: block;
  position: absolute;
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}

.header__language-switcher:before {
  content: '';
  height: 42px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
}

.header__language-switcher .lang_list_class {
  background-color: #fff;
  border: 1.79px solid #d0d0d0;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #252425;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: normal;
  left: calc(100% - 30px);
  min-width: 150px;
  opacity: 0;
  padding-top: 0;
  text-align: left;
  text-decoration: none;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #d1d6dc;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active:after {
  border-bottom-color: #ebeff3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  font-size: 18px;
  margin: 0;
  padding: 20px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #252425;
}

.header__language-switcher--label {
  align-items: center;
  color: #fff;
  display: flex;
  position: relative;
}

.header__language-switcher--label > div {
  line-height: 1;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin-left: 10px;
  margin-top: 3px;
  width: 0;
}

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #252425;
  display: block;
  height: calc(100vh - 115px);
  left: 0;
  position: absolute;
  right: 0;
  top: 75px;
  z-index: 2;
}

.header__search--toggle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+');
  background-size: cover;
  cursor: pointer;
  height: 25px;
  margin: 0 5vw;
  position: relative;
  width: 25px;
}

.header__search--toggle.hide {
  display: none;
}

.header__search--toggle.open {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.header__search--toggle.open:after {
  display: block;
}

.header__search--toggle:after {
  content: 'Search';
  display: none;
  font-size: 26px;
  font-weight: 600;
  left: 40px;
  position: absolute;
  text-transform: uppercase;
  top: -10px;
}

.header__search {
  border-top: 2px solid #ced4db;
  order: 1;
  padding: 30px;
}

.header__search .hs-search-field__input {
  padding-left: 15px;
}

.header__search .hs-search-field__suggestions li {
  padding: 10px 0;
}

/* Tablet Down Styles */

@media (max-width: 1200px) {
  .header__container {
    padding: 18px 20px;
  }
}
/* Footer */

.footer {
  background-color: #fff;
}

.footer__container {
  margin: 0 auto;
  max-width: 1200px;
}

.footer__main-bar {
  border-top: 10px solid #eb4e54;
}

.footer__main-bar .footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  flex-basis: 100%;
  flex-grow: 1;
}

.footer__main-bar__logo {
  background-color: #eb4e54;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  padding: 20px 17px;
}

.footer__main-bar__logo img {
  max-height: 200px;
  max-width: 200px;
}

.footer__main-bar__menu {
  margin: 0 0 35px;
}

.footer__main-bar__menu a {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__main-bar__menu a:hover,
.footer__main-bar__menu a:focus {
  background-color: transparent;
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.footer__main-bar__menu a:active {
  background-color: transparent;
}

.footer__main-bar__menu ul {
  align-items: center;
  flex-direction: column;
}

.footer__main-bar__social {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.footer__right {
  background-color: #f1f1f1;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  flex: 1 0 100%;
  padding: 60px 35px;
  text-align: center;
}

.footer__copyright-bar {
  border-top: 1px solid #d0d0d0;
  color: #8a8a8a;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  padding: 20px;
  text-decoration: none;
}

.footer__copyright-bar .footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer__copyright-bar__secondary-links a {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-style: inherit;
  padding: 0 10px;
}

.footer__copyright-bar__secondary-links a:last-of-type {
  padding-right: 0;
}

.footer .footer__form {
  margin: 0 auto;
  max-width: 450px;
}

.footer .footer__form form {
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: block;
  margin: 25px auto 0;
  max-width: 80%;
  padding: 0;
}

.footer .footer__form .form-title {
  background-color: transparent;
  color: #252425;
  padding: 0 0 1rem;
}

.footer .footer__form form div.in-focus > label {
  background-color: #f1f1f1;
}

.footer .footer__form form input[type='text'],
.footer .footer__form form input[type='email'],
.footer .footer__form form input[type='password'],
.footer .footer__form form input[type='tel'],
.footer .footer__form form input[type='number'],
.footer .footer__form form input[type='file'],
.footer .footer__form form select,
.footer .footer__form form textarea {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .footer__main-bar__menu a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .footer__main-bar .footer__container {
    flex-wrap: nowrap;
  }

  .footer__main-bar__social {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0;
    position: relative;
    top: 5px;
  }

  .footer__left {
    display: initial;
    flex: 1 1 auto;
    flex-direction: row;
  }

  .footer__right {
    flex: 0 1 auto;
    padding: 80px 25px 70px;
  }

  .footer__main-bar__menu {
    margin: 65px 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer__main-bar__menu ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 0 auto;
    padding: 0;
  }

  .footer__main-bar__menu li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__main-bar__menu {
    padding-right: 25px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1470px) {
  .footer__right {
    flex: 1 0 auto;
  }
}

/* Fixes for internet explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    max-width: 1rem;
  }

  .footer__left {
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .footer__left .social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* Menus */

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

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



/* Blog */

/* Blog Meta - Author/Avatar/Timestamp */

.boxDate {
    background-color: #909090;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
  text-align: left;
}

  .blog-index {
    max-width: 1200px !important;
        margin: 100px auto 60px !important;
}

.hs-blog-listing main {
padding-top: 140px;
}

.hs-blog-listing .app-btn, .hs-blog-listing .social-icon {
border: 1px solid #000;
    padding: 5px 15px;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 16px;
    color: #000;
}

.app-btn:hover, .social-icon:hover {
background-color:#000;
  color:#fff;
  text-decoration: none;
}

.blog-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.blog-meta__author {
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.blog-meta__author:hover {
  text-decoration: underline;
}

.blog-meta__author .author__avatar {
  border-radius: 100%;
  display: inline-block;
  flex: 1 0 auto;
  height: 30px;
  line-height: 1;
  margin-right: 1rem;
  overflow: hidden;
  position: relative;
  width: 30px;
}

.blog-meta__author .author__avatar img {
  height: 100%;
  width: auto;
}

.blog-meta__timestamp {
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Tags/Topics */
.blog-tags {
  margin-bottom: 1.5rem;
  text-align: center;
}

.blog-tags svg {
  height: 8px;
  margin-right: 9px;
}

.blog-tag {
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0.25rem 0.65rem;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-tag:hover,
.blog-tag:focus {
  font-weight: 700;
}

@media screen and (min-width: 780px) {
  .blog-tags {
    margin: 0 auto 1.5rem;
    max-width: 85%;
  }

  .blog-tag {
    font-size: 0.675rem;
  }
}

/* Blog Listing */

.blog-header {
  padding: 6rem 0 2rem;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.blog-header__title {
  font-size: 2.625rem;
}

.blog-header__title span {
  color: #eb4e54;
}

.blog-navigation {
  margin-bottom: 4rem;
}

.blog-navigation .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-navigation .blog-navigation__text {
  color: #252425;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
  margin: 2rem 0 1rem;
  text-decoration: none;
}

.blog-navigation .blog-navigation__filter,
.blog-navigation .blog-navigation__search {
  margin: 0 auto;
  max-width: 360px;
  width: 75%;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23eb4e54' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 40px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border-color: #d0d0d0;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* prettier-ignore */
.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index {
  margin: 0 auto 75px;
  max-width: 950px;
}

.blog-index__subheader {
  margin-bottom: 3rem;
  text-align: center;
}

.blog-index__subheader .author-social-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-index__subheader .author-social-links a {
  background-color: #d0d0d0;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-index__subheader .author-social-links a:hover {
  background-color: #eb4e54;
}

.blog-index__subheader .author-social-links a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.blog-index__listings,
.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-index__listings .blog-postcard,
.blog-related-posts__list .blog-postcard {
  flex: 0 1 100%;
  margin-bottom: 30px;
}

.blog-index__listings #hs_cos_wrapper_blog_cta {
  flex: 0 1 100%;
  margin: 75px auto;
}

@media screen and (min-width: 768px) {
  .blog-navigation .blog-navigation__filter,
  .blog-navigation .blog-navigation__search {
    flex: 0 1 35%;
    margin: initial;
    max-width: unset;
  }

  .blog-navigation .content-wrapper {
    flex-direction: row;
  }

  .blog-navigation .blog-navigation__text {
    margin: 0 2.5rem;
  }

  .blog-index__listings .blog-postcard,
  .blog-related-posts__list .blog-postcard {
    flex: 0 1 48.25%;
    margin-bottom: 30px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__listings .blog-postcard,
  .blog-related-posts__list .blog-postcard {
    flex: 0 1 40%;
  }
}

@media screen and (min-width: 980px) {
  .blog-navigation .blog-navigation__filter,
  .blog-navigation .blog-navigation__search {
    flex: 0 1 25%;
  }
}

/* Blog Postcard */
.blog-postcard {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  text-align: center;
}

.blog-postcard--no-image .blog-postcard__wrapper > a {
  display: none;
}

.blog-postcard .blog-tags {
  margin-top: 0.5rem;
  max-width: 95%;
}

.blog-postcard .blog-meta {
  font-size: 14px;
}

.blog-postcard__wrapper > a {
  background-position: top center;
  background-size: 100%;
  border-radius: 4px;
  display: block;
  padding: 40px;
  position: relative;
}

.blog-postcard__wrapper > a:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in;
}

.blog-postcard__wrapper > a .button {
  opacity: 0;
  position: relative;
  transition: all 0.15s ease-in;
}

.blog-postcard__wrapper > a:hover:before,
.blog-postcard__wrapper > a:hover .button {
  opacity: 1;
}

.blog-postcard__post-details {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.blog-postcard__post-details h2 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-postcard__post-details a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

.blog-postcard__post-details a:hover,
.blog-postcard__post-details a:focus {
  font-weight: inherit;
}

/* Blog Pagination */
.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 65px auto 0;
  -webkit-box-align: center;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #252425;
  display: inline-flex;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 0.25rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link.blog-pagination__link--active {
  background-color: #eb4e54;
  color: white;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  background-color: #eb4e54;
  display: inline-flex;
  height: 45px;
  justify-content: center;
  padding: 0;
  width: 45px;
}

.blog-pagination__prev-link {
  margin-right: 3.125rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 3.125rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  background-color: #d0d0d0;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #fff;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #d0d0d0;
}

/* Blog Post */

.blog-header--post {
  height: 150px;
  position: relative;
}

.blog-header--post.blog-header--post--no-image {
  height: 100px;
}

.blog-header--post.blog-header--post--no-image:before {
  display: none;
}

.blog-header--post:before {
/*   background-color: rgba(49, 43, 48, 0.8); */
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-header--post__inner {
  align-items: center;
  display: flex;
  height: 150px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 3.3rem 20px;
  position: relative;
}

.blog-header--post.blog-header--post--no-image .blog-header--post__inner {
  align-items: center;
  height: 100px;
  padding: 0 20px;
}

.blog-post {
  margin: 0 auto;
  max-width: 860px;
  padding: 5.625rem 0 4.375rem;
  position: relative;
}

.blog-post__title {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.1875;
  margin: 2rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post .blog-meta {
  justify-content: center;
  margin: 1rem 0 1.5rem;
}

.blog-post__social {
  margin-bottom: 1.5rem;
  text-align: center;
}

.blog-post__social .social-links__icon {
  height: 25px;
  margin: 0 5px;
  width: 25px;
}

.blog-post__social .social-links__icon svg {
  height: 10px;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #252425;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-post__body h1 {
  font-size: 2.25rem;
  font-style: normal;
}

.blog-post__body h2 {
  font-size: 2rem;
}

.blog-post__body h3 {
  font-size: 1.875rem;
}

.blog-post__body h4 {
  font-size: 1.5rem;
}

.blog-post__body h5 {
  font-size: 1.25rem;
}

.blog-post__body h6 {
  font-size: 1.125rem;
}

.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  letter-spacing: normal;
  text-transform: none;
}

.blog-post__body blockquote {
  border-left: 7px solid #eb4e54;
  margin-bottom: 3rem;
  margin-top: 3rem;
  -webkit-margin-end: 3rem;
  margin-inline-end: 3rem;
  -webkit-margin-start: 3rem;
  margin-inline-start: 3rem;
}

.blog-post__body pre {
  white-space: normal;
}

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

@media screen and (min-width: 780px) {
  .blog-header--post {
    height: 225px;
  }

  .blog-header--post__inner {
    align-items: flex-end;
    height: 225px;
  }

  .blog-post__title {
    margin: 0 0 1.25rem;
  }

  .blog-post .blog-meta {
    margin: 1rem 0 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .blog-header--post {
    height: 325px;
  }

  .blog-header--post__inner {
    height: 325px;
  }

  .blog-post__social {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }

  .blog-post__social .social-links {
    display: inline-flex;
    flex-direction: column;
  }

  .blog-post__social .social-links__icon {
    height: 40px;
    margin: 10px 0;
    width: 40px;
  }

  .blog-post__social .social-links__icon svg {
    height: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-header--post__inner {
    padding: 3.3rem 0;
  }

  .blog-header--post.blog-header--post--no-image .blog-header--post__inner {
    padding: 0;
  }
}

/* Blog Comments */
.blog-comments {
  margin-top: 2rem;
}

.blog-comments .comment-reply-to {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='layer1'%3E%3Cpath fill='%23000000' d='M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: 20px;
  background-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-left: 50px;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='layer1'%3E%3Cpath fill='%23ffffff' d='M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.blog-comments .comment:not(.depth-0) {
  margin-top: 25px;
}

/* Related Posts */

.blog-related-posts {
  margin-bottom: 4.0625rem;
}

.blog-related-posts .content-wrapper {
  margin: 0 auto;
  max-width: 950px;
  padding: 0 20px;
}

.blog-related-posts .blog-related-posts__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 3.0625rem;
  margin-top: 4.25rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 780px) {
  .blog-related-posts .blog-related-posts__title {
    font-size: 1.25rem;
    margin-bottom: 4.0625rem;
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-related-posts .content-wrapper {
    padding: 0;
  }
}
/* System Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #f3f6f9;
  content: attr(data-error);
  font-family: 'Open Sans', sans-serif;
  font-size: 40vw;
  font-style: normal;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 6rem 0;
  text-align: center;
}

.systems-page--search-results {
  max-width: 100%;
  text-align: left;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1px solid #4f7d24;
  border-radius: 4px;
  color: #4f7d24;
  display: inline-block;
  font-size: 1rem;
  margin: 2rem 0;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

/* Search Results Page */

.systems-page--left-aligned {
  text-align: left;
}

.hs-search-results {
  margin-top: 2rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__title {
  color: #252425;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.25rem;
  text-decoration: none;
}

.hs-search-results__title:hover {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
}

.hs-search-results__description {
  padding-top: 0.5rem;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Forms in System Pages */

.systems-page form ::-webkit-input-placeholder {
  opacity: 1;
}

.systems-page form ::-moz-placeholder {
  opacity: 1;
}

.systems-page form :-ms-input-placeholder {
  opacity: 1;
}

.systems-page form :-moz-placeholder {
  opacity: 1;
}

#email-prefs-form h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#email-prefs-form input[type='text'],
#email-prefs-form input[type='email'],
#email-prefs-form input[type='password'],
#hs_cos_wrapper_password_prompt input[type='password'],
#email-prefs-form input[type='tel'],
#email-prefs-form input[type='number'],
#email-prefs-form input[type='file'],
#email-prefs-form select,
#email-prefs-form textarea {
  padding: 0.969rem !important;
}

#hs_cos_wrapper_password_prompt input[type='password'] {
  height: auto !important;
}

#email-prefs-form .checkbox-row {
  margin: 0 auto 0.5rem;
  display: inline-block;
}

#email-prefs-form .checkbox-row .fakelabel,
#email-prefs-form .subscribe-options label {
  display: flex;
}

#email-prefs-form .subscribe-options label {
  align-items: center;
  justify-content: center;
}

#email-prefs-form .checkbox-row .fakelabel input,
#email-prefs-form .subscribe-options input {
  margin-right: 0.25rem;
}
#email-prefs-form .checkbox-row .fakelabel input,
#email-prefs-form .checkbox-row .fakelabel span {
  line-height: 1;
}

#email-prefs-form .item-inner {
  margin-bottom: 1.5rem;
}

#email-prefs-form .item-inner > p {
  font-style: italic;
}

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

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important;
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type='email'] {
  margin-bottom: 20px;
  padding: 20px !important;
}

/* Membership forms */

form#hs-membership-form {
  text-align: left;
}

/* Membership placeholders */

#hs-membership-form :-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form ::-moz-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form ::placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form select {
  color: transparent;
}

form#hs-membership-form .in-focus ::-moz-placeholder {
  opacity: 1;
}

form#hs-membership-form .in-focus :-ms-input-placeholder {
  opacity: 1;
}

form#hs-membership-form .in-focus ::placeholder {
  opacity: 1;
}

form#hs-membership-form .in-focus select {
  color: #252425;
}

/* Membership validation message */
#hs-membership-form a[class*='show-password'] {
  position: absolute;
  left: 0;
  font-size: 0.85rem;
  bottom: 0;
}

#hs-membership-form #hs-login-widget-password,
#hs-membership-form #hs-register-widget-password,
#hs-membership-form #hs-register-widget-password-confirm,
#hs-membership-form #hs-reset-widget-password,
#hs-membership-form #hs-reset-widget-password-confirm {
  margin-bottom: 20px;
}

#hs-membership-password-requirements ul {
  margin-bottom: 20px;
  padding-left: 0;
}

#hs-membership-password-requirements ul li {
  margin: 0;
}

/* Membership inputs */
#hs-membership-form input[type='checkbox'],
#hs-membership-form input[type='radio'] {
  float: left;
  margin-top: 4px;
}

/* Membership labels */
#hs-membership-form label[for='hs-login-widget-remember'] {
  padding-top: 0;
  position: static;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hs-membership-form label[for='hs-login-widget-remember'] {
    display: inline-block;
    margin-top: 12px;
  }
}



a {
color:#c69025 !important;
}

body, p {
font-size: 15px !important;
  line-height: 1.625;
  color:#555555 !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
font-weight:400 !important;
  color:#00003c !important;
}

b, strong {
    font-weight: 700;
}

.top-bar .top-inner a {
color:#d1b740 !important;
}

.has-submenu ul.level-2 li {
  position:relative;
}

.has-submenu ul.submenu.level-3 li {
  text-align:left;
  margin-left: 25px;
}

.has-submenu ul.level-2 span.menu-arrow-bg:after {
    top: -9px;
}

.dnd-section {
    padding: 80px 25px !important;
}

.pb10 {
margin-bottom: 10px !important;
}

.pb20 {
margin-bottom: 20px !important;
}

.pb30 {
margin-bottom: 30px !important;
}

.pb40 {
margin-bottom: 40px !important;
}

.pb50 {
margin-bottom: 50px !important;
}

.pt60 {
margin-top: 60px !important;
}

.pb60 {
margin-bottom: 60px !important;
}

.pb70 {
margin-bottom: 70px !important;
}

.pb80 {
margin-bottom: 80px !important;
}

.pb90 {
margin-bottom: 90px !important;
}

.pb100 {
margin-bottom: 100px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646464  !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #646464 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #646464 !important;
}

/* Home Slider */

/* Slideshow container */
.slideshow-container {
  position: relative;
/*   background: #f1f1f1f1; */
}

.slideshow-container h4 {
margin-bottom: 0px;}

/* Slides */
.mySlides {
  display: none;
  padding: 50px;
      padding-bottom: 0;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #b39225;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #b39225;
  color: white;
text-decoration: none;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
/*   background-color: #717171; */
}

a:active {
color:#c69025 !important;}

.inner-pages .dnd_area-row-1-padding {
padding-top: 100px !important;
}

.header.me-sticky-2 {
    background-color: #fff !important;
  border-bottom: 1px solid #000 !important;
  }

.header.me-sticky-2 .app-btn, .header.me-sticky-2 .social-icon {
border: 1px solid #000;
}

.hs-button, .hs-form-field input[type=date], .hs-form-field input[type=email], .hs-form-field input[type=number], .hs-form-field input[type=phone], .hs-form-field input[type=tel], .hs-form-field input[type=text], .hs-form-field textarea {
    border-radius: 40px;
    text-align: center;
}

  input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], input[type='file'], select, textarea {
  font-size: 15px !important;
  }

.header__site-logo {
/*     max-width: 210px; */
          max-width: 240px;
}

  #hs_cos_wrapper_secondary-logo {
display: none;
}

.module_16105048763984-flexbox-positioning > div {
    padding: 0 !important;
}

.has-submenu input[type=checkbox]:checked ~ ul {
    display: block;
}

.has-submenu ul.level-2 {
display: none;
  text-align:left;
      margin-left: 15px;
}

.has-submenu ul.level-3 {
display: none;
}

/* Adjust Menu Arrow */

.navigation-primary ul li.has-submenu:after {
/*     position: absolute;
content: '\f078';
  padding: 10px;
    font-family: FontAwesome;
      top: 0;
    right: 40%; */
}

/* Adjust Menu Arrow END */

span.menu-arrow-bg:after {
  position: absolute;
content: '\f078';
  padding: 10px;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 15px;
  top: 0;
  color:#cfb53b;
  cursor: pointer;
  left: 0;
    width: 300px;
  padding-left: 75%;
}

.hs-blog-listing .home-only {
  display: none;
}

.blog-postcard {
padding: 0;
      border: 0;
    border-radius: 0;
}

.blog-postcard__post-details {
    padding: 20px 25px;
  text-align: left !important;
    background-color: #f4f4f4;
  margin-top: 0;
}

.blog-postcard__post-details a.readmore {
  margin-top: 10px;
font-size:14px !important;
  color:#bda22a !important;
  font-weight: 400 !important;
}

.blog-postcard__post-details a {
  font-size: 16px !important;
    line-height: 1.4 !important;
  font-weight: 600;
  color: #000 !important;
}

.blog-postcard__post-details a:hover {
    font-weight: 600;
color:#000;
}

.blog-postcard__post-details h2 {
font-size: 21px;
}

.blog-postcard__post-details div {
  font-size: 14px !important;
  text-align: left !important;
      margin-bottom: 15px;
}

.blog-postcard__post-details p {
font-size: 14px !important;
  text-align: left !important;
}

.blog-postcard__post-details h2 {
  font-size: 18px !important;
    line-height: 1.4 !important;
    letter-spacing: inherit;
    text-transform: capitalize;
}

.blog-postcard .blog-meta {
    display: none;
}

.blog-postcard__wrapper > a {
border-radius: 0;
  min-height: 200px;
}

.blog-post__title {
      color: #d1b740 !important;
    letter-spacing: 0;
      font-weight: 400;
    text-transform: capitalize;
font-size: 30px;
    margin-bottom: 50px;
    line-height: 1.3;
}

.blog-hero-post {
    display: grid;
    grid-template-columns: 45% 55%;
/*   background-color: #919191; */
}

.blog-hero-post .blog-heading {
    background-color: #909090;
}

.blog-postcard__wrapper > a .button {
display: none;
}

.blog-hero-post .blog-heading h2 {
padding-top: 260px;
  padding-bottom: 160px;
color:#fff !important;
  text-align-last: center;
  font-size: 30px;
  text-transform: capitalize;
  font-weight:400;
}

  .blog-post {
  padding-top: 100px;
    padding-bottom: 100px;
  }

.hs-blog-listing .blog-header--post.blog-header--post--no-image {
height: 600px;
}

.hs-blog-listing .body-container {
margin-top:18px;}

.hs-blog-post .body-container {margin-top: 157px;}

h1, h2, h3, h4, h5, h6 {
  font-style: inherit !important;
}

a:hover {
  text-decoration: none;
}

.top-bar {
padding: 15px;
  color:#fff;
  font-size:12px;
  background-color:#000;

}

.header__navigation.open {
top: 60px;
}

#hs_cos_wrapper_navigation-primary {
position: absolute;
    right: 13%;
}

.navigation-primary {
  width:400px;
/*     width: 700px;
  margin-left: 400px; */
}

  .submenu.level-1 {
    width: 700px;
        height: 650px;
  }

.header__navigation:before {
    background-color: #00003c !important;
      left: auto;
}

.navigation-primary a {
    opacity: 1 !important;
  font-size: 16px !important;
  line-height: 2 !important;
  letter-spacing: 0.1em !important;
  color:#cfb53b !important;
}

.navigation-primary a:hover {
    opacity: 0.8 !important
      font-size: 16px !important;
}

.submenu.level-2 a {
font-size:14px !important;
font-weight: 400 !important;
letter-spacing: 0.1em !important;
line-height: 2 !important;
}

  .submenu.level-2 a {
  text-transform: capitalize !important;
  }

.submenu.level-2 a {
color:#cfb53b !important;
}

.submenu.level-3 a {
color:#fff !important;
}

.submenu.level-1>li {
      padding: 5px 20px !important;
  text-align: left;
  margin: 0;
}

.navigation-primary .submenu {
text-align: left;
}

.top-social {
float:right;
  display: flex;
}

.fb, .ig, .yt {
margin-right: 5px;
    background: #7f7f7f;
      border-radius: 40px;
    color: #fff !important;
    padding: 3px 6px;
    width: 24px;
    text-align: -webkit-center;
}

.fb:hover, .ig:hover, .yt:hover {
color:#fff;
}

.top-content {
  max-width:1200px;
  margin: 0 auto;
}

.gold-h {
  color:#d1b740;
}

.header__navigation--toggle {
    fill: #fff !important;
}

.header__close--toggle {
    fill: #cfb53b !important;
}

.header {
/*   background-color: rgb(37 36 37 / 50%); */
  background-color: transparent !important;
    border-bottom: 0 !important;
}

/*     .hs-content-id-40616236545 .row-number-1 {
    margin-top:45px;
    } */

/* .hs-content-id-40616236545 .row-number-1:before {
    content: '\f078';
    color: #fff;
    bottom: 0;
    position: absolute;
    left: 50%;
  font-family: FontAwesome;
} */

  .logo-scroll {
    max-width: 240px;
    height: auto;
    line-height: 1;
    width: 100%;
display: none;
}
  
  .logo-scroll img {
      width:228px !important;
    max-width: 100%;
        margin-left: 6px;
  }
  
  .header__site-logo.no-scroll {
  display: none;
  }
  
 .logo-scroll.scroll-down {
  display: block;
  }

.header--toggle.burger-scroll {
fill: #000 !important;
}

.cta-social, .cta-social-mobile {
  display: flex;
  margin-right:15px;
}

.cta-social-mobile {
padding: 15px;
  display: none;
}

.app-btn, .social-icon {
  border: 1px solid #000;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 16px;
  color:#000 !important;
  background-color: #fff;
}

.app-btn:hover, .social-icon:hover {
background-color:#fff;
  color:#0f0f11 !important;
  text-decoration: none;
}

.header {
/*   background-color: rgba(37,36,37,0.5) !important; */
  position: absolute;
    width: 100%;
}

/* .header__container {
    max-width: 1660px !important;
} */

.header__container {
    margin-top: 20px;
}

.dnd_area-row-0-max-width-section-centering > .row-fluid {
    max-width: 1200px !important;
  left: -15%;
    position: relative;
}

.cta-btn {
  border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

.cta-btn:hover {
  color:#000 !important;
  background-color:#fff;
  text-decoration: none;
}

.cta-btn-dark {
  border: 1px solid #cfb53b;
    color: #cfb53b !important;
    padding: 10px 25px;
    text-transform: uppercase;
  text-decoration: none;
  border-radius: 0 !important;
}

.cta-btn-dark:hover {
  color:#fff !important;
  background-color:#cfb53b;
  text-decoration: none;
}

.spacing {
height: 20px;
}

img.team-img {
border-radius: 175px;
width: 50% !important;
}

form ul.inputs-list {
  display: flex;
}

.hs-form-field>label {
  font-size: 14px !important;
  display: none;
}

form div.hs-fieldtype-radio > label, form div.hs-fieldtype-checkbox > label {
  display:block;
      color: #fff !important;
    background: transparent !important;
      font-family: inherit;
    font-style: normal;
}

form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label>span, form .inputs-list:not(.no-list) label>span p {
  color:#fff !important;
  margin-right: 20px;
}

form {
background-color: #000 !important;
    border: 0 !important;
  padding: 0 !important;
 /*  color:#fff !important;

      padding: 0px 45px 45px !important; */
}

#hsForm_04560fe2-2c8a-40d1-a105-e98045c40cb1_6612 > div.hs_submit.hs-submit {
    text-align-last: center;
}

.line-hr {
border-bottom: 1px solid #000;
  height: 1px;
}

.form-title {
background-color: #231f20 !important;
  padding-top: 45px !important;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], input[type='file'], select, textarea {
    background-color: rgb(255 255 255) !important;
}

.hs-submit {
  margin-top:-20px;
}

form input[type='submit'], form .hs-button {
  background: #ceb63a !important;
  font-style: normal !important;
  border: 0 !important;
font-family: 'Open Sans', sans-serif !important;
}

.cell_1610506536606-vertical-alignment form ul.inputs-list li input + span:after {
  content:'\f00c';
  font-family: FontAwesome;
  color:#fff;
  background-image: none;
  left: 3px;
    top: 22%;
    font-size: 10px;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr, #hs_cos_wrapper_module_1685131823541 .ft-dr {
font-size: 30px !important;
margin-bottom: 5px !important;
  line-height: 1.3 !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr2, #hs_cos_wrapper_module_1685131823541 .ft-dr2 {
font-size: 24px !important;
    margin-bottom: 5px !important;
line-height: 1.3 !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr3, #hs_cos_wrapper_module_1685131823541 .ft-dr3 {
font-size: 16px !important;
line-height: 1.3 !important;
margin-bottom: 25px !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr4, #hs_cos_wrapper_module_1685131823541 .ft-dr4 {
margin-bottom: 30px !important;
}

.container-f {
  max-width: 1200px;
    margin: 0 auto;
    display: flex;
  background-color: #0c1036;
  overflow:hidden;
}

#scroll-top {
padding: 10px 15px;
    background-color: #d1b74085;
    color: #fff;
    border: 1px solid #d1b740;
    position: fixed;
    bottom: 80px;
    right: 20px;
  cursor:pointer;
  display: none;
}
#main-header {width:100%;}
.me-sticky {position:fixed; top:0;z-index:999;}

.show {display:block !important;}
  .menu-height {height:440px;}
.menu-height-2 {height: 510px;}

.cell_1610601563588-vertical-alignment, .cell_1610601655331-vertical-alignment {
align-self: self-end;
}

  .module_1610523036397-flexbox-positioning > div {
    width: 100%;
  } 

.module_16105039243023-flexbox-positioning > div {
  width: 100%;
}

#hs_cos_wrapper_widget_1610444219848 .hero-heading h2, #hs_cos_wrapper_widget_1610444219848 .hero-heading p {
color:#fff;
}

.cell_1610601563588-vertical-alignment, .cell_1610601655331-vertical-alignment {
margin-left: 0 !important;
  width: 100% !important;
}

/* Featured Articles */

.wrapper {
    width: 100%;
    float: none !important;
    display: block;
    margin: 0 auto !important;
    max-width: 1210px;
/*     padding-left: 15px;
    padding-right: 15px; */
}

.pb70, .p70-0 {
    padding-bottom: 20px;
}

.pb70 h2 {
  color:#d1b740;
}

.boxGroup {
    margin: 0 -15px;
}

.ib.vt {
    vertical-align: top !important;
}

.boxGroup>div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.w33 {
    width: 33.33%;
}

@media (min-width: 768px) {
.ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    float: none;
}
}

.boxG {
    background: #fff;
}

.boxImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
}

.boxImage a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.boxBC {
    padding: 20px;
    background-color: #f4f4f4;
}

.boxDate {
    font-size: 14px;
    padding-bottom: 10px;
}

.boxsTitle {
    padding-bottom: 10px;
}

.boxsTitle a h5 {
    color: #000;
    text-transform: none;
  letter-spacing: normal;
      font-size: 16px;
}

.boxContent {
    font-size: 14px;
}

.boxLink {
    padding-top: 15px;
      font-size: 14px;
}

.boxLink a {
color:#d1b740;
}

/* Text Editor */

hr {
width: 10%;
  border: 0 none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
/*   border-bottom-color: #d1b740 !important; */
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.lrSection.blackBg1 {
max-width:640px;
}

.lrSection.blackBg1 .wrapper {
  padding: 0;
}

.lSeCLeft h2, .lSeCLeft h3 {
  color:#d1b740;
  font-size:28px;
  line-height: 21px;
}

.lSeCLeft h2.white-txt, .lSeCLeft h3.white-txt {
    color:#cfb53b;
  font-size:30px;
  line-height: 1.3;
  text-transform: inherit;
  font-weight: 300;
}

.lSeCLeft h3 {
    line-height: 36px;
}

.lSecC.dark-bg p {
  color:#fff !important;
}

.lSecC.white-bg p {
  color:#252425;
}

.social-mobile-only {
    display: none;
}

.mobile-social-btm {
display: none;
}

.mobile-header-blog {
display: none;
}

/* Footer */

.footerSection { background-color: #000; padding: 60px 0;background-image:url(https://f.hubspotusercontent00.net/hubfs/7256205/Polaris-Plastic-Surgery-Singapore.jpg);}
.footerEn { margin: 0 -20px; padding:40px 0;}
.footerInner {width:50%; display: inline-block; vertical-align: top; margin-right: -4px; padding: 15px 20px;}
.footerTitle h4 { text-transform: uppercase; letter-spacing: 1px; font-size: 16px; line-height: 1.42em; color: #ceb63a;}
.footerHead{ padding-bottom:45px; text-align:center; font-family:montserrat; font-weight:100; letter-spacing:10px; font-size:30px; line-height:1.2; color:#91c2e0;}
.footerNavigation { padding-top: 50px;}
.footerNavigation ul { padding: 0; margin: 0; }
.footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; display: block;width: 100% !important;text-align:center;}
.footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li + li { padding-top: 2px;}
.footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { display: inline-block; padding: 0; font-size: 16px; color: #fff !important; border-bottom: 1px solid transparent; transition: all ease 0.3s; line-height: 1.42; width:auto;}
.footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover { border-color: #e3e3e3;}
.footercopyRight{padding:15px 0 !important; font-size:14px; line-height:1.71; color:#737373; text-align:center; background-color:#fcfcfc;overflow:hidden;}
.footercopyRight p {margin-bottom: 0 !important;
    font-size: 12px !important;
    max-width: 960px;
    text-align: left;
    margin: 0 auto;}
.footerTitle h4 {  font-weight: 400 !important; }

.footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:before {
content: '\f054';
    margin-right: 5px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 12px;
}

/* @media screen and (min-width: 1920px) {
  .submenu.level-1 {
    overflow-x: initial;
}
      .heroSection.desktop-only {
      padding-left: 230px !important;
    padding-right: 230px !important;
  }
} */

@media screen and (min-width: 1680px) {
  .submenu.level-1 {
    height: 800px;
    overflow-y: scroll;
/*     overflow-x: initial; */
}
/*       .heroSection.desktop-only {
      padding-left: 230px !important;
    padding-right: 230px !important;
  } */
  .header__navigation.open:before {
/*     width: 70%; */
  width:35%;
}
  .header__close--toggle.show {
    right: 5%;
}
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
          .heroSection.desktop-only {
      padding-left: 35px !important;
    padding-right: 35px !important;
  } 
    .header__navigation.open:before {
/*     width: 70%; */
  width:42%;
}
      .submenu.level-1 {
overflow-y: scroll;
  }
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
              .heroSection.desktop-only {
      padding-left: 35px !important;
    padding-right: 35px !important;
  } 
    .header__navigation.open:before {
/*     width: 70%; */
  width:42%;
}
          .submenu.level-1 {
overflow-y: scroll;
  }
}

@media screen and (min-width: 1024px) {
.blog-header--post {
    height: 600px;
}
/*       .heroSection.desktop-only {
      padding-left: 35px !important;
    padding-right: 35px !important;
  } */
}

@media screen and (min-width: 768px) {
.blog-index__listings .blog-postcard, .blog-related-posts__list .blog-postcard {
    flex: 0 1 31.75%;
}
}

@media only screen and (max-width:1024px) {
  
  .header__navigation.open:before {
  width:100%;
  }
  
  #hs_cos_wrapper_navigation-primary {
  position: relative;
  }
  
.dnd_area-row-0-max-width-section-centering > .row-fluid {
left: 0 !important;
}
          .heroSection.desktop-only {
      padding-left: 35px !important;
    padding-right: 35px !important;
  } 
    img { width: 100% !important;}
    .heroText {
    padding: 0 !important;
}
  .hs-blog-listing main {
    padding-top: 109px;
}
  .hs-blog-post .body-container {
    margin-top: 109px;
}
  .blog-index {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
}


@media(max-width:991px){
  .footerSection { padding: 40px 25px !important;}
  .footerInner{width:100% !important;}
  .lrSection.blackBg1 .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media(max-width: 767px){
  .footerNavigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {   font-size: 13px; color:#ffffff !important;}
}

@media(max-width:480px){
/* .footerInner{width:100%; display:block; margin-right:0;} */
  .pol-lpbi .body-container {
    margin-top: 0px;
  }
}

@media only screen and (max-width:768px){
  .header__navigation:before {
    left: 10%;
}
  
.w33 {
    width: 100%;
}
    .dnd_area-row-0-max-width-section-centering > .row-fluid {
  left: 0;
  }
    .top-social {
    float: none;
    margin-top: 10px;
  }
  
  .cell_1610601655331-vertical-alignment, .cell_1610601563588-vertical-alignment {
    margin-left: 0 !important;
    width:100% !important;
  }
}

@media only screen and (max-width:480px) {
  
  .has-submenu .submenu.level-2 input[type=checkbox]:checked ~ ul {
  position: relative;
  }
  
  .has-submenu .submenu.level-3 {
  margin-left: 0 !important;
  }
  
  .has-submenu ul.submenu.level-3 li {
    text-align: left;
    margin-left: 15px;
}
  
#hs_cos_wrapper_widget_1637432102803, #hs_cos_wrapper_module_1680229824974, #hs_cos_wrapper_module_1685131823541, #hs_cos_wrapper_module_1680347344172  {
text-align: center;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr, #hs_cos_wrapper_module_1685131823541 .ft-dr {
font-size: 24px !important;
margin-bottom: 5px !important;
  line-height: 1.3 !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr2, #hs_cos_wrapper_module_1685131823541 .ft-dr2 {
font-size: 19px !important;
    margin-bottom: 5px !important;
line-height: 1.3 !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr3, #hs_cos_wrapper_module_1685131823541 .ft-dr3 {
font-size: 14px !important;
line-height: 1.3 !important;
margin-bottom: 25px !important;
}

#hs_cos_wrapper_widget_1637432102803 .ft-dr4, #hs_cos_wrapper_module_1685131823541 .ft-dr4 {
margin-bottom: 30px !important;
}
  
#hs_cos_wrapper_widget_1637432102803 .ft-dr-mobile, #hs_cos_wrapper_module_1685131823541 .ft-dr-mobile {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
}
  
  .cell_16105048763973-vertical-alignment {
  display: none !important;
  }
  
  .module_16105048763984-flexbox-positioning > div {
    padding: 0 !important;
}
  
  #hs_cos_wrapper_widget_1637433174187_ > a:nth-child(1) {
margin-bottom:20px;
    margin: 0 auto;
}
  
  #hs_cos_wrapper_widget_1614074977362_ h2 {
  font-size: 24px !important;
  }
  
  .mySlides {
  padding-top: 30px;
  }
  
  .navigation-primary {
    width: 100%;
    margin-left: 0;
}
  
  .submenu>li>a {
  font-size: 15px !important;
    text-align:left;

  }
  
  .submenu.level-2 a {
  text-transform: capitalize !important;
    font-size:12px !important;
    padding-right: 35px;
  }
  
  .navigation-primary a {
  text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
line-height: 1.8 !important;
  }
  
  span.menu-arrow-bg:after {
  top:5px;
    right: 5px;
  }
  
  .has-submenu input[type=checkbox]:checked ~ ul {
    display: block;
    padding-left: 20px;
/*     padding-right: 20px; */
    max-width:400px;
    margin-left: 35px;
}
  
  .submenu.level-1 {
      white-space: initial !important;
    overflow-x: scroll;
    height:450px;
  }
  
    .inner-pages .dnd_area-row-1-padding {
    padding-top: 40px !important;
}
  
  .header__navigation .header__navigation__secondary-logo img {
    width: 240px !important;
}
  
  .footercopyRight {
  margin-bottom: 73px;
    padding:25px !important;
  }
  
  .mobile-social-btm {
    display: grid;
    grid-template-columns: 25% 25% 25% 25% !important;
    text-align: center !important;
    position: fixed;
    bottom: 0;
    width: 100%;
}
  
  .mobile-social-btm div {
    padding: 10px;
    height: 74px;
    text-align-last: center;
    border-right: 1px solid #fff;
    background-color: #00003c;
}
  
  .mobile-social-btm div.last-sc {
  border-right: 0;
  }
  
  .mobile-social-btm img {
    width: 54px !important;
    filter: brightness(0) invert(1);
}
  
  .footer-top {
    color: #fff;
    padding: 25px !important;
    padding-bottom: 0 !important;
}
  
  .header__site-logo {
    max-width: 180px;
}
  
  .home-only {
  display: none;
  }
  
  .inner-only {
    display: block !important;
}
  
  .header__site-logo img {
/*   width: 180px !important; */
    width: 230px !important;
        max-width: 230px !important;
  }
  
  .social-mobile-only {
    display: flex;
/*     position: absolute;
    right: 8px;
    bottom: 22px; */
    width: 130px;
    margin: 0 auto;
}
  
  .fb, .ig, .yt {
    margin-right: 0;
    padding: 0px 2px;
    width: 22px;
    text-align: -webkit-center;
        border-radius: 40px;
    color: #000;
    margin-left: 15px;
    background: #7a7a79;
    font-size: 14px;
}

  .header__left-column {
/*   margin: 0 auto; */
  }
  
  .header__navigation--toggle {
/*         position: absolute; */
/*     left: 26px; */
/*     bottom: 24px; */
  fill: #000 !important;
  }
  
.header__close--toggle {
    position: absolute;
    left: 7px;
    bottom: 24px;
    fill: #cfb53b !important;
  }
  
  .header__close--toggle {
    fill: #cfb53b !important;
  }

  .top-bar {
  display: none;
  }
  
  .blog-hero-post .blog-heading h2 {
    padding-top: 17px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
  }
  
  .hs-blog-listing .body-container {
    margin-top: 0;
}
  
  .hs-blog-listing main {
    padding-top: 109px;
}
  
  .blog-post {
  padding-top: 20px;
  }
  
.blog-hero-post {
    grid-template-columns: 100%;
}
  
 .blog-header--post {
    height: 220px;
   display:none;
} 

  
  .app-btn {
  font-size: 14px;
  }
  .header {
  position:relative;
    background-color: #ffffff !important;
  }
  .cta-social {
    display: none;
  }
  .cta-social-mobile {
    background:#000;
/*   display: flex; */
    display: none;
    margin-right: 0;
    font-size:12px;
    margin: 0 auto;
  }
  .app-btn, .social-icon {
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-left: 5px;
}
  .container-f {
    display:block;
    overflow: hidden;
  }
  .footerEn {
    padding: 20px 20px !important;
}
  form {
    padding: 10px !important;
  }
/*   .cta-btn-dark {
    padding: 10px;
  } */
/*   .header__navigation.open {
top: -70px;
} */
  
  .submenu.level-1>li>a {
  font-weight: 400 !important;
    font-size: 14px !important;
    text-align:left;
    letter-spacing: 0.1em !important;
    
  }
  
  .submenu.level-1>li {
    padding: inherit !important;
}  
  
  .navigation-primary a {
  font-size: 21px !important;
  }
  .submenu.level-1>li {
  margin:0 !important;
    padding-left: 0 !important;
  }
    .hs-content-id-40616236545 .row-number-1 {
    margin-top:90px;
    }
  
  .header__navigation.open > .header__navigation_primary-nav, .header__navigation.open > .header__navigation__secondary-logo {
  padding: 25px;
        width: 100%;
  }  
  .header__navigation.open:before {
    width: 90%;
}
    .blog-index {
    max-width: 1200px !important;
        margin: 40px auto 0px !important;
}
  .hs-blog-listing .blog-header--post.blog-header--post--no-image {
  display:none;
  }
  .blog-index__listings .blog-postcard, .blog-related-posts__list .blog-postcard {
    margin-bottom:!5px;
}
  .hs-blog-post .body-container {
    margin-top: 100px;
}
  img {
  width: auto !important;
  }
  ul, ol {
    padding-left: 10px !important;
}
  h2.ft-heading {
  font-size: 24px;
  }
  .blog-post__title {
  font-size: 24px;
    margin-bottom:30px !important;
  }
  .blog-post__body img {
    margin-bottom: 30px !important;
  }
  
  input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], input[type='file'], select, textarea {
  font-size: 13px !important;
  }
  
   .hs-form-field>label, form .inputs-list:not(.no-list) label, form .inputs-list:not(.no-list) label>span, form .inputs-list:not(.no-list) label>span p {font-size: 13px !important;}
  .footercopyRight {
    padding: 15px 25px !important;
}
  .footercopyRight p {
    font-size: 12px !important;
    text-align: center !important;
  }
  .mobile-header-blog {
  display: block !important;
  }
 .hs-blog-listing .blog-header--post.blog-header--post--no-image {
  height:300px;
  }
  #main-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index:9999;
}
  #scroll-top {
    bottom: 82px;
    right: 10px;
}
  #hs_cos_wrapper_navigation-primary {
position: relative;
    right: 0;
}
  .header__site-logo.no-scroll {
    display: block;
}  
  
/*   .navigation-primary ul li.has-submenu:after {
    right: 0%;
} */
  
  span.menu-arrow-bg:after {
  left: inherit;
    width: 100%;
    padding-left: 100%;
  }
}

.hs-blog-id-60162352759 .boxDate, .hs-blog-id-60161897869 .boxDate {
  display: none;
}
.hs-blog-id-60161897869 .blog-index, .hs-blog-id-60162352759 .blog-index {
  margin-top: 60px !important;
}
.hs-blog-id-60161897869 .blog-lheadR, .hs-blog-id-60161897869 .blog-iheadR, .hs-blog-id-60162352759 .blog-lheadR, .hs-blog-id-60162352759 .blog-iheadR {
  padding-top: 40px !important;
}
.hs-blog-id-60161897869 .blog-post, .hs-blog-id-60162352759 .blog-post {
  padding-top: 30px !important;
}
.hs-blog-id-60161897869 .blog-post .blog-post__title, .hs-blog-id-60162352759 .blog-post .blog-post__title {
  margin-top: 0 !important;
}

.PfloatR {
	position:fixed;
	width: 54px;
	height:54px;
	bottom:40px;
	right:40px;
}

.PfloatR img {
	margin-top:16px;
}

@media only screen and (max-width:767px){
  .PfloatR, .ft-box {
    display: none;
  }
}
.ft-box {
	  background-image: url(https://www.polarisplasticsurgery.com/hs-fs/hubfs/Polaris_0140.jpg?width=3000&height=2000&name=Polaris_0140.jpg);
    background-size: 300px 200px;
    position: fixed;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 300px;
    right: 0;
    bottom: 100px;    
}
.ft-con {
	  background-color: #CFE1F3;
    border: 1px solid #000000;
    padding: 1em;
    width: 80%;
    position: absolute;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;    
}
.ft-con p {
    margin: 0;
    line-height: 1.2em;
    font-size: 13px !important;
    font-weight: 600 !important;    
}
.ft-con p a {
	text-decoration: underline;
  font-weight: 600;    
}
.service-cupr {
  display: flex;
  justify-content: center;
}
.service-cupr a {
  color: #ffffff !important;
  background-color: #0D1036;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none !important;
}
.hs-content-id-59912514665 #scroll-top,
.hs-content-id-59909562630 #scroll-top,
.hs-content-id-59909891605 #scroll-top,
.hs-content-id-59915337506 #scroll-top,
.hs-content-id-59913188387 #scroll-top,
.hs-content-id-59916043601 #scroll-top,
.hs-content-id-59917092255 #scroll-top,
.hs-content-id-59917093378 #scroll-top,
.hs-content-id-59917658389 #scroll-top,
.hs-content-id-59920159602 #scroll-top,
.hs-content-id-59921009696 #scroll-top,
.hs-content-id-59927971642 #scroll-top,
.hs-content-id-59934222008 #scroll-top,
.hs-content-id-59934223526 #scroll-top,
.hs-content-id-59935798101 #scroll-top,
.hs-content-id-59937676217 #scroll-top,
.hs-content-id-59939588137 #scroll-top,
.hs-content-id-59939436935 #scroll-top,
.hs-content-id-59939959091 #scroll-top,
.hs-content-id-59939960452 #scroll-top,
.hs-content-id-59940992363 #scroll-top,
.hs-content-id-59940994417 #scroll-top,
.hs-content-id-59950174271 #scroll-top,
.hs-content-id-59950568603 #scroll-top,
.hs-content-id-59950737983 #scroll-top,
.hs-content-id-59952090704 #scroll-top,
.hs-content-id-59977390144 #scroll-top,
.hs-content-id-59986641075 #scroll-top,
.hs-content-id-59988837251 #scroll-top,
.hs-content-id-59988619621 #scroll-top,
.hs-content-id-59988838015 #scroll-top,
.hs-content-id-59989585329 #scroll-top,
.hs-content-id-59990712372 #scroll-top,
.hs-content-id-59998076742 #scroll-top,
.hs-content-id-59998250836 #scroll-top,
.hs-content-id-60002009914 #scroll-top,
.hs-content-id-59715254367 #scroll-top,
.hs-content-id-60003075597 #scroll-top,
.hs-content-id-60012780985 #scroll-top,
.hs-content-id-60014838876 #scroll-top,
.hs-content-id-60014897489 #scroll-top,
.hs-content-id-60014878345 #scroll-top,
.hs-content-id-60015739981 #scroll-top,
.hs-content-id-60015741208 #scroll-top,
.hs-content-id-60024310587 #scroll-top,
.hs-content-id-60024237867 #scroll-top,
.hs-content-id-108869814875 #scroll-top,
.hs-content-id-60024239700 #scroll-top,
.hs-content-id-60028639875 #scroll-top,
.hs-content-id-60028640676 #scroll-top,
.hs-content-id-60032738933 #scroll-top,
.hs-content-id-60030412100 #scroll-top,
.hs-content-id-60030412885 #scroll-top,
.hs-content-id-60030413909 #scroll-top,
.hs-content-id-58871557785 #scroll-top,
.hs-content-id-59703380818 #scroll-top,
.hs-content-id-59781941658 #scroll-top,
.hs-content-id-59781759521 #scroll-top,
.hs-content-id-59772260636 #scroll-top,
.hs-content-id-59776171356 #scroll-top,
.hs-content-id-59776173060 #scroll-top,
.hs-content-id-59779625029 #scroll-top,
.hs-content-id-59779626037 #scroll-top,
.hs-content-id-59779626857 #scroll-top,
.hs-content-id-59712653466 #scroll-top,
.hs-content-id-59714391196 #scroll-top,
.hs-content-id-59715021988 #scroll-top,
.hs-content-id-59708118528 #scroll-top,
.hs-content-id-59710388544 #scroll-top,
.hs-content-id-59710817411 #scroll-top {
  display: none !important;
}

.blog-iheadR {
  text-align: center;
}