/* ******************************************************************************
*********************************************************************************
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 > .row-fluid,.banner-area .dnd-section{
  padding: 0 !important;

}

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

.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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "icomoon";
  src: url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/icomoon.woff") format('woff'),
    url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/icomoon.ttf") format('ttf'),
    url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/icomoon.eot");
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: "sw-icon-font";
  src: url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/Fonts/social-warfare-icons.woff") format('woff'),
    url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/Fonts/social-warfare-icons.ttf") format('ttf'),
    url("//7196770.fs1.hubspotusercontent-na1.net/hubfs/7196770/MetroStarSystems_June2020/Fonts/social-warfare-icons.eot");
  font-weight: normal;
  font-style: normal;
} 

body {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  color: #494a52;
  line-height: 1.93;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.8em;
  font-weight: 300;
  color: #000000;

}

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

/* Headings */
h1 {
   font-family: Roboto, sans-serif;
}
h2,
h3,
h4,
h5,
h6 
{
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  color: black;
  word-break: break-word;
}

h1 {
  font-size: 80px;
  letter-spacing: 3px;
  line-height: 1.29;

}

h2 {
  font-size: 45px;
  line-height: 1.2;
  line-height: 1.29;
  letter-spacing: 0;
}

h3 {
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0;
  font-family: 'libre baskerville' !important;
}

h4 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0;
}

h5 {
  font-size: 20px;
  line-height: 1.76;

}

