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

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

.dnd-section > .row-fluid ,.sys_page .content-wrapper{
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.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;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid,.sys_page .content-wrapper  {
    max-width: 970px!important;
  }

}


@media (max-width: 767px){
  .dnd-section > .row-fluid,.sys_page .content-wrapper {
    max-width: 750px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/SourceSansPro-Bold.woff") format('woff'),
    url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/SourceSansPro-Bold.ttf") format('ttf'),
    url("https://7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/SourceSansPro-Bold.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Brands-Regular.woff") format('woff'),
    url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Brands-Regular.ttf") format('ttf'),
    url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Brands-Regul");
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family: "Font Awesome 5 Free";
  src: url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Free-Solid.woff") format('woff'),
    url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Free-Solid.ttf") format('ttf'),
    url("//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/SightX_June2020/Fonts/FontAwesome5Free-Solid.eot");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  display: none;
}
html {
  font-size:100%;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
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: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: inside;
}

ul li,
ol li {

}
ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}
p, ul, ol, pre, table, blockquote {
  margin:0;
  margin-bottom: 20px;
  padding:0;
}


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

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

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}
@media(max-width:992px) and(max-width:767px){
  h1 {
    font-size: 41px;
  }

  h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  margin:15px 0;
  
  text-decoration: none !important;
  width: auto;
}

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

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


.hs-form label,.systems-page label
 {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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


.hs-input ,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


.hs-input ,input#hs-pwd-widget-password{
  width: 100% !important;
  text-indent: 16px;
  height: 48px !important;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(33, 21, 81, 0.1), rgba(33, 21, 81, 0.1));
  padding: 0 !important;
  border-bottom: 1px solid #e9ebee;
  border: none;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  margin-bottom: 1.5625em;
  color: black;
  margin-bottom: 1.5625em;
  border-style:solid;
  font-size:16px;
}



.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 ,input#hs-pwd-widget-password:-moz-placeholder{
  color: #bfbfbf;
  color: #1c1c1c ;
  opacity: 0.5;
  font-size: 1em;
}

