/* ******************************************************************************
*********************************************************************************
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,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.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: 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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 14px;
}

body {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  overflow-x: hidden;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Open Sans",sans-serif;
}

/* Anchor Links */
a {
  color: #f37253;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  color: #333;
  word-break: break-word;
  text-rendering: optimizelegibility;
  letter-spacing: -.035em;
}

h1 {
  font-size: 56px;
  line-height: 1.1;
}

h2 {
  font-size: 39.998px;
  line-height: 1.2;
}

h3 {
  font-size: 31.99px;
  line-height: 1.3;
}

h4 {
  font-size: 23.996px;
  line-height: 1.4;
}

h5 {
  font-size: 21px;
  line-height: 1.4;
}

h6 {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: "Open Sans",sans-serif;
}

.hs-button {
  margin: 15px 0;
  white-space:normal;
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-weight: inherit;
  line-height: 1.3;
  position: relative;
  text-align: center;
  vertical-align: middle;
  transition: all .15s linear;
  background-color: #3173b1;
  border-color: #3173b1;
  color: #eee;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgba(114,114,114,0.4);
  font-size: 14px;
  padding: 10px 40px;
  
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(114,114,114,0.3);
  -moz-box-shadow: 0 1px 0 rgba(114,114,114,0.3);
  -webkit-box-shadow: 0 1px 0 rgba(114,114,114,0.3);
  outline: none;
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}

.hs-button:hover, .hs-button:focus {
  background-color: #094b89;
  border-color: #094b89;
  
  color: #eee;
}

.hs-button:active {
  background-color: #599bd9;
  border-color: #599bd9;
}


.hs-form label {
  font-size: 16px;
  color: #333;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.3;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #b94a48 !important;
  font-size: smaller !important;
  line-height: inherit !important;
}

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 {
  display: inline-block;
  width: 100%;
  height: 2.65em;
  padding: 0 .65em;
  font-size: 13px;
  font-family: inherit;
  vertical-align: middle;
  line-height: normal;
  color: #555;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  border: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  letter-spacing: normal;
  outline: none;
}

h3.form-title {
  font-family: "Open Sans",sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.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: #c5c5c5;
}

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

.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: #e5bdc4;
}
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: #e5bdc4;
}

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

.field {
  margin-bottom: 18px;
}

