/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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 {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  position: relative;
  max-width: calc( 1088px + (30px * 2))!important;
  padding: 0 30px;
  margin: 0 auto;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: calc( 1088px + (8% * 2))!important;
    padding: 0 8%;
  }
}
@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: "Font Awesome 5 Brands"; 
  src: url("https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/fa-brands-400.eot") format("embedded-opentype"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-brands-400.woff) format("woff"),
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-brands-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}
@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/fa-solid-900.eot") format("embedded-opentype"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-solid-900.woff2) format("woff2"),
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-solid-900.woff) format("woff"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
}
@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/fa-regular-400.eot") format("embedded-opentype"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-regular-400.woff) format("woff"), 
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/fa-regular-400.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;
}
@font-face { 
  font-family: "HelveticaNeueLTPro-Roman"; 
  src: url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/font.woff) format("woff"),
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/font.woff2) format("woff2"); 
  font-style: normal;
  font-weight: 400;
}
@font-face { 
  font-family: "HelveticaNeueLTPro-Roman"; 
  src: url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/font-b.woff) format("woff"),
    url(https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/Fonts/font-b.woff2) format("woff2");
  font-style: normal; font-weight: 700;
}
html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

body {
  font-family: Lora, serif;
  font-size: 1rem;
  color: #494a52;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

p {
  margin: 0.1em 0 1em;
  font-family: Lora, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: HelveticaNeueLTPro-Roman, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height:1.65;
}

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 {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, 
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt, 
.body-container .submitted-message, .form-container form,
.section.post-footer,
#hs_cos_wrapper_backup_unsubscribe form, #hs_cos_wrapper_password_prompt form {
  background-image: linear-gradient(
    90deg
    , #d03e25 0%, #d03e25 68.4%, #f6921e 100%);
  padding:15px 20px;
  margin:0 0 10px;
}
form {
  max-width: 500px;
  font-family: Lora, sans-serif;
}

.hs-button {
  margin: 0;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  cursor: pointer;
  padding: 11px 20px;
  min-width: 197px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  color: #000;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  display: inline-block;
  height: auto!important;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 28px;
  width: 100% !important;
  border:none;
}

@media (max-width: 768px){
  .hs-form label {
    font-size: 1rem;
  }
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select,
  .hs-input {
    padding: 14px;
    min-height: 46px;
  }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .hs-form label {
    font-size: 14px;
    font-weight: 700;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  }
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select,
  .hs-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 48px;
  }
}

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


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  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: #757575;
}

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

