/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.dnd-section>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .row-fluid {
  padding: 0;
}
.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'brandon_grotesque_regularRg';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_reg-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_reg-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_reg-webfont.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_reg-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_med-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_med-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_med-webfont.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_med-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: 'icomoon';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/icomoon.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/icomoon.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/icomoon.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/icomoon.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: 'work_sansextralight';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-extralight-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-extralight-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-extralight-webfont.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-extralight-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }


@font-face {
  font-family: 'work_sanslight';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-light-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-light-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-light-webfont.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-light-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: 'work_sansregular';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-regular-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-regular-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-regular-webfont.ttf") format("truetype"),
        url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/worksans-regular-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_bld-webfont.woff2") format("woff2"),
    url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_bld-webfont.woff") format("woff"),
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/Cosmedica_May2020/Fonts/brandon_bld-webfont.eot") format("eot"), 
      url("https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/fonts/brandon_bld-webfont.svg") format("svg");
        font-style: normal;
        font-weight: 400;
        }


[class*=" icon-"], [class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 2.0625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

p {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: .22px;
}
img {
  max-width: 100%;
  vertical-align: text-bottom;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
  transition: color .3s ease;
}

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


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0px 0px 20px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1remrem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6remrem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25remrem;
  padding: 60px 0 40px;
  letter-spacing: 2px;
  line-height: 3.375rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 2.625rem;
  letter-spacing: .37px;
  text-transform: none;
  padding: 20px 0;
}

h5 {
  font-size: 1rem;
  line-height: 1.8125rem;
  padding: 0 0 20px;
  letter-spacing: 3.32px;
  padding: 55px 0 25px;
  text-transform: uppercase;
}

h6 {
  font-size: 1.1875rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 49px 0 20px;
}

@media (min-width: 1300px) {
  h4 {
    line-height: 2.75rem;
  }
  h6 {
    line-height: 1.8125rem;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 30px;
}

.hs-lay ol li, 
,hs-lay ul li {
  line-height: 27px;
}

ul li,
ol li {
  letter-spacing: .22px;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  border:0;
  border-bottom: 1px solid #979797;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

/* TODO */
small {

}

/* TODO */
mark {

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
sup {
  vertical-align: super;
  font-size: smaller;
  top: unset;
  line-height: inherit;
}

:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 499px) {
  h4 {
    font-size: 1.5rem !important;
    line-height: 2.625rem;
    font-family: work_sansregular !important;
  }
  h5 {
    font-size: 1.0625rem !important;
    line-height: 1.6875rem !important;
  }
  h6 {
    line-height: 1.6875rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  width: auto;
  margin: 32px 0 10px;;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 25px;
  border-style: solid;
  border-width: 0px;
  font-size: .92rem;
  padding: 13px 60px;
  font-family: brandon_grotesquemedium;
  letter-spacing: 2.64px;
  white-space: normal;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .7s ease;
  line-height: normal;
}

@media only screen and (min-width: 641px) {
  .hs-button {
    font-size: 1em;
  }
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}
.hs-button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

h3.form-title {
  padding: 0 0 14px;
}

.hs-form label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
  font-family: work_sansregular;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input[type=password] {
  color: #33475b;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  width: 100%;
  display: block;
  margin-top: 20px;
  background: #EEE;
  border: none;
  padding: 15px 0 15px 20px;
  line-height: normal;
  border: 1px solid transparent;
}

.hs-input:focus,
input[type=password] :focus{
  outline: -webkit-focus-ring-color auto 1px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

form input:focus,
form select:focus, 
form textarea:focus, 
.hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

label.hs-error-msg {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
}

.hs_error_rollup .hs-error-msgs.inputs-list label {
  font-family: work_sansregular;
  line-height: 27px;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  margin-top: 4px;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  padding: 6px 5px;
  font-size: .813em;
}
main ::-webkit-input-placeholder {
  color: #9B9B9B !important;
  font-family: brandon_grotesque_regularRg;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .28px
}
main ::-moz-placeholder {
  color: #9B9B9B !important;
  font-family: brandon_grotesque_regularRg;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .28px
}
main :-ms-input-placeholder {
  color: #9B9B9B !important;
  font-family: brandon_grotesque_regularRg;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .28px
}
main :-moz-placeholder {
  color: #9B9B9B !important;
  font-family: brandon_grotesque_regularRg;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .28px
}

@media (max-width: 767px){
  form.hs-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .hs-input, input[type=password] {
    line-height: 2;
    min-height: 2rem;
  }
  h3.form-title {
    padding: 0 0 10px;
  }
  .contact-lay textarea.hs-input {
    height: 160px;
  }
  .hs-button, .button--primary {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    font-size: 1em;
    margin-bottom: 26px;
  }
}
@media (max-width: 499px) {
  h3.form-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
    .hs-form-field .hs-input {
      width: 100% !important;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs-lay ul li, 
.hs-lay ol li {
  line-height: 27px;
}
.column-skincare {
  list-style: none;
  padding: 0!important;
  margin: 0;
  counter-reset: li;
}
.column-skincare li {
  margin-bottom: 20px;
  padding: 20px 0;
}
.column-skincare li, 
ol.column-skincare>li {
  border-bottom: 1px solid #979797;
  display: block;
}
ol.column-skincare>li {
  position: relative;
  margin-bottom: 0;
  padding: 30px 0 30px 120px;
  list-style: none;
}
.column-skincare li:first-of-type {
  border-top: 1px solid #979797;
}
ol.column-skincare.last>li {
  padding: 40px 0 40px 120px;
}
.fw-lay ol li, 
.fw-lay ul li {
  font-family: work_sansregular;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: .22px;
  line-height: 27px;
  margin-bottom: 10px;
}
ol.column-skincare>li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 20px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 20px;
  background: rgba(216,216,216,.73);
  text-align: center;
  font-family: work_sansregular;
  font-size: 40px;
  color: #FFF;
  letter-spacing: .56px;
  line-height: 32px;
}
ol.column-skincare.last>li:before {
  top: 15px;
}
ol.column-skincare.last {
  margin-bottom: 50px!important;
}
.page-call-out {
  font-family: brandon_grotesque_regularRg;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: .28px;
  line-height: 32px;
  color: #4A4A4A;
  margin-bottom: 0;
  text-align: center;
}
.btn-pink-sympton {
  display: inline-block !important;
  padding: 13px 28px !important;
  border: 1px solid #E4C4C0;
  color: #4A4A4A;
  border-radius: 25px;
  text-transform: none;
  margin: 10px 8.5px 5px 0;
  text-transform: lowercase !important;
}
.divider {
  border-bottom: 2px solid #4A4A4A;
  width: 30px;
  height: 1px;
  margin: 30px 0 20px;
  padding: 0;
}

.page-call-out a,
.page-call-out span {
  font-family: brandon_grotesquemedium;
  font-weight: 400;
  font-style: normal;
}
.page-call-out a {
  text-decoration: underline;
  transition: color .7s ease;
  color: inherit;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 0 60px !important;
}
.media-lay .hs-media-row-one h4 {
  text-align: center;
  padding-bottom: 40px;
}

.media-lay .hs-media-row-two h3 {
  font-family: brandon_grotesquemedium;
  font-size: 19px !important;
  color: #4a4a4a;
  letter-spacing: 3.32px;
  line-height: 29px !important;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 0;
}

.media-lay .hs-media-row-two a:before {
  content: "";
  background-color: #4A4A4A;
  color: #FFF;
  width: 30px;
  display: block;
  margin: 40px 0 13px;
  border-bottom: 2px solid #4A4A4A;
  padding: 0;
}

.media-lay .hs-media-row-two a {
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: color .5s ease;
  line-height: normal;
  width: auto;
}

.media-lay .hs-media-row-two a:hover {
  color: #E4C4C0;
}

.media-lay .hs-media-row-two a + hr {
  padding-bottom: 52px;
  margin-bottom: 58px;
  margin-top: 0;
}

.contact-lay h3.form-title {
  text-align: center;
}

.with-form .hs-form-field > label {
  display: none;
}

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

.with-form form.hs-form {
  max-width: 100%;
}

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

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

.contact-lay textarea.hs-input {
  margin-top: 23px;
}

.contact-lay .hs-richtext p {
  font-style: normal;
  font-weight: 400;
  padding: 0 0 20px;
  line-height: 33px;
  font-family: work_sansregular;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: .22px;
  margin-top: 13px;
  margin-bottom: 0;
}

.with-form .hs_recaptcha.hs-recaptcha {
  margin-top: 38px;
  text-align: left;
  margin-bottom: 16px;
}

.with-form .grecaptcha-badge {
  margin-left: 0;
}

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

.contact-lay .hs-contact-row-two .dnd-module {
  display: block;
  border-top: 1px solid #979797;
  padding-top: 50px;
  padding-bottom: 4px;
  margin-top: 50px;
}

.contact-lay .hs-contact-row-two .dnd-module {
  padding-bottom: 50px;
}

.hs-contact-row-three .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
}

ul.social-blog {
  margin: 0;
  padding: 0;
}
.social-blog li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.social-blog li a {
  font-family: brandon_grotesquemedium;
  font-size: 13px;
  color: #878787;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  transition: color .3s ease;
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/facebook_blog.svg) no-repeat;
  padding: 7px 0 7px 35px;
}
.social-blog li a:hover {
  color: #E4C4C0;
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/facebook_active.svg) no-repeat;
  padding: 7px 0 7px 35px;
}
.social-blog li a.twitter {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/twitter_blog.svg) no-repeat;
}
.social-blog li a.twitter:hover {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/twitter_active.svg) no-repeat;
}