h6 {
   font-size: 15px;
  line-height: 1.76;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

blockquote {
  background: #f5f5f5;
  font: 13px/20px PTSansItalic,arial,helvetica,sans-serif;
  color: #444;
  border-left: 4px solid #a0ce4e;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  font-style: italic;
  font-family: Heebo, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.93;
  font-size: 15px;
  color: #707070;
  border-color: #0695fd;
  border-color: #0695fd;
}
blockquote p{
  margin:0;
}
pre {
  word-wrap: break-word;
}
/* 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;
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@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: 90%; 
  font-family: Open Sans, sans-serif;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,.hs_cos_wrapper_type_password_reset{
  margin-bottom: 15px;  
  display: block;
  padding: 40px 24px;
  max-width: 500px;
  width: 100%;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
  transition: all .2s;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 2px;
  font-size: 18px !important;
  color: #fff;
  line-height: 1 !important;
  
  text-decoration: none;
  margin:16px 0;
  white-space: normal;
}

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

h3.form-title{
  font-size: 24px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: 3px;
  text-align:center;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


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

.hs-error-msgs label {
  color: #790000 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,.85) !important;
  font-weight: 400 !important;
}

.hs-input ,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  height: 58px !important;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  height: 57px;
  letter-spacing: normal;
  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;
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
font-family:Lato, Arial;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input:focus ,input#hs-pwd-widget-password:focus{
  outline-offset: -2px;
}
:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.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: #707070;
}

.hs-input:-moz-placeholder ,input#hs-pwd-widget-password:-moz-placeholder{
  color: #707070;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs li {
  line-height: normal;
  line-height: 1.93;
}
.form-input-validation-message-error label {
  color: #f2545b;
  color: #790000 !important;
  display: block !important;
}
.form-input-error{
  border-color: #790000 !important;
}
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: #790000 ;
}
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: #790000 !important;
}

.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: 20px;
  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: Open Sans, sans-serif;
}
@media(max-width:767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,.hs_cos_wrapper_type_password_reset,form{
    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;
  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;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion-wrapper{
   -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
   -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.);
    margin-top:20px;
  border-radius:3px;
}
.st-accordion ul li{
    height: 46px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-size: 16px;
	  color: #393939;
    display: block;
	position: relative;
  line-height: 46px;
	padding-left: 46px;
	outline:none;
   -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	background-color: #fff;
  text-decoration:none;
  border-bottom : 1px solid #eee;
  
}
.st-accordion ul li > a span{
	background: transparent url(%28missing%20asset%20%27plus-dark.png%27)) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -8px;
	margin-left: 16px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #393939;
}
.st-accordion ul li > a:hover span{
	opacity:1;
}
.st-accordion ul li.st-open > a{
    color: #393939;
}
.st-accordion ul li.st-open:first-child{height:auto!important;}
.st-accordion ul li.st-open > a span{
	background: transparent url(%28missing%20asset%20%27minus-dark.png%27))  no-repeat center center;
	right:0px;
	opacity:1;
	margin-top: -8px;
}
.st-accordion .st-content{
    padding: 20px 20px 20px 0px;
	  background: #fff;
}
.st-accordion .st-content p{
	color: #727272;
   font-size:  16px;
	padding-left: 50px;
}

@media screen and (max-width: 768px){
	.st-accordion ul li > a{
		font-size:16px;
	}
}

@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:14px;
	}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


/* drop down arrow next to menu items */
/* .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a:after {
   font-family:icomoon;
   content: "\f107";
   padding-left: 5px;
  padding-right: 15px;
}
 */

.search-icon > a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hs-menu-children-wrapper.desktop {
  width: 260px;
}

.hs-menu-children-wrapper {
  transition-duration: 800ms;
}
.custom-menu-primary ul {
    font-size: 20px;
  font-weight: 600;
    margin: 0;
  padding: 0;
}
/* Contact Us Button in Nav Styling */

.contact-button {
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 20px;
    font-weight: 600;

}
.custom-menu-primary .hs-menu-wrapper ul li .contact-button-top-hover{
    border-top: none;
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper ul li .contact-button-top-hover:hover{
    border-top: none;
}

.x-windows .mac {
  display: none;
}
.x-mac .windows {
  display: none;
}
.x-linux .windows {
  display: none;
}
/* Removes logo for mobile from desktop */
.logo.mob {
  display: none;
}



.custom-menu-primary .hs-menu-wrapper ul ul {
  visibility: hidden;
  opacity: 0;
  position:absolute;
}
.search-bar.open {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:active .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;

}
#hs_menu_wrapper_primary_menu > ul > .active {
   border-color: #464fe4;
  text-decoration: none;
}

header.header {
  margin: 0;
  height: 90px;
  overflow: visible;
padding-left: 5%;
    padding-right: 5%;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
  background-color: #ffffff;
}

.header-inner {
  position: relative;
}
 
.logo {
  display: block;
  float: left;
  max-width: 300px;
  transition: .2s linear;
}
.header-inner:before,.header-inner:after {
  display: block;
  clear: both;
  content: '';
}

.logo img {
  border-style: none;
  vertical-align: text-top;
  width: 65px !important;
  transition: .2s linear;
    padding-top: 10px;

}

.custom-menu-primary .hs-menu-wrapper ul li {
  line-height: normal;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  border-top: 3px
}

.custom-menu-primary .hs-menu-wrapper ul li a {
   padding-right: 25px;
   padding-left: 25px;
}

.main-menu {
  float: right;
  position: relative;
  z-index: 200;
}

.hs-menu-item > a:hover {
  color: #031626 !important;
}

.caret:after {
    content: "\f107";
    font-family: 'icomoon';
    color: #031626 !important;
}

.custom-menu-primary .hs-menu-wrapper ul li {
    border-top: 5px solid transparent;
  line-height: 74px;
    color: #ffffff;
  transition: all calc(300 * 1ms) cubic-bezier(.42,.01,.58,1);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover,.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
  border-color:#464fe4;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>.contact-list-item:hover {
  border-color: rgb(0,0,0,0) !important;
   text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:after {
  line-height: 77px;
  height: 80px;
  height: 15px;
  width: 15px;
  border-radius: 50% 50% 50% 50%;
  content: '\f002';
  font-family: 'icomoon';
}
.search-bar {
  background-color: #464fe4;
  width: calc(250px + 1.43 * 57px);
  padding: 25px;
  display:none;
  position: absolute;
  left: auto;
  right: 0;
} 
.search-bar-mobile {
    display: block;
    border-width: 1px 1px 1px 1px;
    border-color: #e2e2e2;
    background-color: #464fe4;
    width: 100%;
    padding: 25px;
    text-align: left;
    position: absolute;
    right: auto;
    left: 0;
}

.search-table {
  display: table;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.search-field {
  display: table-cell;
  vertical-align: top;
  position:relative;
}

.search-button {
  display: table-cell;
  width: 33px;
  vertical-align: top;
}

.search-button-mobile {
  position: absolute;
}

input.s {
  border-color: #eeeeee;
  background-color: #ffffff;
  color: #707070;
  height: 57px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding-left: 50px;
  font-size: 13px;
  padding: 8px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  font-size: 13px;
  border-width: 1px 1px 1px 1px;
  border-color: #e2e2e2;
  border-radius: 6px;
}

input.searchsubmit {
  height: 57px;
  width: 57px;
  line-height: 57px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 1em;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}


input.searchsubmitmobile {
  height: 50px;
  width: 57px;
  line-height: 57px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #9ea0a4;
  font-size: 16px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}


header.header.sticky {
/*   position: fixed; */
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  border-bottom: 0;
}

header.header.sticky  .logo {
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
  float: none;
  display: block;
  padding: 0;
  border-top: none;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
  display: block;
}.custom-mobile-primary {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) ul {
  left: -157px;
}
.custom-mobile-primary{
  display:none;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  padding: 7px 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.93;
  border: none;
  height: auto;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) ul {
  left: -230px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch a {
  border-color: #ffffff;
  text-decoration: none;
}

#hs_menu_wrapper_primary_menu > ul > .ideas {
  border-color: #464fe4!important;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a:hover {
  background-color:  #464fe4!important;
  text-decoration: none;
  border: none;
}

.contact-list-item:hover {
  border-color: #011626 !important;
}

.mac.logo img {
  width: auto !important;
}
.header.header:not(.sticky) .mac.logo img{
  height:70px;
}
@media only screen and (max-width: 1024px){
  .logo img {
    padding-top: 0;
  }
  .main-menu {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .x-mac .logo.mob.windows {
    display: none;
  }
  .x-android .mac {
    display: none !important;
  }
  .x-ios .windows {
    display: none !important;
  }
  .mac.logo.mob img {
    width: 70px !important;
    height:auto !Important;
  }
  .logo.mob.windows img {
    width: 50px !important;
  }
  .mobile-menu-icons a {font-family: icomoon!important;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;float: right;font-size: 21px;margin-left: 20px;vertical-align: middle;}

  header.header {
    height: auto;-webkit-transform: translate3d(0,0,0);-moz-transform: none;z-index: 10010;}

  .header-inner {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  header.header.sticky .logo img {
    display:none;
  }
/*   .logo.mob  img{
    width: auto;
    border-style: none;
    vertical-align: text-top;
    max-width: 100%;
    height: auto;
    display: inline-block;
  } */
/*   .logo {
    display: none;
  } */

/*   .logo.mob {
    display: block;
  } */
  a#hs-link-header_logo_hs_logo_widget {
    display: block;
    max-width: 100%;
  }
  header.header.sticky .logo{
    margin:0;
  }
  .mobile-menu-icons {position: relative;top: 0;right: 0;vertical-align: middle;text-align: right;margin-top: 15px;display: block;    float: right;}
   .mobile-menu-icons .fusion-icon-bars:after {
    content: "\f0c9";
    color: #464fe4;
  } 

  
  .custom-mobile-primary {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
    clear: both;
    color: #333;
  }

  .custom-mobile-primary .hs-menu-wrapper>ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header-wrapper{
    min-height:80px;
  }
  .custom-mobile-primary .hs-menu-wrapper>ul ul {
    display: none;
  }

  .custom-mobile-primary .hs-menu-wrapper>ul  li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .custom-mobile-primary .hs-menu-wrapper>ul li a {
    padding: 0 12px;
    padding-left: 30px;
    display: block;
    background-color: #464fe4;
    color: #ffffff;
    line-height: 43px;
    height: 43px;
    font-size: 20px;
    letter-spacing: 0px;
    min-height: calc(50 * 1px);
  }
  span.child-trigger-symbol {
    padding-right: 35px;
    color: #ffffff;
    display: block;
    position: absolute;
    width: 50px;
    border: none;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
    text-align: c;
    display: block;
    position: absolute;
    width: 50px;
    border: none;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
    text-align: c;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    right: 0;
    text-align: center;
    top: 0;
  }
.child-trigger-symbol.child-open:before {
  color: #031626;
  }
  span.child-trigger-symbol:before {
    display: block;
    margin: 0;
    content: "\f107";
    font-family: icomoon;
  }

  .child-trigger.child-open {
      color: #A6B3FF;
  }
  .custom-mobile-primary .hs-menu-wrapper>ul li a:hover {
    color: #A6B3FF!important;
    text-decoration: none;
  }

  .custom-mobile-primary .hs-menu-wrapper>ul ul {
    padding: 0;
  }
.hs-menu-item .hs-menu-depth-1 > a:hover {
  color: #A6B3FF!important;
  }
  
.custom-menu-primary .hs-menu-wrapper >ul>li.hs-item-has-children.active .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    left: 100%;
    right: auto;
    width: 250px; 
    
  }
  
  .custom-mobile-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 2.5em;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a:hover {
      color: #031626!important;
  }

  .custom-mobile-primary .hs-menu-wrapper>ul li:last-child {
    display: none;
  }
  .custom-mobile-primary .hs-menu-wrapper {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}


@media(max-width:640px){
  header.header {
   padding-left: 30px;
    padding-right: 30px; 
  }
  input.s {
    height: 50px;
    padding-left: 50px!important;
  }
  .search-table {
  display: grid;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

}




@media only screen and (min-device-width: 813px) {
    #ss360-target {
        margin-left: calc( 4% / 2 );
        margin-right: calc( 4% / 2 );
    }
}

@media only screen and (max-device-width: 812px) {
  #ss360-target {
      margin-left: calc( -4% / 2 );
      margin-right: calc( -4% / 2 );
  }
}

input.fusion-search-submit.searchsubmit {
    display: none;
}

#ss360-layer > section > section > button, 
button.ss360-more-results.ss360-n-button.ss360-ac-c.ss360-ac-b.ss360-ac-bg--hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-color: rgb(0, 251, 175) !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    box-sizing: border-box;
    color: #000 !important;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    height: 59px;
    letter-spacing: normal;
    line-height: 21px;
    outline-color: rgb(70, 79, 228);
    outline-style: none;
    outline-width: 0px;
    padding: 17px 40px 17px 40px;
    position: relative;
    text-align: center;
    text-decoration-color: rgb(70, 79, 228);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    text-transform: lowercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    zoom: 1;
}


#ss360-layer > section > section > button:hover,
button.ss360-more-results.ss360-n-button.ss360-ac-c.ss360-ac-b.ss360-ac-bg--hover:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(0, 251, 175) !important;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-color: rgb(0, 251, 175);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000 !important;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    height: 59px;
    letter-spacing: normal;
    line-height: 21px;
    outline-color: rgb(166, 179, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 17px;
    position: relative;
    text-align: center;
    text-decoration-color: rgb(166, 179, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    text-transform: lowercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
    zoom: 1;
}

#ss360-search-result-heading {
    padding-bottom: 30px;
}

#unibox-suggest-box,
input.s:nth-child(1),
input.s:nth-child(2)
{
  background-image: none !important;
}

body > div.body-wrapper.hs-content-id-39012739697.hs-blog-post.hs-blog-id-26164765212 > div:nth-child(1) > div > header > div > div.main-menu > div.search-bar.open > div > form > div > div.search-field > input {
  background-image: none !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.menu-footer {
  width: 100%;
}

.footer-logo.mobile {
  display: none;
}
.footer-logo.desktop {
}

.employee-login > a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  
}
.socialwrapper.tablet {
 display:none; 
}

.footer {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1%;
  background-image: linear-gradient(180deg, #464fe4 0%,#330d6a 100%);
  color: #fff;
}
.socialwrapper > a:hover {
   color: #cad2d2!important;
    opacity: .4;
}

.footer-menu-ul > li > a{
  color: white !important;
}
.footer-menu-ul > li > a: hover {
  color: #A6B3FF!important;
}
.login {
/*   width: 33.33%; */
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  margin-right: 4.8%;
  line-height: 1.8;
}
.copyright  a:hover {
   color:#A6B3FF!important; 
}
.login > a {
  color: white;
}
.login > a:hover {
  color:#A6B3FF!important;
}

.footer__container_bottom {
  display: flex;
  padding-bottom:20px;
}

.top-footer-section {
  display: flex;
}
.footer-logo {
  display: flex;
  color: white;
  width: 50%;
  font-weight: 700;
  height: 62px;
}
.office-locations > p {
  color: white;
  line-height: 1.4;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer-menu-ul {
  margin-top:0 !important;
  width: 50%;
}

.footer-menu-ul > li {
  text-transform: lowercase;
  margin-bottom: 20px;
}

.office-locations > h4 {
  color: white;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
}

.footer-message {
  width: 50%;
}
.footer-message-one {
  color: white;
  font-size: 20px;
  margin-bottom: 1em;
  margin-right: 1.92%;
}
.employee-login {
  color: white;
  font-weight: 600 !important;
}

.column-socials {
   width: 25%;
  text-align: right;
  padding-bottom: 15px;
  margin-right: 7.68%;
}

/* Clear floats after the columns */
.main-content-below-heading-footer-row:after {
  content: "";
  display: table;
  clear: both;
}


.button-styling-footer {
  background-color: rgb(255,255,255,0);
  color: white !important;
  padding: 17px 40px;
  line-height: 21px;
  margin-bottom: 5%;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid white;
}

.button-styling-footer a {
  color: #ffffff !important;
}

.button-styling-footer a:hover {
  color: #A6B3FF !important;
  cursor: pointer;
  border-color: #A6B3FF;
}
.button-styling-footer:hover {
  color: #A6B3FF;
  cursor: pointer;
  border-color: #A6B3FF;
  background-color: rgb(255,255,255,0);
}
.button-styling-footer:after {
    content: '';
}



.main-content-below-heading-footer-row {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;    
  display: flex;
}
.not-logo {
  text-align: center;
  padding-top: 15px;
  width: 25%;
  margin-bottom: 20px;
}

.footer-menu-ul > li > a:hover {
  color: #a6b3ff !important;
}

.footer__copyright {
  font-family: Open Sans, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}
footer.footer .top {

  border-color: rgba(242,242,242,0);
  border-top-width: 12px;
  padding-left: 0;
  padding-right: 0;
  border-color: rgba(242,242,242,0);
}

.content-main {
  width: 100%;
}

.socialwrapper a {
  margin: 0 4px 10px;
  background-clip: inherit;
  display: block;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 50%;
  padding: 5px;
  font-size: 45px;
  color: #ffffff;
}
.socialwrapper {
 display: flex; 
  width: 50%;
      padding-top: 2%;
  justify-content: flex-end;
}
.socialwrapper a:hover{
  opacity: .8;
  color: #a6b3ff !important;
}
a.linkedin:before {
  content: "\e60f";
}

a.facebook:before {
  content: "\e604";
}

a.github-icon:before {
  content: "\eab0";
}

a.threads:before {
content: url('https://api.iconify.design/ri/threads-line.svg?color=white&width=45&height=45');
}

a.twitterx:before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M389.2 48h70.6L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z'/%3E%3C/svg%3E");
}

a.twitter:before {
  content: "\e605";
}

a.instagram:before {
  content: "\ea92";
  
}

a.yt:before {
  content: url('https://api.iconify.design/icomoon-free/youtube.svg?color=white&width=45&height=45');
}

a.spotify:before {
  content: "\ea94";
}

a.share-icon:before {
  content: "\ea82";
}
.bottom {
  padding-top: 35px;
  padding-bottom: 1em;
  color: white;
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans";
}
.copyright {
/*   display: block; */
  text-align: right;
  color: #ffffff;
  width: 50%;
  font-size: 16px;
/*   margin-left: 3.2%; */
/*   margin-right: 3.2%; */
  line-height: 1.8;
}
.copyright  a {
  color: #ffffff ;
}

.footer-menu {
  text-align: center;
}

.footer-menu .hs-menu-wrapper ul {
  padding-left: 0%!important;
}
.footer-menu .hs-menu-wrapper ul li {
  line-height: 1.93;
}

section.Menu-links {
  display: block;
  text-align: center;
  color: white;
}
.footer-menu .hs-menu-wrapper ul li a {
  display: inline;
  color: #191919;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.socialwrapper a:hover,.socialwrapper a:focus{
  color:#fff;
  text-decoration:none;
}
.footer-menu .hs-menu-wrapper ul li a:hover {
  color: #176fb8;
  text-decoration:none;
}
.to-top-container {}

a#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  height: 35px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  display: inline;
}

body #toTop:before {
  body #toTop: before;
  color: #fff;
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
}

span.screen-reader-text {
  display: none;
}

a#toTop:hover {
  background-color: #176fb8;
  text-decoration: none;
}
 