.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;
  text-align: left;
  white-space: normal;
  color:#fff!important;
  font-family: HelveticaNeueLTPro-Roman, Arial, "Lucinda Grande";
  font-size: 1rem !important;
  font-weight: 700;
}
.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;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #000;
  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;
}
@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-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: Lora, 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;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-section .dnd-section>.row-fluid{
  padding:0;
  margin:0;
}
.banner-wrapper{
  position: relative;
}
.banner-inner{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
}
.banner-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
}
.banner-wrapper .page-center {
  height: 100%;
  width: 100%;
  z-index: 30;
}
.heroBanner__wrapper{
  padding-bottom: 57px;
}
.heroBanner__inner {
  margin: 0 auto;
  padding: 197px 0 60px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.heroBanner__inner h1{
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  color: #ffffff;
  margin: 0.15em 0 0.35em;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 3rem;
}
.heroBanner__inner p {
  padding: 26px 0px 66px 0px;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 700;
}
.button-wrapper {
  display: table;
  margin: 0 auto;
}
.skipWrapper {
  position: relative;
  margin: 0 auto;
  height: 57px;
  width: 57px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.skipWrapper .skipLink {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.skipWrapper .skipLink a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.33333px solid rgba(0, 0, 0, 0.7);
  border-bottom: 3.33333px solid rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(3.33333px, 13.33333px) rotate(
    -45deg
  );
  transform: translate(3.33333px, 13.33333px) rotate(
    -45deg
  );
  -webkit-animation: arrows 3s linear infinite;
  animation: arrows 3s linear infinite;
}
.skipWrapper .skipLink a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.33333px solid rgba(0, 0, 0, 0.7);
  border-bottom: 3.33333px solid rgba(0, 0, 0, 0.7);
  -webkit-transform: translate(6.66667px, 0px) rotate(
    -45deg
  );
  transform: translate(6.66667px, 0px) rotate(
    -45deg
  );
  -webkit-animation: arrows 3s linear infinite -1.5s;
  animation: arrows 3s linear infinite -1.5s;
}
@-webkit-keyframes arrows {
  0% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
    -webkit-transform: translate(-1.66667px, -6.66667px) rotate(-45deg);
    transform: translate(-1.66667px, -6.66667px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0.7);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(-1.66667px, 0px) rotate(-45deg);
    transform: translate(-1.66667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
    -webkit-transform: translate(-1.66667px, 6.66667px) rotate(-45deg);
    transform: translate(-1.66667px, 6.66667px) rotate(-45deg);
  }
}

@keyframes arrows {
  0% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
    -webkit-transform: translate(-1.66667px, -6.66667px) rotate(-45deg);
    transform: translate(-1.66667px, -6.66667px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0.7);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(-1.66667px, 0px) rotate(-45deg);
    transform: translate(-1.66667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 3.33333px solid rgba(0, 0, 0, 0);
    border-bottom: 3.33333px solid rgba(0, 0, 0, 0);
    -webkit-transform: translate(-1.66667px, 6.66667px) rotate(-45deg);
    transform: translate(-1.66667px, 6.66667px) rotate(-45deg);
  }
}
@media (min-width: 769px){
  .banner-inner{
    min-height: 100vh;
  }
  .heroBanner__wrapper{
    padding-bottom: 60px;
  }
  .heroBanner__inner h1{
    font-size: 7.8125rem;
  }
  .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media (max-width: 375px){
  .heroBanner__inner p{
    padding: 26px 50px 66px 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.no-top .header-group{
  top:0!important;
}
.hs-private.hs-private.hs-private .gcEUXD{
  background:transparent!important;
}
.with-out-banner #hs_cos_wrapper_scroll_header_logo img,
.no-banner #hs_cos_wrapper_scroll_header_logo img{
  display:inline-block;
}
.with-out-banner #hs_cos_wrapper_header_logo img,
.no-banner #hs_cos_wrapper_header_logo img{
  display:none;
}
.with-out-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.with-out-banner .header__nav .buttons__wrapper .header__search--icon .fas,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.no-banner .header__nav .buttons__wrapper .header__search--icon .fas,
.with-out-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.no-banner .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color:#000;
}
.with-out-banner .btn--dark--small,
.no-banner .btn--dark--small{
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  background-color: #000000;
  color: #ffffff;
}
.with-out-banner .header__icon--mobileTrigger .hamburger-inner,
.with-out-banner .header__icon--mobileTrigger .hamburger-inner:before, 
.with-out-banner .header__icon--mobileTrigger .hamburger-inner:after,
.no-banner .header__icon--mobileTrigger .hamburger-inner,
.no-banner .header__icon--mobileTrigger .hamburger-inner:before, 
.no-banner .header__icon--mobileTrigger .hamburger-inner:after {
  background-color: #000000;
}

.no-banner .banner-section{
  padding-top:55px;
}
.header__logo a:hover{
  opacity: 0.6;
}
.header-bar {
  background: #000;
  text-align: center;
  min-height: 50px;
  color: #FFF;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  justify-content: center;
  padding: 10px;
}
.header-bar a {
  color: #d03e25;
  margin-left: 5px;
}
.header-bar a:hover{
  color: #d03e25;
}
.header {
  background-color: #F8FAFC;
}
.header-group {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: transparent;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 0 15px;
  z-index: 1;
}
.header__logo {
  height: auto;
  width: 130px;
  display: inline-block;
  padding-top: 0;
}
.header__item {
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.header__logo img {
  max-width: 145px;
}
#hs_cos_wrapper_scroll_header_logo img{
  display:none;
}
.header__wrapper .header__nav--wrapper {
  padding: 10px 0;
}
.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: none;
  margin:0;
}
.header__nav .buttons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav .buttons__wrapper .header__search--icon {
  display: none;
}
.header__nav .buttons__wrapper .header__search--icon .fas {
  font-size: 1.25rem;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}