.tech-repeat {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-gap: 20px;
}
.tech-repeat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tech-repeat ul li {
  border-bottom: 1px solid #5c5c5c;
  margin-bottom: 0;
}
.tech-repeat ul li a {
  text-transform: none;
  font-size: 16px;
  color: #4A4A4A;
  letter-spacing: .25px;
  line-height: 15px;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  transition: color .3s ease;
  padding: 10px 0;
  display: block;
}

.tech-repeat ul li a:hover {
  color: #E4C4C0;
}

/* ============= Home Page =============== */

.hs-home-row-one .dnd-section >.row-fluid {
  padding: 100px 0 90px;
  position: relative;
  text-align: center;
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
}
.call-out {
  border-bottom: 1px solid #979797;
  position: relative;
}
.call-out .reduce {
  position: absolute;
  right: 65px;
  top: 55px;
  z-index: 4;
}
.hs-home-row-one {}

.hs-home-row-one h3 {
  font-family: work_sanslight;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 1.37px;
  line-height: 37px;
  font-weight: 400;
  padding-bottom: 35px;
  padding-top: 6px;
}

.hs-home-row-one a.btn-pink {
  border: 1px solid #E4C4C0;
  background: #E4C4C0;
  color: #FFF;
  text-transform: uppercase;
  margin: 10px 10px 5px 0;
  padding: 7px 40px;
  border-radius: 34px;
  float: none;
  display: inline-block;
  line-height: 33px;
}

.hs-home-row-one a.btn-pink:hover {
  background: #FFF;
  color: #E4C4C0;
  transition: all .3s ease;
}
section.blog-container {
  clear: left;
  overflow: hidden;
}
section.blog-container aside.top-article {
  display: block;
  background: #000;
  position: relative;
  min-height: 400px;
}
section.blog-container aside.top-article .blog-overlay {
  background: rgba(132,124,117,.64);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
section.blog-container aside.top-article .title-block {
  position: relative;
  width: 80%;
  max-width: 450px;
  padding: 80px 25px 60px 40px;
}
section.blog-container aside.top-article .title-block h1 {
  font-family: work_sanslight;
  font-size: 26px;
  color: #FFF;
  letter-spacing: .54px;
  line-height: 33px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  padding-bottom: 0px;
}
section.blog-container a {
  color: inherit;
}
section.blog-container .cat {
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 5px solid #fff;
  padding-top: 15px;
  display: inline-block;
  line-height: normal;
}
section.blog-container .blog-column {
  background: #837979;
  vertical-align: top;
}
section.blog-container .blog-column aside.related {
  padding: 90px 25px 60px 40px;
  background: #E4C4C0;
  min-height: 400px;
}
section.blog-container .blog-column aside.related .inner-blog {
  margin: 0 auto;
}
section.blog-container .blog-column aside.related .inner-blog h2 {
  font-family: work_sanslight;
  font-size: 26px;
  color: #4A4A4A;
  letter-spacing: .54px;
  line-height: 33px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  width: 80%;
  padding-bottom: 0;
}
section.blog-container .blog-column aside.related:last-of-type {
  display: block;
  background: #837979;
}
section.blog-container .blog-column aside.related:last-of-type h2 {
  color: #fff;
}

.hs-home-row-five h3.form-title {
  text-align: center;
  padding-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
}
.hs-home-row-five .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}

.hs-home-row-five form {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

.hs-home-row-five form .hs-form-field > label {
  display: none;
}

.hs-home-row-five h3.form-title {
  font-family: work_sansregular;
  letter-spacing: 1px;
}

.hs-home-row-five form .hs-input {
  background: #6C6C6C;
  padding: 16px;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .22px;
  line-height: 33px;
  color: #fff;
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 7px;
  margin: 0;
}

.hs-home-row-five form .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  left: 79%;
}
.container-fluid.banner-area .dnd-module,
.container-fluid.banner-area .widget-type-cell {
  min-height: 0;
}
@-moz-document url-prefix() {
  .hs-home-row-one h3 {
    margin-bottom: 28px;
    margin-top: 30px;
  }
  section.hero .vid-search h2 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .hs-home-row-one p {
    margin-top: 16px;
  }
}
.hs-home-row-five form input.hs-button.primary.large {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  background: #E4C4C0;
  padding: 23px 18px 22px;
  border: none;
  -webkit-appearance: none;
  outline: 0;
  font-family: brandon_grotesquemedium;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2.5px;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 0;
}

.hs-home-row-five form input::-webkit-input-placeholder {
  color: #fff !important;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .28px;
  text-transform: none;
  line-height: 42px
}