.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: 14px;
  color: #333;
}
.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: "Open Sans",sans-serif;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

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

}
@media (max-width:767px) {

  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 {
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.scroll-header .header-group{
  top: 0px;
  height: 80px;
  width: 100%;
  position: fixed;
}
header.custom-header {
  position: relative;
  min-height: 80px;
}
.header-group {
  height: 80px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 0.15em 5px rgba(0,0,0,0.1);
  z-index: 9999;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
  min-width: 1px;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: row;
}
.header__container {
  max-width: 100% !important;
}
.header__container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 85%;
  height: 80px;
  z-index: 5;
  min-width: 1px;
  display: flex;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
}
.header-group:before, .header-group:after ,
.mobile-group:before, .mobile-group:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.header-logo {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 auto;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
  height: inherit;
}
.header-logo a{
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  max-width: 200px;
  background-color: transparent;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.custom-menu-primary{
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 auto;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  min-width: 1px;
}
.custom-menu-primary .hs-menu-wrapper{
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: inherit;
  min-width: 1px;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0 1em 0 0;
  font-size: 1em;
  display: flex;
  min-width: 1px;
  padding: 0;
  list-style: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
  min-width: 1px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  font-size: 1em;
  background-color: transparent;
  flex: 0 1 auto;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span{
  font-family: "Open Sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-menu-primary .x-anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75em;
}
.custom-menu-primary .x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
  padding: 0;
  list-style: none;
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a{
  font-size: 1em;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}
.custom-menu-primary .hs-menu-wrapper>ul ul .x-anchor-content {
  display: block;
  padding: 10px 12px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a span{
  font-family: "Open Sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-menu-primary .header-btn {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  border-radius: 5px 5px 5px 5px;
  font-size: 1em;
  background-color: #f37253;
  box-shadow: 0 0.15em 0.65em 0 rgba(0,0,0,0);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-menu-primary .header-btn .x-anchor-content {
  padding: .575em .85em .575em .85em;
}
.custom-menu-primary .header-btn span{
  font-family: "Open Sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-group {
  display: none;
}
.x-modal {
  display: none;
}
@keyframes x-bun-t-1{
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
@keyframes x-patty-1{
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes x-bun-b-1{
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}
@media (max-width: 979px){
  .header-group {
    display: none;
  }
  .mobile-group {
    height: 6em;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0.15em 2em 0.15em rgba(0,0,0,0.15);
    z-index: 9999;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    min-width: 1px;
    flex-direction: row;
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  .mobile-group .header__container {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 0 1 100%;
    height: 6em;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: height, opacity;
    min-width: 1px;
    z-index: 5;
    display: flex;
  }
  .mobile-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
    background-color: transparent;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
    height: inherit;
  }
  .mobile-logo a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
  }
  .mobile-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .mobile-trigger {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0%;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
  }
  .mobile-trigger a{
    width: 3em;
    height: 3em;
    font-size: 1em;
    background-color: rgba(255,255,255,0);
    box-shadow: 0 0.15em 0.65em 0 rgba(0,0,0,0);
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .mobile-trigger .x-anchor-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
  }
  .x-graphic {
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    margin: 5px;
  }
  .x-toggle-burger {
    width: 15em;
    margin: 3.75em 0;
    font-size: .15em;
    color: #175697;
    height: 1em;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .x-toggle>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
  }
  .x-toggle-burger-bun-t {
    transform: translate3d(0,-3.75em,0);
  }
  .x-toggle-burger-bun-b {
    transform: translate3d(0,3.75em,0);
  }
  .scroll-header .mobile-group{
    top: 0px;
    height: 96px;
    width: 100%;
    position: fixed;
  }
  header.custom-header {
    position: relative;
    min-height: 96px;
  }
  .x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 0.525s,opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: none;
    z-index: 99999999;
    overflow: hidden;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    font-size: 16px;
    outline: none;
    display:block;
    overflow-y: auto;
  }
  .mobile-open .x-modal{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: auto;
  }
  .x-modal-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.75);
  }
  .x-modal-close {
    display: block;
    position: fixed;
    width: calc(1em*1);
    height: calc(1em*1);
    font-size: 2em;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;
    cursor: pointer;
    right: 0;
    top: 0;
    color: #fff;
    outline: none;
  }
  .mobile-open .x-modal-close{
    opacity: 1;
    transform: scale(1);
  }
  .x-modal-close span {
    display: block;
  }
  .mobile-open .x-modal-content{
    opacity: 1;
    transform: scale(1);
    transform: translate3d(0, 0, 0);
  }
  .x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .x-modal-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: calc(2em*1);
  }
  .x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 100%;
    padding: 0 0 4em 0;
    background-color: #175697;
    box-shadow: 0 0.15em 2em 0 rgba(0,0,0,0.25);
  }
  .brand-logo {
    padding: 30px;
    line-height: 1.4;
    text-align: center;
  }
  .brand-logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 250px;
  }
  .mobile-menu-primary{
    text-align: center;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul{
    list-style:none;
    padding:0;
    margin:0;
  }
  .mobile-menu-primary ul ul{
    display:none;
    list-style:none;
    padding:0;
    margin:0;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul ul>li{
    margin: 0 0 1.313em;
    position: relative;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul ul>li>a{
    color: #ffffff;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul ul>li>a:hover{
    color: #fff;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li{
    margin: 0 0 1.313em;
    position: relative;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a{
    color: #ffffff;
    display:block;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color: #fff;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:last-child{
    margin: 0 0 1.313em;
    max-width: 100%;
  }
  .mobile-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
    color: #fff;
    background-color: inherit;
    padding: 10px 28px;
    border: 2px solid #eee;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    line-height: 1.7;
    vertical-align: middle;
  }
  .child-trigger {
    position: absolute;
    width: 50px;
    height: 27.2px;
    right: 15px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
    text-align: right;
    color: #fff;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
  }
  .child-trigger:hover{
    color: #fff;
  }
  .child-trigger::after {
    content: "+";
    font-size: 20px;
  }
  .child-trigger.child-open::after {
    content: "-";
  }
  .mobile-social {
    padding: 5px;
    line-height: 1.4;
    text-align: center;
  }
  .mobile-social-link {
    padding: 0px;
    line-height: 1.4;
    text-align: center;
  }
  .mobile-social img,
  .mobile-social-link img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  position: relative;
}
.footer__container {
  max-width: 100% !important;
}
.footer-section-1 ,.footer-section-2 ,.footer-section-3 ,.footer-section-4 ,.footer-section-5{
  font-size: 16px;
  background-color: #000000;
  box-shadow: 0 0.15em 2em rgba(0,0,0,0);
  z-index: 9999;
  min-width: 1px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.footer-section-1{
  height: 15vh;
}
.footer-section-2{
  height: 5vh;
}
.footer-section-3{
  height: 32vh;
}
.footer-section-4{
  height: 16vh;
}
.footer-section-5{
  height: 10vh;
}
.footer-section-1-inner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 65%;
  height: 15vh;
  min-width: 1px;
  z-index: 5;
  display: flex;
}
.footer-section-1:before, .footer-section-1:after,
.footer-section-2:before, .footer-section-2:after,
.footer-section-3:before, .footer-section-3:after,
.footer-section-4:before, .footer-section-4:after,
.footer-section-5:before, .footer-section-5:after{
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.footer-logo {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
  height: inherit;
}
.footer-logo a{
  max-width: 250px;
  margin: 0 1em 0 0;
  border-width: 0 1px 0 0;
  border-style: solid solid solid solid;
  border-color: transparent #fff transparent transparent;
  padding: 0 1em 1em 0;
  background-color: transparent;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.footer-logo img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 200px;
}
.footer-top-txt {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
}
.footer-top-txt>div{
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  font-size: calc(1vw);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  background-color: transparent;
  min-width: 1px;
}
.footer-section-2-inner {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex: 0 1 65%;
  height: 5vh;
  min-width: 1px;
  z-index: 5;
  display: flex;
}
.product-heading ,.company-heading ,.resources-heading ,.contact-heading ,.follow-us-heading{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0%;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
}
.product-heading-inner ,.company-heading-inner ,.resources-heading-inner , .contact-heading-inner ,.follow-us-heading-inner{
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 1em;
  background-color: transparent;
  position: relative;
  min-width: 1px;
}
.contact-heading-inner{
  padding: 0 0 .75em 0;
}
.footer h1{
  margin: 0 calc(0em*-1) 0 0;
  font-family: "Open Sans",sans-serif;
  font-size: calc(1vw);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.footer-section-3-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 65%;
  height: 32vh;
  min-width: 1px;
  z-index: 5;
  display: flex;
}
.product-links ,.company-links ,.resources-links ,.contact-links{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 0 0%;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
  height: inherit;
}
.product-links>div ,.company-links>div ,.resources-links>div ,.social-links>div{
  width:100%;
}
.footer-section-3 .social-links {
  height: inherit;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1 0 0%;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
}
.product-links ul ,.company-links ul ,.resources-links ul{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0;
  font-size: 1em;
  display: flex;
  min-width: 1px;
  padding: 0;
  list-style: none;
}
.product-links ul li,
.company-links ul li,
.resources-links ul li{
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  min-width: 1px;
}
.product-links ul li a,
.company-links ul li a,
.resources-links ul li a{
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 1 auto;
  font-size: 1em;
  padding: 0 0 1em 0;
}
.product-links ul li a span,
.company-links ul li a span,
.resources-links ul li a span{
  font-family: "Open Sans",sans-serif;
  font-size: calc(1vw);
  font-style: normal;
  line-height: 1;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 300;
}
.contact-links .phone-no{
  margin: 0;
  padding: 0 0 .5em 0;
  font-family: "Open Sans",sans-serif;
  font-size: calc(1vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  min-width: 1px;
}
.contact-links .email{
  margin: 0;
  padding: 0 0 1em 0;
  font-family: "Open Sans",sans-serif;
  font-size: calc(1vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  min-width: 1px;
}

.contact-us a{
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px 5px 5px 5px;
  font-size: calc(1vw);
  background-color: rgba(255,255,255,0);
  box-shadow: 0 0.15em 0.65em 0 rgba(0,0,0,0);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  padding: .575em .85em .575em .85em;
}
.contact-us a span{
  font-family: "Open Sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 5px;
}
.footer-section-3 .social-links a{
  max-width: 40px;
  margin: 0 1em 1em 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  outline: none;
}
.footer-section-3 .social-links img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 50px
}
.footer-section-4-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 65%;
  height: 16vh;
  min-width: 1px;
  z-index: 5;
  display: flex;
}
.footer-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
  height: inherit;
}
.footer-text>div{
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: calc(1vw);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  background-color: transparent;
  min-width: 1px;
}
.footer-section-5-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 65%;
  height: 10vh;
  min-width: 1px;
  z-index: 5;
  display: flex;
}
.footer-copyright {
  margin: 0 1em 0 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  font-size: calc(0.9vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  background-color: transparent;
  min-width: 1px;
}
.hipaa-compliant-logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  max-width: 100px;
  background-color: transparent;
}
.hipaa-compliant-logo img{
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 125px;
}
.copyright-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  background-color: transparent;
  height: inherit;
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 1px;
}
.follow-us-inner {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 1em;
  background-color: transparent;
  position: relative;
  min-width: 1px;
}
.follow-us-inner h1{
  margin: 0 calc(0em*-1) 0 0;
  font-family: "Open Sans",sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  display: block;
}
.footer .sign-in {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: calc(1vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0,0,0,1);
  background-color: transparent;
  min-width: 1px;
}
.footer .sign-in a{
  color: rgb(243, 114, 83);
}
.footer-mobile {
  display: none;
}
@media (max-width: 1199px){
  .footer-section-4 {
    height: 25vh;
  }
  .footer-section-4-inner {
    height: 25vh;
  }
}


@media (max-width: 979px){
  .footer-section-1,
  .footer-section-2,
  .footer-section-3,
  .footer-section-4,
  .footer-section-5{
    display: none;
  }
  .footer-mobile {
    height: auto;
    padding: 2em 0 2em 0;
    font-size: 16px;
    background-color: #000000;
    box-shadow: 0 0.15em 2em rgba(0,0,0,0);
    z-index: 9999;
    min-width: 1px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    position: relative;
  }
  .footer-mobile .footer-inner {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    flex: 0 1 100%;
    height: auto;
    min-width: 1px;
    z-index: 5;
    display: flex;
  }
  .footer-mobile:before, .footer-mobile:after{
    content: "";
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
    flex-basis: 2em;
    width: 2em;
    height: 2em;
  }
  .footer-mobile-logo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    margin: .5em 0 .5em 0;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
  }
  .footer-mobile-logo div, .footer-mobile-logo div > span {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .footer-mobile-logo a{
    background-color: transparent;
    display: block;
    line-height: 1;
    vertical-align: middle;
  }
  .footer-mobile-logo img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 400px;
  }
  .footer-top-mobile-txt {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    margin: .5em 0 2em 0;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
  }
  .footer-top-mobile-txt>div{
    margin: 0;
    padding: 0 0 .75em 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .f-mobile-heading {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    margin: 1em 0 .25em 0;
    background-color: transparent;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
    height: inherit;
  }
  .f-mobile-heading-wrapper {
    margin: 1em 0 2em 0;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
    position: relative;
    min-width: 1px;
  }
  .f-mobile-heading-inner {
    display: -webkit-flex;
    display: flex;
  }
  .f-mobile-heading-inner>div{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
    display: block;
  }
  .f-mobile-heading h4{
    margin: 0 calc(0em*-1) 0 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #fff;
    display: block;
  }
  .footer-mobile .social-links {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex: 1 0 0%;
    margin: 0 1em 2em 1em;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
  }
  .footer-mobile .social-links  a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    outline: none;
  }
  .footer-mobile .social-links  img{
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 50px;
  }
  .f-mobile-contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    margin: 0 0 1em 0;
    background-color: transparent;
    height: inherit;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
  }
  .f-mobile-conatact-container {
    margin: 1em 0 .5em 0;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
    min-width: 1px;
    position: relative;
  }
  .f-mobile-contact-wrapper {
    display: -webkit-flex;
    display: flex;
  }
  .f-mobile-contact-inner {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .f-mobile-contact h4{
    margin: 0 calc(0em*-1) 0 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    color: #fff;
  }
  .f-mobile-contact .tel-no {
    margin: 0 0 .25em 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .mobile-email {
    margin: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .clinician-login a {
    margin: 2em 0 0 0;
    font-size: 1em;
    background-color: #f37253;
    box-shadow: 0 0.15em 0.65em 0 rgba(255,255,255,0);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 1px;
    border-radius: .35em;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
  }
  .clinician-login .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: .575em 1em .575em 1em;
  }
  .clinician-login .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin: 3px 3px 3px 3px;
  }
  .clinician-login .x-anchor-text span{
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    position: relative;
    display: block;
    transition-property: color, text-shadow;
    z-index: 3;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .information-text {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
    background-color: transparent;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
    height: inherit;
  }
  .information-text-inner {
    margin: 2em 0 1em 0;
    padding: 0;
    font-family: inherit;
    font-size: .8em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .mobile-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    margin: 2em 0 1em 0;
    background-color: transparent;
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 1px;
    height: inherit;
  }
  .mobile-copyright {
    margin: 0 0 .25em 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .f-mobile-links {
    margin: 0 0 1em 0;
    padding: 0;
    font-family: inherit;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background-color: transparent;
    min-width: 1px;
  }
  .mobile-bottom .hipaa-compliant-logo{
    max-width: none;
  }
}

@media (max-width: 615px){
  .footer-mobile-logo a{
    max-width: 75%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.listing-wrapper {
  margin: 0 15% 0 15%;
  padding: 40px 0 40px 0;
  text-align: center;
  background-color: transparent;
  z-index: 1;
  position: relative;
}

.content-wrapper.listing {
  margin: 0 auto 0 auto;
  padding: 1px;
  font-size: 1em;
  background-color: transparent;
  max-width: 1200px;
  width: 88%;
  position: relative;
  z-index: 1;
}

.listing_row_inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.listing-col {
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  flex-grow: 1;
  margin: calc(1rem/2) calc(1rem/2);
}
.categories {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.categories a {
  position: relative;
  float: left;
  z-index: 2;
  padding: .5em 2em;
  border-radius: 45px;
  border-color: #175697;
  margin-left: 10px;
  margin-bottom: 50px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 1.5px solid #175697;
  margin-right: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #010101 !important;
  background-color: #fff;
}
.categories a:hover{
  opacity: .8;
}
.categories a.active {
  color: #fff !important;
  background-color: #175697;
  cursor: auto;
}
.blog-index {
  margin-left: -9px;
  margin-right: -9px;
  position: relative;
}
.blog-index__post {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.blog-index__post-inner {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
}
.blog-index__post-image-link {
  display: block;
  text-align: left;
  clear: both;
  max-width: 300px;
}

.blog-index__post-image-link img {
  vertical-align: middle;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 6px ;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.blog-index__post-content {
  display: table-cell;
  word-break: break-word;
  text-align: left;
}

.blog-index__post-content h3 {
  font-size: 228.5%;
  font-weight: 500;
  line-height: 1.1;
  padding: 10px 15px;
  margin: 0;
}

.blog-index__post-content h3 a {
  font-size: 30px;
  line-height: 1.3;
  color: #175697;
  background-color: #fff;
  font-weight: 600;
  display: block;
  clear: both;
}
.blog-post__meta-section {
  padding: 10px 15px;
}
.blog-post__meta-section * {
  display: inline;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}
.blog-post__meta-section  a:hover{
  color: #333;
}
.listing-content {
  padding: 10px 15px;
}

.listing-content p {
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  display: block;
  clear: both;
}
a.read_more {
  font-size: 16px;
  line-height: 1.3;
  background-color: #fff;
  /*   float: left; */
  display: block;
  text-align: left;
  clear: both;
  margin: 6px 0;
  padding: 6px 12px;
}
section.join_us {
  margin: 0 10% 0 10%;
  padding: 80px 0 80px 0;
  z-index: 1;
  position: relative;
}
.join_us .listing_row_inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section.join_us .content-wrapper.listing {
  margin: 0 auto 0 auto;
  border-radius: 10px 10px 10px 10px;
  padding: 1px;
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0 3px 6px 0.05em rgba(0,48,86,0.5);
}
.join_col {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  z-index: 1;
  border-radius: 0 10px 10px 0;
  font-size: 1em;
  margin: calc(1rem/2) calc(0rem/2);
}
.join_col span.e12-26.x-image {
  max-width: 450px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.join_col img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.join-title {
  margin: 0 0 0 3em;
  padding: 0;
  font-size: 1em;
  position: relative;
}

.join-title h4 {
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #1a4bad;
  margin: 0;
}
.join_us_btn {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  margin: 2em 0 0 3em;
  border-radius: .35em;
  font-size: 1em;
  background-color: #175697;
  box-shadow: 0 0.15em 0.65em 0 rgba(0,0,0,0);
}
.join_us_btn .x-anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5em 3em .5em 3em;
}

.join_us_btn .x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin: 5px;
  transition: all .3s;
  color: #fff;
}

.join_us_btn span.x-anchor-text-primary {
  font-family: "Open Sans",sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}


section.recent-post {
  margin: 0 15% 0 15%;
  padding: 40px 0 80px 0;
}
.recent_post {
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
  padding: 2% 2% 2% 2%;
  font-size: 1em;
  background-color: transparent;
  box-shadow: 0 2px 6px 0.15em #00000029;
  flex-grow: 1;
  margin: calc(1rem/2) calc(1rem/2);
}
.recent_post_item {
  display: block;
  width: 100%;
}
.rec-blog-index__post-image-link {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.rec-blog-index__post-image-link img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  width: 100%;
}
.recent_post_item .post-title {
  position: relative;
  margin: 2em 0 1em 1em;
  padding: 0;
  font-size: 1em;
}
.recent_post_item .post-title h1 {
  margin: 0 calc(0em*-1) 0 0;
  font-family: "Open Sans",sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  color: #175697;
}
.rec_publish_date {
  margin: 0 0 1em 1em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0,0,0,1);
  background-color: transparent;
}
.rec_content {
  margin: 0 0 0 1em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0,0,0,1);
}
@media (min-width: 1200px){
  .listing-col {
    flex-basis: calc(100% - 1rem);
  }
  .join_col {
    flex-basis: calc(50% - 0rem);
  }
}

@media(max-width: 979px){
  section.recent-post {
    margin: 0;
    padding: 60px 0 40px 0;
  }
  .join_col {
    flex-basis: calc(50% - 0rem);
  }
  .join_us .listing_row_inner {
    position: relative;
    z-index: 1;
    padding: 0 5% 0 5%;
  }
  .listing-wrapper {
    margin: 0;
  }
  section.join_us {
    margin: 0;
    padding: 40px 0 40px 0;
    z-index: 1;
  }
  .join_col span.e12-26.x-image {
    max-width: 75%;
  }
  .join-title {
    margin: 2em 0 0 0;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
  }
  .join-title h4 {
    font-size: 2em;
    text-align: center;
  }
  .join_us_btn {
    margin: 2em 0 0 0;
  }
  .join_us_btn:hover  span.x-anchor-text-primary{
    color: rgba(255,255,255,0.8)
  }
  .join_col {
    text-align: center;
  }
}
@media (max-width: 767px){
  .blog-index__post-content h3 a {
    font-size: 18px;
  }

}
@media(max-width: 575px){
  .blog-index__post-image-link img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .blog-index__post-image-link {
    max-width: 100%;
  }
}
@media(max-width: 479px){
  .join_col {
    flex-basis: calc(100% - 0rem);
  }
}
a.read_more:hover{
  opacity: .8;
} 
.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');
    }


.blog-pagination {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.load-more {
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 3px;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: #1a4bad !important;
  padding: .5em 2em !important;
  font-family: 'Open Sans',Arial,serif;
  font-size: 16px;
  line-height: 1.3;
  color: #175697;
  background-color: #fff;
  font-weight: 600;
}
.load-more:hover{
  color: #175697;
} 

.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: #333;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}






.blog-comments {

}
.blog-comments form {

}
.blog-comments .hs-submit {

}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

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

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

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}










/*             Blog Post Layout          */
.content-wrapper.post-page {
  width: 88%;
  margin: 40px auto;
  padding: 0;
}

.blog-post-wrapper {
  display: block;
  position: relative;
  width: auto;
}

.blog-post {
  display: block;
  padding: 60px;
  border-radius: 0 0 4px 4px;
}

.blog-post-content {
  margin-top: 1.25em;
  font-size: 1rem;
}

.post-head {
  position: relative;
}

.post-container {
  margin: 0 auto 0 auto;
  padding: 1px;
  font-size: 1em;
  max-width: 1200px;
  width: 88%;
}

.post-inner {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.post_col {
  flex-shrink: 1;
  flex-basis: auto;
  display: block;
  position: relative;
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  z-index: 1;
  font-size: 1em;
  background-color: transparent;
  flex-grow: 1;
  margin: calc(1rem/2) calc(1rem/2);
}
.breadcrumb0 {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0,0,0,1);
  background-color: transparent;
}

.breadcrumb0  p {
  margin: 0;
}
.breadcrumb0 p a:hover {
  color: rgba(243,114,83,0.9);
}
.post-title {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1em;
}

.post-title h1 {
  margin: 0 calc(0em*-1) 0 0;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #175697;
  display: block;
}

.post-date {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #333;
  background-color: transparent;
}

.post-date p {
  margin: 0;
}
.post-image {
  padding: 45px 0 0 0;
  text-align: center;
  position: relative;
}

.post-image img {
  width: 100%;
}
.blog-post__body {
  padding: 45px 0 60px 0;
}
.blog-post__body p {
  color: rgba(0,0,0,1);
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0;
}
hr.e2585-22.x-line {
  width: 100%;
  max-width: none;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #a9a8a9;
  font-size: 1em;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.post-about-title {
  margin: 3em 0 0 0;
  padding: 0;
  font-size: 1em;
}

.post-about-title h3 {
  margin: 0 calc(0em*-1) 0 0;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #1a4bad;
}
.post-about-content {
  margin: 1em 0 0 0;
}

.post-about-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: #333;
}
@media (min-width: 1200px){
  .post_col {
    flex-basis: calc(100% - 1rem);
  }
}

@media (max-width: 767px){
  .blog-post {
    padding: 36px;
  }
}

@media (max-width: 480px){
  .blog-post {
    padding: 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: "Open Sans",sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #333;
  z-index: -1;
  opacity:0.1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .hs_cos_wrapper_type_email_simple_subscription form input.email-edit.hs-input{
  padding: 0 .65em !important;
  font-size: 13px !important;
  width:100% !important;
}
.systems-page .widget-type-password_prompt form input#hs-pwd-widget-password{
  height: 2.65em !important;
  margin-top:0 !important;
}
.systems-page .widget-type-email_subscriptions form#email-prefs-form{
  max-width:100%;
}
.systems-page ul { 
  padding: 0;
  margin: 10px 0;
}
.systems-page {
  padding: 3rem 0px;
}
.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: "Open Sans",sans-serif;
  font-size: 1.25rem;
  color: #333;
  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: #333;
}

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

@media (max-width: 767px){
  .systems-page .success {
    min-width:auto;
  }
   .systems-page h1 {
    font-size: 34px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}