.fa, .fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-search:before {
  content: "\f002";
}
.header__nav .menu__buttons .menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .menu__buttons .menu__right .menu__buttons--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav .menu__buttons .menu__right .menu__buttons--wrapper .btn--dark--small {
  display: inline;
  min-width: 0;
  white-space: nowrap;
}
.header__nav .menu__buttons--wrapper a:first-child {
  margin-right: 15px;
}
.btn--dark--small {
  cursor: pointer;
  border: none;
  padding: calc(8px + .2em) 10px 8px;
  font-size: 0.6875rem;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none!important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__icons {
  display: inline-block;
  padding-top: 5px;
}
.header__icons a {
  text-decoration: none;
}
.header__icon--mobileTrigger {
  display: block;
}
.hamburger {
  padding: 0 0 0 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header__icon--mobileTrigger .hamburger-inner, .header__icon--mobileTrigger .hamburger-inner:before, .header__icon--mobileTrigger .hamburger-inner:after {
  background-color: #FFF;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner::after {
  bottom: -10px;
}
.header__nav .header__dropdown--search {
  display: none;
}
.header__nav .buttons__wrapper .header__dropdown--search form {
  width: 0px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  max-width:100%;
}
.header__nav .buttons__wrapper .header__dropdown--search form input{
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  margin:0;
}

.header__nav--modal {
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  height: calc(100vh - 80px);
  padding: 60px 8%;
  left: 0;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 100%;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
}
#hs_cos_wrapper_header_button_{
  display: flex;
}
.scroll-header .header-group {
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.scroll-header #hs_cos_wrapper_header_logo img{
  display:none;
}
.scroll-header #hs_cos_wrapper_scroll_header_logo img{
  display:inline-block;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
.scroll-header .header__nav .buttons__wrapper .header__search--icon .fas,
.scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color:#000;
}
.scroll-header .header__icon--mobileTrigger .hamburger-inner, 
.scroll-header .header__icon--mobileTrigger .hamburger-inner:before,
.scroll-header .header__icon--mobileTrigger .hamburger-inner:after {
  background-color: #000;
}
.scroll-header .btn--dark--small{
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  background-color: #000000;
  color: #ffffff;
}
.modal-open .header__search,
.mobile-open .header__search{
  display:none;
}
.modal-open .header__nav .header__dropdown--search,
.mobile-open .header__nav .header__dropdown--search{
  display: block;
  padding-top: 6px;
  width: 95%;
}
.modal-open .header__nav .buttons__wrapper .header__dropdown--search form,
.mobile-open .header__nav .buttons__wrapper .header__dropdown--search form{
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.modal-open .header__nav .buttons__wrapper .header__dropdown--search form input,
.mobile-open .header__nav .buttons__wrapper .header__dropdown--search form input{
  padding-left: 50px;
  width: 100%!important;
  border-width: 0;
  border-style: none;
  border-bottom: 2px solid #000000;
  font-family: "Lora", serif;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #aaaaaa;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height:1.5;
  min-height:auto!important;
}
.modal-open .header__nav .buttons__wrapper .header__dropdown--search form input::placeholder,
.mobile-open .header__nav .buttons__wrapper .header__dropdown--search form input::placeholder{
  color: #000000;
  opacity: 0.54;
}
.modal-open .header__nav .buttons__wrapper .header__dropdown--search form button,
.mobile-open .header__nav .buttons__wrapper .header__dropdown--search form button{
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: transparent;
  border: none;
  line-height:1.5
}
.modal-open  .buttons__wrapper .header__dropdown--search .fas,
.mobile-open  .buttons__wrapper .header__dropdown--search .fas{
  font-size: 1.25rem;
  margin-right: 0;
  margin-left: 0;
}
.fa-search:before {
  content: "\f002";
}
.modal-open .custom-menu-primary .hs-menu-wrapper>ul,
.mobile-open .custom-menu-primary .hs-menu-wrapper>ul{
  display:none;
}
.modal-open .header__nav .buttons__wrapper,
.mobile-open .header__nav .buttons__wrapper{
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-open #icon--search,
.mobile-open #icon--search{
  display:none;
}
.modal-open .header__wrapper,
.mobile-open .header__wrapper{
  background:#fff;
}
.modal-open  .menu__buttons,
.mobile-open  .menu__buttons{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-open .header__nav .menu__buttons .menu__right,
.mobile-open .header__nav .menu__buttons .menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-open #hs_cos_wrapper_header_logo img,
.mobile-open #hs_cos_wrapper_header_logo img{
  display:none;
}
.modal-open #hs_cos_wrapper_scroll_header_logo img,
.mobile-open #hs_cos_wrapper_scroll_header_logo img{
  display:inline-block;
}
.modal-open .btn--dark--small,
.mobile-open .btn--dark--small{
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  background-color: #000000;
  color: #ffffff;
}
.modal-open .header__icon--mobileTrigger .hamburger-inner,
.modal-open .header__icon--mobileTrigger .hamburger-inner:before, 
.modal-open .header__icon--mobileTrigger .hamburger-inner:after,
.mobile-open .header__icon--mobileTrigger .hamburger-inner,
.mobile-open .header__icon--mobileTrigger .hamburger-inner:before, 
.mobile-open .header__icon--mobileTrigger .hamburger-inner:after{
  background-color: #000000;
}
.mobile-open .header__nav--modal {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__nav--modal {
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  height: calc(100vh - 80px);
  padding: 60px 8%;
  left: 0;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 100%;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  width: 100vw;
  max-width: 100vw;
}
.mobile-menu-primary{
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu-primary > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#hs_cos_wrapper_Header_Dropdown_SiteMap,
.mobile-menu-primary .hs-menu-wrapper{
  width: 100%;
  height: 100%;
}
.mobile-menu-primary .hs-menu-wrapper > ul{
  padding: 0 0 0 100px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  list-style-type: none;
  margin: 0;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  text-align: left;
  margin: 0;
  cursor: pointer;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >a{
  text-decoration: none;
  font-weight: 800;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-size: 2.5rem;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >ul{
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  text-align: left;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: none;
  transform: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >ul > li {
  line-height: 1;
  padding: 5px 0;
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >ul > li  >a{
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  text-decoration:none!important;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >ul > li  >a:hover {
  font-weight: 700;
  color: #d03e25;
}
.mobile-menu-primary .hs-menu-wrapper > ul > li >ul > li  >a:hover:after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #d03e25;
  padding-left: 5px;
  font-weight: 700;
}
.header__nav--modal .menu__right {
  min-width: 27%;
}
.mobile-open .buttons__wrapper .menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-open .hamburger--spin .hamburger-inner {
  -webkit-transform: rotate(
    225deg
  );
  transform: rotate(
    225deg
  );
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-open .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.mobile-open .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(
    -90deg
  );
  transform: rotate(
    -90deg
  );
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.mobile-open{
  overflow: hidden;
}
.hamburger:hover {
  opacity: 0.7;
}
.mobile-open .hamburger:hover {
  opacity: 0.7;
}
@media (min-width: 520px){
  .header-group {
    top: 50px;
  }
}
@media (min-width: 769px){
  .with-out-banner  .btn--dark--small,
  .no-banner  .btn--dark--small{
    padding: calc(10px + .2em) 10px 10px;
    font-size: 0.875rem;
  }
  .btn--dark--small {
    padding:10px;
    font-size: 0.875rem;
  }
  .modal-open .btn--dark--small,
  .mobile-open .btn--dark--small {
    padding: calc(10px + .2em) 10px 10px;
  }
}
@media (min-width: 1200px){
  .header__wrapper {
    padding: 0 30px;
  }
  .header__logo {
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin:16px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li > a {
    font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
    font-size: 0.875rem;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:not(:first-child) {
    margin-left: 40px;
  }
  .header__nav .buttons__wrapper .header__search--icon {
    display: block;
    padding-top: 5px;
  }
  .header__nav--modal {
    height: calc(100vh - 80px);
    left: calc((250px - 30px) * -1);
    padding: 60px 30px;
  }
  .scroll-header .btn--dark--small {
    padding: calc(10px + .2em) 10px 10px;
  }
  .modal-open .header__search,
  .mobile-open .header__search {
    display: inline-block;
    vertical-align: top;
    width: 72%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }
  .modal-open .header__nav .buttons__wrapper,
  .mobile-open .header__nav .buttons__wrapper{
    width: calc(100% - 250px);
  }
  .header__nav--modal {
    height: calc(100vh - 80px);
    left: calc((250px - 30px) * -1);
    padding: 60px 30px;
  }
  .mobile-menu-primary .hs-menu-wrapper > ul{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(20 * 1px) calc(20 * 1px);
  }
  .mobile-menu-primary .hs-menu-wrapper > ul > li >ul{
    display:block;
  }
  .mobile-open .buttons__wrapper .menu__right{
    display: none;
  }
}
@media (max-width: 1199px){
  .header__nav .menu__buttons .menu__right .menu__buttons--wrapper {
    display: none;
  }
  .mobile-menu-primary>div{
    display: block;
    height: auto;
    padding: 0 15px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul >li:not(:last-child){
    border-bottom: 2px solid #000000;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul >li{
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul >li > a {
    font-size: 1.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul >li  >ul{
    padding-top: 15px;
  }
  .mobile-open .header__nav--modal .menu__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-open .header__nav .buttons__wrapper {
    width: calc(100% - 30px);
  }
  .mobile-menu-primary{
    display:block;
  }
  .mobile-open .menu__buttons{
    margin-left: auto;
    width: auto;
  }
  .mobile-open .menu__buttons--wrapper{
    display: inline-block;
    padding-top: 20px;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:after {
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
    position: absolute;
    top: 0;
    right: 5px;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 2rem;
    cursor: pointer;
  }
  .child-trigger {
    height: 58px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li.open-border:after {
    -webkit-transform: rotate(
      180deg
    );
    transform: rotate(
      180deg
    );
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Lora", serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px){
  .mobile-open #hs_cos_wrapper_scroll_header_logo img,
  .scroll-header #hs_cos_wrapper_scroll_header_logo img{
    display: block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li{
    line-height:1;
  }
  .mobile-open .menu__buttons--wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:0;
  }
  #hs_cos_wrapper_mobile_button_{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-open .btn--dark--small {
    max-width: 152px;
    margin-top: 20px;
    font-size: 1rem;
    padding: 10px;
  }
  .mobile-open .header__nav .header__dropdown--search {
    display: inline-block;
    margin-right: 30px;
  }
  .child-trigger {
    height: 43.6px;
  }
}
@media (max-width: 550px){
  .header-bar {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.lp .nav--footer{
  visibility:hidden;
}
.footer {
  background-color: #F8FAFC;
  padding: 30px 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: calc( 1088px + (30px * 2))!important;
  padding: 0 30px;
  margin: 0 auto;
}
.footer * {
  color: #ffffff;
}
.nav--footer .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav--footer .hs-menu-wrapper > ul > li{
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.nav--footer .hs-menu-wrapper > ul > li.hs-item-has-children >a{
  margin-bottom: 7px;
  white-space: nowrap;
}
.nav--footer .hs-menu-wrapper > ul > li >a{
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  text-decoration: none;
  font-weight: 700;
}
.nav--footer .hs-menu-wrapper > ul > li > ul{
  margin: 10px 0 12px 0;
  list-style: none;
  padding:0;
}
.nav--footer .hs-menu-wrapper > ul > li.hs-item-has-children::after {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  position: absolute;
  top: 0;
  right: 5px;
  content: "\f107";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1rem;
  padding: 1rem 0;
}
.nav--footer .hs-menu-wrapper > ul > li > ul >li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.nav--footer .hs-menu-wrapper > ul > li > ul >li >a{
  font-family: "Lora", serif;
  font-weight: 500;
  margin-bottom: 7px;
  text-decoration:none!important;
}
.footer__info {
  min-width: 189px;
}
.footer__logo{
  display:none;
}
.footer__logo img{
  width: 250px!important;
  height: auto;
  max-width: 100%;
}
.footer__info .menu-item-social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
.footer__info .menu-item-social li {
  margin: 0 1rem;
}
.footer__info .menu-item-social li img {
  max-width:100%;
  width: auto;
}
.footer__info .menu-item-copyright__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 1.6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__info .menu-item-privacy {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6;
  display: block;
  margin-top: 10px;
}
.mobile_footer__logo a{
  padding-bottom: 2rem;
  margin: 0 auto;
  height: auto;
  width: 277px;
  padding-top: 65px;
  display: block;
}
.mobile_footer__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width:277px!important;
}
.footer-trigger {
  height: 61.8px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1200px){
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    max-width: 1204px!important;
    padding: 0 30px;
    margin: 0 auto;
  }
  .nav--footer {
    width: calc(100% - 189px);
    padding: 30px 0;
  }
  .nav--footer .hs-menu-wrapper > ul {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .nav--footer .hs-menu-wrapper > ul > li > ul{
    display: block !important;
    margin-top: 12px;
    margin-bottom: 35px;
  }
  .nav--footer .hs-menu-wrapper>ul>li.hs-item-has-children::after{
    content: '';
  }
  .footer__logo{
    display:block;
  }
  .footer__info .menu-item-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
  }
  .footer__info .menu-item-social li {
    margin: 0 1rem 0 0;
  }
  .footer__info .menu-item-copyright__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer__info .menu-item-privacy {
    font-weight: 500;
    text-align: left;
  }
  .footer__info .menu-item-social li:last-of-type {
    margin: 0;
  }
  .mobile_footer__logo a{
    display:none;
  }
}
@media (max-width: 1199px){
  .nav--footer .hs-menu-wrapper>ul>li.hs-item-has-children{
    cursor:pointer;
  }
  .nav--footer .hs-menu-wrapper>ul>li{
    border-bottom: 1px solid #ffffff;
    padding: 1rem 0;
  }
  .nav--footer .hs-menu-wrapper>ul>li:last-child{
    border:0;
  }
  .nav--footer .hs-menu-wrapper>ul>li >ul{
    display:none;
  }
  .nav--footer .hs-menu-wrapper>ul>li.li-border >ul{
    display:block;
  }
  .nav--footer .hs-menu-wrapper>ul>li.hs-item-has-children.li-border:after {
    -webkit-transform: rotate(
      180deg
    );
    transform: rotate(
      180deg
    );
  }
}

@media (max-width: 768px){
.footer__container {
    max-width: calc( 1088px + (8% * 2))!important;
    padding: 0 8%;
}
}
/* ******************************************************************************
*********************************************************************************
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 */

.blog-index {
  gap: calc(48 * 1px) calc(0 * 1px);
}
.blog-index__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.blog-index__post-image{
  text-decoration: none;
}
.blog-index__post-image:hover {
  text-decoration: none;
}
.blog-index__post-image div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 61.37255%;
  display: block;
  margin-bottom: 28px;
}
.blog-listing_title {
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  margin: 0.1em 0 0.3em;
  margin-bottom: 12px;
  font-size: 1.375rem;
}
.blog-post__tags {
  position: absolute;
  top: 18px;
  left: 0;
}
.blog-post__tag-link {
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  color: #fff !important;
  background: #000000;
  min-width: 128px;
  padding: 8px 5px 4px 10px;
  font-size: 0.875rem;
  text-align: center;
}
.blog-post__tag-link:after{
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  right: -8px;
  background-color: #000000;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotateZ(
    0deg
  );
  transform: rotateZ(
    0deg
  );
  -webkit-transform: skewX(
    -7deg
  );
  transform: skewX(
    -7deg
  );
}
.blog-post__read-more {
  cursor: pointer;
  display: inline-block;
  padding: calc(11px + .2em) 20px 11px;
  min-width: 157px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}
.blog-post__read-more:hover{
  color: #ffffff;
  background-color: #000000;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  text-decoration:none;
}
.blog-index__post-content {
  margin-bottom: 23px;
}
.blog-index__post-inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 90px 0 61px 0;
}
.blog-pagination__link {
  display: inline-flex;
  margin: 0px 12px;
  text-decoration: none;
  cursor: pointer;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  background: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.blog-pagination__link--active {
  font-weight: 700;
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.blog-pagination__prev-link,.blog-pagination__next-link {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: #ffffff !important;
  background: #000000;
}

.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
  background: transparent;
  color: #000 !important;
}

.blog-pagination__next-link.blog-pagination__next-link--disabled {
  background: transparent;
  color: #000 !important;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}

.no-image .blog-index__post-image div {
  padding-bottom: 20%;
}

.blog-pagination__prev-link span, .blog-pagination__next-link span {
  font-size: 14px;
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.blog-listing_bottom {
  padding: 85px 0;
}
.blog-listing_bottom .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-listing_bottom .top-border {
  padding-top: 48px;
  border-top: 2px solid #000000;
}
.blog-listing_bottom .ctas .cta--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.blog-listing_bottom .ctas .cta--block p {
  font-size: 1.125rem;
  font-weight: 700;
}
.blog-listing_bottom .ctas .cta--block h2 {
  margin: 32px 0 38.4px;
  font-size: 1.875rem;
  width: 80%;
  text-align: center;
}
.btn--blue {
  cursor: pointer;
  display: inline-block;
  padding: calc(11px + .2em) 20px 11px;
  min-width: 157px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #1e78c1;
  box-shadow: inset 0 0 0 2px #1e78c1;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  background-color: #1e78c1;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn--blue:hover{
  color: #ffffff;
  text-decoration: none;
}
.blog-listing_bottom .ctas .cta--block:nth-child(2) {
  border-left: 2px solid #000000;
}
.archive-searchSort {
  display: block;
  margin: 63px 0 80px 0;
}
.blog_search_bar {
  position: relative;
  border: solid 1px #707070;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 762px;
  flex: 1 1 762px;
}

.blog-categories {
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-size: 1.375rem;
  background: url('https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/images/chevron.png') no-repeat calc(100% - 30px);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #707070;
    border-radius: 0;
    outline: none;
    width: 100%;
    height: 50px;
    padding-left: 17px;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 700;
    }
.blog-categories .widget-module {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  border: 1px solid #707070;
  top:48px;
  z-index: 99;
  background-color: #fff;
}
.blog-categories .widget-module ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.blog-categories .widget-module ul li {
  line-height: 1;
  padding: 5px 10px;
}


.blog_post_page {
  padding-top: calc(80px + 40px);
}
.blog_post_page>.content-wrapper {
  padding-top: 135px;
}
.blog_post_page .breadcrumb-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  top: 50px;
  margin-top: 0;
}
.breadcrumbs {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin: 0.1em 0 1em;
}
.blog_post_page .breadcrumbs span {
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
}
.blog_post_page .breadcrumbs span a {
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  text-decoration: none;
}
.blog_post_page .breadcrumbs span,.blog_post_page .breadcrumbs span a{
  color:#000;
}
.post-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-title__wrapper h1 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  max-width: 800px;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}
.blog-post__tags_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 19px;
}
.blog-post__tags_content p {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  margin: 0.1em 0 1em;
  text-decoration: underline;
}
.post-page-date {
  text-align: center;
}
.post-featured-image {
  margin-top: 40px;
  min-height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post--hero {
  padding-bottom: 85px;
}
.post__container_content {
  position: relative;
  max-width: 880px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 0;
}
.social-share__wrapper {
  padding: 59px 0;
}
.social-share__wrapper h2 {
  margin-bottom: 17px;
  font-family: "Lora", serif;
  font-size: 1.125rem;
  text-align: center;
}
.social-share__wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-share__wrapper nav li {
  list-style-type: none;
  margin: 0 9px;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.top_border_none {
  border-top: none !important;
}
.blog_slider_bg {
  padding: 70px 0;
  margin: 60px 0 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  margin: 0;
  background-position: top;
}
.slider-slide_1 {
  background-image: url('https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/images/3-strategies-for-a-safe-return-to-the-office-1.jpg');
    width: 100%;
    display: inline-block;
    }
.slider-slide_2 {
  background-image: url('https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/images/MicrosoftTeams-image-10-1.png');
    width: 100%;
    display: inline-block;
    }
.slider-slide_3 {
  background-image: url('https://3283621.fs1.hubspotusercontent-na1.net/hubfs/3283621/raw_assets/public/PremiseHealth_May2021/images/AdobeStock_203905408_colorized-e1614792859759-1.jpg');
    width: 100%;
    display: inline-block;
    }
.post-relate-slider {
  padding: 85px 0;
  background: #000;
  color: #fff;
}
.post-relate-container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0px 30px;
  position: relative;
}
.header_subtitle {
  text-align: center;
}
.header_subtitle h2 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.875rem;
  margin: 0.15em 0 0.35em;
  color: #fff;
}
.callout__content {
  position: relative;
  background-color: #ffffff;
  padding: 70px 70px 50px 55px;
  max-width: 510px;
  z-index: 1;
}
.callout__content h3 {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin: 0.1em 0 0.3em;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
}
.callout__content .btn--dark {
  cursor: pointer;
  display: inline-block;
  padding: calc(11px + .2em) 20px 11px;
  min-width: 157px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 2px #000000;
  box-shadow: inset 0 0 0 2px #000000;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 20px;
}
.blog_search_bar button {
  position: absolute;
  right: 24px;
  bottom: 0;
  top: 0;
  border: 0;
  outline: 0;
  background: none;
}
.blog_search_bar .hs-search-field__bar button svg {
  height: 16px;
}
.blog_search_bar .hs-search-field__input {
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
  border: 0;
  outline: none;
  width: 100%;
  height: 48px !important;
  padding:0px;
  padding-left: 17px;
  line-height: 36px;
}
.blog_search_bar form {
  max-width: 100%;
}
.blog-categories h3 {
  margin: 0px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.blog-categories .widget-module ul li a{
  margin: 0px;
  color: rgba(0,0,0,0.2);
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}
.blog_search_bar .hs-search-field__input::placeholder {
  color: rgba(0, 0, 0, 0.34) !important;
  font-weight:700;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


@media (min-width:769px) and (max-width: 1024px) {
  .blog-categories h3 {
    font-size: 16px;
  }
}


@media (min-width: 769px){
  .blog-index {
    gap: calc(40 * 1px) calc(70 * 1px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-post__read-more{
    font-size: 1.125rem;
  }
  .blog-pagination{
    margin: 90px 0 111px 0;
  }
  .blog-listing_bottom .top-border {
    padding-top: 84px;
  }
  .btn--blue {
    font-size: 1.125rem;
  }
  .archive-searchSort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 105px 0 73px 0px;
  }
  .blog-categories {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 292px;
    flex: 1 1 292px;
    min-width: 192px;
    margin-left: 34px;
    font-size: 1.5rem;
    align-items: center;
    display: flex;
  }
  .breadcrumbs {
    font-size: 1rem;
  }
  .callout__content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform: skewX(
      -7deg
    );
    transform: skewX(
      -7deg
    );
    z-index: -1;
  }
  .callout__content h3{
    font-size: 1.5rem;
  }
  .callout__content .btn--dark{
    font-size: 1.125rem;
  }
  .header_subtitle h2{
    font-size: 3.4375rem;
  }
  .blog_search_bar .hs-search-field__input{
    font-size: 1.5rem;
  }
}


@media (min-width: 1200px){
  .social-share__wrapper {
    padding: 69px 0;
  }
  .social-share__wrapper h2 {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px){
  .post--hero {
    padding-bottom: 65px;
  }
  .blog_post_page>.content-wrapper {
    padding-top: 89px;
  }
  .post-title__wrapper h1 {
    margin-bottom: 10px;
    text-align: start;
    font-size: 1.375rem;
  }
  .blog_post_page .breadcrumbs {
    text-align: center;
    margin-top: 20px;
  }
  .blog-listing_bottom {
    padding: 70px 0;
  }
  .blog-listing_bottom .ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-listing_bottom .ctas .cta--block {
    padding: 0px;
  }
  .blog-listing_bottom .ctas .cta--block:nth-child(2) {
    padding-top: 48px;
    margin-top: 48px;
    border-top: 2px solid #000000;
    border-left: 0px solid transparent;
  }
  .blog_post_page .breadcrumb-container{
    top:0px;
  }
  .blog-categories{
    align-items: center;
    display: flex;
  }
  .blog_search_bar .hs-search-field__input {
    font-size: 1.375rem;
    font-weight: 700;
  }
}

@media(max-width:600px){
  .blog_post_page .breadcrumbs {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}




.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}


.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
/* .blog-post img {
max-width: 100%;
}
.blog-index__post-image {
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
padding-bottom: 63%;
background-image: url('./images/grayscale-mountain.png');
} */
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lora, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */


.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */


.blog-post.no-image {
  margin-top: 50px;
}


.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 100%;
    padding: 30px 10px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.no-top .systems-page {
    padding-top: 8rem;
}
#hs-pwd-widget-password{
  Outline:0;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.systems-page p.header{
  background:none;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form{
  max-width:100%;
}

.error-page {
  padding: 16rem 0;
  text-align: center;
  position: relative;
}
.systems-page form .hs-form-field > label{
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "HelveticaNeueLTPro-Roman", Arial, "Lucinda Grande";
/*   color: #000; */
  color: #fff;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 5px;
  margin-bottom: 4px;
}
.systems-page form .hs-form-field a{
    color: #fff;
}
form#email-prefs-form h3 {
    color: #fff;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lora, sans-serif;
  font-size: 35vw;
  font-weight: bold;
  color: #333;
  z-index: -1;
  opacity:.40;
}
.error-page .hs-button{
  background-color: grey!important;
  box-shadow:none;
}
#hs_cos_wrapper_subscription_preferences .hs-button{
  background-color: grey!important;
  color:#fff!important
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 16rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 12rem 0px 40px 0;
}
.systems-page .hs-error-msgs label{
  color:#fff;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  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: HelveticaNeueLTPro-Roman, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.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;
}
.systems-page  .hs-input {
  padding: 28px!important;
  font-size:16px!important;
}

@media (max-width: 768px){
  .systems-page form .hs-form-field > label{
    font-size: 1rem;
  }
  .systems-page  .hs-input {
    padding: 14px!important;
  }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .systems-page  .hs-input {
    padding: 0 15px!important;
  }
}