/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section,
.banner-area .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

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

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
}

.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  padding:0 20px;
}

.dnd-section .widget-type-cell {}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face { 
  font-family: "Santral";
  src: url("https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/IGS_November2020/fonts/Santral-Regular.eot") format("embedded-opentype"), 
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Regular.woff2) format("woff2"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Regular.woff) format("woff"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Regular.ttf) format("truetype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Regular.svg) format("svg");
  font-weight: normal;
}

@font-face { 
  font-family: "Santral";
  src: url("https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/IGS_November2020/fonts/Santral-SemiBold.eot") format("embedded-opentype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-SemiBold.woff) format("woff"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-SemiBold.ttf) format("truetype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-SemiBold.svg) format("svg");
  font-weight: 500;
}
@font-face { 
  font-family: "Santral";
  src: url("https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/IGS_November2020/fonts/Santral-Bold.eot") format("embedded-opentype") ,
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Bold.woff2) format("woff2"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Bold.woff) format("woff"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Bold.ttf) format("truetype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/Santral-Bold.svg) format("svg");
  font-weight: 700;
}

@font-face {
  font-family: "Tiempos-Bold"; 
  src: url("https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/IGS_November2020/fonts/TiemposHeadline-Bold.eot") format("embedded-opentype") ,
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/TiemposHeadline-Bold.woff2) format("woff2"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/TiemposHeadline-Bold.woff) format("woff"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/TiemposHeadline-Bold.ttf) format("truetype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/TiemposHeadline-Bold.svg) format("svg");
}

@font-face {
  font-family: "icomoon"; 
  src: url("https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/IGS_November2020/fonts/icomoon.eot") format("embedded-opentype") ,
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/icomoon.woff) format("woff"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/icomoon.ttf) format("truetype"),
    url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/fonts/icomoon.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

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

.icon-social-facebook:before {
  content: "";
}

.icon-social-instagram:before {
  content: "";
}

.icon-social-linkedin:before {
  content: "";
}

.icon-social-twitter:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(61,57,54,0);
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #4c8c2b;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: var(--font-family-sans-serif);
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root {
  --btn-highlight-background: var(--tertiary-base);
  --btn-highlight-hover: var(--tertiary-dark);
  --btn-highlight-text: #fff;
  --btn-background: #00a87e;
  --btn-border: #fff;
  --btn-text: #fff;
  --btn-font-size: .875rem;
  --border-radius: 3px;
  --grid-spacing: 20px;
  --dark-base: var(--dark-base);
}