.hs-home-row-five form input::-moz-placeholder {
  color: #fff !important;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .28px;
  text-transform: none;
  line-height: 42px
}

.hs-home-row-five form input:-ms-input-placeholder {
  color: #fff !important;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .28px;
  text-transform: none;
  line-height: normal;
  min-height: 65px;
}

.hs-home-row-five form input:-moz-placeholder {
  color: #fff !important;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .28px;
  text-transform: none;
  line-height: 42px;
}

.hs-home-row-five form label.hs-form-booleancheckbox-display {
  position: relative;
}

.hs-home-row-five form label.hs-form-booleancheckbox-display .hs-input {
  display: none;
  width: auto;
}

.hs-home-row-five form label.hs-form-booleancheckbox-display span {
  font-family: brandon_grotesquemedium;
  font-size: 11px;
  color: #C4C4C4;
  letter-spacing: .75px;
  float: left;
  padding-left: 10px;
  display: block;
}

.hs-home-row-five form label.hs-form-booleancheckbox-display > span:before {
  font-family: brandon_grotesquemedium;
  font-size: 11px;
  color: #C4C4C4;
  letter-spacing: .75px;
  float: left;
  padding-left: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
  content: "";
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/cosm_check_circle_unchecked.png) no-repeat;
}

.hs-home-row-five form ul.inputs-list {
  margin: 0;
  padding: 0;
}

.hs-home-row-five form ul.inputs-list li {
  margin: 0;
}

.hs-home-row-five form .hs-fieldtype-booleancheckbox.hs-form-field {
  position: relative;
  bottom: -30px;
  line-height: normal;
}
.tabber-page .dnd-section>.row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.hs-home-row-five form label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/cosm_check_circle_checked.png) no-repeat;
}
section.new-treatment-con aside.related-header ul:first-child li a {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/arrow-down.png) right no-repeat;
}
section.new-treatment-con aside.related-header ul:first-child li a.dropdown-current {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/arrow-up-new.png) right no-repeat;
  padding-right: 30px;
}
section.hero.hom-banner input.hs-search-field__input {
  border: none;
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/search.svg)left center no-repeat;
  width: 100%;
  padding: 7px 0 0 24px;
  font-family: work_sanslight;
  font-size: 28px;
  color: #FFF;
  opacity: .6;
  letter-spacing: 1px;
  line-height: 20px;
  outline: 0;
  max-width: 670px;
  -webkit-appearance: none;
  background-size: 14px;
  background-position-y: center;
}
section.hero.hom-banner form {
  max-width: 670px;
  position: relative;
}

section.hero.hom-banner form:after {
  width: 90%;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 10px 0 20px;
  max-width: 457px;
  content: "";
}

section.hero .vid-search ::-webkit-input-placeholder {
  color: #FFF !important;
}

section.hero .vid-search ::-moz-placeholder {
  color: #FFF !important;
}

section.hero .vid-search :-ms-input-placeholder {
  color: #FFF !important;
}

section.hero .vid-search :-moz-placeholder {
  color: #FFF !important;
}
.hs-home-row-five form label.hs-form-booleancheckbox-display span {
  padding-left: 0;
  float: none;
  line-height: normal;
}

.hs-home-row-five form label.hs-form-booleancheckbox-display>span:before {
  margin-right: 10px;
}
.hs-home-row-five .dnd-section {
  padding: 70px 25px;
  background-color: rgba(74, 74, 74, 1);
}
.question-callout form .hs-fieldtype-radio.hs-form-field .input ul.inputs-list.multi-container > li label > span:after {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/Oval-unchecked.png) no-repeat;
}