.hs-input::-webkit-input-placeholder ,input#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #bfbfbf;
  color: #1c1c1c;
  opacity: 0.5;
  font-size: 1em;
}

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.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: 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: Lato, serif;
}
@media(max-width:767px){
  form,input{
    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 {

  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;

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

.message.lp {
    opacity: 0;
    visibility: hidden;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header-wrapper{
  min-height:60px;
}

header.header {
  overflow: visible;
}
header.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
}

.nav-bar {
  border-bottom: solid 1px #f1f0f8;
  height: 60px;
  line-height: 60px;
}

.banner-section {
  margin-top: 60px;
}a.hs-rss-title:hover {
  color: #1f1f1f;
}

.logo {
  width: 8.33333333%;
  text-align:center
}

.nav-bar .custom-menu-primary{
  width: 33.33333333%;
  display: inline-block;
  height: 60px;
  padding: 0 16px;
}

.right.button {
  display: inline-block;
  height: 60px;
  padding: 0 16px;
  width: 58.33333333%;
}

.nav-bar>div {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.logo>div.widget-type-logo {
  display: inline-block;
  height: 60px;
  padding: 0 16px;
  padding-left: 0;
}

.logo>div.widget-type-logo a {
  height: 100%;
  display: inline-block;
}

.logo>div.widget-type-logo a img {
  max-height: 60% !important;
  width: 60px !important;
  height: 32px;
  max-width: 100%;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper ul {
  height: 60px;
  display: inline-block;
  margin-bottom: 0;
}

.custom-menu-primary .hs-menu-wrapper ul li {
  position: relative;
  float: left;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;

  position:relative;
}

.custom-menu-primary .hs-menu-wrapper ul li a {
  padding: 0 1.5625em;
  height: 100%;
  color: #211551;
  font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper ul li:first-child a {
  padding-left: 0;
}
.right.button ul {
  float: right;
  margin-right: 20px;
  width: 20%;
  display: table;
  margin-bottom: 20px;
}

.right.button ul li {
  /* float: left; */
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}

.right.button ul li:first-child  a {
  color: #211551;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
}

.right.button ul li:first-child {
  /* float: left; */
}

.right.button ul li {
  /* float: right; */
  display: table-cell;
}

.right.button ul li:last-child a {
  border-radius: 4px;
  background: #736dba;
  border: none;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.37);
  height: 36px;
  font-size: inherit;
  line-height: 1.5625em;
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 25px;
  display: inline-block;
  white-space: nowrap;
  padding: 6px 12px;
  /* display: table-cell; */
  vertical-align: middle;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}

.right.button ul li:last-child {
  text-align: right;
}
.right.button ul li:last-child a:hover {
  color: #ffffff;
  background-color: #211551;
  border-color: #204d74;
  text-decoration: none;
}
.right.button {
  padding-right: 0;
}
.message {
  display: none;
}

.nav-mobile-toggle{
  display: none;
}
.custom-menu-primary .hs-menu-wrapper ul li.active-branch a {
  font-family: 'Source Sans Pro Bold';
  color: #211551;
}
@media (max-width: 1366px){
  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding: 0 12.5px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    padding: 0 12.5px !important;
  }
}
@media screen and (max-width: 1350px){
  .right.button ul {
    width: 30%;
  }
}
@media (max-width: 1280px){
  .nav-bar {
    padding: 0 15px;
  }
}
@media(min-width:991px){
  .custom-menu-primary .hs-menu-wrapper ul ul {
    visibility: hidden;
    opacity: 0;
    position:absolute;
    height:auto !important;
    display:block;
    z-index:1100000;
  }
  body .custom-menu-primary .hs-menu-wrapper ul ul li a {
    padding: 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper li {
    float: none;
    display: block;
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper li a {
    font-size: 1em;
    line-height: normal;
    padding: 10px 0;
    text-align: left;
  }
}
@media (max-width: 990px){
  .logo {
    width: 100%;
  }
.custom-menu-primary .hs-menu-wrapper ,.right .hs-menu-wrapper{
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}
  .nav-mobile-toggle {
    font-size: 32px;
    color: #fff;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    line-height: 65px;
    padding: 0 1em;
    user-select: none;
    -webkit-user-select: none;
  }
  .nav-mobile-toggle{
    display: block;
  }
  .nav-mobile-toggle img.hs-image-widget {
    width: auto !important;
    vertical-align: middle;
  }

  .logo>div.widget-type-logo {
    padding: 0;
  }
  .nav-bar .custom-menu-primary {
    height: auto;
    line-height: 48px;
    padding-left: 15px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul {
    display:none;
    height:auto
  }
  .custom-menu-primary .hs-menu-wrapper ul{
    width:100%;
  }
  .right.button {
    height: auto;
    line-height: 48px;
    padding-left: 15px;
    width: 100%;
  }

  .nav-bar {
    overflow: hidden;
  }

  .menu-open .nav-bar {
    height: auto;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    float: none;
    width: 100%;
  }

  .custom-menu-primary {
    font-size: 16px;
    border-bottom: solid 1px #f1f0f8;
  }
  .child-trigger {
    display: block !important;
    /* Hide button on Desktop */
    cursor: pointer;
    /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    /* Button width */
    min-width: 55px !important;
    height: 45px !important;
    /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #000;
    /* Icon color */
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

}
@media screen and (max-width: 800px){
  .message {
    display: block;
    float: right;
    margin-right: -20px;
  }

  .message img {
    max-height: 60% !important;
    width: 60px !important;
    height: 32px;
    vertical-align: middle;
    cursor:pointer;
  }

  .logo>div.widget-type-logo {
    margin-left: 5%;
  }

}
@media (max-width: 767px){
  .nav-mobile-toggle {
    font-size:28px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a , .custom-menu-primary .hs-menu-wrapper ul ul li a {
    padding: 0 !important;
  }
  .right.button ul li:last-child a {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
  }
  .right.button ul li {
    line-height: 42px;
  }
}

@media screen and (max-width: 600px){
  .logo>div.widget-type-logo {
    margin-left: 10%;
  }

  .right.button ul {
    float: right;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 13px;
    margin-top: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
footer.footer {
  padding-top: 5.5%;
  padding-left: 3%;
  background: #211551;
  background: #211551;
  padding-bottom: 27px;
  position: relative;
}
.footer__container.policy-container {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  width: 83%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: none;
}
label.hs-error-msg {
  display: block !important;
}
.allRightsBox {
  width: 50%;
  text-align: left;
  color: #fff;
}
.privacyTermsBox {
  width: 50%;
  text-align: right;
  color: #fff;
  width: 38%;
}
.privacyTermsBox a,.allRightsBox span {
  color: #fff;
  font-size: 16px;
}
small {
  font-size: 85%;
}
.footer__container.menu-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  max-width: none;
  padding-right: 15px;
}

.foote-col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col1 {
  width: 33.33333333%;
}

.foote-col.col2 {
  width: 16.66666667%;
}

.foote-col.col3 {
  width: 25%;
}

.foote-col.col4 {
  width: 25%;
}

.foote-col.col1 img {
  max-height: 3.125em;
  margin-right: 0.390625em;
  width: 81px!important;
  height: 36px;
  max-width: 100%;
  margin-bottom: 1.5625em;
  margin-top: -89px;
  vertical-align: middle;
}
.footer-form .hs-input:focus {
  outline-offset: -2px;
}
.footer-form .hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.form-title p {
  width: 80%;
  margin-top: -50px;
  margin-bottom: 0;
  color: #f5f5f5;
  display:nine-block;
}

.footer-form .hs-input {
  width: 285px !important;
  height: 48px !important;
  background-color: rgba(255, 255, 255, 0.24);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #f5f5f5;
  border: none;
  text-indent: 10px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding:0 !important;
  margin:0;
  background-image:none;
}

.footer-form .hs-form-required {
  display: none;
}

.footer-form .hs-form label {
  display: none;
}

.footer-form .hs_submit.hs-submit {
  display: none;
}

.footer-form .field {
  margin: 0;
}


.fooer-menu ul {
  line-height: 2.34375em;
  color: #f5f5f5;
  color: #f5f5f5;
  margin-top: -50px;
}

.fooer-menu ul li {
  display: block;
  margin: 0px;
  line-height: 2.7;
  font-family: 'Source Sans Pro Bold';
}

.fooer-menu ul li a {
  white-space: nowrap;
  /* font-family: 'Source Sans Pro Bold'; */
}

.fooer-menu ul li:first-child a {
  font-family: 'Source Sans Pro Bold';
}
.foote-col.col3 ul{
  margin-top: -50px; 
}
.foote-col.col3 ul li {
  display: block;
  margin: 0px;
  line-height: 2.7;
}

.foote-col.col3 ul li a {

}
ul.footer-site-map.top50 {
  line-height: 2.34375em;
  margin-top: -50px; 
}

ul.footer-site-map.top50 h5 {
  font-size: 1em;
  font-weight: 400;
  font-size: 1em;
  font-weight: 400;
  color: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  line-height: 2.34375em;
  margin: 0;

}

table.socialMediaContainer {
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;

  flex-wrap: wrap;
  margin-top: 2.5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 15px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin-bottom: 20px;
  text-align: left;
}

table.socialMediaContainer td {
  padding: 5px;
  border: 0;
  background: none;
  color: #f5f5f5;
}

table.socialMediaContainer td a {
}

table.socialMediaContainer tbody {
  text-align: left;
}

.icon {
  line-height: 1em;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.footer-form  .hs-input::-webkit-input-placeholder {
  width: 72px;
  height: 24px;
  opacity: 0.5;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #fff;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.footer__container.menu-container:before,.footer__container.menu-container:after {
  display: block;
  content: '';
  clear: both;
}
.BackgroundBlack {
  background-color: #1c1c1c;
  padding-top: 5.5%;
  overflow: hidden;
}

.inner-space {
  margin-left: -15px;
  margin-right: -15px;
}

.text-box {
  width: 100%;
  text-align:center;
}

.text-box a {
  width: 121px;
  height: 24px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.37);
  display: inline-block;
  max-width: 100%;
}

.text-box h2 {
  margin-bottom: 0;
  padding-bottom: 1.5%;
  font-family: 'Source Sans Pro Bold';
  font-size: 56px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
  width: auto;
}

.text-box p {
  margin-bottom: 1.5%;
  width: 100%;
  padding: 0 5%;
  font-family: 'Source Sans Pro';
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #fff;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper ul li a:hover {
  text-decoration: none;
}

.text-box a:hover {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.button-wrapper {}

.text-box button {
  padding: 0;
  border-radius: 4px;
  background: #736dba;
  border: none;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.37);
  height: 48px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  /* text-transform: none; */
  -webkit-appearance: button;
  cursor:pointer;
}
.form-box ul.hs-error-msgs.inputs-list {
  margin: 0;
  display: inline-block !important;
  position: absolute;
  top: 110%;
  left: 10%;
  border: 1px solid #555;
  z-index: 1;
  box-shadow: 0 0px 1px #000;
  width:auto;
}
.form-box ul.hs-error-msgs.inputs-list li {
  margin: 0;
  background-color: #fff;

  background-image:url(//7724433.fs1.hubspotusercontent-na1.net/hubfs/7724433/raw_assets/public/SightX_June2020/images/error-mesz-style.png);
  background-repeat: no-repeat;
  padding: 4px 7px 7px 36px;
  background-position: left 10px center;
  font-size: 14px;
}
.form-box ul.hs-error-msgs.inputs-list li:before {
  content: "";
  border-bottom: 8px solid #555;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 9px;
}
.form-box ul.hs-error-msgs.inputs-list li:after {
  content: "";
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -14px;
  left: 10px;
}

.form-box .hs-form label {
  display: none;
  color: #000 !important;
}
.form-box .hs-form .field {
  position:relative;
}
@media(max-width:1108px){
  .foote-col.col1 img{
    vertical-align: unset;
  } 
}
@media (max-width: 800px){
  footer.footer {
    padding-left: 0;
  }

  .footer__container {
    width: 100% !important;
  }

  .col1 {
    height: 2em;
    margin: 2% 0;
  }

  .foote-col {
    width: 100% !important;
    text-align: center;
    float: none;
  }

  .foote-col.col1 img {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .fooer-menu ul {
    margin-top: 0px;
  }

  .form-title p {
    margin: 0;
  }

  .form-title {
    display: none;
  }

  .footer-form {
    display: none;
  }

  .foote-col.col3 ul {
    margin: 0;
  }

  ul.footer-site-map.top50 {
    margin: 0;
  }

  table.socialMediaContainer {
    justify-content: center;
    margin-left: auto;
    padding-left: 15px;
  }

  .footer__container.policy-container {
    justify-content: center;
  }

  .allRightsBox {
    width: 100%;
    text-align: center;
  }

  .privacyTermsBox {
    width: 100%;
    text-align: center;
  }

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

  .privacyTermsBox a, .allRightsBox span {
    font-size: 14px;
    font-size: 1em;
  }
  table.socialMediaContainer tbody {
    text-align: center;
  }
  .BackgroundBlack {
    padding-top: 15%;
  }

  .text-box h2 {
    padding: 0 10%;
    padding-bottom: 3%;
  }

  .text-box p {
    margin-bottom: 4%;
  }

  .text-box button {
    width: 25%;
  }
  .text-box {
    padding-left: 15px;
    padding-right: 15px;
  }

}
@media (max-width: 767px){
  body{
    font-size:14px!important;
  }
  .foote-col.col1 img {
    margin: 0;
  }
  footer.footer {
    padding-left: 0;
    padding-bottom: 1.6875em;
  }
}
@media screen and (max-width: 450px){
  .text-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-box h2 {
    padding: 0 5%;
    font-family: 'Source Sans Pro Bold';
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
  }

  .text-box button {
    width: 50%;
  }
}





.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  width: 600px;
  margin: 30px auto;
  position: relative;

}

.modal-content {
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.BackgroundPopUp {
  height: 180px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #211551;
  text-align:center;
}

.inner-gap {
  margin-left: -15px;
  margin-right: -15px;
}

button.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  border: none;
  background: none;
  padding-right: 20px;
  font-family: inherit;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: none;
}

.BackgroundPopUp img {
  max-width: 100%;
  width: auto !important;
  vertical-align: middle;
}

.inner-gap:before,.inner-gap:after {
  content: '';
  clear: both;
  display: block;
}

.BackgroundPopUp h2,h3.form-title {
  width: 730px;
  height: 60px;
  font-family: 'Source Sans Pro Bold';
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.64px;
  text-align: center;
  color: #ffffff;
  display: block;
  max-width: 100%;
  margin: 0;
  font-weight:400;
}
h3.form-title{
  margin-bottom:10px;
}
.modal.open {}

.modal.open .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

button.close span {
  display: block;
}

.form-box {
  background-color: #fff;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 37px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.field {
  margin: 0;
}

.form-box .hs-form label {
  display: none;
}

.form-box fieldset.form-columns-2>.hs_firstname {
  padding-right: 10px;
}

.form-box form {
  max-width: 100%;
  margin-bottom: 20px;
}

.form-box fieldset {
  max-width: 100% !important;
}
.close:focus, .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.form-box fieldset.form-columns-2>.hs_lastname {
  padding-left: 10px;
}
textarea.hs-input {
  height: auto ;
  height: 70px !important;
  padding-top: 3% !important;
  display: block;
}
.form-box .input {
  height: auto;
  margin: 0 !important;
  /* height: 70px; */
}
.form-box .hs_error_rollup {
  display: none;
}
.form-box .hs-button {
  margin:0;
  width:100%;
}
.hs-button 
{
  line-height: 1.5625em;
  font-size:1em;
  border: none;
  border-style:solid;

}
@media(max-width:767px){
  .modal-dialog {
    width:auto;
    margin: 10px;
  }
  .hs-button {
    padding-bottom:8.75px !important;
    padding-left:14.5833px!important;
    padding-right:14.5833px!important;
    padding-top:7.29167px!important;
  }

}


.footer__container .hs-form label {
display: none;
}


.modal .form-title{
display: none;
}

.modal .form-box .grecaptcha-badge{
margin-bottom: 20px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.title2 h1 a:hover {
  color: #1f1f1f;
}
.news-wrapper {
  clear: both;
}
.more-tag-title a:hover {
  color: #242a2d;
}
.subheaderDiv {
  position: sticky !important;
  position: fixed;
  top: 60px;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2% 0;
  border: solid 1px #f1f0f8;

}

.section.post-footer form:before {
  content: "Leave A Reply";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #202020;
  margin: 20px 0;

}
.section.post-footer form {
  max-width: 100%;
  text-align: center;
}
.subheaderTitle {
  width: 48%;
  padding-left: 0.5%;
}

h1.blog-header__title {
  width: 482px;
  height: 31px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.15px;
  color: #211551;
  padding-top: 1%;
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  text-align: left;
}

.subheaderSearchBar {
  width: 42.5%;
}

.input-group {
  width: 100%;
}

input.hs-search-field__input {
  height: 48px;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 0 #211551;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(115, 109, 186, 0.1), rgba(115, 109, 186, 0.1));
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-indent: 10px;
}

.subheaderSearchBar form {
  max-width: 100%;
}
.recent_post_item {
  display: flex;
  box-shadow: 0 1px 4px 0 rgba(0, 101, 242, 0.1), 0 0 2px 0 rgba(63, 0, 242, 0.1);
  margin-bottom: 20px;
}

.recent_post_item img {
  vertical-align: middle;
}
input.hs-search-field__input::-webkit-input-placeholder {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #1c1c1c;
}
input.hs-search-field__input:focus{
  outline:0;
  box-shadow: none;
}
.hs-blog-listing .content-wrapper {
  max-width: 90% !important;
  padding: 0;
}

.custom-space {
  display: flex;
  align-items: flex-start;
  padding-bottom: 3%;
  margin-left: -15px;
  margin-right: -15px;
}

.col-left {
  width: 50%;
  float: left;
  position: sticky;
  top: 70px; 
  
  padding-left: 15px;
  padding-right: 15px;
}

.col-right {
  background-color: #fff;
  padding-left: 3%;
  overflow-x: hidden;
  overflow-y: auto;
  
  z-index: 0;
  width: 50%;
  padding-right: 15px;<
  ;
  float: left;
}

.recent-post-item1 img.recent-hs-featured-image {
  max-width: 100%;
  width: 100%;
  vertical-align:middle;

}

.custom-space:before,.custom-space:after {
  content: " ";
  display: table;
}
.custom_nextrecent h3 {
  height: 38px;
  font-family: 'Source Sans Pro Bold';
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.12px;
  color: #1f1f1f;
}

.tag-wrap {
  padding-top: 5%;
}

h2.tag {
  height: 24px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  display: inline-block;
  width: auto;
  /* width: min-content; */
  display: -ms-inline-grid;
}

.title {
  padding-top: 3%;
}

.title h1 {
  margin-bottom: 4%;
  font-family: 'Source Sans Pro Bold';
  font-size: 48px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -0.2px;
  color: #1f1f1f;
}

.title h1 a {
  font-family: 'Source Sans Pro Bold';
}
.summary p {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #555555;
  margin-bottom: 2%;
}
.summary {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #555555;
  margin-bottom: 2%;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.content-stry .summary {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #555555;
}
.readmore a {
  height: 24px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #736dba;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #736dba;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 5px;
}

.readmore a:hover {
  color: #736dba;
}
.recent_post_item img {
  vertical-align: middle;
  width: 200px;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.title h1 a:hover {
  color: #1f1f1f !important;
}
.picture-story {
  min-width: 200px;
  display: block;
  display: block;
}
.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px !important;
}
.content-stry {
  background-color: #fff;
  padding-left: 31px;
  margin-right: 5%;
  padding-top: 2%;
  padding-bottom: 1%;
  flex: 1;
}

.tag-wrap2 {
}
.custom_nextrecent h3 {
  margin-bottom: 0.57777777777778em;
}
.tag-wrap2 h2.tag {
  height: 19px;
  height: 19px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  margin-bottom: 0.57777777777778em;
  /* width: min-content; */
  display: -ms-inline-grid;
}
.title2 h1 {
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.1px;
  color: #1f1f1f;
  padding-top: 10px;
}

.title2 h1 a {
  font-family: 'Source Sans Pro Bold';
  padding-top: 10px;
}

.tag-wrap2 {
  margin-top: -5px;
}

.recent_post_item:hover {
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 101, 242, 0.1), 0 0 11px 0 rgba(63, 0, 242, 0.22);
}
.more-post {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.title-wrapper {
  padding-left: 30px;
  padding-top: 0;
  position: sticky;
  top: 70px;
  text-align: left;
  width: 100%;
}
.title-wrapper h2 {
  font-family: 'Source Sans Pro Bold';
  font-size: 38px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #211551;
  margin-bottom: 0.57777777777778em;
}
.more-post-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.post-item {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
a.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 300px;
  height: 150px;
  display: block;
}
.post-item h2.tag {
  height: 19px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  /* padding-top: 15px; */
}
.more-tag-wrap {
  padding-top: 11px;
}
.more-tag-title h2 {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #1f1f1f;
  padding-right: 15%;
  font-weight: 300;
  margin-bottom: 0.8125em;
  margin-top: 5px;
}.more-tag-title a {
  color: #242a2d;
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.inner-wrapper {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
}
.postbody {
  padding-top: 4%;
}
.sticky {
  position: sticky;
  top: 0;
  background-color: transparent;
  padding: 50px;
  font-size: 20px;
  float: right;
  right: 15%;
  padding-top: 5%;
  padding-left: 1%;
  padding-right: 3%;
}
.socialMediaContainer {
  justify-content: flex-start;
  margin-left: 0;
  padding-left: 0;
}
p.shareText {
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08px;
  color: #211551;
}
ul.socialMediaUl {
  line-height: 2.34375em;
  list-style: none;
  margin: 0;
}
.icon--circle.socialMediaCircle {
  border: 1px solid #242a2d;
  display: inline-block;
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  width: 2em;
  height: 2em;
  padding-bottom: 0;
}
.icon--circle i {
  font-size: 1em;
  position: relative;
  bottom: 30%;
  left: 1%;
  line-height: 1em;
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-linkedin:before {
  content: "\f08c";
}
.blog-post .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-row {
  margin-left: -15px;
  margin-right: -15px;
}
.feaatured-img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align:center;
}
.feaatured-img img.recent-hs-featured-image {
  height: 66.67%;
  max-height: 400px !important;
  width: auto !important;
  max-width: 100%;
  width: auto !important;
  vertical-align: middle;
}
.post-content {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  float: left;
  text-align: center;
}
a.tag {
  height: 24px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  max-width: 100%;
}
.post-content h1 {
  font-family: 'Source Sans Pro Bold';
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.15px;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 0.40625em;
}
label.date {
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.11px;
  color: #8f8f8f;
  padding-bottom: 20px;
  display: inline-block;
  max-width: 100%;
}
.blog-post__meta {
  clear: both;
  left: 16.66666667%;
  width: 66.66666667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.morepostes {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.section-blog {
  margin: 5px;
}

.blog-recent-posts__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
}

.blog-comments {
  clear: both;
}

.custom-row.main-title h2 {
  height: 38px;
  font-family: 'Source Sans Pro Bold';
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.12px;
  color: #211551;
  padding-left: 20px;
  margin-bottom: 0.8125em;
}

.blog-recent-posts__list:before,.blog-recent-posts__list:after {
  display: block;
  content: '';
  clear: both;
}
a.link {
  display: none;
}

.text-center.col-sm-12 {
  text-align:center;
}

.btn-wrapper {
  text-align:center;
}

a.btn {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #736dba;
  color: #fff;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  border-radius: .25em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-bottom: 1.5625em;
  line-height: 1.5625em;
  display: inline-block;
  white-space: nowrap;
  padding: 6px 12px;
}

.btn i {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: 0;
  max-width: 0;
  transform: translate3d(10, 0, 0);
  -webkit-transform: translate3d(10, 0, 0);
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
}

.btn i:before {
  max-width: 0;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  content: "\f061";
}

.btn:hover i:before {
  max-width: 1.5625em;
  opacity: 1;
}

.btn:hover i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  max-width: 1.5625em;
  margin-left: 0.390625em;
  text-decoration: none;
}

a.btn:hover {
  text-decoration: none;
  color:#fff;
}
.moretag {
  height: 19px;
  border-radius: 13px;
  background-color: #af52de;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.09px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  display: inline-block;
}
.containerBlog {
  margin-top: 20px;
  text-align: left;
  padding-bottom: 10px;
}
h2.labelPurple12 {
  line-height: 1.71;
}

.blog-more-post {
  padding-top: 50px;
  background-color: #f5f5f5;
  width: 100%;
  padding-left: 10px;
}
.containerBlog {}

.containerBlog h3.title2 {
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: -0.07px;
  color: #1f1f1f;
}
.blog-more-post .content-wrapper {
  width: 1170px;
}
.blog-more-post .content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
}
.comment-date{
  display:block !important;
}
.news-wrapper {}.news-wrapper {
  background-color: #f1f0f8;
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: solid 1px #211551;
}

.news-container {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.news-row {
  display: flex;
  align-items: flex-start;
  /* padding-bottom: 3%; */
  margin-left: -15px;
  margin-right: -15px;
}

.hs-rss-module {
  display: flex;
  padding: 30px;
  align-items: flex-start;
  padding-bottom: 3%;
  /* padding: 30px; */
  justify-content: space-between;
}

.hs-rss-module h3 {
  font-family: 'Source Sans Pro Bold';
  font-size: 38px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #211551;
  padding: 30px;
  margin: 0;
}

.hs-rss-item {
  margin: 0;
  width: auto;
}


.news-wrapper h3 {
  font-family: 'Source Sans Pro Bold';
  font-size: 38px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #211551;
  padding: 30px;
}
a.hs-rss-title {
  font-family: 'Source Sans Pro Bold';
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #1f1f1f;
  /* padding-right: 15%; */
  display: block;
}
.space {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-pagination.accentColorHover {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
a.next-posts-link.load-more {
  border: solid 1px rgba(33, 21, 81, 0.4);
  box-shadow: none;
  background-color: transparent;
  color: #211551;
  width: 124px;
  height: 48px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  /* display: flex; */
  line-height: 25px;
  /* align-items: center; */
  /* justify-content: center; */
  display: inline-block;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  padding: 10px 0;
}

span.button-helper {
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  color: #211551;
  align-items: flex-start;
  display: block;
  vertical-align: middle;
}
.blog-post a.tag:hover {
  text-decoration:none;
  cursor: default;
  color: #fff;
}
a.next-posts-link.load-more:hover {
  text-decoration: none;
}
.blog-pagination {
  margin-top: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
span#hs_cos_wrapper_my_rss_listing {
  display: block;
  width: 100%;
}
.moretag:hover {
  color: #fff;
  text-decoration: none;
}
.news-wrapper .hs-rss-description p {
  text-indent: -10px;
  overflow: hidden;
}
@media (min-width: 768px){
  .blog-post .content-wrapper,.blog-more-post .content-wrapper,.blog-comments .content-wrapper {
    max-width: 750px !important;
  }
}
@media (min-width: 992px){
  .blog-post .content-wrapper,.blog-more-post .content-wrapper ,.blog-comments .content-wrapper{
    max-width: 970px !important;
  }
}
@media (min-width: 1200px){
  .blog-post .content-wrapper ,.blog-more-post .content-wrapper,.blog-comments .content-wrapper{
    max-width: 1170px !important;
  }
}
.hs-rss-description p a {
  height: 24px;
  font-family: 'Source Sans Pro';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #736dba;
}

.hs-rss-description p a:after {
  border: solid #736dba;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 1px;
  padding-right: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  margin-left: 10px;
}
a.listing-btn {
  display: none;
}
@media screen and (max-width: 1880px){
  div.sticky {
    right: 10%;
  }
}
@media screen and (max-width: 1580px){
  div.sticky {
    right: 5%;
  }
}

@media screen and (max-width: 1280px){
  div.sticky {
    right: 2%;
  }

}
@media screen and (max-width: 1199px){
  .morepostes {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 1025px){
  .section-blog {
    display: grid;
    grid-template-columns: 0.8fr 1fr;

  }
  .section-blog.no-img {
    grid-template-columns: 1fr;
  }
  a.moretag {
    display: none;
  }
  .comment-reply-to{
    background-position:-2px !important;
  }
  .blog-recent-posts__image {
    width: 200px;
    height: 200px;
  }
  .sticky {
    display: none;
  }
  a.link {
    display: block;
  }

  a.link {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #736dba;
  }
}
.blog-post__body p {
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #666666;
}

@media screen and (max-width: 1024px){
  .readmore {
    display: block;
  }
  .col-left {
    top: 0;
    width: 100%;
  }

  .col-right {
    width: 100%;
  }
  .inner-postwrapper {
    margin-left: 3%;
  }
  .custom-space {
    display: block;
  }

  .subheaderDiv {
    display: none;


  }
  a.blog-index__post-image {
    width: 200px;
  }

  a.listing-btn {
    display: none;
  }
  .post-item {
    display: block;
  }

  .more-tag-wrap {
    display: none;
  }
  .post-item {}

  .custom-space {
    padding: 0;
  }

  .title-wrapper {
    top: 0;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  a.listing-btn {
    display: block;
    height: 24px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #736dba;
  }

  .more-tag-title h2 {
    margin-top: 13px;
    margin-bottom: 0;

  }
  .custom-space:before,.custom-space:after {
    display: block;
    content: '';
    clear: both;
  }

  .col-left {
    float: none;
    position: static;
  }

  .col-right {
    float: none;
    clear: both;
  }
}
@media (max-width: 990px){
  .blog-post__body p{
    width: 83.333333333%;
    margin-left: 8.333333333335%;
  }
  .blog-post__meta {
    width: 100%;
    left: 0;
  }

  .blog-post__body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 800px){
  .containerBlog {
    margin-left: 5%;
    margin-top: 0;
  }
  .blog-post__meta {
    padding: 0 8%;
  }
  .more-tag-title h2 {
    padding: 0;
  }
  .blog-post__body {
    padding: 0;
  }
  .blog-post a.tag {
    background-color: #ff9000;
    cursor: default;
    color: #fff;
  }

  .blog-post .content-wrapper {
    max-width: 100% !important;
  }
  .custom-space {
    display: block;
    align-items: initial;
    padding-bottom: 0;
  }

  .more-post-wrapper {
    display: block;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
  }
  .blog-comments .content-wrapper {
    padding: 0 8%;
  }
  a.blog-index__post-image {
    width: 150px;
  }
  .post-item{
    width:100%;
  }
  .inner-postwrapper {
    padding-left: 5%;
  }
  .content-stry {
    width: 60%;
    padding-left: 5%;
  }
  .hs-rss-module {
    display: block;
  }
  .section-blog{
    grid-template-columns: 0.5fr 1fr;
  }
  .section-blog.no-img {
    grid-template-columns: 1fr;
  }
  .blog-more-post .content-wrapper {
    width: 100%;
  }
  .inner-wrapper.no-image {
    grid-template-columns: 1fr;
  }

  .inner-wrapper.no-image .inner-postwrapper {
    padding: 0;
  }
}
@media (max-width: 767px){
  .blog-post__body p {
    width: 100%;
    margin-left: 0;
  }

}
@media screen and (max-width: 450px){
  .picture-story {
    width: 150px;
    min-height: 150px;
    min-width: 150px;
  }
  .container {
    width: 90%;
    margin-top: 5%;
  }
  .summary {
    display: none;
  }
  .blog-recent-posts__image {
    width: 150px;
    height: 150px;
  }
  .blog-post__body img {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
  /* padding: 0; */
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  font-size: 16px !important;
}
.systems-page form ul.no-list.hs-error-msgs { 
  padding: 0;
}

.systems-page label {
  display: inline-block;
}
.systems-page {
  padding: 50px 0px;
}
.sys_page .content-wrapper {
    margin-top: 60px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.backup-emal .page-header h1:after{
  display:none;
}
.sys_page .content-wrapper {
    margin-top: 60px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    width: auto !important;
    margin: 0;
    vertical-align: middle;
}
div#hs-membership-password-requirements ul {
  padding-left: 0;
  margin: 0;
}
.hs_cos_wrapper_type_email_subscriptions form {
    max-width: 100%;
}
.footer-form label.hs-error-msg {
    display: none !important;
}
.footer-form input.hs-input.error{
  border-color:#fff;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, 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;
}

@media (max-width: 768px){
  .systems-page  .page-header h1 {
    font-size: 30px;
}

  .systems-page  .page-header h2 {
    font-size: 25px;
}
  .systems-page .hs-button {
    float: none;
  }
}

@media(max-width:767px){
  .systems-page h1 {
    font-size: 38px;
}
}