/* ******************************************************************************
*********************************************************************************
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;
  position: relative;
  z-index: 10;
}

/**
 * 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;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  margin: 0 auto; 
  padding-left: 10%;
  padding-right: 10%;
}

.dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper {
    margin: 0 auto; 
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px; 
  }
}

@media (max-width: 767px){
  .dnd-section > .row-fluid ,
  .page-center,
  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px; 
  }
}

.banner-section .row-fluid{
  max-width: 100% !important;
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: HalyardDisplay;
  font-weight: 300;
  font-display: swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/HalyardDisplayBook-fd58819ab48935634c5d0277532c9d94.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/HalyardDisplayBook-7b4c56dac936a4d3eafef2f62a8cc7be.woff) format("woff");
}

@font-face {
  font-family: HalyardDisplay;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/HalyardDisplay-Regular-197d91bd707c02c8d5e4164e98204bd1.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}


@font-face {
  font-family: Gilroy;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_4_0-5f974f8e847677dcf24ad8c2f2897594.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_4_0-5bcb8ce74b37a887671f44676c12dce1.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_4_0-80de2857db63c740fbacb9196d65ab58.ttf) format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_11_0-0c40ce4e79af32887cff4f9d7538e57c.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_11_0-11ac6dcd63b3ff108b48c794679fa193.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_11_0-5a652ed47de9708e1ee34055010eff00.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face{
  font-family:Gilroy;
  font-weight:100;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_0_0-afe8eb1c9603d23e2a54c582ac6ad03a.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_0_0-e71aade8f7499901a198b2f64ec3062b.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_0_0-f40e367c8a03d2993a0362e68f1c2d98.ttf) format("truetype");
}


@font-face{
  font-family:Gilroy;
  font-weight:100;
  font-style:italic;
  font-display:swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_2_0-6ffa1cd4f857979425c0e1b4e49a3f3e.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_2_0-a996cd9accffb871e87b17ec72e998ff.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_2_0-e17ec000f2176e633307a84eb99f7a89.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:200;
  font-display:swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_5_0-e52355093ae57fe98aff0772faaf75f6.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_5_0-c58a851922144d5403bd8c154a8f5d93.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_5_0-283f455b1d4d6a31c182239d71f23333.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:200;
  font-style:italic;
  font-display:swap;
  src : url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_1_0-1f7de0eecf5ccb6b0714177fa371e0bd.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_1_0-2f343749fd73b9267b0777d84d5f3fdd.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_1_0-d11a63c7734931df361f48abe74930a1.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:300;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_B_0-8ed9a71739d43418ac841172f2b609c2.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_B_0-db8a15514d281d5fe32379aaeaad25f0.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_B_0-1073f0caa290e10201b56a04939748e8.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:300;
  font-style:italic;
  font-display:swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_A_0-aef64aeaf43fedee26a4c734ee6764ac.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_A_0-8d4d2776c5d94a80b00bd041af0091fe.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_A_0-507f22efa453a05e2cb67b580c91bdd5.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:400;
  font-display:swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_6_0-1cc05340213858b1ff3dcc6354a90960.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_6_0-5e4bccb94066b3f2aea39671080f358d.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_6_0-0159ca0691bbe4284639fc88dbe7fadf.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:400;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_7_0-5a13af477c3d96e7ad8c796aa9896188.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_7_0-628df9a9703b970cbabc36d39c833140.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_7_0-448b7716c3015ae029bc0457f31b55a3.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:500;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_9_0-853da058bfe160d6f8802060cd89cbc9.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_9_0-60081eb6ec1833cd453f5e083a4ea62e.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_9_0-2389bc0dfab4fb957388860e79a0fad0.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:500;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_8_0-a5073b6c4d30d8f1ccd7ba0212309c2f.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_8_0-ee1a62705f1935bab8adaa03bd32e4f0.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_8_0-003bf2a4860b93fcf4221040b8c4c0c2.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:600;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_3_0-bbc7d4f55b1a99445b55ed6487581181.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_3_0-5adc84a57ee77f9a6ad02afc4dd000b5.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_3_0-9050250a41b9c3cea92b9dbddae44cca.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:700;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_10_0-c2b2189759511eccd00b6f7b76034f33.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_10_0-5ed57fe85cdfb4dba11e411bfd91d251.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_10_0-3a9530043fc74c41edf2118c264d9533.ttf) format("truetype");
}


@font-face{
  font-family:Gilroy;
  font-weight:800;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_F_0-474f7b05f83b099380c6777354490ea4.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_F_0-dbf3e7133e311fb5cf1bc371616363cf.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_F_0-0d9bf163b6efca564ad75d95b3523c6d.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:800;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_E_0-c8f2305011dd06c8e8c76f02d7687982.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_E_0-50cfd95a6c3ec58d0cdab31d6a367397.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_E_0-e93d2cdd71a124489db6dfcde876dd72.ttf) format("truetype");
}


@font-face{
  font-family:Gilroy;
  font-weight:900;
  font-style:italic;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_12_0-3937d222f2450c233e4daf60b1e9d5df.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_12_0-f9e079bc47258ab3ad1523170c4f5f83.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_12_0-cb79ab76bae02c3c010e68d069d63185.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy;
  font-weight:900;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_13_0-ec053cac3a57b24338c5f3aa4efb88f3.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_13_0-a59edad7d47d9f870fad2ea49ef23354.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_13_0-571f0de32cb86e6ff18231dec46b180d.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy-HeavyItalic;
  font-display:swap;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_C_0-4dcaad0c7f054ca433d968453a6acd78.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_C_0-958e6df71b375c7316833bf3bdcb563d.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_C_0-0a81b57d429b7068ebc036edd865601a.ttf) format("truetype");
}

@font-face{
  font-family:Gilroy-Heavy;
  font-display:swap;
  src:url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_D_0-6a356240a116b33737e3b61df6598abe.woff2) format("woff2"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_D_0-25c75b58ba0ad1e4272641ecbb701eeb.woff) format("woff"),
    url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/374E5B_D_0-27e747c39cf57c15a8318c9a9fe76f99.ttf) format("truetype");
}

@font-face {
  font-family: HalyardText;
  src: url(https://8982602.fs1.hubspotusercontent-na1.net/hubfs/8982602/raw_assets/public/Resolve_December2020/fonts/HalyardText-Medium-624efd61b02bfaf9a8520357caccd4ce.ttf) format("truetype");
  font-weight: 500;
}


html {
   font-size: 20px;
}

body {
  font-family: 'HalyardDisplay', helvetica, sans-serif;
  font-size: 1rem;
  color: #1F325D;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'HalyardDisplay', helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Gilroy', helvetica, sans-serif;
  color: #1F325D;
  word-break: break-word;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.1px;
}

h2 {
  font-size: 2.7rem;
  line-height: 1;
}

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

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

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

h6 {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1.31765px;
  line-height: 1.5;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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


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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

a .arrow-icon {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  transition: 400ms;
}

a:hover .arrow-icon {
  margin-left: 10px;
  margin-right: -10px
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 32px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: 'Gilroy', helvetica, sans-serif;
}

h3.form-title{
    
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0px;
}
form fieldset {
    max-width: 100% !important;
}
.hs-button { 
  cursor: pointer;
  display: inline-block; 
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.255) 0px 3px 6px;
  text-decoration: none !important;
  margin:20px 0;
  white-space:normal;
}
li.hs-form-checkbox>label,.hs-form-radio>label {
    display: flex !important;
    align-items: center;
}
.hs-button:hover, .hs-button:focus {
  background-color: #000a35;
  border-color: #000a35;

  color: #fff;
}

.hs-button:active {
  background-color: #475a85;
  border-color: #475a85;
}


.hs-form .field > label,
.hs-form-field > label {  
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;    
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  text-rendering: geometricPrecision;
}

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

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%; 
  border: 1px solid;
  padding: 12px; 
  font-family: HalyardDisplay, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: rgb(15, 36, 84); 
  display: block;
}

input#hs-pwd-widget-password {
  height: 47px !important;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size:  18px !important;
  padding: 12px !important;
}


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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e00640;
}
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: #e00640;
}

.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; 
  font-size: 14px;
  line-height: 16px;
  min-height: 16px;
  margin: 6px 0px 8px;
}
.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,
.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #1F325D;
}
.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: 'HalyardDisplay', helvetica, sans-serif;
}


input#hs-login-widget-remember {
  float: left;
  margin-top: 10px;
}

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

@media(min-width:1080px){
 fieldset.form-columns-2 {
    display: flex;
    gap: 25px;
} 
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
 
.hs-menu-wrapper ul { 
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}
/* Diagonal Gradient */