.question-callout form .hs-fieldtype-radio.hs-form-field .input ul.inputs-list.multi-container > li label > .hs-input[type=radio]:checked + span:after {
  background: url(https://6537727.fs1.hubspotusercontent-na1.net/hubfs/6537727/raw_assets/public/Cosmedica_May2020/images/Oval.png) no-repeat;
}
@media (min-width: 829px) {
  section.hero.hom-banner input.hs-search-field__input  {
    font-size: 48px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 7px 0 0 49px;
    background-size: 34px;
  }
  section.hero.hom-banner form:after {
    width: 100%;
  }
}
.hs-home-row-five form label.hs-form-booleancheckbox-display:after {
  content: "";
  display: table;
  width: 100%;
}
.hs-home-row-five form .hs-input.invalid {
  border: 1px solid #E4C4C0!important;
}

.hs-home-row-five form label.hs-error-msg,
.hs-home-row-five form .hs_error_rollup .hs-error-msgs.inputs-list label {
  color: #fff;
  font-weight: normal;
  border: 0;
  font-size: 12px;
  background: transparent !important;
  text-align: left;
  padding: 10px 0 0;
  margin: 0;
}

.hs-home-row-five form .hs_error_rollup .hs-error-msgs.inputs-list label {
  margin-top: 40px;
}
.with-form .hs_preferred_method_of_contact {
  font-family: brandon_grotesque_regularRg;
  letter-spacing: .28px;
  color: #4A4A4A!important;
  font-size: 18px;
  font-style: normal;
  padding: 20px 0 !important;
  margin: 0 20px 30px 0;
  border-bottom: 1px solid #979797;
  font-weight: 400;
  margin-top: 4px!important;
  padding-top: 0!important;
  margin-bottom: 0!important;
}

.with-form .hs_preferred_method_of_contact > label,
.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > label {
  display: inline-block;
  font-weight: 200;
  padding-top: 20px;
  font-family: inherit;
  vertical-align: middle;
}

.with-form .hs_preferred_method_of_contact > .input {
  width: 40%;
  float: right;
  margin-top: 16px;
  margin-bottom: 0;
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container {
  padding: 0;
  margin: 0;
  text-align: right;
  width: calc(100% + 16px);
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container > li {
  display: inline-block;
  width: auto;
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container > li .hs-input[type=radio] {
  width: auto !important;
  display: inline-block;
  margin-top: 6px;
  margin-left: .64em;
  vertical-align: middle;
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container > li .hs-input[type=radio] + span {
  margin: 2px 0 0 4px;
  padding-top: 5px;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  line-height: 1.5;
  font-size: .875em;
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container > li:last-child .hs-input[type=radio] + span {
  margin-right: 13px;
}

.with-form .hs_preferred_method_of_contact > .input ul.inputs-list.multi-container > li .hs-input[type=radio]:checked + span {
  font-weight: 700;
}
.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input {
  margin-top: 16px;
  margin-bottom: 0;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container {
  font-weight: 400;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px!important;
  margin-bottom: 22px !important;
  margin-right: 20px!important;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li {
  position: relative;
  margin-bottom: 15px;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  opacity: 0;
  outline: 0;
  z-index: 100;
  width: auto;
  height: 15px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  margin-top: 6px;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"] + span {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  cursor: pointer;
  margin: -3px 0 0 24px;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ccc;
  border-width: 0 3px 3px 0;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  transition: all .1s;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"] + span:after {
  content: "";
  background: 0 0;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 0;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"]:checked + span:before {
  opacity: 1;
  top: 0;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"] + span:after {
}

.with-form .hs_preferred_method_of_contact>.input ul.inputs-list.multi-container>li .hs-input[type=radio] {
  margin-right: 2px;
}

.with-form .hs_preferred_method_of_contact:after {
  content: "";
  display: table;
  width: 100%;
}

.with-form .hs_preferred_method_of_contact {
  padding-bottom: 8px !important;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions>label {
  font-weight: 400;
  font-family: brandon_grotesque_regularRg;
  letter-spacing: .28px;
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 26px;
}

.with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container li input[type="checkbox"]:checked + span {
  font-weight: bold;
}
.with-form .hs_preferred_consultation_time.hs-form-field {
  margin-bottom: 25px;
}

.with-form .hs_preferred_consultation_time.hs-form-field select {
  -webkit-appearance: none;
  color: #9B9B9B;
  font-family: brandon_grotesque_regularRg;
  font-style: normal;
  letter-spacing: .28px;
  font-weight: 400;
}

.fw-lay.with-form .hs_preferred_consultation_date .hs-input:not([type=radio]):not([type=checkbox]),
.with-form .hs_preferred_consultation_time.hs-form-field .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 97.5%!important;
}

.fw-lay.with-form form.hs-form {
  margin-top: 8px;
  margin-bottom: 16px;
}

.fw-lay .embed-container .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56% !important;
}
.home-common-section {
  position: relative;
  overflow: hidden;
}

.home-common-section h2 {
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 62px;
  padding: 0;
  font-family: work_sanslight;
  font-weight: 400;
}

.home-common-section h3 {
  padding: 5px 0 40px;
  font-size: 28px;
  letter-spacing: 1.37px;
  line-height: 37px;
  font-family: work_sanslight;
  font-weight: 400;
}

.home-common-section p+a {
  letter-spacing: 2.5px;
  transition: color .5s ease;
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  text-transform: uppercase;
  color: #4A4A4A;
  display: inline-block;
  line-height: normal;
}

.home-common-section p+a:hover {
  color: #E4C4C0;
}

.home-common-section p:after {
  content: "";
  background-color: #4A4A4A;
  color: #FFF;
  display: block;
  margin: 40px 0 13px;
  width: 30px;
  height: 2px;
}

.hs-home-row-two.home-common-section {
}

.hs-home-row-two.home-common-section .dnd-section {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-y: bottom!important;
  background-color: #f6f4fb;
  background-position: left !important;
}

.hs-home-row-three.home-common-section .dnd-section {
  background-color: #AAA8A5;
  background-size: cover !important;
  background-position: right top !important;
}

.hs-home-row-two.home-common-section .dnd-section .dnd-module {
  padding-left: 42px;
  width: 90%;
  max-width: 500px;
  float: left;
}

.hs-home-row-three.home-common-section .dnd-section .dnd-module {
  margin: 0 10%;
  width: 84%;
  max-width: 500px;
}

.home-common-section p {
  margin-bottom: 0;
}
.hs-home-row-three.home-common-section .dnd-section .dnd-module {
  color: #fff;
}
.hs-home-row-three.home-common-section .dnd-section .dnd-module * {
  color: #fff;  
}
.hs-home-row-three.home-common-section .dnd-section .dnd-module p:after {
  background-color: #fff;
}
.hs-home-row-three.home-common-section .dnd-section .dnd-module a:hover {
  color: #E4C4C0;
}
.hs-search-field.hs-search-field--open {
  padding-bottom: 80px;
}
.hs-home-row-five form label.hs-form-booleancheckbox-display span.hs-form-required {
  display: none;
}
.treatments-inner-first-section p {
  line-height: 33px;
}

.rosacea-lay .hs-treatments-row-three {
  background: rgba(210,204,194,.37);
}

.rosacea-lay .hs-treatments-row-three h2 {
  font-family: brandon_grotesque_regularRg;
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  letter-spacing: 3.15px;
  text-transform: uppercase;
  padding: 0;
}

.rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid {
  width: 90%;
  max-width: 1450px;
  padding: 0;
}

.rosacea-lay .hs-treatments-row-three h4 {
  font-family: brandon_grotesquemedium !important;
  color: #4A4A4A;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  letter-spacing: 3.32px;
  padding: 80px 0 20px;
}

.rosacea-lay .hs-treatments-row-three hr.divider {
  height: 1px;
  margin-bottom: 13px;
}

.rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module {
  margin-bottom: -6px;
  margin-left: 0;
}

.rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .with-form .form-columns-2 .hs-form-field {
    display: inline-block;
    vertical-align: top;
    width: 50% !important;
    float: left !important;
  }
  .with-form .hs-form-field {
    padding-right: 16px;
  }
  .with-form textarea.hs-input {
    height: 320px;
  }
  .with-form .hs-richtext p {
    padding-right: 16px;
  }
  .with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container {
    width: calc(100% + 16px);
  }
  .fw-lay.with-form form.hs-form {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}

@media (min-width: 829px) {
  .tech-repeat {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-gap: 30px;
  }
  .contact-lay .hs-contact-row-two .dnd-module div span {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    -moz-column-gap: 60px;
    display: block;
  }
  .contact-lay .hs-contact-row-two .dnd-module {
    padding-bottom: 4px;
  }
  section.blog-container {
    display: table;
  }
  section.blog-container aside.top-article .title-block h1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
  }
  section.blog-container .blog-column aside.related .inner-blog h2 {
    font-size: 28px;
    letter-spacing: 1.37px;
    line-height: 37px;
    width: auto;
  }
  .hs-home-row-five form .hs-firstname.hs-form-field, 
  .hs-home-row-five form .hs_lastname.hs-lastname.hs-form-field {
    width: 22%;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
  }

  .hs-home-row-five form .hs_email.hs-email.hs-form-field {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }

  .hs-home-row-five form .hs_submit.hs-submit {
    width: 20%;
    display: inline-block;
    margin-top: 0;
    max-width: 190px;
    margin-left: 8px;
  }

  .hs-home-row-five form label.hs-form-booleancheckbox-display span {
    width: 90%;
  }
  .with-form .hs_i_would_like_to_know_more_about_the_following_conditions > .input ul.inputs-list.multi-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-gap: 30px;
  }
  .home-common-section .dnd-section {
    padding: 200px 0 194px 0 !important;
  }

  .hs-home-row-two.home-common-section .dnd-section .dnd-module {
    margin-right: 10%;
    float: right;
  }
}
@media (min-width: 1300px) {
  section.blog-container aside.top-article {
    display: table-cell;
  }
  section.blog-container .blog-column {
    display: table-cell;
    width: 29.5%;
  }
  section.blog-container aside.top-article .title-block {
    padding: 80px 25px 60px 150px;
    max-width: 560px;
  }
  section.blog-container .blog-column aside.related {
    padding: 100px 116px 80px 55px;
  }
  .hs-home-row-five h3.form-title {
    font-size: 1.375rem;
    line-height: 1.9375rem;
  }
  .rosacea-lay .hs-treatments-row-three h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .rosacea-lay .hs-treatments-row-three h4 {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
  .rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module {
    width: 30%;
    margin-right: 44px;
    margin-left: 0;
  }

  .rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .hs-home-row-two.home-common-section .dnd-section .dnd-module {
    margin-left: 40%;
    float: left;
  }

  .hs-home-row-three.home-common-section .dnd-section .dnd-module {
    margin-left: 20%;
  }
}
@media (max-width: 1383px){
  .hs-home-row-one a.btn-pink {
    width: 50%;
  }
}
@media (max-width: 1299px) {
  .hs-home-row-five h3.form-title {
    font-size: 1.375rem;
    line-height: 1.9375rem;
  }
  section.hero.hom-banner ul.hs-search-field__suggestions {
    width: 90%;
  }
  .insta_feed__item a {
    background: rgba(0,0,0,.16);
  }
}
@media (max-width: 1299px) and (min-width: 829px) {
  .hs-home-row-five form .hs_email.hs-email.hs-form-field {
    width: 33%;
  }
  .hs-home-row-five form .hs_submit.hs-submit {
    left: 77%;
  }
  section.blog-container aside.top-article {
    display: table-cell;
    width: auto;
    padding-bottom: 0;
  }
  section.blog-container .blog-column {
    display: table-cell;
    width: 32.5%;
  }
  section.blog-container aside.top-article .title-block {
    padding: 20px 0 0 50px;
  }
  section.blog-container .blog-column aside.related {
    padding: 60px 25px;
  }
  .rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module {
    display: inline-block;
    margin-right: 37px;
    width: 45%;
  }

  .rosacea-lay .hs-treatments-row-three .dnd-section>.row-fluid .span4.dnd-module:nth-child(3n+3) {
    margin-right: 0;
    clear: left;
  }
}

@media (max-width: 1199px) and (min-width: 829px) {
  .hs-home-row-two.home-common-section .dnd-section {
    padding: 100px 0 94px !important;
  }

  .hs-home-row-two.home-common-section .dnd-section .dnd-module {
    margin-right: 0;
  }
}
@media (max-width: 829px){
  .with-form .hs_preferred_method_of_contact>.input {
    float: none;
    text-align: left;
  }

  .with-form .hs_preferred_method_of_contact>.input ul.inputs-list.multi-container {
    width: 100%;
    text-align: left;
  }
  .call-out .reduce {
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .hs-home-row-one a.btn-pink {
    width: 100%;
    margin-right: 0;
  }
  .hs-home-row-five form .hs_submit.hs-submit {
    position: static;
  }
  .hs-home-row-five form .hs-input {
    width: 100%;
    border: none;
    margin-bottom: 7px;
  }
  .hs-home-row-five form .hs-fieldtype-booleancheckbox.hs-form-field {
    position: static;
    margin-top: 40px;
  }
  .hs-home-row-five form label.hs-form-booleancheckbox-display span {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
  }

  .hs-home-row-five form label.hs-form-booleancheckbox-display>span:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .hs-home-row-two.home-common-section .dnd-section {
    padding: 100px 0 474px !important;
    background-position: left bottom!important;
  }
  .hs-home-row-three.home-common-section .dnd-section {
    padding: 100px 0 94px !important;
    background-position: center left !important;
  }
  .hs-home-row-five form .hs_error_rollup .hs-error-msgs.inputs-list label {
    margin-top: 0;
  }

}
@media (max-width: 829px) and (min-width: 499px) {
  .hs-home-row-two.home-common-section .dnd-section {
    background-size: 70% !important;
  }
}
@media (max-width: 640px){
  fieldset.form-columns-2 > .field.hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 499px) {
  .contact-lay .banner {
    background-position: -88px;
  }
  h3 {
    font-size: 1.75rem !important;
    line-height: 2.125rem !important;
  }
  .call-out-mob h3 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .hs-home-row-five h3.form-title {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
  .home-common-section h2 {
    font-size: 35px;
    line-height: 1.5;
  }
  .home-common-section h3 {
    font-size: 28px !important;
    line-height: 37px !important;
  }
  .columns-callout .col:first-child {
    background-position: center;
  }
  .rosacea-lay .hs-treatments-row-three h2 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
  .rosacea-lay .hs-treatments-row-three h4 {
    font-size: 1.125rem !important;
    line-height: 1.8125rem;
    word-break: keep-all;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

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

header.header {
  padding: 2.2em 2.5em 0 3em;
  transition: background-color .5s ease;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  position: fixed;
}

.header__logo img {
  width: 199px !important;
}

.header_right {
  display: table;
  float: right;
  bottom: 42px;
  position: relative;
}

.custom-menu-primary {
  display: table-cell;
  bottom: -6px;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-bottom: -3px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2.26px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: brandon_grotesquemedium;
  transition: color .3s ease;
}

.icon-search {
  margin-right: 0;
  vertical-align: sub;
}
.icon-search:before {
  content: "\e906";
  transition: color .5s ease;
  font-size: 25px;
  color: #fff;
}
.btn, .button {
  font-size: 14px;
  font-family: brandon_grotesquemedium;
  text-transform: uppercase;
  letter-spacing: 2.64px;
  white-space: nowrap;
  display: block;
  padding: 13px 25px;
  line-height: normal;
}
.radius-2 {
  border-radius: 25px;
}
.pink-w {
  color: #FFF;
}
.white-border {
  border: 2px solid #FFF;
  color: #FFF;
}
.white-border-nav {
  border-width: 2px !important;
}
header .btn {
  display: table-cell;
  border: 1px solid #E4C4C0;
  color: #fff;
  critical: this;
  font-size: 13px;
  transition: background .7s ease;
}
.white-border-nav {
  border-width: 2px !important;
}
header .login {
  margin-right: 10px;
  critical: this;
}
header.header:after {
  content: "";
  display: table;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper a {
  padding: 5px;
  margin: 0-4px;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  margin-bottom: 0;
  margin-right: 1.86em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  position: absolute;
  left: -3000px;
  width: 100%;
  top: 0;
  background-color: #434143;
  z-index: 2;
  transition: none;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-child > ul {
  left: 0;
  width: 100%;
  background-color: rgba(67,65,67,.85);
  border-top: 1px solid #FFF;
  height: 650px;
  padding: 70px 90px 90px;
  top: 129px;
  visibility: visible;
  opacity: 1;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px; 
  column-gap: 40px;
  -moz-column-gap: 40px;
  overflow: visible; 
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2.26px;
  margin-right: 2em;
  display: block;
  border-bottom: 1px solid #FFF;
  float: none;
  padding: .6em 0;
  line-height: 22px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  margin: 0;
  padding: 0;
}
.close-btn {
  width: 39px;
  top: 25px;
  position: absolute;
  bottom: 57px;
  right: 117px;
  font-family: brandon_grotesquemedium;
  transition: color .3s ease;
  height: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  text-transform: none;
  font-size: 16px;
  letter-spacing: .25px;
  line-height: 15px;
  font-family: work_sansregular;
  font-weight: 400;
  font-style: normal;
  transition: color .3s ease;
  display: inline-flex;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
body.child-open header.header {
  background: rgba(67,65,67,.85);
}
section.search-header {
  width: 100%;
  height: 100%;
  background: #4A4A4A;
  z-index: 7;
  position: fixed;
  top: -100% !important;
  left: 0;
  overflow-y: auto;
  line-height: normal;
  transition: top .4s;
}
section.search-header .reduce-search {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 27px;
  height: 27px;
}
section.search-header .search-content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
section.search-header .hs-search-field__input {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #FFF;
  width: 100%;
  padding: 10px 0;
  font-family: work_sanslight;
  font-size: 48px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none;
}
section.search-header .search-content section.search-tab-container {
  padding: 70px 0;
  position: relative;
}
section.search-header form {
  max-width: 100%;
}
section.search-header .search-content section.search-tab-container a {
  padding: 0;
}

.search-header .search-tab-container .hs-menu-wrapper ul {
  display: block;
}

.search-header .search-tab-container .hs-menu-wrapper > ul {
  max-width: 550px;
  margin: 0 auto;
  display: table;
  width: 100%;
}

.search-header .search-tab-container .hs-menu-wrapper > ul > li {
  display: table-cell;
  width: 50%;
}

.search-header .search-tab-container .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: 10px;
  border: 1px solid #E4C4C0;
  color: #E4C4C0;
  background: #4A4A4A;
  transition: background .7s ease;
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
}

.search-header .search-tab-container .hs-menu-wrapper > ul > li.open > a,
.search-header .search-tab-container .hs-menu-wrapper > ul > li > a:hover {
  color: #4A4A4A;
  background: #E4C4C0;
}
.search-header .search-tab-container .hs-menu-wrapper > ul ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  position: absolute;
  top: 165px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding-left: 40px;
}
.search-header .search-tab-container .hs-menu-wrapper > ul > li.open ul {
  visibility: visible;
  opacity: 1;
}

.search-header .search-tab-container .hs-menu-wrapper > ul ul li {
  margin: 0;
  letter-spacing: 0;
}

.search-header .search-tab-container .hs-menu-wrapper > ul ul li a {
  font-family: work_sansregular;
  font-size: 16px;
  color: #ECE9E4;
  letter-spacing: .25px;
  line-height: 42px;
  font-weight: 400;
  font-style: normal;
  transition: color .7s ease;
}

.search-header .search-tab-container .hs-menu-wrapper > ul ul li a:hover {
  color: #E4C4C0;
}
body.serach-open section.search-header {
  top: 0 !important;
}
img.reduce-search {
  cursor: pointer;
}
body.no-banner header.header {
  background-color: rgba(67,65,67,0.85);
}

body.no-banner .body-wrapper {
  padding-top: 140px;
}
header.header input:-moz-placeholder,
section.search-header input:-moz-placeholder {
  color: #fff;
}

header.header input::-webkit-input-placeholder,
section.search-header input::-webkit-input-placeholder {
  color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-child:nth-child(3)>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-child:nth-child(4)>ul{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
}
.search-header .search-tab-container .hs-menu-wrapper>ul ul li a {
  display: inline-block;
}
section.search-header .hs-search-field__input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
body.serach-open {
  overflow: hidden;
}
.custom-menu-primary > * {
  display: block;
}

ul.hs-search-field__suggestions {
  padding: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 5px;
}
ul.hs-search-field__suggestions a {
  padding: 5px;
}
.hs-search-field__suggestions {
  margin-top: 5px;
  background-color: #fff;
}
@media (min-width: 499px) {
  header.header.scroll-header {
    position: fixed;
  }
}

@media (min-width: 829px) {
  .header__logo {
    float: left;
  }
  .header_right {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    top: 150px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .5s ease-out !important;
    -moz-transition: top .5s ease-out !important;
    -ms-transition: top .5s ease-out !important;
    -o-transition: top .5s ease-out !important;
  }
  section.search-header .search-content {
    padding-top: 160px;
  }
  .subAnimation .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    transition: none !important;
  }
}

@media (min-width: 1300px) {
  header.header {
    padding: 2.2em 2.5em 1.9em 3em;
  }
  .header_right {
    border-spacing: 10px 0;
  }
  .back-btn {
    display: none !important;
  }

}
@media (min-width: 1384px) {
  .mobile-content {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li:after {
    content: "\e902";
    position: absolute;
    right: 0;
    top: 9px;
    z-index: -1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -moz-column-gap: 20px;
    height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul >li {
    margin-right: 0;
  }
}

/* Tablet Styles */

@media (max-width: 1383px) {
  div#toggle {
    float: right;
    padding: 5px 0 0 15px;
    display: block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 999;
    position: relative;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner, 
  .hamburger-inner::after, 
  .hamburger-inner::before {
    width: 40px;
    height: 3px;
    background-color: #FFF;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top .1s .14s ease,opacity .1s ease;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
  }
  a.search-open {
    display: none;
  }

  section.search-header {
    display: none !important;
  }
  div#toggleMe {
    float: none;
    bottom: 0;
    display: none;
    padding-bottom: 2em;
  }

  .mobile-open div#toggleMe {
    display: block!important;
  }

  div#toggleMe .custom-menu-primary {
    display: block;
    padding-bottom: 3em;
    padding-top: 3em;
    bottom: 0;
  }

  div#toggleMe .custom-menu-primary > * {
    display: block;
    margin-bottom: -3px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block !important;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 1.2em 0;
    border-bottom: 1px solid #FFF;
    float: none;
    margin: 0;
  }

  .mobile-open header.header {
    background-color: #434143;
  }
  .hamburger--squeeze .hamburger-inner {
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .hamburger-inner::after {
    transition: bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);
  }
  .hamburger-inner::before {
    transition: top .1s .14s ease,opacity .1s ease;
  }
  .mobile-open header.header .header__logo {
    display: none;
  }
  .mobile-open .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease,opacity .1s .14s ease;
  }
  .mobile-open .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);
  }
  .mobile-open .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  .mobile-open div#toggle {
    padding-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: brandon_grotesquemedium;
    color: #FFF;
    letter-spacing: 2.45px;
    text-align: left;
    line-height: 15px;
    vertical-align: text-top;
    position: relative;
    top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:after {
    content: "\e902";
    float: right;
    color: #FFF;
    margin-top: -15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    line-height: 1;
  }

  header .btn {
    display: block;
    border: 1px solid #FFF!important;
    background: transparent !important;
    transition: border .7s ease;
    width: 50%;
    float: left;
    margin-right: 0;
    margin: .5em 0;
    text-align: center;
  }

  header .btn:hover {
    background: transparent !important;
    border: 1px solid #E4C4C0!important;
    color: #E4C4C0!important;
  }

  .mobile-content {
    clear: both;
  }

  .mobile-search {
    padding: 1em 0;
    width: 100%;
  }

  .mobile-search form {
    max-width: 100%;
    display: table;
    width: 100%;
  }

  .mobile-search form input.hs-search-field__input {
    display: table-cell;
    padding: .925em;
    border: none;
    outline: 0;
    background: rgba(255,255,255,.3);
    font-family: work_sansregular;
    font-size: 16px;
    color: #FFF;
    letter-spacing: .22px;
    border-radius: 0;
    width: 91%;
    line-height: 35px;
    height: 50px;
  }

  .mobile-search form button {
    border: none;
    padding: 1.21em 1.21em 1.1em;
    border-radius: 0;
    background-color: #E4C4C0;
    outline: 0;
    display: table-cell;
    vertical-align: top;
    width: 7%;
  }
  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open header.header {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
  }

  .mobile-search form button svg {
    display: none;
  }

  .mobile-search form button span {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0;
    vertical-align: sub;
    color: #FFF;
    font-size: 22px;
  }

  .mobile-search form button span:before {
    content: "\e906";
    transition: color .5s ease;
    font-size: 25px;
    color: #fff;
  }

  .mobile-search form button {
    padding: 0.91em 1.01em 1em;
    cursor: pointer;
  }
  header .mobile-content p {
    color: #FFF;
    line-height: 28px;
    font-family: work_sansregular;
    font-size: 16px;
    letter-spacing: .22px;
    display: block;
    padding-top: 1.5em;
  }   
  header .mobile-content .info {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin: 1.5em 0;
    padding: 1em 0;
    display: block;
    line-height: 1;
  }
  header .mobile-content .info span {
    display: table;
  }
  header .mobile-content .info span p {
    display: table-cell;
    padding: 0;
  }
  header .mobile-content .info span a {
    font-family: work_sansregular;
    font-size: 16px;
    color: #E4C4C0;
    letter-spacing: .22px;
    line-height: 28px;
    padding-left: 1em;
  }
  header .icons {
    border: 2px solid #FFF;
    border-radius: 30px;
    color: #FFF;
    margin: 3px;
    display: inline-block;
    padding: 0;
    line-height: 38px;
    text-align: center;
    height: 40px;
    width: 40px;
    transition: border .5s ease;
    z-index: 2;
    margin: 3px 2px 3px 3px !important;
    display: inline-block;
  }
  header .icons:hover {
    border: 2px solid #E4C4C0;
    color: #fff;
  }
  header .icons:last-child {
    display: none;
  }
  .icon-facebook:hover:before, 
  .icon-google-plus:hover:before, 
  .icon-instagram:hover:before, 
  .icon-linkedin2:hover:before, 
  .icon-search:hover:before, 
  .icon-twitter:hover:before, 
  .icon-youtube:hover:before {
    color: #E4C4C0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: block !important;
    max-height: none !important;
  }

  .close-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-family: brandon_grotesquemedium;
    color: #FFF;
    letter-spacing: 2.45px;
    text-align: left;
  }
  .mobile-open header.header {
    min-height: 100vh;
  }
  header.header {
    min-height: 123px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 150px;
    padding: 0 40px 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-child>ul {
    top: 88px;
    padding: 0 40px 20px;
    border: 0;
    background-color: #434143 !important;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  body.mobile-open header.header {
    background-color: #434143;
  }

  .custom-menu-primary .hs-menu-wrapper a.close-btn {
    margin: 0;
    padding: 0;
    top: -2px;
    right: 40px;
    width: auto;
    line-height: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    height: auto !important;
  }
}

@media (max-width: 1299px) and (min-width: 829px) {
  .mobile-search form input.hs-search-field__input {
    width: 93%;
  }
}
@media (max-width: 1299px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-child>ul {
    top: 88px;
    background-color: #434143 !important;
    column-count: 1 !important;
    padding: 0 40px;
    height: auto;
    border: 0;
  }

  .close-btn {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper a.back-btn {
    position: absolute;
    top: -36px;
    left: 0;
    opacity: .5;
    font-family: brandon_grotesquemedium;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 2.26px;
    font-weight: 400;
    font-style: normal;
    transition: color .3s ease;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    left: 40px;
    display: block;
    min-width: 60px;
  }

  body.child-open header.header {
    background-color: #434143;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
    margin-right: 0;
  }
  a.close-btn {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper a.back-btn {
    display: table !important;
    line-height: normal !important;
    top: -39px;
  }
}
@media (max-width: 829px) {
  header.header {
    padding: 2.2em 2.5em 0 30px;
    min-height: 141px;
  } 
  header .btn {
    width: 100%;
    float: none;
  } 

  .header__logo {
    float: left;
  }

  div#toggle {
    margin-left: -4px;
    padding-top: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    position: absolute;
    left: -120%;
    width: 100%;
    background-color: #434143;
    z-index: 2;
    -webkit-transition: left .9s ease-in-out;
    -moz-transition: left .9s ease-in-out;
    -ms-transition: left .9s ease-in-out;
    -o-transition: left .9s ease-in-out;
    top: 60px;
    padding: 0 0 20px;
    min-height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.active-child>ul {
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper a.back-btn {
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
    padding: 1.2em 0;
    line-height: 1;
  }
}


@media (max-width: 829px) and (min-width: 499px) {

  .mobile-search form button {
    width: auto;
  }

  .mobile-search form input.hs-search-field__input {
    width: 84%!important;
  }
  .mobile-search form button {
    min-width: 57px;
    min-height: 56px;
  }
}
@media (max-width: 499px) {
  header.header {
    position: absolute;
  }
  .mobile-search form input.hs-search-field__input {
    width: 81%!important;
  }
  .mobile-search form button {
    min-width: 57px;
    min-height: 56px;
  }
}

@media (max-width: 340px) and (min-width: 320px) {
  .header__logo {
    float: left;
    max-width: calc(100% - 55px);
  }
  .header__logo img {
    width: 180px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer_bottom {
  font-family: brandon_grotesquemedium;
  font-size: 11px;
  letter-spacing: .75px;
  display: block;
  clear: both;
  text-align: center;
  line-height: 21px;
  border-top: 1px solid;
  padding: 2em 30px;
}

.footer_top {
  padding: 2em 0;
  border-top: 1px solid;
}

.footer_social_share {
  text-align: center;
  margin-bottom: 20px;
}

.footer_social_share a {
  border: 2px solid;
  border-radius: 30px;
  margin: 3px;
  display: inline-block;
  padding: 0;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transition: border .5s ease;
  margin-right: 1.5px;
}

.footer_social_share .icons span {
  font-size: 15px;
}

.icon-facebook:before {
  content: "\ea90";
  transition: color .5s ease;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-instagram:before {
  content: "\ea92";
  transition: color .5s ease;
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-linkedin2:before {
  content: "\eaca";
}

.footer__copyright p {
  font-family: brandon_grotesquemedium;
  font-size: 13px;
  letter-spacing: 1.32px;
  text-align: center;
  padding-top: 10px;
  line-height: 33px;
}

.call-out-mob {
  position: fixed;
  padding: 18px 0;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: #E4C4C0;
  width: 100%;
}
.call-out-mob h3 {
  font-family: brandon_grotesquemedium;
  font-size: 17px;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0;
  line-height: 37px;
}
.call-out-mob h3 span {
  font-family: brandon_grotesquebold;
  letter-spacing: 2.1px;
  line-height: 21px;
}
.call-out-mob h3 span a {
  color: inherit;
}

@media (min-width: 829px) {
  .footer_bottom {
    padding: 32px 40px;
  }
  .footer_top {
    padding: 32px 40px;
  }
  .call-out-mob {
    display: none;
  }
}

@media (min-width: 1199px) {
  .footer_social_share {
    text-align: left;
    float: left;
  }
  .footer__copyright {
    text-align: right;
    float: right;
  }
  .footer__copyright p {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .footer_social_share a {
    margin: 3px 2.3px;
  } 
}
@media (max-width: 829px) {
  footer.footer {
    padding-bottom: 73px;
  }

}
@media (max-width: 767px) and (min-width: 500px) {
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 499px) {
  .footer__copyright {
    padding: 0 30px;
  }
  .footer_bottom {
    padding: 2em 30px 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}
.btn-dark, .btn-pink {
  display: inline-block;
  padding: 13px 28px;
}
.btn-pink {
  border: 1px solid #E4C4C0;
  background: #E4C4C0;
  color: #FFF;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 10px 10px 5px 0;
}
.btn-dark {
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all .7s ease;
}
.btn-pink:hover {
  background: #FFF;
  color: #E4C4C0;
}
.btn-dark:hover {
  color: #fff;
}
.btn-dark:hover {
  background: #4A4A4A;
}
.comment-date {
  display: block !important;
}
.blog-archive-content {
  padding: 50px 20px 60px 20px;
  line-height: normal;
}

.hs-blog-filter {
  text-align: center;
}

.hs-blog-filter ul {
  padding: 0;
  margin: 0;
}

.hs-blog-filter ul li {
  list-style: none;
  border-bottom: 1px solid #979797;
  padding: 13px 0;
  letter-spacing: 0;
  margin: 0;
}

.hs-blog-filter ul li a {
  font-family: brandon_grotesquemedium;
  font-size: 17px;
  color: #9B9B9B;
  letter-spacing: 2.39px;
  display: block;
  transition: color .3s ease;
}
.hs-blog-filter ul li.active a,
.hs-blog-filter ul li a:hover {
  color: #E4C4C0;
}
.hs-blog-filter ul li:last-of-type a {
  border-right: none;
  padding-right: 0;
}
.blog-archive-content .blog-articles {
  padding: 70px 25px;
  display: block;
}

.blog-archive-content .blog-articles .article.post-item {
  vertical-align: top;
}
.article a.blog-img {
  display: block;
  background: #4A4A4A;
  line-height: 0;
}
.blog-articles .article img {
  width: 100%;
  height: auto;
  transition: opacity .3s ease;
  cursor: pointer;
}
.blog-articles .article .inner-article {
  padding: 40px;
  text-align: left;
}
.blog-articles .article .inner-article span {
  font-family: brandon_grotesquebold;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 2.64px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.blog-articles .article .inner-article .article-cat {
  color: #E4C4C0;
}
.blog-articles .article .inner-article a {
  font-family: brandon_grotesquemedium;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 29px;
  line-height: 1.8125rem;
  color: #4A4A4A;
  letter-spacing: 3.32px;
  text-transform: uppercase;
  padding-top: 30px;
  display: inline-block;
  transition: color .3s ease;
  margin-bottom: 30px;
}
.blog-articles .article .inner-article a:hover {
  color: #E4C4C0;
}
.blog-pagination {
  text-align: center;
}

.blog-pagination a {
  border: 1px solid #979797;
  display: inline-block;
  padding: 7px 15px;
  color: #E4C4C0;
  font-family: brandon_grotesquemedium;
  font-size: 14px;
  margin-right: 5px;
}

.blog-pagination a.blog-pagination__link--active {
  color: #4A4A4A;
}

.blog-pagination a.blog-pagination__prev-link--disabled,.blog-pagination a.blog-pagination__next-link--disabled {
  display: none;
}
.banner.post-page-banner {}
.blog-banner h1 {
  font-family: brandon_grotesque_regularRg;
  font-size: 35px;
  color: #FFF;
  letter-spacing: 3.15px;
  line-height: 45px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 0;

}
.post-page-banner h5 {
  font-family: brandon_grotesquebold;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 2.64px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 0;

}

.post-page-banner h5 span {
  color: #E4C4C0;
}

.blog-banner {
  position: relative;
  padding-bottom: 45%;
  background-size: cover;
}
.blog-banner .overlay-header {
  critical: this;
  background: rgba(74,74,74,.6);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-banner .banner-content.page-center {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
  text-align: center;
  z-index: 3;
}
.blog-banner + .bottom-bg-img {
  height: 10px;
}

.hs-blog-post .content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs-blog-post ul.social-blog {
  padding: 0 0 20px;
}

.blog-buttons {
  margin-bottom: 30px;
}

.hs_recaptcha.hs-recaptcha {
  margin: 10px 0;
}
.hs-blog-listing .blog-banner h1 {
  padding-bottom: 32px;
}
.blog-articles .article img:hover {
  background: #000;
  opacity: .9!important;
}

.blog-pagination a {
  color: #e4c4c0 !important;
}
@media (min-width: 829px) {
  .half {
    width: 48%;
    text-align: center;
  }
  .hs-blog-filter ul li {
    display: inline-block;
    border-bottom: none;
    margin-right: 13px;
  }
  .hs-blog-filter ul li a{

    border-right: 1px solid #979797;
    padding-right: 13px;
  }
}
@media (min-width: 1300px) {
  .blog-archive-content .blog-articles .article.post-item {
    display: inline-block;
    width: 33%;
    padding-left: 25px;
  } 
}

@media (min-width: 1600px) {
  .blog-archive-content .blog-articles .article.post-item {
    display: inline-block;
    width: 24%;
    padding-left: 25px;
  } 
}


@media (max-width: 1299px) and (min-width: 829px) {
  .blog-archive-content .blog-articles .article.post-item {
    display: inline-block;
    width: 48%;
    padding-left: 25px;
  }
  .blog-archive-content .blog-articles .article.post-item:nth-child(2n+2) {
    border-right: none;
    margin-right: 0;
  }
}


@media (max-width: 829px) {
  .blog-banner {
    min-height: 600px;
    padding-bottom: 70%;
    background-position: center;
  }

  .blog-banner h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .blog-buttons > a {
    margin-right: 0;
    letter-spacing: 0;
    display: block;
    text-align: center;
    max-width: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-post__body img {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
@media (max-width: 499px){
  .blog-articles .article .inner-article {
    padding: 40px 20px;
  }

  .blog-archive-content .blog-articles {
    padding: 70px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.hs-error-page {
  padding-top: 80px;
  text-align: left;
  padding-bottom: 80px;
}
.hs-error-page .error-page:before {
  display: none;
}

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

.systems-page {
  padding: 80px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: work_sanslight;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 1.37px;
  line-height: 37px;
  color: #4A4A4A;
}
ul.hs-search-results__listing li {
  border-bottom: 1px solid rgba(151,151,151,.5);
  margin-bottom: 30px;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input.email-edit.hs-input {
  max-width: 100%;
  padding: 15px 0 15px 20px !important;
  font-size: 16px !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
input[type=password] {
  height: auto !important;
}
.systems-page .form-input-validation-message-error label {
  color: #790000;
}
.systems-page .form-input-error {
  border-width: 0px !important;
}
@media (max-width: 829px) {
  .blog-banner {
    background-position: unset;
  }
  .systems-page .success {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 545px) {
  .systems-page h1 {
    font-size: 2rem;
  }
  .systems-page h2{
    font-size: 1.5rem;
  }
}