/*   .footer-logo.mobile {
    display: none !important;
  } */

@media only screen and (max-width: 1025px) {
  .footer-logo.desktop {
    display: none;
}
  .top-footer-section {
  display: block;
}
  .copyright {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-logo.mobile {
  display: block;
    padding-top: 5%;
        margin-bottom: 40px;
}
  .not-logo {
    width: 100%;
  }
  .footer-logo {
    width: 100%;
    height: 50px !important;
        width: auto;
  }
  .footer-menu-ul {
  margin-top:0 !important;
  width: 100%;
}
  .footer-message {
  width: 100%;
}
  .socialwrapper.tablet {
 display:inline-flex; 
    justify-content: flex-start;
}
  .socialwrapper.desktop {
 display:inline-flex; 
    margin: 3px;
}
}


@media only screen and (max-width: 640px) {
  
 footer-menu-ul>li {
    margin-bottom: 10px;
}
  .login {
    font-size: 16px;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 20px;
  }
  .name-logo {
   padding-bottom: 8px; 
  }
.footer-menu .hs-menu-wrapper ul {
    padding-top: 20px;
}
  .copyright {
    text-align: left;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
        font-weight: 300;
    padding-top: 1em;
}
  .footer-menu-ul {
    margin-bottom: 3rem;
  }
  .footer-menu .hs-menu-wrapper ul li a, .footer-menu .hs-menu-wrapper ul li {
    font-size: 16px !important;
  }
    .not-logo {
    width: 100%;
  }
  
  .socialwrapper {
    display: flex;
    width: 100%;
    padding-top: 2%;
    justify-content: flex-start;
  }
  
  a.yt:before {
  content: url('https://api.iconify.design/icomoon-free/youtube.svg?color=white&width=28&height=28');
}
  
/*   .footer-logo.desktop {
    display: none !important;
  }
    .footer-logo.mobile {
    display: inline-flex !important;
      width: auto !important;
          height: 50px !important;

  } */
  
  .footer-logo {
    width: 100%;
/*     display: flex;
    height: 50px !important;
        width: 100px !important; */

  }
    .footer-logo.mobile {
      margin-bottom: 20px;
  }
  .footer-message {
    display: none;
  }
  
  .socialwrapper a {
    font-size: 28px;
  }
  .footer__container_bottom {
  display: block;
}

  .main-content-below-heading-footer-row {
    display: block;
  }
  .bottom {
    font-size: 15px;
    padding-top: 5px;
  }
  .employee-login {
    padding-bottom: 20px;
  }

}



@media only screen and (max-width: 800px){
    .copyright {
      display: block;
  }
  #toTop {
    bottom: 30px !important;
    border-radius: 4px !important;
    height: 40px !important;
    -webkit-border-radius: 4px !important;
  }
  #toTop:before {
    line-height: 38px!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
*********************************************************************************
****************************************************************************** */


.footer-logo img {
  height: 60px;
}

.categories-strip > .current {
  color: #1d1d70 !important;
} 
.blog-pagination-center > a {
  font-size: 25px;
  padding-left: 2px;
  padding-right: 2px;
}
.metric .hs_cos_wrapper_type_text {
/*   color: #464fe4!important; */
  color: white !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.metric {
  margin-bottom: 30px;
}
.blog-pagination-right > a {
  font-size: 23px;
}
.blog-pagination-left > a {
  font-size: 23px;
}
.department-photo > div > img{
    float: right;
  margin: 10px;
}

.button-position {
  margin-top: 2%;
  text-align: center;
}
.metric h2 {
  color: #0098F8;
}
.department-photo {
  margin-left: 5px;
}

.metric h4 {
      font-weight: 500;
    font-size: 22px;
}

.key-outcomes-header {
  margin-top: 1%;
  margin-bottom: 2%;
 
}

.outcomes-header {
  
}
.key-outcomes h2 {
   color: black !important;
/*    text-align: center; */
}

.key-outcomes h4 {
  color: white !important 
}

.key-outcomes {  
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5%;
  color: white;
}
.metric {
  background-color: #464fe4;
  width: 48%;
  margin-right: 1%;
     padding: 25px;
  border-radius: 5px;
}
.key-metrics {
 display: flex;
 flex-wrap: wrap;
}

.button-cta {
  text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}
.button-styling > a {
 color: #000; 
  font-weight: 600;
}

.button-styling > a:hover {
 color: #000!important; 

}
/* Feature image styling */

.feature-description {
    background-color: #f5f6ff;
    opacity: 0.9;
    padding: 25px;
}
  .feature-description a {
    color: black;
  }

.feature-description a:hover {
  color: #39016f !important;
}
.categories-strip.mobile  {
  display: none;
}
.filter-tag-dropdown {
  float: right;
}

.feature-item-mobile-tablet {
  display: none;
  }
  
  .signup-email-mobile {
    display: none;
  }

@media only screen and (max-width: 800px) { 
  .categories-strip.mobile {
  background-color: #f5f6ff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
   
 
}
.categories-strip.mobile a {
  background-color: #f5f6ff;
  color: black; 
  font-size: 15px;
}
  
  .categories-strip.desktop {
    display: none !important;
  }
}



.media-contact-title {
  font-weight: 500;
}
.subscribe-form {
  width: 100%;
  margin-bottom: 3%;
}

/* Blog Landing Page */

.blog-pagination a:hover,
.blog-pagination a:focus {
  color: #0298f8;
}

.blog-pagination a.active {
    color: #464fe4;
    pointer-events: none;
    cursor: default;
}


.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover,
.blog-pagination a.last-link:hover, 
.blog-pagination a.first-link:hover{
    color: #464fe4;
}

/* .overlay {
 position: relative; 
  top: -40px; 
  z-index: 3;
} */

.socialwrapper-blog-vertical {
  display: grid;
  float: right;
}

.categories-strip {
  background-color: #f5f6ff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5%;
 
}
.categories-strip a {
  color: #464fe4;
  font-weight: 600; 
}

.categories-strip a:hover {
  color: #a6b3ff;
  font-weight: 600; 
}


.tag-breadcrumb {
  text-transform: lowercase;
  padding-left: 8%;
}
.tag-breadcrumb > .blog-post__tag-link {
 display: inline-flex !important; 
      color: #464fe4;
}
.author > #hs_cos_wrapper_author_title {
  color: black;
  font-size: 28px;
  font-weight: 300;
}
.author > .author-bio {
   color: black;
  font-size: 28px;
  font-weight: 300;
}
.related-posts > .related-posts-tags {
  font-weight: 200;
  letter-spacing: 0;
   text-transform: lowercase;
}
.related-posts > .blog-related-title > a {
    color: black;
  font-weight: 400;
}
.related-posts {
  background-color: #F3F5F7;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.date-and-tags {
  color: black;
  font-weight: 500;
}
/* .author-image > span > img {
  border-radius: 50%;
} */
/* .author > p {
  margin-bottom: 0;
  padding-left: 3%;
} */

.tldr-div > .hs_cos_wrapper > .page-header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'libre baskerville';
}

}