.grey-gradient {
  background: linear-gradient( -12deg, #f3f4f6 63%, #fff 63.1%);
}


/* Card with Dropshadow */

.card {
  background: #fff;
  min-height: 272px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  -webkit-transition: box-shadow 0.33s;
  transition: box-shadow 0.33s;
  position: relative;
}

.card:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25), 0 5px 10px 4px rgba(90, 122, 190, 0.12);
}

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

header.header{
  line-height: normal;
  font-size: 16px;
  position: relative;
  z-index: 1000;
}

.custom_logo svg {
  width: 200px;
  height: auto;
}

.custom_logo.small_logo svg {
  width: 18vw;
  min-width: 120px;
}
.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
} 

.custom-menu-primary ul li.has-submenu {
  position: relative;
}


.head_inner {
  padding-top: 22px;
}

.head_flxi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
}

.hdlft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_logo {
  margin-right: 22px;
  position: relative;
  z-index: 2;
}

.custom-menu-primary > div > ul > li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  z-index: 10;
  float: left;
}

.custom-menu-primary > div > ul > li > a {
  margin-left: 48px;
  font-family: HalyardDisplay;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  background: transparent;
  border: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  padding: 1px 0;
}

.custom-menu-primary > div > ul > li > a svg {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.custom-menu-primary > div > ul > li.has-submenu > a {
  padding: 1px 6px;
}

.mobile_trigger {
  display: none;
}

.headr_btns a:not([class]) {
  margin-left: 48px;
  font-family: HalyardDisplay;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  background: transparent;
  border: none;
  white-space: nowrap; 
  padding: 10px 0px;
}

.headr_btns .hs-button {
  margin: 0;
  display: inline-block;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px; 
  margin-left: 48px;
  font-family: HalyardDisplay;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  white-space: nowrap;
  line-height: 53px !important;
  height: 52px;
  font-size: 17px !important;
  padding: 0 20px 0 23.5px;
  overflow: hidden;
  margin-right: 0;
  font-weight: 600;
  font-family: Gilroy, Helvetica, Arial, sans-serif; 
  height: 50px;
  line-height: 50px;
  padding: 0px 28px;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.255) 0px 3px 6px;
}