:root {
  --unused: #ff0000;
  --brand-dark: #004987;
  --brand-base: #005cb9;
  --brand-light: #00a87e;
  --brand-accent: #d9e7f5;
  --brand-accent-backgroud: #d9e7f5;
  --comm-dark: var(--unused);
  --comm-base: #01524d;
  --comm-light: var(--unused);
  --comm-accent: var(--unused);
  --secondary-dark: #ce7b28;
  --secondary-base: #f5a800;
  --secondary-light: #fcd823;
  --tertiary-dark: #01524d;
  --tertiary-base: #00a87e;
  --tertiary-light: var(--unused);
  --tertiary-accent: var(--unused);
  --primary-dark: var(--brand-dark);
  --primary-base: var(--brand-base);
  --primary-base-rgb: 0,92,185;
  --primary-light: #0cbab4;
  --primary-accent: #0cbab4;
  --quad-dark: var(--unused);
  --quad-base: var(--unused);
  --quad-light: #d9e7f5;
  --quad-accent: var(--unused);
  --dark-dark: #3d3936;
  --dark-dark-rgb: 61,57,54;
  --dark-base: #3d3936;
  --dark-light: #3d3936;
  --dark-accent: #ebebea;
  --dark-accent-rgb: 235,235,234;
  --light-dark: #ebebea;
  --light-base: #ebebea;
  --light-light: #ffffff;
  --light-light-rgb: 255,255,255;
  --light-accent: #d9e7f5;
  --myaccount-home-warranty: #00a87e;
  --enrollment-elec-l: #005cb9;
  --enrollment-green-l: #71c597;
  --enrollment-green-d: #00a87e;
  --enrollment-gas-l: var(--primary-base);
  --enrollment-gas-d: var(--primary-base);
  --enrollment-hw-l: #71c597;
  --enrollment-hw-d: #00a87e;
  --border-radius: 30px;
  --igsblue: #005cb9;
  --energygreen: #00a87e;
  --washedcotton: #fffcf2;
  --deepsea: #004987;
  --robinsegg: #0cbab4;
  --freshgrass: #71c597;
  --spruce: #01524d;
  --sunshine: #fcd823;
  --sunsetsky: #f5a800;
  --rustorange: #ce7b28;
  --carbonneutral: #3d3936;
  --carbonneutral10: #ebebea;
  --igsblue15: #d9e7f5;
  --sunshine15: #fdf9e2;
  --freshgrass20: #e2f4ea;
  --gradient: linear-gradient(89deg, #005297 0%, #00a39d 50%, #68b984 100%);
  --font-family-sans-serif: 'Santral', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-family-header: 'Tiempos-Bold', serif;
  --gradient: linear-gradient(89deg, #005297 0%, #00a39d 50%, #68b984 100%);
}

body {
  font-family: 'Santral', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 20px;
  color: #3d3936;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color 0.5s ease;
}

p a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 200;
  font-family: Merriweather, serif;
  color: #3d3936;
  word-break: break-word;
}

h1 {
  font-size: 2.88rem;
  line-height: 1.25;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.1;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4375;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  border: 0;
  border-top: 1px solid rgba(61,57,54,0.1);
  background-color: #005cb9;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

/* TODO */
small, .small {
  font-size: 80%;
  font-weight: 300;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

figcaption {
  margin:10px 0 0;
}

/* TODO */
mark {

}

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

sup {
  font-size: 0.75em;
}

sub {
  bottom: -0.25em;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}


#email-prefs-form {
  max-width:100%;
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
  vertical-align: middle;
  user-select: none;
  line-height: 1.75;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  padding: .625rem 2.5rem;
  letter-spacing: .125rem;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size:16px;
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
  text-decoration: none;
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form-field>label {
  color: #3d3936;
  border: 1px solid transparent;
  transition: all .1s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1rem;
  line-height: inherit;
  display:block;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {

}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

input, select, textarea {
  font-weight: 300;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  font-weight: 300;
  line-height: 1.75;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  border-radius: 3px;
  z-index: 0;
  height: 3rem;
  font-size:16px;
  padding-left: .9rem;
  padding-right: .9rem;
  outline:0;
  border:1px solid;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,123,255,0.25);
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #dc3545;
  background-image: url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/images/Error.svg);
  background-repeat: no-repeat;
  background-position: right calc(.4375em + .1875rem) center;
  background-size: calc(.875em + .375rem) calc(.875em + .375rem);
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220,53,69,0.25);
}


#hs-pwd-widget-password {
  height:3rem !important;
  margin-top:0 !important;
}

.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;
  min-height:auto;
}

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

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

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

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


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

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

.hs-error-msgs {
  margin: 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  margin-top: .25rem;
  font-size: 80% !important;
  letter-spacing: normal;
  line-height: 26px;
}


.hs-error-msgs label,
.form-input-validation-message-error label{
  color:#dc3545 !important;
}