.tldr-div > .hs_cos_wrapper > .secondary-header {
  font-size: 21px;
}

.button-styling {
  background-color: #45F9B4;
  color: white;
  cursor: pointer;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  border: none;
  border-radius: 2px;
  text-align:center;
  text-transform: lowercase;
 
}

.button-styling:hover {
  background-color: #45F9B4;
}


.button-gradient-green {
      position: relative;
  z-index: 1; /* matters! */
}

.button-gradient-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(45deg, #00DBFF, #00FBAF) !important;
  /*background: linear-gradient(45deg, #00C8DD, #00FBAF) !important;*/
  /* background: linear-gradient(45deg, #00DBFF, #464fe4) !important;*/
  opacity: 0;
  transition: opacity .75s;
  z-index: -1;
}
.button-gradient-green:hover:before {
  opacity: 1;

}

/* .blog-post__body {
  color: black;
  letter-spacing: 0;
} */

.tldr-div {
  background-color: #f5f6f7; 
  margin-top: 3%;
  padding: 1%;
  color: black;
  margin-bottom: 3%;
}

 
/* a.facebook:before {
  content: "\e604";
}
a.linkedin:before {
  content: "\e60f";
} */
.button-styling:after {
    content: '';
}


.subscribe-form {
  width: 100%;
}