.headr_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headr_btns span,
.headr_btns div {
  display: flex;
  align-items: center;
}


.submenu_wrap_inr > li > a {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: HalyardDisplay;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.43;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px; 
  display: block;
}

.submenu_indicator{
  position: absolute;
    bottom: 100%;
    left: 50%;
    width: 50px;
    height: 25px;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.submenu_indicator::after{ 
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 15px; 
  box-shadow: 0 6px 20px 0 rgba(23,28,33,0.16);
  -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
  transform: translateX(-50%) translateY(50%) rotate(45deg);
}


.submenu_wrap_inr {
  margin: 15px 15px;
}

.custom-menu-primary .level-3 > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: HalyardDisplay;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px; 
}

.custom-menu-primary .level-3 > li {
  margin-top: 20px;
}

.custom-menu-primary .level-3 > li:first-child {
  margin-top: 12px;
}


.custom-menu-primary .level-3>li>a span {
  width: 100%;
}

.custom-menu-primary .level-3>li>a span:last-of-type {
  font-family: HalyardDisplay;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}

.menu_svg {
  width: 38px;
}

.menu_txt span {
  display: block;
}

.custom-menu-primary li.bybenefit .level-3 > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-family: HalyardDisplay;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
}


@media(max-width:1190px){
  .custom-menu-primary>div>ul>li>a {
    margin-left: 28px;
  }

  .headr_btns .hd_btn {
    margin-left: 28px;
  }
  
  .headr_btns a:not([class]) {
    margin-left: 28px;
  }
}


@media(max-width:1060px){
  .custom-menu-primary>div>ul>li>a {
    margin-left: 15px;
  }

  .headr_btns a:not([class]) {
    margin-left: 15px;
  }

  .headr_btns .hd_btn {
    margin-left: 15px;
  }
}

@media(max-width:1085px) and (min-width:992px){
  .custom-menu-primary>div>ul>li>a {
    margin-left: 10px;
  }
}