.hs-form-field input+label {
  display:inline-block;
}

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


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

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #3d3936;
  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: #3d3936;
}
.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: 'Santral', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    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: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary {
  grid-area: left / left / left / left;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.custom-menu-primary .hs_cos_wrapper_type_menu,
.custom-menu-primary .hs-menu-wrapper{
  height:100%;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  grid-area: left / left / left / left;
  grid-template-columns: repeat(4, max-content);
  display: grid;
  grid-gap: calc(2 * var(--grid-spacing));
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul,
.my-account-button .dropdown{
  padding:0;
  list-style:none;
  position: absolute;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: start;
  top: 100%;
  width: 100%;
  height: 100vh;
  line-height:26px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li,
.my-account-button .dropdown li {
  width:100%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a,
.my-account-button .dropdown li a{
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 0rem;
  border-top-width: 0px;
  margin-bottom: 0rem;
  border-bottom: 1px solid;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 1rem 1.25rem;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li .sub-text {
  font-weight: 200;
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 1.125rem;
  text-transform: none;
  display: inline-block;
  margin-bottom: 1rem;
  color:currentColor;
}

.my-account-button .dropdown li.button {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 0rem;
  border-top-width: 0px;
  margin-bottom: 0rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: var(--light-light);
  font-size: 1rem;
  padding: 1rem 1.25rem;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.my-account-button .dropdown li.button .btn {
  vertical-align: middle;
  user-select: none;
  line-height: 1.75;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: .625rem 2.5rem;
  letter-spacing: .125rem;
  white-space: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--btn-border);
  border-radius: var(--border-radius);
  width: 100%;
  border-color: var(--light-light);
  background-color: var(--light-light);
  color: var(--brand-dark);
}

.my-account-button .dropdown li.button .btn:hover {
  background-color: transparent;
  color: var(--light-light);
}

.widget-type-simple_menu .hs-menu-flow-horizontal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
.widget-type-simple_menu .hs-menu-flow-horizontal li a {
  color: #003b5c !important;
}
.widget-type-simple_menu .hs-menu-flow-horizontal li a:hover,
.widget-type-simple_menu .hs-menu-flow-horizontal li a:active {
  color: #00a87e !important;
}

@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 0.875rem;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    display: block;
    border-style: solid;
    border-image: initial;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--brand-dark);
    border-width: 0.625rem;
    bottom: -1px;
    left: calc(50% - 0.625rem);
    opacity:0;
    transition:all .4s ease;
  }

  .my-account-button:after{
    display: block;
    border-style: solid;
    border-image: initial;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--brand-dark);
    border-width: 0.625rem;
    bottom: -1px;
    left: calc(50% - 0.625rem);
    opacity:0;
    transition:all .4s ease;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after,
  .my-account-button:hover:after{
    opacity:1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul,
  .my-account-button .dropdown{
    box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 10px 0px;
    width: auto;
    min-width: 300px;
    height: auto;
    left: 0px;
    clip-path: inset(0px 0px 100%);
    animation-name: fadeOut;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    pointer-events:none;
  }

  .my-account-button .dropdown {
    right: 0;
    left: auto;
  }

  .my-account-button .dropdown>.widget-type-rich_text,
  .my-account-button .dropdown>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text {
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul,
  .my-account-button:hover .dropdown{
    animation-name: slideToggle;
    animation-duration: .3s;
    pointer-events:all;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a,
  .my-account-button .dropdown li a{
    font-size:1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li .sub-text {
    display:block;
  }

}

@media (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width:1035px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    grid-gap: calc(1 * var(--grid-spacing));
  }
}

@media (max-width:992px) {
  .mobile-menu {
    position: fixed;
    width: 300px;
    top: 63px;
    background-color: var(--brand-dark);
    clip-path: inset(0px 0px 100%);
    animation-name: fadeOut;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    pointer-events: none;
    line-height: 26px;
    box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 10px 0px;
    left: 0px;
    z-index:1001;
    max-height: calc(100vh - 63px);
    overflow-x:hidden;
    overflow-y:auto;
    scroll-width:none;
    -ms-overflow-style:none;
  }

  .mobile-menu::-webkit-scrollbar {
    display:none;
  }

  .mobile-open .mobile-menu {
    animation-name: slideToggle;
    animation-duration: .3s;
    pointer-events:all;
  }

  .animate-menu {
    overflow-x: hidden;
    overflow-y:auto;
    position: relative;
    width: 300px;
    transition:all .4s ease;
    scroll-width:none;
    -ms-overflow-style:none;
  }

  .animate-menu::-webkit-scrollbar {
    display:none;
  }

  .animate-menu ul {
    position: absolute;
    background-color: var(--brand-dark);
    top:0;
    left:100%;
    transition:all .4s ease;
    width:100%;
  }

  .animate-menu ul.active-panel {
    left:0;
  }

  .animate-menu ul.submenu-open {
    left:-100%;
  }

  .animate-menu ul li {
    position: relative;
  }

  .animate-menu ul li a {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0rem;
    border-top-width: 0px;
    margin-bottom: 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: var(--light-light);
    font-size: 1rem;
    padding: 1rem 1.25rem;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
  }

  .animate-menu ul li:last-of-type a {
    border-bottom:0;
  }

  .animate-menu ul li:not(.dl-back) a:hover,
  .animate-menu ul li:not(.dl-back) a:focus {
    color: var(--primary-light);
  }

  .animate-menu ul li a .nav-react-icon {
    height: 25px;
    width: 25px;
  }

  .child-trigger {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
  }

  .animate-menu ul li.dl-back a {
    text-align: left;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
  }

  .animate-menu ul li.dl-back a .nav-react-icon {
    margin-right: 1rem;
  }

  .animate-menu ul li.view_plans,
  .animate-menu ul li.log_in {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0rem;
    border-top-width: 0px;
    margin-bottom: 0rem;
    color: var(--light-light);
    font-size: 1rem;
    padding: 1rem 1.25rem;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
  }

  .animate-menu ul li.view_plans>a,
  .animate-menu ul li.log_in>a {
    vertical-align: middle;
    user-select: none;
    line-height: 1.75;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    padding: .625rem 2.5rem;
    letter-spacing: .125rem;
    white-space: normal;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--btn-border);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    width: 100%;
    border-color: var(--light-light);
    font-size:1rem;
  }

  .animate-menu ul li.view_plans>a,
  .animate-menu ul li.log_in>a:hover {
    background-color: var(--light-light);
    color: var(--brand-dark);
  }

  .animate-menu ul li.view_plans>a:hover {
    background-color: transparent;
    color: var(--light-light);
  }

}

@media (max-width:767px) {
  .mobile-menu {
    width: 100%;
    height: calc(100vh - 63px);
  }

  .animate-menu {
    height: calc(100vh - 63px)!important;
    width:100%;
  }

  .animate-menu ul li a {
    font-size: 1.25rem;
  }

  .animate-menu ul li a .nav-react-icon {
    height: 32px;
    width: 32px;
  }

}

@media (max-width:576px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    grid-template-columns: 1fr;
  }
}

@keyframes slideToggle {
  from {
    opacity:0;
    clip-path: inset(0px 0px 100%);
    transition:all .4s ease;
  }
  to {
    clip-path: inset(-10px -16px -7%);
    opacity: 1;
    transition:all .4s ease;
  }
}

@keyframes fadeOut {
  from {
    opacity:1;
    transition:all .4s ease;
    clip-path: inset(-10px -16px -7%);
  }
  to {
    opacity: 0;
    clip-path: inset(-10px -16px -7%);
    transition:all .4s ease;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-header-height {
  height:4rem;
  transition:all .3s ease-in-out;
  position:relative;
}

.custom-header {
  display: grid;
  grid-template-columns: 1fr 1440px 1fr;
  gap: 0px;
  -webkit-box-align: center;
  place-items: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 14.85px 0.15px;
  grid-template-rows: 5px 1fr;
  z-index: 1000;
  position: fixed;
  top: 0px;
  height: 63px;
}

.custom-header:before {
  content: "";
  background: var(--gradient);
  height: 5px;
  width: 100%;
  display: block;
  grid-column: 1 / -1;
}

.header__container {
  grid-column: 2 / auto;
  display: grid;
  grid-gap: var(--grid-spacing);
  grid-template-areas:
    "left logo right";
  grid-template-columns: 1fr min-content 1fr;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  place-items: center left;
}

.custom-logo {
  height: 45px;
  width: auto;
  grid-area: logo / logo / logo / logo;
}

.custom-logo img {
  height: 100%;
  align-self: center;
  max-width:172.42px;
}

.custom-header-right {
  grid-area: right / right / right / right;
  justify-self: right;
  grid-template-columns: repeat(2, max-content);
  display: grid;
  grid-gap: calc(2 * var(--grid-spacing));
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.my-account-button .nav-react-icon {
  height: 32px;
  width: 32px;
}

.my-account-button {
  height: 100%;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.my-account-button>.widget-type-rich_text {
  display: block;
  margin-right: 1rem;
  cursor: pointer;
  padding-bottom: 5px;
}

.my-account-button>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text {
  display: grid;
  grid-template-columns: min-content 1fr;
}

.my-account-button>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text span {
  display: none;
  align-self: end;
}

.view-plans-button a {
  vertical-align: middle;
  user-select: none;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .125rem;
  white-space: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background-color: var(--btn-background);
  color: var(--btn-text);
  border: 1px solid var(--btn-border);
  border-radius: var(--border-radius);
}

/* ================== Banner Area ===================== */

.custom-banner-area {
  margin-bottom:50px;
}

.custom-banner-inner {
  font-size: 20px;
  line-height: 26px;
  --background: #004987;
  --accent: #ebebea;
  --horizontal-line: #71c597;
  --header-color: #fff;
  --subheader-color: #fcd823;
  --body-color: #fff;
  --link-hover-text: rgba(255,255,255,0.6);
  --btn-background: #fff;
  --btn-border: #00a87e;
  --btn-text: #00a87e;
  --btn-hover-background: transparent;
  --btn-hover-border: #fff;
  --btn-hover-text: #fff;
  display: grid;
  grid-template-columns: 1fr 1440px 1fr;
  gap: 0px;
  -webkit-box-align: center;
  place-items: center;
  background: var(--background);
}

.custom-banner-bg {
  grid-area: -1 / -1 / 1 / 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--background);
  width: 100%;
  height: 235px;
  align-self: start;
}

.custom-banner-content {
  grid-column: 2 / auto;
  display: grid;
  width: 100%;
  grid-auto-rows: min-content;
  grid-row: 1 / auto;
  justify-items: center;
  grid-template-columns: 1fr;
  padding: 20px;
}

.custom-banner-content h1 {
  text-align: left;
  text-transform: none;
  letter-spacing: -0.55px;
  margin: 0px;
  font-size: 55px;
  line-height: 60px;
  color: var(--header-color);
  margin-bottom: 20px;
}

.custom-banner-content p {
  grid-column: 1 / auto;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--subheader-color);
  margin: 0;
}

.igs-modal-container {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0,0,0,0.6);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:all .3s ease;
  display: flex;
}

.popup-open .igs-modal-container {
  opacity:1;
  visibility:visible;
  pointer-events:all;
}

.igs-modal-container .igs-modal {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  overflow: auto;
  background: var(--primary-dark);
  padding: 40px;
  padding-top: 60px;
  line-height:26px;
}

.igs-modal-container .igs-modal .close-x {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  min-width: 1.5em;
  min-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  padding: 0px;
  cursor: pointer;
  border: none;
  outline: none;
}

.igs-modal-container .igs-modal.modal-dark .close-x:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(45deg);
  background: var(--light-light);
}

.igs-modal-container .igs-modal.modal-dark .close-x:after {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  background: var(--light-light);
}

.igs-modal-container .igs-modal.modal-dark .close-x:focus,
.igs-modal-container .igs-modal.modal-dark .close-x:hover {
  transform: scale(1.1);
  outline: none;
}

.login-form-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
  min-width: 220px;
  line-height: 26px;
}

.login-form-page .login-logo-container {
  padding-bottom: 24px;
}

.login-form-page .logo {
  width: 175px;
  margin: 0 auto;
}

.igs-flag-icon-with-border:before {
  content: url(https://2640597.fs1.hubspotusercontent-na1.net/hubfs/2640597/raw_assets/public/IGS_November2020/images/Popup_logo.svg);
}

.login-form-page .create-account-title {
  color: var(--light-base);
  font-size: 1.5rem;
}

.login-form-page .hs_cos_wrapper_type_form>h3 {
  display:none;
}

.login-form-page form p {
  color: var(--light-light);
  margin-bottom: 20px;
  font-size: 16px;
  line-height:26px;
}

.login-form-page form .hs-form-field {
  position: relative;
  margin-bottom: .625rem;
}

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

.login-form-page form .hs-form-field input[type="text"],
.login-form-page form .hs-form-field input[type="email"],
.login-form-page form .hs-form-field .hs-input {
  font-size:16px;
}

.login-form-page form .hs-form-field input[type="text"]::placeholder,
.login-form-page form .hs-form-field input[type="email"]::placeholder,
.login-form-page form .hs-form-field .hs-input::placeholder {
  font-size: .9rem;
}

.login-form-page form .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 20px;
}

.login-form-page form .hs-form-field.hs-fieldtype-booleancheckbox ul {
  margin:0;
  padding:0;
}

.login-form-page form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: .75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--light-light);
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  line-height:26px;
}

