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











































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

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}

@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:"ff-good-headline-web-pro-con";
  src:url("//use.typekit.net/af/7dd689/00000000000000007735ab5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/7dd689/00000000000000007735ab5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/7dd689/00000000000000007735ab5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"ff-good-headline-web-pro-nar";
  src:url("//use.typekit.net/af/189a26/00000000000000007735ab3e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),
    url("//use.typekit.net/af/189a26/00000000000000007735ab3e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),
    url("//use.typekit.net/af/189a26/00000000000000007735ab3e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-style:normal;
  font-weight:800;
}

@font-face {
  font-family:"ff-good-headline-web-pro-nar";
  src:url("//use.typekit.net/af/c476f6/00000000000000007735ab42/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/c476f6/00000000000000007735ab42/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/c476f6/00000000000000007735ab42/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"ff-good-headline-web-pro-nar";
  src:url("//use.typekit.net/af/a3e771/00000000000000007735ab83/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/a3e771/00000000000000007735ab83/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/a3e771/00000000000000007735ab83/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"good-headline-web-pro-wide";
  src:url("//use.typekit.net/af/328a29/00000000000000007735ab3a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/328a29/00000000000000007735ab3a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/328a29/00000000000000007735ab3a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"good-headline-web-pro-wide";
  src:url("//use.typekit.net/af/d5bd63/00000000000000007735ab73/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
    url("//use.typekit.net/af/d5bd63/00000000000000007735ab73/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
    url("//use.typekit.net/af/d5bd63/00000000000000007735ab73/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-style:italic;
  font-weight:600;
}

@font-face {
  font-family:"good-headline-web-pro-wide";
  src:url("//use.typekit.net/af/2c8a12/00000000000000007735ab65/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/2c8a12/00000000000000007735ab65/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/2c8a12/00000000000000007735ab65/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"good-headline-web-pro-wide";
  src:url("//use.typekit.net/af/254619/00000000000000007735ab52/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/254619/00000000000000007735ab52/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/254619/00000000000000007735ab52/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style:normal;
  font-weight:600;
}

@font-face {
  font-family:"ff-good-headline-web-pro-ext";
  src:url("//use.typekit.net/af/fea056/00000000000000007735ab4e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/fea056/00000000000000007735ab4e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/fea056/00000000000000007735ab4e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"ff-good-headline-web-pro-ext";
  src:url("//use.typekit.net/af/bef92c/00000000000000007735ab59/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("//use.typekit.net/af/bef92c/00000000000000007735ab59/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("//use.typekit.net/af/bef92c/00000000000000007735ab59/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style:italic;
  font-weight:400;
}

@font-face {
  font-family:"ff-good-headline-web-pro-ext";
  src:url("//use.typekit.net/af/68d568/00000000000000007735ab8d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/68d568/00000000000000007735ab8d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/68d568/00000000000000007735ab8d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"Font Awesome 5 Pro";
  src:url("//4160966.fs1.hubspotusercontent-na1.net/hubfs/4160966/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Light/fa-light-300.eot") format("eot"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Light/fa-light-300.woff2) format("woff2"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Light/fa-light-300.woff) format("woff"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Light/fa-light-300.ttf) format("ttf");
  font-style:normal;
  font-weight:300;
}

@font-face {
  font-family:"Font Awesome 5 Pro";
  src:url("//4160966.fs1.hubspotusercontent-na1.net/hubfs/4160966/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Regular/fa-regular-400.eot") format("eot"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Regular/fa-regular-400.woff2) format("woff2"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Regular/fa-regular-400.woff) format("woff"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Regular/fa-regular-400.ttf) format("ttf");
  font-style:normal;
  font-weight:400;
}

@font-face {
  font-family:"Font Awesome 5 Pro";
  src:url("//4160966.fs1.hubspotusercontent-na1.net/hubfs/4160966/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.eot") format("eot"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.woff2) format("woff2"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.woff) format("woff"),
    url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/Fonts/Font%20Awesome%205%20Pro%20Solid/fa-solid-900.ttf) format("ttf");
  font-style:normal;
  font-weight:900;
}

@font-face { font-family: "ff-good-headline-web-pro-ext"; src: url("https://use.typekit.net/af/c96c00/00000000000000007735ab4d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c96c00/00000000000000007735ab4d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c96c00/00000000000000007735ab4d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); font-style: normal; font-weight: 700; font-display: auto; }


html {
  font-size: 17px;
}

body {
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  color: #16161a;
  line-height: 1.66667;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .625rem;
  letter-spacing: .016em;
  line-height: .96;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;

  letter-spacing: .011em;
  line-height: 1.14;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: .008em;
  line-height: 1.22;
}

h4 {
  font-size: 1.175rem;
  letter-spacing: .007em;
  line-height: 1.26;
}

h5 {
  font-size: 1rem;
  letter-spacing: .012em;
  line-height: 1.44;
}

h6 {
  font-size: .9rem;
  letter-spacing: .009em;
  line-height: 1.31;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
.body-container-wrapper ul{
  padding-left: 1.17647rem;
}
ul,
ol {
  margin-bottom: 1rem;
  margin-top: 0;
}
.body-container-wrapper ol{
  list-style: none;
  counter-reset: first-level-ol;
  overflow: hidden;
}
.body-container-wrapper ol li{
  counter-increment: first-level-ol;
}
.body-container-wrapper ul li,
.body-container-wrapper ol li {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 500;
  letter-spacing: .009em;
  margin-bottom: 1.17647rem;
}

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

blockquote {
  margin: 0 0 1rem;
}
figure {
  margin: 0 0 1rem;
}
/* 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;
}
/*
ol:not(.breadcrumb)>li:before {
  content: "." counter(first-level-ol,decimal);
}
*/
ol:not(.breadcrumb) li:before {
  color: #4471da;
  font-family: ff-good-headline-web-pro-nar,sans-serif;
  font-weight: 900;
  font-size: 1.05882rem;
  display: inline-block;
  width: 1em;
  margin-left: -28px;
  margin-right: 9px;
  text-align: right;
  direction: rtl;
}





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

.disable-focus-styles :focus {
outline: none;
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width:100%;
  font-family: Montserrat,sans-serif;
  Margin:0 auto;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-color: #fff;
  color: #241eac;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none!important;
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  letter-spacing: .06118rem;
  text-transform: uppercase;
  text-align: center;
  will-change: transform,color,background-color,border-top-color,border-bottom-color,border-left-color,border-right-color,padding,opacity;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
  text-decoration: none;
  font-size: 26px;
  padding: .53rem 2.64706rem;
  cursor: pointer;
  margin:15px 0;
  white-space:normal;
}

/* .hs-button:hover, .hs-button:focus {
background-color: #d7d7d7;
border-color: #d7d7d7;

color: #241eac;
}

.hs-button:active {
background-color: #ffffff;
border-color: #ffffff;
}
*/
.hs-form-field > label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  text-transform: none;
  letter-spacing: normal;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: .88235rem;
  margin-bottom: .5rem;
}

.hs-form label {
  color: #16161a;
  display: block;
}

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

.hs-input,
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select{
  display: inline-block;
  width: 100% !important;
  min-height: 49px;
  font-size: 16px;
  font-weight: normal;
  color: #16161a;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 27px;
  border-width: 3px;
  border-style: solid;
  padding: 8px 22px;
  letter-spacing: .007em;
  font-size:22px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:unset;
}

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

.hs-input:-moz-placeholder {
  color: #16161a;
}

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

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

textarea.hs-input {
  height: auto;
}

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

.hs-error-msgs label.hs-error-msg {
  font-size: .70588rem;
  font-weight: 400;
  letter-spacing: .12353rem;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  font-family: Montserrat,sans-serif;
  background-color: rgba(255,223,224,.25);
  padding: 10px;
  display: inline-block;
}

.hs_error_rollup .hs-error-msgs label {
  color: #790000;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  text-align: center;
  font-family: Montserrat,sans-serif;
  letter-spacing: normal;
  text-transform: none;
  background-color: transparent;
}

.hs-error-msgs {
  padding: 0 !important;
  margin: 0 !important;
}

.hs-error-msgs li {
  margin: 0 !important;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: normal;
}



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

.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: #16161a;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #d80000;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #16161a;
}
.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: Montserrat,sans-serif;
}
@media(min-width:768px){
  form {
    max-width: 767px;
    font-family: Montserrat,sans-serif;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */



.no-nav .footer-meta-wrapper .footer-social-nav.desktop {
  min-height: 39px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-container-wrapper {
  min-height: 128px;
}

.site-header-wrapper {
  background-color: #241eac;
  color: #fff;
  z-index: 3;
  -webkit-transition: background-color .125s ease-out;
  transition: background-color .125s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.site-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  max-width: 100%;
  position: relative;
 margin: auto;
}

.header-logo .widget-type-rich_text {
  max-width: 500px;
   margin: auto;
}

.header-logo .hs_cos_wrapper_type_rich_text {
  display: block;
}

.header-logo a {
  color: #fff;
  display: block;
}

.header-logo a .branding--logo-img {
  display: block;
  min-height: 1.47059rem;

    margin: 20px 0;
}

.header-logo a svg {
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.header-navigation {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.header-menu-container {
  padding: 3.88235rem 3.05882rem 7.05882rem;
  height: 100vh;
  max-height: none;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header-secondary-nav {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.header-primary-nav {
  margin-bottom: 0px;
  padding-top: 35px;
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  scrollbar-color: hsla(0,0%,100%,.8) #241eac;
  scrollbar-width: thin;
  scrollbar-face-color: hsla(0,0%,100%,.8); scrollbar-track-color: #241eac; -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
}

.site-header-secondary-nav .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-header-secondary-nav ul {
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-header-secondary-nav ul li {
  margin-right: 1.17647rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
}
.site-header-secondary-nav ul li:before {
  font-family: Font Awesome\ 5 Pro;
  vertical-align: middle;
  font-size: .82353rem;
  margin-right: 4px;
}

.site-header-secondary-nav ul li a {
  font-size: .88235rem;
  line-height: 1.86667;
  letter-spacing: -.009em;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: good-headline-web-pro-wide,sans-serif;
  text-decoration: none;
}

.site-header-secondary-nav ul li a:hover {
  text-decoration: underline;
}

.site-header-secondary-nav ul li:last-child {
  margin-right: 0;
}

.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  width: 100%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: .47059rem 1rem;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: block;
  color: #fff;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: 1.05882rem;
  line-height: 1.77778;
  letter-spacing: .011em;
  cursor: pointer;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children > ul {
  font-size: 1rem;
  color: #16161a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: .58824rem;
  display: none;
  opacity: 0;
  max-height: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .125s;
  transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
  will-change: max-height,opacity;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1000;
}

.custom-menu-primary .hs-menu-wrapper ul ul li {
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 500;
  font-size: 1.05882rem;
  line-height: 1.66667;
  letter-spacing: .009em;
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper ul ul li:first-child {
  border-top-left-radius: .58824rem;
  border-top-right-radius: .58824rem;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a {
  color: #16161a;
  padding-top: 8px;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: 1.05882rem;
  line-height: 1.77778;
  letter-spacing: .011em;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a .caret {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: .88235rem;
  min-height: .41176rem;
  z-index: 4;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-top: .23529rem;
  margin-left: .70588rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a .caret:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f107";
  display: inline-block;
  -webkit-transition: opacity .125s ease-out;
  transition: opacity .125s ease-out;
}
.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children > a {
  cursor: default;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{
  display: block;
  background-color: #4471da;
  height: .17647rem;
  position: absolute;
  bottom: .35294rem;
  left: 0;
  right: 100%;
  -webkit-transition: right .125s ease-out;
  transition: right .125s ease-out;
  will-change: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:hover:before,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{
  right: 0;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:hover .caret:after {
  opacity: .3;
}
.header-contact-button a {
  padding-top: 8px;
  margin-top: 0px;
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.52941rem;
  line-height: 1;
  padding: .53rem 2.64706rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  letter-spacing: .06118rem;
  background-color: #241eac;
  border: .17724rem solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
  will-change: transform,color,background-color,border-top-color,border-bottom-color,border-left-color,border-right-color,padding,opacity;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.header-contact-button a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4471da;
  cursor: pointer;
  text-decoration: none;
}

.header-contact-button a > .label {
  position: relative;
  z-index: 4;
}

.header-contact-button a > .icon {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  font-weight: 400;
  font-size: .82353rem;
  vertical-align: middle;
  margin-left: .58824rem;
  position: relative;
  z-index: 4;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  display: block;
  padding: .47059rem 1rem;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>a .caret {
  margin-left: 0;
}

.site-header-secondary-nav ul li:before {
  position: relative;
  top: 1px;
}
.fixed-header .site-header-wrapper {
  padding: 0;
}

.fixed-header .site-header-wrapper {
  transition: all 0.4s ease-in-out;
}

.fixed-header .site-header-secondary-nav {
  opacity: 0;
}

.fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-top: 0px;
  top: 2px;
}

.fixed-header .header-contact-button a {
  margin-top: -6px;
  padding-top: 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a,.site-header-wrapper {
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}
.site-header-secondary-nav ul {
  width: 100%;
}

@media (min-width: 45.17647em){
  .site-header-wrapper{
    padding: 1.29412rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-menu-container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    height: auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header-primary-nav{
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: left;
  }
  .site-header-secondary-nav .hs_cos_wrapper_type_rich_text{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header-secondary-nav ul{
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .custom-menu-primary{
    -moz-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children > ul{
    position: absolute;
    top: 100%;
    min-width: 17.64706rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:hover > ul{
    max-height: 2000px;
    opacity: 1;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children > ul:before{
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 100%;
    left: 3.05882rem;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: .47059rem solid transparent;
    border-right: .47059rem solid transparent;
    border-bottom: .47059rem solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a{
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li:hover{
    background-color: #0c0698;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li:hover a{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a .caret{
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:before,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a:before{
    content: "";
  }
  .header-contact-button a{
    -moz-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
  .header-contact-button a > .icon{
    visibility: hidden;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a .caret {
    margin-left: 5px;
  }
  .mobile-trigger,
  .site-header-lead{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li:last-child {
    border-bottom-left-radius: .58824rem;
    border-bottom-right-radius: .58824rem;
  }
}

@media (min-width: 58.35294em){
  .header-logo .widget-type-rich_text{
    max-width: 500px
    /*padding-left: 2.94118rem;*/
  }
}

@media (min-width: 95.29412em){
  .header-logo{
    -webkit-box-flex: 0;
   /* -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; */
    max-width: 500px;
  }
  .header-navigation{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .header-primary-nav{
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.05882rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    margin-right: .5rem;
    margin-left: .5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    display:none;
  }
}

@media (min-width: 105.88235em){
  .header-primary-nav{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-top: 1.17647rem;
  }
  .site-header-secondary-nav{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-right: 2.35294rem;
  }
  .header-contact-button a{
    margin: 0 0 0 .5rem;
  }
}

@media (min-width: 95.29412em) and (max-width: 105.86235em){
  .header-primary-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .site-header-secondary-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .site-header-secondary-nav ul {
    width: 100%;
  }

  .header-contact-button a {
    margin: 0 0 0 .70588rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: 1.41176rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: .70588rem;
    margin-left: .70588rem;
  }

  .fixed-header .header-primary-nav {
    margin-bottom: 8px;
    padding-top: 22px;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    top: 0;
  }

  .fixed-header .header-contact-button a {
    margin-top: -8px;
  }

}

@media (min-width: 45.17647em) and (max-width: 95.27412em){
  .site-header-secondary-nav {
    -moz-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: absolute;
    top: 1.17647rem;
    right: calc(50px - .75rem);
  }
  .header-primary-nav {
    -moz-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size: .94118rem;
    line-height: 2;
  }
}

@media (min-width: 75.29412em) and (max-width: 95.27412em){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right: .47059rem;
  }
}

@media (min-width: 58.35294em) and (max-width: 95.27412em){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: .70588rem;
    margin-left: .70588rem;
  }
}
@media (max-width: 95.27412em){
  .header-navigation {
    position: static;
  }
  .header-contact-button a {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a {
    margin-right: 0;
  }

  .header-container-wrapper {
    min-height: 172px;
  }

  .fixed-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    top: 0;
  }

}
@media (min-width: 45.17647em) and (max-width: 58.33294em){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: 1.05882rem;
    margin-left: .82353rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-left: -2px;
  }

}


@media (max-width: 45.15647em){

  .mobile-trigger {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .73529rem;
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    padding: .25rem .75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .23529rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }

  .mobile-trigger .navbar-toggler-icon {
    background: url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/images/trigger.svg) 50% no-repeat;
    width: 1.76471rem;
    height: 1.76471rem;
    display: inline-block;
    vertical-align: middle;
    content: "";
  }
  .header-menu-container {
    -webkit-transition: opacity .125s ease-out;
    transition: opacity .125s ease-out;
    will-change: opacity;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background-color: #241eac;
    z-index: 4;
    position: fixed;
    bottom: 0;
    padding: 3.88235rem 3.05882rem 7.05882rem;
    height: 100vh;
    max-height: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
  }

  .mobile-open .header-menu-container {
    opacity: 1;
    visibility: visible;
  }

  .mobile-trigger {
    outline: 0;
    padding: 0;
  }

  .mobile-open .mobile-trigger .navbar-toggler-icon {
    background: url(//6964951.fs1.hubspotusercontent-na1.net/hubfs/6964951/raw_assets/public/AllegianceGroup_March2021/images/close-trigger.svg) 50% no-repeat;
    width: 1.41176rem;
    height: 1.41176rem;
  }

  .site-header-lead {
    max-width: 15.88235rem;
    margin-bottom: 1.47059rem;
    text-align: left;
  }

  .site-header-lead .lead-icon {
    display: inline-block;
    border: .11765rem solid #fff;
    border-radius: 50%;
    margin-bottom: .88235rem;
    color: #66aded;
  }

  .site-header-lead .lead-icon svg {
    color: currentColor;
    fill: currentColor;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
  }

  .site-header-lead .lead-text {
    font-size: .94118rem;
    line-height: 1.375;
    position: relative;
    top: -2px;
  }

  .site-header-lead .hs_cos_wrapper_type_text {
    display: block;
  }

  .header-primary-nav {
    position: static;
    overflow-y: auto;
    max-height: 100%;
    padding: 0 0 11.76471rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul>li {
    margin-bottom: .58824rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 2.11765rem;
    line-height: 1.44444;
    font-family: ff-good-headline-web-pro-nar,sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a .caret {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.05882rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>a .caret {
    margin-left: .70588rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  .site-header-secondary-nav {
    display: none;
  }

  .header-contact-button a {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 3.05882rem;
    left: 3.05882rem;
    border-radius: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 5;
    text-align: left;
    padding: .85294rem 0 !important;
    display: block;
    font-family: ff-good-headline-web-pro-con,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.52941rem;
    line-height: 1;
    margin: 1.76471rem 0 !important;
  }

  .header-contact-button a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    content: "";
    background-color: #fff;
    height: .05882rem;
    display: block;
    z-index: 4;
  }

  .header-contact-button a:after {
    content: "";
    display: block;
    position: absolute;
    left: -3.05882rem;
    right: -3.05882rem;
    background: #241eac;
    background: -webkit-gradient(linear,left bottom,left top,from(#241eac),color-stop(50%,#241eac),to(rgba(36,30,172,0)));
    background: linear-gradient( 0deg ,#241eac,#241eac 50%,rgba(36,30,172,0));
    top: auto;
    pointer-events: none;
    height: calc(300% + 3.52941rem);
    bottom: -30px;
    z-index: 0;
  }

  .header-contact-button a .icon:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f061";
  }
  body.mobile-open {
    overflow-y: hidden;
  }

  .child-trigger {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 51px;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul {
    opacity: 1;
    visibility: visible;
    background-color: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul>li>a {
    color: #fff !important;
  }
  .header-container-wrapper{
    min-height:80px;
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    font-size: 1.11765rem;
    line-height: 1.94737;
    font-family: good-headline-web-pro-wide,sans-serif;
    letter-spacing: .011em;
    color: #fff;
    padding: 0;
  }

  .header-primary-nav::-webkit-scrollbar {
    width: .23529rem;
  }

  .header-primary-nav::-webkit-scrollbar-track {
    background-color: #241eac;
  }

  .header-primary-nav::-webkit-scrollbar-thumb {
    background-color: hsla(0,0%,100%,.6);
    border-radius: 2px;
  }
  .child-open .caret:after {
    opacity: 0.3;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li:hover {
    background-color: transparent !important;
  }
  .header-contact-button a:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
    text-decoration: underline;
  }




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

.footer__container {
  padding: 0 .88235rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.page_center_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.page_center_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
}

.footer-container-wrapper {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.footer-meta-wrapper {
  background-color: #0c0698;
  padding: 1.11765rem 1.47059rem;
  text-align: center;
}

.site-footer--copyright {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-footer--copyright p {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: .82353rem;
  letter-spacing: .011em;
  padding: .35294rem 0 0;
  margin: 0;
  line-height: 1.66667;
}

.footer-container-wrapper {
  color: #fff;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.site-footer-utilities {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-footer-utilities .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-footer-utilities .hs-menu-wrapper ul {
  width: 100%;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-footer-utilities .hs-menu-wrapper ul li a {
  font-size: .82353rem;
  padding: .29412rem 0 0;
  display: inline-block;
  letter-spacing: .004em;
  color: #fff;
  line-height: 1.77778;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.site-footer-utilities .hs-menu-wrapper ul li a:hover{
  text-decoration: underline;
}
.site-footer-utilities .hs-menu-wrapper ul li:not(:last-child):after {
  font-size: .88235rem;
  content: "/";
  display: inline-block;
  margin: 0 .58824rem 0 .29412rem;
  padding-left: 5px;
}
.footer-info-wrapper {
  margin-top: .17647rem;
  background-color: #241eac;
  padding: 3.52941rem 1.47059rem 1.76471rem;
  text-align: center;
}

.site-footer-company {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-right-wrapper {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 2.94118rem;
}
.navbar-nav .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.76471rem;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul li {
  margin-right: 1.17647rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul li:before {
  font-family: Font Awesome\ 5 Pro;
  vertical-align: middle;
  font-size: .82353rem;
  margin-right: 4px;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul li a {
  font-size: .88235rem;
  line-height: 1.86667;
  letter-spacing: -.009em;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-family: good-headline-web-pro-wide,sans-serif;
  text-decoration: none;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul li a:hover {
  text-decoration: underline;
}
.navbar-nav .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-right: 0;
}
.nav-item.login:before{
  content: "\f2bd";
}
.nav-item.support:before{
  content: "\f059";
}
.footer-sign-up {
  text-align: left;
}

.footer-sign-up h1 {
  font-size: 1.64706rem;
  line-height: 1.14286;
  margin-bottom: .29412rem;
  color: #fff;
  letter-spacing: .016em;
}

.footer-sign-up p {
  font-size: .94118rem;
  line-height: 1.3125;
  max-width: 24.17647rem;
}

.footer-sign-up .widget-type-form {
  margin-bottom: 5.88235rem;
}

.footer-sign-up .widget-type-form form {
  max-width: 100%;
}

.footer-sign-up .widget-type-form form .hs_email {
  position: relative;
  padding: 0 0 1.76471rem!important;
  margin: 0!important;
  vertical-align: middle;
  max-width: 24.17647rem;
  color: #fff;
}

.footer-sign-up .widget-type-form form .hs-submit {
  padding-top: 0;
  margin-bottom: 1.76471rem;
  text-align: left;
}

.footer-sign-up .widget-type-form form .hs-button {
  border-color: #fff;
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  letter-spacing: .06118rem;
  background-color: #241eac;
  border: .17724rem solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
  will-change: transform,color,background-color,border-top-color,border-bottom-color,border-left-color,border-right-color,padding,opacity;
  display: inline-block;
  text-decoration: none;
  font-size: 26px!important;
  width: auto;
  padding: .53rem 2.64706rem;
}

.footer-sign-up .widget-type-form form .hs-button:hover {
  color: #4471da;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
}
.footer-sign-up .widget-type-form form .hs-form-field > label {
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: .88235rem;
  text-transform: none;
  letter-spacing: normal;
  display: inline-block;
  padding: 0 0 .29412rem;
  line-height: 1.5;
}

.footer-sign-up .widget-type-form form {
  line-height: 1.5;
}

.footer-sign-up .widget-type-form form .hs-form-field input[type=email] {
  background: #fff;
  color: #16161a;
  border-color: #fff;
  outline: none;
  width: 100%!important;
  font-family: ff-good-headline-web-pro-nar,sans-serif;
  font-size: 22px!important;
  line-height: 27px;
  border-width: 3px;
  border: 3px solid #fff;
  letter-spacing: .007em;
  padding: 8px 22px;
  display: inline-block;
}

.footer-sign-up p {
  margin-bottom: 0;
}
.site-footer-company .footer-logo {
  margin-bottom: 3.52941rem;
      margin: auto;
}

.search-form-wrapper {
  position: relative;
  max-width: 24.17647rem;
  padding-bottom: .35294rem;
  border-bottom: .05882rem solid #fff;
}

.search-form-wrapper label {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -.17647rem;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 0;
}

.search-form-wrapper label:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f002";
  display: inline-block;
  width: 1.47059rem;
  height: 1.47059rem;
  font-size: 1.47059rem;
}

.search-form-wrapper input[type="text"] {
  padding: .53059rem 1.41176rem;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: .94118rem;
  line-height: 1.4375;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  letter-spacing: .009em;
  padding-right: 2.35294rem;
  padding-left: 0;
  width: 100%;
  color: #fff;
  display: inline-block;
  min-height: unset;
  outline:none;
}

.search-form-wrapper input[type="submit"] {
  position: absolute;
  right: 0;
  top: 8px;
  width: 32px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: transparent;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.search-form-wrapper input[type="text"]::placeholder {
  color: #fff;
}
.footer-contact-btn {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-contact-btn a {
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.52941rem;
  line-height: 1;
  padding: .53rem 2.64706rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  letter-spacing: .06118rem;
  background-color: #241eac;
  border: .17724rem solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
  will-change: transform,color,background-color,border-top-color,border-bottom-color,border-left-color,border-right-color,padding,opacity;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1.76471rem;
  vertical-align: middle;
}

.footer-contact-btn .hs_cos_wrapper_type_text {
  display: block;
}

.footer-contact {
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-contact ul {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: 1.05882rem;
  line-height: 1.55556;
  letter-spacing: .047em;
  margin-bottom: 1.76471rem;
  margin-top: 1.76471rem;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-contact ul li {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 500;
  font-size: 1.05882rem;
  line-height: 1.66667;
  letter-spacing: .009em;
  list-style: none;
  position: relative;
     text-align: center;
}

.footer-contact ul li a {
  font-size: 1.05882rem;
  line-height: 1.55556;
  text-decoration: none;
  color: #fff;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 500;
     text-align: center;
}

.footer-contact ul li a:hover {
  text-decoration: underline;
    text-align: center;
}

.footer-contact-btn a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4471da;
  cursor: pointer;
  text-decoration: none;
}
.footer-contact ul li strong {
  font-family: ff-good-headline-web-pro-nar,sans-serif;
  font-weight: 900;
  font-size: 1.17647rem;
  line-height: 1.4;
  letter-spacing: .047em;
  padding-right: .29412rem;
     text-align: center;
}

.footer-logo a {
  color: #fff;
  display: block;
      margin: auto;
}

.footer-logo a svg {
  display: block;
  min-height: 80px;
  vertical-align: middle;
      margin: auto;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #3f6dd9;
}

.footer-nav ul {
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-nav ul li a {
  padding: .47059rem 1rem;
  font-family: ff-good-headline-web-pro-nar,sans-serif;
  font-weight: 700;
  font-size: 1.17647rem;
  line-height: 1.1;
  letter-spacing: .047em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  color: #fff;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
}

.footer-nav ul li a:before {
  content: "";
  display: block;
  background-color: #fff;
  height: .17647rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: right .125s ease-out;
  transition: right .125s ease-out;
  will-change: right;
}

.footer-nav ul li a:after {
  font-family: Font Awesome\ 5 Pro;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-weight: 300;
  vertical-align: middle;
  margin-left: .58824rem;
  left: 100%;
}

.footer-nav ul li:last-child {
  margin-right: 0;
}

.footer-nav ul li a:hover:before {
  right: 0;
}

.footer-sign-up .widget-type-form form .hs_error_rollup {
  display: none;
}

.footer-sign-up .widget-type-form form .hs-error-msg {
  color: #fff;
  background-color: transparent;
  text-align: left;
  font-size: .70588rem;
  letter-spacing: .12353rem;
  text-transform: uppercase;
  line-height: 1;
}
.footer-sign-up .widget-type-form form .hs_error_rollup + .hs-submit {
  position: relative;
  top: -20px;
}
























@media (min-width: 33.88235em){
  .footer-nav ul{
    -webkit-box-direction: normal
      -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 45.17647em){
  .site-footer--copyright{
    -moz-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .site-footer-utilities{
    -moz-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-sign-up .widget-type-form form .hs_email{
    display: inline-block;
    width: calc(100% - 235px);
  }
  .footer-sign-up .widget-type-form form .hs-submit{
    display: inline-block;
    margin-left: 1.76471rem;
    text-align: center;
  }
}
@media (min-width: 58.35294em){
  .footer__container{
    padding: 0 2.94118rem;
  }
  .footer-meta-wrapper{
    text-align: left;
    padding: 1.11765rem 5.64706rem 1.23529rem;
  }
  .site-footer-utilities .hs-menu-wrapper ul{
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar-nav .hs_cos_wrapper_type_rich_text ul{
    padding-top: 0;
  }

  .footer-nav{
    padding: 3.05882rem 1.47059rem 2.94118rem;
  }  
  .footer-social-wrapper{
    -moz-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }


}
@media (min-width: 75.29412em){
  .mobile{
    display:none;
  }
  .footer-container-wrapper{
    padding-bottom: 2.94118rem;
  }
  .footer-info-wrapper{
    text-align: left;
    padding: 3.52941rem 5.64706rem 1.76471rem;
  }
  .site-footer-company{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 1.76471rem;
        margin: auto;
  }
  .footer-right-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: .88235rem;
    position: relative;
  }
  .navbar-nav{
    position: absolute;
    right: .88235rem;
    bottom: 0;
  }
  .footer-sign-up p{
    max-width: 23.11765rem;
  }
  .footer-sign-up .widget-type-form form .hs_email{
    max-width: 23.11765rem;
    color: #70707b;
  }
  .search-form-wrapper{
    max-width: 23.11765rem;
  }
  .footer-contact-btn{
    -moz-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-contact{
    -moz-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
        margin: auto;
  }
}


@media (min-width: 95.29412em){
  .footer-contact-btn{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .footer-contact{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
        margin: auto;
  }
  .footer-contact ul{
    margin-bottom: 2.94118rem;
    margin-top: 1.76471rem;
  }
  .footer-nav ul li{
    margin-right: 8.23529rem;
  }
}

@media (min-width: 105.88235em){
  .site-footer--copyright{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }  
  .site-footer-utilities{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .footer-social-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
@media (min-width: 75.29412em) and (max-width: 105.86235em){
  .site-footer-utilities, 
  .site-footer--copyright,
  .footer-social-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer-nav ul li{
    margin-right: 6.47059rem;
  }
  .footer-nav ul li:lastr-child{
    margin-right:0;
  }
}
@media (min-width: 45.17647em) and (max-width: 105.86235em){
  .footer-contact-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        margin: auto;
  }

}
@media (min-width: 45.17647em) and (max-width: 75.27412em){
  .site-footer-utilities,.site-footer--copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (min-width: 33.88235em) and (max-width: 75.27412em){
  .footer-nav ul li {
    margin-right: 2.94118rem;
  }
}

@media (max-width: 75.27412em){
  .desktop{
    display:none;
  }
  .footer-container-wrapper {
    color: #fff;
    padding-bottom: .88235rem;
  }
  .navbar-nav .hs_cos_wrapper_type_rich_text ul{
    moz-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-sign-up .widget-type-form form .hs-button {
    margin: 0;
  }

  .footer-contact-btn a {
    margin-bottom: 5px;
  }

  .footer-logo a {
    display: inline-block;
  }

  .site-footer-company .footer-logo {
    margin-bottom: 39px;
        margin: auto;
  }
  .footer-nav {
    padding: 2.35294rem;
  }


}
@media(max-width:721px){
  .footer-sign-up .widget-type-form form .hs_email {
    width: 100%;
    max-width: 100%;
  }

  .footer-contact-btn a {
    margin-bottom: 1.76471rem;
  }
  .site-footer-company .footer-logo {
    margin-bottom: 3.52941rem;
        margin: auto;
  }

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

.content-wrapper {
  margin: 0 auto;
}
.blog-banner {
  background-color: #241eac;
}
.blog-banner ol {
  color: #fff;
  padding: 1.17647rem 0;
  margin: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.blog-banner ol li::before {
  display: none;
}

.blog-banner ol .breadcrumb-item {
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  font-size: .67647rem;
  line-height: 1.52174;
  letter-spacing: .102em;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-wrapper li {
  /* color: #fff; */
  /* font-family: Montserrat,sans-serif; */
  /* font-weight: 700; */
  /* font-size: .67647rem; */
  /* line-height: 1.52174; */
  /* letter-spacing: .102em; */
  /* margin-bottom: 0; */
}

.blog-banner ol .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

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

.blog-banner ol .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-wrapper li+li:before {
  font-weight: 400;
  display: inline-block;
  padding-right: .5rem;
  content: "/";
  font-size: 11.2px;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  font-weight: 400;
  font-family: Montserrat,sans-serif;
}
.blog-banner ol {
  margin-top: 0;
}

.blog-header__title {
  background-color: #241eac;
  color: #fff;
  padding: 2.94118rem 0;
}

.blog-header__title h1 {
  color: #fff;
  margin-bottom: .35294rem;
  letter-spacing: .016em;
  line-height: .96;
}
.blog-listing-wrapper .resource-filters {
  margin-top: 2.94118rem;
}

.listing--filters-label {
  font-family: ff-good-headline-web-pro-ext,sans-serif;
  font-weight: 700;
  font-size: 1.17647rem;
  line-height: 1.05;
  letter-spacing: .047em;
  color: #70707b;
  text-transform: uppercase;
}

.blog-listing-wrapper {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.casestudy-filters-wrapper .filter {
  margin-bottom: 1.76471rem;
}

.casestudy-filters-wrapper .filter .filter-label {
  font-family: ff-good-headline-web-pro-ext,sans-serif;
  font-weight: 700;
  font-size: 1.17647rem;
  line-height: 1.05;
  letter-spacing: .047em;
  color: #16161a;
  margin-bottom: .41176rem;
  display: block;
  text-transform: uppercase;
}

.casestudy-filters-wrapper .filter h3 {
  margin: 0;
}

.casestudy-filters-wrapper .filter .l_tinynav1 {
  display: none;
}

.casestudy-filters-wrapper .filter select {
  opacity: 1;
  word-wrap: normal;
  border: .17647rem solid #16161a;
  border-radius: 0;
  height: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: .79412rem 1.52941rem;
  font-size: .94118rem;
  min-height: unset;
  appearance: none;
}

.casestudy-filters-wrapper .filter select option:first-child {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: .94118rem;
  line-height: 1.4375;
  letter-spacing: .009em;
  padding: .79412rem 1.52941rem;
  color: #16161a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.casestudy-filters-wrapper .filter select {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: .94118rem;
  line-height: 1.4375;
  letter-spacing: .009em;
}

.casestudy-filters-wrapper .filter.widget-module:before {
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.11765rem;
  content: "\f107";
}

.casestudy-filters-wrapper .select2-selection .select2-selection__arrow b:after {
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.11765rem;
  content: "\f107";
}

.casestudy-filters-wrapper .filter .block {
  position: relative;
}
.blog-listing-wrapper .filters {
  border-bottom: .17647rem solid #cfcfd3;
  margin-bottom: 1.76471rem;
  padding-bottom: 2.94118rem;
}
.listing-resource {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-resource .post-item {
  -moz-flex: 0 1 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: .05882rem solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 1.76471rem;
}
.post-item .card-content-wrapper-outer {
  -moz-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.post-item .card-content-wrapper-inner {
  -moz-justify-content: top;
  -webkit-box-pack: top;
  -ms-flex-pack: top;
  justify-content: top;
  -moz-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.post-item .card-header {
  -moz-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: transparent;
  border: none;
  padding: 0;
}

.post-item .card-content {
  -moz-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}

.post-item .card-body .card-text {
  color: #16161a;
}
.post-item .card-header .card-lead {
  margin-bottom: .70588rem;
}

.post-item .card-header .card-image {
  margin-bottom: 1.17647rem;
}

.post-item .card-header .card-lead .card-icon {
  width: 2.17647rem;
  height: 2.17647rem;
  margin-right: .58824rem;
  background-color: #4471da;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.post-item .card-header svg {
  width:16px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: .94118rem;
  font-size: inherit;
  vertical-align: -.125em;
}

.post-item .card-header svg {
  fill: #fff;
}

.listing-resource .post-item {
  border: 0;
  text-decoration: none;
}

.post-item .card-header .card-label {
  font-size: .67647rem;
  line-height: 1.52174;
  color: #70707b;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: .102em;
  text-transform: uppercase;
}

.post-item .card-header .card-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.post-item .card-title {
  font-size: 1.88235rem;
  line-height: 1;
  font-weight: 900;
  color: #16161a;
  margin-bottom: 1.17647rem;
  letter-spacing: .007em;
  font-family: ff-good-headline-web-pro-nar,sans-serif;
}

.post-item .card-subtitle {
  font-family: Montserrat,sans-serif;
  font-size: .67647rem;
  line-height: 1.52174;
  position: relative;
  padding-bottom: .88235rem;
  color: #70707b;
  font-weight: 700;
  letter-spacing: .102em;
  text-transform: uppercase;
  margin-bottom: .58824rem;
  margin-top: -.375rem;
}

.post-item .card-subtitle:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: .05882rem;
  background-color: #70707b;
}

.post-item .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}

.post-item .card-body .card-text {
  margin-bottom: 1.47059rem;
}

.post-item .card-body .card-read-more {
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-size: 1.17647rem;
  line-height: 1.15;
  letter-spacing: .04706rem;
  text-transform: uppercase;
  color: #16161a;
  font-weight: 700;
  padding: .26471rem 0;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.post-item .card-body .card-read-more:before {
  content: "";
  display: block;
  height: .17647rem;
  background-color: #4471da;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-item .card-body .card-read-more:hover {
  color: #4471da;
  text-decoration: none;
}
.blog-pagination {
  display: block;
}

.blog-pagination ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: .25rem;
  margin-bottom: 0;
}

.blog-listing-wrapper {
  margin-bottom: 5.88235rem;
}

.blog-pagination ul li {
  list-style-type: none;
  margin-right: .88235rem;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 500;
  font-size: 1.05882rem;
  line-height: 1.66667;
  letter-spacing: .009em;
  list-style: none;
  position: relative;
  margin-bottom: 1.17647rem;
}

.blog-pagination ul li a {
  position: relative;
  display: block;
  margin-left: -1px;
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 700;
  font-size: 1.17647rem;
  line-height: 1.15;
  letter-spacing: .047em;
  padding: .47235rem .93235rem;
  background-color: #fff;
  color: #16161a;
  -webkit-transition-property: color,background-color,border-top-color,border-right-color,border-bottom-color,border-left-color;
  transition-property: color,background-color,border-top-color,border-right-color,border-bottom-color,border-left-color;
  -webkit-transition-duration: .125s;
  transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: color,background-color,border-top-color,border-right-color,border-bottom-color,border-left-color;
  border: .17694rem solid #cfcfd3;
  text-decoration: none;
}

.blog-pagination ul li a.next-link:before {
  content: "\f061";
}

.blog-pagination ul li a.next-link:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-family: Font Awesome\ 5 Pro;
  font-size: .94118rem;
  color: #cfcfd3;
  -webkit-transition: color .125s ease-out;
  transition: color .125s ease-out;
  will-change: color;
}

.blog-pagination ul li a.next-link {
  background-color: #fff;
  border: .17694rem solid #cfcfd3;
  border-radius: 50%;
  width: 2.64706rem;
  height: 2.64706rem;
  -webkit-transition-property: background-color,border-top-color,border-bottom-color,border-left-color,border-right-color;
  transition-property: background-color,border-top-color,border-bottom-color,border-left-color,border-right-color;
  -webkit-transition-duration: .125s;
  transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: background-color;
  z-index: 2;
  vertical-align: top;
  font-weight: 400;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 0;
}

.blog-pagination ul li:last-child {
  margin-right: 0;
}

.blog-pagination ul li a:hover {
  background-color: #4471da;
  color: #fff;
  border-color: #4471da;
}

.blog-pagination ul li a.next-link:hover:before {
  color: #fff;
}

.blog-pagination ul li a.active {
  background-color: #241eac;
  border-color: #241eac;
  color: #fff;
  pointer-events: none;
}
.blog-pagination ul li a.prev-link:before {
  content: "\f060";
}

.blog-pagination ul li a.prev-link:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-family: Font Awesome\ 5 Pro;
  font-size: .94118rem;
  color: #cfcfd3;
  -webkit-transition: color .125s ease-out;
  transition: color .125s ease-out;
  will-change: color;
}

.blog-pagination ul li a.prev-link {
  background-color: #fff;
  border: .17694rem solid #cfcfd3;
  border-radius: 50%;
  width: 2.64706rem;
  height: 2.64706rem;
  -webkit-transition-property: background-color,border-top-color,border-bottom-color,border-left-color,border-right-color;
  transition-property: background-color,border-top-color,border-bottom-color,border-left-color,border-right-color;
  -webkit-transition-duration: .125s;
  transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: background-color;
  z-index: 2;
  vertical-align: top;
  font-weight: 400;
  font-size: 0;
}

.blog-pagination ul li a.prev-link:hover {
  background-color: #4471da;
  border-color: #4471da;
}

.blog-pagination ul li a.prev-link:hover:before {
  color: #fff;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.casestudy-filters-wrapper .select2-selection {
  border: .17647rem solid #16161a;
  border-radius: 0;
  height: auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.casestudy-filters-wrapper .select2-selection .select2-selection__rendered {
  font-family: good-headline-web-pro-wide,sans-serif;
  font-size: .94118rem;
  line-height: 1.4375;
  letter-spacing: .009em;
  padding: .79412rem 1.52941rem;
  color: #16161a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.casestudy-filters-wrapper .select2-selection .select2-selection__arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.76471rem;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .125s ease-out;
  transition: opacity .125s ease-out;
  will-change: opacity;
}

.casestudy-filters-wrapper .select2-selection .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  position: relative;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
}
.select-wrapper .dropdown-wrapper {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1051;
  width: 100%;
  display:none;
}

.select-wrapper .dropdown-wrapper ul {
  max-height: 200px;
  overflow-y: auto;
  overflow: hidden;
  zoom: 1; list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 0!important;
}

.select-wrapper .dropdown-wrapper ul li {
  background-color: transparent;
  color: #16161a;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  padding: .17647rem 1.52941rem .29412rem 2.35294rem;
  font-size: 1.05882rem;
  line-height: 1.66667;
  letter-spacing: .009em;
  list-style: none;
  display: block;
  position: relative;
}

.select-wrapper .dropdown-wrapper ul li a {
  color: #16161a;
  text-decoration: none;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 400;
}

.select-wrapper .dropdown-wrapper ul li a .filter-link-count {
  display: none;
}

.select-wrapper .dropdown-wrapper ul li a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .82353rem;
  content: "\f0c8";
  color: #a2a2a8;
  width: auto;
  height: auto;
  background-color: transparent;
  left: .94118rem;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 50%;
  vertical-align: middle;
}
.select-wrapper.menu-open .dropdown-wrapper {
  display: block;
  border: .17647rem solid #16161a;
  border-top: none;
}

.select-wrapper .dropdown-wrapper ul li.active > a:before {
  content: "\f14a";
  color: #4471da;
  font-weight: 900;
}
.casestudy-filters-wrapper .menu-open .select2-selection .select2-selection__arrow b:after {
  content: "\f106";
}

.casestudy-filters-wrapper .menu-open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.casestudy-filters-wrapper .menu-open .select2-selection .select2-selection__arrow {
  opacity: .3;
}

.selected-filters .selected-filters--list {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1; }

.selected-filters .selected-filters--item {
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 700;
  font-size: 1.05882rem;
  line-height: 1.11111;
  letter-spacing: .01118rem;
  background-color: #4471da;
  color: #fff;
  padding: 0 1.11765rem .05882rem;
  text-transform: uppercase;
  display: inline-block;
  list-style-type: none;
  margin-right: 0;
  border-radius: .58824rem;
  -webkit-transition: background-color,opacity;
  transition: background-color,opacity;
  -webkit-transition-duration: .125s;
  transition-duration: .125s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: background-color,opacity;
  list-style: none;
  position: relative;
  margin-bottom: 1.17647rem;
}

.selected-filters .selected-filters--item a {
  color: #fff;
  text-decoration: none;
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 700;
}

.selected-filters .selected-filters--item a span.remove-filter {
  display: inline-block;
  padding-right: .58824rem;
  pointer-events: none;
}

.selected-filters .selected-filters--item:hover {
  background-color: #2a58c3;
  cursor: pointer;
}








@media (min-width: 33.88235em){
  .blog-listing-wrapper .filters{
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-listing-wrapper .listing--filters-header{
    -moz-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .casestudy-filters-wrapper{
    -moz-flex: 0 0 calc(100% - 150px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .casestudy-filters-wrapper .filter{
    -moz-flex: 0 0 calc(50% - 15px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
  .selected-filters{
    -moz-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 45.17647em){
  .listing-resource .post-item{
    -moz-flex: 0 1 calc(33.33333% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33333% - 20px);
    flex: 0 1 calc(33.33333% - 20px);
  }
}

@media (min-width: 58.35294em){
  .blog-banner ol{
    padding-left: 2.94118rem;
  }
  .blog-header__title{
    padding-left: 2.94118rem;
  }
}

@media (min-width: 75.29412em){
  .blog-listing-wrapper .filters{
    margin-right: 2.94118rem;
    margin-left: 2.94118rem;
  }
  .listing-resource{
    padding-right: 5.88235rem;
    padding-left: 5.88235rem;
  }
}

@media (min-width: 95.29412em){
  .listing-resource{
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .listing-resource .post-item{
    -moz-flex: 0 1 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 5.29412rem;
  }
  .listing-resource .post-item{
    margin-bottom: 5.29412rem;
  }
}

@media (min-width: 95.29412em) and (min-width: 45.17647em){
  .listing-resource .post-item{
    -moz-flex: 0 1 calc(33.33333% - 60px);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33333% - 60px);
    flex: 0 1 calc(33.33333% - 60px);
  }
}

/*====================================================================== Blog Post style =======================================================*/

/* .hs-blog-post .blog-banner {
padding-top: 4px;
}
*/
.blog-post-wrapper {
  margin-bottom: 2.94118rem;
  margin-top: 2.94118rem;
}

.blog-post-wrapper .content-wrapper {
  width: 100%;
  padding: 0 1.76471rem;
  margin-right: auto;
  margin-left: auto;
}

.sidebar-wrapper .tags-wrapper {
  font-size: .67647rem;
  line-height: 1.52174;
  position: relative;
  padding-bottom: .88235rem;
  color: #70707b;
  font-weight: 700;
  letter-spacing: .102em;
  text-transform: uppercase;
  margin-bottom: 1.76471rem;
}

.sidebar-wrapper .tags-wrapper:before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: .05882rem;
  background-color: #70707b;
}

.postMetaInfoList {
  padding-left: 1.76471rem;
}

.postMetaInfoList li {
  line-height: 15px;
  font-family: good-headline-web-pro-wide,sans-serif;
  font-weight: 400;
  font-size: .94118rem;
  letter-spacing: .009em;
  color: #5d5d62;
  margin-bottom: .76471rem;
  list-style: none;
  position: relative;
}

.postMetaInfoList li .icon {
  right: calc(100% + 5px);
  position: absolute;
  top: 0;
  vertical-align: middle;
  margin-right: .35294rem;
}

.postMetaInfoList li .icon svg {
  overflow: visible;
  width: .875em;
  color: #4471da;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -.125em;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  font-family: ff-good-headline-web-pro-con,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.17647rem;
  line-height: 1;
  padding: .70629rem 2.64706rem .70629rem 1.47059rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  letter-spacing: .04706rem;
  background-color: #fff;
  border: .17724rem solid #4471da;
  color: #4471da;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .125s ease-out;
  transition: all .125s ease-out;
  will-change: transform,color,background-color,border-top-color,border-bottom-color,border-left-color,border-right-color,padding,opacity;
  display: inline-block;
  text-decoration: none;
  width: auto!important;
  background-color: #fff!important;
  border-radius: 2rem!important;
}

.at4-visually-hidden {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  width: auto!important;
  float: left;
  cursor: pointer;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper:before {
  content: "Share";
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
  visibility: hidden;
  display: none;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:after {
  font-family: Font Awesome\ 5 Pro;
  font-size: .88235rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f064";
  margin-left: .64706rem;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:hover {
  background-color: #241eac!important;
}

.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:active, 
.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:focus, 
.addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn:hover {
  border-color: #241eac;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.sidebar-wrapper,
.post-content{
  position: relative;
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
}
.page-bottom-wrap{
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: .17693rem solid #cfcfd3;
  padding: 3.52941rem 0;
  position: relative;
  margin: 2.35294rem auto;
  max-width: 56.05882rem;
}
.postMetaInfoList li.list-item--item-3 svg {
  width: 1em;
}
.postMetaInfoList li.list-item--item-3 {
  padding-bottom: .76471rem;
}
@media (min-width: 45.17647em){
  .page-bottom-wrap .addthis_inline_share_toolbox{
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
  }
}


@media (min-width: 58.35294em){
  .blog-post-wrapper .content-wrapper{
    padding: 0 2.94118rem;
  }
}


@media (min-width: 75.29412em){
  .sidebar-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .post-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 95.29412em){
  .sidebar-wrapper{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .post-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .page-bottom-wrap{
    padding-right: 12.94118rem;
  }
}

@media (min-width: 45.17647em) and (max-width: 95.27412em){
  .page-bottom-wrap {
    padding-right: 8rem;
  }
}
@media(max-width:1203px){
  .sidebar-wrapper {
    margin-bottom: 1.76471rem;
  }
}
@media(max-width:933px){
  .casestudy-filters-wrapper .filter {
    flex: auto !important;
  }
}
@media(max-width:479px){
  .hs-recaptcha {
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Montserrat,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.form-container .hs-membership-global-error {
  display: none !important;
}
@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;
  max-width: 650px;
  width:100%;
  background-color:transparent;
  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: #16161a;
  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: #16161a;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .form-container .hs-form-field {
  margin-bottom: 16px;
}
.subscription-preferences .systems-page form {
  max-width: 100%;
}
@media(max-width:767px){
  .systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
}