@media(min-width:992px){ 
  .custom-menu-primary .level-2 { 
    visibility: hidden;
    opacity: 0; 
  }

  .custom-menu-primary li.has-submenu:hover > .level-2 {
    max-height: 100vh;
    visibility: visible;
    opacity: 1;
  }

  .custom-menu-primary.mobile_menu{
    display: none;
  }

  .custom-menu-primary .level-2 {
    min-width: 200px;
    max-width: 260px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: 0;
    border-radius: 3px; 
    -webkit-transition: 0.33s;
    transition: 0.33s;
    padding: 0 20px 16px;
    position: absolute;
    margin-top: 28px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(23, 28, 33, 0.16) 0px 6px 20px 0px; 
    box-sizing: content-box; 
  }
}



@media(max-width:991px){
  .custom-menu-primary {
    display: none;
  }

  .headr_btns {
    display: none;
  }

  .mobile_trigger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 999;
  } 

  .head_inner {
    padding-top: 15px;
  }

  .custom-menu-primary.mobile_menu{
    display: block;
  }

  .custom-menu-primary.mobile_menu {
    position: fixed;
    left: 110%;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.255) 0px 3px 6px;
    z-index: 1;
    padding-top: 200px;
    transition: all 0.3s ease 0s;
    width: 100%;
    overflow-y:auto;
  }

  .mobile_open .custom-menu-primary.mobile_menu {
    left:0;
    position: absolute;
  }
  
  .custom-menu-primary.mobile_menu > div {
    padding-left: 20px;
  }

  .mobile_trigger svg path {
    -webkit-transition: 0.33s;
    transition: 0.33s;
  }

  .mobile_open  .mobile_trigger svg path:nth-child(1) {
    transform-origin: 5% 25% !important;
    transform: rotate(45deg) !important;
  }

  .mobile_open  .mobile_trigger svg path:nth-child(2) {
    opacity: 0 !important;
  }

  .mobile_open .mobile_trigger svg path:nth-child(3) {
    transform-origin: 15% 82% !important;
    transform: rotate(-45deg) !important;
  }
  
  .submenu_indicator {
    display: none;
  }

  .custom-menu-primary > div > ul > li {
    display: block;
    float: none;
  }

  .custom-menu-primary > div > ul > li.has-submenu > a {
    padding: 0;
  }

  .custom-menu-primary > div > ul > li > a {
    padding: 0;
  }

  .custom-menu-primary .level-2 { 
    display: none; 
    margin-top: 0px;
    margin-left: 48px;
    padding: 0px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .submenu_wrap_inr {
    margin: 0;
  }

  body{
    overflow-x: hidden;
  }

}

@media(max-width:767px){
  .head_inner {
    padding-top: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  line-height: normal;
  font-size: 16px;
}

/* .footer {
min-height: 770px;
padding-bottom: 104px;
}
*/

.footer_inr {
  padding-top: 510px;
}

.ft_top {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0px;
  font-weight: 600;
  text-align: center;
}

#hs_cos_wrapper_top_cntn a {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.33;
}

#hs_cos_wrapper_top_cntn_ {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  text-align: center;
}

hr.ftr_border {
  height: 1px;
  border: none;
  margin: 50px 0;
  opacity: 0.15;
}

.ft_divider {
  height: 1px;
  background: #F3F4F6;
  border: 0px;
  margin: 2vh auto;
  opacity: .14
}

.footer-light .ft_divider {
  background: #1F325D;
}

.ft_btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft_btm_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft_btm_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: right;
  align-items: center;
}

.ft_logo {
  height: 36px;
}

.copyright {
  font-size: 18px;
  line-height: 1;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
}

#hs_cos_wrapper_copyright_ {
  display: block;
  font-weight: 200;
}

.ft_menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: right;
}

.ft_menu .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 45px;
}

.ft_menu .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  -webkit-letter-spacing: 1.3px;
  -moz-letter-spacing: 1.3px;
  -ms-letter-spacing: 1.3px;
  letter-spacing: 1.3px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: HalyardDisplay, Helvetica, sans-serif;
  cursor: text;
}

.ft_menu .hs-menu-wrapper>ul ul li a {
  font-family: HalyardDisplay, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  text-align: right;
  font-weight: 300 !important;
  margin-bottom: 25px;
  display: block;
}

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

.footer-background-dark,
.footer-background-light {
  display: none
}