.signup-email p{
  color: black;
}



.row-blog {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.socialwrapper-blog a {
  background-clip: inherit;
  display: inline-flex;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  border-radius: 50%;
  padding: 5px;
  font-size: 40px;
  color: #464fe4;
}
/* .socialwrapper-blog a:hover{
  color: #a6b3ff !important;
} */
a.linkedin:before {
  content: "\e60f";
}

a.facebook:before {
  content: "\e604";
}
a.twitter:before {
  content: "\e605";
}
/*  socials end here */

.date {
 color: black; 
  
}
.reading-minutes {
 color: black; 
 font-weight: 500;
  margin-bottom: 1%;
  font-size: 18px;
}
/* TODO: Find a better place for this */
.content-wrapper .container-fluid {
  width: 100%;
  margin: 0 auto;
}

.post-content-wrapper {
  width: 100%;
    padding: 10%;
}

.blog-index-hero {
  padding-left: 10%;
  padding-right: 10%;
}

.blog-header {
  padding-bottom: 70px;
  padding-top: 40px;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-header__inner {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.blog-header__author-social-links svg {
  width: 20px;
  height: 20px;
}
.blog-main-wrapper {
  padding-bottom: 70px;
  padding-top: 40px;
  clear: both;
  width: 100%;
}

.blog-index {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
/*   margin-right: 4%; */
  position: relative;
  float: left;
}

.post-item {
  padding: 25px 25px 0px 25px;
  vertical-align: top;
  width: 31%;
  display: inline-block;
  background-color: rgb(245, 246, 255, 0.7);
  border-radius: 15px;
  margin: 1%;
  min-height: 450px;
}

.feature-item {
   width: 50%;
  margin-right: 5%;
}
.post-lisitng:before,.post-lisitng:after {
  display: block;
  clear: both;
  content: '';
}

.featured-image-wrapper.span4 img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  
}

.page-center {
  overflow: hidden;
  position: relative;
}

.post-item:nth-child(2n + 1) {
  clear: both;
}

.post-lisitng {
  padding: 0;
}

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

.feature-item-wrapper {
  background-color: rgb(245, 246, 255, 0.7);
    padding: 15px;
  border-radius: 15px;
  
}

.post-item-wrapper {
  background-color: rgba(255,255,255,0);
   border-bottom-width: 3px; 
  width: 100%;
}

.post-description {
  padding: 15px;
/*   background-color: #F5F6FF; */
   background-color: rgb(245, 246, 255, 0.7);
/*   background-color: rgb(244, 250, 254, 0.7); */
}

.post-description h2 {
  font-size: 24px;
  line-height: 30px;
}

.post-description h2 a {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  font-family: 'Open Sans'
}

.post-description h2 a:hover {
  color: #39016f !important;
}
}
  
.card-meta {
   display: flex;
      font-size: 13px;
}
.card-meta .reading-minutes, .card-meta .blog-post__tag-link {
  font-size: 13px !important;
}

.author {
  font-size: 13px;
   display: flex;
  width: 97%;
  margin-left: 2%;
}

.feature-post-meta {
  font-size: 13px;
   display: flex;
}

/*

.inline-sep {
  padding: 0 5px;
}
*/

.read-more {
  margin-top: 20px;
  padding: 5px 0;
}
.featured-image-wrapper.span4 {
  max-height: 300px;
}




.read-more a {
  color: #0098F8;
  position: relative;
  font-size:13px;
}

.read-more a:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0098F8;
}