.login-form-page form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  position: absolute;
  top: 2px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border: solid 1px #b9b9b9;
  font-size: 0.8rem;
  margin: 0;
  line-height: 26px;
}

.login-form-page form .hs-form-field.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display a {
  color: var(--light-light);
  text-decoration: underline;
}

.login-form-page form .hs-submit .hs-button {
  color: var(--light-light);
  border: 3px solid var(--light-light);
  background: inherit;
  margin: 16px;
  padding: 10px 20px;
}

.login-form-page .login-post-message {
  color: var(--light-light);
  font-size: 16px;
}

.login-form-page .links {
  display: flex;
  justify-content: space-around;
}

.login-form-page .links a {
  font-size: 0.75rem;
  color: var(--dark-accent);
  text-decoration: underline;
  display: block;
}

.login-form-page form  .hs-error-msgs label {
  color: #f5a800 !important;
  font-weight: bold;
  width: 100%;
  line-height: 26px;
  text-align: center;
}

@media (min-width:768px) {
  .header__container {
    grid-template-areas: "logo left right";
    grid-template-columns: min-content 1fr 1fr;
  }

  .my-account-button .nav-react-icon {
    height: 25px;
    width: 25px;
  }
}

@media (max-width:992px) {
  #left-logo.header__container .custom-logo {
    grid-area: left;
    padding-left: 10px;
  }
}