.footer-light .arrow-icon {
  fill: #576686;
}

.footer-dark .arrow-icon {
  fill: #fff;
}

.footer-light .footer-background-light,
.footer-dark .footer-background-dark {
  display: block;
  width: 100%;
  transform: scaleY(.6);
  transform-origin: bottom;
  -webkit-transform: scaleY(.6);
  -moz-transform: scaleY(.6);
  -ms-transform: scaleY(.6);
  -o-transform: scaleY(.6);
}

footer.lp_footer .footer_background {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: -10;
}

footer.lp_footer>div  {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 400px;
  /* z-index: -1; */
  padding-bottom: 0px;
}


footer.lp_footer .footer_inr {
  position: absolute;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}

footer.lp_footer .footer_inr .page-center {
  pointer-events: all;
}

footer.lp_footer .ft_top {
  text-align: center;
  width: 100%;
}

footer.lp_footer .ft_top a {
  margin-left: 2rem;
}

@media (max-width: 768px) {
  footer.lp_footer .ft_top a {
    display: block;
  }
}

footer.lp_footer .ft_top p {
  font-size: 1.2rem;
}

footer.lp_footer .ft_top .arrow-icon {
  margin-left: 0;
  position: relative;
  width: .8em;
  height: 100%;
}

footer.lp_footer .ft_top a:hover .arrow-icon {
  margin-left: .4em;
  margin-right: -.4em;
}

footer.lp_footer .ft_btm {
  padding-bottom: 24px;
}

footer.footer-dark * {
  color: #fff;
}

footer.footer-dark .footer_logo path {
  fill: #C7CCD6;
}

footer.footer-light .footer_logo path {
  fill: #8F99AE;
}

footer.footer-light * {
  color: #576686;
}

.footer_inr {
  padding: 24px 24px 0 24px;
}

footer .button {
  position: relative;
  transition: 300ms;
  top: 0;
  font-weight: 600;
}

footer .copyright-link:last-of-type {
  margin-right: .5rem;
}

footer .button:hover, 
footer .button:active, 
footer .button:focus {
    top: -4px;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 10%);
}

@media (max-width: 991px) {
  .ft_btm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ft_btm_left {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .ft_btm_right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  .ft_menu .hs-menu-wrapper>ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ft_menu {
    width: 100%;
  }
  .ft_menu .hs-menu-wrapper>ul ul li a {
    margin-bottom: 18px;
    font-size: 16px;
  }
}

@media (max-width: 850px) {
  .ft_btm_right {
    margin: 0;
  }
}

@media (min-width: 767px) {
  .footer-column {
    margin-bottom: 1rem;
  }

  .footer-column .row-fluid {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-end
  }

  .footer-column .row-fluid > div {
    float: none;
    width: unset;
  }
}

@media (max-width: 767px) {
  .ft_top {
    text-align: left;
  }
  #hs_cos_wrapper_top_cntn_ {
    text-align: left;
  }
  .ft_btm_right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ft_menu .hs-menu-wrapper>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ft_menu .hs-menu-wrapper>ul>li {
    width: 49%;
    margin: 0 0 50px 0;
  }
  .footer_inr {
    padding-top: 370px;
  }
}

@media(max-width:390px) {
  .ft_btm_left {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .copyright {
    margin-top: 10px;
  }
}

#hs_cos_wrapper_top_cntn a svg path {
  fill: currentColor;
}


.footer-has-navigation .hs-menu-wrapper ul {
  display: flex;
}
.footer-has-navigation .hs-menu-wrapper ul > li ul{
  flex-flow: column
}

.footer-has-navigation .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
  -webkit-letter-spacing: 1.3px;
  -moz-letter-spacing: 1.3px;
  -ms-letter-spacing: 1.3px;
  letter-spacing: 1.3px;
  text-align: right;
  color: #576686;
  text-transform: uppercase;
  margin-bottom: 25px;
  pointer-events: none;
}
.footer-has-navigation .hs-menu-wrapper > ul > li  {
  margin-left: 45px;
}
.footer-has-navigation .hs-menu-wrapper > ul > li > ul > li > a {
  display: inline-block;
  font-family: HalyardDisplay, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  text-align: right;
  font-weight: 300 !important;
  color: #c7ccd6 !important;
  margin-bottom: 25px;
}