button:after {
  content: '';
}

.content-wrapper {
  width: 100%;
}

.post-number-filter-dropdown {
  padding-left: 10%;
  padding-right: 10%;
}

.post-inner:before,.post-inner:after {
  clear: both;
  display: block;
  content: '';
}
.blog-index {
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

.main-post-page-wrapper {
  padding-top: 70px;
  padding-bottom: 30px;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-post {
  width: 100%;
  float: left;
  padding-left: 8%;
  padding-right: 8%;
}

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

/* .hs-search-field__bar {
  background: transparent !important;
  padding: 0;
  margin: 0;
} */
.featured-image img {
  max-width: 100%;
  width: 100% !important;
}

.featured-image.feature img {
  width: 100% !important;
}

.blog-post__body h1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 80px;
  color: black;
  font-weight: 900;
  margin-bottom: 28px;
}

.featured-image {
  width: 100%;
  vertical-align: bottom;
}

.featured-image-post {
  margin-bottom: 30px;
  width: 100%;
  margin: auto;
}

.twitter-box {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  display: inline-flex;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.blog-post_tags {
  margin-top: 20px;
  padding: 5px 0;
  font-size: 13px;
  display: flex;
}
/* .author {
  color: black;
  margin-left: 2%;
  
} */
.blog-post_tags p.author {
  margin: 2%;
  font-size: 20px;
  color: black;
  line-height: 1.93;
}

 
.blog-recent-posts {
  clear: both;
  padding-top: 55px;
}

.blog-recent-posts h3.title-heading-left {
/*   font-size: 40px; */
  line-height: 1.5;
  padding-right: 8px;
  text-align: center;
  color: #191919;
} 

.title-wrap {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 0 31px;
  overflow: hidden;
}


.blog-recent-posts__list {
  overflow: hidden;
  padding: 0;
}

.blog-inner-reltd {
  margin-left: -40px;
  padding: 8px 0;
}

.blog-recent-posts__post {
  margin-left: 40px;
  width: 265px;
  display: block;
  float: left;
  padding: 0;
}

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

.featured-image-wrapper.span4 img {
  cursor: pointer;
}
.hs-error-msgs label {
  margin-top: 20px;
}
h3.blog-recent-posts__title a {
  color: #0098F8;
}

.hs-blog-listing input.hs-search-field__input {
  max-width: 240px;
}
.featured-image-relatdpost {
  position: relative;
}
a.button:hover {
  background: #0098F8;
}

.featured-section {
  margin-top: 3%;
  margin-bottom: 3%;
  display: inline-flex;
  width: 100%;
}

.feature-item.desktop{
  margin: 0;
  display: inline-block;
}

.signup-email-home {
  margin-left: 3%;
  display: inline-block;
}

.feature-item-mobile-tablet {
  display: none;
  }

.signup-email-mobile {
    display: none;
  }

h3.blog-related-title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 24px;
  margin: 15px 0 3px;
}
h3.blog-related-title a {
  outline: none;
}

@media(max-width: 1000px){
  
  .post-description { 
    padding-top: 20px;
  }
  
  .feature-description {
    width: 100% !important;
    background-color: #f3f5f7;
    opacity: 1;
    padding: 15px;
    vertical-align: top;
    display: inline-block;
    float: left; 
  }
  

  .featured-image-wrapper.featured {
  max-height: 290px;
}
  .feature-item.desktop {
  display: block;
  width: 100%;
  }
  
.feature-item-mobile-tablet {
  display: none;
  }
  
  .signup-email-mobile {
    display: none;
  }
  
  
@media(max-width: 800px){
  .blog-index {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .blog-post {
    width: 100% !important;
    margin-bottom: 50px !important;
  }
  .hs-search-field__bar {max-width: 100%;}

  input.hs-search-field__input {
    max-width: 100%;
  }
  .hs-blog-listing input.hs-search-field__input {
    max-width: 100%;
  }
}
@media(max-width: 731.8px){
  .post-item{
    width: 100% !important;
  }
}


@media only screen and (max-width: 640px) {
.feature-item-mobile-tablet {
    display: block;
    width: 100%;
    margin: 0;
    }
  
  .signup-email-mobile {
    display: block;
    width: 100%;
    margin: 0;        
    padding-top: 10%;

  }
  
  .signup-email-home {
    display: none;
  }
  
  .feature-item.desktop{
    display: none;
  }
  
  .button-styling>a {
    font-size: 16px;
}
  .button-styling {
    
   padding: 13px 29px;
    line-height: 17px; 
  }
  .blog-post_tags {
flex-direction: column-reverse;
  }
  .child-trigger-symbol.child-open:before {
    color: #ffffff !important;
}
  
  .key-outcomes {
    margin-bottom: 10%;
  }
  .subscribe-form {
  width: 100%;
}
  
  .post-description h2 {
    font-size: 20px;
    line-height: 20px !important;
    
  }
  
  .post-description h2 a {
    font-size: 20px;
    line-height: 20px !important;
    font-family: 'Open Sans';
  }
  
  .key-outcomes-header {
   margin-bottom: 7%; 
    margin-top: 5%:
  }
  .metric h4 {
    font-weight: 500;
    font-size: 18px;
}
  .reading-minutes {
    font-size: 14px;
  }
  .date-and-tags {
    font-size: 14px;
  }
  
  .hs-form-3192b4e1-8c7d-4296-a473-10d2d08ea360_f4dff13f-5750-4183-b3f0-751c75e27458.hs-form {
   width: 100% !important; 
  }
  
  .blog-recent-posts h3.title-heading-left {
   font-size: 30px; 
  }
  .socialwrapper-blog a {
   font-size: 30px; 
  }
  .related-posts > .related-posts-tags { 
    font-size: 13px;
  }
  h3.blog-related-title {
  font-size: 14px;
}
  
  .post-description h2 a {
    font-size: 20px;
  }
  .socialwrapper-blog-vertical a {
    font-size: 40px;
}
  .blog-post__tag-link {
    display: none;
  }
}


@media(max-width:479px){
  
  .feature-item.desktop {
  display: none;
  }
  
  .feature-item-mobile-tablet {
        display: block;
    width: 100%;
    margin: 0;
    }
  .signup-email-mobile {
      display: block;
    width: 100%;
    margin: 0;
padding-top: 10%;

  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto; 
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .blog-post__body img {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .blog-post__body img {
    width: auto !important;
    max-width: 100%;
  }
  
  .metric .hs_cos_wrapper_type_text {
/*   color: #464fe4!important; */
  color: white !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
}

.metric {
  width: 100%;
  margin-right: 1%;
     padding: 15px;
  border-radius: 5px;
  
}
  
      .signup-email-home {
    display: none;

}
  
.key-metrics {
 display: grid;
  padding: 15px;
  }
}
  
  @media(max-width:430px){
  .featured-section {
    width: 100%;
    display: block;
  }
    
    .feature-item-mobile-tablet {
        display: block;
    width: 100%;
    margin: 0;
    }
    
  .feature-item.desktop {
  display: none;
  }
      .signup-email-mobile {
    display: block;
      width: 100%;
        margin: 0;
        padding-top: 10%;

}
    .signup-email-home{
      display: none;
    }
  }
.error-page {
  padding: 4rem 0;
  text-align: left;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}

.error-page_heading {
}
.error-content {
  max-width: 100%;
    background-image: url(//7196770.fs1.hubspotusercontent-na1.net/hub/7196770/hubfs/raw_assets/public/MetroStar_Jan2021/images/404-error-background.png);
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: contain;
  margin-left: 10%;
  margin-right: 10%;
}

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

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

.systems-page {
  padding: 30px 30px;
}
label.hs-membership-global-error.hs-error-msg {
    display: none;
}
.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;
}
input#hs-pwd-widget-password ,
input[type="password"],
.systems-page input#hs-reset-request-widget-email,
.systems-page input#hs-register-widget-email,
.systems-page input#hs-login-widget-email{
  margin-top: 0 !important;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
div#hs-membership-password-requirements ul {
  padding-left: 0;
  margin: 0;
}
form#email-prefs-form {
  max-width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, sans-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;
}
.systems-page {
  padding: 3rem 30px;
}
.error-page a.hs-button,.sys_page form#email-prefs-form .hs-button {
     border: 0;
    background-color: #00fbaf;
    color: black;
    font-weight: 400;
  font-family: 'Heebo';
}
.error-page_message {
  font-size: 40px;
}
.error-page a.hs-button:hover,.sys_page form#email-prefs-form .hs-button:hover {
   top: 0;
  left: 0;
  background: linear-gradient(45deg, #00DBFF, #00FBAF) !important;
  opacity: 1;
  z-index: -1;
  cursor: pointer;
}
@media (max-width: 768px){
  .systems-page .hs-button {
    float: none;
  }
}