@media (min-width:992px) {
  .my-account-button {
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .my-account-button>.widget-type-rich_text {
    margin-top:-5px;
  }

}

@media (min-width:1200px) {
  .my-account-button>.widget-type-rich_text>.hs_cos_wrapper_type_rich_text span {
    display: block;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: var(--primary-base);
    padding-left: 0.5rem;
    margin-bottom: 0px;
    font-weight: 300;
  }
}

@media (max-width:1460px) {
  .custom-header {
    grid-template-columns: 1fr;
  }

  .header__container {
    grid-column: 1 / auto;
  }

  /* ================== Banner Area ========================== */

  .custom-banner-inner {
    grid-template-columns: 1fr;
  }

  .custom-banner-content {
    grid-column: 1 / auto;
  }


}

@media (max-width:1460px) and (min-width:768px) {
  .header__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width:1200px) {
  .custom-header-right {
    gap: 0px;
  }

  .custom-banner-content h1 {
    font-size: 41.25px;
    line-height: 45px;
  }

  .custom-banner-content p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width:1024px) {
  .custom-header-height {
    height:3.5625rem;
  }
}

@media (max-width:992px) {
  .button--hamburger {
    transition: background-color 0.25s ease-in-out;
    background: transparent;
    display: block;
    position: relative;
    width: 60px;
    height: 3.3125rem;
    background-color: white;
    border: 0;
  }

  .button--hamburger .line {
    transition: all 0.5s ease-in-out;
    display: block;
    position: absolute;
    left: 12px;
    width: 30px;
    height: 6px;
    color: var(--primary-base);
    background-color: var(--primary-base);
  }

  .button--hamburger .line:nth-child(1) {
    top: 12px;
  }

  .button--hamburger .line:nth-child(2) {
    top: 21px;
    opacity: 1;
  }

  .button--hamburger .line:nth-child(3) {
    top: 30px;
  }

  .mobile-open .button--hamburger {
    background-color: var(--primary-base);
  }

  .mobile-open .button--hamburger .line {
    background-color: #fff;
  }

  .mobile-open .button--hamburger .line:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 26px;
  }

  .mobile-open .button--hamburger .line:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .button--hamburger .line:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 26px;
  }
}