footer .footer-has-navigation .page-center {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

footer>div {
  min-height: 600px;
}

footer .footer-has-navigation  .footer_inr {
  padding-bottom: 48px;
  background: #1f325d;
}

footer .footer-has-navigation  .footer_background {
  top: -120px;
}


@media (max-width: 990px) {
  footer .footer-has-navigation  .footer_background {
    top: -200px;
  }
}

@media (max-width: 767px) {
  .footer-has-navigation {
    padding-top: 0
  }
  .footer-has-navigation .hs-menu-wrapper ul {
    flex-flow: wrap;
  }
  .footer-has-navigation .hs-menu-wrapper>ul>li {
    flex: 1 calc(50% - 45px);
  }
  footer > div {
    min-height: 700px;
  }
  .footer-dark .footer-has-navigation .footer-background-dark {
    -webkit-transform: scaleY(.3);
    -moz-transform: scaleY(.3);
    -ms-transform: scaleY(.3);
    -o-transform: scaleY(.3);
    transform-origin: top;
  }
  .footer-has-navigation {
    flex-flow: wrap
  } 
  footer .footer-has-navigation  .footer_inr,
  footer .footer-has-navigation  .footer_background {
    position: relative;
    display: block;
    flex: 1 100%;
  }
  footer .footer-has-navigation  .footer_background {
    top: 0;
    order: -1;
    height: 150px;
  }
  .footer-has-navigation.footer_inr {
    padding-top: unset;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper { 
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: 'Gilroy', helvetica, sans-serif;
}
.blog-index__post-content a {
  color: #1F325D;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Gilroy', helvetica, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #1F325D;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #1F325D;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #1F325D;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #1F325D;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: 'Gilroy', helvetica, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #1F325D;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #1F325D;
  color: #1F325D;
}
.blog-comments .hs-button:hover {
  background-color: #1F325D;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #1F325D;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: 36px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}

.blog_listinng {
  margin-top: 3rem;
}

.blog_flxi {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lat_post {
  width: 100%;
}

.lat_inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lat_inr > a {
  display: block;
  color: #0F2454;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.lat_inr > a:hover{
  color: #0F2454;
}

.lat_feat {
  background-size: cover;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.lat_contnt {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  position: relative;
  padding: 2rem 2rem 1.5rem 2rem;
  padding-top: 0;
}

.lat_contnt a {
  display: block;
  color: #0F2454;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.lat_contnt a:hover{
  color: #0F2454; 
}

.lat_tags {
  text-transform: uppercase;
  color: #8f99ae;
  font-size: 0.8rem;
  -webkit-letter-spacing: 0.1px;
  -moz-letter-spacing: 0.1px;
  -ms-letter-spacing: 0.1px;
  letter-spacing: 0.1px;
  margin-bottom: 0.2rem;
  font-weight: 600;
  line-height: normal;
}

.lat_tags span {
  display: inline-block;
}

.lat_contnt h3 {
  margin-top: 0.3rem;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  color: inherit;
  font-weight: 700;
  line-height: normal;
}

.lat_contnt p {
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.lat_meta {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #8f99ae;
  line-height: normal;
}

.lat_meta {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
}

.listing_wrap_title {
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
}

.listing_wrap_title h4 {
  color: inherit;
  font-family: HalyardDisplay, Helvetica, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 1.33em 0;
  font-size: 16px;
}

.post_itm {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 2%;
  width: 30.66667%;
}

.post_itm:nth-child(3n+1) {
  margin-left: 0;
}

.post_itm:nth-child(3n) {
  margin-right: 0;
}

.blog_flxi.normal_posts {
  margin-bottom: 0;
}

.post_itm {
  margin-bottom: 4rem;
}


.post_feat_link {
  display: block;
  color: #0F2454;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.list_feat {
  width: 100%;
  height: 200px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.post_itm:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.list_cnntnt {
  padding: 2rem 2rem 1.5rem 2rem;
  padding-top: 1.5rem;
  font-size: 16px;
}

.post_feat_link:hover {
  color: #0F2454;
}

.list_tags {
  text-transform: uppercase;
  color: #8f99ae;
  font-size: 0.8rem;
  -webkit-letter-spacing: 0.1px;
  -moz-letter-spacing: 0.1px;
  -ms-letter-spacing: 0.1px;
  letter-spacing: 0.1px;
  margin-bottom: 0.2rem;
  font-weight: 600;
  line-height: normal;
}

.list_tags span {
  display: inline-block;
}

.list_cnntnt h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.3rem;
  margin-block-end: 1em; line-height: normal;
  font-family: HalyardDisplay, Helvetica, sans-serif;
  color: inherit;
}

.list_cnntnt p {
  line-height: 1.35;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

.list_cnntnt a {
  display: block;
  color: #0F2454;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.list_cnntnt a:hover {
  color: #0F2454;
}

.list_meta { 
  list-style: none;
  padding: 0;
  margin: 0;
  color: #8f99ae;
  font-size: 80%;
  line-height: normal;
}

.list_meta li {
  display: inline-block;
  margin-right: 0.5rem;
}

.blog_pagin ul {
  padding: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  max-width: 350px;
  margin: 0 auto;
  list-style: none;
  color: #0F2454;
}

.blog_pagin ul li {
  cursor: pointer;
  margin: 8px;
}

.blog_pagin ul li:not(:first-child),
.blog_pagin ul li:not(:last-child) {
  opacity: 0.5;
}

.blog_pagin ul li.active_pagin {
  opacity: 1;
}

.blog_pagin ul li.active_pagin a {
  color: #0F2454;
}

.blog_pagin ul li.pagin_next,
.blog_pagin ul li.pagin_prev {
  opacity: 1;
}

.blog_pagin ul li.disabled_link > a {
  color: #0F2454;
}

.blog_pagin ul li.disabled_link {
  opacity: 0.5;
}


.post_hd {
  margin: 0px auto;
  padding: 6vw 3vw 1.5vw;
  max-width: 1040px;
  text-align: center;
}

.post_meta {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(115, 138, 148);
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}

.post_meta span {
  display: inline-block;
}

.single_post_divider {
  display: inline-block;
  margin: 0px 6px 1px;
}

.post_hd h1 {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.35;
  margin: 0.75rem 0px 0px;
  color: #0F2454;
}

.post_ft_wrp {
  background-size: cover;
  max-height: 350px;
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.post_page_feat {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.post_wrapper {
  position: relative;
  margin: 0px auto;
  padding: 70px 180px 0px;
  min-height: 230px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6em;
  background: rgb(255, 255, 255);
}

.post_boddy img {
  max-width: 100%;
}

.post_boddy p {
  margin-bottom: 1rem;
}

.post_boddy a {
  text-decoration: underline;
  text-underline-position: under;
}

.post_boddy a:hover {
  text-decoration: none;
}

.post_boddy p, .post_boddy a {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


.post_spacer {
  content: " ";
  height: 100px;
}

.btm_cta {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

.btm_cta_inr {
  flex: 1 1 0%;
}

.btm_cta_title {
  font-family: halyardText, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  -webkit-letter-spacing: 1.32px;
  -moz-letter-spacing: 1.32px;
  -ms-letter-spacing: 1.32px;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  color: #0F2454;
  margin-bottom: 35px;
}

.btm_cta_inr h1 {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 3.375rem;
  -webkit-letter-spacing: 0.1px;
  -moz-letter-spacing: 0.1px;
  -ms-letter-spacing: 0.1px;
  letter-spacing: 0.1px;
  color: #0F2454;
  max-width: 800px;
  margin: 0px auto;
}
.btn_wrapper {
  margin-top: 70px;
}

.btn_wrapper a {
  font: 400 13.3333px Arial;
  margin-right: 24px;
  font-size: 19px;
  font-weight: 600;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 36, 84);
  height: 58px;
  line-height: 58px;
  padding: 0px 28px;
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.255) 0px 3px 6px;
  display: inline-block;
}

.btn_wrapper a span {
  position: relative;
  top: 10px;
  right: -10px;
}

.blog__comments {
  margin: 0px auto;
  padding: 70px 180px 0px;
}

.blog__comments form {
  max-width: 100%;
}

.btn_wrapper a:hover {
  cursor: pointer;
  background-color: rgba(31, 50, 93, 0.95);
  color: #fff;
}


@media(max-width:991px){
  .lat_inr {
    flex-wrap: wrap;
  }

  .lat_feat {
    height: 300px;
  }

  .lat_contnt {
    width: 100%;
    flex-direction: row;
    width: 100%;
    padding: 2rem 0rem 1.5rem 0px;
    padding-top: 2rem;
  }

  .lat_contnt h3 {
    font-size: 2.25rem;
  }

  .blog_flxi {
    margin-bottom: 0;
  }

  .post_itm {
    margin: 0px 0px 2rem;
    width: 100%;
  }
}


@media(max-width:1040px){
  .post_wrapper {
    padding: 35px 35px 0px;
  }

  .blog__comments {
    padding: 35px 35px 0px;
  }
}

@media(max-width:991px){
  .btm_cta {
    margin: 0px 50px;
  }
  .btm_cta_inr h1 {
    line-height: 1.35;
  }
}


@media(max-width:767px){
  .btm_cta_inr h1{
    letter-spacing: 0;
    font-size: 38px;
  }
}

@media(max-width:500px){
  .post_meta {
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .post_hd h1 {
    font-size: 2rem;
  }

  .post_ft_wrp {
    margin-bottom: 4vw;
    height: 350px;
    display: none;
  }

  .post_wrapper {
    font-size: 1.1rem;
    padding: 0;
  }

  .blog__comments {
    padding: 0;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }

  .btm_cta {
    margin: 0 0 50px;
  }
}

.post_boddy h2 {
  margin: 1.2em 0 0.6em 0;
  font-size: 1.75rem;
  font-weight: 600;
  color: color(var(--darkgrey) l(-5%));
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  line-height: 130%;
}

.post_boddy h3 {
  margin: 1.2em 0px 0.3em;
  font-size: 1.3rem;
  font-weight: 600;    
  color: color(var(--darkgrey) l(-5%));
  font-family: Gilroy, Helvetica, Arial, sans-serif;    
  line-height: 130%;
}
/* ******************************************************************************
*********************************************************************************
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: 'Gilroy', helvetica, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 5rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 'Gilroy', helvetica, sans-serif;
  font-size: 1.25rem;
  color: #1F325D;
  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: #1F325D;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
/* BUTTON CLASSES INCLUDE:
 * cta-button 
 * cta-button-blue 
 * cta-button-arrow
 * cta-button-light
 * 
 * 
 * Arrow graphic - <img alt="arrow-icon-white" class="arrow-icon" src="https://f.hubspotusercontent00.net/hubfs/8982602/arrow-icon-white.svg" style="width: 16px; margin-left: 4px; margin-right: -4px;" width="16px">
 *  */
.cta-button {
  cursor: pointer;
  border-radius: 4px; 
}

.hs-button.primary,
.cta-button.primary,
.cta-button-blue {
  background: #1F325D;
  border: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: .6rem 1.6rem;
  transition: 300ms;
  position: relative;
  top: 0;
  line-height: 110%;
  border-radius: 4px; 
}


.hs-button:hover, .hs-button:active, .hs-button:focus,
.cta-button:hover, .cta-button:active, .cta-button:focus {
    filter: brightness(1.1);
    top: -4px;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 10%);
    transition: 300ms;
}

.cta-button-arrow img {
  position: relative;
  left: 0;
  margin-left: 10px;
  transition: 300ms;
}


.cta-button-arrow:hover img,
.cta-button-arrow:active img,
.cta-button-arrow:focus img{
  left: 4px;
  margin-right: 0px;
}

.cta-button-arrow:hover,
.cta-button-arrow:active,
.cta-button-arrow:focus {
  filter: brightness(1.1);
  top: -4px;
  background: #1F325D;
  color: #fff;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  transition: 300ms
}

.cta-button-light {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  color: #1F325D;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: .6rem 1.6rem;
  transition: 300ms;
  position: relative;
  top: 0;
}

.cta-button-light:hover,
.cta-button-light:active,
.cta-button-light:focus {
  background: #F6F9FC;
  top: -2px;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  transition: 300ms
}

/* ******************************************************************************
*********************************************************************************
  ___               __
  / _ \___ ___ ___  / /  _____
 / , _/ -_|_-</ _ \/ / |/ / -_)
/_/|_|\__/___/\___/_/|___/\__/

=== OVERRIDES & PAGE STYLING ===


*********************************************************************************
****************************************************************************** */

[class*="full-width-section"]>.row-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark strong,
.dark p {
  color: #fff !important
}


@media (max-width: 1200px){
  html {
    font-size: 16px !important
  }
}


@media(max-width: 768px) { 
  .hide-on-mobile {
    display: none !important;
  }
}