@media (max-width:768px) {
  .custom-banner-bg {
    background-size: auto 200px;
    background-position-x: 0%;
    height: 100%;
  }

  .custom-banner-content {
    padding-top: 225px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media (max-width:576px) {
  .custom-banner-content h1 {
    font-size: 10vw;
    line-height: 11vw;
    text-align: left;
  }

  .custom-banner-content p {
    font-size: 5vw;
    line-height: 7vw;
    text-align: left;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  position: relative;
  z-index: 0;
  background: #01524d;
  text-align: center;
  padding-top: 30px;
  line-height: 26px;
}

.custom-footer a {
  text-decoration: none;
}

.footer__logo {
  margin: 0 25px 25px 25px;
}

.footer__logo img {
  max-height: 75px;
}

.custom-footer-menu {
  font-size: .875rem;
  line-height: 1rem;
}

.custom-footer-menu .hs_cos_wrapper_type_menu {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-menu .hs-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-footer-menu .hs-menu-wrapper>ul li {
  margin-bottom: 1.375rem;
}

.custom-footer-menu .hs-menu-wrapper>ul li:not(:last-of-type):after {
  content: '\00a0\00a0|\00a0\00a0';
}

.custom-footer-menu .hs-menu-wrapper>ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.custom-footer-social ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-footer-social ul li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 50px;
  width: 50px;
  border: 2px solid;
  border-radius: 50px;
  display: grid;
  align-items: center;
}

.custom-footer-social ul li a {
  font-size: 1.5rem;
  line-height: 1rem;
}

.footer__secondary {
  font-size: .875rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: .2375rem;
  padding-bottom: .7625rem;
  margin-bottom: 0rem;
  padding: 1.375rem 0 0;
  background-color: var(--footer-secondary-background);
}

.footer__secondary ul {
  list-style: none;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__secondary ul li{
  margin-bottom: 1.375rem;
}

.footer__secondary ul li:not(:last-of-type):after {
  content: '\00a0\00a0|\00a0\00a0';
}

.footer__copyright {
  background-color: var(--footer-secondary-background);
}

.footer__copyright p {
  font-size: .625rem;
  line-height: 1rem;
  margin-top: 0rem;
  padding-top: .3125rem;
  padding-bottom: .6875rem;
  margin-bottom: 0rem;
}

@media (max-width:479px) {
  .custom-footer-menu .hs-menu-wrapper>ul li,
  .footer__secondary .hs-menu-wrapper>ul li {
    width: 100%;
  }

  .custom-footer-menu .hs-menu-wrapper>ul li:after,
  .footer__secondary .hs-menu-wrapper>ul li:after {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.blog-header {
  background-color: transparent;
  text-align: center;
}

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

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

.blog-comments {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #00a87e;
  color: #00a87e;
}
.blog-comments .hs-button:hover {
  background-color: #00a87e;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #00a87e;
}

/* Blog Comments */


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

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

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

.comment-date {
  display:block !important;
}

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}

.container-grid {
  display: grid;
  grid-template-columns: 1fr 1440px 1fr;
}

.container-grid>div {
  grid-column: 2;
}

.page-header {
  position: relative;
  margin: 0 0 1.875rem 0;
  color: #3d3936;
  text-align: left;
}

.page-header .header-content {
  height: 100%;
}

.breadcrumb {
  list-style: none;
  color: var(--primary-base);
  font-size: 14px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 1.875rem 0;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb .breadcrumb-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 0;
  line-height: 1rem;
  vertical-align: top;
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  color: #3d3936;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  content: "/";
}

.hs-blog-listing .page-title h1 {
  font-size: 2.625rem;
  color: var(--brand-dark);
  text-align: left;
  border-bottom: 1px solid var(--brand-dark);
  margin-bottom: 1.25rem;
}


.blog-content-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 1fr;
}

.blog-content {
  display: grid;
  place-items: center;
}

.hs-blog-listing .post {
  line-height:26px;
}

.hs-blog-listing .post .post-title {
  margin-top: 3.375rem;
  margin-bottom: 1.125rem;
}

.hs-blog-listing .post:first-of-type .post-title {
  margin-top:0;
}

.post .post-title a {
  text-decoration: none;
}

.hs-blog-listing .single-post-info, .blog-detail .single-post-info {
  margin-bottom: 1.125rem;
  font-size: 0.75rem;
}

.hs-blog-listing .single-post-info time, .blog-detail .single-post-info time {
  font-weight: 500;
}

.hs-blog-listing .featured-image {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.125rem;
}

.blog p {
  margin-top: -1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

.blog p.excerpt {
  margin-bottom: 0;
}

.blog .link-read-more {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
  display: block;
  margin-bottom: 1.25rem;
}

.icon-arrow-triangle-right:before {
  content: "";
}

.blog hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  background-color: var(--primary-base);
}

.blog h1,
.blog h2,
.blog h3,
.blog h4, 
.blog h5, 
.blog h6, 
.blog ol, 
.blog ul, 
.blog p,
.blog-detail h1,
.blog-detail h2,
.blog-detail h3, 
.blog-detail h4,
.blog-detail h5, 
.blog-detail h6, 
.blog-detail ol, 
.blog-detail ul, 
.blog-detail p {
  margin-bottom: 1.5rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.pagination li {
  margin-right: .7rem;
  border-radius: 0;
  color: var(--primary-base);
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 500;
  padding-left: .1rem;
  padding-right: .1rem;
}

.pagination li a {
  color: var(--primary-base);
  font-weight: 300;
}

.pagination li.active {
  border-bottom: solid 1px var(--dark-base);
}

.pagination li.active a {
  font-weight: 500;
}

.pagination li a:not(.disabled) {
  font-weight: 500;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

.blog-sidebar h3 {
  color: var(--dark-base);
  font-size: 1.375rem;
  line-height: 1;
}

.blog-sidebar ul {
  padding-left: 0;
  list-style: none;
}

.blog-sidebar ul li {
  line-height: 2.1875rem;
  margin-bottom: .625rem;
  margin-left: 1rem;
}

.blog-sidebar ul li a {
  font-weight: 500;
  text-decoration: underline;
}


.single-post {
  line-height: 26px;
}


.single-post-title {
  font-size: 2.625rem;
  border-bottom: 1px solid var(--primary-base);
}

.blog-detail .single-post img {
  display: block;
}

.blog-detail .single-post .featured-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width:100%;
}

@media (max-width:1490px) {
  .news-container {
    margin: 0 var(--grid-spacing);
  }
}

@media (max-width:1460px) {
  .container-grid {
    grid-template-columns: 1fr 100% 1fr;
  }
}

@media (max-width:768px) {
  .breadcrumb {
    margin: 1rem 0;
  }

  .blog-content-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-pagination {
    border-bottom: 1px solid var(--primary-base);
  }

  .hs-blog-post .blog-content-wrapper {
    display: block;
  }

  .hs-blog-post .blog-content {
    display: block;
    place-items: center;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

  .single-post-title {
    font-size:2rem;
  }
  
}
@media (max-width: 350px) {
  .breadcrumbs.post li.breadcrumb-item {
      font-size: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 * {
	position:relative;
	z-index:1;
}

.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Santral', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 40vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: 0;
}
@media screen and (min-width: 1100px) {
	.error-page:before {
		font-size: 20rem;
	}
}
.error-page_heading {
	margin-bottom: 1rem;
}

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

.hs-search-results {
	margin-top: 2rem;
}
ul.hs-search-results__listing li {
	margin-bottom: 2rem;
}
.hs-search-results__title {
	font-family: Merriweather, serif;
	font-size: 1.25rem;
	color: #3d3936;
	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: #3d3936;
}

@media (max-width:767px) {
	.systems-page .success {
		min-width:auto;
	}
}